.bozhu {
    font-size: 0.75rem;
    padding: 0.1rem 0.2rem;
    background-color: #434a54;
    border-radius: 0.25rem;
    color: #fff;
    line-height: 16px;
}


/* 评论 */

.cat_cancel_comment_reply {
    display: none;
}

#comments {
    scroll-margin-top: 8.5rem;
}

#comments .comment-title i,
.comments-list-title i {
    font-size: 20px;
    font-weight: 100;
    margin-right: 2px;
}

#comments .respond {
    display: flex;
    gap: 0.5rem;
}

#comments .cat_comment_respond_form {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    gap: 0.8rem;
    width: 100%;
}

#comments .cat_comment_respond_form .foot {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0 2rem;
    align-items: center;
}

#comments .cat_comment_respond_form .foot .right {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

#comments .cat_comment_respond_form .head {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.comment-list-wrapper {
    padding: 40px 0 16px;
}

.comment-title {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #252933;
}

.send_anniu_style[data-disabled="true"] {
    pointer-events: none;
    /* 禁用点击 */
    background-color: gray;
    /* 灰色背景 */
    color: white;
    /* 白色字体 */
}

.comments-list-title {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    color: #252933;
    margin-bottom: 8px;
}

.comment-form-btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.comment-form-btn-wrap .right {
    display: flex;
}

#comments .cat_comment_respond_form .head .list {
    width: 100%;
}

#comments .cat_comment_respond_form .body {
    padding: 0.5rem;
}

.cat_block.cat_comment_respond_form .Comment_Textarea {
    resize: unset;
    padding: 0;
    line-height: 1.5;
    background-image: url(https://img.lovelu.top/2025/05/placeholder.gif);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 130px;
}

#comments_is_off {
    font-size: small;
    color: var(--A);
    padding: 0.5rem;
    text-align: center;
}

#comments .cat_comment_body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 0.75rem;
}

.cat_comment_replyout {
    padding: 8px 0;
}

#comments .cat_comment_body .content {
    min-width: 0;
    flex: 1;
}

#comments .cat_comment_body .comment_useitem .right {
    width: 100%;
}

#comments .cat_comment_body .content .substance {
    display: table;
    color: var(--main);
    word-break: break-all;
    line-height: 1.75rem;
    width: 100%;
    padding: 5px 0;
}

#comments .cat_comment_reply {
    margin-bottom: auto;
    font-size: 15px;
    color: #8a919f;
    position: absolute;
    right: 0;
}

#comments .cat_comment_reply:hover {
    cursor: pointer;
}

#comments .cat_comment_body .content .user {
    display: inline-block;
    align-items: center;
    margin: 0 0.5rem;
    color: var(--main);
    font-weight: bolder;
}

#comments .cat_comment_body .content .user .author i {
    font-weight: bolder;
}

#comments .cat_comment_body .content .commentinfos {
    color: #8a919f;
    font-size: 12px;
}

#comments .cat_comment_parent:hover .commentinfos {
    opacity: 1;
}

.comment-list>.cat_comment_parent {
    border-top: 1px solid rgba(50, 50, 50, 0.09);
    padding: 10px 0;
}

.comment-waiting {
    color: red;
    font-size: 14px;
    line-height: 10px;
}

#comments .comment_emoji_block {
    height: 7.5rem;
    overflow-y: auto;
}

#comments .comment_emoji_block span {
    font-size: 1.5rem;
    padding: 0.5rem 0.4rem;
    line-height: 2.5rem;
    cursor: pointer;
}

.comment_useitem {
    display: flex;
    gap: 0.5rem;
}

.comment-list>.cat_comment_parent>.comment-children {
    margin-left: 2.5rem;
}

.OwO .OwO-logo {
    background: unset!important;
    font-size: 25px!important;
}

.owo_image {
    display: inline-block!important;
    height: 2em;
    vertical-align: middle;
}

.cat_comment_respond_form .head input {
    padding: 0.3rem 0.5rem;
    text-decoration: none;
}

.Comment_Textarea {
    padding: 0.3rem 0;
}

.comment-list-empty {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: .7;
}

.comment-list-empty-img {
    width: 280px;
}

.comment-list-empty-text {
    font-size: .9em;
    margin-bottom: 20px;
}
