.comment-box {
    margin-top: 1px;
    background: #fff;
}

.comment-box .comment-edit-box {
    padding: 16px 24px 40px;
}

.comment-box .comment-edit-box .user-img {
    margin-right: 8px;
}

.comment-box .comment-edit-box .user-img img {
    margin-top: 8px;
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
}

.comment-box .comment-edit-box form {
    width: 100%;
}

.comment-box .comment-edit-box form .comment-content {
    display: block;
    width: 100%;
    padding: 7px 8px;
    background: #fff;
    border: 1px solid #c1c1c1;
    border-radius: 4px;
    resize: none;
    height: 38px;
    font-size: 14px;
    line-height: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out;
}

.comment-box .comment-edit-box form .opt-box {
    margin-top: 8px;
}

.comment-box .comment-edit-box form .opt-box .right-box {
    margin-left: auto;
}

.comment-box .comment-edit-box form .opt-box .right-box .btn-comment {
    margin: 0;
    margin-left: 16px;
}

.comment-box .comment-edit-box form .opt-box .right-box span.tip {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.btn.btn-sm {
    margin-top: 6px;
    margin-bottom: 6px;
    height: 30px;
    line-height: 28px;
    min-width: 72px;
}

.btn-red {
    color: #fff !important;
    border: 1px solid #ca0c16 !important;
    background-color: #ca0c16 !important;
    -webkit-transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
    transition: background-color .1s ease-in-out, border-color .1s ease-in-out;
}

.btn {
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 0 8px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    border: none;
    background-color: transparent;
    height: 34px;
    line-height: 32px;
    min-width: 72px;
    cursor: pointer;
}

.comment-box .comment-list-container .comment-list-box {
    padding: 0 24px;
    overflow: hidden;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list {
    margin-top: 8px;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box {
    position: relative;
    margin-bottom: 20px;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box img.avatar {
    display: block;
    margin-right: 8px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box {
    width: 96%;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box div.info-box {
    line-height: 22px;
    margin-bottom: 4px;
    word-wrap: break-word;
    color: #999;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box div.info-box > a {
    vertical-align: top;
    display: inline-block;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box div.info-box .comment {
    color: #4d4d4d;
    font-size: 14px;
    margin-left: 0;
    vertical-align: top;
}

.comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box div.info-box .date, .comment-box .comment-list-container .comment-list-box ul.comment-list li.comment-line-box div.right-box div.info-box .floor-num {
    font-size: 12px;
    color: #999;
    vertical-align: top;
    display: inline-block;
}