*{box-sizing:border-box}body{margin:0;background:#f4f7fb;color:#172033;font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif}
.page{max-width:1100px;margin:0 auto;padding:34px 18px 60px}.hero{text-align:center;margin-bottom:24px}.hero-badge{display:inline-flex;padding:7px 14px;border-radius:999px;background:#e7f0ff;color:#246bff;font-weight:700;font-size:13px}.hero h1{font-size:40px;margin:14px 0 10px}.hero p{margin:0 auto;max-width:720px;line-height:1.8;color:#5c6780}
.card{background:#fff;border:1px solid #e7ebf3;border-radius:24px;box-shadow:0 18px 50px rgba(17,39,76,.08);padding:24px}
.redeem-card{max-width:860px;margin:0 auto 22px}.redeem-card label{display:block;font-weight:800;margin-bottom:10px}.redeem-row{display:flex;gap:12px}.redeem-row input{flex:1;height:56px;border:1px solid #d8deea;border-radius:16px;padding:0 18px;font-size:16px;outline:none}.redeem-row input:focus{border-color:#246bff;box-shadow:0 0 0 4px rgba(36,107,255,.12)}
button,.btn{border:0;background:#246bff;color:#fff;border-radius:16px;padding:0 24px;font-size:16px;font-weight:800;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}
.redeem-row button{height:56px}.alert{margin-top:16px;padding:14px 16px;border-radius:14px;font-weight:700}.alert.error{background:#fff1f1;color:#c62828;border:1px solid #ffc9c9}.alert.success{background:#effaf1;color:#16723e;border:1px solid #b9ebc7}
.result-card{margin-top:22px}.result-top{display:flex;justify-content:space-between;gap:16px;align-items:center;padding-bottom:18px;border-bottom:1px solid #edf1f7}.result-top h2{margin:0 0 8px;font-size:28px}.result-top p{margin:0;color:#5c6780}.expire-box{min-width:260px;background:#f6f9ff;border:1px solid #dbe7ff;border-radius:18px;padding:14px 16px}.expire-box span{display:block;color:#6a7894;margin-bottom:5px}.expire-box strong{font-size:18px}
.template-html{margin:18px 0;padding:16px;border-radius:18px;background:#f8fbff;border:1px solid #e4edff}.template-html.footer{margin-bottom:0}
.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:20px}.account-card{border:1px solid #e6ebf4;border-radius:20px;padding:18px;background:linear-gradient(180deg,#fff,#fbfcff)}.account-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.account-index{font-weight:900;font-size:18px}.status{padding:6px 10px;border-radius:999px;font-size:13px;font-weight:900}.status.success{background:#eaf9ef;color:#16803d}.status.warning{background:#fff7e6;color:#b36b00}.status.danger{background:#fff0f0;color:#c62828}.status.default{background:#eef2f8;color:#5f6b83}
.field{display:flex;align-items:center;gap:10px;padding:12px 0;border-top:1px dashed #e4e9f2}.field span{width:44px;color:#6a7894;font-size:14px}.field strong{flex:1;word-break:break-all}.copy-field button{height:34px;padding:0 12px;font-size:13px;border-radius:10px;background:#172033}
.meta{margin-top:12px;color:#6a7894;font-size:13px;line-height:1.8}.tips{max-width:860px;margin:18px auto 0;display:grid;gap:10px;color:#66738b}.tips div{padding:12px 15px;background:rgba(255,255,255,.75);border-radius:14px;border:1px solid #e6ebf4}
.admin-wrap{max-width:1240px;margin:0 auto;padding:24px 18px 60px}.admin-top{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px}.admin-brand h1{margin:0;font-size:28px}.admin-brand p{margin:6px 0 0;color:#66738b}.admin-actions{display:flex;gap:10px;flex-wrap:wrap}.btn.gray{background:#172033}.btn.soft{background:#eef4ff;color:#246bff}.nav{display:flex;gap:10px;flex-wrap:wrap;margin:16px 0 22px}.nav a{padding:12px 16px;border-radius:14px;background:#fff;border:1px solid #e6ebf4;color:#172033;text-decoration:none;font-weight:800}.nav a.active{background:#246bff;color:#fff;border-color:#246bff}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.stat h3{margin:0 0 8px;color:#66738b;font-size:14px}.stat strong{font-size:32px}.section-title{display:flex;justify-content:space-between;align-items:center;margin:26px 0 14px}.section-title h2{margin:0;font-size:22px}
.table-card{padding:0;overflow:hidden}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:15px 16px;border-bottom:1px solid #edf1f7;text-align:left;font-size:14px;vertical-align:top}.table th{background:#f8fbff;color:#53617b}.table tr:last-child td{border-bottom:0}.tag{display:inline-flex;padding:5px 9px;border-radius:999px;background:#eef4ff;color:#246bff;font-weight:800;font-size:12px}.tag.off{background:#fff0f0;color:#c62828}.tag.ok{background:#eaf9ef;color:#16803d}
.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-item label{display:block;margin-bottom:8px;font-weight:800}.form-item input,.form-item select,.form-item textarea{width:100%;border:1px solid #d8deea;border-radius:14px;padding:13px 14px;font-size:15px;background:#fff}.form-item textarea{min-height:98px;resize:vertical}.full{grid-column:1/-1}.form-actions{display:flex;gap:10px;margin-top:18px}.login-page{min-height:100vh;display:grid;place-items:center;padding:20px}.login-card{width:min(460px,100%)}.login-card h1{margin-top:0}.mini{font-size:13px;color:#66738b;line-height:1.7}.inline-form{display:inline}.danger-link{color:#c62828;font-weight:800;text-decoration:none}.primary-link{color:#246bff;font-weight:800;text-decoration:none}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,monospace}
@media(max-width:860px){.hero h1{font-size:32px}.redeem-row,.result-top,.admin-top{flex-direction:column;align-items:stretch}.account-grid,.grid-4,.form-grid{grid-template-columns:1fr}.expire-box{min-width:0}.table{display:block;overflow-x:auto;white-space:nowrap}}


/* =========================
   前台兑换页极简新版
========================= */

.simple-home{
    min-height:100vh;
    background:
        radial-gradient(circle at top center, rgba(36,107,255,.12), transparent 34%),
        #f5f7fb;
    color:#142033;
}

.simple-page{
    width:min(980px, calc(100% - 36px));
    margin:0 auto;
    padding:72px 0 80px;
}

.simple-hero{
    text-align:center;
    margin-bottom:32px;
}

.simple-badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:34px;
    padding:0 16px;
    border-radius:999px;
    background:#eaf1ff;
    color:#246bff;
    font-size:14px;
    font-weight:800;
    margin-bottom:16px;
}

.simple-hero h1{
    margin:0;
    font-size:46px;
    line-height:1.2;
    letter-spacing:-1px;
    color:#122039;
}

.simple-hero p{
    margin:14px 0 0;
    font-size:17px;
    color:#68768f;
}

.simple-redeem-box{
    max-width:760px;
    margin:0 auto;
    padding:22px;
    border-radius:28px;
    background:rgba(255,255,255,.94);
    border:1px solid #e6ebf4;
    box-shadow:0 22px 60px rgba(18,32,57,.10);
}

.simple-input-row{
    display:flex;
    gap:14px;
}

.simple-input-row input{
    flex:1;
    height:64px;
    border:1px solid #d9e1ef;
    border-radius:20px;
    background:#fff;
    padding:0 22px;
    font-size:18px;
    outline:none;
    transition:.2s;
}

.simple-input-row input:focus{
    border-color:#246bff;
    box-shadow:0 0 0 5px rgba(36,107,255,.12);
}

.simple-input-row button{
    width:146px;
    height:64px;
    border:0;
    border-radius:20px;
    background:linear-gradient(135deg,#2d74ff,#246bff);
    color:#fff;
    font-size:17px;
    font-weight:900;
    cursor:pointer;
    box-shadow:0 14px 28px rgba(36,107,255,.22);
}

.simple-error{
    margin-top:16px;
    padding:15px 18px;
    border-radius:16px;
    border:1px solid #ffc9c9;
    background:#fff1f1;
    color:#c62828;
    font-weight:800;
}

.simple-result{
    max-width:860px;
    margin:26px auto 0;
    padding:28px;
    border-radius:30px;
    background:rgba(255,255,255,.96);
    border:1px solid #e6ebf4;
    box-shadow:0 28px 70px rgba(18,32,57,.10);
}

.simple-result-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:22px;
    padding-bottom:22px;
    margin-bottom:22px;
    border-bottom:1px solid #edf1f7;
}

.simple-result-head h2{
    margin:0 0 6px;
    font-size:30px;
    color:#111f38;
}

.simple-result-head p{
    margin:0;
    color:#6a7894;
    font-size:15px;
}

.simple-expire{
    min-width:250px;
    padding:16px 18px;
    border-radius:20px;
    background:#f3f7ff;
    border:1px solid #dbe7ff;
}

.simple-expire span{
    display:block;
    margin-bottom:6px;
    color:#667691;
    font-size:14px;
}

.simple-expire strong{
    display:block;
    color:#122039;
    font-size:20px;
    letter-spacing:.2px;
}

.simple-account-list{
    display:grid;
    gap:16px;
}

.simple-account-card{
    padding:10px 18px;
    border-radius:22px;
    background:#fbfcff;
    border:1px solid #e7ecf5;
}

.simple-account-title{
    padding:12px 0 4px;
    font-size:16px;
    font-weight:900;
    color:#172033;
}

.simple-row{
    min-height:66px;
    display:flex;
    align-items:center;
    gap:16px;
    border-bottom:1px dashed #e0e7f1;
}

.simple-row:last-child{
    border-bottom:0;
}

.simple-row span{
    width:50px;
    flex:none;
    color:#6c7991;
    font-size:15px;
}

.simple-row strong{
    flex:1;
    min-width:0;
    font-size:20px;
    color:#111f38;
    word-break:break-all;
}

.simple-row button{
    width:62px;
    height:38px;
    padding:0;
    border:0;
    border-radius:12px;
    background:#172033;
    color:#fff;
    font-size:14px;
    font-weight:800;
    cursor:pointer;
}

@media(max-width:768px){
    .simple-page{
        width:calc(100% - 24px);
        padding:42px 0 54px;
    }

    .simple-hero h1{
        font-size:34px;
    }

    .simple-hero p{
        font-size:15px;
    }

    .simple-redeem-box,
    .simple-result{
        padding:18px;
        border-radius:22px;
    }

    .simple-input-row{
        flex-direction:column;
    }

    .simple-input-row input,
    .simple-input-row button{
        width:100%;
        height:56px;
        border-radius:16px;
    }

    .simple-result-head{
        flex-direction:column;
        align-items:stretch;
    }

    .simple-result-head h2{
        font-size:26px;
    }

    .simple-expire{
        min-width:0;
    }

    .simple-row{
        align-items:flex-start;
        flex-wrap:wrap;
        gap:10px;
        padding:14px 0;
    }

    .simple-row span{
        width:100%;
    }

    .simple-row strong{
        font-size:18px;
        width:calc(100% - 72px);
    }

    .simple-row button{
        margin-left:auto;
    }
}


/* =========================
   App Store 风格首页 V2
========================= */

.ios-store-body{
    margin:0;
    min-height:100vh;
    background:
        radial-gradient(circle at 20% 0%, rgba(76,132,255,.12), transparent 28%),
        radial-gradient(circle at 85% 10%, rgba(151,190,255,.16), transparent 24%),
        #f5f7fb;
    color:#101828;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

.ios-store-page{
    width:min(1120px, calc(100% - 48px));
    margin:0 auto;
    padding:58px 0 86px;
}

/* 顶部标题 */
.ios-store-header{
    max-width:760px;
    margin-bottom:46px;
}

.ios-brand{
    display:inline-flex;
    align-items:center;
    gap:9px;
    height:36px;
    padding:0 16px;
    border-radius:999px;
    background:rgba(255,255,255,.78);
    border:1px solid rgba(221,230,245,.95);
    box-shadow:0 10px 30px rgba(21,37,69,.06);
    color:#246bff;
    font-size:14px;
    font-weight:800;
    backdrop-filter:blur(12px);
}

.ios-brand-dot{
    width:8px;
    height:8px;
    border-radius:50%;
    background:#246bff;
    box-shadow:0 0 0 5px rgba(36,107,255,.12);
}

.ios-store-header h1{
    margin:22px 0 12px;
    font-size:56px;
    line-height:1.08;
    letter-spacing:-2px;
    color:#0f172a;
    font-weight:900;
}

.ios-store-header p{
    margin:0;
    font-size:19px;
    line-height:1.8;
    color:#64748b;
}

/* 通用分区标题 */
.ios-section-title{
    margin-bottom:18px;
}

.ios-section-title span{
    display:block;
    font-size:28px;
    font-weight:900;
    letter-spacing:-.5px;
    color:#111827;
}

/* 精选大横幅 */
.ios-featured-section{
    margin-bottom:42px;
}

.ios-featured-card{
    position:relative;
    display:grid;
    grid-template-columns:1.2fr .8fr;
    min-height:340px;
    border-radius:38px;
    overflow:hidden;
    text-decoration:none;
    color:inherit;
    background:
        radial-gradient(circle at 70% 25%, rgba(255,255,255,.34), transparent 24%),
        linear-gradient(135deg,#1d4ed8 0%, #2563eb 48%, #60a5fa 100%);
    box-shadow:0 35px 90px rgba(37,99,235,.28);
    transition:transform .24s ease, box-shadow .24s ease;
}

.ios-featured-card:hover{
    transform:translateY(-4px);
    box-shadow:0 44px 110px rgba(37,99,235,.36);
}

.ios-featured-content{
    position:relative;
    z-index:2;
    display:flex;
    flex-direction:column;
    justify-content:center;
    padding:44px 46px;
    color:#fff;
}

.ios-featured-tag{
    width:max-content;
    height:32px;
    display:flex;
    align-items:center;
    padding:0 14px;
    margin-bottom:18px;
    border-radius:999px;
    background:rgba(255,255,255,.18);
    border:1px solid rgba(255,255,255,.30);
    color:#fff;
    font-size:14px;
    font-weight:900;
    backdrop-filter:blur(10px);
}

.ios-featured-content h2{
    margin:0 0 16px;
    font-size:46px;
    line-height:1.1;
    letter-spacing:-1.5px;
    color:#fff;
    font-weight:900;
}

.ios-featured-content p{
    max-width:520px;
    margin:0;
    color:rgba(255,255,255,.88);
    font-size:18px;
    line-height:1.8;
}

.ios-featured-action{
    width:max-content;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:28px;
    padding:0 24px;
    border-radius:999px;
    background:#fff;
    color:#1d4ed8;
    font-size:16px;
    font-weight:900;
    box-shadow:0 18px 40px rgba(0,0,0,.14);
}

.ios-featured-visual{
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:34px;
}

.ios-featured-visual::before{
    content:"";
    position:absolute;
    width:310px;
    height:310px;
    border-radius:50%;
    background:rgba(255,255,255,.16);
    filter:blur(2px);
}

.ios-featured-visual img,
.ios-featured-placeholder{
    position:relative;
    z-index:2;
    width:250px;
    height:250px;
    border-radius:56px;
    object-fit:cover;
    display:block;
    background:#fff;
    box-shadow:0 30px 80px rgba(0,0,0,.28);
}

.ios-featured-placeholder{
    display:flex;
    align-items:center;
    justify-content:center;
    color:#2563eb;
    font-size:36px;
    font-weight:900;
}

/* 更多应用 */
.ios-apps-section{
    margin-top:0;
}

.ios-list-title{
    margin-bottom:18px;
}

.ios-app-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
}

.ios-app-item{
    min-height:126px;
    display:flex;
    align-items:center;
    gap:18px;
    padding:20px 22px;
    border-radius:30px;
    background:rgba(255,255,255,.94);
    border:1px solid rgba(228,234,244,.96);
    box-shadow:0 20px 55px rgba(15,23,42,.08);
    color:inherit;
    text-decoration:none;
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.ios-app-item:hover{
    transform:translateY(-3px);
    box-shadow:0 30px 75px rgba(15,23,42,.14);
    border-color:rgba(191,210,247,.95);
}

.ios-app-icon{
    width:86px;
    height:86px;
    flex:none;
    overflow:hidden;
    border-radius:24px;
    background:#eef3fb;
    box-shadow:0 14px 32px rgba(15,23,42,.12);
}

.ios-app-icon img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.ios-app-icon-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:17px;
    font-weight:900;
    color:#64748b;
    background:linear-gradient(135deg,#eef4ff,#f8fbff);
}

.ios-app-info{
    flex:1;
    min-width:0;
}

.ios-app-info h3{
    margin:0 0 9px;
    font-size:24px;
    line-height:1.15;
    letter-spacing:-.4px;
    color:#111827;
    font-weight:900;
}

.ios-app-info p{
    margin:0;
    color:#64748b;
    font-size:15px;
    line-height:1.65;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.ios-app-btn{
    width:72px;
    height:40px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#eef4ff;
    color:#2563eb;
    font-size:15px;
    font-weight:900;
}

/* 空状态 */
.ios-empty{
    min-height:320px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:36px;
    background:rgba(255,255,255,.92);
    border:1px solid #e7ecf5;
    box-shadow:0 24px 70px rgba(15,23,42,.08);
}

.ios-empty-icon{
    width:72px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    margin-bottom:16px;
    background:#eef4ff;
    color:#2563eb;
    font-size:34px;
    font-weight:900;
}

.ios-empty h2{
    margin:0 0 8px;
    font-size:26px;
}

.ios-empty p{
    margin:0;
    color:#64748b;
}

.ios-only-tip{
    padding:22px 24px;
    border-radius:26px;
    background:rgba(255,255,255,.9);
    border:1px solid #e7ecf5;
    color:#64748b;
    box-shadow:0 18px 48px rgba(15,23,42,.06);
    font-size:16px;
}

/* 手机端 */
@media(max-width:900px){
    .ios-store-page{
        width:calc(100% - 24px);
        padding:34px 0 60px;
    }

    .ios-store-header{
        margin-bottom:32px;
    }

    .ios-store-header h1{
        margin-top:18px;
        font-size:40px;
        letter-spacing:-1px;
    }

    .ios-store-header p{
        font-size:16px;
    }

    .ios-featured-card{
        grid-template-columns:1fr;
        min-height:auto;
        border-radius:30px;
    }

    .ios-featured-content{
        padding:30px 24px 12px;
    }

    .ios-featured-content h2{
        font-size:34px;
    }

    .ios-featured-content p{
        font-size:16px;
    }

    .ios-featured-action{
        height:44px;
        margin-top:22px;
    }

    .ios-featured-visual{
        padding:24px 24px 30px;
    }

    .ios-featured-visual::before{
        width:230px;
        height:230px;
    }

    .ios-featured-visual img,
    .ios-featured-placeholder{
        width:190px;
        height:190px;
        border-radius:42px;
    }

    .ios-section-title span{
        font-size:24px;
    }

    .ios-app-list{
        grid-template-columns:1fr;
    }

    .ios-app-item{
        min-height:110px;
        padding:16px;
        border-radius:24px;
    }

    .ios-app-icon{
        width:72px;
        height:72px;
        border-radius:20px;
    }

    .ios-app-info h3{
        font-size:20px;
    }

    .ios-app-info p{
        font-size:14px;
    }

    .ios-app-btn{
        width:62px;
        height:36px;
        font-size:14px;
    }
}



/* =========================
   手机端应用商城首页 V1
========================= */

.mobile-store-body{
    margin:0;
    min-height:100vh;
    background:#f5f6fa;
    color:#101828;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

.mobile-store-page{
    width:min(720px, calc(100% - 28px));
    margin:0 auto;
    padding:28px 0 56px;
}

.mobile-top{
    margin-bottom:20px;
}

.mobile-site-name{
    display:inline-flex;
    align-items:center;
    height:30px;
    padding:0 13px;
    border-radius:999px;
    background:#eaf1ff;
    color:#246bff;
    font-size:13px;
    font-weight:800;
}

.mobile-top h1{
    margin:14px 0 8px;
    font-size:32px;
    line-height:1.15;
    letter-spacing:-.8px;
    color:#111827;
    font-weight:900;
}

.mobile-top p{
    margin:0;
    color:#66748f;
    font-size:14px;
    line-height:1.7;
}

.mobile-search{
    display:flex;
    gap:10px;
    margin-bottom:18px;
}

.mobile-search input{
    flex:1;
    min-width:0;
    height:48px;
    border:1px solid #dbe3f0;
    border-radius:16px;
    background:#fff;
    padding:0 16px;
    font-size:15px;
    outline:none;
}

.mobile-search input:focus{
    border-color:#246bff;
    box-shadow:0 0 0 4px rgba(36,107,255,.10);
}

.mobile-search button{
    width:78px;
    height:48px;
    padding:0;
    border:0;
    border-radius:16px;
    background:#246bff;
    color:#fff;
    font-size:15px;
    font-weight:900;
    cursor:pointer;
}

/* 轮播图 */
.mobile-banner-wrap{
    margin-bottom:26px;
}

.mobile-banner-slider{
    position:relative;
    width:100%;
    aspect-ratio:16 / 9;
    overflow:hidden;
    border-radius:24px;
    background:#e9eef7;
    box-shadow:0 18px 44px rgba(15,23,42,.14);
}

.mobile-banner-slide{
    position:absolute;
    inset:0;
    display:block;
    opacity:0;
    visibility:hidden;
    transition:opacity .45s ease;
    text-decoration:none;
    color:#fff;
}

.mobile-banner-slide.active{
    opacity:1;
    visibility:visible;
}

.mobile-banner-slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.mobile-banner-mask{
    position:absolute;
    inset:0;
    background:linear-gradient(
        180deg,
        rgba(0,0,0,.06) 10%,
        rgba(0,0,0,.58) 100%
    );
}

.mobile-banner-text{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;
}

.mobile-banner-text h2{
    margin:0 0 6px;
    color:#fff;
    font-size:22px;
    line-height:1.2;
    font-weight:900;
    text-shadow:0 2px 12px rgba(0,0,0,.28);
}

.mobile-banner-text p{
    margin:0;
    color:rgba(255,255,255,.92);
    font-size:14px;
    line-height:1.5;
    text-shadow:0 2px 12px rgba(0,0,0,.22);
}

.mobile-banner-dots{
    display:flex;
    justify-content:center;
    gap:7px;
    margin-top:12px;
}

.mobile-banner-dots button{
    width:7px;
    height:7px;
    min-width:0;
    padding:0;
    border:0;
    border-radius:50%;
    background:#cbd5e1;
    cursor:pointer;
    transition:.2s;
}

.mobile-banner-dots button.active{
    width:20px;
    border-radius:999px;
    background:#246bff;
}

/* 应用列表 */
.mobile-section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
}

.mobile-section-head h2{
    margin:0;
    font-size:21px;
    font-weight:900;
    color:#111827;
}

.mobile-section-head a{
    color:#246bff;
    text-decoration:none;
    font-size:14px;
    font-weight:800;
}

.mobile-app-list{
    display:grid;
    gap:12px;
}

.mobile-app-item{
    display:flex;
    align-items:center;
    gap:14px;
    min-height:88px;
    padding:14px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e7ecf5;
    box-shadow:0 12px 32px rgba(15,23,42,.06);
    text-decoration:none;
    color:inherit;
}

.mobile-app-icon{
    width:62px;
    height:62px;
    flex:none;
    overflow:hidden;
    border-radius:18px;
    background:#eef3fb;
}

.mobile-app-icon img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
}

.mobile-app-placeholder{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:900;
    color:#64748b;
}

.mobile-app-main{
    flex:1;
    min-width:0;
}

.mobile-app-main h3{
    margin:0 0 5px;
    font-size:18px;
    line-height:1.2;
    font-weight:900;
    color:#111827;
}

.mobile-app-main p{
    margin:0;
    color:#66748f;
    font-size:13px;
    line-height:1.5;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.mobile-app-action{
    width:54px;
    height:32px;
    flex:none;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#eef4ff;
    color:#246bff;
    font-size:13px;
    font-weight:900;
}

.mobile-empty{
    padding:32px 18px;
    border-radius:22px;
    background:#fff;
    border:1px solid #e7ecf5;
    text-align:center;
    color:#66748f;
    font-size:15px;
}

/* 平板和电脑稍微放宽 */
@media(min-width:768px){
    .mobile-store-page{
        padding-top:42px;
    }

    .mobile-top h1{
        font-size:42px;
    }

    .mobile-top p{
        font-size:16px;
    }

    .mobile-banner-text h2{
        font-size:28px;
    }

    .mobile-banner-text p{
        font-size:16px;
    }

    .mobile-app-list{
        gap:14px;
    }
}



/* =========================
   App Store 风格应用详情页 V2
========================= */

.as-detail-body{
    margin:0;
    min-height:100vh;
    background:#f7f7f9;
    color:#111827;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

.as-detail-page{
    width:min(720px, calc(100% - 28px));
    margin:0 auto;
    padding:22px 0 58px;
}

/* 顶部导航 */
.as-top-nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:22px;
}

.as-back-btn,
.as-share-btn{
    width:46px;
    height:46px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:rgba(255,255,255,.92);
    box-shadow:0 10px 28px rgba(15,23,42,.08);
    text-decoration:none;
    color:#111827;
    font-size:38px;
    line-height:1;
    font-weight:300;
}

.as-share-btn{
    font-size:24px;
}

/* 应用头部 */
.as-app-header{
    display:flex;
    align-items:flex-start;
    gap:18px;
    padding:6px 0 26px;
    border-bottom:1px solid #e5e7eb;
}

.as-app-icon{
    width:118px;
    height:118px;
    flex:none;
    overflow:hidden;
    border-radius:28px;
    background:#edf3fb;
    box-shadow:0 10px 26px rgba(15,23,42,.10);
}

.as-app-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.as-app-icon-empty{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    font-weight:900;
    color:#64748b;
}

.as-app-meta{
    flex:1;
    min-width:0;
    padding-top:6px;
}

.as-app-meta h1{
    margin:0 0 8px;
    font-size:27px;
    line-height:1.22;
    letter-spacing:-.5px;
    font-weight:900;
    color:#111827;
}

.as-app-meta p{
    margin:0 0 16px;
    color:#6b7280;
    font-size:15px;
    line-height:1.5;
}

.as-get-btn{
    width:max-content;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 22px;
    border-radius:999px;
    background:#0a84ff;
    color:#fff;
    text-decoration:none;
    font-size:16px;
    font-weight:900;
}

/* 信息栏 */
.as-info-strip{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:0;
    margin-top:18px;
    padding-bottom:18px;
    border-bottom:1px solid #e5e7eb;
}

.as-info-item{
    min-width:0;
    text-align:center;
    padding:0 8px;
    border-right:1px solid #e5e7eb;
}

.as-info-item:last-child{
    border-right:0;
}

.as-info-item span{
    display:block;
    margin-bottom:8px;
    color:#9ca3af;
    font-size:12px;
    font-weight:800;
}

.as-info-item strong{
    display:block;
    margin-bottom:5px;
    color:#6b7280;
    font-size:17px;
    line-height:1.2;
    font-weight:900;
}

.as-info-item em{
    display:block;
    color:#9ca3af;
    font-size:12px;
    font-style:normal;
    white-space:nowrap;
}

/* 卡片区 */
.as-content-card,
.as-redeem-card,
.as-account-card{
    margin-top:22px;
    padding:22px 20px;
    border-radius:28px;
    background:#fff;
    border:1px solid #eceef3;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
}

.as-content-card h2,
.as-redeem-card h2,
.as-account-card h2{
    margin:0 0 12px;
    color:#111827;
    font-size:24px;
    line-height:1.2;
    letter-spacing:-.3px;
    font-weight:900;
}

.as-content-card p,
.as-redeem-card p{
    margin:0;
    color:#6b7280;
    font-size:15px;
    line-height:1.85;
}

/* 兑换表单 */
.as-redeem-form{
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
    margin-top:18px;
}

.as-redeem-form input{
    width:100%;
    height:54px;
    padding:0 16px;
    border:1px solid #d9dee8;
    border-radius:18px;
    background:#fff;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
}

.as-redeem-form input:focus{
    border-color:#0a84ff;
    box-shadow:0 0 0 4px rgba(10,132,255,.12);
}

.as-redeem-form button{
    width:100%;
    height:56px;
    border:0;
    border-radius:18px;
    background:#0a84ff;
    color:#fff;
    font-size:17px;
    font-weight:900;
    cursor:pointer;
}

.as-error{
    margin-top:14px;
    padding:14px 16px;
    border-radius:16px;
    border:1px solid #fecaca;
    background:#fef2f2;
    color:#dc2626;
    font-size:14px;
    font-weight:800;
}

/* 账号结果 */
.as-account-head{
    display:flex;
    flex-direction:column;
    gap:12px;
    align-items:flex-start;
    margin-bottom:16px;
}

.as-account-head h2{
    margin:0;
}

.as-expire-badge{
    display:inline-flex;
    align-items:center;
    min-height:38px;
    padding:0 14px;
    border-radius:999px;
    background:#eef5ff;
    color:#2563eb;
    font-size:13px;
    font-weight:900;
}

.as-account-list{
    display:grid;
    gap:14px;
}

.as-account-item{
    padding:8px 16px;
    border-radius:22px;
    background:#fafbff;
    border:1px solid #e8edf5;
}

.as-account-number{
    padding:12px 0 4px;
    color:#111827;
    font-size:15px;
    font-weight:900;
}

.as-account-row{
    min-height:62px;
    display:flex;
    align-items:center;
    gap:12px;
    border-bottom:1px dashed #e1e6ef;
}

.as-account-row:last-child{
    border-bottom:0;
}

.as-account-row span{
    width:40px;
    flex:none;
    color:#6b7280;
    font-size:14px;
}

.as-account-row strong{
    flex:1;
    min-width:0;
    color:#111827;
    font-size:16px;
    line-height:1.5;
    word-break:break-all;
}

.as-account-row button{
    width:58px;
    height:34px;
    padding:0;
    border:0;
    border-radius:999px;
    background:#eef5ff;
    color:#0a84ff;
    font-size:13px;
    font-weight:900;
    cursor:pointer;
}

/* 更小手机适配 */
@media(max-width:420px){
    .as-detail-page{
        width:calc(100% - 24px);
        padding-top:18px;
    }

    .as-back-btn,
    .as-share-btn{
        width:42px;
        height:42px;
    }

    .as-app-icon{
        width:104px;
        height:104px;
        border-radius:24px;
    }

    .as-app-meta h1{
        font-size:24px;
    }

    .as-app-meta p{
        font-size:14px;
    }

    .as-get-btn{
        height:40px;
        padding:0 18px;
        font-size:15px;
    }

    .as-info-item strong{
        font-size:15px;
    }

    .as-content-card,
    .as-redeem-card,
    .as-account-card{
        padding:20px 16px;
        border-radius:24px;
    }
}



/* =========================
   使用教程按钮 + 教程页
========================= */

.as-action-buttons{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.as-tutorial-btn{
    width:max-content;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border-radius:999px;
    background:#eef5ff;
    color:#0a84ff;
    text-decoration:none;
    font-size:15px;
    font-weight:900;
}

.tutorial-body{
    margin:0;
    min-height:100vh;
    background:#f7f7f9;
    color:#111827;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

.tutorial-page{
    width:min(720px, calc(100% - 28px));
    margin:0 auto;
    padding:22px 0 60px;
}

.tutorial-nav{
    margin-bottom:22px;
}

.tutorial-nav a{
    color:#0a84ff;
    text-decoration:none;
    font-size:16px;
    font-weight:900;
}

.tutorial-head{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:20px;
    padding:20px;
    border-radius:26px;
    background:#fff;
    border:1px solid #eceef3;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
}

.tutorial-head img{
    width:68px;
    height:68px;
    border-radius:18px;
    object-fit:cover;
}

.tutorial-head h1{
    margin:0 0 6px;
    font-size:24px;
    line-height:1.3;
    font-weight:900;
}

.tutorial-head p{
    margin:0;
    color:#6b7280;
    font-size:14px;
}

.tutorial-content{
    padding:22px 20px;
    border-radius:28px;
    background:#fff;
    border:1px solid #eceef3;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
    font-size:16px;
    line-height:1.9;
    color:#374151;
    overflow:hidden;
}

.tutorial-content h1,
.tutorial-content h2,
.tutorial-content h3{
    color:#111827;
    line-height:1.35;
}

.tutorial-content h1{
    font-size:24px;
}

.tutorial-content h2{
    font-size:21px;
}

.tutorial-content h3{
    font-size:18px;
}

.tutorial-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:16px auto;
    border-radius:18px;
}

.tutorial-content p{
    margin:12px 0;
}

.tutorial-content ul,
.tutorial-content ol{
    padding-left:24px;
}

@media(max-width:420px){
    .as-action-buttons{
        gap:8px;
    }

    .as-get-btn,
    .as-tutorial-btn{
        height:40px;
        padding:0 16px;
        font-size:14px;
    }

    .tutorial-page{
        width:calc(100% - 24px);
    }

    .tutorial-content{
        padding:18px 16px;
        border-radius:24px;
        font-size:15px;
    }
}


/* =========================
   全站统一使用教程
========================= */

.as-action-buttons{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.as-tutorial-btn{
    width:max-content;
    height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:0 20px;
    border-radius:999px;
    background:#eef5ff;
    color:#0a84ff;
    text-decoration:none;
    font-size:15px;
    font-weight:900;
}

.tutorial-body{
    margin:0;
    min-height:100vh;
    background:#f7f7f9;
    color:#111827;
    font-family:-apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",Arial,sans-serif;
}

.tutorial-page{
    width:min(720px, calc(100% - 28px));
    margin:0 auto;
    padding:22px 0 60px;
}

.tutorial-nav{
    margin-bottom:22px;
}

.tutorial-nav a{
    color:#0a84ff;
    text-decoration:none;
    font-size:16px;
    font-weight:900;
}

.tutorial-head{
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:20px;
    padding:20px;
    border-radius:26px;
    background:#fff;
    border:1px solid #eceef3;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
}

.global-tutorial-head{
    display:block;
}

.tutorial-head h1{
    margin:0 0 6px;
    font-size:25px;
    line-height:1.3;
    font-weight:900;
}

.tutorial-head p{
    margin:0;
    color:#6b7280;
    font-size:14px;
}

.tutorial-content{
    padding:22px 20px;
    border-radius:28px;
    background:#fff;
    border:1px solid #eceef3;
    box-shadow:0 18px 42px rgba(15,23,42,.07);
    font-size:16px;
    line-height:1.9;
    color:#374151;
    overflow:hidden;
}

.tutorial-content h1,
.tutorial-content h2,
.tutorial-content h3{
    color:#111827;
    line-height:1.35;
}

.tutorial-content h1{
    font-size:24px;
}

.tutorial-content h2{
    font-size:21px;
}

.tutorial-content h3{
    font-size:18px;
}

.tutorial-content img{
    max-width:100%;
    height:auto;
    display:block;
    margin:16px auto;
    border-radius:18px;
}

.tutorial-content p{
    margin:12px 0;
}

.tutorial-content ul,
.tutorial-content ol{
    padding-left:24px;
}

@media(max-width:420px){
    .as-action-buttons{
        gap:8px;
    }

    .as-get-btn,
    .as-tutorial-btn{
        height:40px;
        padding:0 16px;
        font-size:14px;
    }

    .tutorial-page{
        width:calc(100% - 24px);
    }

    .tutorial-content{
        padding:18px 16px;
        border-radius:24px;
        font-size:15px;
    }
}
/* =========================
   应用详情页：兑换账号 + 使用教程按钮优化
========================= */

.as-action-buttons{
    display:flex !important;
    align-items:center !important;
    gap:10px !important;
    flex-wrap:wrap !important;
    margin-top:4px !important;
}

.as-action-buttons .as-get-btn{
    height:44px !important;
    padding:0 22px !important;
    border-radius:999px !important;
    background:#0a84ff !important;
    color:#fff !important;
    text-decoration:none !important;
    font-size:15px !important;
    font-weight:900 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    box-shadow:0 10px 24px rgba(10,132,255,.22) !important;
}

.as-action-buttons .as-tutorial-btn{
    height:44px !important;
    padding:0 22px !important;
    border-radius:999px !important;
    background:#f0f4fb !important;
    color:#0a84ff !important;
    text-decoration:none !important;
    font-size:15px !important;
    font-weight:900 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border:1px solid #dbe7f7 !important;
}

/* 点击感 */
.as-action-buttons .as-get-btn:active,
.as-action-buttons .as-tutorial-btn:active{
    transform:scale(.97);
}

/* 手机小屏适配 */
@media(max-width:420px){
    .as-action-buttons{
        gap:8px !important;
    }

    .as-action-buttons .as-get-btn,
    .as-action-buttons .as-tutorial-btn{
        height:40px !important;
        padding:0 17px !important;
        font-size:14px !important;
    }
}

/* =========================
   账号信息区：使用教程按钮
========================= */

.as-account-title-row{
    width:100%;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
}

.as-account-title-row h2{
    margin:0 !important;
}

.as-account-tutorial-btn{
    height:34px;
    padding:0 14px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#eef5ff;
    color:#0a84ff;
    border:1px solid #d8e7ff;
    text-decoration:none;
    font-size:13px;
    font-weight:900;
    white-space:nowrap;
}

.as-account-tutorial-btn:active{
    transform:scale(.97);
}

@media(max-width:420px){
    .as-account-tutorial-btn{
        height:32px;
        padding:0 12px;
        font-size:12px;
    }
}