﻿/*清除浮动*/

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}


/*浮动*/

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}


/*----------------------------------------------------------------------------------------------------------*/

.content {
	float: left;
	/* padding-left: 90px; */
}

.reviewArea .flex-text-wrap {
	float: left;
	margin: 8px 0 0 15px !important;
	width: 90%;
}

.flex-text-wrap,
pre {
	margin: 0 !important;
}

.commentAll {
	width: 1000px;
	padding: 15px;
	background: #FFFFFF;
	margin: 0px auto;
}

.plBtn {
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	float: right;
	font-size: 16px;
	border-radius: 6px;
	margin-right: 4px;
	margin-top: 20px;
}


/*.plBtn:hover {
	background-color: #055FD5;
}*/


/*----------评论区域 begin----------*/

.comment-show {
	margin-top: 20px;
}

.comment-show-con {
	width: 100%;
	border-top: 1px solid #EDEDED;
	padding: 16px 0;
}

.comment-show-con:first-of-type {
	border-top: none !important;
}

.comment-show-con-img {
	width: 50px;
	height: 50px;
	overflow: hidden;
	margin-top: 5px;
	border-radius: 50%;
}

.comment-show-con-img img {
	width: 50px;
	height: 50px;
}

.comment-show-con-list {
	width: 93%;
	margin-left: 1.5%;
}

.pl-text {
	width: 100%;
	margin-top: 7px;
	word-wrap: break-word;
	overflow: hidden;
}

.date-dz {
	width: 100%;
	float: left;
}

.hf-list-con {
	float: left;
	width: 100%;
	background-color: #F5F5F5;
	margin-top: 7px;
}

.comment-size-name {
	font-size: 14px;
	color: #0363F5 !important;
}

.my-pl-con {
	font-size: 14px;
	color: #828282;
	width: 100%;
}

.my-pl-con>a {
	margin-right: 6px;
}

.plTime {
	margin-left: 6px;
}

.date-dz-left {
	font-size: 14px;
	color: #383838;
	display: block;
	padding-top: 18px;
	word-break: break-word;
}

.comment-time,
.comment-pl-block {
	padding-top: 7px;
}

.comment-pl-block {
	margin-top: 0;
}

.date-dz-right {
	display: block;
	padding-top: 6px;
	padding-right: 2px;
	position: relative;
	overflow: hidden;
}

.removeBlock {
	float: left;
	font-size: 14px;
	color: #8b8b8b;
	margin-right: 24px;
	display: none;
	opacity: 0;
}

.hf-con-block {
	display: block;
}

.date-dz-pl,
.date-dz-line,
.date-dz-z {
	font-size: 12px;
	color: #8b8b8b;
	margin-left: 26px;
}

.date-dz-pl img {
	width: 15px;
	height: auto;
}


/*.date-dz-line {
	display: block;
	padding: 0 20px;
}*/

.date-dz-z-click-red {
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	background-image: url('../images/dianzan@3x.png');
	background-repeat: no-repeat;
	background-size: 100%;
	margin-right: 5px;
}

.z-num {
	font-style: normal;
}

.date-dz-z-click {
	color: #8b8b8b;
}

.hf-pl {
	width: 90px;
	height: 35px;
	line-height: 35px;
	background-color: #EFEFEF;
	text-align: center;
	display: block;
	float: right;
	color: #383838;
	font-size: 16px;
	border-radius: 6px;
	margin-right: 0px;
	margin-top: 20px;
}

.hf-con {
	width: 100%;
	margin-top: 24px;
	position: relative;
}

.hf-input {
	font-size: 14px;
}

.all-pl-con {
	width: 97%;
	padding: 2% 0;
	float: left;
	margin: 0 2%;
}

.atName {
	font-size: 14px;
	color: #4A4A4A;
}

.hfpl-text {
	margin-top: 0;
}

.date-dz:hover .removeBlock {
	opacity: 1;
}

.hf-list-con .all-pl-con {
	border-top: 1px solid #d9d9d9;
	padding-bottom: 6px;
}

.hf-list-con .all-pl-con:first-child {
	border-top: 0;
}



/*----------评论区域 end----------*/


/*用户没登录出现*/

#isLogin {
	width: 380px;
	height: 195px;
	text-align: center;
	position: fixed;
	left: 40%;
	top: 30%;
	display: none;
	background: #FFFFFF;
	border-radius: 2px;
	z-index: 1002;
	box-shadow: 2px 2px 36px #E7E7E7;
}

#isLogin>p {
	text-align: center;
	font-size: 24px;
	margin-top: 70px;
}

#isLogin>div {
	width: 100%;
	overflow: hidden;
}

#isLogin>div>p {
	width: 50%;
	height: 40px;
	color: #FFFFFF;
	line-height: 40px;
	background: #005CE3;
	float: left;
	cursor: pointer;
	margin-top: 54px;
	font-size: 18px;
}

#isLogin>div>p:first-of-type {
	color: #383838;
	background: #F5F5F5;
	border-radius: 2px 0 0 2px;
}

#isLogin>div>p:last-of-type {
	border-radius: 0 2px 2px 0;
}

/* 暂无评论 */

#noPl {
	width: 100%;
	height: auto;
	text-align: center;
}

#noPl>img {
	width: 140px;
	height: auto;
	margin-top: 20px;
}

#noPl>p {
	font-size: 12px;
	color: #828282;
	display: block;
	margin-top: 6px;
}

#morePl {
	height: 30px;
	color: #828282;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	cursor: pointer;
	display: none;
}

/* .hf-con>input {
	width: 80px;
	height: 32px;
	border: none;
	outline: nong;
	position: absolute;
	z-index: 500;
	top: 2px;
	left: 2px;
} */