.cmt_mn {
    color: #a8a8a8;
}

.cz_cmts {
    background: #333;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 91px);
}

.cz_cmts a:hover {
    color: #f2f2f2 !important;
}

.cmt_top {
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
}

.cmt_title {
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.cmt_lsts {
    flex: 1 1 0;
    overflow: auto;
}

.cmt_lsts li {
    margin-bottom: 20px;
    font-size: 14px;
}

.cmt_item {
    display: flex;
    gap: 10px;
}

.cmt_l {
    flex: 0 0 40px;
}

.cmt_r {
    flex: 1;
}

.cmt_avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    overflow: hidden;
}

.cmt_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cmt_uinfos {
    display: inline-flex;
    gap: 5px;
    justify-content: space-between;
    align-items: center;
}

.cmt_atifno {
    font-size: 14px;
    margin-bottom: 5px;
}

.cmt_atifno .uname {
    color: #ccc;
}

.cmt_atifno .uname:hover {
    color: #f2f2f2 !important;
}

.cmt_content {
    color: #f8f8f8;
}

.cmt_atifno .ur_vico {
    flex-shrink: 0;
    line-height: 1;
}

.cmt_atifno .ur_vico img {
    height: 40px;
}

.close_cmt {
    float: right;
    display: inline-block;
    color: rgba(255, 255, 255, 0.6) !important;
    font-weight: bold !important;
}

.close_cmt:hover {
    color: rgba(255, 255, 255, 1) !important;
    text-decoration: none !important;
}

.close_cmt i {
    font-weight: bold;
}


.cmt_bmpost {
    position: relative;
    flex-shrink: 0;
}

.more_btn a {
    color: #888;
    line-height: 20px;
}

.swmore::before {
    content: "";
    display: inline-block;
    width: 1.5em;
     
    height: 1px;
     
    background: #666;
     
    vertical-align: middle;
     
    margin-right: .4em;
     
}

.cmt_fastp {
    display: flex;
    gap: 10px;
    width: 100%;
    background: #555;
    color: #e8e8e8;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

.smilies_box {
    width: 100%;
    display: none;
    box-sizing: border-box;
    position: absolute;
    background: #484848;
    border: 0px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    z-index: 10;
    top: -120px;
}


.cmt_actions {
    margin: 5px 0;
}

.cmt_actions a {
    color: #fff;
    opacity: 0.6;
    margin: 0 8px 0 0;
}

.cmt_actions a:hover {
    opacity: 1;
}

.cmt_actions a.xi1 {
    color: #f60;
}

.cmt_reply,
.cmt_like {
    padding: 0 0 0 20px;
}

.cmt_reply {
    background: url("/source/plugin/video/static/css/reply.svg") no-repeat 0 50%;
    background-size: 16px auto;
}

.cmt_like {
    background: url("/source/plugin/video/static/css/heart_1.svg") no-repeat 0 50%;
    background-size: 16px auto;
}

.cmt_like.liked {
    background-image: url("/source/plugin/video/static/css/heart_2.svg");
}

.cmt_like .lk_nb {
    margin: 0 0 0 5px;
}

.cmt_px {
    flex: 1;
}

.emjbtn {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.emjbtn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.emjbtn a {
    opacity: 0.6;
}

.emjbtn a:hover {
    opacity: 1;
}

.px_autoarea {
    outline: none;
    background: none;
    border: none;
    color: #e8e8e8;
    width: 100%;
    padding: 0;
    font-size: 14px;
    line-height: 2;
    border-radius: 4px;
    resize: none;
    height: 34px;
    overflow-y: auto;
     
    min-height: 34px;
    max-height: 120px;
     
    font-family: inherit;
    box-sizing: border-box;
}

.px_autoarea::placeholder {
    color: #888;
    opacity: 1;
     
}

.cmt_smbtn {
    height: 34px;
    line-height: 34px;
    border-radius: 10px;
    border: none;
    padding: 0 10px;
    background: #f50;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    cursor: pointer;
}

 
.cmt_reto {
     
}

.reply_quote {
    background: #333;
    padding: 8px 10px;
    border-radius: 3px;
    position: relative;
    margin-bottom: 8px;
}

.quote_text {
    color: #999;
    font-size: 13px;
    display: block;
    padding-right: 20px;
}

.quote_close {
    position: absolute;
    right: 8px;
    top: 8px;
    color: #999;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}

.quote_close:hover {
    color: #333;
}


.cmt_reply_item {
    display: flex;
    gap: 10px;
    margin-left: 0;
    margin-top: 20px;
    padding: 0;
    background: none;

}

.cmt_reply_item:last-child {
    border-bottom: none;
}

.cmt_reply_to {
    color: #f80;
    font-size: 14px;
    margin-top: 2px;
}

 
 
.cmt_replies {
    max-height: 400px;
    overflow-y: auto;
    margin-top: 10px;
    position: relative;
}

.cmt_replies ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

 
.cmt_replies::-webkit-scrollbar {
    width: 6px;
}

.cmt_replies::-webkit-scrollbar-track {
    background: #333;
    border-radius: 3px;
}

.cmt_replies::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 3px;
}

.cmt_replies::-webkit-scrollbar-thumb:hover {
    background: #666;
}

 
.replies_loading {
    text-align: center;
    padding: 10px;
    color: #888;
    font-size: 13px;
}

.replies_no_more {
    background: #282828;
    text-align: center;
    padding: 10px;
    color: #888;
    font-size: 12px;
}

 
.cmt_show_more {
    margin-top: 10px;
}

.more_btn {
    line-height: 20px;
}

.more_btn span {
    display: inline-block;
}

.more_btn a {
    color: #888;
    cursor: pointer;
    font-size: 13px;
    text-decoration: none;
}

.more_btn a:hover {
    color: #f50;
}

.more_btn .vt-simple-down,
.more_btn .vt-simple-up {
    font-style: normal;
    font-size: 12px;
}

 
.hide_replies::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1px;
    background: #666;
    vertical-align: middle;
    margin-right: .4em;
}

 
.comments_loading {
    text-align: center;
    padding: 15px;
    color: #888;
    font-size: 13px;
    list-style: none;
}

.comments_no_more {
    text-align: center;
    padding: 15px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

 
.cmt_lsts {
    -webkit-overflow-scrolling: touch;
     
    will-change: scroll-position;
     
}