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

html {
    scroll-behavior: smooth;
}

body {
    color: #111719;
    background: #edf0ed;
    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;
}

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

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

.rqzne {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 11px;
    font-size: 19px;
    font-weight: 900;
}

.rqzne img {
    width: 44px;
    height: 44px;
    border: 2px solid #111719;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 4px 4px 0 #ffe34c;
}

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

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

.bhkuy a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 17px;
    left: 0;
    height: 3px;
    background: #18c7c8;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

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

.ezvfi {
    flex: 0 0 auto;
}

.goxsa,
.xekbo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #111719;
    border-radius: 6px;
    background: #ffe34c;
    color: #111719;
    font-weight: 900;
    box-shadow: 4px 4px 0 #111719;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.goxsa {
    min-height: 44px;
    padding: 0 17px;
    font-size: 14px;
}

.goxsa:hover,
.xekbo:hover {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #111719;
}

.mdwcu {
    display: none;
    width: 42px;
    height: 42px;
    border: 2px solid #111719;
    border-radius: 5px;
    background: #fff;
    color: #111719;
    font-size: 23px;
    cursor: pointer;
}

.qptve {
    overflow: hidden;
}

.dzrno {
    position: relative;
    overflow: hidden;
    background: #111719;
    color: #fff;
}

.dzrno::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 31%;
    height: 100%;
    background: #ffe34c;
}

.bqzmi {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    min-height: 640px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    align-items: center;
    gap: 48px;
    padding: 58px 0 52px;
}

.alyxs {
    position: relative;
    z-index: 4;
}

.mfqut {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    padding: 8px 13px;
    border: 1px solid #18c7c8;
    border-radius: 4px;
    color: #18c7c8;
    font-size: 13px;
    font-weight: 900;
}

.nkgwe {
    max-width: 610px;
    font-size: 60px;
    line-height: 1.12;
    font-weight: 900;
}

.nkgwe span {
    color: #ffe34c;
}

.txvrc {
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
}

.jqmoi {
    max-width: 590px;
    margin-top: 16px;
    color: #bac4c6;
    font-size: 16px;
    line-height: 1.9;
}

.svflp {
    display: flex;
    gap: 14px;
    margin-top: 29px;
}

.xekbo,
.crhya {
    min-height: 54px;
    padding: 0 24px;
    font-size: 16px;
}

.crhya {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #fff;
    border-radius: 6px;
    color: #fff;
    font-weight: 800;
    transition: background 0.2s ease, color 0.2s ease;
}

.crhya:hover {
    background: #fff;
    color: #111719;
}

.wilgx {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 27px;
}

.wilgx span {
    padding: 7px 10px;
    border: 1px solid #435052;
    border-radius: 4px;
    color: #d5dddd;
    font-size: 13px;
}

.wilgx i {
    margin-right: 5px;
    color: #18c7c8;
}

.uvnha {
    position: relative;
    min-height: 530px;
}

.uvnha::before {
    content: "";
    position: absolute;
    top: 16px;
    right: 5px;
    bottom: 14px;
    left: 72px;
    border: 3px solid #111719;
    background: #ffe34c;
    box-shadow: 11px 11px 0 #18c7c8;
}

.pfdmr {
    position: absolute;
    top: 26px;
    right: 6px;
    z-index: 8;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 13px;
    border: 2px solid #111719;
    background: #18c7c8;
    color: #111719;
    font-size: 13px;
    font-weight: 900;
    box-shadow: 4px 4px 0 #fff;
    transform: rotate(3deg);
}

.lbezq {
    position: absolute;
    top: 28px;
    left: 50%;
    z-index: 6;
    width: 255px;
    padding: 8px;
    border: 3px solid #111719;
    border-radius: 25px;
    background: #111719;
    box-shadow: 10px 10px 0 #ff6654;
    transform: translateX(-50%) rotate(1.5deg);
}

.lbezq img,
.ksjdu,
.nvqra {
    aspect-ratio: 524 / 932;
    object-fit: contain;
    background: #111719;
}

.lbezq img {
    width: 100%;
    border-radius: 17px;
}

.ksjdu,
.nvqra {
    position: absolute;
    width: 196px;
    border: 3px solid #111719;
    border-radius: 20px;
}

.ksjdu {
    top: 94px;
    left: 10px;
    z-index: 3;
    transform: rotate(-8deg);
}

.nvqra {
    right: -6px;
    bottom: 30px;
    z-index: 4;
    transform: rotate(8deg);
}

.ohqsv {
    position: absolute;
    right: 9px;
    bottom: 11px;
    z-index: 9;
    display: flex;
    gap: 7px;
}

.ohqsv b,
.ohqsv span {
    padding: 7px 9px;
    border: 2px solid #111719;
    background: #fff;
    color: #111719;
    font-size: 12px;
    font-weight: 900;
    box-shadow: 3px 3px 0 #111719;
}

.ohqsv b {
    background: #18c7c8;
}

.xacfi {
    position: relative;
    z-index: 3;
    min-height: 64px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 2px solid #111719;
    border-bottom: 2px solid #111719;
    background: #ffe34c;
    color: #111719;
}

.xacfi span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-right: 1px solid #111719;
    font-size: 14px;
    font-weight: 900;
}

.xacfi span:last-child {
    border-right: 0;
}

.ngeks,
.vtwim,
.hrvzo,
.yxcqo,
.rawgm,
.fegpu,
.qbdnx {
    scroll-margin-top: 86px;
    padding: 84px 0;
}

.ngeks,
.hrvzo,
.rawgm,
.qbdnx {
    background: #edf0ed;
}

.vtwim,
.yxcqo,
.fegpu {
    background: #fff;
}

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

.muxtd > span {
    display: block;
    margin-bottom: 9px;
    color: #d45445;
    font-size: 11px;
    font-weight: 900;
}

.muxtd > div {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 900;
}

.muxtd > div::after {
    content: "";
    display: block;
    width: 48px;
    height: 7px;
    margin: 14px auto 0;
    border: 2px solid #111719;
    background: #ffe34c;
    box-shadow: 5px 3px 0 #18c7c8;
}

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

.yfhab {
    padding: 8px;
    border: 2px solid #111719;
    background: #fff;
    box-shadow: 6px 6px 0 #111719;
}

.povzc {
    aspect-ratio: 524 / 932;
    overflow: hidden;
    background: #111719;
}

.povzc img {
    width: 100%;
    height: 100%;
    aspect-ratio: 524 / 932;
    object-fit: contain;
}

.yfhab figcaption {
    min-height: 70px;
    padding: 12px 5px 5px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 9px;
    align-items: center;
}

.yfhab figcaption span {
    grid-row: span 2;
    color: #d45445;
    font-size: 12px;
    font-weight: 900;
}

.yfhab figcaption strong {
    font-size: 15px;
}

.yfhab figcaption small {
    color: #687477;
    font-size: 12px;
}

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

.eokpc {
    position: relative;
    min-height: 220px;
    padding: 28px;
    border-right: 2px solid #111719;
    border-bottom: 2px solid #111719;
    background: #fff;
}

.eokpc:nth-child(2),
.eokpc:nth-child(6) {
    background: #fff7bd;
}

.eokpc:nth-child(4) {
    background: #b9f1f0;
}

.eokpc > span {
    position: absolute;
    top: 17px;
    right: 19px;
    color: #9ba5a7;
    font-size: 12px;
    font-weight: 900;
}

.eokpc i {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border: 2px solid #111719;
    border-radius: 50%;
    background: #111719;
    color: #fff;
    font-size: 22px;
}

.eokpc strong {
    display: block;
    margin-bottom: 9px;
    font-size: 18px;
}

.eokpc p {
    color: #526063;
    font-size: 14px;
    line-height: 1.8;
}

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

.njxat {
    display: flex;
    min-height: 230px;
    flex-direction: column;
    padding: 24px;
    border: 2px solid #111719;
    border-radius: 7px;
    background: #fff;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.njxat:hover {
    transform: translateY(-4px);
    box-shadow: 7px 7px 0 #18c7c8;
}

.bypgc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bypgc span {
    color: #748083;
    font-size: 12px;
    font-weight: 900;
}

.bypgc i {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #111719;
    border-radius: 5px;
    background: #ffe34c;
    font-size: 20px;
}

.xmzke {
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.5;
}

.xmzke:hover {
    color: #b84236;
}

.njxat p {
    margin-top: 9px;
    color: #5b686a;
    font-size: 13px;
    line-height: 1.75;
}

.tcevo {
    margin-top: auto;
    padding-top: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #d7dcda;
    color: #111719;
    font-size: 13px;
    font-weight: 900;
}

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

.poera::before {
    content: "";
    position: absolute;
    top: 30px;
    right: 9%;
    left: 9%;
    height: 3px;
    background: #111719;
}

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

.ztdwk > span {
    position: absolute;
    top: 20px;
    left: calc(50% + 35px);
    color: #8d989a;
    font-size: 11px;
    font-weight: 900;
}

.ztdwk i {
    display: inline-flex;
    width: 62px;
    height: 62px;
    align-items: center;
    justify-content: center;
    border: 3px solid #111719;
    border-radius: 50%;
    background: #ffe34c;
    font-size: 24px;
    box-shadow: 4px 4px 0 #18c7c8;
}

.ztdwk strong {
    display: block;
    margin-top: 20px;
    font-size: 18px;
}

.ztdwk p {
    margin-top: 9px;
    color: #5e6a6c;
    font-size: 14px;
    line-height: 1.75;
}

.gmyvo {
    width: min(860px, calc(100% - 40px));
    margin: 0 auto;
    border-top: 2px solid #111719;
}

.dfqhz {
    border-right: 2px solid #111719;
    border-bottom: 2px solid #111719;
    border-left: 2px solid #111719;
    background: #fff;
}

.dfqhz summary {
    position: relative;
    padding: 21px 58px 21px 60px;
    list-style: none;
    cursor: pointer;
}

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

.dfqhz summary span {
    position: absolute;
    top: 22px;
    left: 20px;
    color: #d45445;
    font-size: 12px;
    font-weight: 900;
}

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

.dfqhz summary i {
    position: absolute;
    top: 15px;
    right: 18px;
    display: inline-flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border: 2px solid #111719;
    border-radius: 50%;
    background: #ffe34c;
    font-size: 19px;
    transition: transform 0.2s ease;
}

.dfqhz[open] summary i {
    background: #18c7c8;
    transform: rotate(45deg);
}

.dfqhz p {
    padding: 0 58px 22px 60px;
    color: #536063;
    font-size: 14px;
    line-height: 1.9;
}

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

.cwyma {
    min-height: 210px;
    padding: 28px;
    border-right: 2px solid #111719;
    border-bottom: 2px solid #111719;
    background: #fff;
}

.cwyma:nth-child(3n + 1) {
    background: #f7f8f6;
}

.fskue {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 25px;
    color: #687477;
    font-size: 12px;
}

.fskue span {
    padding: 5px 8px;
    border: 1px solid #111719;
    background: #18c7c8;
    color: #111719;
    font-weight: 900;
}

.cwyma strong {
    display: block;
    font-size: 18px;
    line-height: 1.55;
}

.cwyma p {
    margin-top: 11px;
    color: #586568;
    font-size: 14px;
    line-height: 1.8;
}

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

.igfkw {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 23px;
    border: 2px solid #111719;
    border-radius: 7px;
    background: #fff;
    box-shadow: 5px 5px 0 #111719;
}

.igfkw:nth-child(2n) {
    background: #fffbe3;
}

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

.omzle > span {
    display: inline-flex;
    width: 39px;
    height: 39px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 2px solid #111719;
    border-radius: 50%;
    background: #18c7c8;
    font-weight: 900;
}

.omzle strong {
    display: block;
    font-size: 14px;
}

.omzle time {
    display: block;
    margin-top: 4px;
    color: #707b7d;
    font-size: 11px;
}

.igfkw p {
    color: #3f4b4e;
    font-size: 14px;
    line-height: 1.9;
}

.hutva {
    border-top: 2px solid #111719;
    background: #111719;
    color: #fff;
}

.lknse {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 46px 0 24px;
}

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

.pxdwu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 20px;
}

.pxdwu a {
    color: #d8dede;
    font-size: 13px;
}

.pxdwu a:hover {
    color: #18c7c8;
}

.rqwtg {
    margin-top: 34px;
    padding-top: 20px;
    border-top: 1px solid #333d3f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #7f8b8d;
    font-size: 12px;
}

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

    .rqzne {
        font-size: 16px;
    }

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

    .ezvfi {
        margin-left: auto;
    }

    .goxsa {
        display: none;
    }

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

    .bhkuy {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        display: none;
        padding: 9px 14px 15px;
        border-bottom: 2px solid #111719;
        background: #fff;
    }

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

    .bhkuy a {
        padding: 11px 8px;
        border: 1px solid #d6dada;
        background: #f6f7f5;
        text-align: center;
        font-size: 13px;
    }

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

    .dzrno::before {
        top: auto;
        width: 100%;
        height: 39%;
    }

    .bqzmi {
        width: calc(100% - 28px);
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 42px;
        padding: 50px 0 46px;
    }

    .nkgwe {
        font-size: 42px;
    }

    .txvrc {
        font-size: 20px;
    }

    .jqmoi {
        font-size: 14px;
    }

    .svflp {
        flex-direction: column;
    }

    .xekbo,
    .crhya {
        width: 100%;
    }

    .uvnha {
        min-height: 465px;
    }

    .uvnha::before {
        left: 25px;
    }

    .lbezq {
        top: 23px;
        width: 220px;
    }

    .ksjdu,
    .nvqra {
        width: 145px;
    }

    .ksjdu {
        top: 103px;
        left: -8px;
    }

    .nvqra {
        right: -5px;
        bottom: 34px;
    }

    .pfdmr {
        top: 5px;
        right: 0;
    }

    .ohqsv {
        right: 0;
        bottom: 7px;
    }

    .ohqsv b,
    .ohqsv span {
        padding: 6px;
        font-size: 10px;
    }

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

    .xacfi span {
        min-height: 48px;
        border-bottom: 1px solid #111719;
        font-size: 12px;
    }

    .ngeks,
    .vtwim,
    .hrvzo,
    .yxcqo,
    .rawgm,
    .fegpu,
    .qbdnx {
        padding: 62px 0;
    }

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

    .muxtd > div {
        font-size: 28px;
    }

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

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

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

    .lqhfn,
    .wqubs,
    .jkrsa {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
    }

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

    .njxat {
        min-height: 220px;
    }

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

    .poera::before {
        top: 0;
        bottom: 0;
        left: 29px;
        width: 3px;
        height: auto;
    }

    .ztdwk {
        min-height: 120px;
        padding: 0 0 28px 81px;
        text-align: left;
    }

    .ztdwk > span {
        top: 20px;
        left: 66px;
    }

    .ztdwk i {
        position: absolute;
        top: 0;
        left: 0;
    }

    .ztdwk strong {
        margin-top: 0;
        padding-top: 5px;
    }

    .gmyvo,
    .vxacr {
        width: calc(100% - 28px);
    }

    .dfqhz summary {
        padding-left: 49px;
    }

    .dfqhz summary span {
        left: 15px;
    }

    .dfqhz p {
        padding-right: 20px;
        padding-left: 49px;
    }

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

    .vxacr {
        columns: 1;
    }

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

    .cmyqr,
    .rqwtg {
        flex-direction: column;
        align-items: flex-start;
    }

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