/*评论区*/
/*.comments {*/
/*width: 1200px;*/
/*}*/
.comment-title{
    margin: 51px 0 16px;
    overflow: hidden;
}
.comment-title .f-left{
    font-size: 22px;
}
.comments input {
    outline: none;
    color: #8C8F93;
    border: 0;
    padding-left: 20px;
    margin-bottom: 14px;
    width: 868px;
    height: 105px;
    background: #FFFFFF;
    border: 1px solid #DECEC2;

}

.comments .comlist {
    width: 766px;
    background: #fff;
    padding:24px 20px;
    border: 1px solid #DECEC2;
}
.comments .comlist-ul{
    position: relative;
}

.comments .comlist-ul .minSec{
    position: absolute;
    right: 60px;
    color:#5F4A36;font-size: 14px;margin-top:1px;margin-right: 15px;
}
.user_nickname{
    color: #744731;font-size: 18px;margin-right: 15px;font-weight: bold;
}
.yearMon{
    color:#5F4A36;font-size: 16px;margin-top:1px;margin-right: 15px;
}
.comlist-comment{
    color:#1F1F1F;margin:18px 0;font-size: 16px;
}
.comments .comlist-ul .deleteBtn{
    position: absolute;
    right: 20px;
}
.comments .button {
    border: 0;
    float: right;
    width: 136px;
    height: 42px;
    line-height: 42px;
    background: #A84200;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

#replyinput button {
    width: 100px;
    height: 28px;
    line-height: 28px;
    /*padding: 12px 17px;*/
    border: 0;
    border-radius: 14px;
    /*background: #BBBEC4;*/
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 22px;
    margin-left: 627px;
}

.comments .portrait {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10px;
    margin-top: 16px;
}

.comments .section>li {
    padding: 35px 0;
    border-bottom: 1px solid #D9D9D9;
}

.comments .section>li:last-child {
    border-bottom: 0;
}

.comments .section>li li {
    float: left;
}

.activity-active {
    background-color: #b23412;
    color: #fff;
}


.deleteBtn{
    /*background-image: url(../images/read/delete.png);*/
    width:40px;height: 15px;font-size: 14px; color:#5F4A36;cursor: pointer;background-size:cover;background-repeat: no-repeat;background-position: top center;
    display: inline-block;
}
#reply{
    /*background-image: url(../images/read/reply.png);*/
    width:40px;height: 15px;cursor: pointer;background-size:cover;background-repeat: no-repeat;background-position: top center;display: inline-block;color: #7B7B7B;border-left: 1px solid #7b7b7b; padding-left: 10px;"
}



.tip {
    text-align: right;
    line-height: 42px;
}
.tip span{
    margin-right: 23px;
    font-size: 14px;
}
