.commentBox {
    text-align:left;
}
.clear {
        clear: both;
    }
    /*回复*/
    .commentBox .replyBox {
        display: flex;
        align-items: center;
        /*position: relative;
        margin-bottom: 10px;
        padding-left: 60px;
        padding-right: 110px;
        margin-top: 10px;*/
    }
        .commentBox .replyBox.ReplyBoxShow {
            align-items: baseline;
        }
        .commentBox .replyBox .headImgBox {
            width: 48px;
            height: 48px;
            line-height: 48px;
            margin-right: 10px;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }
            .commentBox .replyBox .headImgBox .isReply {
                flex: 0 0 48px;
            }
            .commentBox .replyBox .headImgBox > img {
                width: 100%;
                height: 100%;
                /*position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;*/
            }
        .commentBox .replyBox .isReplyBox {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }
            .commentBox .replyBox .isReplyBox .getReadyImage {
                display: flex;
                align-items: center;
                margin-top: 10px;
            }
                .commentBox .replyBox .isReplyBox .getReadyImage .readyImageBox {
                    position: relative;
                    width: 74px;
                    height: 74px;
                    margin-right: 10px;
                    border-radius: 10px;
                }
                    .commentBox .replyBox .isReplyBox .getReadyImage .readyImageBox:last-child {
                        margin-right: 0;
                    }
                    .commentBox .replyBox .isReplyBox .getReadyImage .readyImageBox .image_hook {
                        display: block;
                        width: 100%;
                        height: 100%;
                        border-radius: 10px;
                        object-fit: cover;
                    }
        .commentBox .replyBox .el-textarea {
        }
            .commentBox .replyBox .el-textarea .el-textarea__inner {
                padding: 20px;
                min-height: 100px !important;
                border: 0;
                border-radius: 12px;
                background: #f8f8f8;
                color: #2c2c2c;
                font-size: 14px;
            }
        .commentBox .replyBox .subBtn {
            padding: 8px;
            border-radius: 5px;
            font-size: 12px;
            background: #f5f7f8;
            color: #5e6061;
        }
        .commentBox .replyBox .selectScoring {
            border: 1px solid #ff609d;
            background: rgba(255,96,157,0.10);
            color: #ff609d;
        }
            .commentBox .replyBox .selectScoring .el-icon-close {
                margin-left: 4px;
                font-size: 14px;
            }
        .commentBox .replyBox .replyButton {
            width: 100px;
            height: 36px;
            line-height: 36px;
            padding: 0;
            margin-left: auto;
            border-color: transparent;
            border-radius: 5px;
            text-align: center;
            font-weight: 700;
            font-size: 16px;
            letter-spacing: 10px;
            background-color: #ff609d;
            color: #fff;
            text-indent: 10px;
            text-decoration: none;
            box-sizing: border-box;
        }
        .commentBox .replyButton.is-disabled {
            background-image: none;
            background-color: rgba(255,96,157,.5);
            color: #fff;
            cursor: not-allowed;
        }
        .commentBox .el-upload--picture-card {
            border: 0;
            width: 78px;
            height: 78px;
        }
        .commentBox .el-upload-list--picture-card .el-upload-list__item {
            width: 78px;
            height: 78px;
        }

    /*艾特和表情包*/
    .commentBox .atAndEmoticonBox {
        margin-left: 60px;
        margin-top: 14px;
    }
        .commentBox .atAndEmoticonBox span + span {
            margin-left: 12px;
        }
        .commentBox .atAndEmoticonBox .el-button {
            padding: 0;
            border: 0;
        }
        .commentBox .atAndEmoticonBox .el-button:hover {
            background-color: transparent;
        }
        .commentBox .atAndEmoticonBox .el-button:focus {
            background-color: transparent;
        }
        .atPopover {
            box-sizing: border-box;
            padding: 28px 30px 20px;
            border-radius: 12px;
        }
            .atPopover .el-popover__title {
                margin-bottom: 25px;
                font-size: 18px;
                color: #2c2c2c;
                text-align: center;
            }

 
   
            /*评论内容*/
            .commentBox .commentListBox .commentItemBox .commentContentBox {
                
            }
                .commentBox .commentListBox .commentItemBox .commentContentBox > p {
                    margin-bottom: 16px;
                    line-height: 20px;
                    font-size: 16px;
                    color: #2c2c2c;
                }
                .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;
                }

    .commentTextareatWrap{
        position: relative;
        border-radius: 5px;
        background: #f5f7f8;
        overflow: hidden;
    }
    .commentBox .toScoring {
        padding: 15px 15px 0;
        color: #5e6061;
    }
        .commentBox .toScoring .el-rate {
            height: auto;
            vertical-align: baseline;
            margin-left: 10px;
        }
        .commentBox .toScoring .el-rate__icon {
            margin-right: 2px;
            font-size: 14px;
        }
        .commentBox .toScoring .scoringTips {
            margin-left: 10px;
            font-size: 14px;
            color: #ff609d;
        }
        .commentBox .toScoring .flexAlignCenter {
            flex-wrap: wrap;
        }
        .commentBox .toScoring .starTagClass {
            padding: 5px 8px;
            margin-right: 10px;
            margin-bottom: 10px;
            border: 1px solid #c0c4c7;
            border-radius: 6px;
            font-size: 12px;
            background: #f5f7f8;
            color: #c0c4c7;
        }
            .commentBox .toScoring .starTagClass.isActive {
                border: 1px solid #ff609d;
                background: rgba(255,96,157,0.10);
                color: #ff609d;
            }
    .commentBox .textareatBox {
        padding: 15px;
        min-height: 38px;
        /*margin-left: auto; 
        margin-right: auto;*/ 
        outline: 0; 
        border: 0px solid #c0c4cc; 
        border-radius: 0;
        font-size: 14px; 
        /*background-color: #f8f8f8;*/
        color: #333;
        word-wrap: break-word;
        overflow-x: hidden;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        -webkit-user-modify: read-write-plaintext-only;
    }
.commentBox .textareatBoxNew {
    display: flex;
    justify-content: center;
    width: 630px;
    height: 36px;
    line-height: 36px;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #c0c4cc;
    border-radius: 5px;
    outline: 0;
    font-size: 14px;
    background-color: #f8f8f8;
    color: #000;
}
.commentBox .commentBoxBottom {
    display: flex;
    padding: 0 15px 15px;
}
    .commentBox .textareatBoxNew .notLoginText {
        color: #aeaeae;
        margin-right: 10px;
    }
    .commentBox .textareatBoxNew .notLoginBtn, .commentBox .textareatBoxNew .notLoginBtn a {
        color: rgb(15, 168, 235);
    }
    *[contenteditable="true"]:empty:before {
        content: attr(placeholder);
        color: #A9A9A9;
    }
     .commentBox .textareatBox a{
        margin: 0 5px;
    }
     .commentBox .textareatCount{
        color: #aeaeae;
        background: #f8f8f8;
        position: absolute;
        font-size: 12px;
        right: 20px;
        bottom: 12px;
    }

    .commentBox  .hide .el-upload--picture-card {
        display: none;
    }
    .commentBox .uploadimgWrap{
        display:inline; 
        width: auto;
    }
    .commentBox .uploadimgWrap .upload_warp_left{
        background-image: url("/Content/Images/AppWebClient/CommentBox/picture_bt_0@1x.png")!important;
    }
    /*.commentBox .upload{
        margin-left: 60px;
    }*/
    .commentBox .upload_warp{
        display: inline;
        color: #333;
    }
    .commentBox .upload_warp_img{
        display: inline;
    }
    .commentBox .upload_warp_img_div{
        overflow: hidden;
        margin: 0 3px 8px 0;
        width: 100%;
        height: 100%;
    }
    .commentBox .upload_warp_img_div:nth-child(3n){
        margin: 0 3px 8px 0;
    }
    .commentBox .upload_warp_img_div img,.commentBox .upload_warp_img_div video{
        object-fit: cover;
        width: 78px;
        height: 78px;
        border-radius: 4px;
    }
       .commentBox .deleteBtn {
            position: absolute;
            top: 4px;
            right: 4px;
            width: 14px;
            height: 14px;
            background: url(/Content/Images/AppWebClient/index/delete.png) no-repeat;
            cursor: pointer;
            z-index: 1;
        }

       .commentBox .uploadImgTitle{
           position: absolute;
           bottom:0;
           width: 100%;
           background-color: #aeaeae;
           color: #fff;
           text-align: center;
           border-radius: 0 0 4px 4px;
       }