body{
	background: #fafafa
}
.kernel_content{
	background: #fff;
	margin-bottom: 60px;
}
#label{
	width:100%;
	height: 230px;
	float: left;
	margin-bottom:20px;
}
#new_cmt_btn{
	width:80px;
	height:38px;
	background:rgba(71,149,247,1);
	border-radius:4px;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	border: none;
	float: right;
	margin-bottom: 20px;
}
#editor{
	background: #fff;
}
.new_cmt_wrap{
	margin-top: 20px;
}
.comment_lst{
	padding-bottom: 30px;
}
 .comment_lst>li{
 	padding-bottom: 30px;
 	border-top: 1px solid #F2F2F2;
	padding-top: 30px;
 } 
 .comment_lst li .cmt_user_img{
 	width: 54px;
 	height: 54px;
 	border-radius: 50%;
 	overflow: hidden;
 	float: left;
 }
 .comment_lst li .cmt_user_img img{
 	width: 100%;
 	height: 100%;
 }
 .comment_lst>li>.cmt_contain{
 	width: 1011px;
 	float: left;
 	margin-left: 15px;
 }
.cmt_name{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:22px;
	float: left;
}
.cmt_name span{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(153,153,153,1);
	line-height:22px;
}
.cmt_name a{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:22px;
	text-decoration: none;
}
.replay_name{
	font-size:16px;
	font-family:PingFangSC-Medium,PingFang SC;
	font-weight:500;
	color:rgba(0,0,0,1);
	line-height:22px;
}
.cmt_title .cmt_time{
	height:18px;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:18px;
	float: right;
}
.up_ls{
	float: left;
}
.up_ls .up_count{
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:18px;
	margin-left: 2px;
	margin-right: 20px;
}
.cmt_contain .cmt_con{
	margin-top: 8px;
	font-size:16px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:22px;
}
.up_ls img{
	width: 22px;
	height: 22px;
	cursor: pointer;
}
.reply_btn{
	font-size:14px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(71,149,247,1);
	line-height:20px;
	cursor: pointer;
	float: left;
	margin-right: 20px;
}
.editor_wrap{
	width: 100%;
	height: 219px;
	box-sizing: border-box;
	border-radius: 5px;
	margin-top: 30px;
}
.editor_wrap>p{
	width: 100%;
	height: 219px;
	text-align: center;
	line-height: 219px!important
}
#editor_new{
	width:80px;
	height:38px;
	background:rgba(71,149,247,1);
	border-radius:4px;
	display: block;
	float: right;
	border: none;
	outline: none;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-top: 20px;
}
#editor_new_canenl{
	background: #fff;
	font-size:13px;
	font-family:PingFangSC-Regular,PingFang SC;
	font-weight:400;
	color:rgba(0,0,0,1);
	height: 38px;
	float: right;
	display: block;
	border: none;
	outline: none;
	margin-right: 10px;
	margin-top: 20px;
}
#test-editormd{
	float: left;
	margin: 0!important
}
.com_squ>li>.cmt_contain{
	width: 942px;
	float: left;
	margin-left: 15px;
}
.com_squ li{
	margin-top: 26px;
}
.editormd-toolbar{
	border-bottom: 1px solid #F2F2F2;
	box-shadow: 0 0 1px #DDDDDD
}
.editormd{
	border: 1px solid #F2F2F2;
	box-shadow: 0 0 1px #DDDDDD
}
.comments_wrap{
	margin-top: 11px;
}
.reply_userimg {
	width: 54px;
	height: 54px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.reply_userimg img{
	width: 100%;
	height: 100%;
	display: block;
}