* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Avenir Next", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #0b1f33;
    line-height: 1.65;
    overflow-x: hidden;
    background:
        linear-gradient(180deg, #dff5f1 0%, #f4faf9 28%, #eef3f8 100%);
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

button {
    font: inherit;
    border: 0;
    background: none;
    cursor: pointer;
}

.fwqn {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.bumx {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    color: #0b1f33;
    margin-bottom: 36px;
}

.bumx::before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    margin: 0 auto 12px;
    border: 3px solid #0d9b8a;
    border-radius: 4px;
    transform: rotate(45deg);
}

.titl {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #0b1f33;
}

.tbex {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(13, 155, 138, 0.18);
    backdrop-filter: blur(12px);
}

.tbexin {
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.oqla {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
    flex-shrink: 1;
}

.rbar {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.oqla img {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    object-fit: cover;
}

.oqla span {
    font-size: 16px;
    font-weight: 800;
    color: #0b1f33;
}

.cvir {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px 18px;
    flex: 1 1 auto;
}

.cvir a {
    font-size: 14px;
    color: #3d5568;
    transition: color 0.2s ease;
}

.cvir a:hover {
    color: #0d9b8a;
}

.zjmk {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 12px;
    background: #0d9b8a;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    box-shadow: 0 10px 22px rgba(13, 155, 138, 0.25);
}

.hpdu {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 12px;
    border: 1px solid rgba(13, 155, 138, 0.35);
    color: #0d9b8a;
    align-items: center;
    justify-content: center;
    font-size: 22px;
}

.lyas {
    padding: 64px 0 40px;
    overflow: hidden;
}

.nweo {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px 8px 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(13, 155, 138, 0.2);
    margin-bottom: 22px;
}

.brand img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
}

.brand strong {
    font-size: 18px;
    color: #0d9b8a;
}

.nweo h1 {
    font-size: 46px;
    line-height: 1.28;
    letter-spacing: 0.02em;
}

.nweo .lead {
    margin-top: 18px;
    font-size: 16px;
    color: #4a6072;
}

.rkfi {
    margin-top: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 260px;
    max-width: 100%;
    padding: 16px 30px;
    border-radius: 999px;
    background: linear-gradient(135deg, #12b5a2, #0d9b8a 55%, #087f72);
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 16px 34px rgba(13, 155, 138, 0.32);
    box-sizing: border-box;
}

.chips {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.75);
    border: 1px solid rgba(13, 155, 138, 0.18);
    font-size: 13px;
    color: #355064;
}

.chips i {
    color: #0d9b8a;
}

.fan {
    margin-top: 46px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    align-items: end;
}

.fan img {
    width: 100%;
    height: auto;
    border-radius: 22px;
    background: #0b1f33;
    box-shadow: 0 18px 40px rgba(11, 31, 51, 0.14);
}

.fan img:nth-child(1) {
    transform: translateY(18px) rotate(-3deg);
}

.fan img:nth-child(2) {
    transform: translateY(0);
    z-index: 1;
}

.fan img:nth-child(3) {
    transform: translateY(18px) rotate(3deg);
}

.gpad,
.qelh,
.ujnz,
.wrof,
.idlv,
.oxbm,
.yalc {
    padding: 76px 0;
}

.gpad {
    background: #fff;
}

.xvto {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.xvto figure {
    margin: 0;
    border-radius: 20px;
    overflow: hidden;
    background: #f2f7f6;
    border: 1px solid rgba(13, 155, 138, 0.12);
}

.xvto img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.qelh {
    background:
        radial-gradient(circle at 10% 20%, rgba(13, 155, 138, 0.1), transparent 28%),
        #f3f8fb;
}

.smiw {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.smiw article {
    text-align: center;
    padding: 28px 22px;
    background: #fff;
    border-radius: 22px;
    border-top: 4px solid #0d9b8a;
    box-shadow: 0 12px 28px rgba(11, 31, 51, 0.05);
}

.smiw i {
    font-size: 30px;
    color: #0d9b8a;
    margin-bottom: 12px;
    display: inline-block;
}

.smiw p {
    font-size: 14px;
    color: #536677;
}

.ujnz {
    background: #e8f4f2;
}

.kayd {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.kayd article {
    padding: 24px;
    background: #fff;
    border-radius: 20px;
    border: 1px dashed rgba(13, 155, 138, 0.45);
}

.kayd i {
    font-size: 28px;
    color: #087f72;
    margin-bottom: 12px;
    display: inline-block;
}

.kayd p {
    font-size: 14px;
    color: #536677;
    min-height: 44px;
}

.kayd a {
    margin-top: 16px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #0d9b8a;
    color: #0d9b8a;
    font-size: 14px;
    font-weight: 700;
}

.wrof {
    background: #fff;
}

.pehc {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 820px;
    margin: 0 auto;
    padding-left: 28px;
}

.pehc::before {
    content: "";
    position: absolute;
    left: 39px;
    top: 10px;
    bottom: 10px;
    width: 3px;
    background: linear-gradient(180deg, #12b5a2, #0d9b8a 50%, rgba(13, 155, 138, 0.2));
    border-radius: 999px;
}

.pehc .node {
    position: relative;
    margin-bottom: 22px;
    padding: 20px 22px 20px 64px;
    background: #f4faf9;
    border-radius: 18px;
}

.pehc .node:nth-child(even) {
    margin-left: 48px;
    background: #eef6ff;
}

.pehc .node b {
    position: absolute;
    left: 18px;
    top: 22px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #0d9b8a;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    z-index: 1;
}

.pehc .node i {
    color: #0d9b8a;
    font-size: 20px;
    margin-bottom: 6px;
    display: inline-block;
}

.pehc .node p {
    font-size: 14px;
    color: #536677;
}

.idlv {
    background: #f3f8fb;
}

.tnaf .row {
    border-bottom: 1px solid rgba(11, 31, 51, 0.12);
}

.tnaf button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 4px;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    color: #0b1f33;
}

.tnaf button i {
    color: #0d9b8a;
    font-size: 22px;
    transition: transform 0.2s ease;
}

.tnaf .ans {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.28s ease;
}

.tnaf .ans p {
    padding: 0 4px 18px;
    font-size: 14px;
    color: #536677;
}

.tnaf .row.on button i {
    transform: rotate(180deg);
}

.tnaf .row.on .ans {
    max-height: 160px;
}

.oxbm {
    background: #fff;
}

.vrsg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.vrsg article {
    padding: 24px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f4faf9, #eef6ff);
    border: 1px solid rgba(13, 155, 138, 0.12);
}

.vrsg time {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #0d9b8a;
    font-weight: 700;
}

.vrsg p {
    font-size: 14px;
    color: #536677;
}

.yalc {
    background:
        radial-gradient(circle at 85% 15%, rgba(13, 155, 138, 0.12), transparent 24%),
        #eef3f8;
}

.mhku {
    column-count: 3;
    column-gap: 18px;
}

.mhku article {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 20px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(13, 155, 138, 0.14);
}

.mhku i {
    color: #0d9b8a;
    font-size: 22px;
    margin-bottom: 10px;
    display: inline-block;
}

.mhku p {
    font-size: 14px;
    color: #3d5568;
    margin-bottom: 14px;
}

.mhku .meta {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 12px;
    color: #7a8b99;
}

.mhku .meta span {
    font-weight: 700;
    color: #0b1f33;
}

.dnsp {
    background: #0b1f33;
    color: #fff;
    padding: 36px 0 24px;
}

.dnsp .oqla span,
.dnsp .cvir a {
    color: rgba(255, 255, 255, 0.88);
}

.dnsp .cvir a:hover {
    color: #7dede0;
}

.dnspin {
    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) {
    .bumx {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .tbexin {
        min-height: 64px;
        flex-wrap: wrap;
    }

    .oqla {
        flex: 1 1 0;
        max-width: calc(100% - 150px);
    }

    .oqla span {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .cvir {
        display: none;
        width: 100%;
        order: 4;
        flex-direction: column;
        gap: 10px;
        padding: 6px 0 14px;
    }

    .tbex.open .cvir {
        display: flex;
    }

    .hpdu {
        display: inline-flex;
    }

    .lyas {
        padding: 40px 0 28px;
    }

    .nweo {
        max-width: 100%;
    }

    .nweo h1 {
        font-size: 28px;
        word-break: break-word;
    }

    .nweo .lead {
        font-size: 14px;
        word-break: break-word;
    }

    .brand {
        max-width: 100%;
        box-sizing: border-box;
    }

    .brand strong {
        font-size: 15px;
    }

    .rkfi {
        display: flex;
        width: 100%;
        min-width: 0;
        padding: 16px 18px;
        font-size: 16px;
    }

    .chips {
        width: 100%;
    }

    .fan {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 28px;
    }

    .fan img:nth-child(1),
    .fan img:nth-child(2),
    .fan img:nth-child(3) {
        transform: none;
    }

    .gpad,
    .qelh,
    .ujnz,
    .wrof,
    .idlv,
    .oxbm,
    .yalc {
        padding: 54px 0;
    }

    .xvto {
        display: flex;
        overflow-x: auto;
        gap: 12px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
        max-width: 100%;
    }

    .xvto figure {
        flex: 0 0 78%;
        max-width: 78%;
        scroll-snap-align: start;
    }

    .smiw,
    .kayd,
    .vrsg {
        grid-template-columns: 1fr;
    }

    .pehc {
        padding-left: 0;
        max-width: 100%;
    }

    .pehc::before {
        left: 20px;
    }

    .pehc .node,
    .pehc .node:nth-child(even) {
        margin-left: 0;
        padding-left: 56px;
    }

    .pehc .node b {
        left: 0;
    }

    .mhku {
        column-count: 1;
    }

    .mhku .meta {
        flex-wrap: wrap;
    }

    .dnspin {
        flex-direction: column;
        align-items: flex-start;
    }

    .dnsp .cvir {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .dnsp .rbar {
        width: 100%;
    }

    .dnsp .zjmk {
        width: 100%;
        justify-content: center;
    }
}
