* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body.pkwue {
    font-family: "Avenir Next", "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #1c2430;
    background:
        radial-gradient(circle at 12% 8%, rgba(229, 57, 53, 0.12), transparent 32%),
        radial-gradient(circle at 88% 0%, rgba(255, 152, 0, 0.1), transparent 28%),
        linear-gradient(180deg, #f4f7fb 0%, #e8eef6 46%, #f7f9fc 100%);
    line-height: 1.65;
}

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

img {
    display: block;
    max-width: 100%;
    height: auto;
}

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

.oqxtn {
    width: 1200px;
    max-width: calc(100% - 32px);
    margin: 0 auto;
}

.mzvha {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(14px);
    background: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(28, 36, 48, 0.08);
}

.mzvha .oqxtn {
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.bjyfr {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.bjyfr img {
    border-radius: 10px;
    box-shadow: 0 8px 18px rgba(229, 57, 53, 0.22);
}

.bjyfr span {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.bjyfr em {
    font-style: normal;
    font-size: 12px;
    font-weight: 500;
    color: #6b778a;
}

.tudxo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
}

.tudxo a {
    font-size: 14px;
    color: #445064;
    padding: 6px 2px;
    position: relative;
}

.tudxo a:hover {
    color: #e53935;
}

.cirwe {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}

.voksp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 11px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #e53935, #ff6f3c);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 10px 24px rgba(229, 57, 53, 0.28);
}

.voksp:hover {
    filter: brightness(1.05);
}

.ljapm {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(28, 36, 48, 0.12);
    background: #fff;
    font-size: 22px;
    color: #1c2430;
}

.afnzo {
    padding: 54px 0 34px;
}

.kdrvy {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.ymspb {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(28, 36, 48, 0.08);
    border-radius: 28px;
    padding: 36px 34px;
    box-shadow: 0 18px 40px rgba(40, 62, 98, 0.08);
    position: relative;
    overflow: hidden;
}

.ymspb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 8px;
    background: repeating-linear-gradient(
        180deg,
        #e53935 0 12px,
        #ffb300 12px 24px,
        #1c2430 24px 28px
    );
}

.tqwen {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px 8px 8px;
    border-radius: 999px;
    background: #fff5f4;
    color: #c62828;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 18px;
}

.tqwen img {
    border-radius: 12px;
}

.uxbhk {
    font-size: 46px;
    line-height: 1.18;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
}

.rgqon {
    font-size: 16px;
    color: #536074;
    max-width: 34em;
    margin-bottom: 26px;
}

.zmpfw {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 56px;
    padding: 0 28px;
    border-radius: 16px;
    background: #1c2430;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    box-shadow: 0 16px 30px rgba(28, 36, 48, 0.28);
}

.zmpfw:hover {
    background: #e53935;
}

.hcvdi {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 22px;
}

.hcvdi li {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #eef3f9;
    color: #334155;
    font-size: 13px;
    font-weight: 600;
}

.hcvdi i {
    color: #e53935;
}

.wlpqe {
    position: relative;
    display: flex;
    justify-content: center;
}

.jstxo {
    width: min(100%, 320px);
    border-radius: 34px;
    padding: 12px;
    background: linear-gradient(160deg, #1c2430, #334155);
    box-shadow: 0 28px 50px rgba(28, 36, 48, 0.28);
    transform: rotate(2deg);
}

.jstxo img {
    width: 100%;
    border-radius: 24px;
    background: #111;
}

.bnkyu {
    position: absolute;
    left: 0;
    bottom: 36px;
    display: grid;
    gap: 10px;
}

.bnkyu span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(28, 36, 48, 0.08);
    box-shadow: 0 12px 24px rgba(28, 36, 48, 0.12);
    font-size: 13px;
    font-weight: 700;
}

.bnkyu i {
    color: #e53935;
}

.qmvza,
.ndjux,
.tbqyi,
.ljwko,
.iwqpf,
.ykdls,
.zohxn {
    padding: 58px 0;
}

.psxei {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin-bottom: 34px;
    color: #1c2430;
}

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

.oltwn {
    margin: 0;
    border-radius: 24px;
    background: #101820;
    padding: 10px;
    box-shadow: 0 16px 34px rgba(28, 36, 48, 0.14);
    overflow: hidden;
}

.oltwn img {
    width: 100%;
    height: auto;
    border-radius: 16px;
    object-fit: contain;
    background: #000;
}

.gekwp {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.mrvhc {
    background: #fff;
    border-radius: 22px;
    padding: 24px 22px 22px;
    border: 1px solid rgba(28, 36, 48, 0.07);
    box-shadow: 0 12px 28px rgba(40, 62, 98, 0.06);
    position: relative;
}

.mrvhc::after {
    content: "";
    position: absolute;
    right: 18px;
    top: 18px;
    width: 42px;
    height: 42px;
    border-radius: 14px;
    background: #fff1ef;
}

.mrvhc i {
    position: relative;
    z-index: 1;
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    background: #e53935;
    color: #fff;
    font-size: 20px;
    margin-bottom: 16px;
}

.mrvhc strong {
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

.mrvhc p {
    font-size: 14px;
    color: #5b6778;
}

.uxcjl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.kdpha {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border: 1px solid rgba(28, 36, 48, 0.08);
    border-radius: 22px;
    padding: 22px;
    box-shadow: 0 14px 28px rgba(40, 62, 98, 0.06);
    position: relative;
    overflow: hidden;
}

.kdpha::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-style: solid;
    border-width: 0 34px 34px 0;
    border-color: transparent #ffe0b2 transparent transparent;
}

.syvnm {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.syvnm span {
    font-size: 13px;
    font-weight: 800;
    color: #e53935;
    letter-spacing: 0.08em;
}

.syvnm i {
    font-size: 22px;
    color: #1c2430;
}

.woqer {
    display: block;
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 10px;
    color: #1c2430;
}

.woqer:hover {
    color: #e53935;
}

.kdpha p {
    font-size: 14px;
    color: #5b6778;
    min-height: 66px;
    margin-bottom: 16px;
}

.ihvta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #e53935;
}

.cvyna {
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding-left: 28px;
}

.cvyna::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 8px;
    bottom: 8px;
    width: 3px;
    background: linear-gradient(180deg, #e53935, #ffb300, #1c2430);
    border-radius: 999px;
}

.phxst {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 16px;
    margin-bottom: 18px;
    align-items: stretch;
}

.phxst:last-child {
    margin-bottom: 0;
}

.eqzmd {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background: #1c2430;
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    position: relative;
}

.eqzmd::before {
    content: "";
    position: absolute;
    left: -28px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e53935;
    border: 3px solid #f4f7fb;
    box-shadow: 0 0 0 3px rgba(229, 57, 53, 0.2);
}

.yrufb {
    background: #fff;
    border-radius: 20px;
    padding: 20px 22px;
    border: 1px solid rgba(28, 36, 48, 0.07);
    box-shadow: 0 10px 24px rgba(40, 62, 98, 0.05);
}

.yrufb i {
    display: inline-flex;
    margin-bottom: 8px;
    color: #e53935;
    font-size: 22px;
}

.yrufb strong {
    display: block;
    font-size: 17px;
    margin-bottom: 6px;
}

.yrufb p {
    font-size: 14px;
    color: #5b6778;
}

.anxgo {
    display: grid;
    gap: 12px;
    max-width: 920px;
    margin: 0 auto;
}

.rtemq {
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(28, 36, 48, 0.08);
    overflow: hidden;
}

.rtemq summary {
    list-style: none;
    cursor: pointer;
    display: grid;
    grid-template-columns: 46px 1fr 24px;
    gap: 12px;
    align-items: center;
    padding: 18px 18px;
}

.rtemq summary::-webkit-details-marker {
    display: none;
}

.rtemq summary span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    border-radius: 10px;
    background: #fff1ef;
    color: #e53935;
    font-size: 13px;
    font-weight: 800;
}

.rtemq summary strong {
    font-size: 16px;
}

.rtemq summary i {
    font-size: 20px;
    color: #6b778a;
    transition: transform 0.2s ease;
}

.rtemq[open] summary i {
    transform: rotate(180deg);
    color: #e53935;
}

.rtemq p {
    padding: 0 18px 18px 76px;
    color: #5b6778;
    font-size: 14px;
}

.qmzpw {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.vbjue {
    background: #fff;
    border-radius: 20px;
    padding: 22px 22px 20px;
    border-left: 5px solid #e53935;
    box-shadow: 0 12px 26px rgba(40, 62, 98, 0.06);
}

.vbjue time {
    display: block;
    font-size: 12px;
    color: #7a8798;
    margin-bottom: 10px;
}

.vbjue strong {
    display: block;
    font-size: 17px;
    margin-bottom: 8px;
    line-height: 1.45;
}

.vbjue p {
    font-size: 14px;
    color: #5b6778;
}

.lpfkw {
    column-count: 3;
    column-gap: 16px;
}

.sgnyu {
    break-inside: avoid;
    margin-bottom: 16px;
    background: #fff;
    border-radius: 20px;
    padding: 18px;
    border: 1px solid rgba(28, 36, 48, 0.07);
    box-shadow: 0 12px 24px rgba(40, 62, 98, 0.05);
}

.etqxa {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.etqxa > span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #e53935, #ff8a65);
    color: #fff;
    font-weight: 800;
}

.etqxa strong {
    display: block;
    font-size: 15px;
}

.etqxa time {
    display: block;
    font-size: 12px;
    color: #7a8798;
}

.sgnyu p {
    font-size: 14px;
    color: #445064;
}

.durye {
    margin-top: 20px;
    padding: 34px 0 28px;
    background: #1c2430;
    color: #e8eef6;
}

.mxqab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.durye .bjyfr em,
.durye .kptws a {
    color: rgba(232, 238, 246, 0.72);
}

.kptws {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 14px;
}

.kptws a {
    font-size: 13px;
}

.kptws a:hover {
    color: #fff;
}

.fnqio {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding-top: 18px;
    font-size: 13px;
    color: rgba(232, 238, 246, 0.62);
}

@media (max-width: 767px) {
    .mzvha .oqxtn {
        min-height: 64px;
    }

    .tudxo {
        display: none;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 68px;
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
        padding: 10px;
        border-radius: 16px;
        background: #fff;
        border: 1px solid rgba(28, 36, 48, 0.08);
        box-shadow: 0 16px 30px rgba(28, 36, 48, 0.12);
    }

    .tudxo.qeslw {
        display: flex;
    }

    .tudxo a {
        width: 100%;
        padding: 12px 10px;
        border-bottom: 1px solid rgba(28, 36, 48, 0.06);
    }

    .tudxo a:last-child {
        border-bottom: 0;
    }

    .ljapm {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .voksp span {
        display: none;
    }

    .voksp {
        width: 42px;
        height: 42px;
        padding: 0;
        justify-content: center;
        border-radius: 12px;
    }

    .afnzo {
        padding: 28px 0 18px;
    }

    .kdrvy {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .ymspb {
        padding: 26px 20px 24px 28px;
    }

    .uxbhk {
        font-size: 32px;
    }

    .zmpfw {
        width: 100%;
    }

    .wlpqe {
        order: -1;
    }

    .jstxo {
        width: min(100%, 250px);
        transform: none;
    }

    .bnkyu {
        left: auto;
        right: 0;
        bottom: 18px;
    }

    .psxei {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .qmvza,
    .ndjux,
    .tbqyi,
    .ljwko,
    .iwqpf,
    .ykdls,
    .zohxn {
        padding: 42px 0;
    }

    .fykro {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        padding-bottom: 8px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .oltwn {
        flex: 0 0 72%;
        scroll-snap-align: start;
    }

    .gekwp,
    .uxcjl,
    .qmzpw {
        grid-template-columns: 1fr;
    }

    .kdpha p {
        min-height: 0;
    }

    .cvyna {
        padding-left: 22px;
    }

    .phxst {
        grid-template-columns: 1fr;
    }

    .eqzmd {
        width: 58px;
        height: 58px;
    }

    .eqzmd::before {
        left: -22px;
    }

    .rtemq summary {
        grid-template-columns: 40px 1fr 20px;
        padding: 16px 14px;
    }

    .rtemq p {
        padding: 0 14px 16px 14px;
    }

    .lpfkw {
        column-count: 1;
    }

    .mxqab {
        flex-direction: column;
        align-items: flex-start;
    }

    .fnqio {
        flex-direction: column;
    }

    .durye .voksp {
        width: auto;
        padding: 11px 18px;
        border-radius: 999px;
    }

    .durye .voksp span {
        display: inline;
    }
}
