.commentBox {
    text-align:left;
}
.clear {
        clear: both;
    }
    /*回复*/
    .commentBox .replyBox {
        position: relative;
        margin-bottom: 10px;
        padding-left: 60px;
        padding-right: 110px;
        margin-top: 10px;
    }
        .commentBox .replyBox .headImgBox {
            position: absolute;
            top: 0;
            left: 0;
            margin-right: 10px;
            width: 50px;
            height: 50px;
            line-height: 50px;
            border-radius: 50%;
            overflow: hidden;
            cursor: pointer;
        }
            .commentBox .replyBox .headImgBox > img {
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                margin: auto;
            }
        .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 .replyButton {
            position: absolute;
            bottom: 0;
            right: 0;
            box-sizing: border-box;
            /*padding-top: 16px;*/
            width: 100px;
            height: 50px;
            border-color: transparent;
            border-radius: 25px;
            background-color: #ff609d;
            /*line-height: 24px;*/
            font-size: 20px;
            color: #fff;
            text-align: center;
            text-decoration: none;
        }
        .commentBox .replyButton.is-disabled{
            color: #fff;
            cursor: not-allowed;
            background-image: none;
            background-color: #aeaeae;
            border-color: #aeaeae;
        }
        .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;
                }

                .textareatWrap{
        position:relative;
    }
     .commentBox .textareatBox {
        padding: 16px 20px 0;
        background-color: #f8f8f8;
        width: 92%; 
        height: 34px;
        margin-left: auto; 
        margin-right: auto; 
        outline: 0; 
        border: 0px solid #c0c4cc; 
        border-radius: 25px;
        font-size: 14px; 
        color: #000;
        word-wrap: break-word;
        overflow-x: hidden;
        white-space: pre-wrap;
        overflow-wrap: break-word;
        -webkit-user-modify: read-write-plaintext-only;
    }
.commentBox .textareatBoxNew {
    padding: 16px 20px 0;
    background-color: #f8f8f8;
    width: 92%;
    height: 34px;
    margin-left: auto;
    margin-right: auto;
    outline: 0;
    border: 0px solid #c0c4cc;
    border-radius: 25px;
    font-size: 14px;
    color: #000;
    display: flex;
    justify-content: center;
}
    .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;
    }
    .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;
       }
