/* 泰剧兔 tjtgf · 深夜0元派发货机 Vending Machine（色板取自图集：靛蓝灰+珊瑚红+香槟金+雾蓝白） */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
    color: #232a3d;
    background: #eef1f7;
    line-height: 1.78;
    overflow-x: hidden;
}
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ol, ul { list-style: none; }
.bx4w { width: 1200px; margin: 0 auto; }
.tt8 { font-size: 19px; font-weight: 800; color: #232a3d; }
.ds7 { font-size: 14.5px; color: #69738c; }
.light7 { color: #99a2bb; }
.lk6 { color: #ff5a4d; font-weight: 800; border-bottom: 2px solid rgba(255,90,77,.5); }

/* ===== 头部：机台灯牌 ===== */
.hd8k {
    position: fixed; top: 0; left: 0; right: 0; z-index: 90;
    background: rgba(238,241,247,.92);
    backdrop-filter: blur(12px);
    border-bottom: 3px solid #2b3047;
    transition: box-shadow .3s;
}
.hd8k.sc { box-shadow: 0 8px 0 rgba(43,48,71,.1); }
.hd8k .bx4w { display: flex; align-items: center; height: 80px; }
.lg3v { display: flex; align-items: center; gap: 11px; }
.lg3v img { width: 50px; height: 50px; }
.lg3v span { display: flex; flex-direction: column; line-height: 1.18; font-size: 21px; font-weight: 900; color: #2b3047; }
.lg3v i { font-style: normal; font-size: 9.5px; letter-spacing: 2px; color: #ff4038; font-weight: 700; }
.nv7z { display: flex; gap: 30px; margin-left: 48px; }
.nv7z a { font-size: 16px; font-weight: 700; color: #4c5670; padding: 4px 0; position: relative; }
.nv7z a::after { content: ""; position: absolute; left: 0; bottom: -3px; width: 0; height: 3px; background: #ff4038; transition: width .25s; border-radius: 3px; }
.nv7z a:hover { color: #ff4038; }
.nv7z a:hover::after { width: 100%; }
.hd-act { margin-left: auto; display: flex; align-items: center; gap: 12px; }
.gx9m {
    background: #ff4038; color: #fff;
    font-weight: 800; font-size: 15px; padding: 11px 24px; border-radius: 999px;
    box-shadow: 0 6px 16px rgba(255,64,56,.35), inset 0 1px 0 rgba(255,255,255,.3);
    transition: transform .15s, box-shadow .15s;
}
.gx9m:hover { transform: translateY(-2px); box-shadow: 0 9px 20px rgba(255,64,56,.45), inset 0 1px 0 rgba(255,255,255,.3); }
.mu2r { display: none; width: 42px; height: 42px; border-radius: 50%; border: 2px solid #2b3047; background: #fff; color: #ff4038; font-size: 19px; cursor: pointer; }
.mm5v { display: none; }

/* ===== Hero ===== */
.he6t { padding: 150px 0 92px; background: radial-gradient(circle at 78% 12%, rgba(255,64,56,.08), transparent 42%), #eef1f7; }
.he-box { display: flex; align-items: center; gap: 54px; }
.hl5q { flex: 1.08; }
.hl-k {
    display: inline-flex; align-items: center; gap: 9px;
    background: #2b3047; color: #cfd6e8;
    font-weight: 800; font-size: 12.5px; letter-spacing: 1.5px;
    padding: 8px 18px; border-radius: 999px; margin-bottom: 24px;
}
.hl-neon { width: 9px; height: 9px; border-radius: 50%; background: #ff4038; box-shadow: 0 0 0 4px rgba(255,64,56,.2); animation: neon 1.5s ease-in-out infinite; }
@keyframes neon { 0%,100% { box-shadow: 0 0 0 4px rgba(255,64,56,.25); } 50% { box-shadow: 0 0 0 8px rgba(255,64,56,0); } }
h1 { font-size: 55px; line-height: 1.26; font-weight: 900; color: #232a3d; letter-spacing: 1px; }
h1 em {
    font-style: normal; color: #fff; background: #ff4038;
    display: inline-block; margin: 10px 0 2px;
    padding: 2px 14px 6px; border-radius: 10px;
    box-shadow: 7px 7px 0 #2b3047;
    white-space: nowrap;
}
.hl-d { margin: 27px 0 31px; font-size: 17px; color: #5a6480; max-width: 556px; }
.hl-btns { display: flex; gap: 16px; flex-wrap: wrap; }
.red-btn {
    display: inline-flex; align-items: center; gap: 9px;
    background: #ff4038; color: #fff; font-size: 19px; font-weight: 900;
    padding: 17px 36px; border-radius: 999px;
    box-shadow: 0 8px 22px rgba(255,64,56,.4), inset 0 1px 0 rgba(255,255,255,.3);
    transition: transform .15s, box-shadow .15s;
}
.red-btn:hover { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(255,64,56,.52), inset 0 1px 0 rgba(255,255,255,.3); }
.ghost-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; color: #2b3047; font-weight: 800; font-size: 16px;
    padding: 15px 25px; border-radius: 999px; border: 2px solid #2b3047;
    transition: color .2s, border-color .2s;
}
.ghost-btn:hover { color: #ff4038; border-color: #ff4038; }
.hl-tags { display: flex; gap: 10px; margin-top: 34px; flex-wrap: wrap; }
.hl-tags li {
    display: inline-flex; align-items: center; gap: 6px;
    background: #fff; border: 1.5px solid #d4dbe9; border-radius: 999px;
    padding: 8px 16px; font-size: 13px; font-weight: 700; color: #4c5670;
}
.hl-tags i { color: #ff4038; font-size: 16px; }

/* hero 右：派发货机 */
.hr8n { flex: .92; display: flex; justify-content: center; padding: 24px 0; }
.vm9k {
    width: 380px;
    background: linear-gradient(180deg, #333a54, #262b40 60%, #222739);
    border-radius: 26px;
    padding: 16px;
    border: 2px solid #1a1e2e;
    box-shadow: 0 30px 60px rgba(34,39,57,.45), inset 0 2px 0 rgba(255,255,255,.08);
}
.vm-top {
    display: flex; align-items: center; gap: 11px;
    background: #1a1e2e; border-radius: 16px; padding: 10px 14px;
    border: 1px solid rgba(255,255,255,.06);
}
.vm-top img { width: 42px; height: 42px; background: #fff; border-radius: 10px; padding: 3px; }
.vm-top p { display: flex; flex-direction: column; line-height: 1.25; }
.vm-top b { color: #fff; font-size: 17px; letter-spacing: 1px; }
.vm-top span { font-size: 10.5px; color: #8b94ae; letter-spacing: 1px; }
.vm-lamp { margin-left: auto; width: 10px; height: 10px; border-radius: 50%; background: #ff4038; box-shadow: 0 0 12px 2px rgba(255,64,56,.8); animation: neon 1.6s ease-in-out infinite; }
.vm-glass {
    margin-top: 13px;
    background: linear-gradient(180deg, rgba(160,180,220,.14), rgba(90,105,140,.1));
    border: 1.5px solid rgba(255,255,255,.1);
    border-radius: 16px; padding: 12px;
    position: relative;
    box-shadow: inset 0 0 30px rgba(0,0,0,.35);
}
.vm-row { display: flex; align-items: center; gap: 9px; padding: 6px 2px; }
.vm-row + .vm-row { border-top: 1px dashed rgba(255,255,255,.12); }
.vm-code {
    flex: none; width: 26px; text-align: center;
    font-size: 11px; font-weight: 900; color: #ffb3af;
    background: rgba(255,64,56,.16); border: 1px solid rgba(255,64,56,.4);
    border-radius: 6px; padding: 3px 0;
}
.vm-spring {
    flex: 1; height: 8px;
    background: repeating-linear-gradient(90deg, #8b94ae 0 5px, transparent 5px 9px);
    opacity: .5; border-radius: 4px;
}
.vm-row img { width: 34px; height: 48px; object-fit: cover; border-radius: 5px; border: 1px solid rgba(255,255,255,.15); flex: none; }
.vm-price {
    flex: none; font-size: 10px; font-weight: 900; letter-spacing: 1px;
    color: #ff8a80; background: rgba(255,64,56,.18);
    border: 1px solid rgba(255,64,56,.5); border-radius: 5px; padding: 2px 6px;
}
.vm-price.gold { color: #5a4a1e; background: #f2e1ad; border-color: #e8d493; }
.vm-vip {
    margin-top: 10px;
    background: linear-gradient(90deg, #f2e1ad, #e9d49a);
    color: #5a4a1e; font-size: 11.5px; font-weight: 800;
    border-radius: 999px; padding: 7px 14px;
    display: flex; align-items: center; gap: 7px;
}
.vm-vip i { font-size: 14px; }
.vm-panel { display: flex; gap: 12px; margin-top: 13px; align-items: center; }
.vm-keys { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; flex: 1; }
.vm-keys span {
    background: #15192a; color: #8b94ae;
    text-align: center; font-size: 13px; font-weight: 800;
    border-radius: 8px; padding: 7px 0;
    border: 1px solid rgba(255,255,255,.07);
    box-shadow: inset 0 2px 4px rgba(0,0,0,.4);
}
.vm-out {
    display: inline-flex; flex-direction: column; align-items: center; gap: 1px;
    background: #ff4038; color: #fff;
    border-radius: 12px; padding: 10px 18px;
    font-size: 13px; font-weight: 900;
    box-shadow: 0 5px 0 #b3241d, 0 8px 14px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.3);
    transition: transform .1s, box-shadow .1s;
}
.vm-out i { font-size: 19px; }
.vm-out:active { transform: translateY(4px); box-shadow: 0 1px 0 #b3241d, inset 0 1px 0 rgba(255,255,255,.3); }
.vm-slot {
    margin-top: 12px;
    background: #12151f; border-radius: 10px;
    border: 2px solid #15192a;
    box-shadow: inset 0 4px 10px rgba(0,0,0,.6);
    padding: 12px; text-align: center;
}
.vm-slot span { font-size: 10px; letter-spacing: 3px; color: #5a6380; font-weight: 800; }

/* ===== 版块 ===== */
.bk3z { padding: 92px 0; }
.ink2 { background: linear-gradient(180deg, #23283c, #1f2334); }
.st9m {
    text-align: center; font-size: 33px; font-weight: 900; color: #232a3d;
    margin-bottom: 54px; display: flex; flex-direction: column; align-items: center; gap: 9px;
}
.st9m.light { color: #f2f5fc; }
.st-k { font-size: 11.5px; letter-spacing: 3px; color: #ff4038; font-weight: 800; }
.st9m::after { content: ""; width: 54px; height: 5px; border-radius: 5px; background: #2b3047; }
.st9m.light::after { background: #ff4038; }

/* ===== 货道展示 ===== */
.sh4k { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.sh-it {
    background: #fff; border-radius: 20px; overflow: hidden;
    border: 1.5px solid #dce2ee;
    box-shadow: 0 10px 24px rgba(43,48,71,.08);
    transition: transform .25s, box-shadow .25s;
}
.sh-it:hover { transform: translateY(-8px); box-shadow: 0 20px 36px rgba(43,48,71,.16); }
.sh-tag {
    background: #2b3047; color: #ffb3af;
    font-size: 11.5px; font-weight: 900; letter-spacing: 1.5px;
    padding: 8px 18px; display: inline-block;
    border-radius: 0 0 12px 0;
}
.sh-img { height: 348px; background: #0e111d; }
.sh-img img { width: 100%; height: 100%; object-fit: cover; object-position: top; }
.sh-it figcaption { padding: 18px 18px 22px; }
.sh-it figcaption b { font-size: 17px; color: #232a3d; display: block; margin-bottom: 6px; }

/* ===== 按键面板（优势） ===== */
.ad6q { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ad-it {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px; padding: 32px 28px 30px;
    transition: transform .22s, border-color .22s, background .22s;
}
.ad-it:hover { transform: translateY(-6px); border-color: rgba(255,64,56,.5); background: rgba(255,64,56,.06); }
.ad-key {
    width: 62px; height: 62px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ff6a5e, #e0332b 75%);
    display: flex; align-items: center; justify-content: center;
    font-size: 28px; color: #fff; margin-bottom: 17px;
    box-shadow: 0 5px 0 #a51f18, 0 9px 16px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.35);
}
.ad-it .tt8 { color: #f2f5fc; margin-bottom: 8px; }

/* ===== 传送带（流程） ===== */
.bp4m {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
    background: repeating-linear-gradient(90deg, #2b3047 0 46px, #333a54 46px 56px);
    padding: 22px; border-radius: 22px;
    border: 2px solid #23283c;
}
.bp4m li {
    background: #fff; border-radius: 16px;
    padding: 26px 22px 28px; position: relative;
    box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.bp4m li + li::before {
    content: ""; position: absolute; left: -17px; top: 50%; transform: translateY(-50%);
    width: 0; height: 0;
    border-top: 8px solid transparent; border-bottom: 8px solid transparent;
    border-left: 13px solid #ff4038; z-index: 2;
}
.bp-step {
    display: inline-block; font-size: 11px; font-weight: 900; letter-spacing: 1.5px;
    color: #fff; background: #2b3047; border-radius: 999px;
    padding: 5px 13px; margin-bottom: 15px;
}
.bp4m li:nth-child(1) .bp-step { background: #ff4038; }
.bp4m li:nth-child(2) .bp-step { background: #e0332b; }
.bp4m li:nth-child(3) .bp-step { background: #f2e1ad; color: #5a4a1e; }
.bp4m li:nth-child(4) .bp-step { background: #2b3047; }
.bp-ic {
    width: 54px; height: 54px; border-radius: 15px;
    background: #eef1f7; border: 2px solid #2b3047;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; color: #ff4038; margin-bottom: 13px;
}
.bp4m .tt8 { margin-bottom: 6px; }

/* ===== 公告（资讯） ===== */
.nw5x { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nw-it {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 18px; padding: 28px 26px 24px;
    transition: transform .22s, border-color .22s;
}
.nw-it:hover { transform: translateY(-6px); border-color: rgba(255,64,56,.45); }
.nw-k {
    display: inline-flex; align-items: center; gap: 7px;
    font-size: 12.5px; font-weight: 900; color: #ff8a80;
    background: rgba(255,64,56,.12); border: 1px solid rgba(255,64,56,.35);
    border-radius: 999px; padding: 5px 14px; margin-bottom: 15px;
}
.nw-it .tt8 { color: #f2f5fc; font-size: 17.5px; line-height: 1.6; margin-bottom: 10px; }
.nw-dt { margin-top: 16px; font-size: 12px; color: #6f7896; font-weight: 700; letter-spacing: 1px; }

/* ===== 问答 ===== */
.fq8z { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 14px; }
.fq-it { background: #fff; border: 1.5px solid #dce2ee; border-radius: 16px; overflow: hidden; box-shadow: 0 6px 16px rgba(43,48,71,.06); }
.fq-h { display: flex; align-items: center; gap: 15px; padding: 19px 24px; cursor: pointer; }
.fq-q {
    flex: none;
    background: #2b3047; color: #fff;
    font-size: 13px; font-weight: 900; border-radius: 10px;
    padding: 7px 12px;
}
.fq-h b { flex: 1; font-size: 16.5px; color: #2b3047; }
.fq-h > i { flex: none; font-size: 22px; color: #ff4038; transition: transform .3s; }
.fq-it.fq-open .fq-h > i { transform: rotate(45deg); }
.fq-b { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.fq-b .ds7 { padding: 0 24px 22px 78px; }

/* ===== 取货小票（评价） ===== */
.rv7k { column-count: 3; column-gap: 24px; }
.rv-it {
    break-inside: avoid; margin-bottom: 24px;
    background: #f7f8fb;
    border: 1.5px dashed #8b94ae;
    border-radius: 6px;
    padding: 20px 20px 16px;
    position: relative;
    box-shadow: 0 8px 18px rgba(0,0,0,.25);
}
.rv-it::before, .rv-it::after {
    content: ""; position: absolute; top: -8px;
    width: 16px; height: 16px; border-radius: 50%;
    background: #23283c; border: 2px solid #1f2334;
}
.rv-it::before { left: 18px; }
.rv-it::after { right: 18px; }
.rv-head {
    font-family: "Courier New", monospace; font-size: 11px; font-weight: 900;
    letter-spacing: 1px; color: #2b3047;
    display: flex; justify-content: space-between;
    border-bottom: 2px dashed #8b94ae; padding-bottom: 8px; margin-bottom: 10px;
}
.rv-head span { color: #ff4038; }
.rv-txt { font-size: 14px; color: #39415a; line-height: 1.95; }
.rv-mid { text-align: center; color: #b3bacb; font-size: 12px; margin: 10px 0; letter-spacing: -1px; }
.rv-f { display: flex; align-items: center; gap: 10px; }
.rv-a {
    width: 38px; height: 38px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #ff6a5e, #e0332b 75%);
    color: #fff; font-size: 15px; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 3px 0 #a51f18;
}
.rv-f b { font-size: 13.5px; color: #2b3047; }
.rv-f time { margin-left: auto; font-family: "Courier New", monospace; font-size: 10.5px; color: #8b94ae; white-space: nowrap; }

/* ===== CTA ===== */
.ct9m { padding: 100px 0 92px; background: #eef1f7; }
.ct-card {
    background: linear-gradient(180deg, #333a54, #222739);
    border-radius: 26px; border: 2px solid #1a1e2e;
    padding: 62px 50px; text-align: center; color: #f2f5fc;
    position: relative; overflow: hidden;
    box-shadow: 0 24px 50px rgba(43,48,71,.3);
}
.ct-card::before {
    content: ""; position: absolute; inset: 0;
    background: repeating-linear-gradient(90deg, rgba(255,255,255,.03) 0 2px, transparent 2px 60px);
}
.ct-k {
    position: relative;
    display: inline-flex; align-items: center; gap: 8px;
    background: rgba(255,64,56,.14); border: 1px solid rgba(255,90,77,.5);
    color: #ff8a80; border-radius: 999px;
    padding: 8px 22px; font-size: 13px; font-weight: 800; letter-spacing: 1.5px;
    margin-bottom: 24px;
}
.ct-t { position: relative; font-size: 42px; font-weight: 900; line-height: 1.5; }
.ct-t em { font-style: normal; color: #fff; background: #ff4038; padding: 2px 14px 6px; border-radius: 10px; box-shadow: 5px 5px 0 rgba(0,0,0,.4); }
.ct-d { position: relative; margin: 18px 0 36px; font-size: 16px; color: #aab3cc; }
.ct-btn {
    position: relative;
    display: inline-flex; align-items: center; gap: 10px;
    background: #ff4038; color: #fff; font-size: 20px; font-weight: 900;
    padding: 18px 48px; border-radius: 999px;
    box-shadow: 0 10px 26px rgba(255,64,56,.45), inset 0 1px 0 rgba(255,255,255,.3);
    transition: transform .15s, box-shadow .15s;
}
.ct-btn:hover { transform: translateY(-3px); box-shadow: 0 14px 32px rgba(255,64,56,.58), inset 0 1px 0 rgba(255,255,255,.3); }

/* ===== 页脚 ===== */
.ft5p { background: #1a1e2e; border-top: 3px solid #ff4038; padding: 44px 0 30px; }
.ft-row { display: flex; align-items: center; justify-content: space-between; }
.ft-lg { display: flex; align-items: center; gap: 11px; color: #f2f5fc; font-size: 19px; font-weight: 900; }
.ft-lg img { width: 40px; height: 40px; background: #fff; border-radius: 10px; padding: 3px; }
.ft-nv { display: flex; gap: 28px; }
.ft-nv a { font-size: 14px; color: #99a2bb; }
.ft-nv a:hover { color: #ff5a4d; }
.ft-rule { border-top: 1px dashed rgba(255,255,255,.14); margin: 24px 0 16px; }
.ft-cp { font-size: 12.5px; text-align: center; color: #6f7896; }

/* 入场 */
.rv-fade { opacity: 0; transition: opacity .55s ease; }
.rv-on { opacity: 1; }

/* ===== 移动端 768 ===== */
@media (max-width: 768px) {
    .bx4w { width: 100%; padding: 0 18px; }
    .hd8k .bx4w { height: 64px; }
    .lg3v img { width: 40px; height: 40px; }
    .lg3v span { font-size: 17px; }
    .lg3v i { font-size: 8.5px; letter-spacing: 1px; }
    .nv7z, .gx9m { display: none; }
    .mu2r { display: flex; align-items: center; justify-content: center; }
    .mm5v { display: flex; flex-direction: column; max-height: 0; overflow: hidden; background: #fff; transition: max-height .35s; border-bottom: 0 solid #2b3047; }
    .mm5v.mm-on { max-height: 440px; border-bottom-width: 3px; }
    .mm5v a { padding: 14px 22px; font-size: 15px; font-weight: 700; color: #4c5670; border-top: 1px solid #e6eaf3; }
    .mm5v a:last-child { margin: 10px 18px 16px; text-align: center; background: #ff4038; color: #fff; border-radius: 999px; padding: 14px; font-weight: 800; border-top: 0; }
    .he6t { padding: 102px 0 54px; }
    .he-box { flex-direction: column; gap: 44px; }
    h1 { font-size: 35px; }
    h1 em { box-shadow: 4px 4px 0 #2b3047; }
    .hl-d { font-size: 15px; }
    .hl-btns { flex-direction: column; align-items: stretch; }
    .red-btn { width: 100%; justify-content: center; font-size: 18px; padding: 16px 24px; }
    .ghost-btn { justify-content: center; }
    .hr8n { width: 100%; }
    .vm9k { width: 100%; max-width: 380px; }
    .bk3z { padding: 64px 0; }
    .st9m { font-size: 26px; margin-bottom: 38px; }
    .sh4k { display: flex; overflow-x: auto; gap: 16px; padding: 8px 4px 20px; scroll-snap-type: x mandatory; }
    .sh-it { flex: 0 0 72%; scroll-snap-align: center; }
    .sh-img { height: 320px; }
    .ad6q { grid-template-columns: 1fr; gap: 14px; }
    .ad-it { padding: 26px 22px; }
    .bp4m { grid-template-columns: 1fr; gap: 22px; }
    .bp4m li + li::before { left: 50%; top: -17px; transform: translateX(-50%) rotate(90deg); }
    .nw5x { grid-template-columns: 1fr; gap: 14px; }
    .fq-h { padding: 15px 18px; gap: 12px; }
    .fq-h b { font-size: 15px; }
    .fq-b .ds7 { padding: 0 18px 20px; }
    .rv7k { column-count: 1; }
    .rv-f time { font-size: 10px; }
    .ct-card { padding: 46px 22px; }
    .ct-t { font-size: 27px; }
    .ct-btn { width: 90%; justify-content: center; font-size: 18px; padding: 17px 24px; }
    .ft-row { flex-direction: column; gap: 20px; }
    .ft-nv { flex-wrap: wrap; justify-content: center; gap: 16px 22px; }
}
