﻿@charset "utf-8";
/* 评论样色 */
.commentForm {
    margin: 20px auto;
}
.commentFormPage {
    max-width: 920px;
    padding: 20px 0
}
.commentForm .commentTitle {
    font-size: 30px;
    line-height: 2;
    margin-bottom: 10px;
}
.commentForm .tips {
    color: #999;
    overflow: hidden;
    margin-bottom: 10px;
    font-size:14px;
}
.commentForm .tips .count {
    float: right;
    text-decoration:underline;
    color:#f00;
}
/* 评论框 */
.replyBoxIn {
    border: 4px solid #F0F0F0;
    background: #fff;
    margin-bottom: 20px;
}
.replyBox .replyContent {
    padding: 15px;
    border-bottom: 1px solid #F0F0F0
}
.replyBox .replyContent textarea {
    width: 100%;
    max-width: 100%;
    height: 100px;
    border: 0;
    background: none;
    outline: none;
    font-size: 14px;
}
.replyBox .loginpage {
    overflow: hidden;
    padding: 15px;
}
.replyBox .comment {
    float: right;
}
.replyBox .addcommentbutton {
    height: 32px;
    line-height: 32px;
    display: block;
    padding: 0 15px;
    background: #e00000;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.replyBox .addcommentbutton:hover {
    text-decoration: none;
    background: #ef0000
}
.replyBox .labelfloat {
    float: left
}
.replyBox .labelfloat span {
    color: red
}
.hotComments {
    margin-bottom: 30px;
}
.bigTitle h1 {
    font-size: 22px;
    line-height: 1.2;
    padding: 10px 0 20px 0;
}
/* 评论列表 */
.new-comment {
    margin-bottom: 20px;
}
.commentForm h3.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: -5px;
}
.commenttitle {
    font-weight: bold;
}
.commenttotalnum {
    color: #f00;
}
.comments ul {
    padding: 10px 0 10px 40px;
    border-top: 1px solid #e5e5e5;
    word-break: break-all;
}
.comments .del {
    color: #999;
    text-decoration: line-through
}
.comments .nickname {
    color: #0068B7
}
.comments .commenttime {
    color: #999;
    font-size: 12px;
    margin-left: 10px
}
.comments .operate {
    overflow: hidden;
}
.comments .operate a {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    float: left;
}
.comments .operate i {
    margin-right: 5px;
}
.comments .dropcomment {
    display: none
}
.errormessagenotice {
    float: left;
    color: red;
}
.comments .showlogin {
    display: none
}
.commentnickname {
    color: #0068B7
}
.loginpage .validationcode {
    float: left;
    margin: 0px 10px 0px 0px;
}
.commentstatus {
    font-size: 12px;
    color: red;
}
.commentSuccess {
    background: #f1f1f1;
    padding: 5px 20px;
    margin-bottom: 10px;
    color: #31c500;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.loadmorecommont {
    margin: 5px 0 0 40px;
    padding: 6px 20px;
    border: 0;
    background: #e6e6e6;
    color: #666
}
/* 移动端样色 */
@media (max-width: 720px) {
    .commentFormPage {
        margin: 0 auto;
        padding: 10px 10px 20px 10px;
    }
    .commentForm .commentTitle {
        font-size: 24px;
        line-height: 1.5;
    }
    .replyBox .comment {
        display: block;
        float: none;
        clear: both;
    }
    .replyBox .addcommentbutton {
        height: 42px;
        line-height: 42px;
        text-align: center;
    }
    .errormessagenotice {
        display: block;
        clear: both;
        font-size: 14px;
        padding: 10px 0;
    }
    .comments ul {
        padding-left: 20px;
        font-size: 14px;
    }
    .replyBox .replyContent {
        padding: 0px;
        font-size:0px;
    }
    .replyBox .replyContent textarea{
        padding:15px;
        box-sizing: border-box;
        font-size:14px;
    }
    .replyBox .replyContent textarea[disabled]{
        background: #fbfbfb;
    }

}