﻿ /*排序按钮*/
    .commentBox .sortBtnBox {
        margin: 36px 0 20px;
    }
        .commentBox .sortBtnBox > div {
            position: relative;
            display: inline-block;
            height: 26px;
            line-height: 16px;
            font-size: 16px;
            font-weight: bold;
            color: #aeaeae;
            cursor: pointer;
        }
        .commentBox .sortBtnBox > div + div {
            margin-left: 40px;
        }
            .commentBox .sortBtnBox > div.active {
                color: #2c2c2c;
            }
        /*.commentBox .sortBtnBox > div.active::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            display: block;
            margin-left: -11px;
            width: 22px;
            height: 4px;
            border-radius: 20px;
            background-color: #ff609d;
        }*/

    /*评论列表*/
    .commentBox .commentListBox {
        margin-bottom: 30px;
    }
        .commentBox .commentListBox .commentItemBox {
            position: relative;
            padding-left: 60px;
        }
        .commentBox .commentListBox .commentItemBox + .commentItemBox {
            margin-top: 30px;
        }
            /*头像*/
            .commentBox .commentListBox .commentItemBox .headImgBox {
                position: absolute;
                top: 0;
                left: 0;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                cursor: pointer;
            }
            /*评论上部分 用户名 时间 关注 采纳 等*/
            .commentBox .commentListBox .commentItemBox .commentTopBox {
                margin-bottom: 8px;
                height: 50px;
            }
                .commentBox .commentListBox .commentItemBox .commentTopBox .commentUesrNameAndDate {
                    float: left;
                    margin-top: 8px;
                }
                    .commentBox .commentListBox .commentItemBox .commentTopBox .commentUesrNameAndDate > h4 {
                        margin: 0 0 5px;
                        line-height: 1;
                        color: #2c2c2c;
                        font-size: 18px;
                        font-weight: normal;
                    }
                        .commentBox .commentListBox .commentItemBox .commentTopBox .commentUesrNameAndDate > h4 .hostUserTag {
                            padding: 6px;
                            font-size: 16px;
                            color: #ff9c29;
                            background-color: rgba(255,156,41,0.2);
                            margin-left: 14px;
                            height: 26px;
                            line-height: 26px;
                            border-radius: 5px;
                            box-sizing: border-box;
                        }
                        .commentBox .commentListBox .commentItemBox .commentTopBox .commentUesrNameAndDate > p {
                            line-height: 1;
                            color: #aeaeae;
                            font-size: 12px;
                            font-weight: normal;
                        }
                .commentBox .commentListBox .commentItemBox .commentTopBox .commentTopBtnBox {
                    float: right;
                    margin-top: 8px;
                }
                    .commentBox .commentListBox .commentItemBox .commentTopBox .commentTopBtnBox > div {
                        display: inline-block;
                        box-sizing: border-box;
                        margin-left: 8px;
                        padding: 0 14px;
                        min-width: 70px;
                        line-height: 32px;
                        border-radius: 25px;
                        background: #f8f8f8;
                        color: #ff609d;
                        font-size: 16px;
                        font-weight: bold;
                        text-align: center;
                        cursor: pointer;
                    }
                    .commentBox .commentListBox .commentItemBox .commentTopBox .commentTopBtnBox .anyRate {
                        background-color: transparent;
                    }
                    .commentBox .commentListBox .commentItemBox .commentTopBox .commentTopBtnBox > div.followed {
                        color: #aeaeae;
                    }
                    .commentBox .commentListBox .commentItemBox .commentTopBox .commentTopBtnBox > div:hover {
                        /*color: #ff609d;*/
                    }
            /*评论内容*/
            .commentBox .commentListBox .commentItemBox .commentContentBox {
                
            }
                .commentBox .commentListBox .commentItemBox .commentContentBox > p {
                    margin-bottom: 16px;
                    line-height: 20px;
                    font-size: 16px;
                    color: #2c2c2c;
                    word-break:break-all;
                }
                .commentBox .commentListBox .commentItemBox .commentContentBox .imgViewerBox > .previewPictureBox > li {
                    margin-right: 9px;
                    margin-bottom: 9px;
                    width: 148px;
                    height: 148px;
                }
            /*评论按钮 回复 点赞*/
            .commentBox .commentListBox .commentItemBox .commentBtnBox {
                line-height: 1;
                font-size: 16px;
            }
                .commentBox .commentListBox .commentItemBox .commentBtnBox > li {
                    display: inline-block;
                    color: #888888;
                    cursor: pointer;
                }
                .commentBox .commentListBox .commentItemBox .commentBtnBox > li + li {
                    margin-left: 58px;
                }
                .commentBox .commentListBox .commentItemBox .commentBtnBox > li.active {
                    color: #ff609d;
                }
                    .commentBox .commentListBox .commentItemBox .commentBtnBox > li > img {
                        margin-top: -4px;
                        margin-right: 8px;
                    }
            /*一级评论回复框*/
            .commentBox .commentListBox .commentItemBox .replyBox {
                position: relative;
                margin: 30px 0 0;
            }
            /*二级评论*/
            .commentBox .commentListBox .commentItemBox .commentItemBox {
                margin-top: 30px;
            }
            /*展开二级回复*/
            .commentBox .commentListBox .commentItemBox .expandSecondCommentBox {
                margin-top: 30px;
                line-height: 16px;
                font-size: 16px;
                color: #2c2c2c;
            }
                .commentBox .commentListBox .commentItemBox .expandSecondCommentBox > span {
                    color: #0fa8eb;
                }
                .commentBox .commentListBox .commentItemBox .expandSecondCommentBox > a {
                    color: #0fa8eb;
                    text-decoration: none;
                }

                .textareatWrap{
        position:relative;
    }
    
     .commentBox .textareatCount{
        color: #aeaeae;
        background: #f8f8f8;
        position: absolute;
        font-size: 12px;
        right: 20px;
        bottom: 12px;
    }
     .commentBox  .el-pagination.is-background .btn-next,.commentBox  .el-pagination.is-background .btn-prev,.commentBox  .el-pagination.is-background .el-pager li{
        margin: 0 5px;
        background-color: #fff;
        color: #606266;
        min-width: 30px;
        border-radius: 2px;
        border: 1px solid #c0ccda;
        padding: 0 6px;
     }
     .el-pagination.is-background .btn-next:disabled{
        display: none;
     }
     .el-pagination.is-background .btn-prev:disabled{
         display: none;
     }
    .commentBox .el-pagination.is-background .el-pager li:not(.disabled).active{
        background-color: #ff609d;
        border:0;
        color: #fff;
    }
    .commentBox .el-pagination.is-background .el-pager li:not(.disabled).active:hover {
        color: #fff;
    }
    .commentBox .el-pagination.is-background .el-pager li:not(.disabled):hover {
        color: #ff609d;
    }
    .commentBox .sofaWrap{
        text-align: center;
        color: #aeaeae;
    }
    .commentBox .sofaWrap img{
        width: 70px;
        margin-bottom: 20px;
    }
.commentBox .el-rate {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}
.commentContentBox a {
    color: rgb(15, 168, 235);
}
    .commentContentBox a:hover {
        color: rgb(15, 168, 235);
    }