@charset "utf-8";
.commentsWrap {
	padding-top: 10px;
}
.commentsWrap * {
	box-sizing: border-box;
}
.commentsWrap h2 {
	line-height: 15px;
	height: 14px;
	margin: 10px 0;
	padding-left: 8px;
	border-left: 5px solid #5a9bcf;
	font-weight: bold;
	color: #666;
}
.commentsWrap li {
	position: relative;
	padding: 15px 10px 0;
}
.commentsWrap .headImgBox {
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 10px;
}
.commentsWrap .headImg {
	background: url("../img/commentsIcons.png") no-repeat 0 0 transparent;
	display: block;
	width: 52px;
	height: 52px;
	border: 2px solid #888;
	border-radius: 50%;
}
.commentsWrap .commentsBox {
	margin-left: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e4e4e4;
}
.commentsWrap .commentsBox h3 {
	color: #666;
}
.commentsWrap .commentsContent {
	padding-top: 10px;
}
.commentsWrap .commentsTools {
	color: #999;
	padding-top: 10px;
}
.commentsWrap .commentsTools:after {
	content: "";
	display: block;
	clear: both;
}
.commentsWrap .commentsTools .commentsDate {
	float: left;
}
.commentsWrap .commentsTools .praiseBox {
	float: right;
}
.commentsWrap .commentsTools .praiseBox > * {
	vertical-align: middle;
	display: inline-block;
}
.commentsWrap .praiseImg {
	background: url("../img/commentsIcons.png") no-repeat 0 0 transparent;
	width: 21px;
	height: 21px;
	position: relative;
	right: 10px;
	bottom: 2px;
}
.commentsWrap li[data-state="0"] .praiseImg {
	background-position: -35px -89px;
}
.commentsWrap li[data-state="1"] .praiseImg {
	background-position: 0 -89px;
}
.commentsWrap .mgtMsg {
	background-color: #e4e4e4;
	color: #666;
	padding: 5px 10px;
	margin-top: 10px;
}
.commentsWrap .showAllComments {
	display: block;
	line-height: 50px;
	text-align: center;
	color: #48a2d6;
	border-bottom: 10px solid #f2f2f2;
	text-decoration: none;
}
.commentsSendBox {
	position: fixed;
	z-index: 3;
	bottom: 60px;
	width: 100%;
	max-width: 800px;
	height: 52px;
	background-color: #eee;
	padding: 10px 110px 10px 10px;
}
@media screen and (max-width:800px){
    .commentsSendBox {
        left: 0;
    }
}
.commentsSendBox input {
	height: 32px;
	width: 100%;
	background-color: #fff;
	border: solid 1px #ddd;
	border-radius: 5px;
	padding: 3px 8px;
}
.commentsSendBox button {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	width: 90px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	color: #0063ca;
	border: solid 1px #0063ca;
	border-radius: 5px;
	background-color: #fff;
	background-image: linear-gradient(to top, #d7ebff, #ffffff);
	cursor: pointer;
}
.commentsSendBox button:hover {
	background-color: #d7ebff;
	background-image: linear-gradient(to bottom, #d7ebff, #ffffff);
}

.paginate {
	text-align: right;
	padding: 10px;
}
.paginate button {
	height: 18px;
	line-height: 18px;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 10px;
	background-color: transparent;
	border: 1px solid transparent;
	cursor: pointer;
}
.paginate button.active {
	color: #d32;
	border-color: #ccc;
	background-color: #f8f8f8;
	cursor: default;
}
.paginate label {
	color: #333;
	text-align: right;
	font-size: 18px;
	padding-left: 5px;
}

	.fot-wx{position: fixed;bottom: 0px;width: 100%;z-index: 999;}
	.wx-text{position: relative;max-width: 48rem;line-height: 40px;height: 40px;background-color: rgba(0,0,0,0.8);margin: 0 auto;text-align: center;font-size: 20px;color: #fff;font-weight: 700;}
	.wx-text>a>img {height: 40px;animation: wximg 0.5s;animation-iteration-count: infinite;animation-direction: alternate}
	@keyframes wximg{0%{height: 20px;}100%{height: 30px;}}
	#colse-wx{position: absolute;bottom: 2px;left: 5px;font-size: 25px;cursor: pointer;}
