.bannerbox{
	height: auto;
}






/*详情*/
.share-detail{
	padding: 18px;
	background: #FFFFFF;
}
.share-title{
	position: relative;
}
.share-title h2{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	margin-bottom:10px;
	line-height: 20px;
}
.share-title p{
	font-size: 14px;
	color: #666666;
}
.share-title p span{
	margin: 0 10px;
}
.share-title .eyes{
	background: url(../images/liulan.png) no-repeat left center;
	background-size: 14px;
	padding-left: 18px;
}
.share-title .time{
	position: absolute;
	right: 0;
	top: 30px;
}
.share-text{
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	margin: 20px 0;
}

.share-next>div{
	margin-bottom: 10px;
}
.share-next p{
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	width: 260px;
}
.share-next p:hover{
	color: #CB0000;
}

/*点赞*/
.infomde-like{
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}
.infomde-like img{
	width: 14px;
	margin-right: 5px;
	margin-top: -2px;
}
.infomde-like>div{
	padding: 0 15px;
	position: relative;
	display: flex;
	align-items: center;
}
.infomde-like>div a{
	font-size: 14px;
	color: #666666;
}
.infomde-like>div:nth-child(1):after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 10px;
	background: #D6D6D6;
	top: 50%;
	transform: translateY(-50%);
}
.infomde-like>div:nth-child(2):after {
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	height: 10px;
	background: #D6D6D6;
	top: 50%;
	transform: translateY(-50%);
}
.infomde-like>div:nth-child(3) a{
	color: #CB0000;
}
.infomde-like .img2{
	display: none;
}
.dianzan.active a{
	color: #CB0000;
}
.dianzan.active .img1{
	display:none;
}
.dianzan.active .img2{
	display: inline-block;
}
.infomde-like span{
	color: #CB0000;
	margin-left: 3px;
}








.module .titles {
	font-size: 18px;
	font-weight: bold;
	color: #AC114B;
	line-height: 25px;
	position: relative;
	padding-left: 14px;
	margin-bottom: 15px;
}
.module .titles:after{
	content:"";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 18px;
	background: linear-gradient(135deg, #8328B3 0%, #CB0000 100%);
}
.module .title-more a{
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.module .title-more a:hover{
	color: #CB0000;
}
.module .title-more img{
	width: 16px;
	margin-left: 4px;
}






/*增员分享*/
.addshare{
	margin: 0 -10px;
}
.addshare .item{
	padding: 0 10px;
}
.addshare .twoimg{
	margin-bottom: 15px;
}
.addshare .twoimg .img1{
	width: 34%;
}
.addshare .twoimg .img2{
	width: 64%;
	margin-left: 2%;
}
.addshare .twoimg img{
	height: 232px;
	object-fit: cover;
}




.addshare-list {
	padding: 21px 0 21px 20px;
	background: #fff;
	margin-bottom: 15px;
}
.addshare-list .li{
	display: flex;
	line-height: 30px;
}
.addshare-list .li img{
	min-width: 30px;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	overflow: hidden;
	object-fit: cover;
}
.addshare-list .li h3{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin: 0 5px 0 10px;
	line-height: 30px;
}
.addshare-list .li p{
	color: #666666;
	font-size: 14px;
	margin-right: 40px;
	height: 30px;
	max-width: 60%;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.addshare-list .li span{
	color: #666666;
	font-size: 14px;
	padding-left: 16px;
	background: url(../images/address.png) no-repeat left center;
	background-size: 14px;
}


.addshare-list {
	height: 192px;
}
.addshare-list .swiper-pagination {
	height: 100%;
	display: flex;
	flex-direction: column-reverse;
}
.addshare-list .swiper-pagination-bullet{
	width: 4px;
	height: 4px;
	background: #E0E0E0;
	opacity: 1;
	margin: 2px 0 !important;
}
.addshare-list .swiper-pagination-bullet-active{
	background: #CB0000;
	opacity: 1;
}
.addshare-list .demandlist{
	padding-right: 8px;
}














/*相关动态*/
.about-trends .row{
	padding: 20px 0 5px 0;
	margin: 0;
	background: #FFFFFF;
}
.about-trends li{
	margin: 0 0 15px;
	color: #333333;
	font-size: 14px;
	padding-left: 18px;
	line-height: 30px;
	display: flex;
	position: relative;
}
.about-trends li:hover{
	color: #CB0000;
}
.about-trends li:after{
	content:"";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);

	width: 8px;
	height: 8px;
	background: #B8B8B8;
	border-radius: 100%;
}
.about-trends li:hover:after{

	background: #CB0000;
}
.about-trends .title2{
	flex: 1;
	display: flex;
}
.about-trends .title2 p{
	margin-right: 30px;
}
.about-trends .title2 span{
	margin-right: 16px;
	color: #999999;
}
.about-trends li:hover span{
	color: #CB0000;
}
.about-trends .look{
	font-size: 12px;
	color: #999999;
	width: 90px;
	line-height: 28px;
	background: #FFFFFF;
	border-radius: 15px;
	border: 1px solid #F8F8F8;
	text-align: center;
}
.about-trends li:hover .look{
	color: #CB0000;
	border: 1px solid #CB0000;
}












@media screen and (max-width: 768px){
	/*详情*/
	.share-list .title h3 {
		max-width: 100%;
		flex: 1;
	}
	.share-title .time {
		position: relative;
		right: 0;
		top: 0;
		margin: 10px;
	}


	/*增员分享*/
	.addshare-list .li p {
		margin-right: 10px;
		max-width: 40%;
	}
}