/* ========================================
   丝瓜视频 原创样式表
   域名：bv739939.cn
   配色：玫瑰粉 + 深夜蓝
   ======================================== */

/* CSS变量 */
:root {
    --tx-rose: #E8457C;
    --tx-rose-light: #FF6B9D;
    --tx-rose-dark: #C73566;
    --tx-navy: #1B1F3B;
    --tx-navy-light: #252A4A;
    --tx-orange: #FFB347;
    --tx-bg-light: #FFF5F7;
    --tx-bg-dark: #0F1225;
    --tx-text: #2D2D3F;
    --tx-text-muted: #8B8FA3;
    --tx-white: #FFFFFF;
    --tx-border: rgba(232,69,124,0.12);
    --tx-shadow: 0 4px 24px rgba(27,31,59,0.08);
    --tx-shadow-hover: 0 8px 40px rgba(232,69,124,0.15);
    --tx-radius: 12px;
    --tx-radius-sm: 8px;
    --tx-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* 重置 */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    color: var(--tx-text);
    background: var(--tx-white);
    line-height: 1.7;
    -webkit-font-smoothing: antialiased;
}
a { color: var(--tx-rose); text-decoration: none; transition: var(--tx-transition); }
a:hover { color: var(--tx-rose-dark); }
img { max-width: 100%; height: auto; display: block; }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

/* 容器 */
.k6br8xry {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ========================================
   头部导航
   ======================================== */
.u8b8bo {
    background: var(--tx-white);
    border-bottom: 2px solid var(--tx-border);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 12px rgba(27,31,59,0.06);
}
.fjyf9s2u {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
}
.uz5aj img { height: 48px; width: auto; }
.j1xv4 {
    display: flex;
    gap: 6px;
}
.tx-nav-link {
    padding: 8px 16px;
    color: var(--tx-text);
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: var(--tx-radius-sm);
    transition: var(--tx-transition);
}
.tx-nav-link:hover, .tx-nav-link.active {
    color: var(--tx-rose);
    background: rgba(232,69,124,0.06);
}
.f31iic9j {
    display: none;
    flex-direction: column;
    gap: 5px;
    padding: 8px;
}
.f31iic9j span {
    width: 24px;
    height: 2px;
    background: var(--tx-navy);
    border-radius: 2px;
    transition: var(--tx-transition);
}

/* 搜索框 */
.j1u3b {
    padding: 10px 0 14px;
}
.vsw50 {
    display: flex;
    max-width: 680px;
    margin: 0 auto;
    background: var(--tx-bg-light);
    border-radius: 50px;
    border: 2px solid transparent;
    overflow: hidden;
    transition: var(--tx-transition);
}
.vsw50:focus-within {
    border-color: var(--tx-rose);
    box-shadow: 0 0 0 4px rgba(232,69,124,0.1);
}
.tx-search-input {
    flex: 1;
    padding: 12px 24px;
    border: none;
    background: transparent;
    font-size: 0.95rem;
    color: var(--tx-text);
    outline: none;
}
.tx-search-input::placeholder { color: var(--tx-text-muted); }
.u5voi6 {
    padding: 12px 24px;
    background: linear-gradient(135deg, var(--tx-rose), var(--tx-rose-light));
    color: var(--tx-white);
    border: none;
    cursor: pointer;
    transition: var(--tx-transition);
}
.u5voi6:hover { opacity: 0.9; }

/* ========================================
   Hero Banner
   ======================================== */
.wmrzok {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.yx32gbg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.yme0s {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(15,18,37,0.82), rgba(232,69,124,0.45));
}
.m3s62a {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 80px 20px;
}
.l8f3ny {
    font-size: 2.6rem;
    font-weight: 800;
    color: var(--tx-white);
    margin-bottom: 16px;
    line-height: 1.3;
    text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}
.pqre1t8 {
    font-size: 1.15rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 32px;
    font-weight: 400;
}
.ex4gqv {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}
.rk039nj {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
}
.wnxz25p {
    text-align: center;
    color: var(--tx-white);
}
.wnxz25p strong {
    display: block;
    font-size: 1.8rem;
    font-weight: 800;
    color: var(--tx-orange);
}
.wnxz25p span {
    font-size: 0.85rem;
    opacity: 0.85;
}

/* 按钮 */
.jgxs6 {
    display: inline-block;
    padding: 12px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--tx-transition);
    text-align: center;
}
.lcm714 {
    background: linear-gradient(135deg, var(--tx-rose), var(--tx-rose-light));
    color: var(--tx-white);
    box-shadow: 0 4px 16px rgba(232,69,124,0.3);
}
.lcm714:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(232,69,124,0.4);
    color: var(--tx-white);
}
.wyhg7k {
    border: 2px solid var(--tx-white);
    color: var(--tx-white);
    background: transparent;
}
.wyhg7k:hover {
    background: var(--tx-white);
    color: var(--tx-rose);
}
.jq4vb6t {
    padding: 8px 20px;
    font-size: 0.85rem;
    border-radius: 50px;
    background: linear-gradient(135deg, var(--tx-rose), var(--tx-rose-light));
    color: var(--tx-white);
}
.jq4vb6t:hover { color: var(--tx-white); opacity: 0.9; }
.yj3rn {
    padding: 8px 20px;
    font-size: 0.85rem;
    border-radius: 50px;
    border: 1px solid var(--tx-rose);
    color: var(--tx-rose);
}
.yj3rn:hover { background: var(--tx-rose); color: var(--tx-white); }

/* ========================================
   关键词标签云
   ======================================== */
.fz63b2 {
    background: var(--tx-navy);
    padding: 14px 0;
    overflow-x: auto;
    white-space: nowrap;
}
.fz63b2 .k6br8xry {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.fz63b2 a {
    display: inline-block;
    padding: 5px 16px;
    background: rgba(232,69,124,0.15);
    color: rgba(255,255,255,0.78);
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 500;
    transition: var(--tx-transition);
    white-space: nowrap;
}
.fz63b2 a:hover {
    background: var(--tx-rose);
    color: var(--tx-white);
}

/* ========================================
   通用区块
   ======================================== */
.tx-section {
    padding: 72px 0;
}
.tx-section:nth-child(even) {
    background: var(--tx-bg-light);
}
.iljb1 {
    text-align: center;
    margin-bottom: 48px;
}
.iljb1 h2 {
    font-size: 2rem;
    font-weight: 800;
    color: var(--tx-navy);
    margin-bottom: 12px;
}
.iljb1 p {
    font-size: 1rem;
    color: var(--tx-text-muted);
    max-width: 640px;
    margin: 0 auto;
}
.at1kv {
    text-align: center;
    margin-top: 40px;
}

/* ========================================
   筛选标签
   ======================================== */
.z2ywh2 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.tx-filter-tab {
    padding: 8px 22px;
    border-radius: 50px;
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--tx-text-muted);
    background: var(--tx-bg-light);
    border: 1px solid var(--tx-border);
    transition: var(--tx-transition);
}
.tx-filter-tab:hover, .tx-filter-tab.active {
    background: var(--tx-rose);
    color: var(--tx-white);
    border-color: var(--tx-rose);
}

/* ========================================
   视频卡片网格
   ======================================== */
.jmz7qjp {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.tx-video-card {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    overflow: hidden;
    box-shadow: var(--tx-shadow);
    transition: var(--tx-transition);
}
.tx-video-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--tx-shadow-hover);
}
.iohcf1y {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
}
.iohcf1y img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--tx-transition);
}
.tx-video-card:hover .iohcf1y img {
    transform: scale(1.05);
}
.tx-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: var(--tx-transition);
    cursor: pointer;
}
.tx-video-card:hover .tx-play-btn {
    opacity: 1;
}
.x69qpou {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0,0,0,0.75);
    color: var(--tx-white);
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 600;
}
.cg0w5 {
    position: absolute;
    top: 8px;
    left: 8px;
    background: var(--tx-rose);
    color: var(--tx-white);
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.72rem;
    font-weight: 600;
}
.qrw6r2y7 {
    padding: 16px;
}
.qrw6r2y7 h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--tx-navy);
    margin-bottom: 6px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.qrw6r2y7 p {
    font-size: 0.82rem;
    color: var(--tx-text-muted);
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.syvlhd {
    display: flex;
    gap: 12px;
    font-size: 0.75rem;
    color: var(--tx-text-muted);
}

/* ========================================
   影视传媒模块
   ======================================== */
.uwuahfe {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.a5qfmkq {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 32px 24px;
    text-align: center;
    box-shadow: var(--tx-shadow);
    transition: var(--tx-transition);
    border: 1px solid var(--tx-border);
}
.a5qfmkq:hover {
    transform: translateY(-4px);
    box-shadow: var(--tx-shadow-hover);
    border-color: var(--tx-rose);
}
.p1586si7 {
    font-size: 2.4rem;
    margin-bottom: 16px;
}
.a5qfmkq h3 {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--tx-navy);
    margin-bottom: 10px;
}
.a5qfmkq p {
    font-size: 0.88rem;
    color: var(--tx-text-muted);
    line-height: 1.6;
}

/* ========================================
   AI赋能模块
   ======================================== */
.fai7mbqh { background: var(--tx-navy) !important; }
.fai7mbqh .iljb1 h2 { color: var(--tx-white); }
.fai7mbqh .iljb1 p { color: rgba(255,255,255,0.65); }
.drxpg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ibk5i1p3 {
    background: var(--tx-navy-light);
    border-radius: var(--tx-radius);
    padding: 32px 24px;
    border: 1px solid rgba(232,69,124,0.2);
    transition: var(--tx-transition);
}
.ibk5i1p3:hover {
    border-color: var(--tx-rose);
    transform: translateY(-4px);
}
.ivk4za {
    font-size: 2rem;
    font-weight: 900;
    color: var(--tx-rose);
    margin-bottom: 12px;
}
.ibk5i1p3 h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tx-white);
    margin-bottom: 10px;
}
.ibk5i1p3 p {
    font-size: 0.85rem;
    color: rgba(255,255,255,0.6);
    line-height: 1.6;
}

/* ========================================
   娱乐专区
   ======================================== */
.kso52dby {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 24px;
}
.s1jc9 {
    position: relative;
    border-radius: var(--tx-radius);
    overflow: hidden;
    aspect-ratio: 4/3;
}
.x3onnc {
    grid-row: span 2;
    aspect-ratio: auto;
}
.s1jc9 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--tx-transition);
}
.s1jc9:hover img { transform: scale(1.05); }
.x27pg9o {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(15,18,37,0.85) 0%, transparent 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 28px;
}
.x27pg9o h3 {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--tx-white);
    margin-bottom: 8px;
}
.x27pg9o p {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.75);
    margin-bottom: 14px;
}

/* ========================================
   社区功能
   ======================================== */
.m3y306g3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.ez0qnq {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 28px;
    text-align: center;
    box-shadow: var(--tx-shadow);
    transition: var(--tx-transition);
    border-bottom: 3px solid transparent;
}
.ez0qnq:hover {
    border-bottom-color: var(--tx-rose);
    transform: translateY(-4px);
}
.pgjq4bn7 {
    font-size: 2rem;
    display: block;
    margin-bottom: 12px;
}
.ez0qnq h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tx-navy);
    margin-bottom: 8px;
}
.ez0qnq p {
    font-size: 0.85rem;
    color: var(--tx-text-muted);
}

/* ========================================
   专家展示
   ======================================== */
.tshj02q3 { background: var(--tx-bg-light) !important; }
.hs4y8bgr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.ocsebj {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 36px 28px;
    text-align: center;
    box-shadow: var(--tx-shadow);
    transition: var(--tx-transition);
}
.ocsebj:hover {
    transform: translateY(-4px);
    box-shadow: var(--tx-shadow-hover);
}
.ocsebj img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid var(--tx-rose);
}
.ocsebj h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--tx-navy);
    margin-bottom: 4px;
}
.az9ep5r {
    display: inline-block;
    padding: 3px 14px;
    background: rgba(232,69,124,0.1);
    color: var(--tx-rose);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 12px;
}
.ocsebj p {
    font-size: 0.88rem;
    color: var(--tx-text-muted);
    margin-bottom: 16px;
    line-height: 1.6;
}
.c3m02n {
    display: flex;
    gap: 10px;
    justify-content: center;
}

/* ========================================
   合作品牌
   ======================================== */
.slixysl5 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    margin-bottom: 48px;
}
.x7pv1m {
    padding: 16px 32px;
    background: var(--tx-white);
    border-radius: var(--tx-radius-sm);
    font-weight: 600;
    color: var(--tx-navy);
    box-shadow: var(--tx-shadow);
    border: 1px solid var(--tx-border);
    transition: var(--tx-transition);
}
.x7pv1m:hover {
    border-color: var(--tx-rose);
    color: var(--tx-rose);
}

/* How-To 步骤 */
.t1qrpqg {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 40px;
    box-shadow: var(--tx-shadow);
}
.t1qrpqg h3 {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--tx-navy);
    text-align: center;
    margin-bottom: 32px;
}
.gjn0e9 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}
.arjfsp {
    text-align: center;
}
.j7mwbdj {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--tx-rose), var(--tx-rose-light));
    color: var(--tx-white);
    font-size: 1.3rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}
.arjfsp h4 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tx-navy);
    margin-bottom: 8px;
}
.arjfsp p {
    font-size: 0.88rem;
    color: var(--tx-text-muted);
    line-height: 1.6;
}

/* ========================================
   用户评价
   ======================================== */
.k926f {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.stafr {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 28px;
    box-shadow: var(--tx-shadow);
    border-left: 4px solid var(--tx-rose);
    transition: var(--tx-transition);
}
.stafr:hover { transform: translateY(-3px); }
.d4ianh {
    color: var(--tx-orange);
    font-size: 1.1rem;
    margin-bottom: 12px;
    letter-spacing: 2px;
}
.cbi8sv3 {
    font-size: 0.92rem;
    color: var(--tx-text);
    line-height: 1.7;
    margin-bottom: 16px;
    font-style: italic;
}
.di15s602 strong {
    display: block;
    font-size: 0.9rem;
    color: var(--tx-navy);
}
.di15s602 span {
    font-size: 0.78rem;
    color: var(--tx-text-muted);
}

/* ========================================
   FAQ
   ======================================== */
.sgkoimxy {
    max-width: 800px;
    margin: 0 auto;
}
.tx-faq-item {
    border: 1px solid var(--tx-border);
    border-radius: var(--tx-radius-sm);
    margin-bottom: 12px;
    overflow: hidden;
    background: var(--tx-white);
}
.tx-faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    font-size: 1rem;
    font-weight: 600;
    color: var(--tx-navy);
    text-align: left;
    transition: var(--tx-transition);
}
.tx-faq-question:hover { color: var(--tx-rose); }
.a6oho4ra {
    transition: var(--tx-transition);
    flex-shrink: 0;
}
.tx-faq-item.active .a6oho4ra {
    transform: rotate(180deg);
}
.wf7xezgu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}
.tx-faq-item.active .wf7xezgu {
    max-height: 300px;
}
.wf7xezgu p {
    padding: 0 24px 18px;
    font-size: 0.92rem;
    color: var(--tx-text-muted);
    line-height: 1.7;
}

/* ========================================
   联系我们
   ======================================== */
.j1xlg5d {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}
.vin0iika {
    background: var(--tx-white);
    border-radius: var(--tx-radius);
    padding: 32px;
    box-shadow: var(--tx-shadow);
}
.vin0iika h4 {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--tx-navy);
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--tx-rose);
}
.vin0iika p {
    font-size: 0.92rem;
    color: var(--tx-text);
    margin-bottom: 8px;
    line-height: 1.6;
}
.u00ytjl0 {
    display: flex;
    gap: 20px;
    margin-top: 12px;
}
.ca8ekd3f {
    text-align: center;
}
.ca8ekd3f img {
    border-radius: var(--tx-radius-sm);
    border: 1px solid var(--tx-border);
    margin: 0 auto;
}
.ca8ekd3f span {
    display: block;
    font-size: 0.8rem;
    color: var(--tx-text-muted);
    margin-top: 6px;
}

/* ========================================
   底部
   ======================================== */
.ivqzn {
    background: var(--tx-bg-dark);
    color: rgba(255,255,255,0.7);
    padding: 56px 0 0;
}
.nkokz9ar { margin-bottom: 40px; }
.n3yal {
    text-align: center;
    margin-bottom: 40px;
}
.n3yal img { margin: 0 auto; }
.rp8hw1 {
    font-size: 0.88rem;
    color: rgba(255,255,255,0.5);
    margin-top: 10px;
}
.jg818v {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}
.i06fvi5w h3 {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--tx-white);
    margin-bottom: 14px;
}
.i06fvi5w p {
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 6px;
}
.fboekzpb li { margin-bottom: 8px; }
.fboekzpb a {
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
}
.fboekzpb a:hover { color: var(--tx-rose); }
.yaj8nj {
    text-align: center;
    padding: 24px 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    border-bottom: 1px solid rgba(255,255,255,0.08);
}
.yaj8nj span {
    font-size: 0.88rem;
    margin-right: 12px;
}
.zabv4tvi {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(232,69,124,0.15);
    color: rgba(255,255,255,0.75);
    border-radius: 20px;
    font-size: 0.82rem;
    margin: 4px;
    transition: var(--tx-transition);
}
.zabv4tvi:hover {
    background: var(--tx-rose);
    color: var(--tx-white);
}
.xt6qf0 {
    text-align: center;
    padding: 20px 0;
    font-size: 0.82rem;
    color: rgba(255,255,255,0.4);
}

/* ========================================
   视频弹窗
   ======================================== */
.rstcz34 {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.85);
    align-items: center;
    justify-content: center;
}
.rstcz34.active { display: flex; }
.ix5mss {
    width: 90%;
    max-width: 900px;
    position: relative;
}
.gmvi4s {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 2rem;
    color: var(--tx-white);
    cursor: pointer;
    background: none;
    border: none;
}
.vgct4t42 { border-radius: var(--tx-radius); overflow: hidden; }

/* ========================================
   内页通用
   ======================================== */
.bk22e {
    background: linear-gradient(135deg, var(--tx-navy), var(--tx-navy-light));
    padding: 60px 0 48px;
    text-align: center;
}
.bk22e h1 {
    font-size: 2.2rem;
    font-weight: 800;
    color: var(--tx-white);
    margin-bottom: 12px;
}
.bk22e p {
    font-size: 1rem;
    color: rgba(255,255,255,0.7);
}
.qsm9q {
    padding: 14px 0;
    font-size: 0.85rem;
    color: var(--tx-text-muted);
    border-bottom: 1px solid var(--tx-border);
}
.qsm9q a { color: var(--tx-rose); }
.kw00kqk {
    padding: 48px 0;
}

/* ========================================
   响应式
   ======================================== */
@media (max-width: 1024px) {
    .jmz7qjp { grid-template-columns: repeat(3, 1fr); }
    .drxpg { grid-template-columns: repeat(2, 1fr); }
    .jg818v { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .j1xv4 { display: none; }
    .j1xv4.active {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: var(--tx-white);
        padding: 16px;
        box-shadow: var(--tx-shadow);
        z-index: 999;
    }
    .f31iic9j { display: flex; }
    .l8f3ny { font-size: 1.8rem; }
    .rk039nj { gap: 20px; }
    .wnxz25p strong { font-size: 1.3rem; }
    .jmz7qjp { grid-template-columns: repeat(2, 1fr); gap: 16px; }
    .uwuahfe { grid-template-columns: 1fr; }
    .drxpg { grid-template-columns: 1fr; }
    .kso52dby { grid-template-columns: 1fr; }
    .x3onnc { grid-row: span 1; }
    .m3y306g3 { grid-template-columns: repeat(2, 1fr); }
    .hs4y8bgr { grid-template-columns: 1fr; }
    .k926f { grid-template-columns: 1fr; }
    .j1xlg5d { grid-template-columns: 1fr; }
    .gjn0e9 { grid-template-columns: 1fr; }
    .jg818v { grid-template-columns: 1fr; }
    .ex4gqv { flex-direction: column; align-items: center; }
    .tx-section { padding: 48px 0; }
    .iljb1 h2 { font-size: 1.5rem; }
}
@media (max-width: 480px) {
    .jmz7qjp { grid-template-columns: 1fr; }
    .m3y306g3 { grid-template-columns: 1fr; }
    .slixysl5 { gap: 10px; }
    .x7pv1m { padding: 10px 20px; font-size: 0.85rem; }
}
