:root {
    --bg: #0b0615;
    --bg-soft: #130822;
    --panel: rgba(32, 16, 50, 0.62);
    --panel-strong: rgba(28, 13, 45, 0.9);
    --line: rgba(255, 255, 255, 0.12);
    --line-hot: rgba(255, 71, 176, 0.4);
    --text: #fff9fd;
    --muted: #c9b8d1;
    --pink: #ff37ae;
    --pink-light: #ff82c9;
    --coral: #ff916c;
    --cyan: #70e6e2;
    --violet: #9c75ff;
    --radius: 8px;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    overflow-x: hidden;
    color: var(--text);
    background:
        linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px),
        var(--bg);
    background-size: 64px 64px;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 13% 8%, rgba(255, 55, 174, 0.16), transparent 28%),
        radial-gradient(circle at 88% 34%, rgba(112, 230, 226, 0.08), transparent 25%),
        radial-gradient(circle at 45% 72%, rgba(156, 117, 255, 0.1), transparent 28%);
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { color: inherit; }
img { display: block; max-width: 100%; }
::selection { color: #16091f; background: var(--pink-light); }

.ts-rongqi { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.ts-mokuai { position: relative; padding: 112px 0; }
.ts-mokuai-biaoqian {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: var(--pink-light);
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}
.ts-mokuai-biaoqian::before { content: ""; width: 28px; height: 1px; background: currentColor; box-shadow: 0 0 12px currentColor; }
.ts-mokuai-biaoti { max-width: 720px; margin: 0 auto; font-size: 42px; line-height: 1.18; font-weight: 800; }
.ts-mokuai-shuoming { max-width: 620px; margin: 18px 0 0; color: var(--muted); font-size: 16px; }
.ts-mokuai-toubu { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 14px; margin-bottom: 46px; text-align: center; }
.ts-mokuai-toubu .ts-mokuai-shuoming { margin: 0 auto; }

.ts-wangzhan-toubu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    border-bottom: 1px solid transparent;
    transition: background .25s ease, border-color .25s ease, backdrop-filter .25s ease;
}
.ts-wangzhan-toubu.ts-yigundong { background: rgba(11, 6, 21, 0.76); border-color: var(--line); backdrop-filter: blur(20px); }
.ts-daohang { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.ts-pinpai { display: flex; align-items: center; gap: 11px; min-width: max-content; font-size: 20px; font-weight: 850; }
.ts-pinpai img { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; object-fit: cover; box-shadow: 0 0 24px rgba(255,55,174,.22); }
.ts-pinpai b { color: var(--pink-light); font-weight: 850; }
.ts-daohang-lianjie { display: flex; align-items: center; gap: 30px; color: #dbcfe1; font-size: 14px; font-weight: 650; }
.ts-daohang-lianjie a { transition: color .2s ease; }
.ts-daohang-lianjie a:hover { color: #fff; }
.ts-daohang-anniu, .ts-zhu-anniu, .ts-ci-anniu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 46px;
    padding: 0 20px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 800;
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ts-daohang-anniu, .ts-zhu-anniu { color: #1b0818; background: linear-gradient(110deg, var(--pink) 0%, #ff72b7 48%, var(--coral) 100%); box-shadow: 0 10px 32px rgba(255,55,174,.28), inset 0 1px rgba(255,255,255,.5); }
.ts-daohang-anniu:hover, .ts-zhu-anniu:hover { transform: translateY(-2px); box-shadow: 0 15px 40px rgba(255,55,174,.38), inset 0 1px rgba(255,255,255,.55); }
.ts-ci-anniu { border: 1px solid var(--line); background: rgba(255,255,255,.055); backdrop-filter: blur(16px); }
.ts-ci-anniu:hover { transform: translateY(-2px); border-color: rgba(255,255,255,.3); }
.ts-caidan-kaiguan { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.05); cursor: pointer; }
.ts-caidan-kaiguan span, .ts-caidan-kaiguan::before, .ts-caidan-kaiguan::after { content: ""; display: block; width: 18px; height: 2px; margin: 4px auto; background: #fff; transition: transform .2s ease, opacity .2s ease; }

.ts-shouping { min-height: 790px; padding: 150px 0 88px; display: grid; align-items: center; }
.ts-shouping-buju { display: grid; grid-template-columns: minmax(0, .92fr) minmax(480px, 1.08fr); align-items: center; gap: 52px; }
.ts-shouping-biaoqian { display: inline-flex; align-items: center; gap: 10px; min-height: 34px; padding: 0 12px; border: 1px solid rgba(255,130,201,.24); border-radius: 999px; background: rgba(255,55,174,.08); color: #ffd5ec; font-size: 13px; font-weight: 750; }
.ts-shouping-biaoqian i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 14px var(--pink); animation: pulse 2s ease-in-out infinite; }
.ts-shouping h1 { margin: 24px 0 22px; max-width: 650px; font-size: 62px; line-height: 1.05; font-weight: 900; }
.ts-shouping h1 span { color: transparent; background: linear-gradient(100deg, #fff 0%, var(--pink-light) 38%, var(--coral) 74%, #fff1e9 100%); -webkit-background-clip: text; background-clip: text; filter: drop-shadow(0 0 24px rgba(255,55,174,.16)); }
.ts-shouping-wenan { max-width: 560px; margin: 0; color: var(--muted); font-size: 18px; }
.ts-shouping-anniu { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.ts-shouping-anniu .ts-zhu-anniu, .ts-shouping-anniu .ts-ci-anniu { min-height: 54px; padding: 0 25px; }
.ts-anniu-jiantou { font-size: 19px; transition: transform .2s ease; }
.ts-zhu-anniu:hover .ts-anniu-jiantou { transform: translateX(3px); }
.ts-shouping-beizhu { display: flex; align-items: center; gap: 13px; margin-top: 30px; color: #aa99b4; font-size: 13px; }
.ts-touxiang-zu { display: flex; }
.ts-touxiang-zu span { display: grid; place-items: center; width: 30px; height: 30px; margin-right: -7px; border: 2px solid var(--bg); border-radius: 50%; font-size: 11px; font-weight: 850; }
.ts-touxiang-zu span:nth-child(1) { background: #ff64b8; }
.ts-touxiang-zu span:nth-child(2) { background: #8d70ff; }
.ts-touxiang-zu span:nth-child(3) { color: #142322; background: #70e6e2; }

.ts-shouping-shijue { position: relative; height: 590px; isolation: isolate; }
.ts-jinshu-guanghuan { position: absolute; inset: 42px 34px 36px 48px; border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%; background: conic-gradient(from 130deg, #fff, #65516d 10%, #f6a8cf 18%, #43294e 30%, #ff94c8 41%, #f5f1ff 49%, #493652 61%, #7ee1e0 74%, #fceaff 84%, #6f4a69 93%, #fff); filter: drop-shadow(0 0 44px rgba(255,55,174,.2)); animation: liquid 9s ease-in-out infinite alternate; }
.ts-jinshu-guanghuan::after { content: ""; position: absolute; inset: 10px; border-radius: inherit; background: #10071d; box-shadow: inset 0 0 60px rgba(255,55,174,.2); }
.ts-duihua-guidao { position: absolute; z-index: 2; inset: 76px 72px 66px 90px; overflow: hidden; border: 1px solid rgba(255,255,255,.2); border-radius: 46% 54% 45% 55% / 50% 44% 56% 50%; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.035)); box-shadow: inset 0 1px rgba(255,255,255,.34), var(--shadow); backdrop-filter: blur(24px); }
.ts-duihua-guidao::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 38% 20%, rgba(255,91,181,.2), transparent 38%), radial-gradient(circle at 78% 74%, rgba(112,230,226,.1), transparent 32%); }
.ts-juese-hexin { position: absolute; z-index: 3; top: 108px; left: 50%; width: 178px; transform: translateX(-50%); text-align: center; }
.ts-juese-hexin img { width: 112px; height: 112px; margin: 0 auto 13px; border: 2px solid rgba(255,255,255,.62); border-radius: 50%; object-fit: cover; object-position: top; box-shadow: 0 0 0 8px rgba(255,255,255,.055), 0 0 36px rgba(255,55,174,.36); }
.ts-juese-hexin strong { display: block; font-size: 17px; }
.ts-juese-hexin small { color: #bcabbf; font-size: 12px; }
.ts-zaixian-guangdian { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #7af0ca; box-shadow: 0 0 10px #7af0ca; }
.ts-duihua-qipao { position: absolute; z-index: 4; max-width: 240px; padding: 14px 17px; border: 1px solid rgba(255,255,255,.14); border-radius: 18px 18px 18px 4px; color: #f9f3fb; background: rgba(29,15,43,.73); box-shadow: 0 14px 34px rgba(0,0,0,.25); backdrop-filter: blur(16px); font-size: 13px; animation: float 5s ease-in-out infinite; }
.ts-duihua-qipao-yi { top: 286px; left: 2px; }
.ts-duihua-qipao-er { right: 0; bottom: 94px; color: #230a1d; background: linear-gradient(120deg, #ff55b4, #ff9b79); border-radius: 18px 18px 4px 18px; animation-delay: -2s; }
.ts-duihua-qipao-san { left: 94px; bottom: 24px; animation-delay: -3.5s; }
.ts-zhuangtai-biaoqian { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; min-height: 36px; padding: 0 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: #e9ddeb; background: rgba(22,12,34,.68); backdrop-filter: blur(14px); font-size: 11px; font-weight: 750; }
.ts-zhuangtai-biaoqian i { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); }
.ts-zhuangtai-biaoqian-yi { top: 88px; right: 8px; }
.ts-zhuangtai-biaoqian-er { left: 20px; top: 194px; }
.ts-xingguang { position: absolute; z-index: 1; width: 4px; height: 4px; border-radius: 50%; background: #fff; box-shadow: 0 0 14px 4px var(--pink-light); }
.ts-xingguang.ts-xingguang-yi { top: 46px; left: 30%; }
.ts-xingguang.ts-xingguang-er { top: 38%; right: 14px; background: var(--cyan); box-shadow: 0 0 14px 4px var(--cyan); }
.ts-xingguang.ts-xingguang-san { bottom: 76px; left: 36px; background: var(--coral); box-shadow: 0 0 14px 4px var(--coral); }

.ts-chanpin { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(19, 8, 34, .62); }
.ts-chanpin-buju { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.ts-chanpin-kapian { position: relative; aspect-ratio: .72; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: #170a2a; box-shadow: 0 20px 50px rgba(0,0,0,.24); }
.ts-chanpin-kapian::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(9,4,16,.24) 66%, rgba(9,4,16,.96) 100%); }
.ts-chanpin-kapian img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, filter .55s ease; }
.ts-chanpin-kapian:hover img { transform: scale(1.035); filter: saturate(1.08); }
.ts-chanpin-shuoming { position: absolute; z-index: 2; right: 18px; bottom: 18px; left: 18px; }
.ts-chanpin-shuoming strong { display: block; margin-bottom: 3px; font-size: 18px; }
.ts-chanpin-shuoming span { color: #cbbbd0; font-size: 12px; }
.ts-kapian-xuhao { position: absolute; z-index: 2; top: 14px; right: 14px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; background: rgba(11,6,21,.45); backdrop-filter: blur(12px); font-size: 11px; font-weight: 850; }

.ts-youshi-buju { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.ts-youshi-xiang { min-height: 250px; padding: 36px 32px; background: linear-gradient(145deg, rgba(31,15,47,.94), rgba(18,9,30,.94)); transition: background .25s ease; }
.ts-youshi-xiang:hover { background: linear-gradient(145deg, rgba(47,20,64,.96), rgba(23,10,37,.96)); }
.ts-youshi-tubiao { display: grid; place-items: center; width: 48px; height: 48px; margin-bottom: 27px; border: 1px solid rgba(255,130,201,.22); border-radius: 8px; color: var(--pink-light); background: linear-gradient(145deg, rgba(255,255,255,.12), rgba(255,55,174,.06)); box-shadow: inset 0 1px rgba(255,255,255,.17), 0 0 24px rgba(255,55,174,.08); font-size: 21px; }
.ts-youshi-xiang:nth-child(3n+2) .ts-youshi-tubiao { color: var(--cyan); border-color: rgba(112,230,226,.2); }
.ts-youshi-xiang:nth-child(3n) .ts-youshi-tubiao { color: var(--coral); border-color: rgba(255,145,108,.2); }
.ts-youshi-xiang .ts-neirong-biaoti { margin: 0 0 10px; font-size: 19px; font-weight: 700; }
.ts-youshi-xiang p { margin: 0; color: var(--muted); font-size: 14px; }

.ts-liucheng { overflow: hidden; background: linear-gradient(180deg, rgba(20,9,34,.35), rgba(20,9,34,.82)); }
.ts-liucheng .ts-mokuai-toubu { margin-bottom: 0; }
.ts-shijianzhou { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; margin-top: 62px; }
.ts-shijianzhou::before { content: ""; position: absolute; top: 29px; right: 10%; left: 10%; height: 1px; background: linear-gradient(90deg, var(--pink), var(--violet), var(--cyan), var(--coral)); box-shadow: 0 0 18px rgba(255,55,174,.34); }
.ts-buzhou { position: relative; z-index: 1; }
.ts-buzhou-biaoji { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 28px; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; color: #1b0a19; background: linear-gradient(135deg, #fff 0%, var(--pink-light) 52%, var(--coral) 100%); box-shadow: 0 0 0 8px var(--bg-soft), 0 0 30px rgba(255,55,174,.32); font-size: 12px; font-weight: 900; }
.ts-buzhou:nth-child(2) .ts-buzhou-biaoji { background: linear-gradient(135deg, #fff, #c5b0ff 50%, var(--violet)); }
.ts-buzhou:nth-child(3) .ts-buzhou-biaoji { background: linear-gradient(135deg, #fff, #a7f3ef 55%, var(--cyan)); }
.ts-buzhou:nth-child(4) .ts-buzhou-biaoji { background: linear-gradient(135deg, #fff, #ffc0a6 55%, var(--coral)); }
.ts-buzhou small { color: var(--pink-light); font-size: 11px; font-weight: 850; text-transform: uppercase; }
.ts-buzhou .ts-neirong-biaoti { margin: 7px 0 10px; font-size: 20px; font-weight: 700; }
.ts-buzhou p { margin: 0; color: var(--muted); font-size: 14px; }

.ts-wenti-liebiao { width: min(900px, 100%); margin: 0 auto; border-top: 1px solid var(--line); }
details { border-bottom: 1px solid var(--line); }
summary { position: relative; display: flex; align-items: center; min-height: 80px; padding: 20px 54px 20px 0; cursor: pointer; list-style: none; font-size: 17px; font-weight: 750; }
summary::-webkit-details-marker { display: none; }
summary::before, summary::after { content: ""; position: absolute; right: 6px; width: 18px; height: 2px; background: var(--pink-light); transition: transform .22s ease; }
summary::after { transform: rotate(90deg); }
details[open] summary::after { transform: rotate(0); }
details[open] summary { color: var(--pink-light); }
.ts-wenti-daan { max-width: 650px; padding: 0 54px 25px 0; color: var(--muted); font-size: 14px; }

.ts-pingjia { border-top: 1px solid var(--line); background: rgba(17,7,31,.72); }
.ts-pingjia-pubu { columns: 3; column-gap: 18px; }
.ts-pingjia-xiang { break-inside: avoid; margin: 0 0 18px; padding: 26px; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: inset 0 1px rgba(255,255,255,.1), 0 18px 44px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.ts-pingjia-xiang:nth-child(2), .ts-pingjia-xiang:nth-child(5) { padding-bottom: 38px; }
.ts-pingfen { color: #ffae78; font-size: 13px; }
.ts-pingjia-xiang blockquote { margin: 17px 0 24px; color: #f3eaf4; font-size: 15px; line-height: 1.85; }
.ts-pingjia-yonghu { display: flex; align-items: center; gap: 12px; }
.ts-pingjia-touxiang { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 42px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; font-size: 13px; font-weight: 850; }
.ts-pingjia-touxiang.ts-fense, .ts-pingjia-touxiang.ts-meihong { background: linear-gradient(135deg, #ff82c9, #8b316b); }
.ts-pingjia-touxiang.ts-qingse, .ts-pingjia-touxiang.ts-lanse { color: #102323; background: linear-gradient(135deg, #adfffa, #4d8e9d); }
.ts-pingjia-touxiang.ts-chengse { color: #2b150e; background: linear-gradient(135deg, #ffd0ad, #e8755a); }
.ts-pingjia-touxiang.ts-zise { background: linear-gradient(135deg, #c2afff, #654bc0); }
.ts-pingjia-yonghu strong { display: block; font-size: 14px; }
.ts-pingjia-yonghu span { display: block; color: #a894af; font-size: 11px; }

.ts-jiewei { padding: 96px 0; text-align: center; }
.ts-jiewei-neirong { position: relative; overflow: hidden; padding: 74px 40px; border: 1px solid rgba(255,255,255,.17); border-radius: 8px; background: linear-gradient(125deg, rgba(255,55,174,.13), rgba(156,117,255,.09) 48%, rgba(112,230,226,.08)); box-shadow: inset 0 1px rgba(255,255,255,.14); }
.ts-jiewei-neirong::before { content: "TALKSOUL"; position: absolute; inset: 50% 0 auto; transform: translateY(-52%); color: rgba(255,255,255,.025); font-size: 146px; line-height: 1; font-weight: 950; white-space: nowrap; pointer-events: none; }
.ts-jiewei-biaoti { position: relative; max-width: 700px; margin: 0 auto 14px; font-size: 38px; line-height: 1.2; font-weight: 800; }
.ts-jiewei p { position: relative; margin: 0 auto 28px; color: var(--muted); }
.ts-jiewei .ts-zhu-anniu { position: relative; min-height: 54px; padding: 0 26px; }

footer { border-top: 1px solid var(--line); background: #08040f; }
.ts-dibu-zhuti { display: grid; grid-template-columns: 1.3fr repeat(3, .7fr); gap: 50px; padding: 64px 0 48px; }
.ts-dibu-pinpai p { max-width: 320px; margin: 18px 0 0; color: #9f8daa; font-size: 13px; }
.ts-dibu-lan .ts-neirong-biaoti { margin: 6px 0 17px; font-size: 13px; font-weight: 700; }
.ts-dibu-lan a { display: block; width: fit-content; margin: 9px 0; color: #9f8daa; font-size: 13px; transition: color .2s ease; }
.ts-dibu-lan a:hover { color: #fff; }
.ts-dibu-beizhu { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.07); color: #7f7087; font-size: 11px; }

.ts-jianru { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.ts-jianru.ts-yixianshi { opacity: 1; transform: translateY(0); }

@keyframes pulse { 50% { opacity: .55; transform: scale(.72); } }
@keyframes float { 50% { transform: translateY(-8px); } }
@keyframes liquid { 0% { border-radius: 48% 52% 44% 56% / 52% 42% 58% 48%; transform: rotate(-2deg); } 100% { border-radius: 55% 45% 54% 46% / 43% 56% 44% 57%; transform: rotate(3deg); } }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .ts-jianru { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
    .ts-rongqi { width: min(100% - 36px, 760px); }
    .ts-mokuai { padding: 90px 0; }
    .ts-daohang-lianjie { position: fixed; top: 72px; right: 18px; left: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: rgba(18,8,31,.95); box-shadow: var(--shadow); backdrop-filter: blur(24px); }
    .ts-daohang-lianjie.ts-yidakai { display: flex; }
    .ts-daohang-lianjie a { padding: 13px 12px; }
    .ts-daohang-lianjie .ts-daohang-anniu { margin-top: 8px; }
    .ts-caidan-kaiguan { display: block; }
    .ts-shouping { min-height: auto; padding: 128px 0 80px; }
    .ts-shouping-buju { grid-template-columns: 1fr; gap: 40px; }
    .ts-shouping h1 { font-size: 54px; }
    .ts-shouping-shijue { width: min(100%, 580px); margin: 0 auto; }
    .ts-chanpin-buju { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ts-youshi-buju { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .ts-shijianzhou { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 48px; }
    .ts-shijianzhou::before { display: none; }
    .ts-pingjia-pubu { columns: 2; }
    .ts-dibu-zhuti { grid-template-columns: 1.4fr repeat(3, .6fr); gap: 28px; }
}

@media (max-width: 640px) {
    .ts-rongqi { width: min(100% - 28px, 520px); }
    .ts-mokuai { padding: 76px 0; }
    .ts-mokuai-biaoti { font-size: 32px; }
    .ts-mokuai-toubu { margin-bottom: 34px; }
    .ts-daohang { min-height: 70px; }
    .ts-pinpai img { width: 38px; height: 38px; }
    .ts-pinpai { font-size: 18px; }
    .ts-shouping { padding: 112px 0 24px; }
    .ts-shouping h1 { font-size: 43px; }
    .ts-shouping-wenan { font-size: 16px; }
    .ts-shouping-anniu { align-items: stretch; flex-direction: column; }
    .ts-shouping-anniu a { width: 100%; }
    .ts-shouping-buju { gap: 20px; }
    .ts-shouping-beizhu { display: none; }
    .ts-shouping-shijue { height: 250px; margin-top: 0; }
    .ts-jinshu-guanghuan { inset: 15px 42px 0; }
    .ts-duihua-guidao { inset: 31px 65px 18px; }
    .ts-juese-hexin { top: 43px; }
    .ts-juese-hexin img { width: 70px; height: 70px; margin-bottom: 7px; }
    .ts-juese-hexin strong { font-size: 14px; }
    .ts-juese-hexin small { font-size: 10px; }
    .ts-duihua-qipao { max-width: 205px; padding: 11px 13px; font-size: 11px; }
    .ts-duihua-qipao-yi { top: 161px; left: 3px; }
    .ts-duihua-qipao-er { right: 0; bottom: 7px; }
    .ts-duihua-qipao-san { display: none; }
    .ts-zhuangtai-biaoqian-yi { top: 24px; }
    .ts-zhuangtai-biaoqian-er { left: 0; top: 119px; }
    .ts-chanpin-buju { display: flex; gap: 12px; margin-right: -14px; overflow-x: auto; padding: 0 14px 16px 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
    .ts-chanpin-buju::-webkit-scrollbar { display: none; }
    .ts-chanpin-kapian { min-width: 76vw; scroll-snap-align: start; }
    .ts-youshi-buju { grid-template-columns: 1fr; }
    .ts-youshi-xiang { min-height: 220px; padding: 30px 26px; }
    .ts-shijianzhou { grid-template-columns: 1fr; gap: 0; margin-top: 42px; }
    .ts-buzhou { display: grid; grid-template-columns: 54px 1fr; column-gap: 18px; padding-bottom: 34px; }
    .ts-buzhou::before { content: ""; position: absolute; top: 54px; bottom: 0; left: 26px; width: 1px; background: rgba(255,255,255,.14); }
    .ts-buzhou:last-child::before { display: none; }
    .ts-buzhou-biaoji { grid-row: 1 / 5; width: 52px; height: 52px; margin: 0; box-shadow: 0 0 0 6px var(--bg-soft), 0 0 24px rgba(255,55,174,.25); }
    .ts-buzhou small { margin-top: 2px; }
    .ts-buzhou .ts-neirong-biaoti { margin: 3px 0 6px; }
    .ts-pingjia-pubu { columns: 1; }
    .ts-jiewei { padding: 70px 0; }
    .ts-jiewei-neirong { padding: 54px 22px; }
    .ts-jiewei-neirong::before { font-size: 68px; }
    .ts-jiewei-biaoti { font-size: 30px; }
    .ts-dibu-zhuti { grid-template-columns: repeat(2, 1fr); }
    .ts-dibu-pinpai { grid-column: 1 / -1; }
    .ts-dibu-beizhu { flex-direction: column; }
}