/* ============================================================
   恋恋看线下相亲网 - 完整样式
   说明：
   1. PC端 (>= 500px)：固定px值，居中显示，最大宽度412px
   2. 手机端 (< 500px)：vw动态适配，占满屏幕
   ============================================================ */

/* ==================== 全局重置 & 隐藏滚动条外观 ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: #f5f5f5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", sans-serif;
}

/* ★★★ 隐藏滚动条（但保留滚动功能）★★★ */
::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background: transparent;
}
* {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

page {
    overflow-x: hidden;
    width: 100%;
}

.cc {
    overflow-x: hidden;
    width: 100%;
    padding-bottom: 28px;
}

.text-area {
    width: 100%;
    overflow-x: hidden;
}


/* ============================================================
   ★★★ 顶部导航 - 与资料区同宽，连在一起，可滚动 ★★★
   ============================================================ */
.top-nav {
    width: 100%;
    max-width: 412px;
    margin: 0 auto;
    background: #FF6B81;
    line-height: 0.2;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.15);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: nowrap;
    padding: 6px 16px;
    overflow-x: auto;
}

.top-nav .top-nav-text {
    font-size: 13px;
    white-space: nowrap;
}

.top-nav .top-nav-url {
    font-size: 12px;
    opacity: 0.85;
    font-weight: 400;
    white-space: nowrap;
}

.top-nav .top-nav-link {
    background: #FFD93D;
    border-radius: 20px;
    font-weight: 600;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255, 217, 61, 0.3);
    white-space: nowrap;
}

.top-nav .top-nav-link:hover {
    background: #FFC107;
    transform: scale(1.05);
}
.top-nav .top-nav-link:active {
    transform: scale(0.95);
}


/* ============================================================
   ★★★ 头部导航栏 - 胶囊背景样式 ★★★
   ============================================================ */
.display2app {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    background: #ffffff;
    border-bottom: 1px solid #f0f0f0;
    z-index: 900;
    position: sticky;
    top: 0;
    padding: 0 10px;
}

.aa {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    background: #f0f2f5;
    color: #333333;
    transition: all 0.3s ease;
    margin: 0 3px;
    border: none;
}

.aa:hover {
    background: #e4e6ea;
}

.tuijian-bg {
    background: #007AFF !important;
    color: #ffffff !important;
}

.dd {
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
    background: #ff6b6b;
    color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    margin: 0 3px;
}

.dd:hover {
    background: #e05555;
}

.nv {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 14px;
    font-weight: 500;
    background: #f0f2f5;
    color: #333333;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin: 0 3px;
    border: none;
}

.nv2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 14px;
    font-weight: 500;
    background: #f0f2f5;
    color: #333333;
    border-radius: 20px;
    transition: all 0.3s ease;
    margin: 0 3px;
    border: none;
}

.nv:hover, .nv2:hover {
    background: #e4e6ea;
}

.nannv-bg {
    background: #ff7eb3 !important;
    color: #ffffff !important;
}


/* ----- 用户卡片 ----- */
.display {
    display: flex;
    flex-wrap: nowrap;
    background: transparent;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.logo {
    height: 209px;
    width: 198px;
    margin: 1px;
    object-fit: cover;
    display: block;
    background: #e0e0e0;
    flex-shrink: 0;
}

.ziliao {
    position: relative;
    height: 209px;
    width: 210px;
    margin: 1px;
    padding: 2px 4px 22px 4px;
    background-color: #8A2BE2;
    color: #ffffff;
    font-size: 14.5px;
    line-height: 1.4;
    box-sizing: border-box;
    overflow: hidden;
}

.ziliao2 {
    margin: 0.8px 0;
    font-size: 13.5px;
    color: #ffffff;
    line-height: 1.3;
}

.hunkuang {
    display: flex;
    margin: 0.8px 0;
    flex-wrap: wrap;
    font-size: 13.5px;
    color: #ffffff;
    line-height: 1.3;
}

.hunkuang div {
    font-size: 13.5px;
    color: #ffffff;
    line-height: 1.3;
}

.nicheng {
    margin-left: 6px;
}

#yuehui {
    color: #ffff00;
    font-size: 13.5px;
}


/* ----- 底部"去相亲地区见面相亲"按钮 ----- */
.yuehui {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: linear-gradient(135deg, #007AFF, #0055CC);
    border-radius: 100px;
    cursor: pointer;
    padding: 3px 0;
    font-weight: 600;
    font-size: 13.5px;
    color: #ffffff;
    transition: all 0.2s;
    box-shadow: 0 1px 4px rgba(0, 122, 255, 0.25);
    line-height: 1.3;
}
.yuehui:active {
    transform: scale(0.96);
    background: linear-gradient(135deg, #0055CC, #003D99);
}


/* ★★★ 发布相亲按钮 - PC端定位到卡片右边23rpx ★★★ */
.fabiao {
    display: none;
}


/* ----- 置顶按钮 ----- */
.zhiding {
    position: fixed;
    bottom: 105px;
    right: 516px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    background: linear-gradient(135deg, #007AFF, #0055CC);
    color: #ffffff;
    font-size: 15px;
    padding: 7px 4px;
    box-shadow: 0 2px 10px rgba(0, 122, 255, 0.3);
    z-index: 999;
    cursor: pointer;
    touch-action: manipulation;
    transition: all 0.2s ease;
    border-radius: 5px;
    letter-spacing: 2px;
    font-weight: 500;
}
.zhiding:active {
    transform: scale(0.92);
}


/* ============================================================
   ★★★ 底部 Tab Bar ★★★
   ============================================================ */
.custom-tab-bar {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 55px;
    background: #ffffff;
    border-top: 1px solid #e8e8e8;
    z-index: 999;
    padding: 0 4px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
    max-width: 412px;
    margin: 0 auto;
}

.tab-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 17px;
    color: #333333;
    position: relative;
    padding: 2px 0;
    font-weight: 400;
    transition: color 0.2s;
    height: 100%;
    border-radius: 8px;
}

.tab-item .tab-label {
    position: relative;
    display: inline-block;
    font-size: 17px;
    color: #333333;
}

.tab-item:active {
    opacity: 0.6;
}

.active-text {
    color: #007AFF !important;
    font-weight: 600;
}

.active-text .tab-label {
    color: #007AFF !important;
}

/* ★★★ 中间发布按钮 - 完全居中 ★★★ */
.tab-item-center {
    flex: 1.2;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    height: 100%;
}

.tab-item-center .fabiao-center {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FF3B30, #CC0000);
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 3px 12px rgba(255, 0, 0, 0.35);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    border: 2px solid #ffffff;
    text-align: center;
    padding: 0 2px;
    transition: all 0.2s;
    z-index: 50;
    position: relative;
    top: 0;
    transform: none;
}
.tab-item-center .fabiao-center:active {
    transform: scale(0.92);
}
.tab-item-center .fabiao-center div:first-child {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ffffff;
}
.tab-item-center .fabiao-center div:last-child {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}


/* ----- 角标（红点数字）- 默认隐藏 ----- */
.zhenghunShuliang {
    background: linear-gradient(135deg, #FF3B30, #CC0000);
    color: #ffffff;
    font-size: 10px;
    min-width: 16px;
    height: 16px;
    border-radius: 16px;
    line-height: 16px;
    text-align: center;
    position: absolute;
    top: -6px;
    right: -16px;
    display: none;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    padding: 0 4px;
    box-shadow: 0 2px 6px rgba(255, 0, 0, 0.3);
}
.zhenghunShuliang.show {
    display: flex;
}


/* ----- 加载状态（初始可见） ----- */
.loading {
    text-align: center;
    padding: 17px 0;
    color: #999999;
    height: 72px;
    font-size: 15px;
    line-height: 72px;
    display: block;
}

.no-more {
    text-align: center;
    padding: 17px 0;
    color: #999999;
    height: 72px;
    font-size: 15px;
    line-height: 72px;
    display: none;
}

/* ----- 空状态 ----- */
.empty-state {
    text-align: center;
    padding: 33px 11px;
    color: #999999;
    font-size: 15px;
}


/* ============================================================
   下载弹窗 - 全局居中（无背景模糊）
   ============================================================ */
.download-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.download-overlay.show {
    display: flex;
}

.download-modal {
    width: 80%;
    max-width: 330px;
    background: linear-gradient(145deg, #ffffff, #f8f9fa);
    border-radius: 20px;
    padding: 33px 22px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: relative;
    margin: 0 auto;
    z-index: 10000;
    animation: modalFadeIn 0.3s ease;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: scale(0.92) translateY(-20px);
    }
    to {
        opacity: 1;
        transform: scale(1) translateY(0);
    }
}

.progress-title {
    font-size: 20px;
    color: #1a1a2e;
    margin-bottom: 22px;
    font-weight: 600;
}

.progress-bar {
    width: 100%;
    margin-bottom: 17px;
}

.progress-track {
    width: 100%;
    height: 6px;
    background: #E8E8E8;
    border-radius: 10px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #007AFF, #00C6FF);
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 0%;
}

.progress-text {
    font-size: 17px;
    color: #666666;
    display: flex;
    justify-content: space-between;
}


/* ===== 下载完成提示 - 居中（无背景模糊） ===== */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.success-overlay.show {
    display: flex;
}

.success-tip {
    width: 90%;
    max-width: 440px;
    padding: 22px;
    background: linear-gradient(145deg, #E8F5E9, #C8E6C9);
    border-left: 6px solid #4CAF50;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #2E7D32;
    box-shadow: 0 8px 30px rgba(76, 175, 80, 0.15);
    margin: 0 auto;
    z-index: 10000;
    animation: modalFadeIn 0.3s ease;
}

.success-icon {
    font-size: 28px;
    color: #4CAF50;
    margin-right: 17px;
}


/* ===== 错误提示 - 居中（无背景模糊） ===== */
.error-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.error-overlay.show {
    display: flex;
}

.error-tip {
    width: 90%;
    max-width: 440px;
    padding: 22px;
    background: linear-gradient(145deg, #FFEBEE, #FFCDD2);
    border-left: 6px solid #F44336;
    border-radius: 12px;
    display: flex;
    align-items: center;
    font-size: 19px;
    color: #C62828;
    box-shadow: 0 8px 30px rgba(244, 67, 54, 0.15);
    margin: 0 auto;
    z-index: 10000;
    animation: modalFadeIn 0.3s ease;
}

.error-icon {
    font-size: 28px;
    color: #F44336;
    margin-right: 17px;
}


/* ============================================================
   ★★★ 自定义居中弹窗 - 简洁样式（无背景模糊） ★★★
   ============================================================ */
.custom-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    padding: 20px;
}
.custom-modal-overlay.show {
    display: flex;
}

.custom-modal-box {
    width: 90%;
    max-width: 380px;
    background: #ffffff;
    border-radius: 20px;
    padding: 28px 24px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    text-align: center;
    animation: modalFadeIn 0.3s ease;
    margin: 0 auto;
    position: relative;
}

.custom-modal-title {
    font-size: 19px;
    font-weight: 700;
    color: #1a1a2e;
    margin-top: 4px;
    margin-bottom: 10px;
}

.custom-modal-content {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 22px;
    word-break: break-word;
    padding: 0 4px;
}

.custom-modal-buttons {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.custom-modal-buttons .btn {
    flex: 1;
    padding: 12px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease;
    min-width: 80px;
}

.custom-modal-buttons .btn-confirm {
    background: #007AFF;
    color: #fff;
}
.custom-modal-buttons .btn-confirm:hover {
    background: #0066dd;
}
.custom-modal-buttons .btn-confirm:active {
    transform: scale(0.96);
}

.custom-modal-buttons .btn-cancel {
    background: #f0f2f5;
    color: #333;
}
.custom-modal-buttons .btn-cancel:hover {
    background: #e4e6ea;
}
.custom-modal-buttons .btn-cancel:active {
    transform: scale(0.96);
}

.custom-modal-buttons .btn-single {
    flex: 1;
    padding: 12px 0;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    background: #007AFF;
    color: #fff;
    transition: all 0.2s ease;
}
.custom-modal-buttons .btn-single:hover {
    background: #0066dd;
}
.custom-modal-buttons .btn-single:active {
    transform: scale(0.96);
}


/* ----- 备案信息 ----- */
.beian {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: center;
    padding: 8px 0;
    font-size: 13px;
    color: #999;
    background: #fff;
    z-index: 98;
    width: 100%;
    box-sizing: border-box;
    text-decoration: none;
    display: block;
}


/* ============================================================
   PC端适配 (屏幕宽度 >= 500px)
   ============================================================ */
@media (min-width: 500px) {
    .cc {
        max-width: 412px;
        margin: 0 auto;
        background: #f5f5f5;
        padding-bottom: 28px;
    }

    /* ★★★ 顶部导航 PC端 ★★★ */
    .top-nav {
        max-width: 412px;
        margin: 0 auto;
        font-size: 15px;
        padding: 8px 16px;
        gap: 8px;
    }
    .top-nav .top-nav-text {
        font-size: 14px;
    }
    .top-nav .top-nav-url {
        font-size: 13px;
    }
    .top-nav .top-nav-link {
        font-size: 13px;
        padding: 6px 18px;   /* ★★★ 原 padding: 4px 16px，上下+2px，左右+2px ★★★ */
    }

    .display {
        margin: 0.5px 0;
    }
    .logo {
        margin: 0.5px;
        height: 209px;
        width: 198px;
    }
    .ziliao {
        margin: 0.5px;
        height: 209px;
        width: 210px;
        padding: 2px 4px 22px 4px;
        font-size: 13.5px;
        line-height: 1.4;
    }
    .ziliao2 {
        font-size: 13.5px;
        margin: 0.8px 0;
        line-height: 1.3;
    }
    .hunkuang {
        font-size: 13.5px;
        margin: 0.8px 0;
        line-height: 1.3;
    }
    .hunkuang div {
        font-size: 13.5px;
        line-height: 1.3;
    }
    .nicheng {
        margin-left: 6px;
    }
    #yuehui {
        font-size: 13.5px;
    }
    .yuehui {
        padding: 2.7px 0;
        font-size: 13px;
        line-height: 1.3;
    }
    .custom-modal-box {
        max-width: 400px;
        padding: 32px 28px 24px;
    }
    .custom-tab-bar {
        max-width: 412px;
        margin: 0 auto;
        height: 55px;
    }
    .tab-item {
        font-size: 17px;
        color: #333333;
    }
    .tab-item .tab-label {
        font-size: 17px;
        color: #333333;
    }
    .tab-item-center {
        flex: 1.2;
    }
    .tab-item-center .fabiao-center {
        width: 56px;
        height: 56px;
        font-size: 12px;
        border-width: 2px;
        top: 0;
    }
    .tab-item-center .fabiao-center div:first-child {
        font-size: 14px;
        color: #ffffff;
    }
    .tab-item-center .fabiao-center div:last-child {
        font-size: 14px;
        color: #ffffff;
    }
    .display2app {
        height: 52px;
        padding: 0 10px;
    }
    .aa, .nv, .nv2 {
        font-size: 15px;
        padding: 6px 14px;
        margin: 0 3px;
    }
    .dd {
        font-size: 14px;
        padding: 6px 14px;
        margin: 0 3px;
    }

    /* ★★★ PC端：发布相亲按钮放到整个卡片右边23rpx ★★★ */
    .fabiao {
        display: flex;
        position: absolute;
        right: 23px;
        top: 50%;
        transform: translateY(-50%);
        width: 56px;
        height: 56px;
        border-radius: 50%;
        background: linear-gradient(135deg, #FF6B6B, #EE1D1D);
        color: #ffffff;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 16px rgba(238, 29, 29, 0.35);
        border: 2px solid #ffffff;
        font-size: 12px;
        font-weight: 700;
        line-height: 1.2;
        text-align: center;
        padding: 0 2px;
        cursor: pointer;
        transition: all 0.2s;
        z-index: 10;
    }
    .fabiao:active {
        transform: translateY(-50%) scale(0.92);
    }
    .fabiao .fabiao-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .fabiao .fabiao-text div:first-child {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
    }
    .fabiao .fabiao-text div:last-child {
        font-size: 14px;
        font-weight: 700;
        color: #ffffff;
    }
}


/* ============================================================
   手机端适配 (屏幕宽度 < 500px)
   ============================================================ */
@media (max-width: 499px) {
    .cc {
        padding-bottom: 15vw;
    }

    /* ★★★ 顶部导航 手机端 ★★★ */
    .top-nav {
        max-width: 100%;
        font-size: 13px;
        padding: 6px 12px;
        gap: 4px;
        line-height: 0.86;
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .top-nav .top-nav-text {
        font-size: 12px;
        white-space: nowrap;
    }
    .top-nav .top-nav-url {
        font-size: 11px;
        white-space: nowrap;
    }
    .top-nav .top-nav-link {
        font-size: 11px;
        padding: 3px 12px;
        white-space: nowrap;
    }

    /* ★★★ 手机端头部导航 - 平衡大气不拥挤 ★★★ */
    .display2app {
        height: 52px;
        padding: 0 10px;
    }
    .aa {
        font-size: 15px;
        padding: 6px 14px;
        margin: 0 3px;
        border-radius: 20px;
    }
    .dd {
        font-size: 14px;
        padding: 6px 14px;
        margin: 0 3px;
        border-radius: 20px;
    }
    .nv, .nv2 {
        font-size: 15px;
        padding: 6px 14px;
        margin: 0 3px;
        border-radius: 20px;
    }
    .nv {
        margin-left: 3px;
        margin-right: 3px;
    }

    .display {
        margin: 0.2vw 0;
    }
    .logo {
        height: 58vw;
        width: 49vw;
        margin: 0.2vw;
        flex-shrink: 0;
    }
    .ziliao {
        height: 58vw;
        width: 49vw;
        margin: 0.2vw;
        padding: 0.4vw 0.8vw 5vw 0.8vw;
        font-size: 3.8vw;
        line-height: 1.4;
        flex-shrink: 0;
    }
    .ziliao2 {
        margin: 0.3vw 0;
        font-size: 3.8vw;
        line-height: 1.3;
    }
    .hunkuang {
        margin: 0.3vw 0;
        font-size: 3.8vw;
        line-height: 1.3;
    }
    .hunkuang div {
        font-size: 3.8vw;
        line-height: 1.3;
    }
    .nicheng {
        margin-left: 1.5vw;
    }
    #yuehui {
        font-size: 3.8vw;
    }

    .yuehui {
        border-radius: 15vw;
        padding: 0.6vw 0;
        font-size: 3.8vw;
        line-height: 1.3;
    }

    .fabiao {
        display: none;
    }

    .zhiding {
        bottom: 28vw;
        right: 1.8vw;
        font-size: 4.2vw;
        padding: 1.8vw 1.2vw;
        box-shadow: 0 0.6vw 2vw rgba(0, 122, 255, 0.3);
        border-radius: 0.8vw;
        letter-spacing: 0.6vw;
    }

    .custom-tab-bar {
        max-width: 100%;
        margin: 0;
        height: 60px;
        border-top: 0.3vw solid #e8e8e8;
        padding: 0 1.5vw;
    }
    .tab-item {
        font-size: 18px;
        color: #333333;
        padding: 0.5vw 0;
    }
    .tab-item .tab-label {
        font-size: 18px;
        color: #333333;
    }
    .tab-item-center {
        flex: 1.3;
    }
    .tab-item-center .fabiao-center {
        width: 60px;
        height: 60px;
        font-size: 14px;
        border-width: 2px;
        top: 0;
        position: relative;
        margin: 0;
    }
    .tab-item-center .fabiao-center div:first-child {
        font-size: 16px;
        color: #ffffff;
    }
    .tab-item-center .fabiao-center div:last-child {
        font-size: 16px;
        color: #ffffff;
    }

    .zhenghunShuliang {
        font-size: 3vw;
        min-width: 4.5vw;
        height: 4.5vw;
        border-radius: 4.5vw;
        line-height: 4.5vw;
        top: -2vw;
        right: -5vw;
        padding: 0 1vw;
    }

    .loading {
        padding: 4.5vw 0;
        height: 20vw;
        font-size: 4.2vw;
        line-height: 20vw;
        display: block;
    }
    .no-more {
        padding: 4.5vw 0;
        height: 20vw;
        font-size: 4.2vw;
        line-height: 20vw;
        display: none;
    }

    .empty-state {
        padding: 9vw 3vw;
        font-size: 4.2vw;
    }

    .download-modal {
        max-width: 85vw;
        border-radius: 4vw;
        padding: 9vw 6vw;
        margin: 0 auto;
        z-index: 10000;
    }
    .progress-title {
        font-size: 5.4vw;
        margin-bottom: 6vw;
    }
    .progress-track {
        height: 1.2vw;
        border-radius: 1.2vw;
    }
    .progress-text {
        font-size: 4.5vw;
    }

    .success-tip, .error-tip {
        max-width: 110vw;
        padding: 6vw;
        border-left: 1.5vw solid #007AFF;
        border-radius: 2.4vw;
        font-size: 5vw;
        margin: 0 auto;
        z-index: 10000;
    }
    .success-icon, .error-icon {
        font-size: 7vw;
        margin-right: 4.5vw;
    }

    .beian {
        padding: 2.4vw 0;
        font-size: 3.8vw;
    }

    .custom-modal-box {
        width: 92%;
        padding: 22px 16px 16px;
        border-radius: 18px;
    }
    .custom-modal-title {
        font-size: 17px;
    }
    .custom-modal-content {
        font-size: 14px;
        margin-bottom: 18px;
    }
    .custom-modal-buttons .btn {
        font-size: 15px;
        padding: 11px 0;
    }


    /* ============================================================
       小屏手机适配 (屏幕宽度 < 360px)
       ============================================================ */
    @media (max-width: 360px) {
        .display2app {
            height: 48px;
            padding: 0 8px;
        }
        .aa {
            font-size: 13px;
            padding: 5px 10px;
            margin: 0 2px;
            border-radius: 16px;
        }
        .dd {
            font-size: 12px;
            padding: 5px 10px;
            margin: 0 2px;
            border-radius: 16px;
        }
        .nv, .nv2 {
            font-size: 13px;
            padding: 5px 10px;
            margin: 0 2px;
            border-radius: 16px;
        }

        .display {
            margin: 0.15vw 0;
        }
        .logo {
            height: 52vw;
            width: 48.5vw;
            margin: 0.15vw;
            flex-shrink: 0;
        }
        .ziliao {
            height: 52vw;
            width: 48.5vw;
            margin: 0.15vw;
            font-size: 3.4vw;
            padding: 0.4vw 0.8vw 4.5vw 0.8vw;
            flex-shrink: 0;
        }
        .ziliao2 {
            font-size: 3.4vw;
            margin: 0.2vw 0;
        }
        .hunkuang {
            font-size: 3.4vw;
            margin: 0.2vw 0;
        }
        .hunkuang div {
            font-size: 3.4vw;
        }
        .nicheng {
            margin-left: 1.2vw;
        }
        #yuehui {
            font-size: 3.4vw;
        }

        .yuehui {
            font-size: 3.4vw;
            padding: 0.4vw 0;
            border-radius: 13vw;
        }

        .fabiao {
            display: none;
        }

        .zhiding {
            font-size: 3.8vw;
            padding: 1.5vw 1vw;
            bottom: 24vw;
            right: 1.2vw;
        }

        .custom-tab-bar {
            height: 50px;
            padding: 0 1vw;
        }
        .tab-item {
            font-size: 16px;
            color: #333333;
            padding: 0.4vw 0;
        }
        .tab-item .tab-label {
            font-size: 16px;
            color: #333333;
        }
        .tab-item-center {
            flex: 1.3;
        }
        .tab-item-center .fabiao-center {
            width: 48px;
            height: 48px;
            font-size: 12px;
            border-width: 2px;
            top: 0;
            position: relative;
            margin: 0;
        }
        .tab-item-center .fabiao-center div:first-child {
            font-size: 14px;
            color: #ffffff;
        }
        .tab-item-center .fabiao-center div:last-child {
            font-size: 14px;
            color: #ffffff;
        }

        .zhenghunShuliang {
            font-size: 2.8vw;
            min-width: 4vw;
            height: 4vw;
            border-radius: 4vw;
            line-height: 4vw;
            top: -1.8vw;
            right: -4.5vw;
            padding: 0 0.8vw;
        }

        .custom-modal-box {
            padding: 18px 14px 14px;
            border-radius: 16px;
        }
        .custom-modal-title {
            font-size: 16px;
        }
        .custom-modal-content {
            font-size: 14px;
            margin-bottom: 16px;
        }
        .custom-modal-buttons .btn {
            font-size: 14px;
            padding: 10px 0;
        }
    }
}