.sign-up-page .main-con .set-password .from-box .error {
    margin-top: 0.08rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #C92B27;
    width: 4.32rem;
    display: none;
}
.post-card__body .post-list-box.hry .post-card .infor-con .chuck-card .con-txt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;

    /*优先单词换，单词过长折断单词*/
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.post-card__body .post-list-box.hry .post-card .infor-con .tag-list .tag-tag {
    white-space: nowrap;
}

.post-card__body .post-list-box.hry .post-card .infor-con .tit {
    /*优先单词换，单词过长折断单词*/
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

/*优先单词换，单词过长折断单词*/
.break__word {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}

.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell .img {
    border-radius: 50%;
}

.topic-detail-page .main_con ._middle .article_area ._top .publish_info .avatar img{
    height: 100%;
    width: 100%;
}

.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .avatar img {
    height: 100%;
    width: 100%;
}


.my-profile-page .main-con .left-main .left-bottom-box .post-card__body .reply-list-box.hry .reply-card .chuck-card .con-txt code {
    /*display: block;*/
    /*max-width: 100%;*/
    /*overflow: auto;*/
}

.index-page .main-con .right-box .active-discussions .card-box .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.all-categories-details-page .left-bottom-box .car-ind-box .recommend-card .recommend-list .recommend-li .name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;  /* 控制显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}

.NoResultsFound {
    margin-top: 1.28rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.NoResultsFound .no-img {
    width: 3.2rem;
}
.NoResultsFound .NoResultsFoundTxt {
    margin-top: 0.24rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

@media screen and (max-width: 800px) {
    .sign-up-page .main-con .set-password .from-box .error {
        width: 100%;
        margin-top: 0.16rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
    .topic-detail-page {
        overflow: hidden;
    }
    .leftSidebar .tree__body .my-box .img{
        border-radius: 50%;
    }
    .g-header .g-head .g-head-main .left-logo .logo-box {
        flex-shrink: 0;
    }

    .NoResultsFound {
        margin-top: 1.92rem;
    }
    .NoResultsFound .no-img {
        width: 4.8rem;
    }
    .NoResultsFound .NoResultsFoundTxt {
        margin-top: 0.64rem;
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
    .all-tags-page .NoResultsFound {
        margin-top: 1.6rem;
    }
    .post-card__body .post-list-box.hry{
        width: 100vw;
    }
    .post-card__body .post-list-box.hry .post-card .infor-con{
        width: 100%;
    }
    .post-card__body{
        width: 100vw;
    }

}

@media screen and (min-width: 800px) {
    .leftSidebar .sticky_wrapper {
        width: auto !important;
    }
    .index-page .main-con .right-box .active-discussions .card-box-list {
        max-height: calc(100vh - 4.8rem);
        overflow: auto;
    }
    html .edit-comment-dialog .dialog__wrapper {
        width: 12rem;
    }
    html .edit-comment-dialog .dialog__wrapper .dialog__content .vditor_wrapper {
        height: 50vh;
    }
    .new-topics-page .publish_post_con ._top .input_post_title textarea {
        /*width: 100%;*/
        /*font-size: 0.32rem;*/
        /*line-height: 0.4rem;*/
        /*font-family: var(--sk-font-Bold);*/
        resize: none;
        min-height: 0.46rem;
    }
}


@media screen and (max-width: 800px) {
    .leftSidebar .tree__body .my-box.show {
        justify-content: center;
    }
    .new-topics-page .publish_post_con ._top .input_post_title textarea {
        font-size: 0.64rem;
        line-height: 0.8rem;
        font-family: var(--sk-font-Bold);
        width: 100%;
    }
    html .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .reply-list-box.hry {
        padding-bottom: 1rem;
    }
    .log-in-page .main-con .welcome {
        width: 100%;
    }
    .sign-up-page .main-con .welcome {
        width: 100%;
    }
    .my-profile-page .main-con .left-main .statistics-box {
        padding-bottom: 0 !important;
    }
    .my-profile-page .main-con .left-main .statistics-box .statistics-card {
        padding-bottom: 0.48rem;
    }
}
html .blocker {
    z-index: 310 !important;
}

#avatarTopImg {
    display: none;
    border-radius: 50%;
    position: absolute;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    top: 2px;
    left: 2px;
    object-fit: cover;
}

.post-card__body .top-filter-box .filter-right-box .select-box .dropdown-layui .category-list{
    height: fit-content;
    max-height: 31vh;
    overflow-y: auto;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer {
    left: 0 !important;
    right: auto !important;
    top: calc(100% + 0.08rem) !important;
    bottom: auto !important;
    width: max-content;
    min-width: 3.7rem;
    max-width: min(6rem, calc(100vw - 0.48rem));
    padding: 0.16rem;
    border: 1px solid #E7ECF1 !important;
    border-radius: 0.16rem !important;
    background: #FFFFFF !important;
    box-shadow: 0 0.08rem 0.24rem rgba(15, 35, 52, 0.12) !important;
    overflow: visible !important;
    z-index: 30;
    transform: none !important;
    -webkit-transform: none !important;
    box-sizing: border-box;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select {
    position: relative !important;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select.sk_select:not(.on) .-select-layer {
    height: 0 !important;
    opacity: 0;
    visibility: hidden;
    overflow: hidden !important;
    pointer-events: none;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select.sk_select.on .-select-layer {
    opacity: 1;
    visibility: visible;
    overflow: visible !important;
    pointer-events: auto;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .tag-search-box {
    padding: 0 0 0.12rem;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .tag-search-box input {
    box-sizing: border-box;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .-inner {
    padding: 0 !important;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .-inner .-scroll {
    max-height: none;
    overflow: visible;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-panels {
    display: flex;
    align-items: flex-start;
    width: max-content;
    gap: 0;
    border: 1px solid #EEF2F6;
    border-radius: 0.12rem;
    background: #FFFFFF;
    overflow: hidden;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list,
.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list {
    width: 1.7rem;
    max-height: 2rem;
    margin: 0;
    padding: 0;
    overflow-y: auto;
    list-style: none;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list li,
.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list li {
    padding: 0.08rem 0.16rem;
    margin-top: 0;
    overflow: hidden;
    color: #000000;
    font-size: 0.14rem;
    line-height: 0.24rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.4s;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .cell-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.08rem;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .cell-box .img-box {
    width: 0.24rem;
    height: 0.24rem;
    flex-shrink: 0;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list {
    background: #FAFBFC;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list {
    border-left: 1px solid #EEF2F6;
    background: #FFFFFF;
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list li.active,
.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list li:hover,
.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list li:hover {
    background-color: #F7F9FA;
    color: var(--sk-global-color);
}

.new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .tags-empty {
    color: #99A0A4;
    cursor: default;
}

.all-categories-details-page .left-bottom-box .post-card__body .top-filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem;
}

.all-categories-details-page .left-bottom-box .post-card__body .top-filter-box .filter-right-box {
    flex: 0 0 auto;
    margin-left: auto;
}

.all-categories-details-page .left-bottom-box .post-card__body .top-filter-box .filter-right-box[hidden] {
    display: none !important;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link {
    min-width: 78px;
    height: 42px;
    padding: 0 14px;
    box-sizing: border-box;
    justify-content: center;
    gap: 3px;
    margin: 0;
    border: 1px solid #D3DCE6;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box.show .dropdown-link,
.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box:hover .dropdown-link {
    border-color: #B9C7D6;
    background: #FFFFFF;
    box-shadow: none;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link .txt {
    max-width: 112px;
    font-size: 15px;
    line-height: 20px;
    color: #111827;
    font-family: var(--sk-font-Medium);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link .img {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link:focus,
.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link:focus-visible {
    outline: none;
    box-shadow: none;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box.show .dropdown-link .img {
    transform: rotate(180deg);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-layui {
    left: auto;
    right: 0;
    transform: none;
    padding-top: 0.08rem;
    z-index: 30;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-panel {
    min-width: 4.56rem;
    max-height: 3.72rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid #E6EDF5;
    border-radius: 0.16rem;
    background: #FFFFFF;
    box-shadow: 0 0.12rem 0.32rem rgba(15, 35, 52, 0.12);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search {
    padding: 0.12rem 0.12rem 0;
    background: #FFFFFF;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-box {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    height: 0.4rem;
    padding: 0 0.12rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.12rem;
    background: #F8FAFC;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-icon {
    width: 0.16rem;
    height: 0.16rem;
    flex: 0 0 auto;
    color: #94A3B8;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-box input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #0F172A;
    outline: none;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-box input::placeholder {
    color: #94A3B8;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.18rem;
    height: 0.18rem;
    border: 0;
    border-radius: 50%;
    background: #D8E1EB;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.14rem;
    line-height: 1;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-columns {
    display: grid;
    grid-template-columns: 1.52rem minmax(0, 1fr);
    min-height: 3.08rem;
    padding-top: 0.12rem;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-parent-list,
.all-categories-details-page .left-bottom-box .post-card__body .category-tag-child-list {
    overflow-y: auto;
    max-height: 3.12rem;
    padding: 0.08rem 0;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-parent-list {
    background: #F7F9FA;
    border-right: 1px solid #EEF2F6;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0.11rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    text-align: left;
    color: #203040;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item:hover {
    background: #F3F7FB;
    color: var(--sk-global-color);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item.is-active {
    color: var(--sk-global-color);
    background: rgba(22, 119, 255, 0.08);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item--parent.is-active {
    background: #FFFFFF;
    box-shadow: inset 0.03rem 0 0 var(--sk-global-color);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item--child {
    gap: 0.06rem;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item--all {
    font-family: var(--sk-font-Medium);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item .tag-prefix {
    color: var(--sk-global-color);
    font-family: var(--sk-font-Bold);
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-item .tag-name {
    display: inline-block;
    min-width: 0;
}

.all-categories-details-page .left-bottom-box .post-card__body .category-tag-empty {
    padding: 0.18rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #7E8A97;
}

.index-page .index-main-content .post-card__body .top-filter-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem;
}

.index-page .index-main-content .post-card__body .top-filter-box .filter-right-box {
    flex: 0 0 auto;
    margin-left: auto;
}

.index-page .index-main-content .post-card__body .top-filter-box .filter-right-box[hidden] {
    display: none !important;
}

.index-page .index-main-content .post-card__body .category-tag-select-box {
    background: transparent;
    border: 0;
    box-shadow: none;
    outline: 0;
}

.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link {
    min-width: 78px;
    height: 42px;
    padding: 0 14px;
    box-sizing: border-box;
    justify-content: center;
    gap: 3px;
    margin: 0;
    border: 1px solid #D3DCE6;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.index-page .index-main-content .post-card__body .category-tag-select-box.show .dropdown-link,
.index-page .index-main-content .post-card__body .category-tag-select-box:hover .dropdown-link {
    border-color: #B9C7D6;
    background: #FFFFFF;
    box-shadow: none;
}

.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link .txt {
    max-width: 112px;
    font-size: 15px;
    line-height: 20px;
    color: #111827;
    font-family: var(--sk-font-Medium);
}

.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link .img {
    width: 18px;
    height: 18px;
    transition: transform 0.2s ease;
}

.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link:focus,
.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link:focus-visible {
    outline: none;
    box-shadow: none;
}

.index-page .index-main-content .post-card__body .category-tag-select-box.show .dropdown-link .img {
    transform: rotate(180deg);
}

.index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-layui {
    left: auto;
    right: 0;
    transform: none;
    padding-top: 0.08rem;
    z-index: 30;
}

.index-page .index-main-content .post-card__body .category-tag-panel {
    min-width: 4.56rem;
    max-height: 3.72rem;
    padding: 0;
    overflow: hidden;
    border: 1px solid #E6EDF5;
    border-radius: 0.16rem;
    background: #FFFFFF;
    box-shadow: 0 0.12rem 0.32rem rgba(15, 35, 52, 0.12);
}

.index-page .index-main-content .post-card__body .category-tag-search {
    padding: 0.12rem 0.12rem 0;
    background: #FFFFFF;
}

.index-page .index-main-content .post-card__body .category-tag-search-box {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    height: 0.4rem;
    padding: 0 0.12rem;
    border: 1px solid #E2E8F0;
    border-radius: 0.12rem;
    background: #F8FAFC;
}

.index-page .index-main-content .post-card__body .category-tag-search-icon {
    width: 0.16rem;
    height: 0.16rem;
    flex: 0 0 auto;
    color: #94A3B8;
}

.index-page .index-main-content .post-card__body .category-tag-search-box input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #0F172A;
    outline: none;
}

.index-page .index-main-content .post-card__body .category-tag-search-box input::placeholder {
    color: #94A3B8;
}

.index-page .index-main-content .post-card__body .category-tag-search-clear {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.18rem;
    height: 0.18rem;
    border: 0;
    border-radius: 50%;
    background: #D8E1EB;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.14rem;
    line-height: 1;
}

.index-page .index-main-content .post-card__body .category-tag-columns {
    display: grid;
    grid-template-columns: 1.52rem minmax(0, 1fr);
    min-height: 3.08rem;
    padding-top: 0.12rem;
}

.index-page .index-main-content .post-card__body .category-tag-parent-list,
.index-page .index-main-content .post-card__body .category-tag-child-list {
    overflow-y: auto;
    max-height: 3.12rem;
    padding: 0.08rem 0;
}

.index-page .index-main-content .post-card__body .category-tag-parent-list {
    background: #F7F9FA;
    border-right: 1px solid #EEF2F6;
}

.index-page .index-main-content .post-card__body .category-tag-item {
    display: flex;
    align-items: center;
    width: 100%;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 0.11rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    text-align: left;
    color: #203040;
}

.index-page .index-main-content .post-card__body .category-tag-item:hover {
    background: #F3F7FB;
    color: var(--sk-global-color);
}

.index-page .index-main-content .post-card__body .category-tag-item.is-active {
    color: var(--sk-global-color);
    background: rgba(22, 119, 255, 0.08);
}

.index-page .index-main-content .post-card__body .category-tag-item--parent.is-active {
    background: #FFFFFF;
    box-shadow: inset 0.03rem 0 0 var(--sk-global-color);
}

.index-page .index-main-content .post-card__body .category-tag-item--child {
    gap: 0.06rem;
}

.index-page .index-main-content .post-card__body .category-tag-item--all {
    font-family: var(--sk-font-Medium);
}

.index-page .index-main-content .post-card__body .category-tag-item .tag-prefix {
    color: var(--sk-global-color);
    font-family: var(--sk-font-Bold);
}

.index-page .index-main-content .post-card__body .category-tag-item .tag-name {
    display: inline-block;
    min-width: 0;
}

.index-page .index-main-content .post-card__body .category-tag-empty {
    padding: 0.18rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    color: #7E8A97;
}

.topic-detail-page .main_con ._middle .article_area .categories_tags .categories{
    background-color: #F7F9FA;
    color: var(--sk-global-color);
}

@media screen and (min-width: 800px) {
    body .empty__box {
        margin-top: 1.5rem !important;
    }
}

@media screen and (max-width: 800px) {
    body .empty__box {
        margin-top: 3.0rem !important;
    }

    body .empty__box .text2 {
        margin-left: 0.2rem !important;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .tag-search-box {
        padding-bottom: 0.16rem;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer {
        width: calc(100vw - 0.48rem);
        min-width: 0;
        max-width: calc(100vw - 0.48rem);
        padding: 0.16rem;
        overflow: hidden !important;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .sk_select .-select-layer .-inner .-scroll {
        overflow: auto;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-panels {
        width: 100%;
        flex-direction: column;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-parent-list,
    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list {
        width: 100%;
        max-height: 1.6rem;
    }

    .new-topics-page .publish_post_con ._top .choose_tags .item._add.topic-cascader .topic-cascader-child-list {
        border-left: 0;
        border-top: 1px solid #EEF2F6;
    }

    .leftSidebar .sticky_wrapper .sticky-box {
        padding-top: 0.16rem !important;
    }
    .leftSidebar .sticky_wrapper .sticky-box .close_icon {
        top: 0.32rem !important;
    }
}

@media screen and (min-width: 800px) {
    .leftSidebar {
        height: calc(100vh - 1.36rem);
        overflow-y: auto;
        position: fixed !important;
        width: 2.08rem !important;
        margin-right: 0.16rem !important;
        padding-right: 0;
    }
    .index-page .main-con .con-main {
        margin-left: 2.24rem !important;
    }
    .main_layout .RightWrapper.sidebar-offset {
        margin-left: 2.24rem !important;
    }
    .index-page .main-con .right-box {
        position: sticky !important;
        top: 0.96rem;
        transform: none !important;
        will-change: auto !important;
        max-height: calc(100vh - 1.12rem);
        overflow-y: auto;
    }
}

.index-page .main-con .right-box .popular_posts .popular_posts_head {
    padding: 4px;
}


/* 首页左侧改版样式start */
.leftSidebar .sidebar-filter-group {
    border-radius: 0.12rem;
}

.leftSidebar .sidebar-filter-group + .sidebar-filter-group {
    margin-top: 0.04rem;
}

.leftSidebar .sidebar-filter-head {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: center;
    gap: 0.08rem;
    cursor: pointer;
}

.leftSidebar .sidebar-filter-head::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0.08rem;
    background: transparent;
    transition: none;
    z-index: 0;
}

.leftSidebar .sidebar-filter-head:hover::before,
.leftSidebar .sidebar-filter-group.on .sidebar-filter-head::before {
    background: transparent;
}

.leftSidebar .sidebar-filter-head .link-cell.spec-filter {
    flex: 1 1 auto;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.leftSidebar .sidebar-filter-toggle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 0.2rem;
    width: 0.24rem;
    height: 0.24rem;
    cursor: pointer;
    z-index: 2;
    padding-right: 0.05rem;
    background: transparent;
    border-radius: 0;
}

.leftSidebar .sidebar-filter-toggle .svg {
    width: 100%;
    height: 100%;
    transition: transform 0.24s ease;
    opacity: 0.72;
}

.leftSidebar .sidebar-filter-group.on .sidebar-filter-toggle .svg {
    transform: rotate(180deg);
}

.leftSidebar .sidebar-filter-toggle:hover .svg,
.leftSidebar .sidebar-filter-group.on .sidebar-filter-toggle .svg {
    opacity: 1;
}

.leftSidebar .sidebar-filter-children {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0.04rem;
    padding-left: 0.28rem;
    transform: translateY(-0.06rem);
    transition: max-height 0.32s ease, opacity 0.22s ease, transform 0.32s ease;
    pointer-events: none;
}

.leftSidebar .sidebar-filter-group.on .sidebar-filter-children {
    max-height: 3rem;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.leftSidebar .link-cell.spec-filter.top-filter {
    min-height: 0.38rem;
    padding-right: 0.04rem;
    background: transparent;
}

.leftSidebar .link-cell.spec-filter.top-filter .img {
    flex: 0 0 auto;
}

.leftSidebar .link-cell.spec-filter.top-filter .txt {
    font-weight: 500;
}

.leftSidebar .link-cell.spec-filter.sub-filter {
    min-height: 0.34rem;
    padding-left: 0.34rem;
    background: transparent;
}

.leftSidebar .link-cell.spec-filter.sub-filter .color {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 0.02rem;
}

.leftSidebar .link-cell.spec-filter.sub-filter .txt {
    font-size: 0.14rem;
}

.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter:hover,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.tags_category_select,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.on {
    background-color: transparent;
}

.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter:hover .txt,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.tags_category_select .txt,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.on .txt {
    color: var(--sk-global-color);
}

.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.tags_category_select .txt,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.on .txt {
    font-family: var(--sk-font-Bold);
}

.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter:hover .img,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.tags_category_select .img,
.leftSidebar .sticky_wrapper .sticky-box .link-list-box .link-list .link-cell.spec-filter.on .img {
    opacity: 1;
}

.leftSidebar .link-cell.spec-filter .color {
    flex: 0 0 auto;
}


.con-main.post-card__body .infor-con .forum-meta-right {
    flex-direction: column;
    align-items: flex-end;
}


.post-card__body .post-list-box.hry .post-card {
    display: block;
}

.index-page .main-con .index-main-row .con-main {
    margin: 0;
    min-width: 0;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con {
    min-width: 0;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
    gap: 0.12rem;
    min-width: 0;
    align-items: flex-start;
    min-height: 0.34rem;
    padding-top: 0.01rem;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
    display: inline-flex;
    align-items: flex-start;
    align-self: flex-start;
    flex: 1 1 auto;
    min-height: 0;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
    font-size: 0.17rem;
    line-height: 0.24rem;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
    min-width: 0;
    max-width: 44%;
    padding-top: 0.01rem;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark-list {
    max-width: 100%;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    min-width: 0;
    margin-top: 0.03rem;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .tit {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0 !important;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .forum-mark-list {
    max-width: none;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark {
    flex: 0 0 auto;
}

@media screen and (min-width: 800px) {
    .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .tit {
        margin-top: 0 !important;
    }
}

.post-card__body .post-list-box.hry .post-card .infor-con .chuck-card .con-txt {
    width: 100% !important;
}


.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark {
    width: 0.24rem;
    height: 0.24rem;
}


.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark img {
    width: 100%;
    height: 100%;
}

.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark.forum-mark--top {
    background: unset;
}


.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark.forum-mark--recommend {
    background: unset;
}


.index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark.forum-mark--essence {
    background: unset;
}



.index-page .main-con .index-main-content {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.index-page .main-con .index-main-row {
    display: flex;
    align-items: flex-start;
    min-width: 0;
}

@media screen and (max-width: 800px) {
    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
        align-items: center;
        gap: 0.08rem;
        height: 0.44rem;
        min-height: 0.44rem;
        padding-top: 0;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
        align-items: center;
        align-self: center;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        min-height: 0;
        margin-top: 0;
        font-size: 0.18rem;
        line-height: 0.24rem;
        padding-bottom: 0;
        position: relative;
        top: 0;
        white-space: nowrap;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge {
        margin-left: 0.09rem;
        min-height: 0.2rem;
        padding: 0.01rem 0.13rem 0;
        font-size: 0.1rem;
        line-height: 0.12rem;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
        max-width: 30%;
        gap: 0.06rem;
        align-items: flex-end;
        top: 0;
        padding-top: 0;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .date {
        line-height: 0.24rem;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark-list {
        gap: 0.04rem;
        justify-content: flex-end;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
        gap: 0.08rem;
        margin-top: 0.08rem;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark {
        width: 0.32rem;
        height: 0.32rem;
        min-height: 0.32rem;
        padding: 0;
        border-radius: 0;
        background: transparent !important;
        box-shadow: none;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark__icon {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .index-page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .tit {
        margin-top: 0 !important;
        font-size: 0.3rem;
        line-height: 0.42rem;
        -webkit-line-clamp: 2;
    }
}

@media screen and (min-width: 801px) {
    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .name {
        font-size: 0.17rem !important;
        line-height: 0.24rem !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .title-meta-row {
        margin-top: 0.02rem !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .name .post-integral-level-badge {
        min-height: 0.2rem !important;
        padding: 0.01rem 0.18rem 0 !important;
        font-size: 0.1rem !important;
        line-height: 0.12rem !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .name .post-integral-level-badge .post-integral-level-badge__text {
        letter-spacing: 0.14em !important;
        transform: none !important;
    }
}

@media screen and (max-width: 800px) {
    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top {
        height: 0.44rem !important;
        min-height: 0.44rem !important;
        align-items: center !important;
        padding-top: 0 !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .name {
        display: inline-flex !important;
        align-items: center !important;
        align-self: center !important;
        max-width: calc(100% - 1.56rem) !important;
        min-width: 0 !important;
        min-height: 0 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        font-size: 0.18rem !important;
        line-height: 0.24rem !important;
        padding-bottom: 0 !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .forum-meta-right {
        top: 0.01rem !important;
        max-width: 1.52rem !important;
        gap: 0.06rem !important;
        padding-top: 0 !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .date {
        line-height: 0.24rem !important;
    }

    .index-page .main-con .con-main.post-card__body .post-card .infor-con .info_top .name .post-integral-level-badge {
        min-height: 0.2rem !important;
        padding: 0.01rem 0.13rem 0 !important;
        font-size: 0.1rem !important;
        line-height: 0.12rem !important;
        margin-left: 0.09rem !important;
    }
}

.index-page .main-con .index-banner-row {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
    margin-left: 2.24rem !important;
}

.index-page .main-con .index-banner-row .ad_box {
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    border-radius: 0.16rem;
    overflow: hidden;
    margin-bottom: 0.16rem;
}

.index-page .main-con .index-banner-row .ad_box .img {
    width: 100%;
    height: auto;
    display: block;
}

.index-page .main-con .index-banner-row .ad_box .close_icon {
    position: absolute;
    top: 0.08rem;
    right: 0.08rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.4rem;
    height: 0.4rem;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 0.08rem;
}

.index-page .main-con .index-banner-row .ad_box .close_icon .svg {
    width: 0.24rem;
    height: 0.24rem;
}

.index-page .ad_box_toggle {
    align-self: flex-end;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 0.06rem;
    height: 0.4rem;
    margin-bottom: 0.16rem;
    border-radius: 0.12rem;
    background: #ffffff;
    border: 0.01rem solid #d9e2ea;
    color: #165dff;
    cursor: pointer;
    width: fit-content;
    padding: 0 0.14rem;
    box-shadow: 0 0.08rem 0.18rem rgba(22, 93, 255, 0.08);
    transition: color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.index-page .ad_box_toggle .caret {
    width: 0.08rem;
    height: 0.08rem;
    border-right: 0.02rem solid currentColor;
    border-bottom: 0.02rem solid currentColor;
    transform: rotate(45deg) translateY(-0.01rem);
}

.index-page .ad_box_toggle .banner-icon {
    position: relative;
    width: 0.16rem;
    height: 0.12rem;
    border: 0.015rem solid currentColor;
    border-radius: 0.03rem;
    box-sizing: border-box;
}

.index-page .ad_box_toggle .banner-icon::before {
    content: "";
    position: absolute;
    left: 0.02rem;
    bottom: 0.02rem;
    width: 0.07rem;
    height: 0.05rem;
    border-left: 0.015rem solid currentColor;
    border-bottom: 0.015rem solid currentColor;
    transform: skewX(-28deg) rotate(-43deg);
    transform-origin: left bottom;
}

.index-page .ad_box_toggle .banner-icon::after {
    content: "";
    position: absolute;
    top: 0.02rem;
    right: 0.02rem;
    width: 0.025rem;
    height: 0.025rem;
    border-radius: 50%;
    background: currentColor;
}

.index-page .ad_box_toggle:hover {
    border-color: #165dff;
    box-shadow: 0 0.1rem 0.24rem rgba(22, 93, 255, 0.14);
    transform: translateY(-0.01rem);
}

.index-page .ad_box_toggle.is-docked {
    align-self: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 0.34rem;
    min-width: 0.34rem;
    padding: 0 0.1rem;
    border-radius: 999px;
    background: #f5f8ff;
}

.index-page .ad_box_toggle.is-docked .banner-icon {
    width: 0.15rem;
    height: 0.11rem;
}

.index-page .ad_box_toggle.is-docked .caret {
    width: 0.07rem;
    height: 0.07rem;
}

.index-page .main-con .right-box .popular_posts .popular_posts_head .popular_posts_actions:empty {
    display: none;
}



@media screen and (max-width: 800px) {
    .leftSidebar .link-cell.spec-filter.top-filter {
        min-height: 0.44rem;
    }

    .leftSidebar .link-cell.spec-filter.sub-filter {
        min-height: 0.4rem;
        padding-left: 0.3rem;
    }

    .leftSidebar .sidebar-filter-children {
        margin-bottom: 0.2rem;

    }


    .leftSidebar .sidebar-filter-toggle {
        width: 0.48rem;
        height: 0.48rem;
    }


    .index-page .main-con {
        display: block;
        padding: 0;
    }
    .index-page .main-con .leftSidebar {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .index-page .main-con .con-main {
        width: 100%;
        min-width: 0;
    }
    .index-page .main-con .index-main-content {
        padding-bottom: 1.8rem;
    }

}



/* 首页左侧改版样式end */



/* 个人中心板块页面改版start */

.my-profile-page .main-con .left-main .b-g-card .profile-side-panel {
    position: absolute;
    z-index: 1;
    top: 0.24rem;
    right: 0.24rem;
    bottom: 0.24rem;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    min-width: 2rem;
}

.my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile {
    position: static;
}

.my-profile-page .main-con .left-main .b-g-card .profile-points-box {
    color: #fff;
    text-align: right;
    display: flex;
    align-items: center;
}

.my-profile-page .main-con .left-main .b-g-card .profile-points-value {
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-Bold);
}

.my-profile-page .main-con .left-main .b-g-card .profile-points-label {
    margin-top: 0.04rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.92);
}


.my-profile-page .main-con .left-main .b-g-card .profile-img-box {
    width: 0.32rem;
    height: 0.32rem;
    cursor: pointer;
}

.my-profile-page .main-con .left-main .b-g-card .profile-img-box img {
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 800px) {
    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel {
        top: 0.24rem;
        right: 0.32rem;
        bottom: 0.5rem;
        min-width: 2.2rem;
        padding-top: 0.16rem;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile {
        position: static;
        right: auto;
        bottom: auto;
        transform: none;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-points-value {
        font-size: 0.4rem;
        line-height: 0.48rem;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-points-label {
        font-size: 0.2rem;
        line-height: 0.28rem;
    }
}



/* 个人中心板块页面改版end */




/* bind-account页面end */




/* 积分页面start */


.points-page .main-con {
    padding-top: 0.24rem;
    padding-bottom: 1.2rem;
}

.points-page .points-layout {
    display: flex;
    justify-content: center;
}

.points-page .points-panel {
    width: 100%;
    max-width: 9rem;
    background: #FFFFFF;
    border-radius: 0.21rem;
    padding: 0.24rem;
}

.points-page .points-overview-card {
    position: relative;
    overflow: hidden;
    min-height: 1.6rem;
    border-radius: 0.2rem;
    padding: 0.28rem 0.88rem;
    display: flex;
    align-items: center;
}

.points-page .points-overview-bg {
    position: absolute;
    inset: 0;
}

.points-page .points-overview-bg .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

/*.points-page .points-overview-card::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    inset: 0;*/
/*    background: linear-gradient(90deg, rgba(11, 35, 112, 0.18) 0%, rgba(11, 35, 112, 0) 52%);*/
/*    pointer-events: none;*/
/*}*/

.points-page .points-overview-card .banner-back {
    position: absolute;
    top: 0.14rem;
    left: 0.14rem;
    z-index: 2;
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.points-page .points-overview-card .banner-back img {
    width: 0.16rem;
    height: 0.16rem;
}

.points-page .points-overview-info {
    position: relative;
    z-index: 1;
    color: #FFFFFF;
}

.points-page .points-total {
    font-size: 0.4rem;
    line-height: 0.48rem;
    font-family: var(--sk-font-Bold);
    letter-spacing: 0.01rem;
}

.points-page .points-total-label {
    margin-top: 0.12rem;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.92);
}

.points-page .points-content {
    margin-top: 0.24rem;
}

.points-page .points-card-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
}

.points-page .points-section-title {
    font-size: 0.24rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-Bold);
    color: #111111;
}

.points-page .points-rule-link {
    color: #0068B7;
    font-size: 0.14rem;
    line-height: 0.24rem;
    transition: 0.4s;
}

.points-page .points-head-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.16rem;
    flex-wrap: wrap;
}

.points-page .points-table-wrap {
    margin-top: 0.24rem;
    border-radius: 0.16rem;
    overflow: hidden;
}

.points-page .points-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.points-page .points-table thead tr {
    background: #F7F9FA;
}

.points-page .points-table th,
.points-page .points-table td {
    text-align: left;
    vertical-align: middle;
}

.points-page .points-table th {
    padding: 0.14rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: var(--sk-font-Bold);
    color: #111111;
    white-space: nowrap;
}

.points-page .points-table td {
    padding: 0.24rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #333333;
    border-bottom: 0.01rem solid #EEF1F4;
    word-break: break-word;
}

.points-page .points-table tbody tr:last-child td {
    border-bottom: none;
}

.points-page .points-table.is-hidden {
    display: none;
}

.points-page .points-table .points-change {
    color: #0068B7;
    font-family: var(--sk-font-Bold);
}

.points-page .points-empty {
    min-height: 2.56rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.16rem;
    padding: 0.48rem 0.24rem;
    background: #FFFFFF;
}

.points-page .points-empty.is-hidden {
    display: none;
}

.points-page .points-empty-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.8rem;
    height: 0.8rem;
}

.points-page .points-empty-img .svg-ctx {
    width: 0.48rem;
    height: 0.48rem;
    color: #99A0A4;
}

.points-page .points-empty-text {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #666666;
    text-align: center;
}

.points-page .points-guide-modal {
    position: fixed;
    inset: 0;
    z-index: 12000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.24rem;
    background: rgba(0, 0, 0, 0.68);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.points-page .points-guide-modal.show {
    opacity: 1;
    visibility: visible;
}

body.points-guide-open {
    overflow: hidden;
}

.points-page .points-guide-dialog {
    width: 8.4rem;
    max-width: 100%;
    max-height: calc(100vh - 0.48rem);
    overflow: auto;
    border-radius: 0.2rem;
    background: #FFFFFF;
    box-shadow: 0 0.24rem 0.64rem rgba(0, 0, 0, 0.16);
}

.points-page .points-guide-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem;
    padding: 0.24rem 0.24rem 0.24rem 0.24rem;
}

.points-page .points-guide-title {
    font-size: 0.22rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-Bold);
    color: #111111;
}

.points-page .points-guide-close {
    flex-shrink: 0;
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.3rem;
    line-height: 1;
    color: #111111;
    cursor: pointer;
    transition: 0.4s;
}

.points-page .points-guide-body {
    padding: 0 0.24rem 0.24rem;
}

.points-page .points-guide-table-wrap {
    overflow: hidden;
    border-radius: 0.16rem;
}

.points-page .points-guide-list {
    width: 100%;
}

.points-page .points-guide-row {
    display: grid;
    grid-template-columns: 43% 22% 35%;
}

.points-page .points-guide-row.head {
    background: #F7F9FA;
}

.points-page .points-guide-row.group {
    background: #FFFFFF;
    border-top: 0.01rem solid #EEF1F4;
}

.points-page .points-guide-cell {
    text-align: left;
    vertical-align: top;
}

.points-page .points-guide-row.head .points-guide-cell {
    padding: 0.12rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    font-family: var(--sk-font-Bold);
    color: #111111;
}

.points-page .points-guide-row.group .points-guide-cell {
    padding: 0.14rem 0.16rem 0.06rem;
    font-size: 0.14rem;
    line-height: 0.22rem;
    font-family: var(--sk-font-Bold);
    color: #111111;
}

.points-page .points-guide-row.body {
    border-bottom: 0.01rem solid #EEF1F4;
}

.points-page .points-guide-row.body .points-guide-cell {
    padding: 0.16rem 0.16rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #333333;
    word-break: break-word;
}

.points-page .points-guide-row.body:last-child {
    border-bottom: none;
}

.points-page .points-level-rule-head,
.points-page .points-level-rule-row {
    grid-template-columns: 1fr 1fr;
}

.points-page .points-guide-list .points-change {
    color: #2070DF;
    font-family: var(--sk-font-Bold);
}

@media screen and (min-width: 800px) {
    .points-page .points-rule-link:hover {
        color: var(--sk-global-color);
    }

    .points-page .points-guide-close:hover {
        background: #F3F5F7;
    }
}

@media screen and (max-width: 800px) {
    .points-page .g-header .g-head .g-head-main .left-menu .back-box {
        display: flex;
    }

    .points-page .g-header .g-head .g-head-main {
        padding-bottom: 0.24rem;
    }

    .points-page .g-header .g-head .g-head-main .left-logo,
    .points-page .g-header .g-head .g-head-main .search-box,
    .points-page .g-header .g-head .g-head-main .right-box {
        display: none;
    }

    .points-page .main-con {
        padding-top: 0.32rem;
        padding-bottom: 1.6rem;
    }

    .points-page .points-panel {
        border-radius: 0.32rem;
        padding: 0.24rem;
        box-shadow: none;
    }

    .points-page .points-overview-card {
        min-height: 2.32rem;
        border-radius: 0.24rem;
        padding: 0.4rem 0.32rem 0.36rem;
        align-items: flex-end;
    }

    .points-page .points-overview-bg .img {
        object-position: 68% center;
    }

    .points-page .points-overview-card .banner-back {
        top: 0.16rem;
        left: 0.16rem;
        width: 0.56rem;
        height: 0.56rem;
    }

    .points-page .points-overview-card .banner-back img {
        width: 0.24rem;
        height: 0.24rem;
    }

    .points-page .points-total {
        font-size: 0.56rem;
        line-height: 0.64rem;
    }

    .points-page .points-total-label {
        margin-top: 0.16rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .points-page .points-content {
        margin-top: 0.32rem;
    }

    .points-page .points-card-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.12rem;
    }

    .points-page .points-section-title {
        font-size: 0.36rem;
        line-height: 0.48rem;
    }

    .points-page .points-rule-link {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .points-page .points-table-wrap {
        margin-top: 0.24rem;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .points-page .points-table {
        min-width: 11rem;
    }

    .points-page .points-table th {
        padding: 0.2rem 0.24rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .points-page .points-table td {
        padding: 0.28rem 0.24rem;
        font-size: 0.26rem;
        line-height: 0.4rem;
    }

    .points-page .points-empty {
        min-height: 4rem;
        gap: 0.24rem;
        padding: 0.72rem 0.32rem;
    }

    .points-page .points-empty-img {
        width: 1.28rem;
        height: 1.28rem;
    }

    .points-page .points-empty-img .svg-ctx {
        width: 0.8rem;
        height: 0.8rem;
    }

    .points-page .points-empty-text {
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .points-page .points-guide-modal {
        padding: 0.24rem 0.16rem;
        align-items: flex-start;
    }

    .points-page .points-guide-dialog {
        width: 100%;
        max-height: calc(100vh - 1.56rem);
        margin-top: 0.72rem;
        border-radius: 0.24rem;
        margin-bottom: 0.24rem;
    }

    .points-page .points-guide-top {
        padding: 0.48rem 0.24rem 0.12rem;
    }

    .points-page .points-guide-title {
        font-size: 0.32rem;
        line-height: 0.44rem;
    }

    .points-page .points-guide-close {
        width: 0.4rem;
        height: 0.4rem;
        font-size: 0.34rem;
    }

    .points-page .points-guide-body {
        padding: 0 0.24rem 0.24rem;
    }

    .points-page .points-guide-table-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .points-page .points-guide-list {
        min-width: 6.8rem;
    }

    .points-page .points-guide-row.head .points-guide-cell {
        padding: 0.2rem 0.24rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .points-page .points-guide-row.group .points-guide-cell {
        padding: 0.24rem 0.24rem 0.12rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .points-page .points-guide-row.body .points-guide-cell {
        padding: 0.24rem 0.24rem;
        font-size: 0.26rem;
        line-height: 0.44rem;
    }
}




/* 积分页面end */



/* 话题页面start*/

.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .comment_operation .reply.adopt {
    background-color: #D7EAF9;
    padding-left: 0.08rem;
    padding-right: 0.08rem;
    margin-left: 0.08rem;
}


/* 帖子卡片统一覆盖 start */
:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card {
    display: flex !important;
    align-items: flex-start !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .head-img-box {
    flex: 0 0 auto !important;
    align-self: flex-start !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con {
    flex: 1 1 auto !important;
    min-width: 0 !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.12rem !important;
    height: 0.24rem !important;
    min-height: 0.24rem !important;
    padding-top: 0 !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    gap: 0.08rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0.24rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-size: 0.17rem !important;
    line-height: 0.24rem !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge {
    height: 0.15rem !important;
    min-height: 0.15rem !important;
    margin-left: 0 !important;
    padding: 0 0.095rem !important;
    border-radius: 0.075rem !important;
    font-size: 0.09rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge .post-integral-level-badge__text {
    display: block !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 0.26rem !important;
    height: 0.26rem !important;
    margin-left: 0 !important;
    line-height: 0 !important;
    flex: 0 0 auto !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    min-width: 0 !important;
    min-height: 0.24rem !important;
    max-width: 44% !important;
    gap: 0 !important;
    align-self: center !important;
    padding-top: 0 !important;
    text-align: right !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .info_top .date {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 0.24rem !important;
    line-height: 0.24rem !important;
    white-space: nowrap !important;
    text-align: right !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
    display: flex;
    align-items: flex-start;
    gap: 0.12rem;
    min-width: 0;
    margin-top: 0.12rem !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .tit {
    flex: 1 1 auto;
    min-width: 0;
    margin-top: 0 !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .forum-mark-list {
    flex: 0 0 auto;
    max-width: none;
    gap: 0.04rem;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .forum-mark {
    width: 0.24rem;
    height: 0.24rem;
    min-height: 0.24rem;
    padding: 0;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.post-card__body .post-list-box.hry .post-card .infor-con .forum-mark__icon {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .name,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .info .name,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .reply_list .reply_item .publish_info .name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.08rem !important;
}

.topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .name .certifi,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .info .name .certifi,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .reply_list .reply_item .publish_info .name .certifi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 0.26rem !important;
    height: 0.26rem !important;
    margin-left: 0 !important;
    line-height: 0 !important;
    flex: 0 0 auto !important;
    transform: translateY(-0.018rem) !important;
}

.topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .name .certifi .img,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .info .name .certifi .img,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .reply_list .reply_item .publish_info .name .certifi .img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (max-width: 800px) {
    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card {
        display: block !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .head-img-box {
        top: 0.28rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con {
        width: 100% !important;
        padding-left: 0 !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
        gap: 0.08rem !important;
        height: 0.72rem !important;
        min-height: 0.72rem !important;
        padding-top: 0 !important;
        padding-left: 0.96rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
        gap: 0.06rem !important;
        padding-top: 0 !important;
        font-size: 0.28rem !important;
        line-height: 0.34rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge {
        height: 0.24rem !important;
        min-height: 0.24rem !important;
        margin-left: 0 !important;
        padding: 0 0.12rem !important;
        border-radius: 0.12rem !important;
        font-size: 0.13rem !important;
        line-height: 1 !important;
        transform: none !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi {
        width: 0.32rem !important;
        height: 0.32rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
        max-width: 42% !important;
        align-self: center !important;
        padding-top: 0 !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .info_top .date {
        min-height: 0.24rem !important;
        line-height: 0.24rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
        gap: 0.08rem !important;
        margin-top: 0.12rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row .tit {
        font-size: 0.3rem;
        line-height: 0.42rem;
        -webkit-line-clamp: 2;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .post-card__body .post-list-box.hry .post-card .infor-con .forum-mark {
        width: 0.32rem;
        height: 0.32rem;
        min-height: 0.32rem;
    }
}

/* 帖子卡片高优先级收口：覆盖 main.css 中首页/移动端的历史特化规则 */
:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.12rem !important;
    height: 0.24rem !important;
    min-height: 0.24rem !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
    display: inline-flex !important;
    align-items: center !important;
    align-self: center !important;
    gap: 0.08rem !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
    min-height: 0.24rem !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: static !important;
    top: auto !important;
    transform: none !important;
    font-size: 0.17rem !important;
    line-height: 0.24rem !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge {
    height: 0.15rem !important;
    min-height: 0.15rem !important;
    margin-left: 0 !important;
    padding: 0 0.095rem !important;
    border-radius: 0.075rem !important;
    font-size: 0.09rem !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge .post-integral-level-badge__text {
    display: block !important;
    letter-spacing: 0.08em !important;
    line-height: 1 !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
    position: static !important;
    top: auto !important;
    right: auto !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 auto !important;
    margin-left: auto !important;
    min-height: 0.24rem !important;
    max-width: 44% !important;
    align-self: center !important;
    padding-top: 0 !important;
    text-align: right !important;
    transform: none !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .date {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 0.24rem !important;
    line-height: 0.24rem !important;
    white-space: nowrap !important;
    text-align: right !important;
}

:is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
.main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
    margin-top: 0.12rem !important;
}

@media screen and (max-width: 800px) {
    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card {
        display: block !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .head-img-box {
        top: 0.28rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con {
        width: 100% !important;
        padding-left: 0 !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
        align-items: center !important;
        gap: 0.08rem !important;
        height: 0.72rem !important;
        min-height: 0.72rem !important;
        padding-top: 0 !important;
        padding-left: 0.96rem !important;
        padding-right: 0 !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
        gap: 0.06rem !important;
        max-width: calc(100% - 1.7rem) !important;
        font-size: 0.28rem !important;
        line-height: 0.34rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .post-integral-level-badge {
        height: 0.24rem !important;
        min-height: 0.24rem !important;
        padding: 0 0.12rem !important;
        border-radius: 0.12rem !important;
        font-size: 0.13rem !important;
        line-height: 1 !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi {
        width: 0.32rem !important;
        height: 0.32rem !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .forum-meta-right {
        max-width: 42% !important;
    }

    :is(.index-page, .search-results-page, .my-profile-page, .all-tags-details-page, .all-categories-details-page)
    .main-con .post-card__body .post-list-box.hry .post-card .infor-con .title-meta-row {
        gap: 0.08rem !important;
        margin-top: 0.12rem !important;
    }
}

/* 帖子卡片统一覆盖 end */

/* 移动端帖子详情与个人页头部收口 */
@media screen and (max-width: 800px) {
    .topic-detail-page .main_con ._middle .article_area .article_view_summary {
        gap: 0.1rem !important;
        margin-top: 0.16rem !important;
        padding-bottom: 0.22rem !important;
    }

    .topic-detail-page .main_con ._middle .article_area .article_view_summary .avatar-list .img {
        width: 0.32rem !important;
        height: 0.32rem !important;
        margin-left: -0.08rem !important;
        border-width: 0.015rem !important;
    }

    .topic-detail-page .main_con ._middle .article_area .article_view_summary .avatar-list .img:first-child {
        margin-left: 0 !important;
    }

    .topic-detail-page .main_con ._middle .article_area .article_view_summary .view-count {
        font-size: 0.24rem !important;
        line-height: 0.32rem !important;
        color: #2f3f50 !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .back-box {
        display: flex !important;
        position: absolute !important;
        align-items: center !important;
        justify-content: center !important;
        top: 0.18rem !important;
        left: 0.18rem !important;
        width: 0.36rem !important;
        height: 0.36rem !important;
        z-index: 4 !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .back-box .svg {
        width: 0.32rem !important;
        height: 0.32rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card.has-profile-side-panel {
        height: 2.5rem !important;
        min-height: 2.5rem !important;
        padding: 0.2rem 0.18rem 0.2rem 0.56rem !important;
        overflow: hidden !important;
        align-items: center !important;
    }

    .my-profile-page .main-con .left-main .b-g-card.has-profile-side-panel .avatar-name {
        position: absolute !important;
        left: 0.56rem !important;
        right: 2.1rem !important;
        top: 0.42rem !important;
        bottom: 0.24rem !important;
        max-width: none !important;
        gap: 0.18rem !important;
        align-items: center !important;
        align-self: auto !important;
        padding-bottom: 0 !important;
        transform: none !important;
    }

    .my-profile-page .main-con .left-main .b-g-card.has-profile-side-panel .avatar-name .avatar-frame {
        width: 1.18rem !important;
        height: 1.18rem !important;
        padding: 0.045rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card.has-profile-side-panel .avatar-name .name-email {
        min-height: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        gap: 0.06rem !important;
        justify-content: center !important;
    }

    .my-profile-page .main-con .left-main .b-g-card.has-profile-side-panel .avatar-name .name-email::before {
        left: -0.12rem !important;
        right: -0.2rem !important;
        top: -0.1rem !important;
        bottom: -0.08rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-primary-line {
        gap: 0.06rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .name {
        font-size: 0.3rem !important;
        line-height: 0.36rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .integral-level-badge {
        min-height: 0.24rem !important;
        padding: 0.01rem 0.12rem 0 !important;
        font-size: 0.14rem !important;
        line-height: 0.16rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-profile-meta {
        margin-top: 0.02rem !important;
        padding-top: 0.08rem !important;
        gap: 0.04rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-profile-meta__value {
        font-size: 0.22rem !important;
        line-height: 0.3rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-profile-meta__item--intro .member-profile-meta__value {
        -webkit-line-clamp: 2 !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel {
        position: absolute !important;
        top: 0.2rem !important;
        right: 0.18rem !important;
        bottom: 0.22rem !important;
        width: auto !important;
        min-width: 0 !important;
        gap: 0.08rem !important;
        align-items: flex-end !important;
        justify-content: space-between !important;
        z-index: 3 !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile {
        --btn-H: 0.54rem;
        --font-size: 0.21rem;
        --line-height: 0.24rem;
        --left-size: 0.26rem;
        --left-icon-size: 0.22rem;
        min-width: 0 !important;
        max-width: 1.96rem !important;
        padding: 0 0.14rem 0 0.1rem !important;
        border-radius: 0.27rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile ._left {
        width: 0.26rem !important;
        min-width: 0.26rem !important;
        margin-right: 0.06rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile ._left .svg-ctx {
        width: 0.22rem !important;
        height: 0.22rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-side-panel .edit-profile ._right span {
        font-size: 0.21rem !important;
        line-height: 0.24rem !important;
        white-space: nowrap !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-points-box {
        gap: 0.06rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-points-value {
        font-size: 0.48rem !important;
        line-height: 0.48rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-points-label {
        font-size: 0.17rem !important;
        line-height: 0.22rem !important;
    }

    .my-profile-page .main-con .left-main .b-g-card .profile-img-box {
        width: 0.26rem !important;
        height: 0.26rem !important;
    }

    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box {
        padding: 0.12rem 0.18rem !important;
        overflow-x: visible !important;
    }

    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box .filter-left-box {
        display: flex !important;
        width: 100% !important;
        min-width: 0 !important;
        gap: 0 !important;
    }

    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box .filter-left-box .tab_item {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        justify-content: center !important;
        gap: 0.06rem !important;
        padding: 0.14rem 0.04rem !important;
    }

    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box .filter-left-box .tab_item .ico {
        width: 0.3rem !important;
        height: 0.3rem !important;
    }

    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box .filter-left-box .tab_item .type,
    .my-profile-page .main-con .left-main .left-bottom-box .post-card__body .top-filter-box .filter-left-box .tab_item .count {
        font-size: 0.26rem !important;
        line-height: 0.32rem !important;
    }
}


/* 完善资料弹窗 - 性别切换 */
.member-center-profile-avatar__gender {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
}

.member-center-profile-avatar__gender-option {
    flex: 1 1 0;
    min-height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 12px;
    border: 1px solid #d9e3ed;
    border-radius: 999px;
    background: #ffffff;
    color: #5b7084;
    font-size: 13px;
    font-family: "MiSans Medium", sans-serif;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.member-center-profile-avatar__gender-option:hover {
    border-color: #0b79d0;
    color: #0b79d0;
    background: #f8fbff;
}

.member-center-profile-avatar__gender-option.is-active {
    border-color: #0b79d0;
    background: #f3f9ff;
    color: #0b69c7;
    box-shadow: 0 6px 14px rgba(13, 113, 233, 0.1);
}

.member-center-profile-avatar__gender-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: currentColor;
}

.member-center-profile-avatar__gender-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    stroke: currentColor;
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.member-center-profile-avatar__gender-label {
    font-size: 13px;
    line-height: 1;
}

@media (max-width: 640px) {
    .member-center-profile-avatar__gender-option {
        min-height: 36px;
        padding: 0 10px;
        gap: 6px;
    }
}

/* official account badge */
.g_page .certifi,
.g-header .certifi,
.g_page .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi,
.g_page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi,
.topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .name .certifi,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .info .name .certifi,
.topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .reply_list .reply_item .publish_info .name .certifi,
.my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-primary-line .certifi {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    gap: 0.04rem !important;
    width: auto !important;
    min-width: 0 !important;
    height: 0.2rem !important;
    min-height: 0.2rem !important;
    margin-left: 0 !important;
    padding: 0 0.08rem !important;
    border-radius: 0.1rem !important;
    background: #EAF6FF !important;
    color: #0068D9 !important;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 104, 217, 0.12) !important;
    font-family: var(--sk-font-Medium) !important;
    font-size: 0.11rem !important;
    line-height: 0.2rem !important;
    vertical-align: middle !important;
    white-space: nowrap !important;
    transform: none !important;
}

.g_page .certifi .img,
.g-header .certifi .img {
    display: block !important;
    width: 0.14rem !important;
    height: 0.14rem !important;
    flex: 0 0 0.14rem !important;
    object-fit: contain !important;
}

.g_page .certifi::before,
.g-header .certifi::before {
    content: none !important;
    display: none !important;
}

.g_page .certifi::after,
.g-header .certifi::after {
    content: "Official Assistant";
    display: block;
}

html[lang^="zh"] .g_page .certifi::after,
html[lang^="zh"] .g-header .certifi::after,
html[lang="cn"] .g_page .certifi::after,
html[lang="cn"] .g-header .certifi::after {
    content: "\5B98\65B9\5C0F\52A9\624B";
}

.topic-detail-page .main_con ._left .article_operation .operation_item {
    width: 0.72rem;
    text-align: center;
}

.topic-detail-page .main_con ._left .article_operation .operation_item .text {
    white-space: nowrap;
    min-width: 0.56rem;
    text-align: center;
}

.topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .time {
    margin-top: 0.04rem;
}

.all-tags-details-page .RightWrapper .left-bottom-box .tag-active-users-box .tag-active-users-card .user-list .user-box .question-count {
    margin-left: auto;
    display: inline-flex;
    align-items: baseline;
    gap: 0.04rem;
    color: #8A949D;
    font-size: 0.12rem;
    line-height: 0.18rem;
    white-space: nowrap;
}

.all-tags-details-page .RightWrapper .left-bottom-box .tag-active-users-box .tag-active-users-card .user-list .user-box .question-count .value {
    color: #333333;
    font-family: var(--sk-font-Medium);
}

.all-categories-details-page .left-top-box {
    background: transparent !important;
    padding: 1px;
}

.all-categories-details-page .left-top-box .card-list-box {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.24rem;
    align-items: stretch;
    background: transparent !important;
}

.all-categories-details-page .left-top-box .card-list-box .card-box {
    width: auto;
    margin-right: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E7ECF1;
    box-shadow: 0 0.02rem 0.08rem rgba(15, 35, 52, 0.04);
}

.all-categories-page .RightWrapper .categories_list .categories_item .categories_parent_link,
.all-categories-page .RightWrapper .categories_list .categories_item .categories_desc.phone-show,
.all-categories-page .RightWrapper .categories_list .categories_item .sub_list .sub_list_item,
.all-categories-details-page .left-top-box .card-list-box .card-box {
    color: inherit;
    text-decoration: none;
}

.all-categories-details-page .left-top-box .b-g-card .tit-box .category-subtitle {
    margin-top: 0.08rem;
    max-width: 6.2rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.14rem;
    line-height: 0.24rem;
    font-family: var(--sk-font-Normal);
}

.all-categories-details-page .left-top-box .b-g-card .tit-box {
    max-width: 6.4rem;
    text-shadow: 0 0.02rem 0.08rem rgba(0, 31, 76, 0.46);
}

@media screen and (min-width: 800px) {
    .all-categories-page .RightWrapper .categories_list .categories_item .sub_list .sub_list_item:hover .title_con p,
    .all-categories-details-page .left-top-box .card-list-box .card-box:hover .icon-name .txt {
        color: var(--sk-global-color);
    }
}

.all-categories-details-page .left-bottom-box .post-card__body .top-filter-box {
    padding: 1px;
}

.all-categories-details-page .left-bottom-box .car-ind-box.pc-show {
    margin-top: 0;
    padding: 1px;
}

.all-categories-details-page .left-bottom-box {
    display: block;
    width: 100%;
}

.all-categories-details-page .left-bottom-box .categories-main-row {
    display: flex;
    align-items: flex-start;
    gap: 0.16rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.all-categories-details-page .left-bottom-box .categories-main-row .post-card__body {
    flex: 1 1 auto;
    min-width: 0;
}

.all-categories-details-page .left-bottom-box .right-box {
    margin-top: 0;
    width: 3.2rem;
    flex: 0 0 auto;
    position: sticky;
    top: calc(var(--headH) + 0.16rem);
    max-height: calc(100vh - var(--headH) - 0.32rem);
    overflow-y: auto;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users {
    background-color: #fff;
    border-radius: 0.16rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts {
    padding: 0.06rem 0.16rem 0.24rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts .popular_posts_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.12rem;
    padding-bottom: 0.16rem;
    border-bottom: 0.005rem solid #d9d9d9;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts .popular_posts_head .popular_posts_actions:empty {
    display: none;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts .title,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users .title {
    font-size: 0.2rem;
    line-height: 0.32rem;
    font-family: var(--sk-font-Bold);
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts .title {
    padding-bottom: 0;
    border-bottom: none;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item {
    margin-top: 0.16rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item a,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a {
    display: flex;
    align-items: center;
    font-size: 0.14rem;
    line-height: 0.24rem;
    transition: 0.3s;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item a .num,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .num {
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #99a0a4;
    font-family: var(--sk-font-Bold);
    margin-right: 0.08rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item a .name,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info .name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item a:hover,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a:hover .info .name {
    color: var(--sk-global-color);
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item:nth-child(1) a .num,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item:nth-child(1) a .num {
    color: #df0f00;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item:nth-child(2) a .num,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item:nth-child(2) a .num {
    color: #ff5900;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .popular_posts ul .popular_posts_item:nth-child(3) a .num,
.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item:nth-child(3) a .num {
    color: #fb8c00;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users {
    margin-top: 0.16rem;
    padding: 0.16rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users .title {
    padding-bottom: 0.16rem;
    border-bottom: 0.005rem solid #d9d9d9;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.16rem;
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info .avatar {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info .avatar .img {
    width: 100%;
    height: 100%;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info .name {
    flex: 1;
}

.all-categories-details-page .left-bottom-box .right-box .forum-right-sticky-group .top_reply_users ul .top_reply_users_item a .info .count {
    flex-shrink: 0;
    color: #8a9299;
    font-size: 0.13rem;
    line-height: 0.2rem;
    padding-right: 0.08rem;
}

.all-categories-details-page .left-bottom-box .post-card__body .post-list-box.hry {
    padding-top: 0;
}

.all-categories-details-page .left-bottom-box .post-card__body .post-list-box.hry .post-card:first-child {
    margin-top: 0;
}

@media screen and (max-width: 800px) {
    .all-categories-details-page .left-bottom-box .categories-main-row {
        display: block;
    }
}

.notifications-page .main_con .post-card__body .post-list-box.hry {
    margin-top: 0.24rem;
    padding: 0;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.16rem !important;
    margin: 0;
    padding: 0.24rem;
    background: #fff;
    border-radius: 0.08rem;
    cursor: pointer;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card + .post-card {
    margin-top: 0.24rem;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .head-img-box {
    flex: 0 0 0.4rem !important;
    width: 0.4rem !important;
    min-width: 0.4rem !important;
    height: 0.4rem !important;
    margin: 0 !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .head-img-box .img {
    width: 0.4rem !important;
    height: 0.4rem !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con {
    flex: 1 1 auto !important;
    min-width: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
    display: flex !important;
    align-items: center !important;
    min-height: 0.24rem !important;
    margin: 0 !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.08rem !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 0.16rem !important;
    line-height: 0.24rem !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi {
    flex: 0 0 auto !important;
}

.notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .behavior_time {
    margin-top: 0.06rem;
}

@media screen and (max-width: 800px) {
    .all-categories-details-page .left-top-box .card-list-box {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .all-categories-details-page .left-top-box .b-g-card .tit-box .category-subtitle {
        margin-top: 0.12rem;
        max-width: 100%;
        font-size: 0.24rem;
        line-height: 0.36rem;
    }

    .all-categories-details-page .left-top-box .b-g-card .tit-box {
        max-width: 100%;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry {
        margin-top: 0.16rem;
        padding: 0;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card {
        gap: 0.2rem !important;
        margin: 0;
        padding: 0.28rem 0.32rem 0.32rem;
        border-radius: 0.16rem;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card + .post-card {
        margin-top: 0.16rem;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card .head-img-box {
        position: static !important;
        flex-basis: 0.8rem !important;
        width: 0.8rem !important;
        min-width: 0.8rem !important;
        height: 0.8rem !important;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card .head-img-box .img {
        width: 0.8rem !important;
        height: 0.8rem !important;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .info_top {
        height: auto !important;
        min-height: 0.4rem !important;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name {
        gap: 0.06rem !important;
        font-size: 0.28rem !important;
        line-height: 0.4rem !important;
    }

    .notifications-page .main_con .post-card__body .post-list-box.hry .post-card .infor-con .behavior_time {
        padding-left: 0 !important;
        margin-top: 0.06rem;
    }
}

/* Adopted reply badge and adopted-state surfaces use a green theme override. */
.forum-adopted-badge {
    background: #E8F7EE;
    color: #1C9B57;
}

@media screen and (max-width: 800px) {
    .g_page .certifi,
    .g-header .certifi,
    .g_page .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi,
    .g_page .main-con .post-card__body .post-list-box.hry .post-card .infor-con .info_top .name .certifi,
    .topic-detail-page .main_con ._middle .article_area ._top .publish_info .info .name .certifi,
    .topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .publish_info .info .name .certifi,
    .topic-detail-page .main_con ._middle .comments_area .comment_list .comment_item .content_wrapper .reply_list .reply_item .publish_info .name .certifi,
    .my-profile-page .main-con .left-main .b-g-card .avatar-name .name-email .member-primary-line .certifi {
        gap: 0.06rem !important;
        width: auto !important;
        height: 0.3rem !important;
        min-height: 0.3rem !important;
        padding: 0 0.12rem !important;
        border-radius: 0.15rem !important;
        font-size: 0.18rem !important;
        line-height: 0.3rem !important;
    }

    .g_page .certifi::before,
    .g-header .certifi::before {
        content: none !important;
        display: none !important;
    }

    .g_page .certifi .img,
    .g-header .certifi .img {
        width: 0.2rem !important;
        height: 0.2rem !important;
        flex-basis: 0.2rem !important;
    }

    .all-tags-details-page .RightWrapper .left-bottom-box .tag-active-users-box .tag-active-users-card .user-list .user-box {
        display: flex;
        align-items: center;
        gap: 0.16rem;
    }

    .all-tags-details-page .RightWrapper .left-bottom-box .tag-active-users-box .tag-active-users-card .user-list .user-box .name {
        display: block;
        flex: 1 1 auto;
        min-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .all-tags-details-page .RightWrapper .left-bottom-box .tag-active-users-box .tag-active-users-card .user-list .user-box .question-count {
        gap: 0.08rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .top-filter-box {
        align-items: flex-start;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box {
        margin-left: 0;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link {
        min-width: 1.2rem;
        height: 0.64rem;
        padding: 0 0.16rem;
        border-radius: 14px;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link .txt {
        max-width: 1.12rem;
        font-size: 0.28rem !important;
        line-height: 0.48rem !important;
        font-family: var(--sk-font-Regular);
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-link .img {
        width: 0.2rem;
        height: 0.2rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-select-box .dropdown-layui {
        right: 0;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-panel {
        min-width: 5.2rem;
        max-height: 5.8rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-search {
        padding: 0.16rem 0.16rem 0;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-box {
        height: 0.56rem;
        padding: 0 0.16rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-icon {
        width: 0.24rem;
        height: 0.24rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-box input {
        font-size: 0.22rem;
        line-height: 0.3rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-search-clear {
        width: 0.26rem;
        height: 0.26rem;
        font-size: 0.2rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-columns {
        grid-template-columns: 1.56rem minmax(0, 1fr);
        min-height: 4.9rem;
        padding-top: 0.16rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-parent-list,
    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-child-list {
        max-height: 5rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-item {
        padding: 0.16rem 0.2rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .all-categories-details-page .left-bottom-box .post-card__body .category-tag-empty {
        padding: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .index-page .index-main-content .post-card__body .top-filter-box {
        align-items: flex-start;
    }

    .index-page .index-main-content .post-card__body .category-tag-select-box {
        margin-left: 0;
    }

    .index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link {
        min-width: 1.2rem;
        height: 0.64rem;
        padding: 0 0.16rem;
        border-radius: 14px;
    }

    .index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link .txt {
        max-width: 1.12rem;
        font-size: 0.28rem !important;
        line-height: 0.48rem !important;
        font-family: var(--sk-font-Regular);
    }

    .index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-link .img {
        width: 0.2rem;
        height: 0.2rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-select-box .dropdown-layui {
        right: 0;
    }

    .index-page .index-main-content .post-card__body .category-tag-panel {
        min-width: 5.2rem;
        max-height: 5.8rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-search {
        padding: 0.16rem 0.16rem 0;
    }

    .index-page .index-main-content .post-card__body .category-tag-search-box {
        height: 0.56rem;
        padding: 0 0.16rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-search-icon {
        width: 0.24rem;
        height: 0.24rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-search-box input {
        font-size: 0.22rem;
        line-height: 0.3rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-search-clear {
        width: 0.26rem;
        height: 0.26rem;
        font-size: 0.2rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-columns {
        grid-template-columns: 1.56rem minmax(0, 1fr);
        min-height: 4.9rem;
        padding-top: 0.16rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-parent-list,
    .index-page .index-main-content .post-card__body .category-tag-child-list {
        max-height: 5rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-item {
        padding: 0.16rem 0.2rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .index-page .index-main-content .post-card__body .category-tag-empty {
        padding: 0.2rem;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }
}

/* Profile privacy toggle uses a neutral gray when hiddenColumns=0. */
.profile-edit-page .privacy_switch .slider {
    background-color: #c7ccd3 !important;
}

.profile-edit-page .privacy_switch input:checked + .slider {
    background-color: #2e7d32 !important;
}

.profile-edit-page .privacy_switch {
    width: 48px;
    height: 26px;
}

.profile-edit-page .privacy_switch .slider:before {
    width: 18px;
    height: 18px;
}

.profile-edit-page .privacy_switch input:checked + .slider:before {
    transform: translateX(22px);
}

/* Cookie consent overrides live in gt.css so main.css stays frozen. */
.g_cookie {
    display: none !important;
}

body.forum-cookie-consent-open {
    overflow: hidden;
}

.forum-cookie-consent {
    position: relative;
    z-index: 1200;
}

.forum-cookie-consent__banner {
    position: fixed;
    left: 0.1rem;
    right: auto;
    bottom: 0.1rem;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 0.16rem;
    width: min(4.8rem, calc(100vw - 0.24rem));
    padding: 0.22rem 0.28rem 0.22rem;
    border: 1px solid #e7edf5;
    border-radius: 0.08rem;
    background: #ffffff;
    box-shadow: 0 0.08rem 0.18rem rgba(16, 32, 52, 0.08);
}

.forum-cookie-consent__banner.is-visible {
    display: flex;
}

.forum-cookie-consent__banner-copy {
    width: 100%;
}

.forum-cookie-consent__eyebrow {
    color: #111111;
    font-size: 0.16rem;
    line-height: 0.22rem;
    text-transform: uppercase;
    font-family: var(--sk-font-Bold);
}

.forum-cookie-consent__description,
.forum-cookie-consent__dialog-desc,
.forum-cookie-consent__option-desc {
    margin-top: 0.08rem;
    color: #5f6772;
    font-size: 0.12rem;
    line-height: 0.16rem;
}

.forum-cookie-consent__description a,
.forum-cookie-consent__dialog-desc a {
    color: #173f6d;
    text-decoration: underline;
    text-underline-offset: 0.03rem;
}

.forum-cookie-consent__description a:hover,
.forum-cookie-consent__dialog-desc a:hover {
    color: var(--sk-global-color);
}

.forum-cookie-consent__banner .forum-cookie-consent__description {
    display: block;
    overflow: visible;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    max-height: none;
    word-break: break-word;
}

.forum-cookie-consent__banner-actions,
.forum-cookie-consent__dialog-actions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 0.12rem;
    flex: 0 0 auto;
}

.forum-cookie-consent__banner-actions .g_btn {
    --btn-H: 0.3rem;
    --font-size: 0.13rem;
    --line-height: 0.2rem;
    min-width: 1.05rem;
    height: var(--btn-H);
    padding: 0 0.1rem;
    border-radius: 999px;
}

.forum-cookie-consent__banner-actions .g_btn ._right {
    min-width: auto;
    padding: 0;
}

.forum-cookie-consent__banner-actions {
    width: 100%;
    margin-top: auto;
    justify-content: flex-start;
    align-items: flex-end;
    align-self: stretch;
    gap: 0.08rem;
}

.forum-cookie-consent__banner-actions .forum-cookie-consent__secondary {
    min-width: 1.02rem;
}

.forum-cookie-consent__banner-actions [data-cookie-accept-all],
.forum-cookie-consent__dialog-actions [data-cookie-accept-all],
.forum-cookie-consent__dialog-actions [data-cookie-save-preferences] {
    border: 1px solid #0d73c7 !important;
    box-shadow: none !important;
    outline: none !important;
}

.forum-cookie-consent__banner-actions [data-cookie-accept-all] ._right span,
.forum-cookie-consent__dialog-actions [data-cookie-accept-all] ._right span {
    color: #ffffff !important;
}

.forum-cookie-consent__secondary {
    border: 1px solid #d7e2ec !important;
    background: #ffffff !important;
}

.forum-cookie-consent__secondary ._right span {
    color: #20364d !important;
}

.forum-cookie-consent__modal {
    position: fixed;
    inset: 0;
    z-index: 1201;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.24rem;
    background: rgba(11, 20, 32, 0.5);
}

.forum-cookie-consent__modal.is-visible {
    display: flex;
}

.forum-cookie-consent__dialog {
    width: min(6.4rem, calc(100vw - 0.48rem));
    max-height: calc(100vh - 0.48rem);
    overflow: auto;
    border-radius: 0.24rem;
    background: #ffffff;
    box-shadow: 0 0.28rem 0.6rem rgba(16, 32, 52, 0.16);
}

.forum-cookie-consent__dialog-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.16rem;
    padding: 0.24rem 0.56rem 0.08rem 0.32rem;
    position: relative;
}

.forum-cookie-consent__dialog-title {
    color: #102235;
    font-size: 0.22rem;
    line-height: 0.3rem;
    font-family: var(--sk-font-Bold);
}

.forum-cookie-consent__close {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.4rem;
    height: 0.4rem;
    border: 1px solid #d9e4ee;
    border-radius: 50%;
    background: #ffffff;
    color: #153a63;
    font-size: 0.24rem;
    line-height: 1;
    cursor: pointer;
}

.forum-cookie-consent__manage-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.16rem;
    padding: 0.28rem 0.32rem 0.12rem;
}

.forum-cookie-consent__manage-title {
    color: #182b3f;
    font-size: 0.18rem;
    line-height: 0.26rem;
    font-family: var(--sk-font-Bold);
}

.forum-cookie-consent__select-all {
    border: 0;
    background: transparent;
    color: #0a6ecc;
    font-size: 0.15rem;
    line-height: 0.22rem;
    font-family: var(--sk-font-Bold);
    cursor: pointer;
}

.forum-cookie-consent__options {
    padding: 0 0.32rem;
}

.forum-cookie-consent__option {
    padding: 0.2rem 0 0.16rem;
    border-bottom: 1px solid #edf2f6;
}

.forum-cookie-consent__option:last-child {
    border-bottom: 1px solid #edf2f6;
}

.forum-cookie-consent__option-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.24rem;
    min-height: 0.36rem;
}

.forum-cookie-consent__option-trigger {
    display: inline-flex;
    align-items: center;
    gap: 0.14rem;
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    cursor: pointer;
}

.forum-cookie-consent__option-icon {
    position: relative;
    width: 0.16rem;
    height: 0.16rem;
    flex: 0 0 0.16rem;
}

.forum-cookie-consent__option-icon::before,
.forum-cookie-consent__option-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: #1d2835;
    transform: translate(-50%, -50%);
}

.forum-cookie-consent__option-icon::before {
    width: 0.12rem;
    height: 0.02rem;
}

.forum-cookie-consent__option-icon::after {
    width: 0.02rem;
    height: 0.12rem;
}

.forum-cookie-consent__option.is-open .forum-cookie-consent__option-icon::after {
    display: none;
}

.forum-cookie-consent__option-side {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.12rem;
    flex: 0 0 auto;
}

.forum-cookie-consent__option-title {
    color: #202b36;
    font-size: 0.18rem;
    line-height: 0.26rem;
    font-family: var(--sk-font-Bold);
}

.forum-cookie-consent__option-panel {
    display: none;
    padding: 0.18rem 0 0;
}

.forum-cookie-consent__option.is-open .forum-cookie-consent__option-panel {
    display: block;
}

.forum-cookie-consent__switch {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    flex-shrink: 0;
}

.forum-cookie-consent__switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.forum-cookie-consent__slider {
    position: relative;
    display: inline-block;
    width: 0.44rem;
    height: 0.26rem;
    border-radius: 999px;
    background: #ced9e3;
    transition: background-color 0.2s ease;
}

.forum-cookie-consent__slider::after {
    content: "";
    position: absolute;
    top: 0.02rem;
    left: 0.02rem;
    width: 0.22rem;
    height: 0.22rem;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0.04rem 0.1rem rgba(15, 23, 42, 0.18);
    transition: transform 0.2s ease;
}

.forum-cookie-consent__switch input:checked + .forum-cookie-consent__slider {
    background: var(--sk-global-color);
}

.forum-cookie-consent__switch input:checked + .forum-cookie-consent__slider::after {
    transform: translateX(0.18rem);
}

.forum-cookie-consent__switch input:disabled + .forum-cookie-consent__slider {
    background: #8ab689;
}

.forum-cookie-consent__switch-label {
    color: #6d7b88;
    font-size: 0.13rem;
    line-height: 0.22rem;
    white-space: nowrap;
}

.forum-cookie-consent__switch-label--active {
    color: #0a6ecc;
    font-family: var(--sk-font-Bold);
}

.forum-cookie-consent__option-desc--panel {
    margin-top: 0;
    padding: 0.16rem 0.18rem;
    border-radius: 0.14rem;
    background: #f6f8fb;
    color: #3e5267;
}

.forum-cookie-consent__dialog-actions {
    padding: 0.28rem 0.32rem 0.32rem;
    justify-content: flex-start;
    gap: 0.1rem;
}

.forum-cookie-consent__dialog-actions .g_btn {
    min-width: 1.52rem;
    height: 0.42rem;
    border-radius: 999px;
}

.forum-cookie-consent__dialog-actions .g_btn ._right {
    min-width: auto;
    padding: 0 0.22rem;
}

.forum-cookie-consent__dialog-actions [data-cookie-reject-all] {
    border: 1px solid #d5dee7 !important;
    background: #edf2f7 !important;
    box-shadow: none !important;
    outline: none !important;
}

.forum-cookie-consent__dialog-actions [data-cookie-reject-all] ._right span {
    color: #25384b !important;
}

.forum-cookie-consent__dialog-actions [data-cookie-save-preferences] {
    background: #ffffff !important;
}

.forum-cookie-consent__dialog-actions [data-cookie-save-preferences] ._right span {
    color: #0d73c7 !important;
}

@media screen and (max-width: 800px) {
    .forum-cookie-consent__banner {
        left: 0.12rem;
        right: auto;
        bottom: 0.12rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0.2rem;
        width: calc(100vw - 0.24rem);
        padding: 0.2rem;
        border-radius: 0.12rem;
    }

    .forum-cookie-consent__banner.is-visible {
        display: flex;
    }

    .forum-cookie-consent__eyebrow {
        font-size: 0.28rem;
        line-height: 0.36rem;
    }

    .forum-cookie-consent__description,
    .forum-cookie-consent__dialog-desc,
    .forum-cookie-consent__option-desc {
        font-size: 0.22rem;
        line-height: 0.32rem;
    }

    .forum-cookie-consent__banner-actions,
    .forum-cookie-consent__dialog-actions {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: flex-start;
    }

    .forum-cookie-consent__banner-actions .g_btn {
        min-width: calc(50% - 0.05rem);
    }

    .forum-cookie-consent__banner-actions .forum-cookie-consent__secondary {
        min-width: calc(50% - 0.05rem);
    }

    .forum-cookie-consent__modal {
        padding: 0.16rem;
    }

    .forum-cookie-consent__dialog {
        max-height: calc(100vh - 0.32rem);
        border-radius: 0.28rem;
    }

    .forum-cookie-consent__dialog-head,
    .forum-cookie-consent__dialog-actions {
        padding-left: 0.24rem;
        padding-right: 0.24rem;
    }

    .forum-cookie-consent__dialog-head {
        padding-right: 0.66rem;
    }

    .forum-cookie-consent__manage-head,
    .forum-cookie-consent__options {
        padding-left: 0.24rem;
        padding-right: 0.24rem;
    }

    .forum-cookie-consent__dialog-title {
        font-size: 0.36rem;
        line-height: 0.48rem;
    }

    .forum-cookie-consent__option {
        align-items: flex-start;
        gap: 0.16rem;
    }

    .forum-cookie-consent__option-title {
        font-size: 0.28rem;
        line-height: 0.38rem;
    }

    .forum-cookie-consent__manage-title,
    .forum-cookie-consent__select-all {
        font-size: 0.26rem;
        line-height: 0.36rem;
    }

    .forum-cookie-consent__switch-label {
        font-size: 0.22rem;
        line-height: 0.32rem;
    }

    .forum-cookie-consent__option-icon {
        width: 0.24rem;
        height: 0.24rem;
        flex-basis: 0.24rem;
    }

    .forum-cookie-consent__option-icon::before {
        width: 0.16rem;
    }

    .forum-cookie-consent__option-icon::after {
        height: 0.16rem;
    }

    .forum-cookie-consent__slider {
        width: 0.76rem;
        height: 0.44rem;
    }

    .forum-cookie-consent__slider::after {
        top: 0.04rem;
        left: 0.04rem;
        width: 0.36rem;
        height: 0.36rem;
    }

    .forum-cookie-consent__switch input:checked + .forum-cookie-consent__slider::after {
        transform: translateX(0.32rem);
    }

    .forum-cookie-consent__option-desc--panel {
        padding: 0.2rem 0.22rem;
        border-radius: 0.18rem;
    }
}

@media screen and (max-width: 800px) {
    .forum-cookie-consent__banner {
        left: 0.12rem;
        right: auto;
        width: calc(100vw - 0.24rem);
        max-width: 7.8rem;
        bottom: calc(0.12rem + env(safe-area-inset-bottom));
        gap: 0.16rem;
        padding: 0.24rem 0.22rem 0.2rem;
        border: 1px solid #c8dcf0;
        border-radius: 0.16rem;
        background: linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
        box-shadow: 0 0.08rem 0.24rem rgba(12, 58, 104, 0.16), 0 0.02rem 0.06rem rgba(12, 58, 104, 0.1);
    }

    .forum-cookie-consent__eyebrow {
        color: #10375e;
        font-size: 0.32rem;
        line-height: 0.48rem;
    }

    .forum-cookie-consent__description {
        margin-top: 0.1rem;
        color: #344b62;
        font-size: 0.24rem;
        line-height: 0.32rem;
    }

    .forum-cookie-consent__banner-actions {
        margin-top: auto;
        align-items: flex-end;
        gap: 0.1rem;
    }

    .forum-cookie-consent__banner-actions .g_btn {
        min-width: calc(50% - 0.05rem);
        width: auto;
        --btn-H: 0.46rem;
        height: var(--btn-H);
        border-radius: 999px;
    }

    .forum-cookie-consent__banner-actions .g_btn ._right {
        min-width: auto;
        padding: 0 0.2rem;
    }

    .forum-cookie-consent__banner-actions [data-cookie-accept-all] {
        border-color: #0a73cc !important;
        background: linear-gradient(135deg, #1f9cff 0%, #0a73cc 100%) !important;
        box-shadow: 0 0.04rem 0.12rem rgba(10, 115, 204, 0.35) !important;
    }

    .forum-cookie-consent__banner-actions [data-cookie-accept-all] ._right span {
        color: #ffffff !important;
    }

    .forum-cookie-consent__banner-actions .forum-cookie-consent__secondary {
        border: 1px solid #9bc0e4 !important;
        background: #ffffff !important;
    }

    .forum-cookie-consent__banner-actions .forum-cookie-consent__secondary ._right span {
        color: #1c4f84 !important;
    }

    .forum-cookie-consent__modal {
        align-items: flex-end;
        padding: 0.12rem;
        padding-bottom: calc(0.12rem + env(safe-area-inset-bottom));
    }

    .forum-cookie-consent__dialog {
        width: 100%;
        max-height: calc(100dvh - 0.24rem - env(safe-area-inset-top) - env(safe-area-inset-bottom));
        border-radius: 0.22rem;
        background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    }

    .forum-cookie-consent__dialog-head {
        padding-top: 0.22rem;
        padding-right: 0.7rem;
        padding-bottom: 0.16rem;
        border-bottom: 1px solid #e4edf6;
    }

    .forum-cookie-consent__close {
        top: 0.16rem;
        right: 0.16rem;
        width: 0.48rem;
        height: 0.48rem;
        border-color: #c6d7e7;
        color: #2b557f;
    }

    .forum-cookie-consent__dialog-title {
        color: #143b63;
        font-size: 0.4rem;
        line-height: 0.5rem;
    }

    .forum-cookie-consent__dialog-desc {
        margin-top: 0.08rem;
        color: #3c5772;
    }

    .forum-cookie-consent__manage-title {
        color: #173e66;
    }

    .forum-cookie-consent__select-all {
        color: #0a73cc;
        font-family: var(--sk-font-Bold);
    }

    .forum-cookie-consent__manage-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.08rem;
    }

    .forum-cookie-consent__select-all {
        padding: 0;
    }

    .forum-cookie-consent__option-row {
        align-items: flex-start;
        gap: 0.12rem;
        min-height: 0.5rem;
    }

    .forum-cookie-consent__option-trigger {
        align-items: flex-start;
    }

    .forum-cookie-consent__option-side {
        margin-left: 0.08rem;
    }

    .forum-cookie-consent__switch-label {
        white-space: normal;
        text-align: right;
    }

    .forum-cookie-consent__options {
        padding-top: 0.02rem;
    }

    .forum-cookie-consent__option {
        padding: 0.16rem 0;
    }

    .forum-cookie-consent__option-title {
        color: #20374d;
    }

    .forum-cookie-consent__option-desc--panel {
        background: #eef5fb;
        border-radius: 0.16rem;
        color: #3f586f;
    }

    .forum-cookie-consent__slider {
        background: #d2deea;
    }

    .forum-cookie-consent__switch input:checked + .forum-cookie-consent__slider {
        background: linear-gradient(135deg, #2aa2ff 0%, #0a73cc 100%);
    }

    .forum-cookie-consent__dialog-actions {
        gap: 0.08rem;
        position: sticky;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #dce8f4;
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(0.06rem);
        -webkit-backdrop-filter: blur(0.06rem);
        padding-top: 0.18rem;
        padding-bottom: calc(0.24rem + env(safe-area-inset-bottom));
    }

    .forum-cookie-consent__dialog-actions .g_btn {
        min-width: 100%;
        width: 100%;
        --btn-H: 0.48rem;
        height: var(--btn-H);
    }

    .forum-cookie-consent__dialog-actions [data-cookie-accept-all] {
        background: linear-gradient(135deg, #1f9cff 0%, #0a73cc 100%) !important;
        border-color: #0a73cc !important;
        box-shadow: 0 0.04rem 0.12rem rgba(10, 115, 204, 0.3) !important;
    }

    .forum-cookie-consent__dialog-actions [data-cookie-save-preferences] {
        border: 1px solid #0a73cc !important;
        background: #ffffff !important;
    }

    .forum-cookie-consent__dialog-actions [data-cookie-save-preferences] ._right span {
        color: #0a73cc !important;
    }

    .forum-cookie-consent__dialog-actions [data-cookie-reject-all] {
        border: 1px solid #c4d7ea !important;
        background: #edf4fb !important;
    }
}

@media screen and (min-width: 801px) {
    .forum-cookie-consent__banner {
        align-items: flex-end;
        flex-direction: row;
        gap: 0.16rem;
        width: min(7.2rem, calc(100vw - 0.24rem));
        padding: 0.16rem 0.24rem;
    }

    .forum-cookie-consent__banner-copy {
        flex: 1 1 auto;
        min-width: 0;
    }

    .forum-cookie-consent__banner .forum-cookie-consent__description {
        margin-top: 0.06rem;
    }

    .forum-cookie-consent__banner-actions {
        width: auto;
        margin-top: 0;
        margin-left: auto;
        justify-content: flex-end;
        align-items: flex-end;
        align-self: flex-end;
        gap: 0.08rem;
        flex-wrap: nowrap;
        flex: 0 0 auto;
    }
}

/* Cookie modal typography alignment */
.forum-cookie-consent__dialog-title {
    font-size: 0.24rem;
    line-height: 0.32rem;
}

.forum-cookie-consent__dialog-desc {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

.forum-cookie-consent__option-desc {
    font-size: 0.14rem;
    line-height: 0.24rem;
}

.forum-cookie-consent__manage-title {
    font-size: 0.2rem;
    line-height: 0.24rem;
}

.forum-cookie-consent__option-title {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

.forum-cookie-consent__select-all,
.forum-cookie-consent__switch-label {
    font-size: 0.16rem;
    line-height: 0.24rem;
}

@media screen and (max-width: 800px) {
    .forum-cookie-consent__dialog-title {
        font-size: 0.4rem;
        line-height: 0.64rem;
    }

    .forum-cookie-consent__dialog-desc {
        font-size: 0.28rem;
        line-height: 0.44rem;
    }

    .forum-cookie-consent__option-desc {
        font-size: 0.24rem;
        line-height: 0.4rem;
    }

    .forum-cookie-consent__manage-title {
        font-size: 0.32rem;
        line-height: 0.48rem;
    }

    .forum-cookie-consent__option-title {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }

    .forum-cookie-consent__select-all,
    .forum-cookie-consent__switch-label {
        font-size: 0.28rem;
        line-height: 0.48rem;
    }
}

/* Cookie banner: full-width bottom bar aligned with right-card visual tokens */
.forum-cookie-consent__banner {
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100vw !important;
    margin: 0 !important;
    border-radius: 0.16rem 0.16rem 0 0 !important; /* reuse popular_posts radius */
    box-shadow: none !important; /* reuse hot-card flat shadow style */
    background: rgba(255, 255, 255, 0.86) !important;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 0.1rem 0.2rem !important;
    display: none;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.2rem !important;
}

.forum-cookie-consent__banner-copy {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.forum-cookie-consent__banner .forum-cookie-consent__description {
    margin-top: 0 !important;
    display: block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: none !important;
}

.forum-cookie-consent__banner-actions {
    width: auto !important;
    margin: 0 !important;
    align-self: auto !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 0.08rem !important;
}

.forum-cookie-consent__banner-actions .g_btn,
.forum-cookie-consent__banner-actions .forum-cookie-consent__secondary {
    min-width: 1.24rem !important;
    width: auto !important;
    --btn-H: 0.36rem;
}

@media screen and (max-width: 800px) {
    .forum-cookie-consent__banner {
        left: 0.16rem !important;
        right: 0.16rem !important;
        bottom: calc(0.16rem + env(safe-area-inset-bottom)) !important;
        width: auto !important;
        margin: 0 !important;
        border-radius: 0.18rem !important;
        box-shadow: 0 0.08rem 0.24rem rgba(12, 58, 104, 0.18), 0 0.02rem 0.08rem rgba(12, 58, 104, 0.1) !important;
        padding: 0.16rem 0.2rem 0.18rem !important;
        gap: 0.12rem !important;
        align-items: stretch !important;
        flex-direction: column !important;
    }

    .forum-cookie-consent__banner-copy {
        display: flex;
        flex-direction: column;
        gap: 0.08rem;
        min-width: 0;
        flex: 0 1 auto;
        max-width: none;
        width: 100%;
    }

    .forum-cookie-consent__banner .forum-cookie-consent__eyebrow {
        font-size: 0.18rem;
        line-height: 0.24rem;
        display: block;
    }

    .forum-cookie-consent__banner .forum-cookie-consent__description {
        font-size: 0.16rem;
        line-height: 1.5;
        color: #233a52;
        margin-top: 0 !important;
        white-space: normal;
        display: block !important;
        -webkit-line-clamp: unset;
        -webkit-box-orient: unset;
        overflow: visible;
        text-overflow: clip;
        max-height: none !important;
        word-break: break-word;
    }

    .forum-cookie-consent__banner-actions {
        width: 100% !important;
        flex: 0 0 auto !important;
        margin-left: 0 !important;
        margin-top: 0.12rem !important;
        justify-content: flex-start !important;
        align-items: stretch !important;
        flex-wrap: nowrap !important;
        gap: 0.1rem !important;
    }

    .forum-cookie-consent__banner-actions .g_btn,
    .forum-cookie-consent__banner-actions .forum-cookie-consent__secondary {
        min-width: calc(50% - 0.05rem) !important;
        width: calc(50% - 0.05rem) !important;
        --btn-H: 0.44rem;
        height: var(--btn-H) !important;
    }

    .forum-cookie-consent__banner-actions .g_btn ._right,
    .forum-cookie-consent__banner-actions .forum-cookie-consent__secondary ._right {
        padding: 0 0.16rem !important;
    }
}

