﻿body {
	font-size: 14px;
	color: #555555;
}

@media (max-width: 768px) {
	.share-box {
		padding: 20px 20px;
		background: white;
	}
}

@media (min-width: 768px) {
	.share-box {
		padding: 50px 60px;
		background: white;
	}
}

.share-box .tag a {
	display: inline-block;
	background: #f4f7ec;
	color: #8fad49;
	height: 30px;
	line-height: 30px;
	padding: 0px 15px;
	border-radius: 20px / 20px;
}

.share-box .title {
	margin: 25px 0px;
}

.share-box .title h3 {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 10px;
}

.share-box .title span {
	color: #555555;
	display: inline-block;
}

.share-box .img img {
	width: 100%;
}

.share-box .content {
	color: #555555;
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0px;
}

.share-box .icon {
	margin: 20px 0px;
}

.share-box .icon a {
	display: inline-block;
	padding: 0px 10px;
	background-size: cover;
	text-align: center;
	line-height: 31px;
	color: #888888;
	border: 1px dashed #c8d1d5;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 10px;
	cursor: pointer;
}

.share-box .icon a:last-child {
	margin-right: 0px;
}

.share-box .icon a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin-right: 5px;
	background-repeat: no-repeat;
}

.share-box .comment-box {
	border: 1px solid #e5e5e5;
	padding: 0px 25px 25px 25px;
}

.comment-box .list-box {
	border-bottom: 1px solid #a9a9a9;
}

.comment-box .list {
	border-bottom: 1px solid #efefef;
	margin-bottom: 0px;
	overflow: hidden;
	background-color: #ffffff;
	padding: 20px 0px;
}

.comment-box .top {
	border-bottom: 1px solid #a9a9a9;
	padding: 20px 0px;
}

.comment-box .top span {
	color: #333333;
	font-size: 14px;
	font-weight: 600;
}

.comment-box .list-top i {
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 5px;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: 24px 24px;
}

.comment-box .list-top span {
	color: #555555;
}

.comment-box .list-mid {
	line-height: 24px;
	margin: 10px 0px 10px 33px;
}

.comment-box .list-bot {
	margin-left: 33px;
}

.comment-box .list-bot a {
	display: inline-block;
	background-size: cover;
	text-align: center;
	color: #888888;
	margin-right: 20px;
	cursor: pointer;
}

.comment-box .list-bot a:last-child {
	margin-right: 0px;
}

.comment-box .list-bot a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: sub;
	margin-right: 5px;
	background-repeat: no-repeat;
}

#editor .w-e-text-container {
	height: 200px !important;
}