﻿.comment_line_box::-webkit-scrollbar {
       background-color: #F5F5F5;  /* 滚动条的背景颜色 */
    }

    .comment_line_box::-webkit-scrollbar-thumb {
       background-color: #888888;  /* 滚动条的颜色 */
       border-radius: 5px;  /* 滚动条圆角 */
    }
    .comment_box {
        display: block;
        height: auto !important;
        color: #333;
        font-weight: unset;
        font-size: 14px;
        line-height: 25px;
        width: 100%;
    }

    .comment_box div {
        word-wrap: break-word;
        overflow-wrap: break-word;
        position: relative;
        margin-bottom: 5px;
    }

    .comment_line span {
        padding-right: 5px;
        color: var(--btn-bg-color);
    }

    .comment_line {
        padding-left: 55px;
    }

    .comment_box img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 50px !important;
    }