/* ============================================
   极主题-排行榜页面 CSS（优化版）
   优化：合并重复样式、修复错误、美化布局
   ============================================ */

/* ----- 排行榜头部 ----- */
.ji-rank-archive-header {
    position: relative;
    margin-top: -16px;
    background-image: -webkit-linear-gradient(145deg, #20c3f2 0, #7e39fb 100%);
    background-image: -o-linear-gradient(145deg, #20c3f2 0, #7e39fb 100%);
    background-image: linear-gradient(145deg, #20c3f2 0, #7e39fb 100%);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
}

.ji-rank-archive-header::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.35);
    content: "";
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    z-index: 1;
}

.ji-rank-archive-header .gallery-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(2px);
    filter: blur(2px);
    z-index: 0;
}

.ji-rank-archive-header .gallery-bg::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(18, 18, 22, 0.8)), to(#16161a));
    background: -webkit-linear-gradient(top, rgba(18, 18, 22, 0.54) 0, #16161a 100%);
    background: -o-linear-gradient(top, rgba(18, 18, 22, 0.42) 0, #16161a 100%);
    background: linear-gradient(180deg, rgba(18, 18, 22, 0.53) 0, #16161a 100%);
    content: '';
}

/* ----- 标题 ----- */
.ji-paih-title {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 30px 20px 20px;
}

.ji-paih-title h5 {
    color: #fff;
    letter-spacing: 5px;
    line-height: 1.5;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.ji-paih-title h6 {
    display: block;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 0.4em;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
}

.ji-paih-title h6::after,
.ji-paih-title h6::before {
    color: rgba(255, 255, 255, 0.2);
    content: '——';
    font-size: 16px;
    margin: 0 10px;
}

/* ----- 头部菜单 ----- */
.ji-rank-archive-header .header-menus {
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding: 10px 20px 30px;
}

/* 分类图标 */
.ji-rank-archive-header .header-menus .cats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.ji-rank-archive-header .header-menus .cats .item {
    position: relative;
    text-align: center;
}

.ji-rank-archive-header .header-menus .cats .item .arc_img {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    font-size: 26px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

.ji-rank-archive-header .header-menus .cats .item .arc_img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    cursor: pointer;
}

.ji-rank-archive-header .header-menus .cats .item .jitheme {
    position: relative;
    display: block;
    margin: 0 auto 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    text-align: center;
    font-size: 35px;
    transition: all 0.3s ease;
}

.ji-rank-archive-header .header-menus .cats .item .jitheme.sangedian {
    line-height: 46px;
}

.ji-rank-archive-header .header-menus .cats .item .jitheme.sangedian::before {
    content: '...';
}

.ji-rank-archive-header .header-menus .cats .item:hover .jitheme {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

.ji-rank-archive-header .header-menus .cats .item .txt {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-weight: 400;
    font-size: 13px;
}

.ji-rank-archive-header .header-menus .cats .item .count {
    position: absolute;
    top: -6px;
    right: -6px;
    padding: 1px 6px;
    height: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #ff275c;
    color: #fff;
    font-style: normal;
    font-size: 11px;
    line-height: 18px;
    min-width: 18px;
    text-align: center;
}

/* ----- 热门用户列表 ----- */
.ji-rank-archive-header .header-menus .pops {
    float: left;
    display: block;
    padding-left: 40px;
    width: 66.6667%;
}

.ji-rank-archive-header .header-menus .pops .cont-title {
    display: block;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 12px;
}

.ji-rank-archive-header .header-menus .pops .cont-title small {
    font-weight: 400;
    font-size: 13px;
    opacity: 0.6;
}

.ji-rank-archive-header .header-menus .pops .cont-main {
    margin: 0 -7px;
    padding-top: 10px;
}

.ji-rank-archive-header .header-menus .pops .item {
    float: left;
    margin-bottom: 14px;
    width: 33.3333%;
}

.ji-rank-archive-header .header-menus .pops .item a {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
}

.ji-rank-archive-header .header-menus .pops .item a:hover {
    color: #fff;
}

.ji-rank-archive-header .header-menus .pops .item .num {
    display: inline-block;
    padding-top: 2px;
    width: 22px;
    height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    font-family: ArialMT, Arial, sans-serif;
    line-height: 22px;
    flex-shrink: 0;
    background-size: 100% 100%;
    color: #fff;
}

.ji-rank-archive-header .header-menus .pops .item .num.num_1 {
    background-image: url(../img/gallery-01.png);
}
.ji-rank-archive-header .header-menus .pops .item .num.num_2 {
    background-image: url(../img/gallery-02.png);
}
.ji-rank-archive-header .header-menus .pops .item .num.num_3 {
    background-image: url(../img/gallery-03.png);
}
.ji-rank-archive-header .header-menus .pops .item .num:not(.num_1):not(.num_2):not(.num_3) {
    background-image: url(../img/gallery-04.png);
}

.ji-rank-archive-header .header-menus .pops .item .item-thumb {
    width: 30px;
    height: 30px;
    margin: 0 8px 0 0;
    flex-shrink: 0;
}

.ji-rank-archive-header .header-menus .pops .item .item-thumb .thumb {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-position: center;
    background-size: cover;
}

.ji-rank-archive-header .header-menus .pops .item span {
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 85px);
    max-width: calc(100% - 85px);
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.2;
    font-size: 13px;
}

/* ----- 右侧加入按钮 ----- */
.ji-rank-archive-header .header-menus .join {
    float: right;
    display: block;
    width: 25%;
}

.ji-rank-archive-header .header-menus .join .cont-title {
    display: block;
    margin-bottom: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 600;
    font-size: 15px;
}

.ji-rank-archive-header .header-menus .join p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 1.6;
}

.ji-rank-archive-header .header-menus .join .btn {
    display: inline-block;
    padding: 0 24px;
    height: 40px;
    background-color: #fff;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-decoration: none;
}

.ji-rank-archive-header .header-menus .join .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

/* ----- 排行榜主容器 ----- */
.phb_wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    padding: 0 15px;
    zoom: 1;
}

.phb_wrapper:after,
.phb_wrapper:before {
    clear: both;
    display: block;
    visibility: none;
    height: 0;
    content: "";
    line-height: 0;
}

/* ----- Tab 切换 ----- */
.jitheme-rank-tab {
    background: #fff;
    border-radius: 16px;
    padding: 20px 24px;
    margin-bottom: 20px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
}

.jitheme-rank-tab .main-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    height: 45px;
    color: #333;
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    line-height: 45px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jitheme-rank-tab .main-title .title-icon {
    margin: 0 14px;
    width: 9px;
    height: 16px;
    background: url(../title-prefix.png) 50% / 100%;
}

.jitheme-rank-tab .main-title .title-icon.suffix {
    margin: 0 3px;
}

.jitheme-rank-tab .mi-tab-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    border-bottom: 2px solid #f0f1f3;
    padding-bottom: 10px;
}

.jitheme-rank-tab .header-tab-item {
    position: relative;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.jitheme-rank-tab .header-tab-item a {
    display: inline-block;
    color: #999;
    text-decoration: none;
    padding: 4px 0;
    transition: color 0.3s ease;
    font-weight: 500;
}

.jitheme-rank-tab .header-tab-item a:hover {
    color: #4a6cf7;
}

.jitheme-rank-tab .mi-tab-wrap .active a {
    color: #4a6cf7;
    cursor: pointer;
}

.jitheme-rank-tab .mi-tab-wrap .active a:after {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -15px;
    width: 30px;
    height: 3px;
    background: #4a6cf7;
    content: '';
    border-radius: 3px;
}

/* ----- Tab 内容 ----- */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

/* ----- 排行榜列表 ----- */
.jitheme-ranking {
    margin-top: 16px;
}

.jitheme-ranks .home-authors {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.jitheme-ranks .item-author {
    position: relative;
}

.jitheme-ranks .item-author .author-avatar {
    position: relative;
    display: inline-block;
}

.jitheme-ranks .item-author .author-avatar .avatar {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 3px solid #e0e0e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: block;
}

.jitheme-ranks .home-authors .item:nth-child(1) .author-avatar .avatar {
    border-color: #ff6000;
}
.jitheme-ranks .home-authors .item:nth-child(2) .author-avatar .avatar {
    border-color: #ff8e00;
}
.jitheme-ranks .home-authors .item:nth-child(3) .author-avatar .avatar {
    border-color: #ffbc00;
}

.jitheme-ranks .item-author .author-avatar:after {
    position: absolute;
    bottom: 100%;
    left: 50%;
    display: block;
    margin-left: -50%;
    width: 100%;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    content: '';
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

.jitheme-ranks .home-authors .item:nth-child(1) .author-avatar:after {
    background-image: url(../img/ranks_n2.png);
    color: #ff6000;
}
.jitheme-ranks .home-authors .item:nth-child(2) .author-avatar:after {
    background-image: url(../img/ranks_n1.png);
    color: #ff8e00;
}
.jitheme-ranks .home-authors .item:nth-child(3) .author-avatar:after {
    background-image: url(../img/ranks_n3.png);
    color: #ffbc00;
}

.jitheme-ranks .home-authors .item:nth-child(n+4) .author-avatar:after {
    content: '#' attr(data-rank);
    background: none;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

/* ----- 问答/圈子列表项 ----- */
.group-item {
    margin-bottom: 16px !important;
    transition: all 0.3s ease-in-out;
}

.group-item .item-wrap {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.group-item .item-wrap:hover {
    box-shadow: 0 5px 30px rgba(17, 58, 93, 0.08);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px);
}

.talk-item .item-title {
    position: relative;
    display: flex;
    padding-left: 46px;
    justify-content: space-between;
    align-items: center;
}

.talk-item .item-title .item-avatar {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 32px;
    height: 32px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    flex-shrink: 0;
}

.talk-item .item-title .item-avatar .thumb {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.talk-item .item-title .author-name {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}

.talk-item .item-title .author-name strong {
    color: #333;
    font-weight: 600;
}

.talk-item .item-title .item-date {
    color: #bbb;
    font-weight: 400;
    font-size: 13px;
    line-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.talk-item .item-title .item-date i {
    font-size: 12px;
    color: #bbb;
}

/* 悬赏标签 */
.authorIconBox___2ZaXx {
    position: relative;
    display: inline-flex;
    margin-right: 8px;
    padding: 0 8px 0 4px;
    height: 24px;
    border-radius: 4px;
    background: rgba(74, 108, 247, 0.08);
    text-align: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 2px;
}

.authorIconBox___2ZaXx i {
    color: #4a6cf7;
    font-size: 14px;
}

.authorIconBox___2ZaXx p {
    padding: 0 4px;
    color: #4a6cf7;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}

/* 最佳答案标签 */
.talk-item .zuijiadz {
    display: inline-flex;
    margin-left: 10px;
    padding: 0 10px;
    height: 22px;
    border-radius: 4px;
    background: #52c41a;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.talk-item .zuijiadz i {
    font-size: 13px;
}

/* 问答标题 */
.talk-item .talk-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    flex-wrap: wrap;
    gap: 6px;
}

.talk-item .talk-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.talk-item .talk-title a:hover {
    color: #4a6cf7;
}

.talk-item .talk-title .answer-ok {
    display: inline-block;
    padding: 0 8px;
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    border-radius: 4px;
    background: #4a6cf7;
    flex-shrink: 0;
}

/* 内容描述 */
.item-entry .entry p {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.6;
    color: #666;
}

/* 图片列表 */
.rank-ask-img-box {
    position: relative;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.rank-ask-img-box .images_imagesWrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(20% - 8px);
    min-width: 60px;
    border-radius: 6px;
}

.rank-ask-img-box .images_imagesWrap img {
    display: inline-block;
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
}

/* 底部信息 */
.ranks_item .circle_bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f1f3;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}

.ranks_item .circle_bottom .bottomLeft___2cVLU {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    font-family: PingFang SC-Regular, PingFang SC;
    line-height: 16px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.ranks_item .circle_bottom .bottomLeft___2cVLU .circleWrap____hhZ0 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 2px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #4a6cf7;
    background: rgba(74, 108, 247, 0.08);
    line-height: 22px;
    cursor: pointer;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    transition: background 0.3s ease;
}

.ranks_item .circle_bottom .bottomLeft___2cVLU .circleWrap____hhZ0:hover {
    background: rgba(74, 108, 247, 0.15);
}

.bottomRight___YP91A .ask-footer {
    display: flex;
    gap: 12px;
    align-items: center;
}

.bottomRight___YP91A .ask-footer span {
    color: #999;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 3px;
}

.circle_bottom i {
    margin-right: 3px;
    font-size: 13px;
}

/* ----- 圈子图片 ----- */
.ranks_item .images_sl {
    position: relative;
    display: flex;
    margin-top: 8px;
    gap: 8px;
    flex-wrap: wrap;
}

.ranks_item .images_sl .images_imagesWrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: calc(20% - 8px);
    min-width: 60px;
    border-radius: 6px;
}

.ranks_item .images_sl .images_imagesWrap img {
    display: inline-block;
    width: 100%;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 6px;
}

.ranks_item .images_sl .moreImgeTip {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
}

.ranks_item .images_sl .moreImgeTip span {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

/* ----- 圈子头部 ----- */
.ranks_item .headerInfo {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ranks_item .circle_header {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.ranks_item .circle_header .header-avatar {
    position: relative;
}

.ranks_item .circle_header .header-avatar .avatar___3IrJL {
    overflow: hidden;
    width: 40px;
    height: 40px;
    border: 1px solid #e9e9e9;
    border-radius: 8px;
    cursor: pointer;
    -o-object-fit: cover;
    object-fit: cover;
}

.ranks_item .circle_header .rightInfo .accountName {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 22px;
    color: #222;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

/* ----- 圈子内容 ----- */
.ranks_item .pl60 {
    padding-left: 50px;
}

.ranks_item .pl60>h2 {
    display: flex;
    word-wrap: break-word;
    font-weight: 600;
    font-size: 17px;
    align-items: center;
    word-break: break-all;
    margin: 0 0 4px;
}

.ranks_item .pl60>h2 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.ranks_item .pl60>h2 a:hover {
    color: #4a6cf7;
}

.ranks_item .middleTitle {
    position: relative;
    margin-top: 6px;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    cursor: pointer;
    word-break: break-word;
    color: #666;
}

/* ----- 热度数字 ----- */
.hot_num_pos {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 13px;
    color: #999;
}

.hot_num_pos i {
    font-size: 16px;
    color: #ff6b6b;
}

.hot_num_pos span b {
    font-weight: 700;
    font-size: 15px;
}

/* ----- 排行榜内容区 ----- */
.jitheme-rank-page {
    position: relative;
    margin: auto;
    padding: 0;
    width: auto;
    max-width: 1200px;
}

/* ----- 响应式 ----- */
@media screen and (max-width: 992px) {
    .ji-rank-archive-header .header-menus .pops {
        width: 100%;
        padding-left: 0;
    }
    
    .ji-rank-archive-header .header-menus .join {
        width: 100%;
        float: none;
        padding: 20px 0 0;
    }
}

@media screen and (max-width: 768px) {
    .ji-rank-archive-header .header-menus .cats {
        gap: 12px;
    }
    
    .ji-rank-archive-header .header-menus .pops .item {
        width: 50%;
    }
    
    .jitheme-rank-tab {
        padding: 12px 16px;
    }
    
    .jitheme-rank-tab .main-title {
        font-size: 22px;
        height: 36px;
        line-height: 36px;
    }
    
    .jitheme-rank-tab .mi-tab-wrap {
        gap: 16px;
        flex-wrap: wrap;
    }
    
    .jitheme-rank-tab .header-tab-item {
        font-size: 14px;
    }
    
    .jitheme-ranks .home-authors {
        grid-template-columns: 1fr;
    }
    
    .group-item .item-wrap {
        padding: 12px 14px;
    }
    
    .talk-item .item-title {
        padding-left: 38px;
    }
    
    .talk-item .item-title .item-avatar {
        width: 26px;
        height: 26px;
    }
    
    .talk-item .talk-title {
        font-size: 14px;
    }
    
    .rank-ask-img-box .images_imagesWrap,
    .ranks_item .images_sl .images_imagesWrap {
        width: calc(33.33% - 6px);
    }
    
    .ranks_item .pl60 {
        padding-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .ji-rank-archive-header .header-menus .pops .item {
        width: 100%;
    }
    
    .jitheme-rank-tab .main-title {
        font-size: 18px;
    }
    
    .jitheme-rank-tab .mi-tab-wrap {
        gap: 10px;
    }
    
    .jitheme-rank-tab .header-tab-item {
        font-size: 12px;
    }
    
    .bottomRight___YP91A .ask-footer {
        flex-wrap: wrap;
        gap: 6px;
    }
    
    .bottomRight___YP91A .ask-footer span {
        font-size: 11px;
    }
}