﻿.nav-container {
	width: 100%;
	display: flex;
	justify-content: center;
}
.relevant-title p{
    margin-bottom:0!important;
}
.summary {
	font-size: 16px !important;
    line-height:2em;
}
    .summary p img {
        max-width:100%;
        display:block;
        margin:0 auto;
    }
.main-content {
    display:flex;
}
.summary p {
	font-size: 16px !important;
	line-height: 28px;
	/*margin-bottom: 10px;*/
}

.summary *{
	font-size: 16px;
}

.summary img {
	display: block;
    margin: 0 auto!important;
}

.summary table {
    margin: 0 auto!important;
}

.nav-left div {
	width: 4px;
	height: 4px;
	background: #183F92;
	border-radius: 50%;
	margin: 0 10px;
}

.nav-left p {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #183F93;
}

.nav-right ul {
	display: flex;
	justify-content: space-between;
}

.nav-right ul li:first-child {
	color: #2361FF;
}

.color {
	color: #2361FF;
}

.nav-right ul li {
	cursor: pointer;
	height: 70px;
	line-height: 70px;
	padding: 0 21px;
	position: relative;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
}

.main-left-banner img {
	width: 100%;
}

.status {
    height:25px;
	display: flex;
	background: #f5f5f5;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000;
}

.status div {
	color: #666;
	margin-right: 2px;
}
    .status div a {
         color:#333;
         font-size:12px;
    }
    .status p a {
        color:#333;
        font-size:12px;
    }
.status p {
	margin-left: 2px;
    font-size:12px;
}

.msg {
	width: 100%;
	padding: 20px 20px 0 20px;
	background: #fff;
	box-sizing: border-box;
	border-radius: 4px;
}

.msg-title {
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}

.regsiter {
	height: 12px;
	line-height: 12px;
	display: flex;
	margin-top: 19px;
	margin-bottom: 21px;

}

.regsiter div a {
	color: #999999;
	font-size: 16px;
}

.regsiter div {
	color: #999;
	font-size: 16px;
	font-weight: 400;
}

.regsiter div:nth-child(2) {
	margin: 0 20px;
}

.shenhe {
	width: 100%;
	display: flex;
	justify-content: flex-end;
    margin-top:10px;
}

.shenhe a {
	display: inline-flex;
	justify-content: center;
	align-items: center
}

.shenhe-name {
	margin-bottom: 7px;
}

.shenhe a img {
	width: 14px;
	height: 13px;
	margin-right: 6px;
	vertical-align: middle;
}
.pro-be-content {
    margin-bottom:10px;
}
.tips {
    margin-top:15px;
	width: 100%;
	display: flex;
	margin-bottom: 10px;
}
.aaa {
    display:block!important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tips-sty{
        background: #FF003C!important;
        box-shadow: 0px 0px 10px 0px rgba(255, 0, 60, 0.5);
        border-radius: 13px;
        border:1px solid #ff003c!important;
    }
    .tips-sty p {
        color:#fff!important;
    }
.tips>div {
	position: relative;
	height: 25px;
	background: #FFFFFF;
	border: 1px dashed #666666;
	border-radius: 13px;
	text-align: center;
	line-height: 25px;
	padding: 0 10px;
	box-sizing: border-box;
	margin-right: 21px;
	cursor: pointer;
    max-width:200px;  
}

.note-box {
	position: absolute;
	left: -15px;
	bottom: -65px;
}

.note {
	width: 232px;
	height: 48px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px 0px rgba(80, 83, 210, 0.1);
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 12px 0 8px;
	box-sizing: border-box;
}

.note p {
	width: 51px;
	height: 24px;
	background: #FE1B12;
	border-radius: 4px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	cursor: pointer;
}

.triangle {
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	border-top: none;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	top: -10px;
	left: 25px;
}

.evaluate {
	display: flex;
	margin-bottom: 20px;
	margin-top: 80px;
}

.evaluate-left {
	width: 30px;
	height: 30px;
	margin-top: 5px;
	border-radius: 50%;
	margin-right: 10px;
}

.evaluate-left img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.evaluate-main {
	box-sizing: border-box;
	width: 640px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #FF003C;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	overflow: hidden
}

.evaluate-main input {
	width: 100%;
	height: 38px;
	border: none;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	padding-left: 11px;
	box-sizing: border-box;
}

.evaluate-main input:focus {
	outline: none
}

.evaluate-main p {
	width: 110px;
	height: 38px;
	background: #FF003C;
	border-radius: 4px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pingborder {
	width: 100%;
	height: 1px;
	background: #EEEEEE;
}

.list {
	margin-top: 19px;
}

.list-top img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.list-top {
	display: flex;
	margin-bottom: 10px;
}

.list-top div {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
}

.list-top p {
	margin-right: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
}

.list-top span {
	line-height: 30px;
	font-size: 14px;
	color: #888888;
}

.list-center {
	margin-left: 40px;
    font-size:16px;
}

.list-bottom {
	margin-left: 40px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.reply {
	display: flex;
	align-items: center
}

.reply div {
	cursor: pointer;
    font-size:14px;
}

.reply-content {
	width: 640px;
	margin-left: 40px;
	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #FF003C;
	border-radius: 4px;
	margin-top: 11px;
	padding: 12px 10px 10px 11px
}

.reply-content-top {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	word-wrap: break-word;
}

.reply-content-top input {
	display: block;
	width: 100%;
	height: 38px;
	font-size: 14px;
	border: none;
	outline: none;
}

.reply-content-bottom {
	width: 100%;
	display: flex;
	justify-content: flex-end
}

.reply-content-bottom button {
	width: 110px;
	height: 40px;
	background: #FF003C;
	border-radius: 4px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	border: none
}

.dian {
	width: 2px;
	height: 2px;
	background: #183F92;
	border-radius: 50%;
	margin-left: 5px;
	margin-right: 5px;
}

.replies {
	cursor: pointer
}

.replies img {
	width: 10px;
	height: 6px;
}

.vote {
	display: flex
}

.dianzan {
	margin-right: 11px;
}

.dianzan img {
	width: 14px;
	height: 13px;
}

.tousu img {
	width: 14px;
	height: 13px;
}

.lists {
	margin-top: 19px;
	margin-left: 57px;
}

.lists-top img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

.lists-top {
	display: flex;
	margin-bottom: 10px;
}

.lists-top div {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 16px;
	font-weight: 400;
	color: #2361FF;
	line-height: 30px;
}

.lists-top p {
	margin-right: 5px;
	line-height: 30px;
	font-size: 14px;
	color: #888888;
}

.lists-top span {
	line-height: 30px;
	font-size: 14px;
	color: #888888;
}

.lists-center {
	margin-left: 40px;
}

.lists-bottom {
	margin-left: 40px;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.loadmore {
	width: 100%;
	height: 40px;
	background: #EEEEEE;
	border-radius: 4px;
	margin-top: 34px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #2361FF;
	margin-bottom: 40px;
	cursor: pointer
}

.recommend {
	display: flex;
	padding-top: 20px;
	padding-bottom: 20px;
	justify-content: space-between;
}

.recommend-title {
	height: 100px;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 20px;
}

.recommend-title a {
	font-size: 22px;
	font-weight: 400;
	color: #333333;
}

.recommend-status {
	margin-top: 36px;
	display: flex;
	font-size: 14px;
	font-weight: 400;
}

.recommend-status div {
	color: #999999;
}

.recommend-status p {
	color: #999999;
}

.recommend-status span {
	margin-left: 10px;
	margin-right: 10px;
	color: #999999;
}

.recommend-left {
	margin-right: 24px;
    border-radius:4px;
}

.recommend-right img {
	width: 165px;
	height: 100px;
}

.recommend-dec {
	margin-top: 5px;
	line-height: 25px;
}

.recommend-right {
	height: 132px!important;
}

.main-right-user {
	width: 100%;
	background: #fff
}

.user-title {
	height: 80px;
	line-height: 80px;
	border-bottom: 1px solid #eee;
	color: #333333;
	padding-left: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.user-title a {
	font-size: 18px;
	font-weight: bold;
}

.user-status {
	width: 100%;
	height: 45px;
	display: flex;
	margin-top: 20px;
	margin-bottom: 25px;
}

.cancel-b {
	background: #eee !important;
	color: #999999 !important
}

.yiguan {
	background: #999999 !important;
}

.user-status div {
	width: 90px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}

.user-status div p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}

.user-bor {
	width: 1px;
	height: 30px;
	background: #EEEEEE;
}

.user-btn {
	display: flex;
	justify-content: space-around;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee
}

.user-btn p:hover {
	color: #FFFFFF !important;
	opacity: 1 !important;
	background: rgba(254, 27, 18, 1) !important;
}

.user-co a {
	color: #fff !important;
}

.user-btn p a {
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 16px !important;
	color: #FE1B12;
	text-decoration: none;
}

.user-btn p a:hover {
	color: #fff !important;
}

.user-btn p {
	width: 120px;
	height: 36px;
	background: rgba(254, 27, 18, 0.1);
	border-radius: 18px;
	font-size: 16px;
	font-weight: 400;
	color: #FE1B12;
	text-align: center;
	line-height: 36px;
	cursor: pointer
}

.main-user-bottom {
	padding: 15px 10px 6px 10px;
}

.user-more {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}

.user-more div {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
}
.user-more p a{
    font-size: 14px;
	font-weight: 400;
	color: #999999;
    cursor: pointer
}

.other-msg {
	display: flex
}

.other-msg-left {
	margin-right: 10px;
	width: 80px !important;
	height: 80px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center;
	background-color: rgb(249, 249, 249);
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;

}

.other-msg-left img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: bottom;
	bottom: 0;
	-o-object-fit: fill;
	object-fit: fill
}

.other-msg-right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 20px;
	height: 80px;
	flex: 1;
}

.other-msg-main {
	cursor: pointer;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.other-msg-main a {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
}

.popularity {
	font-size: 12px;
	font-weight: 400;
	color: #999999;
}

.other-list {
	width: 100%;

}

.disnone {
	margin-bottom: 10px;
}

.other-list-box div p {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 19px;
	cursor: pointer
}

.user-headportrait img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 11px;
}

.user-headbox {
	display: flex;
	margin-bottom: 21px;
	padding: 10px 10px 0 10px;
}

.user-headtitle {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 6px;
}

.user-headmsg {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 19px;
}

.con-w300 img {
	width: 100%
}

.thumbs-up-box img {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}
.thumbs-up-box label{
    margin-bottom:0;
    font-weight:normal
}
.stepon-box label{
    margin-bottom:0;
    font-weight:normal
}

.stepon-box img {
	width: 30px;
	height: 30px;
	margin-right: 6px;
}

.thumbs-up-box {
	display: flex;
	align-items: center;
	margin-right: 15px;
    cursor:pointer;
}

.stepon-box {
	display: flex;
	align-items: center;
	margin-right: 20px;
    cursor:pointer
}

.main-right-warp {
	position: sticky;
	top: 8.1vh;
}
.swiper-pagination-current {
    font-size:14px;
}
.swiper-pagination-total {
    font-size:14px;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:5px!important;
}
.border-simg {
    border:1px solid #ff003c!important;
}

.be-recommend .recommend-left{
     width:212px;
     border:1px #eee solid;
     background:#f9f9f9;
     min-height:130px;
     display:flex;
   align-items:center;
   justify-content:center;
 }
    .recommend-img{
        max-width:210px;
        max-height:130px;
        display:block;
        margin:0 auto
    }
    .recommend-title a{
        font-size:16px;
        font-weight:bold;
        color:#333
    }
   .recommend  .recommend-title{
       height:auto;
       margin-bottom:5px
   }
      .recommend-right{
          flex:1;
       display:flex;
       flex-direction:column 
   }
   .recommend-dec{
     
     overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;  /*要显示的行数*/
      -webkit-box-orient: vertical;
   font-size:14px;
   margin-bottom:5px

   }
   .recommend-title a:hover{
       text-decoration:none;
       color:#cc0000
   }
.recommend-time {
    flex: 1;
    font-size: 16px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    align-content: flex-end;
    color: #999999;
}