/* 横风动漫app hfanime · 弹幕番剧营 Danmaku Camp（图集深灰#1e2126+番茄红#f4506a/#e8405e强调+白；hero弹幕流marquee横滚+圆润卡片；线描电视logo白底方衬） */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #e8ebf1;
    background: #1a1d23;
    line-height: 1.8;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }
.kv7e { width: 1200px; margin: 0 auto; }
.tt5p { font-size: 18.5px; font-weight: 800; color: #eef1f6; }
.lite-p { color: #eef1f6; }
.ds8u { font-size: 14.5px; color: #97a0af; }
.night-q { color: #9aa3b2; }
.lk6v { color: #ff7590; font-weight: 800; border-bottom: 2px solid rgba(244,80,106,.45); border-radius: 2px; }

/* 光斑 */
.gl1x { position: absolute; border-radius: 50%; filter: blur(40px); pointer-events: none; }
.gl-a { width: 460px; height: 460px; left: 50%; top: -180px; transform: translateX(-50%); background: radial-gradient(circle, rgba(244,80,106,.14), transparent 70%); }
.gl-b { width: 520px; height: 520px; right: -160px; bottom: -220px; background: radial-gradient(circle, rgba(244,80,106,.16), transparent 70%); }

/* ===== 头部 ===== */
.hd4d { position: fixed; top: 0; left: 0; right: 0; z-index: 90; background: rgba(24,27,33,.92); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); transition: box-shadow .3s; border-bottom: 1px solid rgba(244,80,106,.16); }
.hd4d.on { box-shadow: 0 12px 30px -14px rgba(0,0,0,.85); }
.hd-g { display: flex; align-items: center; height: 82px; }
.lg1n img { width: 46px; height: 46px; object-fit: contain; background: #fff; border-radius: 13px; padding: 5px; }
.nv5b { display: flex; gap: 6px; margin-left: 44px; }
.nv5b a { font-size: 15.5px; font-weight: 600; color: rgba(232,235,241,.72); padding: 8px 17px; border-radius: 999px; transition: color .22s, background .22s; }
.nv5b a:hover { color: #ff7590; background: rgba(244,80,106,.1); }
.hd-act { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.bt8c {
    background: linear-gradient(135deg, #ff6b87, #e8405e);
    color: #fff; font-weight: 800; font-size: 15px;
    padding: 12px 26px; border-radius: 999px;
    box-shadow: 0 10px 24px -8px rgba(232,64,94,.55), inset 0 1px 0 rgba(255,255,255,.35);
    transition: transform .18s, box-shadow .18s;
}
.bt8c:hover { transform: translateY(-2px); box-shadow: 0 15px 30px -8px rgba(232,64,94,.65), inset 0 1px 0 rgba(255,255,255,.35); }
.hg2f { display: none; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(244,80,106,.4); background: rgba(244,80,106,.12); color: #ff7590; font-size: 20px; cursor: pointer; }
.mn9g { display: none; }

/* ===== Hero：弹幕番剧营 ===== */
.dm3h { position: relative; overflow: hidden; padding: 168px 0 108px; background: radial-gradient(1100px 540px at 20% -10%, rgba(244,80,106,.1), transparent 60%), linear-gradient(180deg, #21242b 0%, #1a1d23 100%); }
.dm-wall { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
.dmline {
    position: absolute; white-space: nowrap;
    font-size: 22px; font-weight: 800; letter-spacing: 2px;
    color: rgba(255,255,255,.05);
}
.dmline.dm-a { top: 96px; animation: dmv 26s linear infinite; }
.dmline.dm-b { top: 300px; font-size: 26px; color: rgba(255,117,144,.07); animation: dmv 34s linear infinite; animation-delay: -12s; }
.dmline.dm-c { bottom: 84px; font-size: 19px; animation: dmv 30s linear infinite; animation-delay: -22s; }
@keyframes dmv { from { transform: translateX(20%); } to { transform: translateX(-120%); } }
.dm-r { display: flex; align-items: center; gap: 54px; position: relative; z-index: 2; }
.tx6k { flex: 1.06; min-width: 0; }
.bd1v {
    display: inline-flex; align-items: center; gap: 9px;
    background: rgba(244,80,106,.1);
    border: 1px solid rgba(244,80,106,.42);
    color: #ff7590; font-size: 13px; font-weight: 700; letter-spacing: 1px;
    padding: 9px 20px; border-radius: 999px; margin-bottom: 26px;
}
.bd-live { width: 9px; height: 9px; border-radius: 50%; background: #f4506a; box-shadow: 0 0 0 4px rgba(244,80,106,.18); animation: onair 1.8s ease-in-out infinite; }
@keyframes onair { 0%,100% { box-shadow: 0 0 0 4px rgba(244,80,106,.2); } 50% { box-shadow: 0 0 0 9px rgba(244,80,106,0); } }
h1 { font-size: 54px; line-height: 1.24; font-weight: 900; letter-spacing: 1px; color: #eef1f6; }
h1 em {
    font-style: normal; display: inline-block; margin: 13px 0 4px;
    color: #fff; background: linear-gradient(120deg, #ff6b87, #e8405e 82%);
    padding: 3px 18px 8px; border-radius: 16px;
    box-shadow: 0 14px 30px -12px rgba(232,64,94,.55);
}
.ds4w { margin: 28px 0 32px; font-size: 16.5px; color: #9aa3b2; max-width: 566px; }
.bw8x { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.go5y {
    display: inline-flex; align-items: center; gap: 9px;
    font-size: 18px; font-weight: 900; color: #fff;
    background: linear-gradient(135deg, #ff6b87, #e8405e);
    border-radius: 999px; padding: 16px 34px;
    box-shadow: 0 16px 36px -10px rgba(232,64,94,.6), inset 0 1.5px 0 rgba(255,255,255,.35);
    transition: transform .2s, box-shadow .2s;
}
.go5y:hover { transform: translateY(-3px); box-shadow: 0 22px 44px -10px rgba(232,64,94,.7), inset 0 1.5px 0 rgba(255,255,255,.35); }
.sk2z {
    display: inline-flex; align-items: center; gap: 6px;
    border: 1.5px solid rgba(232,235,241,.28); color: #c6cdd9;
    font-weight: 700; font-size: 15.5px; padding: 14px 26px; border-radius: 999px;
    transition: border-color .2s, color .2s;
}
.sk2z:hover { border-color: rgba(244,80,106,.65); color: #ff7590; }
.ps7a { display: flex; gap: 12px; margin-top: 36px; flex-wrap: wrap; }
.ps7a li {
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.045); border: 1px solid rgba(244,80,106,.18);
    border-radius: 999px; padding: 9px 17px;
    font-size: 13.5px; font-weight: 600; color: #c6cdd9;
}
.ps7a i { font-size: 16px; color: #ff7590; }

/* hero 手机 + 弹幕气泡 chip */
.ph9c { flex: .94; display: flex; justify-content: center; padding: 16px 0; position: relative; }
.ph-glow {
    position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);
    width: 330px; height: 470px;
    background: radial-gradient(circle, rgba(244,80,106,.18), transparent 66%);
    filter: blur(20px);
}
.ph-shell {
    position: relative; width: 274px;
    background: linear-gradient(160deg, #343945, #22252d);
    border-radius: 34px; padding: 10px;
    border: 1px solid rgba(244,80,106,.24);
    box-shadow: 0 40px 80px -22px rgba(0,0,0,.85), inset 0 1px 0 rgba(255,255,255,.08);
}
.ph-top { position: absolute; left: 0; right: 0; top: 0; height: 110px; border-radius: 26px 26px 0 0; background: linear-gradient(180deg, rgba(244,80,106,.16), transparent); pointer-events: none; z-index: 2; }
.ph-shell img { width: 100%; border-radius: 25px; height: 512px; object-fit: cover; object-position: top; }
.dm-chip {
    position: absolute; z-index: 3;
    display: inline-flex; align-items: center; gap: 7px;
    background: rgba(255,255,255,.94);
    border-radius: 999px; padding: 9px 16px;
    font-size: 13px; font-weight: 800; color: #23262e;
    box-shadow: 0 16px 32px -12px rgba(0,0,0,.6);
    animation: floatup 4.4s ease-in-out infinite;
}
.dm-chip i { font-size: 15px; color: #e8405e; }
.chip-a { top: 66px; left: -42px; }
.chip-b { top: 250px; right: -40px; animation-delay: 1.3s; }
.chip-c { bottom: 62px; left: -34px; animation-delay: 2.3s; }
@keyframes floatup { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

/* ===== 版块 ===== */
.bg5j { padding: 96px 0; background: #1a1d23; position: relative; }
.dm-dk { padding: 96px 0; background: linear-gradient(180deg, #22252c, #1d2027); position: relative; overflow: hidden; }
.se2k { text-align: center; margin-bottom: 52px; font-size: 30px; font-weight: 900; letter-spacing: 2px; color: #eef1f6; }
.se2k.night-h { color: #eef1f6; }
.se-n { display: block; font-size: 13px; font-weight: 700; letter-spacing: 3px; color: #f4506a; margin-bottom: 10px; }
.se-n.red-n { color: #ff7590; }

/* 展示：番剧展架 */
.sh1g { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.tb6h {
    background: #24272f;
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 20px; padding: 11px 11px 18px;
    box-shadow: 0 16px 34px -20px rgba(0,0,0,.8);
    transition: transform .25s, border-color .25s;
}
.tb6h:hover { transform: translateY(-6px); border-color: rgba(244,80,106,.42); }
.tb-w { border-radius: 12px; overflow: hidden; border: 1px solid rgba(244,80,106,.22); }
.tb-w img { width: 100%; height: 372px; object-fit: cover; object-position: top; }
.tb6h figcaption { padding: 13px 8px 0; text-align: center; }
.tb6h b { display: block; font-size: 16px; color: #eef1f6; margin-bottom: 5px; }

/* 优势 */
.ad3l { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.km4n {
    padding: 30px 28px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 26px;
    transition: transform .25s, border-color .25s, background .25s;
}
.km4n:hover { transform: translateY(-5px); border-color: rgba(244,80,106,.38); background: rgba(244,80,106,.05); }
.qx8b {
    display: flex; align-items: center; justify-content: center;
    width: 54px; height: 54px; margin-bottom: 18px;
    border-radius: 18px;
    font-size: 24px; color: #fff;
    background: linear-gradient(140deg, #ff6b87, #e8405e);
    box-shadow: 0 10px 22px -8px rgba(232,64,94,.5);
}
.qx8b.red-q { background: linear-gradient(140deg, #ff8fa5, #f4506a); }
.km4n .tt5p { margin-bottom: 8px; }

/* 流程 */
.fl7m { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; counter-reset: ep; }
.fl7m li {
    position: relative; padding: 28px 24px 26px;
    background: #24272f;
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 24px;
    box-shadow: 0 16px 34px -20px rgba(0,0,0,.8);
    counter-increment: ep;
}
.fl7m li::before {
    content: "EP" counter(ep);
    position: absolute; top: 16px; right: 20px;
    font-size: 14px; font-weight: 900; letter-spacing: 1px;
    color: transparent; -webkit-text-stroke: 1px rgba(244,80,106,.5);
}
.ft2q {
    display: flex; align-items: center; justify-content: center;
    width: 54px; height: 54px; margin-bottom: 16px;
    border-radius: 18px;
    font-size: 22px; color: #fff;
    background: linear-gradient(140deg, #ff6b87, #e8405e);
}
.fl-w { font-size: 17.5px; font-weight: 900; color: #ff7590; letter-spacing: 1px; margin-bottom: 6px; }

/* 资讯 */
.nw4r { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.ni2v {
    position: relative; padding: 28px 26px;
    background: rgba(255,255,255,.03);
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 24px;
    transition: transform .25s, border-color .25s;
}
.ni2v::after {
    content: ""; position: absolute; top: 22px; right: 24px;
    width: 44px; height: 12px; border-radius: 8px;
    background: linear-gradient(90deg, rgba(244,80,106,.55), rgba(244,80,106,.1));
}
.ni2v:hover { transform: translateY(-5px); border-color: rgba(244,80,106,.38); }
.no-b {
    display: inline-flex; align-items: center; gap: 6px;
    font-size: 12.5px; font-weight: 800; color: #ff7590;
    background: rgba(244,80,106,.12); border: 1px solid rgba(244,80,106,.45);
    border-radius: 999px; padding: 5px 13px; margin-bottom: 14px;
}
.no-b.red-b { color: #ffb09e; background: rgba(242,90,53,.12); border-color: rgba(242,90,53,.5); }
.ni2v .tt5p { margin-bottom: 8px; line-height: 1.5; }
.no-c { margin-top: 16px; font-size: 12.5px; color: #7e8794; letter-spacing: 1px; }

/* FAQ */
.fq8n { max-width: 880px; margin: 0 auto; }
.it3w {
    background: #24272f;
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 20px; margin-bottom: 14px; overflow: hidden;
    box-shadow: 0 12px 26px -18px rgba(0,0,0,.8);
    transition: border-color .25s;
}
.it3w.on { border-color: rgba(244,80,106,.5); }
.hd5x {
    width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 14px;
    background: none; border: 0; cursor: pointer; text-align: left;
    font-family: inherit; font-size: 16.5px; font-weight: 800; color: #eef1f6;
    padding: 20px 24px; line-height: 1.5;
}
.sw7y { position: relative; flex: none; width: 30px; height: 30px; border-radius: 50%; background: rgba(244,80,106,.14); border: 1px solid rgba(244,80,106,.5); }
.sw7y::before, .sw7y::after { content: ""; position: absolute; left: 50%; top: 50%; background: #ff7590; border-radius: 2px; transition: transform .28s; }
.sw7y::before { width: 12px; height: 2px; margin: -1px 0 0 -6px; }
.sw7y::after { width: 2px; height: 12px; margin: -6px 0 0 -1px; }
.it3w.on .sw7y::after { transform: scaleY(0); }
.bd9z { max-height: 0; overflow: hidden; transition: max-height .32s ease; }
.bd9z p { padding: 0 24px 22px; font-size: 14.5px; color: #9aa3b2; }

/* 评价 */
.rv6b { padding: 96px 0; background: #1a1d23; }
.cw9d { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.co8n {
    display: flex; gap: 14px; align-items: flex-start;
    background: #24272f;
    border: 1px solid rgba(244,80,106,.14);
    border-radius: 20px; padding: 22px 22px 20px;
    box-shadow: 0 12px 26px -18px rgba(0,0,0,.8);
    transition: transform .25s;
}
.co8n:hover { transform: translateY(-4px); }
.av4m {
    flex: none; width: 44px; height: 44px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 16px; font-weight: 900; color: #fff;
    background: linear-gradient(140deg, #ff6b87, #e8405e);
    box-shadow: 0 8px 16px -7px rgba(232,64,94,.55);
}
.co8n:nth-child(2n) .av4m { background: linear-gradient(140deg, #8f9bb3, #5d6877); }
.co8n:nth-child(3n) .av4m { background: linear-gradient(140deg, #ffd166, #f0a413); color: #3d2c00; }
.co-j { font-size: 14px; color: #aab3c2; line-height: 1.75; }
.co-h { margin-top: 10px; font-size: 12px; color: #7e8794; }

/* CTA */
.fn3c { position: relative; overflow: hidden; padding: 100px 0; background: radial-gradient(900px 420px at 50% 120%, rgba(244,80,106,.18), transparent 65%), linear-gradient(180deg, #20232a, #191c22); }
.fn-y { position: relative; z-index: 2; text-align: center; }
.fn-x { font-size: 13px; font-weight: 800; letter-spacing: 4px; color: #ff7590; margin-bottom: 20px; }
.fn-v { font-size: 46px; line-height: 1.3; font-weight: 900; color: #eef1f6; letter-spacing: 1px; }
.fn-v em {
    font-style: normal; display: inline-block; margin: 12px 0 6px;
    color: #fff; background: linear-gradient(120deg, #ff6b87, #e8405e 82%);
    padding: 3px 20px 9px; border-radius: 16px;
    box-shadow: 0 14px 32px -12px rgba(232,64,94,.55);
}
.go1b {
    display: inline-flex; margin-top: 30px;
    background: linear-gradient(135deg, #ff6b87, #e8405e);
    color: #fff; font-size: 19px; font-weight: 900;
    padding: 17px 46px; border-radius: 999px;
    box-shadow: 0 18px 40px -10px rgba(232,64,94,.6), inset 0 1.5px 0 rgba(255,255,255,.35);
    transition: transform .2s, box-shadow .2s;
}
.go1b:hover { transform: translateY(-3px); box-shadow: 0 24px 50px -10px rgba(232,64,94,.7), inset 0 1.5px 0 rgba(255,255,255,.35); }
.fn-z { margin-top: 20px; font-size: 13.5px; color: #97a0af; letter-spacing: 1px; }

/* footer */
.ft8k { border-top: 1px solid rgba(244,80,106,.16); background: #14161b; padding: 30px 0; }
.ft-m { text-align: center; }
.ft-m p { font-size: 13px; color: #7e8794; line-height: 2; }

/* 入场 */
.rs-in { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; }
.rs-on { opacity: 1; transform: translateY(0); }

/* ===== 移动端 ===== */
@media (max-width: 768px) {
    .kv7e { width: 100%; padding: 0 18px; }
    .nv5b { display: none; }
    .hg2f { display: flex; align-items: center; justify-content: center; }
    .bt8c { display: none; }
    .mn9g {
        display: none; flex-direction: column; gap: 4px;
        background: rgba(24,27,33,.97);
        border-bottom: 1px solid rgba(244,80,106,.24);
        padding: 12px 18px 18px;
    }
    .mn9g.opn { display: flex; }
    .mn9g a { padding: 12px 14px; border-radius: 12px; font-size: 15px; color: #e8ebf1; }
    .mn9g a:hover { background: rgba(244,80,106,.1); }
    .mn9g a:last-child { margin-top: 8px; text-align: center; background: linear-gradient(135deg, #ff6b87, #e8405e); color: #fff; font-weight: 800; width: 100%; padding: 14px; }
    .hd-g { height: 68px; }
    .lg1n img { width: 40px; height: 40px; }
    .dm3h { padding: 118px 0 64px; }
    .dm-r { flex-direction: column; gap: 46px; }
    .dmline { font-size: 16px; }
    .dmline.dm-b { font-size: 19px; }
    h1 { font-size: 36px; }
    h1 em { margin: 10px 0 2px; padding: 2px 13px 6px; border-radius: 12px; }
    .ds4w { font-size: 15px; }
    .bw8x { flex-direction: column; align-items: stretch; }
    .go5y { width: 100%; justify-content: center; }
    .sk2z { justify-content: center; }
    .ps7a li { font-size: 12.5px; padding: 8px 13px; }
    .ph9c { width: 100%; }
    .chip-a { left: -8px; }
    .chip-b { right: -8px; }
    .chip-c { left: -4px; }
    .se2k { font-size: 24px; margin-bottom: 36px; }
    .sh1g { grid-template-columns: 1fr 1fr; gap: 14px; }
    .tb-w img { height: 240px; }
    .tb6h { padding: 9px 9px 14px; }
    .tb6h b { font-size: 14.5px; }
    .ds8u { font-size: 13.5px; }
    .ad3l { grid-template-columns: 1fr; gap: 16px; }
    .fl7m { grid-template-columns: 1fr; gap: 14px; }
    .nw4r { grid-template-columns: 1fr; gap: 16px; }
    .cw9d { grid-template-columns: 1fr; gap: 14px; }
    .bg5j, .dm-dk, .rv6b { padding: 64px 0; }
    .fn3c { padding: 72px 0; }
    .fn-v { font-size: 30px; }
    .go1b { width: 100%; justify-content: center; }
}
