.comment{
	border-top: 1px solid #eee;
	margin-top: 50px;
	padding: 0 50px;
}
.comment .form{
	display: flex;
	margin-top: 40px;
	align-items: center;
	flex-grow: 1;
}
.form img{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 20px;
	margin-bottom: 24px;
}
.form textarea{
	display: flex;
	line-height: 20px;
	color: #333;
	flex-grow: 1;
	width: 1px;
	font-size: 12px;
	padding:12px 16px;
	height: 60px;
	border-radius: 4px;
	border:1px solid #FE5723;
	outline: none;
}
.form input{
	display: flex;
	color: #fff;
	background: #FE5723;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding:0 18px;
	font-size: 12px;
	line-height: 16px;
	width: 60px;
	margin-left: 10px;
	height: 60px;
}
.form .form-right{
	display: flex;
	width: 1px;
	flex-grow: 1;
	padding-bottom: 24px;
	border-bottom: 1px solid #eee;
}
.comment-list .form{
	margin-top: 24px;
	display: none;
}
.comment-list{
	display: flex;
	margin-top: 24px;
}
.comment-right{
	border-bottom: 1px solid #eee;
	padding-bottom: 24px;
	flex-grow: 1;
}
.comment-list img{
	display: flex;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	margin-right: 20px;
}
.comment-list .comment-p span{
	font-size: 12px;
	color: #666;
}
.comment-list .comment-p p{
	line-height: 24px;
	margin-top: 12px;
	color: #333;
}
.comment-list .comment-p font{
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #bbb;
	font-size: 12px;
}
.comment-list .comment-p a{
	color: #bbb;
	display: flex;
	width: 36px;
	height: 20px;
	border-radius: 2px;
	font-size: 12px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
}
.comment-list .comment-p .cursor{
	color: #FE5723;
	background: #eee;
}
.comment-child{
	margin-top: 14px;
	display: flex;
}
.child-right p{
	line-height: 24px;
	margin-top: 13px;
	color: #333;
}
.child-right span{
	color: #666;
	font-size: 12px;
	margin-right: 10px;
}
.child-right .blue{
	color: #3794FF;
	font-size: 14px;
	margin: 0 4px;
}
.child-right font{
	display: flex;
	align-items: center;
	margin-top: 10px;
	color: #bbb;
	font-size: 12px;
}
.child-right a{
	color: #bbb;
	display: flex;
	width: 36px;
	height: 20px;
	border-radius: 2px;
	font-size: 12px;
	margin-left: 20px;
	align-items: center;
	justify-content: center;
}
.child-right .cursor{
	color: #FE5723;
	background: #eee;
}
#comment-page{
	padding:0;
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0;
}