* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #1c1f24;
    background:
        radial-gradient(circle at 12% 8%, rgba(244, 196, 48, 0.18), transparent 32%),
        radial-gradient(circle at 88% 0%, rgba(28, 35, 48, 0.08), transparent 28%),
        linear-gradient(180deg, #eef2f6 0%, #f7f8fa 42%, #eef1f4 100%);
    line-height: 1.65;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

.dylf {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.ugbn {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #12151a;
    margin-bottom: 36px;
    position: relative;
}

.ugbn::after {
    content: "";
    display: block;
    width: 56px;
    height: 4px;
    margin: 14px auto 0;
    background: linear-gradient(90deg, #f4c430, #ff9f1a);
    border-radius: 999px;
}

.titl {
    font-size: 18px;
    font-weight: 700;
    color: #12151a;
    margin-bottom: 8px;
}

.kxwm {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(12, 14, 18, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(244, 196, 48, 0.28);
}

.kxwi {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.plvq {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.plvq img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    object-fit: cover;
}

.plvq span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.ortn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 16px;
}

.ortn a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    transition: color 0.2s ease;
}

.ortn a:hover {
    color: #f4c430;
}

.zyfa {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 16px;
    border-radius: 999px;
    background: linear-gradient(135deg, #f4c430, #ffb020);
    color: #1a1400;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 8px 20px rgba(244, 196, 48, 0.28);
}

.mvtg {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    color: #f4c430;
    border: 1px solid rgba(244, 196, 48, 0.35);
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.mbeq {
    position: relative;
    overflow: hidden;
    padding: 72px 0 84px;
    background:
        linear-gradient(135deg, rgba(244, 196, 48, 0.12) 0%, transparent 42%),
        linear-gradient(180deg, #12151a 0%, #1c2430 58%, #243041 100%);
    color: #fff;
}

.mbeq::before {
    content: "";
    position: absolute;
    inset: auto -10% -30% auto;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 196, 48, 0.35), transparent 68%);
    pointer-events: none;
}

.mbeqin {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.jxap .plvq.hero span {
    font-size: 20px;
    color: #f4c430;
}

.jxap h1 {
    margin-top: 22px;
    font-size: 44px;
    line-height: 1.25;
    letter-spacing: 0.02em;
    max-width: 560px;
}

.jxap .lead {
    margin-top: 18px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    max-width: 540px;
}

.vnre {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 240px;
    padding: 16px 28px;
    border-radius: 14px;
    background: linear-gradient(135deg, #ffe566, #f4c430 45%, #ff9f1a);
    color: #1a1400;
    font-size: 18px;
    font-weight: 800;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.25) inset,
        0 16px 36px rgba(244, 196, 48, 0.38);
}

.tagr {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-top: 22px;
}

.tagr li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
}

.tagr i {
    color: #f4c430;
}

.qhsk {
    position: relative;
    display: flex;
    justify-content: center;
}

.film {
    width: min(100%, 320px);
    padding: 14px 12px;
    border-radius: 28px;
    background:
        repeating-linear-gradient(
            90deg,
            #0c0e12 0 10px,
            #f4c430 10px 14px,
            #0c0e12 14px 24px
        );
    box-shadow: 0 28px 60px rgba(0, 0, 0, 0.45);
    transform: rotate(2.5deg);
}

.film img {
    width: 100%;
    height: auto;
    border-radius: 18px;
    background: #000;
}

.spot {
    position: absolute;
    width: 180px;
    height: 180px;
    right: 8%;
    bottom: -18px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(244, 196, 48, 0.45), transparent 70%);
    filter: blur(8px);
    pointer-events: none;
}

.rami,
.sokw,
.blqc,
.pzim,
.ntya,
.eolv,
.kavp {
    padding: 78px 0;
}

.rami {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.2)),
        repeating-linear-gradient(
            -12deg,
            transparent,
            transparent 18px,
            rgba(244, 196, 48, 0.05) 18px,
            rgba(244, 196, 48, 0.05) 19px
        );
}

.tepx {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.tepx figure {
    margin: 0;
    background: #fff;
    border: 1px solid rgba(18, 21, 26, 0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(18, 21, 26, 0.06);
}

.tepx img {
    width: 100%;
    height: auto;
    object-fit: contain;
    background: #0c0e12;
}

.sokw {
    background: linear-gradient(180deg, #f4f6f9, #ebeff4);
}

.hnif {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.hnif article {
    position: relative;
    padding: 26px 22px 24px 24px;
    background: #fff;
    border-radius: 0 18px 18px 0;
    border-left: 5px solid #f4c430;
    box-shadow: 0 10px 24px rgba(18, 21, 26, 0.05);
}

.hnif i {
    font-size: 28px;
    color: #d39a00;
    margin-bottom: 12px;
    display: inline-block;
}

.hnif p {
    font-size: 14px;
    color: #5a6270;
}

.blqc {
    background:
        radial-gradient(circle at 80% 20%, rgba(244, 196, 48, 0.16), transparent 26%),
        #12151a;
    color: #fff;
}

.blqc .ugbn {
    color: #fff;
}

.wqer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wqer article {
    padding: 24px 22px;
    border-radius: 18px;
    background: linear-gradient(160deg, #1d2330, #151922);
    border: 1px solid rgba(244, 196, 48, 0.2);
}

.wqer i {
    font-size: 30px;
    color: #f4c430;
    margin-bottom: 14px;
    display: inline-block;
}

.wqer .titl {
    color: #fff;
}

.wqer p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.68);
    min-height: 44px;
}

.wqer a {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f4c430;
    font-weight: 700;
    font-size: 14px;
}

.pzim {
    background: #f7f8fa;
}

.xkvo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    position: relative;
}

.xkvo::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    top: 34px;
    height: 2px;
    background: repeating-linear-gradient(
        90deg,
        #f4c430 0 12px,
        transparent 12px 22px
    );
}

.xkvo .step {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 18px 14px 8px;
    background: transparent;
}

.xkvo .step span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #12151a;
    color: #f4c430;
    font-weight: 800;
    margin-bottom: 14px;
    border: 3px solid #f4c430;
}

.xkvo .step i {
    display: block;
    font-size: 24px;
    color: #c79200;
    margin-bottom: 10px;
}

.xkvo .step p {
    font-size: 14px;
    color: #5a6270;
}

.ntya {
    background: #eef2f6;
}

.ghur .item {
    background: #fff;
    border-radius: 14px;
    margin-bottom: 12px;
    border: 1px solid rgba(18, 21, 26, 0.08);
    overflow: hidden;
}

.ghur button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 18px 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #12151a;
}

.ghur button i {
    color: #d39a00;
    font-size: 20px;
    transition: transform 0.2s ease;
}

.ghur .panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.ghur .panel p {
    padding: 0 20px 18px;
    font-size: 14px;
    color: #5a6270;
}

.ghur .item.on button i {
    transform: rotate(45deg);
}

.ghur .item.on .panel {
    max-height: 180px;
}

.eolv {
    background: linear-gradient(180deg, #f8f9fb, #f0f3f7);
}

.sfmi {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.sfmi article {
    padding: 22px 22px 22px 26px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid #12151a;
    box-shadow: 0 10px 24px rgba(18, 21, 26, 0.04);
}

.sfmi time {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #8a93a1;
}

.sfmi p {
    font-size: 14px;
    color: #5a6270;
}

.kavp {
    background:
        radial-gradient(circle at 20% 10%, rgba(244, 196, 48, 0.12), transparent 24%),
        #f4f6f9;
}

.yxnd {
    column-count: 3;
    column-gap: 18px;
}

.yxnd article {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid rgba(18, 21, 26, 0.06);
    box-shadow: 0 12px 26px rgba(18, 21, 26, 0.05);
}

.yxnd .stars {
    color: #f4c430;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.yxnd p {
    font-size: 14px;
    color: #3d4450;
    margin-bottom: 14px;
}

.yxnd .meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    font-size: 12px;
    color: #8a93a1;
}

.yxnd .meta span {
    font-weight: 700;
    color: #12151a;
}

.mofu {
    background: #0c0e12;
    color: #fff;
    padding: 36px 0 24px;
    border-top: 1px solid rgba(244, 196, 48, 0.25);
}

.mofuin {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
}

.copy {
    text-align: center;
    margin-top: 22px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.45);
}

@media (max-width: 767px) {
    .ugbn {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .kxwi {
        min-height: 64px;
        flex-wrap: wrap;
    }

    .ortn {
        display: none;
        width: 100%;
        order: 4;
        padding: 8px 0 14px;
        flex-direction: column;
        gap: 10px;
    }

    .kxwm.open .ortn {
        display: flex;
    }

    .zyfa {
        margin-left: auto;
    }

    .mvtg {
        display: inline-flex;
    }

    .mbeq {
        padding: 42px 0 56px;
    }

    .mbeqin {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .jxap h1 {
        font-size: 30px;
    }

    .vnre {
        width: 100%;
        min-width: 0;
    }

    .film {
        width: min(100%, 280px);
        transform: none;
    }

    .rami,
    .sokw,
    .blqc,
    .pzim,
    .ntya,
    .eolv,
    .kavp {
        padding: 56px 0;
    }

    .tepx {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 6px;
    }

    .tepx figure {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .hnif,
    .wqer,
    .sfmi {
        grid-template-columns: 1fr;
    }

    .xkvo {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 18px;
    }

    .xkvo::before {
        left: 39px;
        right: auto;
        top: 18px;
        bottom: 18px;
        width: 2px;
        height: auto;
        background: repeating-linear-gradient(
            180deg,
            #f4c430 0 12px,
            transparent 12px 22px
        );
    }

    .xkvo .step {
        text-align: left;
        padding: 0 0 28px 54px;
    }

    .xkvo .step span {
        position: absolute;
        left: 18px;
        top: 0;
        margin: 0;
    }

    .yxnd {
        column-count: 1;
    }

    .mofuin {
        flex-direction: column;
        align-items: flex-start;
    }

    .mofu .ortn {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mofu .zyfa {
        margin-left: 0;
    }
}
