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

html {
    scroll-behavior: smooth;
}

body {
    color: #171b20;
    background: #eef1f3;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    letter-spacing: 0;
}

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

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

button {
    font: inherit;
}

.nqmfy {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #c7ccd0;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(14px);
}

.hlzra {
    width: min(1200px, calc(100% - 40px));
    min-height: 72px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 22px;
}

.stxep {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #85151d;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 700;
}

.stxep img {
    width: 43px;
    height: 43px;
    border-radius: 4px;
    object-fit: cover;
}

.oydcu {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 18px;
}

.oydcu a {
    position: relative;
    padding: 27px 0 24px;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.oydcu a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 19px;
    left: 0;
    height: 2px;
    background: #9f1d27;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.2s ease;
}

.oydcu a:hover::after {
    transform: scaleX(1);
}

.aqcml {
    flex: 0 0 auto;
}

.drpof,
.pxknt {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #85151d;
    border-radius: 3px;
    background: #9f1d27;
    color: #fff;
    font-weight: 800;
    transition: background 0.2s ease, transform 0.2s ease;
}

.drpof {
    min-height: 42px;
    padding: 0 17px;
    font-size: 13px;
}

.drpof:hover,
.pxknt:hover {
    background: #741219;
    transform: translateY(-2px);
}

.tkzgu {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #9f1d27;
    border-radius: 3px;
    background: #fff;
    color: #9f1d27;
    font-size: 23px;
    cursor: pointer;
}

.cvxrt {
    overflow: hidden;
}

.epzno {
    position: relative;
    border-bottom: 1px solid #c7ccd0;
    background: #f7f7f5;
}

.epzno::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 24%;
    height: 100%;
    background: #18272b;
}

.mykai {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    min-height: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.04fr 0.96fr;
    align-items: center;
    gap: 55px;
    padding: 54px 0 48px;
}

.wfsqy {
    position: relative;
    z-index: 5;
}

.xrdle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: #9f1d27;
    font-size: 13px;
    font-weight: 800;
}

.xrdle::before {
    content: "";
    width: 34px;
    height: 1px;
    background: #9f1d27;
}

.azmuv {
    max-width: 650px;
    color: #171b20;
    font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
    font-size: 53px;
    line-height: 1.18;
    font-weight: 700;
}

.azmuv span {
    color: #9f1d27;
}

.qgbhc {
    max-width: 610px;
    margin-top: 21px;
    color: #566069;
    font-size: 16px;
    line-height: 1.9;
}

.ijwsa {
    display: flex;
    gap: 13px;
    margin-top: 29px;
}

.pxknt,
.luegf {
    min-height: 52px;
    padding: 0 23px;
    font-size: 15px;
}

.luegf {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid #6e777e;
    border-radius: 3px;
    background: #fff;
    font-weight: 800;
}

.luegf:hover {
    border-color: #9f1d27;
    color: #9f1d27;
}

.dgxom {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 28px;
}

.dgxom span {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4e5961;
    font-size: 13px;
}

.dgxom b {
    color: #9f1d27;
    font-family: Georgia, serif;
    font-size: 12px;
}

.kvqjr {
    position: relative;
    min-height: 500px;
}

.kvqjr::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 20px;
    bottom: 24px;
    left: 42px;
    border: 1px solid #111;
    background: #9f1d27;
    box-shadow: 13px 13px 0 #227d78;
}

.hfnza,
.yotbe {
    position: absolute;
    aspect-ratio: 360 / 640;
    border: 7px solid #fff;
    border-radius: 3px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.hfnza {
    top: 12px;
    left: 55px;
    z-index: 3;
    width: 224px;
    transform: rotate(-3deg);
}

.yotbe {
    right: 4px;
    bottom: 4px;
    z-index: 4;
    width: 205px;
    transform: rotate(3deg);
}

.puwsc {
    position: absolute;
    top: 51px;
    right: -20px;
    z-index: 6;
    width: 174px;
    padding: 13px 15px;
    border-left: 4px solid #9f1d27;
    background: #fff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.puwsc span,
.puwsc b {
    display: block;
}

.puwsc span {
    color: #7d858b;
    font-size: 10px;
}

.puwsc b {
    margin-top: 5px;
    font-size: 14px;
}

.mvrgi {
    position: absolute;
    left: 5px;
    bottom: 38px;
    z-index: 7;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 1px solid #171b20;
    background: #d8e69c;
    font-size: 12px;
    font-weight: 800;
}

.wnjyp {
    position: relative;
    z-index: 4;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    border-top: 1px solid #171b20;
    background: #9f1d27;
    color: #fff;
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 700;
}

.wnjyp i {
    color: #d8e69c;
}

.sgfzu,
.jpvdb,
.cxroy,
.fnlxi,
.hodkt,
.kywbe,
.iwmct {
    scroll-margin-top: 84px;
    padding: 82px 0;
}

.sgfzu,
.cxroy,
.hodkt,
.iwmct {
    background: #eef1f3;
}

.jpvdb,
.fnlxi,
.kywbe {
    background: #fff;
}

.kevhp {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto 38px;
    text-align: center;
}

.kevhp span {
    display: inline-flex;
    min-width: 36px;
    height: 24px;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    border-top: 1px solid #9f1d27;
    border-bottom: 1px solid #9f1d27;
    color: #9f1d27;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 700;
}

.kevhp div {
    font-family: Georgia, "Times New Roman", "Microsoft YaHei", serif;
    font-size: 34px;
    font-weight: 700;
}

.uwqti {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.cqjxe {
    border: 1px solid #bbc1c5;
    background: #fff;
}

.cqjxe img {
    width: 100%;
    aspect-ratio: 360 / 640;
    object-fit: contain;
    background: #fff;
}

.cqjxe figcaption {
    min-height: 74px;
    padding: 13px 14px;
    border-top: 1px solid #d5d9dc;
}

.cqjxe figcaption b,
.cqjxe figcaption span {
    display: block;
}

.cqjxe figcaption b {
    color: #8d1821;
    font-size: 15px;
}

.cqjxe figcaption span {
    margin-top: 4px;
    color: #717a81;
    font-size: 12px;
}

.tlwqo {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #9fa7ad;
    border-left: 1px solid #9fa7ad;
}

.bzsma {
    min-height: 220px;
    padding: 28px;
    border-right: 1px solid #9fa7ad;
    border-bottom: 1px solid #9fa7ad;
}

.bzsma:nth-child(2),
.bzsma:nth-child(6) {
    background: #f0f5dc;
}

.bzsma:nth-child(4) {
    background: #e4eff0;
}

.bzsma i {
    display: block;
    margin-bottom: 30px;
    color: #9f1d27;
    font-size: 30px;
}

.bzsma b {
    display: block;
    margin-bottom: 10px;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 18px;
}

.bzsma p {
    color: #59646b;
    font-size: 14px;
    line-height: 1.8;
}

.remhx {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.avkqp {
    position: relative;
    min-height: 205px;
    padding: 24px 72px 24px 24px;
    border: 1px solid #b9c0c5;
    background: #fff;
    box-shadow: inset 4px 0 0 #9f1d27;
}

.avkqp > span {
    color: #879097;
    font-family: Georgia, serif;
    font-size: 11px;
}

.avkqp > i {
    position: absolute;
    top: 22px;
    right: 20px;
    display: inline-flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #18272b;
    color: #fff;
    font-size: 19px;
}

.avkqp > a {
    display: block;
    margin-top: 22px;
    font-size: 18px;
    font-weight: 900;
}

.avkqp > a:hover {
    color: #9f1d27;
}

.avkqp p {
    margin-top: 10px;
    color: #5e686f;
    font-size: 13px;
    line-height: 1.75;
}

.qovgz {
    position: relative;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
}

.qovgz::before {
    content: "";
    position: absolute;
    top: 43px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: #aeb5ba;
}

.dnsuw {
    position: relative;
    z-index: 2;
    text-align: center;
}

.dnsuw > span {
    position: absolute;
    top: 31px;
    left: calc(50% + 33px);
    color: #9f1d27;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
}

.dnsuw > i {
    display: inline-flex;
    width: 86px;
    height: 86px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9f1d27;
    border-radius: 50%;
    background: #fff;
    color: #9f1d27;
    font-size: 27px;
}

.dnsuw b {
    display: block;
    margin-top: 20px;
    font-size: 17px;
}

.dnsuw p {
    margin-top: 8px;
    color: #667077;
    font-size: 13px;
    line-height: 1.75;
}

.mqybf {
    width: min(900px, calc(100% - 40px));
    margin: 0 auto;
    border-top: 1px solid #aeb5ba;
}

.uvxrs {
    border-bottom: 1px solid #aeb5ba;
    background: #fff;
}

.uvxrs summary {
    position: relative;
    padding: 22px 56px 22px 48px;
    list-style: none;
    cursor: pointer;
}

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

.uvxrs summary span {
    position: absolute;
    top: 23px;
    left: 7px;
    color: #9f1d27;
    font-family: Georgia, serif;
    font-size: 12px;
}

.uvxrs summary b {
    font-size: 16px;
}

.uvxrs summary i {
    position: absolute;
    top: 18px;
    right: 8px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 1px solid #9f1d27;
    border-radius: 50%;
    color: #9f1d27;
    font-size: 18px;
    transition: transform 0.2s ease;
}

.uvxrs[open] summary i {
    background: #9f1d27;
    color: #fff;
    transform: rotate(45deg);
}

.uvxrs > p {
    padding: 0 56px 23px 48px;
    color: #5e686f;
    font-size: 14px;
    line-height: 1.85;
}

.degsj {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #aeb5ba;
    border-left: 1px solid #aeb5ba;
}

.xprlf {
    min-height: 210px;
    padding: 27px;
    border-right: 1px solid #aeb5ba;
    border-bottom: 1px solid #aeb5ba;
}

.xprlf > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
}

.xprlf > div span {
    padding: 5px 8px;
    background: #9f1d27;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.xprlf time {
    color: #778087;
    font-family: Georgia, serif;
    font-size: 12px;
}

.xprlf > b {
    display: block;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 18px;
    line-height: 1.5;
}

.xprlf > p {
    margin-top: 11px;
    color: #5f6970;
    font-size: 14px;
    line-height: 1.8;
}

.zgnhu {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    columns: 3;
    column-gap: 18px;
}

.leyrv {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #abb3b8;
    border-top: 4px solid #9f1d27;
    background: #fff;
}

.leyrv:nth-child(3n + 2) {
    border-top-color: #227d78;
}

.leyrv > div {
    display: flex;
    align-items: center;
    gap: 11px;
}

.leyrv > div > span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #18272b;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.leyrv b,
.leyrv time {
    display: block;
}

.leyrv b {
    font-size: 14px;
}

.leyrv time {
    margin-top: 4px;
    color: #7b848a;
    font-size: 11px;
}

.leyrv blockquote {
    margin-top: 17px;
    color: #424b52;
    font-size: 14px;
    line-height: 1.9;
}

.akzpc {
    border-top: 5px solid #9f1d27;
    background: #18272b;
    color: #fff;
}

.vxjso {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 43px 0 23px;
}

.qfrmg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.qfrmg .stxep {
    color: #fff;
}

.gbyta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 19px;
}

.gbyta a {
    color: #d1d8da;
    font-size: 12px;
}

.gbyta a:hover {
    color: #d8e69c;
}

.rsehn {
    margin-top: 32px;
    padding-top: 19px;
    border-top: 1px solid #3b4c50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #8fa0a4;
    font-size: 12px;
}

@media (max-width: 767px) {
    .hlzra {
        width: calc(100% - 28px);
        min-height: 64px;
    }

    .stxep {
        font-size: 22px;
    }

    .stxep img {
        width: 39px;
        height: 39px;
    }

    .aqcml {
        margin-left: auto;
    }

    .nqmfy .drpof {
        display: none;
    }

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

    .oydcu {
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        display: none;
        padding: 9px 14px 15px;
        border-bottom: 1px solid #9f1d27;
        background: #fff;
    }

    .oydcu.jqdsa {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oydcu a {
        padding: 11px 7px;
        border: 1px solid #d5dadd;
        background: #f6f7f7;
        text-align: center;
        font-size: 13px;
    }

    .oydcu a::after {
        display: none;
    }

    .epzno::before {
        top: auto;
        width: 100%;
        height: 40%;
    }

    .mykai {
        width: calc(100% - 28px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 49px 0 45px;
    }

    .azmuv {
        font-size: 40px;
    }

    .qgbhc {
        font-size: 14px;
    }

    .ijwsa {
        flex-direction: column;
    }

    .pxknt,
    .luegf {
        width: 100%;
    }

    .dgxom {
        gap: 9px 15px;
    }

    .kvqjr {
        min-height: 440px;
    }

    .kvqjr::before {
        right: 12px;
        left: 20px;
    }

    .hfnza {
        left: 28px;
        width: 190px;
    }

    .yotbe {
        right: 0;
        width: 172px;
    }

    .puwsc {
        top: 46px;
        right: -4px;
        width: 145px;
    }

    .mvrgi {
        left: 0;
        bottom: 21px;
    }

    .wnjyp {
        min-height: 82px;
        flex-wrap: wrap;
        gap: 8px 12px;
        padding: 14px;
        font-size: 11px;
    }

    .sgfzu,
    .jpvdb,
    .cxroy,
    .fnlxi,
    .hodkt,
    .kywbe,
    .iwmct {
        padding: 62px 0;
    }

    .kevhp {
        width: calc(100% - 28px);
        margin-bottom: 31px;
    }

    .kevhp div {
        font-size: 28px;
    }

    .uwqti {
        width: 100%;
        padding: 0 14px 14px;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .uwqti::-webkit-scrollbar {
        display: none;
    }

    .cqjxe {
        width: 76vw;
        flex: 0 0 76vw;
        scroll-snap-align: start;
    }

    .tlwqo,
    .remhx,
    .degsj {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
    }

    .bzsma {
        min-height: auto;
        padding: 24px;
    }

    .avkqp {
        min-height: 196px;
    }

    .qovgz {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
        gap: 0;
    }

    .qovgz::before {
        top: 0;
        bottom: 0;
        left: 42px;
        width: 1px;
        height: auto;
    }

    .dnsuw {
        min-height: 124px;
        padding: 0 0 28px 108px;
        text-align: left;
    }

    .dnsuw > span {
        top: 35px;
        left: 87px;
    }

    .dnsuw > i {
        position: absolute;
        top: 0;
        left: 0;
    }

    .dnsuw b {
        margin-top: 0;
        padding-top: 12px;
    }

    .mqybf,
    .zgnhu {
        width: calc(100% - 28px);
    }

    .uvxrs summary {
        padding-right: 46px;
        padding-left: 38px;
    }

    .uvxrs summary span {
        left: 2px;
    }

    .uvxrs > p {
        padding-right: 46px;
        padding-left: 38px;
    }

    .xprlf {
        min-height: auto;
        padding: 23px;
    }

    .xprlf > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 9px;
    }

    .zgnhu {
        columns: 1;
    }

    .vxjso {
        width: calc(100% - 28px);
    }

    .qfrmg,
    .rsehn {
        flex-direction: column;
        align-items: flex-start;
    }

    .gbyta {
        justify-content: flex-start;
    }
}
