/* ==========================================================================
   黄桃短剧 官方网站 - 样式表
   设计基调：暖调深色 + 黄桃渐变（果肉金橙 → 蜜桃粉），圆角小面板与网格排布
   目录：1 变量 / 2 基础 / 3 顶部导航 / 4 首屏 / 5 通用区块 / 6 产品展示
        7 剧库精选 / 8 优势亮点 / 9 使用流程 / 10 用户评价 / 11 常见问题
        12 页脚 / 13 下载弹窗 / 14 提示条 / 15 投诉按钮
        16 动态背景与光效 / 17 响应式
   ========================================================================== */

/* ------------------------------------------------------------------ 1 变量 */
:root {
    --ht-bg: #0d0906;
    --ht-bg-2: #130d09;
    --ht-panel: #1a1210;
    --ht-panel-2: #211713;
    --ht-line: rgba(255, 214, 170, .12);
    --ht-line-strong: rgba(255, 214, 170, .24);
    --ht-text: #fff6ec;
    --ht-muted: #b8a599;
    --ht-dim: #8b776a;
    --ht-peach: #ffb43d;
    --ht-peach-light: #ffd97a;
    --ht-coral: #ff7a5c;
    --ht-pink: #ff8fa3;
    --ht-leaf: #6fcf7f;
    --ht-cream: #fff1dc;
    --ht-radius: 10px;
    --ht-shadow: 0 24px 60px rgba(0, 0, 0, .45);
}

/* ------------------------------------------------------------------ 2 基础 */
* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
    color: var(--ht-text);
    background: var(--ht-bg);
    font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", system-ui, sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
svg {
    display: block;
    max-width: 100%;
}

section {
    scroll-margin-top: 90px;
}

h1,
h2,
h3,
p,
figure,
blockquote {
    margin: 0;
}

.ht-shouye h1,
.ht-biaoti-zhuti {
    text-wrap: balance;
}

button {
    font: inherit;
    color: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

/* 触屏上避免双击缩放造成的延迟，并去掉点击后的高亮块 */
a,
button,
summary,
label {
    touch-action: manipulation;
}

:focus-visible {
    outline: 2px solid var(--ht-peach);
    outline-offset: 3px;
}

.ht-kuandu,
.ht-toubu-neirong,
.ht-shouye-neirong {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}

.ht-tiaozhuan {
    position: absolute;
    left: 12px;
    top: -60px;
    z-index: 200;
    padding: 10px 18px;
    color: #2a1206;
    background: var(--ht-peach);
    border-radius: 6px;
    font-size: 13px;
    font-weight: 800;
    transition: top .2s ease;
}

.ht-tiaozhuan:focus {
    top: 12px;
}

/* 甜度图标（内联 SVG 精灵） */
.ht-tian {
    display: inline-flex;
    align-items: center;
    gap: 2px;
}

.ht-tian svg {
    width: 12px;
    height: 12px;
    fill: var(--ht-peach);
    flex: none;
}

.ht-tian svg.is-off {
    fill: rgba(255, 255, 255, .18);
}

/* 渐变"海报"底色，用于模拟剧集封面 */
.ht-g1 { background: linear-gradient(150deg, #ff9d5c, #d9476b 78%); }
.ht-g2 { background: linear-gradient(150deg, #6fa8ff, #3f4bb8 80%); }
.ht-g3 { background: linear-gradient(150deg, #ffcf5c, #f2762f 82%); }
.ht-g4 { background: linear-gradient(150deg, #ff9fc0, #b4527f 80%); }
.ht-g5 { background: linear-gradient(150deg, #7de3c3, #26807e 82%); }
.ht-g6 { background: linear-gradient(150deg, #b79bff, #5b3fc0 80%); }
.ht-g7 { background: linear-gradient(150deg, #ff8f70, #a83232 82%); }
.ht-g8 { background: linear-gradient(150deg, #8fd9ff, #2f6ea8 82%); }

.ht-haibao-xie {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(9, 5, 3, .82) 6%, rgba(9, 5, 3, .18) 46%, transparent 72%);
}

/* -------------------------------------------------------------- 3 顶部导航 */
.ht-toubu {
    position: fixed;
    inset: 0 0 auto;
    z-index: 100;
    height: 76px;
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
    border-bottom: 1px solid rgba(255, 214, 170, .08);
    background: rgba(13, 9, 6, .74);
    backdrop-filter: blur(20px) saturate(150%);
    transition: background .3s ease, height .3s ease;
}

.ht-toubu.is-scrolled {
    height: 68px;
    background: rgba(11, 7, 5, .9);
}

.ht-toubu-neirong {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 40px;
}

.ht-pinpai {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    flex: none;
}

.ht-pinpai img {
    width: 42px;
    height: 42px;
    border-radius: 11px;
    box-shadow: 0 0 26px rgba(255, 180, 61, .2);
}

.ht-pinpai span {
    font-size: 17px;
    font-weight: 800;
    letter-spacing: .5px;
}

.ht-daohang {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.ht-daohang a {
    position: relative;
    color: #c0ada0;
    font-size: 14px;
    transition: color .25s ease;
}

.ht-daohang a:hover,
.ht-daohang a.is-active {
    color: var(--ht-text);
}

.ht-daohang a.is-active:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--ht-peach), var(--ht-coral));
}

/* 移动端展开菜单时的遮罩与页面锁定 */
body.ht-nav-open {
    overflow: hidden;
}

body.ht-nav-open:after {
    content: "";
    position: fixed;
    inset: 66px 0 0;
    z-index: 90;
    background: rgba(8, 5, 3, .55);
    backdrop-filter: blur(2px);
}

.ht-toubu-anniu {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    height: 42px;
    padding: 0 18px;
    color: #2b1503;
    border-radius: 7px;
    background: linear-gradient(120deg, #ffc44f, #ffa83c);
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 10px 26px rgba(255, 168, 60, .22);
    transition: transform .25s ease, box-shadow .25s ease;
}

.ht-toubu-anniu:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255, 168, 60, .3);
}

.ht-caidan-anniu {
    display: none;
    width: 42px;
    height: 42px;
    place-items: center;
    color: var(--ht-text);
    border: 1px solid var(--ht-line);
    border-radius: 8px;
    font-size: 20px;
}

/* ------------------------------------------------------------------ 4 首屏 */
.ht-shouye {
    position: relative;
    min-height: 800px;
    padding: 150px 0 92px;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 34%, rgba(255, 168, 60, .16), transparent 30%),
        radial-gradient(circle at 12% 78%, rgba(255, 122, 92, .12), transparent 34%),
        linear-gradient(180deg, #100a07 0%, #140d09 72%, #0d0906 100%);
}

.ht-shouye:before {
    content: "";
    position: absolute;
    inset: 76px 0 0;
    opacity: .22;
    background-image:
        linear-gradient(rgba(255, 224, 190, .05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 224, 190, .05) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 84%);
    -webkit-mask-image: linear-gradient(to bottom, #000, transparent 84%);
}

.ht-shouye-guang {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.ht-shouye-guangyi {
    width: 400px;
    height: 400px;
    right: -190px;
    top: 120px;
    background: radial-gradient(circle, rgba(255, 180, 61, .18), rgba(255, 180, 61, .055) 46%, transparent 72%);
    animation: ht-huan-2 88s ease-in-out infinite;
}

.ht-shouye-guanger {
    width: 300px;
    height: 300px;
    left: -170px;
    top: 430px;
    background: radial-gradient(circle, rgba(255, 122, 92, .17), rgba(255, 122, 92, .05) 48%, transparent 74%);
    animation: ht-huan-1 102s ease-in-out infinite;
}

/* 首屏斜向光带：像投影仪的光缓缓扫过 */
.ht-shouye-guangzhu {
    position: absolute;
    top: -20%;
    left: -42%;
    z-index: 1;
    width: 34%;
    height: 140%;
    pointer-events: none;
    opacity: 0;
    will-change: transform, opacity;
    background: linear-gradient(90deg, transparent, rgba(255, 214, 160, .075) 42%, rgba(255, 180, 61, .05) 62%, transparent);
    animation: ht-guangzhu 27s ease-in-out infinite;
}

@keyframes ht-guangzhu {
    0% { transform: translate3d(0, 0, 0) rotate(15deg); opacity: 0; }
    10% { opacity: .9; }
    62% { opacity: .9; }
    76%, 100% { transform: translate3d(430%, 0, 0) rotate(15deg); opacity: 0; }
}

.ht-shouye-neirong {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .94fr) minmax(440px, 1.06fr);
    align-items: center;
    gap: 54px;
}

.ht-shouye-biaoqian {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 13px;
    color: #ffdca6;
    border: 1px solid rgba(255, 180, 61, .28);
    border-radius: 999px;
    background: rgba(255, 180, 61, .08);
    font-size: 12px;
    font-weight: 700;
}

.ht-shouye-biaoqian i {
    color: var(--ht-peach);
    font-size: 15px;
}

.ht-shouye h1 {
    margin: 24px 0 20px;
    font-size: clamp(44px, 5vw, 70px);
    font-weight: 900;
    line-height: 1.14;
    letter-spacing: 0;
}

.ht-shouye h1 span {
    color: transparent;
    background: linear-gradient(92deg, #ffb43d, #ff8f6b 62%, #ff9fb0);
    -webkit-background-clip: text;
    background-clip: text;
}

.ht-shouye-wenan > p {
    max-width: 540px;
    color: var(--ht-muted);
    font-size: 16px;
    line-height: 1.9;
}

.ht-shouye-shuju {
    display: flex;
    gap: 34px;
    margin: 30px 0 34px;
}

.ht-shouye-shuju div {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 32px;
    border-right: 1px solid var(--ht-line);
}

.ht-shouye-shuju div:last-child {
    padding-right: 0;
    border-right: 0;
}

.ht-shouye-shuju strong {
    font-family: Arial, "Microsoft YaHei", sans-serif;
    font-size: 21px;
    background: linear-gradient(90deg, #fff3e2, #ffc866);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.ht-shouye-shuju span {
    color: var(--ht-dim);
    font-size: 12px;
}

.ht-shouye-anniu {
    display: flex;
    gap: 12px;
}

.ht-anniu {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    border: 1px solid var(--ht-line);
    border-radius: 8px;
    transition: transform .25s ease, border-color .25s ease, background .25s ease;
}

.ht-anniu:hover {
    transform: translateY(-3px);
}

.ht-anniu > i:first-child {
    font-size: 24px;
}

.ht-anniu > i:last-child {
    margin-left: auto;
}

.ht-anniu span {
    display: flex;
    flex-direction: column;
    font-size: 15px;
    font-weight: 800;
}

.ht-anniu small {
    margin-bottom: 1px;
    font-size: 10px;
    font-weight: 600;
    opacity: .62;
}

.ht-anniu-zhu {
    min-width: 228px;
    color: #2b1503;
    border-color: transparent;
    background: linear-gradient(120deg, #ffc44f, #ffa02f 72%, #ff8a5c);
    box-shadow: 0 18px 40px rgba(255, 150, 60, .22);
}

.ht-anniu-ci {
    min-width: 190px;
    background: rgba(255, 255, 255, .045);
    backdrop-filter: blur(14px);
}

.ht-shouye-yangji {
    position: relative;
    height: 565px;
    perspective: 1400px;
}

.ht-yangji-guang {
    position: absolute;
    width: 430px;
    height: 430px;
    top: 66px;
    left: 80px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 180, 61, .18), rgba(255, 122, 92, .08) 46%, transparent 70%);
    filter: blur(14px);
}

.ht-shouji {
    position: absolute;
    padding: 8px;
    overflow: hidden;
    border: 1px solid rgba(255, 226, 195, .16);
    border-radius: 34px;
    background: #120c09;
    box-shadow: 0 42px 80px rgba(0, 0, 0, .58), inset 0 0 0 1px rgba(255, 255, 255, .04);
}

.ht-shouji-pingmu {
    position: relative;
    height: 100%;
    overflow: hidden;
    border-radius: 27px;
    background: linear-gradient(180deg, #1c1310, #100a08);
}

.ht-shouji-liuhai {
    position: absolute;
    z-index: 4;
    top: 12px;
    left: 50%;
    width: 74px;
    height: 18px;
    transform: translateX(-50%);
    border-radius: 20px;
    background: #080505;
}

.ht-shouji-hou {
    width: 238px;
    height: 486px;
    right: 16px;
    top: 20px;
    transform: rotate(7deg) translateZ(-20px);
    opacity: .74;
}

.ht-shouji-qian {
    width: 260px;
    height: 528px;
    left: 88px;
    top: 8px;
    transform: rotate(-4deg) translateZ(30px);
}

.ht-yangji-piaofu {
    position: absolute;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 13px 16px;
    border: 1px solid var(--ht-line-strong);
    border-radius: 9px;
    background: rgba(28, 19, 15, .82);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}

.ht-yangji-piaofu i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    font-size: 19px;
}

.ht-yangji-piaofu span {
    display: flex;
    flex-direction: column;
    color: var(--ht-dim);
    font-size: 10px;
}

.ht-yangji-piaofu strong {
    color: var(--ht-text);
    font-size: 14px;
}

.ht-yangji-piaofuyi {
    right: -6px;
    top: 108px;
}

.ht-yangji-piaofuyi i {
    color: #ff9a7d;
    background: rgba(255, 122, 92, .16);
}

.ht-yangji-piaofuer {
    left: 6px;
    bottom: 72px;
}

.ht-yangji-piaofuer i {
    color: #ffd07a;
    background: rgba(255, 180, 61, .16);
}

.ht-yangji-biaozhi {
    position: absolute;
    z-index: 6;
    right: 34px;
    bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 13px 9px 9px;
    color: #ddcabc;
    border: 1px solid var(--ht-line);
    border-radius: 8px;
    background: rgba(13, 9, 6, .82);
    font-size: 12px;
}

.ht-yangji-biaozhi img {
    width: 32px;
    height: 32px;
    border-radius: 8px;
}

/* 手机内的模拟界面 */
.ht-moni {
    height: 100%;
    padding: 42px 13px 14px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.ht-moni-tou {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f3e6da;
    font-size: 8px;
}

.ht-moni-tou strong {
    font-size: 13px;
    letter-spacing: .5px;
}

.ht-moni-sousuo {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 9px;
    color: var(--ht-dim);
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    font-size: 9px;
}

.ht-moni-chips {
    display: flex;
    gap: 6px;
    overflow: hidden;
}

.ht-moni-chip {
    flex: none;
    padding: 4px 10px;
    color: #cbb9ab;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 999px;
    background: rgba(255, 255, 255, .04);
    font-size: 9px;
}

.ht-moni-chip.is-active {
    color: #35190a;
    border-color: transparent;
    background: linear-gradient(120deg, #ffc44f, #ff9a3c);
    font-weight: 800;
}

.ht-moni-wangge {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 9px;
}

.ht-moni-xiang {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.ht-moni-xiang .ht-haibao {
    position: relative;
    aspect-ratio: 3 / 4.1;
    overflow: hidden;
    border-radius: 8px;
}

.ht-moni-xiang .ht-haibao b {
    position: absolute;
    z-index: 2;
    left: 7px;
    bottom: 7px;
    right: 7px;
    color: #fff;
    font-size: 10px;
    line-height: 1.3;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .6);
}

.ht-moni-xiang small {
    color: var(--ht-dim);
    font-size: 8px;
}

.ht-moni-liebiao {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ht-moni-hang {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ht-moni-hang > b {
    width: 13px;
    color: var(--ht-peach);
    font: 800 11px Arial, sans-serif;
}

.ht-moni-hang .ht-suolue {
    width: 36px;
    height: 48px;
    flex: none;
    border-radius: 6px;
}

.ht-moni-hang > div {
    flex: 1;
    min-width: 0;
}

.ht-moni-hang strong {
    display: block;
    color: #f4e8dc;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ht-moni-hang small {
    color: var(--ht-dim);
    font-size: 8px;
}

.ht-moni-jindutiao {
    height: 3px;
    margin-top: 6px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .12);
}

.ht-moni-jindutiao i {
    display: block;
    height: 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--ht-peach), var(--ht-coral));
}

/* -------------------------------------------------------------- 5 通用区块 */
.ht-qukuai {
    padding: 112px 0;
}

.ht-biaoti {
    margin-bottom: 50px;
}

.ht-biaoti-xuhao {
    display: block;
    margin-bottom: 14px;
    color: var(--ht-peach);
    font: 800 12px Arial, sans-serif;
    letter-spacing: 1px;
}

.ht-biaoti-zhuti {
    font-size: clamp(30px, 3.2vw, 45px);
    font-weight: 900;
    line-height: 1.22;
}

.ht-biaoti p {
    color: var(--ht-muted);
    line-height: 1.85;
}

.ht-biaoti-shuanglan {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 50px;
}

.ht-biaoti-shuanglan p {
    max-width: 430px;
    margin-bottom: 4px;
}

.ht-biaoti-juzhong {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.ht-biaoti-juzhong p {
    margin-top: 16px;
}

/* ------------------------------------------------------------ 6 产品展示 */
.ht-zhanshi {
    background: var(--ht-bg-2);
}

.ht-zhanshi-liebiao {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 17px;
}

.ht-zhanshi-xiang {
    padding: 9px;
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: var(--ht-panel);
    transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.ht-zhanshi-xiang:hover {
    transform: translateY(-7px);
    border-color: var(--ht-line-strong);
    box-shadow: var(--ht-shadow);
}

.ht-pingmu {
    position: relative;
    aspect-ratio: 360 / 690;
    overflow: hidden;
    border-radius: 6px;
    background: linear-gradient(180deg, #221712, #130d0a);
}

.ht-pingmu .ht-moni {
    padding: 30px 12px 12px;
    gap: 9px;
}

.ht-pingmu:after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    pointer-events: none;
    background: linear-gradient(to top, rgba(13, 9, 6, .72), transparent);
}

.ht-pingmu-zhuanlan {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 12px;
}

.ht-pingmu-zhuanlan b {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 13px;
}

.ht-pingmu-zhuanlan small {
    position: relative;
    z-index: 2;
    margin-left: auto;
    color: #ffe7cd;
    font-size: 9px;
}

.ht-pingmu-geren {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ht-pingmu-touxiang {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: #35190a;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd15e, #ff8f5c);
    font-size: 13px;
    font-weight: 900;
}

.ht-pingmu-geren strong {
    display: block;
    font-size: 11px;
}

.ht-pingmu-geren small {
    color: var(--ht-dim);
    font-size: 8px;
}

.ht-pingmu-shuju {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    padding: 10px 0;
    border: 1px solid rgba(255, 255, 255, .06);
    border-radius: 8px;
    background: rgba(255, 255, 255, .03);
}

.ht-pingmu-shuju div {
    text-align: center;
}

.ht-pingmu-shuju strong {
    display: block;
    font: 800 12px Arial, sans-serif;
    color: #ffe0b0;
}

.ht-pingmu-shuju span {
    color: var(--ht-dim);
    font-size: 8px;
}

/* 追剧主页里的"继续观看"卡片 */
.ht-pingmu-jixu {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 9px;
    background: rgba(255, 255, 255, .03);
}

.ht-pingmu-jixu .ht-suolue {
    width: 44px;
    height: 58px;
    flex: none;
    border-radius: 7px;
}

.ht-pingmu-jixu > div {
    flex: 1;
    min-width: 0;
}

.ht-pingmu-jixu strong {
    display: block;
    color: #f4e8dc;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ht-pingmu-jixu small {
    color: var(--ht-dim);
    font-size: 8px;
}

.ht-zhanshi-xiang figcaption {
    position: relative;
    min-height: 76px;
    padding: 14px 8px 4px 42px;
    display: flex;
    flex-direction: column;
}

.ht-zhanshi-xiang figcaption > span {
    position: absolute;
    left: 4px;
    top: 15px;
    color: rgba(255, 214, 170, .3);
    font: 800 24px Arial, sans-serif;
}

.ht-zhanshi-xiang strong {
    font-size: 15px;
}

.ht-zhanshi-xiang small {
    margin-top: 6px;
    color: var(--ht-dim);
    font-size: 11px;
}

/* 横向滑动画廊的提示（仅横向滑动布局下显示） */
.ht-zhanshi-tishi {
    display: none;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
    color: var(--ht-dim);
    font-size: 12px;
}

.ht-zhanshi-tishi i {
    color: var(--ht-peach);
    font-size: 15px;
}

.ht-zhanshi-tishi.is-hidden {
    display: none;
}

.ht-zhanshi-xiangyi,
.ht-zhanshi-xiangsan {
    margin-top: 28px;
}

.ht-zhanshi-xianger,
.ht-zhanshi-xiangsi {
    margin-bottom: 28px;
}

/* ------------------------------------------------------------ 7 剧库精选 */
.ht-juku {
    background: linear-gradient(180deg, #0d0906, #120c09);
}

.ht-juku-liebiao {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.ht-jumu {
    padding: 10px;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, .018);
    transition: transform .3s ease, border-color .3s ease;
}

.ht-jumu:hover {
    transform: translateY(-6px);
    border-color: rgba(255, 180, 61, .34);
}

.ht-jumu-haibao {
    position: relative;
    aspect-ratio: 3 / 3.9;
    overflow: hidden;
    border-radius: 7px;
    display: flex;
    align-items: flex-end;
    padding: 12px;
}

.ht-jumu-haibao b {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    text-shadow: 0 2px 10px rgba(0, 0, 0, .55);
}

.ht-jumu-biaoqian {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    padding: 4px 9px;
    color: #ffe6c2;
    border-radius: 999px;
    background: rgba(12, 7, 4, .55);
    backdrop-filter: blur(8px);
    font-size: 10px;
}

.ht-jumu-tian {
    position: absolute;
    z-index: 2;
    top: 11px;
    right: 10px;
    padding: 4px 8px 4px 6px;
    border-radius: 999px;
    background: rgba(12, 7, 4, .55);
    backdrop-filter: blur(8px);
}

.ht-jumu-tian .ht-tian svg {
    width: 10px;
    height: 10px;
}

.ht-jumu-wenan {
    padding: 12px 4px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ht-jumu-wenan span {
    color: var(--ht-dim);
    font-size: 12px;
}

.ht-jumu-wenan small {
    color: var(--ht-peach);
    font-size: 12px;
    font-weight: 700;
}

.ht-juku-jiaobu {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 26px;
    border: 1px dashed var(--ht-line-strong);
    border-radius: var(--ht-radius);
    color: var(--ht-muted);
    font-size: 14px;
}

.ht-juku-jiaobu a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ht-peach);
    font-weight: 800;
}

/* ------------------------------------------------------------ 8 优势亮点 */
.ht-liangdian {
    background: linear-gradient(180deg, #0d0906, #140e0a);
}

.ht-liangdian-wangge {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--ht-line);
    border-left: 1px solid var(--ht-line);
}

.ht-liangdian-xiang {
    position: relative;
    min-height: 262px;
    padding: 36px;
    overflow: hidden;
    border-right: 1px solid var(--ht-line);
    border-bottom: 1px solid var(--ht-line);
    background: rgba(255, 255, 255, .012);
    transition: background .3s ease;
}

.ht-liangdian-xiang:hover {
    background-color: rgba(255, 180, 61, .05);
    background-image: radial-gradient(240px circle at var(--ht-mx, 50%) var(--ht-my, 50%), rgba(255, 180, 61, .13), transparent 62%);
}

.ht-liangdian-bianhao {
    position: absolute;
    top: 24px;
    right: 26px;
    color: rgba(255, 214, 170, .18);
    font: 700 13px Arial, sans-serif;
}

.ht-liangdian-tubiao {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 12px;
    font-size: 24px;
}

.ht-tubiao-tao { color: #ffbe52; background: rgba(255, 180, 61, .14); }
.ht-tubiao-fen { color: #ff9db2; background: rgba(255, 143, 163, .14); }
.ht-tubiao-cheng { color: #ff9a72; background: rgba(255, 122, 92, .14); }
.ht-tubiao-zi { color: #be9dff; background: rgba(160, 118, 255, .14); }
.ht-tubiao-lan { color: #82b6ff; background: rgba(96, 150, 255, .14); }
.ht-tubiao-lv { color: #7ddc9c; background: rgba(111, 207, 127, .14); }

.ht-xiaobiaoti {
    font-size: 19px;
    font-weight: 800;
}

.ht-liangdian-xiang p {
    max-width: 292px;
    margin-top: 13px;
    color: var(--ht-muted);
    font-size: 14px;
    line-height: 1.85;
}

/* ------------------------------------------------------------ 9 使用流程 */
.ht-liucheng {
    background: #130d09;
}

.ht-liucheng-zhou {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 44px;
    padding-top: 20px;
}

.ht-liucheng-xian {
    position: absolute;
    top: 54px;
    left: 8%;
    right: 8%;
    height: 1px;
    background: linear-gradient(90deg, var(--ht-peach), rgba(255, 122, 92, .6), rgba(255, 143, 163, .7));
}

.ht-liucheng-xiang {
    position: relative;
    text-align: center;
}

.ht-liucheng-jiedian {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 70px;
    display: grid;
    place-items: center;
    margin: 0 auto 28px;
    border: 1px solid var(--ht-line-strong);
    border-radius: 50%;
    background: var(--ht-panel);
    box-shadow: 0 0 0 9px #130d09;
}

.ht-liucheng-jiedian i {
    color: var(--ht-peach);
    font-size: 24px;
}

.ht-liucheng-jiedian span {
    position: absolute;
    top: -5px;
    right: -6px;
    min-width: 25px;
    height: 20px;
    padding: 0 5px;
    display: grid;
    place-items: center;
    color: #2b1503;
    border-radius: 9px;
    background: var(--ht-peach);
    font: 800 9px Arial, sans-serif;
}

.ht-liucheng-xiang p {
    max-width: 280px;
    margin: 12px auto 14px;
    color: var(--ht-muted);
    font-size: 14px;
    line-height: 1.85;
}

.ht-liucheng-xiang > small {
    color: #ffcf8f;
    font-size: 11px;
}

.ht-liucheng-hudong {
    margin-top: 74px;
    min-height: 116px;
    padding: 24px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border: 1px solid rgba(255, 180, 61, .22);
    border-radius: var(--ht-radius);
    background: linear-gradient(100deg, rgba(255, 180, 61, .12), rgba(255, 255, 255, .02) 48%, rgba(255, 122, 92, .12));
}

.ht-liucheng-hudong > div {
    position: relative;
    padding-left: 58px;
    display: flex;
    flex-direction: column;
}

.ht-liucheng-hudong > div > i {
    position: absolute;
    left: 0;
    top: 2px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ht-peach);
    border-radius: 10px;
    background: rgba(255, 180, 61, .16);
    font-size: 21px;
}

.ht-liucheng-hudong span {
    color: var(--ht-dim);
    font-size: 12px;
}

.ht-liucheng-hudong strong {
    margin-top: 5px;
    font-size: 17px;
}

.ht-liucheng-hudong > a {
    height: 46px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #2b1503;
    border-radius: 7px;
    background: linear-gradient(120deg, #ffc44f, #ffa02f);
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

/* ----------------------------------------------------------- 10 用户评价 */
.ht-pingjia {
    background: #0d0906;
}

.ht-pingjia-pubu {
    columns: 3;
    column-gap: 18px;
}

.ht-pingjia-xiang {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: var(--ht-panel);
}

.ht-pingjia-gao {
    padding-top: 36px;
    padding-bottom: 36px;
}

.ht-pingjia-nuan {
    background: linear-gradient(145deg, rgba(255, 180, 61, .1), #1a1210 48%);
}

.ht-pingjia-tian {
    background: linear-gradient(145deg, rgba(255, 143, 163, .1), #1a1210 48%);
}

.ht-pingjia-yinhao {
    margin-bottom: 18px;
    color: var(--ht-peach);
    font-size: 29px;
}

.ht-pingjia-pingfen {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 18px;
}

.ht-pingjia-pingfen em {
    color: var(--ht-dim);
    font-size: 11px;
    font-style: normal;
}

.ht-pingjia-xiang > p {
    color: #ded0c4;
    font-size: 14px;
    line-height: 1.95;
}

.ht-pingjia-yonghu {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-top: 26px;
    padding-top: 20px;
    border-top: 1px solid var(--ht-line);
}

.ht-pingjia-yonghu > span {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #35190a;
    border-radius: 50%;
    background: linear-gradient(135deg, #ffd15e, #ff9a6b);
    font-size: 13px;
    font-weight: 900;
}

.ht-pingjia-yonghu > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ht-pingjia-yonghu strong {
    font-size: 13px;
}

.ht-pingjia-yonghu small {
    color: var(--ht-dim);
    font: 10px Arial, "Microsoft YaHei", sans-serif;
}

/* ----------------------------------------------------------- 11 常见问题 */
.ht-wenti {
    background: #130d09;
}

.ht-wenti-buju {
    display: grid;
    grid-template-columns: 330px 1fr;
    gap: 90px;
    align-items: start;
}

.ht-wenti-wenan {
    position: sticky;
    top: 116px;
}

.ht-wenti-wenan > p {
    margin: 18px 0 34px;
    color: var(--ht-muted);
    line-height: 1.85;
}

.ht-wenti-lianxi {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 18px;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, .025);
}

.ht-wenti-lianxi > i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    color: var(--ht-peach);
    border-radius: 9px;
    background: rgba(255, 180, 61, .13);
    font-size: 21px;
}

.ht-wenti-lianxi > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.ht-wenti-lianxi span {
    color: var(--ht-dim);
    font-size: 11px;
}

.ht-wenti-lianxi strong {
    font-size: 12px;
}

.ht-wenti-xiang {
    border-bottom: 1px solid var(--ht-line);
}

.ht-wenti-xiang:first-child {
    border-top: 1px solid var(--ht-line);
}

.ht-wenti-xiang summary {
    min-height: 82px;
    padding: 20px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    font-size: 16px;
    font-weight: 700;
}

.ht-wenti-xiang summary::-webkit-details-marker {
    display: none;
}

.ht-wenti-xiang summary span {
    display: flex;
    align-items: center;
    gap: 17px;
}

.ht-wenti-xiang summary b {
    color: #6b574a;
    font: 800 11px Arial, sans-serif;
}

.ht-wenti-xiang summary i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: none;
    color: #b6a396;
    border: 1px solid var(--ht-line);
    border-radius: 50%;
    transition: transform .25s ease, color .25s ease, background .25s ease;
}

.ht-wenti-xiang[open] summary {
    color: #ffd79a;
}

.ht-wenti-xiang[open] summary i {
    color: #2b1503;
    border-color: transparent;
    background: var(--ht-peach);
    transform: rotate(45deg);
}

.ht-wenti-xiang > p {
    margin: -5px 45px 24px 36px;
    color: #b09e92;
    font-size: 14px;
    line-height: 1.9;
}

.ht-wenti-xiang > p a {
    color: var(--ht-peach);
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* ------------------------------------------------------------ 12 页脚 */
.ht-dibu {
    padding: 70px 0 calc(24px + env(safe-area-inset-bottom));
    border-top: 1px solid var(--ht-line);
    background: #0a0705;
}

.ht-dibu-shang {
    display: grid;
    grid-template-columns: 1fr auto 310px;
    gap: 80px;
    align-items: start;
}

.ht-dibu-pinpai > p {
    max-width: 320px;
    margin-top: 18px;
    color: var(--ht-dim);
    font-size: 13px;
    line-height: 1.85;
}

.ht-dibu-daohang {
    display: flex;
    gap: 64px;
}

.ht-dibu-daohang > div {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ht-dibu-daohang strong {
    margin-bottom: 5px;
    font-size: 13px;
}

.ht-dibu-daohang a {
    color: var(--ht-dim);
    font-size: 12px;
    transition: color .25s ease;
}

.ht-dibu-daohang a:hover {
    color: var(--ht-peach);
}

.ht-dibu-xiazai {
    min-height: 68px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(255, 180, 61, .2);
    border-radius: var(--ht-radius);
    background: rgba(255, 180, 61, .07);
}

.ht-dibu-xiazai > i:first-child {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #2b1503;
    border-radius: 9px;
    background: linear-gradient(120deg, #ffc44f, #ffa02f);
    font-size: 19px;
}

.ht-dibu-xiazai > i:last-child {
    margin-left: auto;
    color: var(--ht-peach);
}

.ht-dibu-xiazai span {
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 800;
}

.ht-dibu-xiazai small {
    margin-top: 3px;
    color: var(--ht-dim);
    font-size: 10px;
    font-weight: 400;
}

.ht-dibu-mianze {
    margin-top: 34px;
    padding: 16px 18px;
    color: var(--ht-dim);
    border: 1px dashed rgba(255, 214, 170, .14);
    border-radius: var(--ht-radius);
    font-size: 11px;
    line-height: 1.9;
}

.ht-dibu-xia {
    margin-top: 26px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    gap: 28px;
    border-top: 1px solid var(--ht-line);
    color: #6d5b4f;
    font-size: 11px;
}

.ht-dibu-xia a {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #b3a094;
}

/* ------------------------------------------------------------ 13 下载弹窗 */
.ht-tanchuang {
    position: fixed;
    inset: 0;
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
    background: rgba(8, 5, 3, .74);
    backdrop-filter: blur(6px);
}

.ht-tanchuang.is-open {
    display: flex;
}

.ht-tanchuang-ka {
    position: relative;
    width: min(520px, 100%);
    padding: 28px;
    border: 1px solid var(--ht-line-strong);
    border-radius: 18px;
    background: linear-gradient(180deg, #1d1411, #160f0c);
    box-shadow: 0 40px 90px rgba(0, 0, 0, .6);
    animation: ht-pop .28s ease;
}

@keyframes ht-pop {
    from { opacity: 0; transform: translateY(14px) scale(.98); }
    to { opacity: 1; transform: none; }
}

.ht-tanchuang-ka h3 {
    font-size: 21px;
    font-weight: 900;
}

.ht-tanchuang-ka > p {
    margin: 10px 0 22px;
    color: var(--ht-muted);
    font-size: 13px;
    line-height: 1.8;
}

.ht-tanchuang-guanbi {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    color: var(--ht-muted);
    border: 1px solid var(--ht-line);
    border-radius: 50%;
    font-size: 18px;
}

.ht-shebei-liebiao {
    display: grid;
    gap: 10px;
}

.ht-shebei {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px 16px;
    border: 1px solid var(--ht-line);
    border-radius: var(--ht-radius);
    background: rgba(255, 255, 255, .02);
    transition: border-color .25s ease, background .25s ease, transform .25s ease;
}

.ht-shebei:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 180, 61, .48);
    background: rgba(255, 180, 61, .07);
}

.ht-shebei.is-recommend {
    border-color: rgba(255, 180, 61, .55);
    background: rgba(255, 180, 61, .08);
}

.ht-shebei > i:first-child {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    flex: none;
    color: var(--ht-peach);
    border-radius: 11px;
    background: rgba(255, 180, 61, .14);
    font-size: 22px;
}

.ht-shebei strong {
    display: block;
    font-size: 14px;
}

.ht-shebei small {
    color: var(--ht-dim);
    font-size: 11px;
}

.ht-shebei .ht-shebei-jian {
    margin-left: auto;
    color: var(--ht-peach);
    font-size: 19px;
}

.ht-shebei-tuijian {
    position: absolute;
    top: -9px;
    left: 16px;
    padding: 2px 8px;
    color: #2b1503;
    border-radius: 999px;
    background: linear-gradient(120deg, #ffc44f, #ffa02f);
    font-size: 10px;
    font-weight: 800;
}

.ht-tanchuang-jiao {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--ht-line);
    color: var(--ht-dim);
    font-size: 11px;
    line-height: 1.8;
}

/* ------------------------------------------------------------ 14 提示条 */
.ht-tishi {
    position: fixed;
    left: 50%;
    bottom: calc(40px + env(safe-area-inset-bottom));
    z-index: 300;
    padding: 12px 22px;
    opacity: 0;
    pointer-events: none;
    color: #ffe9c9;
    border: 1px solid var(--ht-line-strong);
    border-radius: 999px;
    background: rgba(28, 19, 15, .96);
    box-shadow: 0 18px 40px rgba(0, 0, 0, .45);
    font-size: 13px;
    transform: translate(-50%, 18px);
    transition: opacity .28s ease, transform .28s ease;
}

.ht-tishi.is-show {
    opacity: 1;
    transform: translate(-50%, 0);
}

/* ---------------------------------------------------- 15 投诉按钮（保持原样式） */
.report-floating {
    position: fixed;
    right: calc(20px + env(safe-area-inset-right));
    bottom: calc(24px + env(safe-area-inset-bottom));
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2aa0ea;
    color: #fff;
}

.report-floating i {
    font-size: 18px;
    line-height: 1;
}

/* 滚动入场动画（仅在 JS 可用时隐藏初始状态，脚本失效时内容依旧可见） */
.ht-js .ht-donghua {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .7s ease, transform .7s ease;
}

.ht-js .ht-donghua.is-visible {
    opacity: 1;
    transform: none;
}

/* -------------------------------------------------- 16 动态背景与光效 */
/* 全局环境光：两层极慢漂移的暖色光晕，像窗外透进来的光 */
.ht-huanjing {
    position: fixed;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.ht-huanjing-guang {
    position: absolute;
    border-radius: 50%;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.ht-huanjing-guangyi {
    width: 64vw;
    height: 64vw;
    max-width: 920px;
    max-height: 920px;
    top: -20vw;
    right: -16vw;
    background: radial-gradient(circle, rgba(255, 180, 61, .095), rgba(255, 180, 61, .03) 44%, transparent 70%);
    animation: ht-huan-1 76s ease-in-out infinite;
}

.ht-huanjing-guanger {
    width: 56vw;
    height: 56vw;
    max-width: 800px;
    max-height: 800px;
    bottom: -18vw;
    left: -14vw;
    background: radial-gradient(circle, rgba(255, 122, 92, .09), rgba(255, 143, 163, .03) 46%, transparent 72%);
    animation: ht-huan-2 94s ease-in-out infinite;
}

.ht-huanjing-guangsan {
    width: 42vw;
    height: 42vw;
    max-width: 600px;
    max-height: 600px;
    top: 40%;
    left: 44%;
    background: radial-gradient(circle, rgba(255, 214, 150, .062), transparent 68%);
    animation: ht-huan-3 122s ease-in-out infinite;
}

@keyframes ht-huan-1 {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(-6vw, 5vh, 0) scale(1.12); }
}

@keyframes ht-huan-2 {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50% { transform: translate3d(6vw, -5vh, 0) scale(1.1); }
}

@keyframes ht-huan-3 {
    0%, 100% { transform: translate3d(-4vw, 0, 0) scale(.94); }
    50% { transform: translate3d(4vw, -7vh, 0) scale(1.08); }
}

/* 全站细颗粒质感，避免大面积纯色显得发闷 */
.ht-keli {
    position: fixed;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    opacity: .045;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='200' height='200' filter='url(%23n)'/%3E%3C/svg%3E");
    background-size: 200px 200px;
}

/* 各内容区块的局部氛围光 */
.ht-qukuai {
    position: relative;
    /* 用 clip 而不是 hidden：裁掉光晕溢出，同时不影响常见问题里的 sticky 定位 */
    overflow: clip;
}

.ht-qukuai > .ht-kuandu {
    position: relative;
    z-index: 1;
}

.ht-dianguang {
    position: absolute;
    z-index: 0;
    border-radius: 50%;
    pointer-events: none;
    will-change: transform;
    transform: translate3d(0, 0, 0);
}

.ht-dianguang-yi {
    width: 46vw;
    height: 46vw;
    max-width: 640px;
    max-height: 640px;
    top: -12%;
    right: -10%;
    background: radial-gradient(circle, rgba(255, 180, 61, .085), transparent 70%);
    animation: ht-huan-2 104s ease-in-out infinite;
}

.ht-dianguang-er {
    width: 40vw;
    height: 40vw;
    max-width: 560px;
    max-height: 560px;
    bottom: -16%;
    left: -8%;
    background: radial-gradient(circle, rgba(255, 143, 163, .075), transparent 72%);
    animation: ht-huan-1 116s ease-in-out infinite;
}

/* 首屏：暖色光点缓缓上浮 */
.ht-fuxu {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    pointer-events: none;
}

.ht-fuxu span {
    position: absolute;
    bottom: -60px;
    border-radius: 50%;
    opacity: 0;
    will-change: transform, opacity;
    background: radial-gradient(circle, rgba(255, 226, 178, .85), rgba(255, 180, 61, .22) 46%, transparent 72%);
    animation: ht-fu-qi linear infinite;
}

@keyframes ht-fu-qi {
    0% { transform: translate3d(0, 0, 0) scale(.55); opacity: 0; }
    14% { opacity: var(--ht-o, .5); }
    70% { opacity: var(--ht-o, .5); }
    100% { transform: translate3d(var(--ht-x, 24px), -920px, 0) scale(1.05); opacity: 0; }
}

/* 跟随指针的柔光（桌面端） */
.ht-shouye-dianguang {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 560px;
    height: 560px;
    margin: -280px 0 0 -280px;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s ease;
    transform: translate3d(var(--ht-gx, 50%), var(--ht-gy, 45%), 0);
    background: radial-gradient(circle, rgba(255, 200, 120, .1), rgba(255, 152, 96, .04) 46%, transparent 70%);
}

.ht-shouye.is-pointer .ht-shouye-dianguang {
    opacity: 1;
}

/* 标题渐变缓慢流动 */
.ht-shouye h1 span {
    background-image: linear-gradient(92deg, #ffb43d, #ff8f6b 34%, #ff9fb0 58%, #ffd88a 82%, #ffb43d);
    background-size: 220% 100%;
    animation: ht-liuguang 15s ease-in-out infinite;
}

@keyframes ht-liuguang {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

/* 主按钮的流光扫过 */
.ht-anniu-zhu,
.ht-toubu-anniu {
    position: relative;
    overflow: hidden;
}

.ht-anniu-zhu:after,
.ht-toubu-anniu:after {
    content: "";
    position: absolute;
    top: -30%;
    bottom: -30%;
    left: -45%;
    width: 34%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .5), transparent);
    transform: skewX(-18deg);
    animation: ht-shan 7.5s ease-in-out infinite;
}

@keyframes ht-shan {
    0%, 64% { left: -45%; }
    82%, 100% { left: 130%; }
}

/* 卡片上的指针聚光（画在背景层，不遮挡文字） */
.ht-pingjia-xiang {
    position: relative;
}

.ht-pingjia-xiang:hover {
    background-image: radial-gradient(220px circle at var(--ht-mx, 50%) var(--ht-my, 50%), rgba(255, 180, 61, .1), transparent 64%);
}

/* 顶部阅读进度 */
.ht-jindu {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 0 50%;
    background: linear-gradient(90deg, var(--ht-peach), var(--ht-coral) 55%, var(--ht-pink));
    box-shadow: 0 0 12px rgba(255, 180, 61, .45);
}

/* -------------------------------------------------------------- 17 响应式 */
@media (max-width: 1080px) {
    .ht-juku-liebiao {
        grid-template-columns: repeat(3, 1fr);
    }

    /* 平板宽度下产品展示改为横向滑动，卡片保持固定宽度以免手机界面被压缩变形 */
    .ht-zhanshi-liebiao {
        display: flex;
        gap: 16px;
        padding: 4px 4px 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .ht-zhanshi-liebiao::-webkit-scrollbar {
        display: none;
    }

    .ht-zhanshi-xiang {
        flex: 0 0 280px;
        margin: 0;
        scroll-snap-align: start;
    }

    .ht-zhanshi-xiangyi,
    .ht-zhanshi-xianger,
    .ht-zhanshi-xiangsan,
    .ht-zhanshi-xiangsi {
        margin: 0;
    }
}

@media (max-width: 1020px) {
    .ht-daohang {
        display: none;
    }

    .ht-caidan-anniu {
        display: grid;
    }

    .ht-toubu-neirong {
        gap: 16px;
    }

    .ht-pinpai {
        margin-right: auto;
    }

    .ht-shouye {
        padding-top: 132px;
    }

    .ht-shouye-neirong {
        display: flex;
        flex-direction: column;
        gap: 54px;
    }

    .ht-shouye-yangji {
        width: min(100%, 520px);
        margin: 0 auto;
    }

    .ht-shouji-qian {
        left: 40px;
    }

    .ht-shouji-hou {
        right: 12px;
    }

    .ht-wenti-buju {
        grid-template-columns: 280px 1fr;
        gap: 50px;
    }

    .ht-dibu-shang {
        grid-template-columns: 1fr 1fr;
        gap: 50px;
    }

    .ht-dibu-xiazai {
        grid-column: 1 / -1;
        width: 320px;
    }
}

@media (max-width: 780px) {
    .ht-kuandu,
    .ht-toubu-neirong,
    .ht-shouye-neirong {
        width: min(100% - 32px, 620px);
    }

    /* 移动端导航面板 */
    .ht-daohang {
        position: fixed;
        inset: 66px 0 auto;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        max-height: calc(100vh - 66px);
        padding: 8px calc(20px + env(safe-area-inset-right)) 28px calc(20px + env(safe-area-inset-left));
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        border-bottom: 1px solid var(--ht-line);
        background: rgba(13, 9, 6, .98);
        backdrop-filter: blur(18px);
        transform: translateY(-12px);
        transition: opacity .25s ease, transform .25s ease, visibility .25s;
    }

    .ht-daohang.is-open {
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .ht-daohang a {
        width: 100%;
        min-height: 52px;
        display: flex;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid rgba(255, 214, 170, .07);
        font-size: 16px;
        font-weight: 600;
    }

    .ht-daohang a.is-active:after {
        display: none;
    }

    .ht-toubu {
        height: 66px;
    }

    .ht-toubu.is-scrolled {
        height: 62px;
    }

    .ht-pinpai img {
        width: 38px;
        height: 38px;
        border-radius: 10px;
    }

    .ht-pinpai {
        min-height: 44px;
    }

    .ht-pinpai span {
        font-size: 15px;
    }

    .ht-toubu-anniu {
        height: 44px;
        padding: 0 14px;
        font-size: 13px;
    }

    .ht-caidan-anniu {
        width: 44px;
        height: 44px;
        font-size: 21px;
    }

    .ht-shouye {
        min-height: auto;
        padding: 104px 0 56px;
    }

    /* 移动端弱化动态效果，优先保证流畅与续航 */
    .ht-keli {
        opacity: .035;
    }

    .ht-shouye-dianguang {
        display: none;
    }

    .ht-shouye-guangzhu {
        display: none;
    }

    .ht-shouye:before {
        inset: 66px 0 0;
    }

    .ht-shouye-neirong {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .ht-shouye-wenan {
        width: 100%;
    }

    .ht-shouye h1 {
        margin-top: 20px;
        font-size: 40px;
        line-height: 1.18;
    }

    .ht-shouye-wenan > p {
        font-size: 16px;
        line-height: 1.85;
    }

    .ht-shouye-shuju {
        gap: 18px;
        margin: 24px 0 28px;
    }

    .ht-shouye-shuju div {
        flex: 1;
        padding-right: 12px;
    }

    .ht-shouye-shuju strong {
        font-size: 18px;
    }

    .ht-shouye-shuju span {
        font-size: 12.5px;
    }

    .ht-shouye-anniu {
        width: 100%;
        flex-direction: column;
    }

    .ht-anniu {
        width: 100%;
        min-width: 0;
    }

    .ht-anniu small {
        font-size: 12px;
    }

    .ht-shouye-yangji {
        width: min(100%, 470px);
        height: 520px;
        margin: 0 auto;
    }

    .ht-yangji-guang {
        width: 340px;
        height: 340px;
        left: 50%;
        top: 52px;
        margin-left: -170px;
    }

    .ht-shouji-qian {
        width: 224px;
        height: 458px;
        left: 34px;
    }

    .ht-shouji-hou {
        width: 204px;
        height: 418px;
        right: 8px;
    }

    .ht-yangji-piaofuyi {
        right: -2px;
    }

    .ht-yangji-piaofuer {
        left: 0;
        bottom: 46px;
    }

    .ht-yangji-biaozhi {
        right: 18px;
        bottom: 2px;
    }

    .ht-qukuai {
        padding: 64px 0;
    }

    .ht-biaoti {
        margin-bottom: 32px;
    }

    .ht-biaoti p {
        font-size: 15px;
        line-height: 1.85;
    }

    .ht-biaoti-shuanglan {
        display: block;
    }

    .ht-biaoti-shuanglan p {
        margin-top: 15px;
    }

    .ht-zhanshi-liebiao {
        display: flex;
        gap: 14px;
        padding: 4px 0 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .ht-zhanshi-liebiao::-webkit-scrollbar {
        display: none;
    }

    .ht-zhanshi-xiang {
        flex: 0 0 min(74vw, 300px);
        margin: 0;
        scroll-snap-align: start;
    }

    .ht-zhanshi-xiang strong {
        font-size: 16px;
    }

    .ht-zhanshi-xiang small {
        font-size: 12.5px;
    }

    /* 横向滑动画廊的可发现性提示 */
    .ht-zhanshi-tishi {
        display: flex;
    }

    .ht-juku-liebiao {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .ht-juku-jiaobu {
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 18px 20px;
        font-size: 13px;
    }

    .ht-juku-jiaobu a {
        padding: 13px 18px;
        border: 1px solid rgba(255, 180, 61, .28);
        border-radius: 8px;
    }

    .ht-liangdian-wangge {
        grid-template-columns: repeat(2, 1fr);
    }

    .ht-liangdian-xiang {
        min-height: 250px;
    }

    .ht-liangdian-xiang p {
        font-size: 15px;
    }

    .ht-liucheng-zhou {
        grid-template-columns: 1fr;
        gap: 0;
        padding-top: 0;
    }

    .ht-liucheng-xian {
        top: 35px;
        bottom: 35px;
        left: 34px;
        right: auto;
        width: 1px;
        height: auto;
        background: linear-gradient(to bottom, var(--ht-peach), rgba(255, 122, 92, .6), rgba(255, 143, 163, .7));
    }

    .ht-liucheng-xiang {
        min-height: 158px;
        padding: 0 0 38px 102px;
        text-align: left;
    }

    .ht-liucheng-jiedian {
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        box-shadow: 0 0 0 8px #130d09;
    }

    .ht-liucheng-xiang p {
        margin: 10px 0;
        font-size: 15px;
    }

    .ht-liucheng-xiang > small {
        font-size: 12px;
    }

    .ht-liucheng-hudong {
        margin-top: 30px;
        flex-direction: column;
        align-items: stretch;
    }

    .ht-liucheng-hudong > a {
        justify-content: center;
    }

    .ht-pingjia-pubu {
        columns: 2;
    }

    .ht-pingjia-xiang > p {
        font-size: 15px;
    }

    .ht-pingjia-yonghu small {
        font-size: 12px;
    }

    .ht-wenti-buju {
        display: block;
    }

    .ht-wenti-wenan {
        position: static;
        margin-bottom: 40px;
    }

    .ht-wenti-lianxi {
        max-width: 340px;
    }

    .ht-wenti-lianxi span {
        font-size: 12px;
    }

    .ht-wenti-lianxi strong {
        font-size: 13px;
    }

    .ht-wenti-xiang summary {
        min-height: 68px;
        font-size: 15px;
    }

    .ht-wenti-xiang summary b {
        font-size: 12px;
    }

    .ht-wenti-xiang > p {
        font-size: 15px;
    }

    .ht-dibu-shang {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .ht-dibu-xiazai {
        width: 100%;
    }

    .ht-dibu-xiazai small {
        font-size: 12px;
    }

    /* 下载弹窗里的说明文字在小屏上也要看得清 */
    .ht-shebei strong {
        font-size: 15px;
    }

    .ht-shebei small {
        font-size: 12.5px;
    }

    .ht-tanchuang-jiao {
        font-size: 12px;
    }

    .ht-dibu-daohang strong {
        font-size: 14px;
    }

    .ht-dibu-daohang a {
        min-height: 44px;
        display: flex;
        align-items: center;
        font-size: 13px;
    }

    .ht-dibu-mianze {
        margin-top: 28px;
        font-size: 12px;
    }

    .ht-dibu-xia {
        font-size: 12px;
    }

    .ht-dibu-xia a {
        min-height: 44px;
        display: flex;
        align-items: center;
    }

    /* 提示条上移，避免与右下角投诉按钮重叠 */
    .ht-tishi {
        bottom: calc(76px + env(safe-area-inset-bottom));
    }
}

@media (max-width: 520px) {
    .ht-toubu-anniu span {
        display: none;
    }

    .ht-toubu-anniu {
        width: 44px;
        height: 44px;
        justify-content: center;
        padding: 0;
    }

    .ht-shouye h1 {
        font-size: 34px;
    }

    .ht-shouye-biaoqian {
        font-size: 11px;
    }

    .ht-shouye-shuju {
        gap: 10px;
    }

    .ht-shouye-shuju div {
        padding-right: 8px;
    }

    .ht-shouye-shuju strong {
        font-size: 16px;
    }

    .ht-shouye-shuju span {
        font-size: 12px;
    }

    .ht-shouye-yangji {
        height: 420px;
    }

    .ht-shouji-qian {
        width: 180px;
        height: 370px;
        left: 10px;
    }

    .ht-shouji-hou {
        width: 164px;
        height: 336px;
        right: 8px;
        top: 24px;
    }

    /* 小屏下手机内的示意界面只保留核心信息，避免内容被裁切 */
    .ht-shouji .ht-moni {
        padding: 34px 11px 12px;
        gap: 9px;
    }

    .ht-shouji-qian .ht-moni-sousuo,
    .ht-shouji-qian .ht-moni-chips {
        display: none;
    }

    .ht-shouji-hou .ht-moni-hang:nth-child(n + 4) {
        display: none;
    }

    .ht-yangji-piaofu {
        padding: 10px 11px;
    }

    .ht-yangji-piaofuyi {
        top: 88px;
        right: -6px;
    }

    .ht-yangji-piaofuer {
        bottom: 26px;
    }

    .ht-yangji-biaozhi {
        display: none;
    }

    .ht-biaoti-zhuti {
        font-size: 28px;
    }

    /* 剧库改双列，比单列堆叠更适合手机浏览 */
    .ht-juku-liebiao {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .ht-jumu {
        padding: 8px;
    }

    .ht-jumu-haibao {
        aspect-ratio: 3 / 3.5;
        padding: 10px;
    }

    .ht-jumu-haibao b {
        font-size: 13px;
        line-height: 1.4;
    }

    .ht-jumu-biaoqian {
        top: 8px;
        left: 8px;
        padding: 3px 7px;
        font-size: 10px;
    }

    .ht-jumu-tian {
        top: 9px;
        right: 8px;
        padding: 3px 7px 3px 5px;
    }

    .ht-jumu-wenan {
        padding: 9px 2px 2px;
    }

    .ht-jumu-wenan span,
    .ht-jumu-wenan small {
        font-size: 12px;
    }

    .ht-liangdian-wangge {
        grid-template-columns: 1fr;
    }

    .ht-liangdian-xiang {
        min-height: 0;
        padding: 24px;
    }

    .ht-liangdian-tubiao {
        margin-bottom: 20px;
    }

    .ht-liucheng-xiang {
        padding-left: 92px;
    }

    .ht-liucheng-hudong {
        padding: 20px;
    }

    .ht-liucheng-hudong > div {
        padding-left: 0;
    }

    .ht-liucheng-hudong > div > i {
        position: static;
        margin-bottom: 13px;
    }

    .ht-pingjia-pubu {
        columns: 1;
    }

    .ht-pingjia-xiang {
        padding: 20px;
    }

    .ht-wenti-xiang summary {
        font-size: 15px;
    }

    .ht-wenti-xiang summary span {
        gap: 10px;
    }

    .ht-wenti-xiang > p {
        margin-left: 28px;
        margin-right: 10px;
    }

    .ht-dibu-daohang {
        width: 100%;
        justify-content: space-between;
        gap: 30px;
    }

    .ht-dibu-xia {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .ht-dibu-xia a {
        width: 100%;
        margin: 6px 0 0;
    }

    .ht-tanchuang {
        padding: max(16px, env(safe-area-inset-top)) max(16px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    }

    .ht-tanchuang-ka {
        padding: 22px;
    }

    .report-floating {
        right: calc(14px + env(safe-area-inset-right));
        bottom: calc(16px + env(safe-area-inset-bottom));
        font-size: 12px;
        padding: 0 13px;
    }

    .ht-qukuai {
        padding: 56px 0;
    }

    .ht-dibu {
        padding: 56px 0 calc(20px + env(safe-area-inset-bottom));
    }
}

/* 超小屏（iPhone SE / 360px 档位）再收一档 */
@media (max-width: 380px) {
    .ht-shouye h1 {
        font-size: 31px;
    }

    .ht-biaoti-zhuti {
        font-size: 25px;
    }

    .ht-shouye-yangji {
        height: 392px;
    }

    .ht-shouji-qian {
        width: 166px;
        height: 342px;
        left: 6px;
    }

    .ht-shouji-hou {
        width: 152px;
        height: 312px;
        right: 4px;
    }

    .ht-jumu-haibao b {
        font-size: 12px;
    }

    .ht-anniu {
        min-height: 58px;
        padding: 0 16px;
    }
}

/* 触屏设备：点按后不保留 hover 状态，避免卡片"粘住"抬起效果 */
@media (hover: none) {
    .ht-zhanshi-xiang:hover,
    .ht-jumu:hover,
    .ht-liangdian-xiang:hover,
    .ht-pingjia-xiang:hover,
    .ht-anniu:hover,
    .ht-toubu-anniu:hover,
    .ht-shebei:hover {
        transform: none;
    }

    .ht-liangdian-xiang:hover,
    .ht-pingjia-xiang:hover {
        background-image: none;
    }

    .ht-daohang a:hover,
    .ht-dibu-daohang a:hover {
        color: inherit;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *:before,
    *:after {
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }

    .ht-js .ht-donghua {
        opacity: 1;
        transform: none;
    }

    .ht-fuxu {
        display: none;
    }
}
