* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
    scroll-padding-top: 100px;
}
body {
    margin: 0;
    color: #302740;
    background: #fcfbff;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    line-height: 1.65;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
    cursor: pointer;
}
img {
    display: block;
    max-width: 100%;
}
a, button, summary {
    -webkit-tap-highlight-color: transparent;
}
a:focus-visible, button:focus-visible, summary:focus-visible {
    outline: 3px solid #8866c3;
    outline-offset: 5px;
}
.uoxne {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}
.zpkva {
    position: sticky;
    top: 0;
    z-index: 20;
    background: #fcfbfff2;
    backdrop-filter: blur(16px);
    border-bottom: 1px solid #e9e3f0;
}
.zpkva > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 84px;
}
.rqmel {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
.rqmel img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 12px;
}
.rqmel b {
    font-size: 18px;
}
.xabnu {
    display: flex;
    gap: 16px;
    font-size: 13px;
}
.xabnu a {
    white-space: nowrap;
}
.xabnu a:hover, .zlvqa a:hover {
    color: #8962c5;
}
.dacpi {
    padding: 11px 16px;
    background: #e4eeaa;
    border-radius: 30px;
    font-weight: 700;
    white-space: nowrap;
    font-size: 13px;
}
.vlkso {
    display: none;
}
.ebmqy {
    overflow: hidden;
    padding: 68px 0 54px;
    background: radial-gradient(ellipse at 50% 25%, #e6dcfb 0, #f3eefb 43%, #fcfbff 78%);
    text-align: center;
}
.ldwxu {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    font-size: 14px;
    padding: 7px 17px;
    background: #ffffffbd;
    border: 1px solid #fff;
    border-radius: 30px;
}
h1 {
    font-size: 57px;
    font-weight: 800;
    line-height: 1.27;
    letter-spacing: -2px;
    margin: 24px 0 18px;
}
h1 span {
    color: #8361b2;
}
.vhzpa {
    color: #766986;
    font-size: 17px;
    line-height: 1.95;
}
.cnrka {
    display: flex;
    justify-content: center;
    gap: 14px;
    margin: 28px 0 42px;
}
.hkqvo, .ybxle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 32px;
    font-size: 16px;
    font-weight: 700;
    transition: transform .2s, background .2s;
}
.hkqvo {
    color: #fff;
    background: #49335f;
    box-shadow: 0 9px 24px #49335f22;
}
.hkqvo:hover {
    background: #725096;
    transform: translateY(-3px);
}
.ybxle {
    border: 1px solid #d6c9e5;
    background: #fff8;
}
.ismut {
    display: grid;
    grid-template-columns: 1fr 1.1fr 1fr;
    gap: 24px;
    align-items: center;
    max-width: 970px;
    margin: 0 auto;
    text-align: left;
}
.frpxa {
    position: relative;
    padding: 32px;
    background: #e8efbe;
    border-radius: 70px 24px 24px 24px;
    min-height: 278px;
}
.frpxa > span {
    font-size: 11px;
    letter-spacing: 2px;
}
.frpxa b, .smfka b {
    display: block;
    font-size: 25px;
    margin-top: 22px;
}
.frpxa p, .smfka p {
    color: #6a6370;
    font-size: 14px;
}
.frpxa > i {
    position: absolute;
    right: 22px;
    bottom: 12px;
    font-size: 52px;
    color: #81934c;
}
.jcpwo {
    border: 1px solid #ddd1ec;
    border-radius: 25px;
    padding: 12px;
    background: #fff;
    box-shadow: 0 20px 45px #76618a16;
}
.jcpwo img {
    width: 100%;
    height: auto;
    max-height: 380px;
    object-fit: contain;
    border-radius: 15px;
}
.jcpwo span {
    display: block;
    text-align: center;
    padding: 13px 0 3px;
    font-size: 12px;
    color: #7f6c91;
}
.smfka {
    padding: 32px;
    background: #ece3f7;
    border-radius: 24px 24px 70px 24px;
}
.smfka > i {
    font-size: 34px;
    color: #9474bc;
}
.smfka a {
    font-size: 13px;
    border-bottom: 1px solid #b6a0ca;
}
.kevra {
    padding-top: 85px;
    padding-bottom: 85px;
}
.ntqol {
    text-align: center;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 40px;
}
.ntqol::after {
    content: "";
    display: block;
    width: 32px;
    height: 5px;
    border-radius: 10px;
    background: #c4d479;
    margin: 13px auto 0;
}
.rwvpa {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: start;
}
.rwvpa figure {
    margin: 0;
    background: #fff;
    padding: 10px;
    border: 1px solid #e6dfed;
    border-radius: 18px;
}
.rwvpa img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.rwvpa figcaption {
    font-size: 12px;
    padding: 16px 0 7px;
}
.rwvpa figcaption span {
    color: #9474bc;
    margin-right: 6px;
}
.dkhpu {
    background: #f1edf7;
}
.aiozw {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.aiozw article {
    padding: 30px;
    background: #ffffffa8;
    border-radius: 24px;
}
.aiozw article:nth-child(2), .aiozw article:nth-child(6) {
    background: #e7eec9;
}
.aiozw i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    background: #fff;
    font-size: 25px;
    color: #8c69b5;
}
.aiozw b {
    display: block;
    font-size: 20px;
    margin-top: 20px;
}
.aiozw p {
    color: #786c84;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.9;
}
.ykwbe {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.ykwbe a {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 13px;
    padding: 26px;
    border: 1px solid #e4dceb;
    border-radius: 18px;
    background: #fff;
    transition: border-color .2s, transform .2s;
}
.ykwbe a:hover {
    border-color: #9474bc;
    transform: translateY(-3px);
}
.ykwbe a > i {
    font-size: 30px;
    color: #8d70ad;
}
.ykwbe b {
    font-size: 15px;
    align-self: center;
    overflow-wrap: anywhere;
}
.ykwbe span {
    grid-column: 2;
    font-size: 12px;
    color: #8f7f9f;
}
.ucxma {
    background: #433453;
    color: #fff;
}
.gfkzy {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.gfkzy article {
    padding: 0 28px 0 0;
    position: relative;
}
.gfkzy article::before {
    content: "";
    position: absolute;
    height: 1px;
    background: #786989;
    top: 25px;
    left: 50px;
    right: 0;
}
.gfkzy article:last-child::before {
    display: none;
}
.gfkzy span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background: #e7efb9;
    color: #433453;
    font-size: 17px;
    font-weight: 700;
}
.gfkzy b {
    display: block;
    font-size: 19px;
    margin-top: 22px;
}
.gfkzy p {
    color: #c6bbd1;
    font-size: 14px;
    max-width: 225px;
}
.evsun details {
    border-bottom: 1px solid #e3dbea;
    padding: 22px 24px;
}
.evsun details[open] {
    background: #f3eef9;
    border-radius: 15px;
}
.evsun summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}
.evsun summary::-webkit-details-marker {
    display: none;
}
.evsun summary i {
    font-size: 21px;
    color: #9373b7;
}
.evsun details[open] summary i {
    transform: rotate(45deg);
}
.evsun p {
    color: #7a6d87;
    font-size: 14px;
    max-width: 1000px;
    line-height: 1.9;
}
.pkreo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.pkreo article {
    padding: 28px 30px;
    border-radius: 7px 28px 28px 28px;
    background: #fff;
}
.pkreo article > span {
    color: #9676ba;
    font-size: 12px;
}
.pkreo time {
    float: right;
    color: #9b91a5;
    font-size: 11px;
}
.pkreo b {
    display: block;
    font-size: 19px;
    margin: 18px 0 10px;
}
.pkreo p {
    color: #7e7289;
    line-height: 1.9;
    font-size: 14px;
    margin-bottom: 0;
}
.fbxmo {
    text-align: center;
    font-size: 12px;
    color: #a79aaf;
    margin-top: -23px;
    margin-bottom: 26px;
}
.cqvzi {
    columns: 3;
    column-gap: 22px;
}
.cqvzi article {
    break-inside: avoid;
    padding: 25px;
    margin-bottom: 22px;
    background: #f3eff9;
    border-radius: 20px;
}
.cqvzi article:nth-child(even) {
    background: #f1f4e5;
}
.cqvzi header {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 14px;
}
.cqvzi header > span {
    display: flex;
    width: 39px;
    height: 39px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #fff;
    color: #9a7eb9;
}
.cqvzi time {
    display: block;
    font-size: 10px;
    color: #9b8caa;
    margin-top: 3px;
}
.cqvzi p {
    font-size: 14px;
    line-height: 1.95;
    margin-bottom: 0;
}
.zlvqa {
    border-top: 1px solid #e2dae9;
    padding: 34px 0;
}
.zlvqa > div, .zlvqa nav {
    display: flex;
    gap: 25px;
    align-items: center;
    justify-content: space-between;
}
.zlvqa a {
    font-size: 13px;
}
@media (max-width: 767px) {
    .uoxne {
        width: calc(100% - 36px);
    }
    .zpkva > div {
        min-height: 72px;
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 0;
    }
    .rqmel b {
        font-size: 16px;
    }
    .rqmel img {
        width: 34px;
        height: 34px;
    }
    .vlkso {
        display: block;
        margin-left: auto;
        border: 0;
        background: #eee6f7;
        border-radius: 20px;
        padding: 7px 12px;
        color: #57406e;
    }
    .zpkva .dacpi {
        display: none;
    }
    .xabnu {
        display: none;
        width: 100%;
        flex-wrap: wrap;
        padding: 14px 0 5px;
        gap: 18px;
    }
    .xabnu.pwqen {
        display: flex;
    }
    .ebmqy {
        padding: 42px 0 30px;
    }
    h1 {
        font-size: 36px;
        letter-spacing: -1px;
        line-height: 1.4;
    }
    .vhzpa {
        font-size: 14px;
    }
    .cnrka {
        flex-direction: column;
        gap: 12px;
        margin-bottom: 30px;
    }
    .cnrka a {
        width: 100%;
    }
    .ismut {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .jcpwo {
        grid-column: 1 / -1;
        grid-row: 1;
        width: 230px;
        margin: auto;
    }
    .jcpwo img {
        max-height: none;
    }
    .frpxa, .smfka {
        min-height: 220px;
        height: 100%;
        padding: 23px 16px;
        border-radius: 20px;
    }
    .frpxa b, .smfka b {
        font-size: 18px;
    }
    .frpxa p, .smfka p {
        font-size: 12px;
    }
    .frpxa > i {
        font-size: 27px;
    }
    .frpxa > span {
        font-size: 9px;
        letter-spacing: 0;
    }
    .kevra {
        padding-top: 55px;
        padding-bottom: 55px;
    }
    .ntqol {
        font-size: 27px;
        margin-bottom: 30px;
    }
    .rwvpa {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 14px;
        padding-bottom: 16px;
    }
    .rwvpa figure {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }
    .aiozw, .ykwbe, .pkreo {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    .aiozw article {
        padding: 25px;
    }
    .gfkzy {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .gfkzy article {
        padding: 0 0 32px 72px;
        min-height: 120px;
    }
    .gfkzy span {
        position: absolute;
        left: 0;
        top: 0;
    }
    .gfkzy article::before {
        width: 1px;
        height: auto;
        top: 50px;
        bottom: 0;
        left: 25px;
    }
    .gfkzy b {
        margin-top: 0;
    }
    .gfkzy p {
        max-width: none;
    }
    .evsun details {
        padding: 20px 12px;
    }
    .evsun summary {
        font-size: 14px;
    }
    .pkreo article {
        padding: 24px;
    }
    .pkreo time {
        float: none;
        display: block;
        margin-top: 7px;
    }
    .cqvzi {
        columns: 1;
    }
    .zlvqa > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
}
