/* zn4cszgwea9k | v4.3 */
/* yydc9vkkr7rs | v8.66 */
/* ===== 全站基础样式 - 独特暗紫渐变主题 ===== */
:root {
    --primary: #8B2FC9;
    --primary-dark: #5A1D8A;
    --primary-light: #B45FE0;
    --accent: #E84D6C;
    --accent-light: #FF7A93;
    --bg-dark: #0D0B1A;
    --bg-card: #1A1530;
    --bg-section: #12102A;
    --bg-alt: #1E1A3A;
    --text-main: #E8E4F0;
    --text-muted: #9B93B0;
    --text-bright: #FFFFFF;
    --gold: #F0C850;
    --gold-dark: #C8A030;
    --success: #3DD68C;
    --border: rgba(139, 47, 201, 0.25);
    --shadow: rgba(0, 0, 0, 0.4);
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 30px;
    --font-main: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    --font-heading: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    --max-width: 1200px;
    --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* bwryns2t *//* r9x9v4ke */
html {
    font-size: 16px;
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--font-main);
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* vsr803xx */
img {
    max-width: 100%;
    height: auto;
    display: block;
}

a {
    color: var(--primary-light);
    text-decoration: none;
    transition: color var(--transition);
}

a:hover {
    color: var(--accent-light);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-heading);
    color: var(--text-bright);
    line-height: 1.4;
    margin-bottom: 0.6em;
}
/* in0cnryh4 */
h1 { font-size: 2rem; }
/* 9zx0dc */h2 { font-size: 1.65rem; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }

p {
    margin-bottom: 1em;
    color: var(--text-main);
}
/* x7j73tf1hu */
/* ===== 容器 ===== */
._vaf7hj {
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

/* ===== 顶部导航 - 非sticky ===== */
._popezpqv {
    background: linear-gradient(135deg, var(--bg-dark), var(--primary-dark));
    border-bottom: 1px solid var(--border);
    padding: 12px 0;
    position: relative;
    z-index: 100;
}
/* 4mm14xs */
._qw108v {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 20px;
}

._ejzwafe {
    display: flex;
    align-items: center;
    gap: 10px;
}
/* 9k2spj3u */
._ejzwafe img {
    height: 42px;
    width: auto;
}
/* t90dsa1u */
._ejzwafe span {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--text-bright);
    white-space: nowrap;
}

/* Desktop nav */
.tw-gn1pm7 {
    display: flex;
    align-items: center;
    gap: 6px;
}
/* etxeme3b */
.tw-gn1pm7 a {
    color: var(--text-main);
    padding: 8px 14px;
    border-radius: var(--radius-sm);
    font-size: 0.92rem;
    transition: all var(--transition);
    white-space: nowrap;
}

.tw-gn1pm7 a:hover,
.tw-gn1pm7 a.active {
    background: rgba(139, 47, 201, 0.2);
    color: var(--primary-light);
}

.tw-gn1pm7 .oxo7ua8 {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff !important;
    padding: 8px 20px;
    border-radius: var(--radius-xl);
    font-weight: 600;
}

.tw-gn1pm7 .oxo7ua8:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(232, 77, 108, 0.4);
}

/* Mobile menu toggle */
._znyvfz {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
}

._znyvfz span {
    display: block;
    width: 26px;
    height: 3px;
    background: var(--text-bright);
    margin: 5px 0;
    border-radius: 2px;
    transition: var(--transition);
}
/* 5pkrg */
._o2w6pk {
    display: none;
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
}

._o2w6pk.open {
    display: block;
}
/* nljvxsy8 */
._o2w6pk a {
    display: block;
    padding: 14px 24px;
    color: var(--text-main);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    font-size: 0.95rem;
}
/* akgjsudy1u */
._o2w6pk a:hover {
    background: rgba(139, 47, 201, 0.15);
    color: var(--primary-light);
}
/* t975l73 */
/* ===== Hero区域 ===== */
._prtqs9xi {
    position: relative;
    overflow: hidden;
    padding: 60px 0 50px;
    background: linear-gradient(160deg, var(--bg-dark) 0%, var(--primary-dark) 50%, var(--bg-section) 100%);
}
/* 5xbdhrtzx */
._prtqs9xi::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(139, 47, 201, 0.15), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}

.uooe49pr2 {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.uooe49pr2 h1 {
    font-size: 2.2rem;
    margin-bottom: 16px;
    background: linear-gradient(135deg, var(--text-bright), var(--primary-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.uooe49pr2 p {
    font-size: 1.05rem;
    color: var(--text-muted);
    margin-bottom: 28px;
}

._q7dgrot {
    width: 100%;
    max-width: 900px;
    margin: 24px auto 0;
    border-radius: var(--radius-lg);
    box-shadow: 0 12px 40px var(--shadow);
}

._0x44o5d {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
}

/* ===== 按钮 ===== */
.w35buzrkv {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    border-radius: var(--radius-xl);
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    border: none;
    transition: all var(--transition);
    text-decoration: none;
}

.sc-cb7k1g {
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    color: #fff;
}
/* p550 */
.sc-cb7k1g:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 47, 201, 0.4);
    color: #fff;
}

._nbov9o2w {
    background: linear-gradient(135deg, var(--accent), var(--accent-light));
    color: #fff;
}

._nbov9o2w:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(232, 77, 108, 0.4);
    color: #fff;
}

.sc-dc1sot {
    background: transparent;
    border: 2px solid var(--primary-light);
    color: var(--primary-light);
}
/* xejw9 */
.sc-dc1sot:hover {
    background: var(--primary);
    color: #fff;
}

/* ===== 通用区块 ===== */
.sc-iystf1 {
    padding: 50px 0;
}
/* bnozg */
._w7whdpi {
    background: var(--bg-section);
}

._lkn6k0 {
    background: var(--bg-alt);
}
/* 24v5 */
._e5pvgl {
    text-align: center;
    margin-bottom: 36px;
}

._e5pvgl h2 {
    position: relative;
    display: inline-block;
    padding-bottom: 12px;
}
/* 53r8qk7er *//* ozi9fad */
._e5pvgl h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary), var(--accent));
    border-radius: 2px;
}

._e5pvgl p {
    color: var(--text-muted);
    margin-top: 10px;
    font-size: 0.95rem;
}

/* ===== 视频卡片网格 ===== */
.st-ecpfd4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

._w5r5cyr {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all var(--transition);
}

._w5r5cyr:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 30px rgba(139, 47, 201, 0.2);
    border-color: var(--primary);
}

._w5r5cyr ._0rfoaqw {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

._w5r5cyr ._0rfoaqw img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
}

._w5r5cyr:hover ._0rfoaqw img {
    transform: scale(1.05);
}

._w5r5cyr ._0rfoaqw .qa6hr54f {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity var(--transition);
}

._w5r5cyr:hover ._0rfoaqw .qa6hr54f {
    opacity: 1;
}

.qa6hr54f ._rux34di {
    width: 50px;
    height: 50px;
    background: rgba(232, 77, 108, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* rtlewt */
.qa6hr54f ._rux34di::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 18px;
    border-color: transparent transparent transparent #fff;
    margin-left: 4px;
}
/* 53aoyw2cpg */
._w5r5cyr ._qxu7y0 {
    padding: 16px;
}

._w5r5cyr ._qxu7y0 h3 {
    font-size: 1.05rem;
    margin-bottom: 8px;
}

._w5r5cyr ._qxu7y0 p {
    font-size: 0.88rem;
    color: var(--text-muted);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

._w5r5cyr .g773wuy {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 16px;
    border-top: 1px solid rgba(255,255,255,0.05);
    font-size: 0.82rem;
    color: var(--text-muted);
}

._3hk8ic {
    color: var(--gold);
    font-size: 0.9rem;
    letter-spacing: 2px;
}
/* 0kjh */
/* ===== 影评区域 ===== */
._yfkw97xb {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    padding: 28px;
    border: 1px solid var(--border);
    margin-bottom: 24px;
}
/* 3si7o96i */
._yfkw97xb ._jahu87p {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 16px;
}

._yfkw97xb .v6t7y3rzl2 {
    width: 100%;
    max-width: 280px;
    border-radius: var(--radius-md);
    flex-shrink: 0;
}

._yfkw97xb ._ut6860xu h3 {
    margin-bottom: 10px;
}

/* ===== 招聘模块 ===== */
.sc-olj0ed {
    background: linear-gradient(135deg, rgba(232, 77, 108, 0.1), rgba(139, 47, 201, 0.1));
    border: 1px solid rgba(232, 77, 108, 0.2);
    border-radius: var(--radius-lg);
    padding: 36px;
    margin-top: 20px;
}

.sc-olj0ed h3 {
    color: var(--accent-light);
    margin-bottom: 16px;
}

.el-swk40y {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

._9k16qm {
    background: rgba(255,255,255,0.04);
    border-radius: var(--radius-md);
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.08);
}
/* w5inhkiwi */
._9k16qm h4 {
    color: var(--gold);
    margin-bottom: 8px;
}
/* vljem1 */
/* ===== 案例模块 ===== */
._lhh5qz {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.t3g070y {
    background: var(--bg-card);
    border-radius: var(--radius-md);
    overflow: hidden;
    border: 1px solid var(--border);
    transition: all var(--transition);
}

.t3g070y:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(139, 47, 201, 0.15);
}
/* 8bo0f */
.t3g070y img {
    width: 100%;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.t3g070y ._jbebop2 {
    padding: 18px;
}
/* 6tx78 */
.t3g070y ._jbebop2 h4 {
    margin-bottom: 8px;
}

.t3g070y ._jbebop2 p {
    font-size: 0.9rem;
    color: var(--text-muted);
}
/* n1qmvm6iyc */
/* ===== 关于我们 ===== */
._18blxl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}
/* evjb */
._18blxl .tknzu1kyk8 {
    line-height: 2;
}

._18blxl ._1nqcyh img {
    border-radius: var(--radius-md);
    width: 100%;
}

/* ===== 支付方式 ===== */
.qvhnv6qi5 {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

._0pwbysho {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px 28px;
    text-align: center;
    transition: all var(--transition);
    min-width: 160px;
}

._0pwbysho:hover {
    border-color: var(--primary);
}
/* 0y1o */
._0pwbysho img {
    height: 50px;
    margin: 0 auto 10px;
}

._0pwbysho._gbixgdwn {
    border-color: var(--success);
    background: rgba(61, 214, 140, 0.08);
}

._0pwbysho._gbixgdwn::after {
    content: '推荐';
    display: inline-block;
    background: var(--success);
    color: #000;
    font-size: 0.75rem;
    padding: 2px 10px;
    border-radius: 10px;
    margin-top: 6px;
    font-weight: 600;
}

/* ===== 授权/牌照 ===== */
.tw-4gkg51 {
    display: flex;
    gap: 30px;
    align-items: center;
    flex-wrap: wrap;
}
/* hfgcev */
.tw-4gkg51 .sc-neduw4 {
    width: 150px;
    flex-shrink: 0;
}

.tw-4gkg51 ._zgm2ms {
    flex: 1;
    min-width: 250px;
}

/* ===== 客户支持 ===== */
._7dq3zcwu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.css-9l7ozs {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
    transition: all var(--transition);
}
/* hy9co */
.css-9l7ozs:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
}
/* gc44eu */
.css-9l7ozs ._alnc16dw {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--primary), var(--primary-light));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
    font-size: 1.5rem;
}

/* ===== FAQ ===== */
._qdx3b9e7 {
    max-width: 800px;
    margin: 0 auto;
}

.npzx9toab {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    margin-bottom: 14px;
    overflow: hidden;
}
/* yqy493ajdb */
.el-z2xajh {
    padding: 18px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    color: var(--text-bright);
    transition: background var(--transition);
}

.el-z2xajh:hover {
    background: rgba(139, 47, 201, 0.1);
}

.el-z2xajh .el-mi0fdz {
    transition: transform var(--transition);
    font-size: 0.8rem;
    color: var(--primary-light);
}
/* whyha *//* pubr */
.npzx9toab.open .el-z2xajh .el-mi0fdz {
    transform: rotate(180deg);
}
/* xw0ggqt0j */
.pgfaao5qa {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
}

.npzx9toab.open .pgfaao5qa {
    padding: 0 24px 20px;
    max-height: 600px;
}
/* amaxwan */
.pgfaao5qa p {
    color: var(--text-muted);
    line-height: 1.8;
}

/* ===== 用户评论 ===== */
.dztxounsu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

._acu5jq {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 22px;
    transition: all var(--transition);
}

._acu5jq:hover {
    border-color: var(--primary);
}
/* 9gsaie7 */
._acu5jq .bmsrpvpaql {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
/* cr2f3cww3 */
._acu5jq .cc1xrs12bl {
    font-weight: 600;
    color: var(--text-bright);
}
/* 62qv1wqb */
._acu5jq .sc-6i7oh0 {
    font-size: 0.82rem;
    color: var(--text-muted);
}
/* vuab */
._acu5jq ._gsylbuk {
    font-size: 0.92rem;
    color: var(--text-main);
    line-height: 1.7;
    margin-bottom: 10px;
}

._acu5jq ._0oihxq {
    font-size: 0.8rem;
    color: var(--text-muted);
}

/* ===== 面包屑 ===== */
._0pel3vrj {
    padding: 14px 0;
    font-size: 0.88rem;
    color: var(--text-muted);
}

._0pel3vrj a {
    color: var(--text-muted);
}

._0pel3vrj a:hover {
    color: var(--primary-light);
}

._0pel3vrj span {
    margin: 0 8px;
    color: rgba(255,255,255,0.2);
}

/* ===== 页脚 ===== */
._zjhbvul {
    background: linear-gradient(180deg, var(--bg-alt), #080614);
    border-top: 1px solid var(--border);
    padding: 50px 0 0;
}

.mrvi0h5v9 {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 36px;
}

._viy9ra6x h4 {
    color: var(--text-bright);
    margin-bottom: 16px;
    font-size: 1rem;
    position: relative;
    padding-bottom: 10px;
}

._viy9ra6x h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--primary);
}
/* 2111rbqhoe *//* 69jj */
._viy9ra6x p {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.7;
}

._viy9ra6x ul {
    list-style: none;
}

._viy9ra6x ul li {
    margin-bottom: 8px;
}

._viy9ra6x ul li a {
    color: var(--text-muted);
    font-size: 0.88rem;
    transition: color var(--transition);
}
/* az4d3uykcn */
._viy9ra6x ul li a:hover {
    color: var(--primary-light);
}
/* dp3e89907 */
._ojujw9l {
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

._ojujw9l a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(139, 47, 201, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--transition);
}
/* y0we2xl5 */
._ojujw9l a:hover {
    background: var(--primary);
}

._ojujw9l a img {
    width: 20px;
    height: 20px;
}

._ykw4mkn {
    display: flex;
    gap: 12px;
    margin-top: 14px;
    flex-wrap: wrap;
}
/* 2feh48c4 */
._ykw4mkn img {
    height: 30px;
    border-radius: 4px;
}
/* f3y81qb */
.sc-fi1cw9 {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 20px 0;
    text-align: center;
    font-size: 0.82rem;
    color: var(--text-muted);
}
/* ttonk3 */
.sc-fi1cw9 a {
    color: var(--text-muted);
    margin: 0 10px;
}
/* b3vcjn4a3a */
.sc-fi1cw9 a:hover {
    color: var(--primary-light);
}

/* ===== 视频播放模块 ===== */
._4w59kb29 {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 24px auto;
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #000;
    aspect-ratio: 16/9;
}

._4w59kb29 video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

._4w59kb29 iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* dax7s */
/* ===== APP下载页面 ===== */
.tw-as7sq6 {
    text-align: center;
    padding: 60px 0;
    background: linear-gradient(160deg, var(--bg-dark), var(--primary-dark), var(--bg-section));
}
/* yuuy8i7r6 */
.el-zf7904 {
    display: flex;
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

.el-zf7904 img {
    width: 180px;
    border-radius: var(--radius-lg);
    box-shadow: 0 8px 30px var(--shadow);
}
/* jtq6yt7 */
.nvbylxko {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

._a902jqc {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 28px;
    text-align: center;
    transition: all var(--transition);
}

._a902jqc:hover {
    border-color: var(--primary);
    transform: translateY(-3px);
}
/* y66p */
.afmfj1c {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 30px 0;
}

._dboc9y6b {
    text-align: center;
    margin: 30px 0;
}
/* f5edce */
._dboc9y6b img {
    width: 180px;
    margin: 0 auto;
    border-radius: var(--radius-md);
    border: 3px solid var(--border);
}
/* i9dvhla */
/* ===== 内页通用 ===== */
.atdr0nnqu {
    padding: 40px 0 30px;
    background: linear-gradient(160deg, var(--bg-dark), var(--primary-dark));
    text-align: center;
}

.atdr0nnqu h1 {
    font-size: 1.8rem;
}

._k91l6m {
    padding: 40px 0;
}
/* qxktaf9xgr */
._k91l6m article {
    max-width: 900px;
    margin: 0 auto;
    line-height: 2;
}

._k91l6m article img {
    border-radius: var(--radius-md);
    margin: 20px 0;
    width: 100%;
}

._k91l6m article h2 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid var(--border);
}

._k91l6m article h2:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

/* ===== 内页侧边推荐 ===== */
._415231 {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 36px;
    align-items: start;
}

._b9xapey {
    position: relative;
}

.ct09db5kx {
    background: var(--bg-card);
    border: 1px solid var(--border);
    border-radius: var(--radius-md);
    padding: 20px;
    margin-bottom: 20px;
}

.ct09db5kx h4 {
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border);
}

.ct09db5kx ul {
    list-style: none;
}

.ct09db5kx ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
}
/* qgh1qcb04 */
.ct09db5kx ul li a {
    color: var(--text-muted);
    font-size: 0.9rem;
}
/* ezojpn */
.ct09db5kx ul li a:hover {
    color: var(--primary-light);
}

/* ===== 响应式 ===== */
@media (max-width: 1024px) {
    .mrvi0h5v9 {
        grid-template-columns: 1fr 1fr;
    }
    ._415231 {
        grid-template-columns: 1fr;
    }
/* yoiykcz2 */    ._18blxl {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    html { font-size: 15px; }
    
    .tw-gn1pm7 { display: none; }
    ._znyvfz { display: block; }
    
    .st-ecpfd4 {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }
    
    ._lhh5qz {
        grid-template-columns: 1fr;
    }
    
    .dztxounsu {
        grid-template-columns: 1fr;
    }
    
    ._7dq3zcwu {
        grid-template-columns: 1fr 1fr;
    }
    
    .el-swk40y {
        grid-template-columns: 1fr;
    }
    
    .mrvi0h5v9 {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .uooe49pr2 h1 {
        font-size: 1.6rem;
    }
    
    .sc-iystf1 {
        padding: 36px 0;
    }
    
    .nvbylxko {
        grid-template-columns: 1fr;
    }
    
    .el-zf7904 img {
        width: 140px;
    }
    
    ._yfkw97xb ._jahu87p {
        flex-direction: column;
    }
    
    ._yfkw97xb .v6t7y3rzl2 {
        max-width: 100%;
    }
    
    .tw-4gkg51 {
        flex-direction: column;
        text-align: center;
    }
    
    .qvhnv6qi5 {
        gap: 12px;
    }
    
    ._0pwbysho {
        min-width: 120px;
        padding: 14px 18px;
    }
/* oozz56ah84 */}
/* m9ta3ld3 */
@media (max-width: 480px) {
    html { font-size: 14px; }
/* gfr0har4 */    
    .st-ecpfd4 {
        grid-template-columns: 1fr;
    }
    
    ._7dq3zcwu {
        grid-template-columns: 1fr;
    }
/* qngx0ca */    
    ._0x44o5d {
        flex-direction: column;
        align-items: center;
    }
/* t3jxdr5nd7 */    
    .afmfj1c {
        flex-direction: column;
        align-items: center;
    }
}
/* i8pv */
/* ===== 动画 ===== */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

._47q17ysf {
    animation: fadeInUp 0.6s ease forwards;
}
/* zkg1wh */
/* ===== 视觉稳定性 ===== */
img[loading="lazy"] {
    aspect-ratio: attr(width) / attr(height);
}

._w5r5cyr ._0rfoaqw {
    aspect-ratio: 16/9;
}
/* gwymmmr */
/* qxlmc6qijwo28d3s */

/* yrig4ynncd13rnbm */
