@charset "utf-8";
.banner img {
	max-width: 100%;
}

.share {
	padding: 30px 0 150px 0;
}

.share-cnt li {
	margin: 20px 0;
}

.share-cnt li a {
	font-size: 14px;
}

.share-cnt li img {
	max-width: 160px;
	float: left;
}

.share-cnt li .share-info {
	float: right;
	width: 700px;
	height: 120px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 25px;
}

.share-cnt li .share-info .time {
	margin: 5px 0;
	font-size: 12px;
}

.share-cnt li:hover {
	background: #3D8FE8;
}

.share-cnt li:hover a {
	color: #FFFFFF;
}

.share-cnt li .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.share-cnt li .intro {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.share-detail-cnt {}

.share-detail-cnt .tit {
	text-align: center;
	font-size: 24px;
	margin: 30px 0 20px 0;
}

.share-detail-cnt .scan {
	color: #999999;
	font-size: 12px;
	text-align: center;
	margin-bottom: 30px;
}

.share-detail-cnt .info {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.share-detail-cnt .share-btn {
	border-bottom: 1px dashed #D1D1D1;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 40px;
}

.share-detail-cnt .share-btn .download {
	background: #3D8FE8;
	color: #FFFFFF;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #3D8FE8;
}

.share-detail-cnt .share-btn .download:hover {
	background: transparent;
	color: #3D8FE8;
}

.share-detail-cnt .message {
	font-size: 16px;
	color: #333333;
	padding: 20px 0;
}

.share-detail-cnt .textarea {
	width: 900px;
	height: 140px;
	border: 1px solid #999999;
	margin-top: 20px;
	margin-bottom: 10px;
}

.share-detail-cnt .message input {
	width: 100px;
	height: 30px;
	background: #3D8FE8;
	color: #FFFFFF;
	border: 1px solid #3D8FE8;
	cursor: pointer;
	border-radius: 5px;
}

.share-detail-cnt .message input:hover {
	background: transparent;
	color: #3D8FE8;
}

.share-detail-cnt .board {
	font-size: 16px;
	color: #333333;
}

.share-detail-cnt .board ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
	border-bottom: 1px dashed #D1D1D1;
	padding: 20px 0;
}

.share-detail-cnt .board ul .icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	margin-right: 20px;
}

.share-detail-cnt .board ul .name {
	margin-bottom: 10px;
	color: #333333;
}

.share-wrap {
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	padding-left: 0px;
}

.share-wrap .goto {
	float: left;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #4c4c4c;
}

.share-wrap .shared {
	width: 140px;
	margin: 0 auto;
	margin-left: 50px;
}

.share-wrap .circle {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding-left: 0;
	border-radius: 50%;
	margin: 0 6px;
}

.share-wrap .circle.qq {
	background: url(../img/icon-qq.png) no-repeat center center;
	cursor: pointer;
}

.share-wrap .circle.wexin {
	background: url(../img/icon-wechet.png) no-repeat center center;
	cursor: pointer;
}

.share-wrap .circle.weibo {
	background: url(../img/icon-weibo.png) no-repeat center center;
	cursor: pointer;
}