/*---------------评论---------------*/
.comments{
	padding: 32px 0 35px 0;
	border-top: solid 1px #e7e7e7;
}
.comments h1{
	font-size: 24px;
	font-family: me700;
	color: #333333;
}
.no-comment{
    font-size: 16px;
    font-family: me500;
    line-height: 80px;
    color: #a7a7a7;
    text-align: center;
    display: none;
}
.comments-list{
	margin-top: 32px;
}
.comments-item{
    margin: 45px 0 0 0;
    overflow: hidden;
}
.comments-item-box{
	overflow: hidden;
	margin-bottom: 45px;
}
.comments-item .rf-avatar,.reply-title .rf-avatar{
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 20px;
    border-radius: 50px;
    overflow: hidden;
}
.comments-item .rf-avatar img,.reply-title .rf-avatar img{
	width: 100%;
}
.comments-item .comment-text{
	float: left;
	width: 1045px;
}
.comments-item .comment-title h2 a,.reply-title .r-comment-title h2 a{
	font-size: 18px;
	font-family: me500;
	color: #333333;
	padding-right: 10px;
}
.comments-item .comment-title time,.reply-title .r-comment-title time{
    font-size: 16px;
    font-family: me500;
    color: #b5b5b5;
    line-height: 18px;
}
.comments-item .comment-text p,.reply-title .comment-text p{
font-size: 16px;
    font-family: me500;
    line-height: 26px;
    color: #333333;
    margin-top: 12px;
}
.comments-item .reply,.reply-title .reply{
	font-size: 16px;
	font-family: me500;
	color: #2551df;
	margin-top: 12px;
    display: block;
    float: left;
}
/*---------------/评论---------------*/

/*---------------回复评论---------------*/
.reply-title{
    width: 1046px;
    margin: 0 0 0 100px;
    overflow: hidden;
    border-left: solid 5px #d7d7d7;
    padding-left: 20px;
}
.item-reply-box{
	overflow: hidden;
	margin-bottom: 45px;
}
.reply-title .css-add-comment{
	margin-left: 0;
}
.reply-title .comment-text{
	float: left;
	width: 920px;
}
.reply-title .comment-text p{
    font-size: 16px;
    font-family: me500;
    line-height: 26px;
    color: #b5b5b5;
    margin-top: 12px;
}
.reply-title .i-reply{
	font-size: 16px;
    font-family: me500;
    color: #2551df;
    margin-top: 12px;
    display: block;
    float: left;
}

.reply-title .report{
	font-size: 16px;
	font-family: me500;
	color: #2551df;
	margin-top: 12px;
    display: block;
    float: left;
    margin-left: 46px;
}

.reply-title .delete{
	font-size: 16px;
	font-family: me500;
	color: #2551df;
	margin-top: 12px;
    display: block;
    float: left;
    margin-left: 46px;
}
/*---------------/回复评论---------------*/

/*---------------回复评论---------------*/
.comments-list-js .report{
	font-size: 16px;
	font-family: me500;
	color: #2551df;
	margin-top: 12px;
    display: block;
    float: left;
    margin-left: 46px;
}

.comments-list-js .delete{
	font-size: 16px;
	font-family: me500;
	color: #2551df;
	margin-top: 12px;
    display: block;
    float: left;
    margin-left: 46px;
}
/*---------------/回复评论---------------*/

/*---------------添加评论---------------*/
.add-title{
    font-size: 18px;
    font-family: me500;
    color: #333333;
    margin-top: 32px;
    display: block;
}
.add-comment{
    padding-top: 18px;
    margin-bottom: 32px;
    overflow: hidden;
}
.css-add-comment{
	border-top: solid 1px #e7e7e7;
	margin-left: 128px;
	display: none;
}
.css-add-comment .form-textarea{
	max-width: 1044px;
	width: 1044px;
	width: 1022px;
}
.add-comment h1{
	font-size: 20px;
	font-family: me500;
	color: #333333;
}
.form-item{

}
.form-textarea{
	max-width:1172px;
	width: 100%;
	width:1150px;
	height: 152px;
    padding: 8px;
	font-size: 16px;
    font-family: me500;
    line-height: 26px;
    color: #333333;
    border: solid 2px #335ce1;
    background: #f5f5f5;
    border-radius: 5px;
}
.comment-btn{
	width: 100%;
	overflow: hidden;
    margin-top: 28px;
}
.add-form-button{
    height: 34px;
    padding: 0px 38px;
    border-radius: 25px;
    text-align: center;
    float: right;
    background: #2551df;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
}
.add-form-button:hover{
	background:#003ecb;
}
.add-form-button a{
	font-size: 16px;
	font-family: me500;
	color: #fff;
	line-height: 34px;
	display: block;
}

/*---------------/添加评论---------------*/
