/*personal_comment_wrap*/
#personal_comment_wrap{
	width: calc(100% - 0.4rem);
	padding: 0 0.2rem;
	background-color: #fff;
}
.comment_list{
	border-bottom: 0.01rem solid #e9e8e8;
}
.comment_list:last-child{
	border-bottom: none;
}
.comment_list{
	padding: 0.3rem 0;
}
.comment_user{
	float: left;
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 0.05rem;
	margin-right: 0.2rem;
	background-color: #e9e8e8;
	overflow: hidden;
}
.comment_user img{
	display: block;
	width: 100%;
	height: 100%;
}
.comment_cont{
	float: left;
	width: calc(100% - 0.86rem);
}
.comment_cont_header{
	margin-bottom: 0.1rem;
	height: 0.25rem;
	line-height: 0.25rem;
}
.comment_cont_header h3{
	float: left;
	font-size: 0.22rem;
	font-weight: normal;
	color: #222;
}
.comment_cont_header span{
	display: block;
	float: right;
	height: 100%;
	font-size: 0.2rem;
	color: #8f8b8b;
}
.comment_special p{
	text-align: justify;
	font-size: 0.24rem;
	color: #222;
}