:root {
    --zhuse: #6f6fe8;
    --zhuse-shen: #5e5ed8;
    --qingse: #38cfd0;
    --qianqing: #e7fbfa;
    --qianzi: #f0f1ff;
    --qianfen: #f4e9f7;
    --qianlv: #eef7da;
    --wenzi: #202236;
    --cizi: #6e7183;
    --biankuang: #e6e8f1;
    --qianhui: #f7f8fc;
}

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

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    background: #fff;
    color: var(--wenzi);
    font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
}

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

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

main,
section,
footer {
    position: relative;
}

.fl_rq {
    width: min(100% - 2rem, 1200px);
    margin-inline: auto;
}

#fl_dh {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    width: 100%;
    background: rgba(255, 255, 255, .92);
    border-bottom: 1px solid var(--biankuang);
    box-shadow: 0 8px 28px rgba(43, 47, 78, .07);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

.fl_dh_rq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 76px;
}

.fl_pp {
    display: inline-flex;
    align-items: center;
    gap: 11px;
}

.fl_pp img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
}

.fl_pp_m {
    color: var(--wenzi);
    font-size: 1.08rem;
    font-weight: 900;
}

.fl_dh_lj {
    display: flex;
    align-items: center;
    gap: 4px;
}

.fl_dh_lj a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 6px;
    color: #5f6377;
    font-size: 14px;
    font-weight: 700;
    transition: color .2s ease, background .2s ease;
}

.fl_dh_lj a:first-child,
.fl_dh_lj a:hover {
    background: var(--qianzi);
    color: var(--zhuse);
}

.fl_dh_an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 8px;
    background: var(--zhuse);
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.fl_dh_an:hover {
    background: var(--zhuse-shen);
    transform: translateY(-1px);
}

.fl_sp {
    min-height: 770px;
    overflow: hidden;
    padding: 7rem 0 3rem;
    background: #fff;
}

.fl_sp_zz {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #f8ffff 0%, rgba(255, 255, 255, 0) 58%);
    pointer-events: none;
}

.fl_sp_nr {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    align-items: center;
    gap: 68px;
    max-width: 1120px;
    margin-inline: auto;
}

.fl_sp_wa {
    position: relative;
    padding: 30px 0 30px 28px;
}

.fl_sp_wa::before {
    position: absolute;
    top: 30px;
    bottom: 30px;
    left: 0;
    width: 4px;
    background: var(--qingse);
    content: "";
}

.fl_sp_yd {
    margin-bottom: 24px;
    color: var(--zhuse);
    font-size: .84rem;
    font-weight: 900;
}

.fl_sp_bt {
    color: var(--wenzi);
    font-size: 4.5rem;
    font-weight: 950;
    line-height: 1;
    white-space: nowrap;
}

.fl_sp_fbt {
    display: block;
    max-width: 620px;
    margin-top: 22px;
    color: #363a52;
    font-size: .43em;
    font-weight: 850;
    line-height: 1.28;
    white-space: normal;
}

.fl_sp_ms {
    width: min(100%, 590px);
    margin-top: 26px;
    padding-top: 18px;
    border-top: 1px solid var(--biankuang);
    color: var(--cizi);
    font-size: 1.06rem;
}

.fl_sp_ms p {
    line-height: 1.75;
}

.fl_sp_ms p + p {
    margin-top: 4px;
}

.fl_sp_an_z {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.fl_an_z,
.fl_an_c {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 52px;
    padding: 0 22px;
    border: 1px solid var(--biankuang);
    border-radius: 8px;
    font-weight: 800;
    transition: border-color .2s ease, color .2s ease, background .2s ease, transform .2s ease;
}

.fl_an_z {
    border-color: var(--zhuse);
    background: var(--zhuse);
    color: #fff;
    box-shadow: 0 12px 26px rgba(111, 111, 232, .22);
}

.fl_an_z:hover {
    background: var(--zhuse-shen);
    transform: translateY(-2px);
}

.fl_an_c {
    background: #fff;
    color: #45495f;
}

.fl_an_c:hover {
    border-color: var(--qingse);
    background: #f5ffff;
    color: #207f86;
    transform: translateY(-2px);
}

.fl_an_tb {
    font-size: 1.1em;
}

.fl_sp_zs {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 610px;
}

.fl_sj {
    position: relative;
    width: min(300px, 100%);
    padding: 7px;
    border: 3px solid #303348;
    border-radius: 42px;
    background: var(--wenzi);
    box-shadow: 18px 22px 0 #e6f9f7, 0 30px 64px rgba(62, 67, 103, .18);
}

.fl_sj_lh {
    position: absolute;
    top: 6px;
    left: 50%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 108px;
    height: 28px;
    border-radius: 0 0 16px 16px;
    background: var(--wenzi);
    transform: translateX(-50%);
}

.fl_sj_lh span {
    width: 38px;
    height: 4px;
    border-radius: 999px;
    background: #4b4e62;
}

.fl_sj_lh i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #26314a;
}

.fl_sj_pm {
    overflow: hidden;
    width: 100%;
    aspect-ratio: 3 / 5;
    border-radius: 33px;
    background: var(--qianhui);
}

.fl_sj_pm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fl_sj_hg {
    position: absolute;
    bottom: 14px;
    left: 50%;
    z-index: 3;
    width: 72px;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .74);
    transform: translateX(-50%);
}

.fl_qk {
    overflow: hidden;
    padding: 6rem 0;
    scroll-margin-top: 76px;
}

.fl_qk_b {
    background: #fff;
}

.fl_qk_h {
    background: var(--qianhui);
}

.fl_qk_tb {
    margin-bottom: 3.25rem;
    text-align: center;
}

.fl_qk_xbt {
    margin-bottom: 12px;
    color: var(--zhuse);
    font-size: .78rem;
    font-weight: 900;
}

.fl_qk_bt {
    margin-bottom: 1rem;
    color: var(--wenzi);
    font-size: 3.1rem;
    font-weight: 900;
    line-height: 1.18;
}

.fl_qk_qd {
    color: var(--zhuse);
}

.fl_qk_ms {
    max-width: 42rem;
    margin-inline: auto;
    color: var(--cizi);
    font-size: 1rem;
    line-height: 1.75;
}

.fl_gn_wg {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fl_gn_x,
.fl_jm_x,
.fl_cj_x,
.fl_wt_x {
    border: 1px solid var(--biankuang);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(45, 50, 82, .06);
}

.fl_gn_x {
    padding: 26px;
}

.fl_xt {
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.fl_xt:hover {
    border-color: #cfd2e2;
    box-shadow: 0 18px 42px rgba(45, 50, 82, .1);
    transform: translateY(-4px);
}

.fl_gn_tb,
.fl_cj_tb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    margin-bottom: 18px;
    border-radius: 8px;
    background: var(--qianqing);
    color: #238f96;
    font-size: 1.05rem;
    font-weight: 900;
}

.fl_gn_x:nth-child(2) .fl_gn_tb,
.fl_gn_x:nth-child(5) .fl_gn_tb {
    background: var(--qianfen);
    color: #a8559f;
}

.fl_gn_x:nth-child(3) .fl_gn_tb,
.fl_gn_x:nth-child(6) .fl_gn_tb {
    background: var(--qianlv);
    color: #678a24;
}

.fl_gn_bt {
    margin-bottom: .75rem;
    color: var(--wenzi);
    font-size: 1.125rem;
}

.fl_gn_ms {
    color: var(--cizi);
    font-size: .9rem;
    line-height: 1.75;
}

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

.fl_jm_x {
    display: grid;
    grid-template-rows: auto auto;
    overflow: hidden;
}

.fl_jm_tp {
    width: 100%;
    aspect-ratio: 3 / 5;
    background: #f0f1f6;
    object-fit: cover;
    object-position: top center;
}

.fl_jm_m {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 14px;
    border-top: 1px solid var(--biankuang);
    color: var(--wenzi);
    font-size: .9rem;
    font-weight: 800;
}

.fl_cj_wg {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.fl_cj_x {
    min-height: 230px;
    padding: 30px;
}

.fl_cj_tb {
    margin-bottom: 28px;
    background: var(--qianzi);
    color: var(--zhuse);
}

.fl_cj_x:nth-child(2) .fl_cj_tb {
    background: var(--qianqing);
    color: #238f96;
}

.fl_cj_x:nth-child(3) .fl_cj_tb {
    background: var(--qianfen);
    color: #a8559f;
}

.fl_cj_x h3 {
    margin-bottom: 10px;
    color: var(--wenzi);
    font-size: 1.18rem;
}

.fl_cj_x p {
    color: var(--cizi);
    line-height: 1.8;
}

.fl_wt_bj {
    display: grid;
    grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
    align-items: start;
    gap: 72px;
}

.fl_wt_dy {
    position: sticky;
    top: 112px;
    margin-bottom: 0;
    text-align: left;
}

.fl_wt_dy .fl_qk_bt {
    font-size: 2.7rem;
}

.fl_wt_dy .fl_qk_ms {
    margin-inline: 0;
}

.fl_wt_gw {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid var(--biankuang);
}

.fl_wt_gw > span {
    display: block;
    margin-bottom: 10px;
    color: #85889a;
    font-size: .78rem;
    font-weight: 800;
}

.fl_wt_gw a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--zhuse);
    transition: color .2s ease;
}

.fl_wt_gw a:hover {
    color: var(--zhuse-shen);
}

.fl_wt_gw a i:first-child {
    color: #238f96;
    font-size: 1.15rem;
}

.fl_wt_wg {
    display: grid;
    gap: 12px;
}

.fl_wt_x {
    overflow: hidden;
    box-shadow: none;
}

.fl_wt_x summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 68px;
    padding: 0 22px;
    color: var(--wenzi);
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

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

.fl_wt_j {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: var(--qianzi);
    color: var(--zhuse);
    font-size: 1.2rem;
    transition: color .2s ease, background .2s ease, transform .2s ease;
}

.fl_wt_x[open] .fl_wt_j {
    background: var(--zhuse);
    color: #fff;
    transform: rotate(45deg);
}

.fl_wt_x p {
    padding: 0 22px 20px;
    color: var(--cizi);
    line-height: 1.8;
}

.fl_wt_lj {
    color: var(--zhuse);
    font-weight: 800;
    text-decoration: underline;
    text-decoration-color: rgba(111, 111, 232, .36);
    text-underline-offset: 4px;
}

.fl_wt_lj:hover {
    color: var(--zhuse-shen);
}

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

.fl_pj_x {
    display: inline-flex;
    flex-direction: column;
    width: 100%;
    min-height: 0;
    margin: 0 0 16px;
    padding: 28px;
    border: 1px solid var(--biankuang);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(45, 50, 82, .06);
    vertical-align: top;
    break-inside: avoid;
}

.fl_pj_yinh {
    height: 48px;
    margin-bottom: 12px;
    color: rgba(111, 111, 232, .2);
    font-family: Georgia, serif;
    font-size: 4.5rem;
    font-weight: 900;
    line-height: 1;
}

.fl_pj_wz {
    flex: 1;
    margin: 0;
    color: #4f5369;
    font-size: .96rem;
    line-height: 1.85;
}

.fl_pj_yh {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 24px;
    padding-top: 18px;
    border-top: 1px solid var(--biankuang);
}

.fl_pj_tx {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: var(--qianqing);
    color: #238f96;
    font-weight: 900;
}

.fl_pj_x:nth-child(2) .fl_pj_tx {
    background: var(--qianfen);
    color: #a8559f;
}

.fl_pj_x:nth-child(3) .fl_pj_tx {
    background: var(--qianlv);
    color: #678a24;
}

.fl_pj_xx {
    display: grid;
    gap: 3px;
}

.fl_pj_m {
    color: var(--wenzi);
    font-size: .9rem;
}

.fl_pj_lx {
    color: var(--cizi);
    font-size: .78rem;
}

.fl_ty {
    overflow: hidden;
    padding: 5.5rem 0;
    border-top: 1px solid #d8f1ef;
    border-bottom: 1px solid #d8f1ef;
    background: #f2fffd;
    scroll-margin-top: 76px;
}

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

.fl_ty_nr {
    display: flex;
    align-items: center;
    gap: 24px;
    min-width: 0;
}

.fl_ty_tb {
    flex: 0 0 auto;
    width: 68px;
    height: 68px;
}

.fl_ty_tb img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.fl_ty_bt {
    margin-bottom: 10px;
    color: var(--wenzi);
    font-size: 2.65rem;
    font-weight: 900;
    line-height: 1.2;
}

.fl_ty_ms {
    max-width: 40rem;
    color: var(--cizi);
    font-size: 1.05rem;
    line-height: 1.7;
}

.fl_ty_an_z {
    display: flex;
    flex: 0 0 auto;
    justify-content: flex-end;
}

.fl_ty_an {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-width: 190px;
    min-height: 52px;
    padding: 0 24px;
    border-radius: 8px;
    background: var(--zhuse);
    color: #fff;
    box-shadow: 0 12px 28px rgba(111, 111, 232, .2);
    font-weight: 800;
    transition: background .2s ease, transform .2s ease;
}

.fl_ty_an:hover {
    background: var(--zhuse-shen);
    transform: translateY(-2px);
}

.fl_ty_an_tb {
    font-size: 1.1rem;
}

.fl_yj {
    padding-top: 64px;
    background: #202236;
    color: #fff;
}

.fl_yj_z {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(360px, .8fr);
    align-items: start;
    gap: 64px;
}

.fl_yj_pp {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    width: fit-content;
}

.fl_yj_pp img {
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 8px;
}

.fl_yj_pp span {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.fl_yj_pp strong {
    font-size: 1.18rem;
}

.fl_yj_pp small {
    color: #b9bdd0;
    font-size: .9rem;
}

.fl_yj_dh {
    display: grid;
    grid-template-columns: repeat(2, minmax(130px, 1fr));
    gap: 32px;
}

.fl_yj_fz {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.fl_yj_fz > strong {
    margin-bottom: 4px;
    color: #fff;
    font-size: .88rem;
}

.fl_yj_fz a {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #b9bdd0;
    font-size: .9rem;
    transition: color .2s ease;
}

.fl_yj_fz a:hover {
    color: #77dfe0;
}

.fl_yj_db {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-top: 52px;
    padding: 22px 0 26px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: #979caf;
    font-size: .82rem;
}

.fl_yj_db a {
    transition: color .2s ease;
}

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

@media (max-width: 900px) {
    .fl_dh_lj {
        display: none;
    }

    .fl_sp_nr {
        grid-template-columns: 1fr;
        gap: 38px;
        max-width: 720px;
    }

    .fl_sp {
        min-height: 1220px;
    }

    .fl_pj_wg {
        column-count: 2;
    }

    .fl_wt_bj {
        grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
        gap: 38px;
    }

    .fl_wt_dy .fl_qk_bt {
        font-size: 2.35rem;
    }

    .fl_yj_z {
        grid-template-columns: minmax(0, 1fr) minmax(320px, .9fr);
        gap: 40px;
    }
}

@media (max-width: 759px) {
    .fl_rq {
        width: min(100% - 2rem, 1200px);
    }

    .fl_dh_rq {
        min-height: 68px;
    }

    .fl_pp img {
        width: 38px;
        height: 38px;
    }

    .fl_pp_m {
        font-size: .98rem;
    }

    .fl_dh_an {
        min-height: 38px;
        padding: 0 13px;
        font-size: 13px;
    }

    .fl_sp {
        min-height: 0;
        height: 760px;
        padding: 6.5rem 0 0;
    }

    .fl_sp_nr {
        gap: 32px;
    }

    .fl_sp_wa {
        padding: 0;
    }

    .fl_sp_wa::before {
        display: none;
    }

    .fl_sp_yd {
        margin-bottom: 18px;
    }

    .fl_sp_bt {
        font-size: 3rem;
    }

    .fl_sp_fbt {
        margin-top: 18px;
        font-size: .42em;
        line-height: 1.35;
    }

    .fl_sp_ms {
        margin-top: 22px;
        padding-top: 16px;
        font-size: .96rem;
    }

    .fl_sp_an_z {
        flex-direction: column;
        margin-top: 26px;
    }

    .fl_an_z,
    .fl_an_c {
        width: 100%;
    }

    .fl_sp_zs {
        min-height: 0;
        padding: 8px 0 20px;
    }

    .fl_sj {
        width: min(246px, 72vw);
        box-shadow: 12px 15px 0 #e6f9f7, 0 22px 46px rgba(62, 67, 103, .16);
    }

    .fl_qk {
        padding: 4.5rem 0;
        scroll-margin-top: 68px;
    }

    #fl_hx {
        padding-top: 3.5rem;
    }

    .fl_qk_tb {
        margin-bottom: 2.5rem;
    }

    .fl_qk_bt {
        font-size: 2.25rem;
    }

    .fl_gn_wg,
    .fl_cj_wg {
        grid-template-columns: 1fr;
    }

    .fl_pj_wg {
        column-count: 1;
    }

    .fl_jm_wg {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .fl_jm_m {
        min-height: 50px;
        font-size: .82rem;
    }

    .fl_cj_x {
        min-height: 0;
        padding: 24px;
    }

    .fl_cj_tb {
        margin-bottom: 20px;
    }

    .fl_wt_x summary {
        min-height: 64px;
        padding: 14px 16px;
        line-height: 1.5;
    }

    .fl_wt_x p {
        padding: 0 16px 18px;
    }

    .fl_wt_bj {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .fl_wt_dy {
        position: static;
    }

    .fl_wt_dy .fl_qk_bt {
        font-size: 2.25rem;
    }

    .fl_wt_gw {
        margin-top: 24px;
        padding-top: 20px;
    }

    .fl_yj {
        padding-top: 48px;
    }

    .fl_yj_z {
        grid-template-columns: 1fr;
        gap: 38px;
    }

    .fl_yj_dh {
        max-width: 420px;
    }

    .fl_yj_db {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
        margin-top: 38px;
    }

    .fl_ty {
        padding: 4.5rem 0;
        scroll-margin-top: 68px;
    }

    .fl_ty_bj {
        align-items: stretch;
        flex-direction: column;
        gap: 28px;
    }

    .fl_ty_nr {
        align-items: flex-start;
        gap: 18px;
    }

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

    .fl_ty_bt {
        font-size: 2.25rem;
    }

    .fl_ty_an_z,
    .fl_ty_an {
        width: 100%;
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 2.65rem;
    }

    .fl_pp_m {
        max-width: 96px;
        line-height: 1.15;
    }
}

/* 首屏品牌舞台重构 */
.fl_sp {
    min-height: 790px;
    padding: 7.5rem 0 3.5rem;
    background: #fbffff;
}

.fl_sp_zz {
    background: #fbffff;
}

.fl_sp_nr {
    grid-template-columns: minmax(430px, .9fr) minmax(560px, 1.1fr);
    gap: 34px;
    max-width: 1200px;
}

.fl_sp_wa {
    z-index: 4;
    padding: 28px 0;
}

.fl_sp_wa::before {
    display: none;
}

.fl_sp_cs {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 112px;
    height: 6px;
    margin-bottom: 22px;
}

.fl_cs_q,
.fl_sb_q {
    background: #45dedc;
}

.fl_cs_l,
.fl_sb_l {
    background: #c5ef68;
}

.fl_cs_f,
.fl_sb_f {
    background: #eca3e4;
}

.fl_cs_z,
.fl_sb_z {
    background: #7c83ef;
}

.fl_sp_yd {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #595d76;
}

.fl_sp_yd img {
    width: 30px;
    height: 30px;
    border-radius: 7px;
}

.fl_sp_bt {
    font-size: 4.35rem;
}

.fl_sp_mc {
    display: block;
}

.fl_sp_zn {
    color: #7077e9;
}

.fl_sp_fbt {
    max-width: 520px;
    margin-top: 24px;
    font-size: .44em;
    line-height: 1.34;
}

.fl_sp_ms {
    max-width: 520px;
    margin-top: 24px;
    padding-top: 20px;
}

.fl_sp_an_z {
    margin-top: 28px;
}

.fl_an_z {
    border-color: #7077e9;
    background: #7077e9;
    box-shadow: 8px 8px 0 #dff8f6;
}

.fl_an_z:hover {
    border-color: #45c8c7;
    background: #45c8c7;
}

.fl_sp_sjz {
    display: grid;
    grid-template-columns: repeat(3, auto);
    justify-content: start;
    gap: 24px;
    margin-top: 34px;
    color: #74788c;
    font-size: .78rem;
    font-weight: 700;
}

.fl_sp_sjz span {
    display: grid;
    gap: 3px;
}

.fl_sp_sjz b {
    color: #7077e9;
    font-size: .7rem;
}

.fl_sp_zs {
    position: relative;
    min-height: 610px;
    isolation: isolate;
}

.fl_zs_sb {
    position: absolute;
    top: 62px;
    right: 4px;
    bottom: 48px;
    left: 8px;
    z-index: -2;
}

.fl_zs_sb span {
    position: absolute;
    display: block;
}

.fl_sb_q {
    top: 32px;
    left: 8px;
    width: 48%;
    height: 44%;
}

.fl_sb_l {
    top: 0;
    right: 0;
    width: 38%;
    height: 31%;
}

.fl_sb_f {
    right: 18px;
    bottom: 0;
    width: 48%;
    height: 36%;
}

.fl_sb_z {
    bottom: 30px;
    left: 42px;
    width: 34%;
    height: 25%;
}

.fl_zs_fp {
    position: absolute;
    z-index: 0;
    width: 178px;
    overflow: hidden;
    border: 7px solid #fff;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 42px rgba(44, 48, 79, .16);
}

.fl_zs_fp img {
    width: 100%;
    aspect-ratio: 3 / 4.35;
    object-fit: cover;
    object-position: top center;
}

.fl_zs_fp figcaption {
    min-height: 42px;
    padding: 11px 8px 7px;
    color: #4f5369;
    font-size: .74rem;
    font-weight: 850;
    text-align: center;
}

.fl_zs_fp_z {
    top: 118px;
    left: 0;
    transform: rotate(-6deg);
}

.fl_zs_fp_y {
    right: 0;
    bottom: 74px;
    transform: rotate(6deg);
}

.fl_sj {
    z-index: 2;
    width: 278px;
    border-color: #25283c;
    box-shadow: 14px 18px 0 rgba(255, 255, 255, .82), 0 32px 72px rgba(46, 50, 84, .24);
    transform: translateY(-4px);
}

.fl_zs_pp {
    position: absolute;
    top: 44px;
    right: 48px;
    z-index: 4;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 8px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 12px 28px rgba(47, 52, 85, .12);
    color: #35394f;
    font-size: .75rem;
    font-weight: 900;
}

.fl_zs_pp img {
    width: 26px;
    height: 26px;
    border-radius: 6px;
}

@media (max-width: 1100px) {
    .fl_sp_nr {
        grid-template-columns: minmax(390px, .9fr) minmax(470px, 1.1fr);
    }

    .fl_sp_bt {
        font-size: 3.85rem;
    }

    .fl_zs_fp {
        width: 150px;
    }
}

@media (max-width: 900px) {
    .fl_sp {
        min-height: 1180px;
    }

    .fl_sp_nr {
        grid-template-columns: 1fr;
        gap: 16px;
        max-width: 720px;
    }

    .fl_sp_wa {
        max-width: 620px;
        margin-inline: auto;
    }

    .fl_sp_zs {
        width: min(100%, 600px);
        margin-inline: auto;
    }
}

@media (max-width: 759px) {
    .fl_sp {
        height: 810px;
        min-height: 0;
        padding-top: 6.25rem;
    }

    .fl_sp_nr {
        gap: 26px;
    }

    .fl_sp_cs {
        width: 92px;
        margin-bottom: 16px;
    }

    .fl_sp_yd {
        margin-bottom: 16px;
    }

    .fl_sp_yd img {
        width: 26px;
        height: 26px;
    }

    .fl_sp_bt {
        font-size: 3rem;
    }

    .fl_sp_fbt {
        margin-top: 16px;
        font-size: .41em;
    }

    .fl_sp_ms {
        margin-top: 18px;
        padding-top: 14px;
    }

    .fl_sp_ms p + p {
        display: none;
    }

    .fl_sp_an_z {
        margin-top: 22px;
    }

    .fl_sp_sjz {
        display: none;
    }

    .fl_sp_zs {
        min-height: 430px;
        padding: 0;
    }

    .fl_zs_sb {
        top: 36px;
        right: -8px;
        bottom: 0;
        left: -8px;
    }

    .fl_zs_fp {
        width: 126px;
    }

    .fl_zs_fp_z {
        top: 92px;
        left: -10px;
    }

    .fl_zs_fp_y {
        display: none;
    }

    .fl_sj {
        width: 222px;
    }

    .fl_zs_pp {
        top: 20px;
        right: 6px;
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 2.68rem;
    }

    .fl_zs_fp_z {
        left: -24px;
    }
    .fl_sp_sjz {
        display: none;
    }
}




/*投诉按钮，严禁改动！！！*/
.tsjb_fd {
    position: fixed;
    right: 20px;
    bottom: 24px;
    z-index: 100;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    min-height: 44px;
    padding: 0 16px;
    border-radius: 999px;
    background: #2aa0ea;
    color: #fff;
}

.tsjb_fd i {
    font-size: 18px;
    line-height: 1;
}

/* echome ai 首屏左右布局 */
.fl_sp {
    min-height: 780px;
    padding: 8rem 0 4rem;
    background: #fff;
}

.fl_sp_zz {
    background: linear-gradient(90deg, #fff 0%, #fff 54%, #f7f6ff 54%, #f7f6ff 100%);
}

.fl_sp_nr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr);
    align-items: center;
    gap: clamp(48px, 7vw, 96px);
    max-width: 1160px;
}

.fl_sp_wa {
    display: block;
    max-width: 610px;
    padding: 0;
}

.fl_sp_cs {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    width: 74px;
    height: 4px;
    margin-bottom: 22px;
    overflow: hidden;
    border-radius: 2px;
}

.fl_cs_q {
    background: #4388ff;
}

.fl_cs_l {
    background: #7658ef;
}

.fl_cs_f,
.fl_cs_z {
    display: none;
}

.fl_sp_yd {
    margin-bottom: 20px;
    padding: 0;
    color: #665e89;
    font-size: .84rem;
    font-weight: 850;
}

.fl_sp_bt {
    margin: 0;
    color: #1d1932;
    font-size: clamp(4rem, 5.5vw, 5rem);
    line-height: .96;
}

.fl_sp_mc {
    display: block;
}

.fl_sp_zn {
    color: #6b4ce6;
}

.fl_sp_fbt {
    max-width: 580px;
    margin-top: 26px;
    color: #332e4a;
    font-size: .39em;
    line-height: 1.35;
}

.fl_sp_ms {
    width: min(100%, 560px);
    margin-top: 28px;
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #e4e1f0;
    color: #6b667c;
    font-size: 1.03rem;
}

.fl_sp_an_z {
    margin: 30px 0 0;
}

.fl_an_z,
.fl_an_c {
    min-height: 50px;
    border-radius: 6px;
}

.fl_an_z {
    border-color: #6849e4;
    background: #6849e4;
    box-shadow: 0 12px 26px rgba(104, 73, 228, .2);
}

.fl_an_z:hover {
    border-color: #5435cc;
    background: #5435cc;
}

.fl_an_c {
    border-color: #dcd8e9;
    background: #fff;
    color: #39344f;
}

.fl_an_c:hover {
    border-color: #6849e4;
    background: #f8f6ff;
    color: #6849e4;
}

.fl_sp_sjz {
    gap: 26px;
    margin: 28px 0 0;
    color: #716c85;
}

.fl_sp_sjz b {
    color: #6849e4;
}

.fl_sp_zs {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 610px;
    margin: 0;
    overflow: visible;
    border: 1px solid #e4e0f6;
    border-radius: 8px;
    background: #f3f1ff;
    box-shadow: 0 26px 60px rgba(59, 48, 117, .12);
    isolation: isolate;
}

.fl_sp_zs::before {
    position: absolute;
    top: -1px;
    right: 42px;
    left: 42px;
    height: 4px;
    background: #6849e4;
    content: "";
}

.fl_sp_zs::after {
    position: absolute;
    right: -1px;
    bottom: 44px;
    width: 4px;
    height: 90px;
    background: #4388ff;
    content: "";
}

.fl_zs_sb,
.fl_zs_fp {
    display: none;
}

.fl_sj {
    position: relative;
    top: auto;
    left: auto;
    z-index: 2;
    width: 286px;
    border: 3px solid #252238;
    border-radius: 42px;
    background: #252238;
    box-shadow: 18px 20px 0 #ded9fb, 0 28px 54px rgba(37, 29, 79, .2);
    transform: none;
}

.fl_zs_pp {
    position: absolute;
    top: 28px;
    right: auto;
    left: 28px;
    z-index: 4;
    display: block;
    background: #fff;
    color: #413a61;
    box-shadow: 0 8px 22px rgba(57, 48, 103, .1);
}

.fl_zs_pp img {
    width: 30px;
    height: 30px;
    border: 0;
    border-radius: 6px;
}

@media (max-width: 1040px) {
    .fl_sp_nr {
        grid-template-columns: minmax(0, 1fr) minmax(370px, .82fr);
        gap: 44px;
    }

    .fl_sp_bt {
        font-size: 4rem;
    }

    .fl_sj {
        width: 260px;
    }
}

@media (max-width: 860px) {
    .fl_sp {
        min-height: 1180px;
        padding-top: 7.5rem;
    }

    .fl_sp_zz {
        background: #fff;
    }

    .fl_sp_nr {
        grid-template-columns: 1fr;
        gap: 48px;
        max-width: 720px;
    }

    .fl_sp_wa {
        max-width: 640px;
    }

    .fl_sp_bt {
        font-size: 4.2rem;
    }

    .fl_sp_zs {
        width: min(100%, 620px);
        min-height: 580px;
        margin-inline: auto;
    }
}

@media (max-width: 759px) {
    .fl_sp {
        height: auto;
        min-height: 0;
        padding: 6.5rem 0 3rem;
    }

    .fl_sp_nr {
        gap: 36px;
    }

    .fl_sp_cs {
        width: 64px;
        margin-bottom: 18px;
    }

    .fl_sp_bt {
        font-size: 3.25rem;
    }

    .fl_sp_fbt {
        margin-top: 18px;
        font-size: .42em;
    }

    .fl_sp_ms {
        margin-top: 22px;
        padding-top: 16px;
        font-size: .94rem;
    }

    .fl_sp_ms p + p {
        display: none;
    }

    .fl_sp_an_z {
        margin-top: 24px;
    }

    .fl_sp_sjz {
        display: none;
    }

    .fl_sp_zs {
        width: 100%;
        min-height: 470px;
    }

    .fl_zs_pp {
        top: 18px;
        left: 18px;
    }

    .fl_sj {
        width: 220px;
        box-shadow: 12px 14px 0 #ded9fb, 0 22px 42px rgba(37, 29, 79, .18);
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 2.78rem;
    }

    .fl_sj {
        width: 205px;
    }
}

/* echome ai 首屏陪伴空间 */
.fl_sp {
    min-height: 860px;
    padding: 8.5rem 0 4.5rem;
    background: #f8f8fc;
}

.fl_sp_zz {
    background: #f8f8fc;
}

.fl_sp_nr {
    display: grid;
    grid-template-columns: minmax(390px, .78fr) minmax(580px, 1.22fr);
    align-items: center;
    gap: clamp(44px, 5vw, 72px);
    max-width: 1200px;
}

.fl_sp_wa {
    display: block;
    max-width: 500px;
    padding: 0;
}

.fl_sp_cs {
    display: none;
}

.fl_sp_yd {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 28px;
    padding: 0;
    color: #655d7c;
    font-size: .84rem;
    font-weight: 850;
}

.fl_sp_yd::before {
    width: 30px;
    height: 3px;
    background: #347df1;
    content: "";
}

.fl_sp_bt {
    margin: 0;
    color: #1c1928;
    font-size: clamp(4rem, 5vw, 4.85rem);
    line-height: .96;
}

.fl_sp_zn {
    color: #6846df;
}

.fl_sp_fbt {
    max-width: 500px;
    margin-top: 27px;
    color: #332e43;
    font-size: .38em;
    line-height: 1.38;
}

.fl_sp_ms {
    width: min(100%, 485px);
    margin-top: 28px;
    padding: 0;
    border: 0;
    color: #716c7d;
    font-size: 1rem;
}

.fl_sp_ms p {
    line-height: 1.8;
}

.fl_sp_an_z {
    margin-top: 32px;
}

.fl_an_z,
.fl_an_c {
    min-height: 52px;
    border-radius: 6px;
}

.fl_an_z {
    border-color: #6846df;
    background: #6846df;
    box-shadow: 0 12px 24px rgba(104, 70, 223, .18);
}

.fl_an_z:hover {
    border-color: #5331c9;
    background: #5331c9;
}

.fl_an_c {
    border-color: #d8d5e1;
    background: transparent;
    color: #454050;
}

.fl_an_c:hover {
    border-color: #6846df;
    background: #fff;
    color: #6846df;
}

.fl_sp_sjz {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin: 38px 0 0;
    border-top: 1px solid #dedce5;
    color: #5e5968;
}

.fl_sp_sjz span {
    display: grid;
    gap: 5px;
    padding: 16px 12px 0 0;
    font-size: .8rem;
    line-height: 1.3;
}

.fl_sp_sjz b {
    color: #6846df;
    font-size: .68rem;
}

.fl_sp_zs {
    position: relative;
    display: grid;
    grid-template-rows: 68px minmax(0, 1fr) 62px;
    min-height: 640px;
    margin: 0;
    padding: 0 26px;
    overflow: hidden;
    border: 1px solid #dedbe8;
    border-radius: 7px;
    background: #fff;
    box-shadow: 0 28px 64px rgba(47, 39, 82, .12);
    isolation: isolate;
}

.fl_sp_zs::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 7px;
    background: #6846df;
    content: "";
}

.fl_sp_zs::after {
    display: none;
}

.fl_zs_dingb,
.fl_zs_db {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fl_zs_dingb {
    border-bottom: 1px solid #ebe9f0;
}

.fl_zs_pp {
    position: static;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #292535;
    font-size: .8rem;
    font-weight: 900;
}

.fl_zs_pp img {
    width: 31px;
    height: 31px;
    border: 0;
    border-radius: 6px;
}

.fl_zs_zht {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #716b7b;
    font-size: .75rem;
    font-weight: 750;
}

.fl_zs_zht i,
.fl_zs_db p i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #347df1;
    box-shadow: 0 0 0 4px #e9f1ff;
}

.fl_zs_zt {
    display: grid;
    grid-template-columns: minmax(270px, 1fr) 164px;
    align-items: center;
    gap: 24px;
    min-height: 0;
    padding: 24px 0;
}

.fl_sj {
    position: relative;
    top: auto;
    left: auto;
    justify-self: center;
    z-index: 2;
    width: 286px;
    padding: 6px;
    border: 3px solid #272333;
    border-radius: 35px;
    background: #272333;
    box-shadow: 14px 16px 0 #e7e3fa, 0 24px 46px rgba(36, 29, 63, .18);
    transform: none;
}

.fl_sj_lh {
    top: 5px;
    height: 25px;
    background: #272333;
}

.fl_sj_pm {
    border-radius: 27px;
}

.fl_zs_cb {
    display: grid;
    align-self: stretch;
    grid-template-rows: auto 1fr 1fr;
    gap: 13px;
    min-width: 0;
    padding-left: 22px;
    border-left: 1px solid #e7e4ed;
}

.fl_zs_cb_bt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #3c3748;
    font-size: .75rem;
    font-weight: 900;
}

.fl_zs_cb_bt b {
    color: #6846df;
    font-size: .7rem;
}

.fl_zs_fp {
    position: relative;
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    width: 100%;
    min-height: 0;
    overflow: hidden;
    border: 1px solid #e4e1ea;
    border-radius: 6px;
    background: #f6f5fa;
    box-shadow: none;
    transform: none;
}

.fl_zs_fp img {
    width: 100%;
    height: 100%;
    min-height: 0;
    aspect-ratio: auto;
    object-fit: cover;
    object-position: top center;
}

.fl_zs_fp figcaption {
    min-height: 34px;
    padding: 9px 8px;
    color: #4e4959;
    font-size: .68rem;
    font-weight: 800;
    text-align: left;
}

.fl_zs_fp_z,
.fl_zs_fp_y {
    inset: auto;
    transform: none;
}

.fl_zs_db {
    border-top: 1px solid #ebe9f0;
}

.fl_zs_db p {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #5f596a;
    font-size: .75rem;
    font-weight: 750;
}

.fl_zs_db a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #6846df;
    font-size: .76rem;
    font-weight: 900;
}

.fl_zs_db a span {
    font-size: 1rem;
}

@media (max-width: 1120px) {
    .fl_sp_nr {
        grid-template-columns: minmax(350px, .72fr) minmax(520px, 1.28fr);
        gap: 38px;
    }

    .fl_sp_bt {
        font-size: 4rem;
    }

    .fl_sp_zs {
        padding-inline: 22px;
    }

    .fl_zs_zt {
        grid-template-columns: minmax(240px, 1fr) 142px;
        gap: 18px;
    }

    .fl_sj {
        width: 258px;
    }

    .fl_zs_cb {
        padding-left: 18px;
    }
}

@media (max-width: 960px) {
    .fl_sp {
        min-height: 0;
        padding: 7.5rem 0 4rem;
    }

    .fl_sp_nr {
        grid-template-columns: 1fr;
        gap: 54px;
        max-width: 720px;
    }

    .fl_sp_wa {
        max-width: 630px;
    }

    .fl_sp_bt {
        font-size: 4.35rem;
    }

    .fl_sp_zs {
        width: 100%;
        min-height: 640px;
        margin: 0;
    }

    .fl_zs_zt {
        grid-template-columns: minmax(280px, 1fr) 180px;
        gap: 26px;
    }

    .fl_sj {
        width: 286px;
    }
}

@media (max-width: 640px) {
    .fl_sp {
        height: auto;
        padding: 6.5rem 0 3rem;
    }

    .fl_sp_nr {
        gap: 38px;
    }

    .fl_sp_yd {
        margin-bottom: 22px;
    }

    .fl_sp_bt {
        font-size: 3.2rem;
    }

    .fl_sp_fbt {
        margin-top: 20px;
        font-size: .42em;
    }

    .fl_sp_ms {
        margin-top: 22px;
        font-size: .94rem;
    }

    .fl_sp_ms p + p {
        display: none;
    }

    .fl_sp_an_z {
        margin-top: 25px;
    }

    .fl_sp_sjz {
        display: none;
    }

    .fl_sp_zs {
        grid-template-rows: 60px minmax(0, 1fr) 56px;
        min-height: 532px;
        padding-inline: 18px;
    }

    .fl_zs_zt {
        display: flex;
        justify-content: center;
        padding: 18px 0;
    }

    .fl_sj {
        width: 232px;
        box-shadow: 10px 12px 0 #e7e3fa, 0 20px 38px rgba(36, 29, 63, .16);
    }

    .fl_zs_cb {
        display: none;
    }

    .fl_zs_db p {
        font-size: .68rem;
    }

    .fl_zs_db a {
        font-size: .7rem;
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 2.75rem;
    }

    .fl_sp_zs {
        min-height: 505px;
    }

    .fl_sj {
        width: 214px;
    }

    .fl_zs_db p {
        max-width: 140px;
    }
}

/* echome ai 首屏居中文案 */
.fl_sp {
    min-height: 760px;
    display: flex;
    align-items: center;
    padding: 9rem 0 5rem;
    background: #f8f8fc;
}

.fl_sp > .fl_rq {
    width: min(100% - 2rem, 1200px);
}

.fl_sp_nr {
    display: block;
    max-width: 900px;
    margin-inline: auto;
}

.fl_sp_wa {
    max-width: 900px;
    margin-inline: auto;
    padding: 0;
    text-align: center;
}

.fl_sp_yd {
    justify-content: center;
    margin-bottom: 30px;
}

.fl_sp_yd::before {
    width: 26px;
}

.fl_sp_bt {
    font-size: clamp(4.5rem, 7vw, 6.25rem);
    line-height: .94;
}

.fl_sp_fbt {
    max-width: 760px;
    margin: 30px auto 0;
    font-size: .34em;
    line-height: 1.35;
}

.fl_sp_ms {
    width: min(100%, 690px);
    margin: 30px auto 0;
    color: #6c6777;
    font-size: 1.05rem;
}

.fl_sp_an_z {
    justify-content: center;
    margin-top: 34px;
}

.fl_sp_sjz {
    width: min(100%, 620px);
    margin: 44px auto 0;
}

.fl_sp_sjz span {
    padding-right: 0;
}

@media (max-width: 759px) {
    .fl_sp {
        min-height: 680px;
        padding: 7.5rem 0 4rem;
    }

    .fl_sp_yd {
        margin-bottom: 24px;
    }

    .fl_sp_bt {
        font-size: 3.55rem;
    }

    .fl_sp_fbt {
        margin-top: 22px;
        font-size: .4em;
    }

    .fl_sp_ms {
        margin-top: 24px;
        font-size: .95rem;
    }

    .fl_sp_an_z {
        margin-top: 28px;
    }

    .fl_sp_sjz {
        display: none;
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 3rem;
    }
}

/* echome ai 品牌强调与使用时间轴 */
.fl_sp_mc {
    position: relative;
    display: inline-block;
    padding: 0 .04em .08em;
}

.fl_sp_zn {
    color: #6846df;
    text-decoration-color: #347df1;
    text-decoration-line: underline;
    text-decoration-style: wavy;
    text-decoration-thickness: 3px;
    text-underline-offset: .13em;
}

.fl_sp_sjz {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: min(100%, 760px);
    margin: 46px auto 0;
    border: 0;
    color: #55505f;
}

.fl_sp_sjz::before {
    position: absolute;
    top: 17px;
    right: 12.5%;
    left: 12.5%;
    height: 1px;
    background: #d9d5e7;
    content: "";
}

.fl_sp_sjz span {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    gap: 11px;
    padding: 0 10px;
    font-size: .8rem;
    font-weight: 800;
    line-height: 1.4;
}

.fl_sp_sjz b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 4px solid #f8f8fc;
    border-radius: 50%;
    background: #6846df;
    box-shadow: 0 0 0 1px #bdb5dd;
    color: #fff;
    font-size: .65rem;
    font-weight: 900;
}

.fl_sp_sjz span:nth-child(even) b {
    background: #347df1;
}

/* 首屏引导标签 */
.fl_sp_yd {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin-bottom: 34px;
    padding: 10px 15px 10px 13px;
    border: 1px solid #dcd7eb;
    border-radius: 6px;
    background: #fff;
    box-shadow: 6px 6px 0 #ebe7fa;
    color: #514a67;
    font-size: .8rem;
}

.fl_sp_yd::before {
    width: 9px;
    height: 9px;
    border: 3px solid #6846df;
    background: #fff;
    content: "";
    transform: rotate(45deg);
}



@media (max-width: 759px) {
    .fl_sp_mc {
        padding-bottom: .11em;
    }

    .fl_sp_zn {
        text-decoration-thickness: 2px;
    }

    .fl_sp_sjz {
        display: none;
        grid-template-columns: 1fr;
        gap: 14px;
        width: min(100%, 270px);
        margin-top: 34px;
        text-align: left;
    }

    .fl_sp_sjz::before {
        top: 17px;
        bottom: 17px;
        left: 16px;
        width: 1px;
        height: auto;
    }

    .fl_sp_sjz span {
        grid-template-columns: 34px 1fr;
        align-items: center;
        justify-items: start;
        gap: 13px;
        padding: 0;
    }

    .fl_sp_yd {
        margin-bottom: 27px;
        padding: 9px 13px 9px 11px;
        box-shadow: 5px 5px 0 #ebe7fa;
        font-size: .76rem;
    }
}

/* Remix Icon 图标适配 */
.fl_dh_an {
    gap: 6px;
}

.fl_dh_an i,
.fl_an_tb,
.fl_ty_an_tb {
    flex: 0 0 auto;
    font-size: 1.12rem;
    line-height: 1;
}

.fl_gn_tb i,
.fl_cj_tb i {
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1;
}

.fl_sp_yd::before {
    display: none;
}

.fl_sp_yd > i {
    color: #6846df;
    font-size: 1.08rem;
    line-height: 1;
}

.fl_wt_j {
    font-weight: 400;
    line-height: 1;
}

.fl_pj_yinh i {
    display: block;
    font-size: 3.5rem;
    line-height: 1;
}

/* Black and purple theme inspired by FeelinAI */
:root {
    --zhuse: #8172ff;
    --zhuse-shen: #6b58ee;
    --qingse: #a78bfa;
    --qianqing: rgba(129, 114, 255, .12);
    --qianzi: rgba(129, 114, 255, .14);
    --qianfen: rgba(193, 117, 255, .12);
    --qianlv: rgba(94, 234, 212, .1);
    --wenzi: #f0efff;
    --cizi: rgba(240, 239, 255, .62);
    --biankuang: rgba(139, 124, 255, .18);
    --qianhui: #1d2029;
    --heise: #15171e;
    --heise-qian: #1d2029;
    --kapian: #20232e;
}

body {
    background: var(--heise);
    color: var(--wenzi);
}

#fl_dh {
    background: rgba(21, 23, 30, .86);
    border-bottom-color: rgba(139, 124, 255, .12);
    box-shadow: 0 10px 36px rgba(0, 0, 0, .22);
}

.fl_pp_m,
.fl_qk_bt,
.fl_gn_bt,
.fl_cj_x h3,
.fl_wt_x summary,
.fl_pj_m,
.fl_ty_bt {
    color: var(--wenzi);
}

.fl_dh_lj a {
    color: rgba(240, 239, 255, .6);
}

.fl_dh_lj a:first-child,
.fl_dh_lj a:hover {
    background: rgba(129, 114, 255, .12);
    color: #fff;
}

.fl_dh_an,
.fl_an_z,
.fl_ty_an {
    background: linear-gradient(135deg, #7167f5, #a465ee);
    border-color: transparent;
    box-shadow: 0 10px 28px rgba(129, 114, 255, .3);
}

.fl_dh_an:hover,
.fl_an_z:hover,
.fl_ty_an:hover {
    background: linear-gradient(135deg, #8172ff, #b273f6);
    border-color: transparent;
}

.fl_sp {
    background: var(--heise);
}

.fl_sp_zz {
    background:
        radial-gradient(circle at 50% 25%, rgba(129, 114, 255, .13), transparent 38%),
        linear-gradient(180deg, rgba(21, 23, 30, .2), var(--heise));
}

.fl_sp_yd {
    border-color: rgba(129, 114, 255, .2);
    background: rgba(129, 114, 255, .08);
    box-shadow: none;
    color: rgba(240, 239, 255, .68);
}

.fl_sp_yd > i,
.fl_sp_zn,
.fl_qk_xbt,
.fl_qk_qd,
.fl_wt_gw a,
.fl_wt_lj,
.fl_zs_db a {
    color: #9b8cff;
}

.fl_sp_zn {
    text-decoration-color: #9b8cff;
}

.fl_sp_bt {
    color: #fff;
    text-shadow: 0 0 42px rgba(129, 114, 255, .14);
}

.fl_sp_fbt {
    color: rgba(240, 239, 255, .9);
}

.fl_sp_ms,
.fl_qk_ms,
.fl_gn_ms,
.fl_cj_x p,
.fl_wt_x p,
.fl_pj_wz,
.fl_pj_lx,
.fl_ty_ms {
    color: var(--cizi);
}

.fl_an_c {
    border-color: rgba(240, 239, 255, .18);
    background: rgba(255, 255, 255, .03);
    color: rgba(240, 239, 255, .86);
}

.fl_an_c:hover {
    border-color: rgba(155, 140, 255, .65);
    background: rgba(129, 114, 255, .1);
    color: #fff;
}

.fl_sp_sjz {
    color: rgba(240, 239, 255, .62);
}

.fl_sp_sjz::before {
    background: rgba(155, 140, 255, .24);
}

.fl_sp_sjz b,
.fl_sp_sjz span:nth-child(even) b {
    border-color: var(--heise);
    background: #8172ff;
    box-shadow: 0 0 0 1px rgba(155, 140, 255, .46), 0 0 18px rgba(129, 114, 255, .28);
}

.fl_qk_b {
    background: var(--heise);
}

.fl_qk_h {
    background: var(--heise-qian);
}

.fl_gn_x,
.fl_jm_x,
.fl_cj_x,
.fl_wt_x,
.fl_pj_x {
    border-color: var(--biankuang);
    background: rgba(32, 35, 46, .78);
    box-shadow: 0 14px 38px rgba(0, 0, 0, .16);
}

.fl_xt:hover {
    border-color: rgba(155, 140, 255, .5);
    box-shadow: 0 18px 46px rgba(0, 0, 0, .28), 0 0 24px rgba(129, 114, 255, .08);
}

.fl_gn_tb,
.fl_cj_tb,
.fl_gn_x:nth-child(2) .fl_gn_tb,
.fl_gn_x:nth-child(3) .fl_gn_tb,
.fl_gn_x:nth-child(5) .fl_gn_tb,
.fl_gn_x:nth-child(6) .fl_gn_tb,
.fl_cj_x:nth-child(2) .fl_cj_tb,
.fl_cj_x:nth-child(3) .fl_cj_tb {
    background: rgba(129, 114, 255, .13);
    color: #a99dff;
}

.fl_jm_tp {
    background: #11131a;
}

.fl_jm_m,
.fl_pj_yh,
.fl_wt_gw {
    border-color: rgba(139, 124, 255, .16);
}

.fl_jm_m {
    color: rgba(240, 239, 255, .86);
}

.fl_wt_gw > span {
    color: rgba(240, 239, 255, .42);
}

.fl_wt_j {
    background: rgba(129, 114, 255, .12);
    color: #9b8cff;
}

.fl_wt_x[open] .fl_wt_j {
    background: #8172ff;
}

.fl_pj_yinh {
    color: rgba(155, 140, 255, .25);
}

.fl_pj_tx,
.fl_pj_x:nth-child(2) .fl_pj_tx,
.fl_pj_x:nth-child(3) .fl_pj_tx {
    background: rgba(129, 114, 255, .14);
    color: #aa9fff;
}

/* Review cards */
.fl_pj_wg {
    column-gap: 20px;
}

.fl_pj_x {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 24px 24px 26px;
    border: 1px solid rgba(145, 150, 180, .16);
    background: #1b1e28;
    box-shadow: 0 14px 32px rgba(0, 0, 0, .18);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.fl_pj_x::before {
    position: absolute;
    top: 0;
    left: 24px;
    width: 52px;
    height: 2px;
    background: #8b7cff;
    content: "";
}

.fl_pj_x:nth-child(3n + 2)::before {
    background: #5fd4c7;
}

.fl_pj_x:nth-child(3n)::before {
    background: #f08ab7;
}

.fl_pj_x:hover {
    border-color: rgba(155, 140, 255, .38);
    box-shadow: 0 20px 46px rgba(0, 0, 0, .28);
    transform: translateY(-3px);
}

.fl_pj_yinh {
    position: absolute;
    top: 20px;
    right: 20px;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin: 0;
    border: 1px solid rgba(155, 140, 255, .18);
    border-radius: 6px;
    background: rgba(129, 114, 255, .08);
    color: #9b8cff;
}

.fl_pj_yinh i {
    font-size: 1.3rem;
    line-height: 1;
}

.fl_pj_wz {
    order: 2;
    color: rgba(240, 239, 255, .72);
    font-size: .93rem;
    line-height: 1.8;
}

.fl_pj_yh {
    order: 1;
    gap: 11px;
    margin: 0 0 20px;
    padding: 0 54px 17px 0;
    border-top: 0;
    border-bottom: 1px solid rgba(145, 150, 180, .13);
}

.fl_pj_tx,
.fl_pj_x:nth-child(2) .fl_pj_tx,
.fl_pj_x:nth-child(3) .fl_pj_tx {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(155, 140, 255, .22);
    border-radius: 50%;
    background: #242333;
    color: #b7adff;
    font-size: .82rem;
}

.fl_pj_x:nth-child(3n + 2) .fl_pj_tx {
    border-color: rgba(95, 212, 199, .24);
    background: #1d2c2e;
    color: #73ded2;
}

.fl_pj_x:nth-child(3n) .fl_pj_tx {
    border-color: rgba(240, 138, 183, .24);
    background: #30232e;
    color: #f29bc1;
}

.fl_pj_xx {
    gap: 2px;
    min-width: 0;
}

.fl_pj_m {
    color: rgba(255, 255, 255, .9);
    font-size: .86rem;
}

.fl_pj_lx {
    overflow: hidden;
    color: rgba(224, 224, 240, .42);
    font-size: .72rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 759px) {
    .fl_pj_x {
        padding: 21px 20px 23px;
    }

    .fl_pj_x::before {
        left: 20px;
    }

    .fl_pj_yinh {
        top: 18px;
        right: 18px;
    }

    .fl_pj_wz {
        font-size: .9rem;
        line-height: 1.75;
    }
}

.fl_ty {
    border-color: rgba(139, 124, 255, .18);
    background: #191b24;
}

.fl_yj {
    background: #101117;
}

.fl_yj_pp small,
.fl_yj_fz a {
    color: rgba(240, 239, 255, .55);
}

.fl_yj_fz a:hover {
    color: #a99dff;
}

.fl_yj_db {
    border-color: rgba(139, 124, 255, .14);
    color: rgba(240, 239, 255, .42);
}

@media (max-width: 759px) {
    #fl_dh {
        background: rgba(21, 23, 30, .94);
    }

    .fl_sp {
        background: var(--heise);
    }
}

/* Refined header layout */
#fl_dh {
    background: rgba(16, 17, 23, .82);
    border-bottom: 1px solid rgba(155, 140, 255, .12);
    box-shadow: 0 14px 36px rgba(0, 0, 0, .18);
}

#fl_dh::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 8%, #7167f5 50%, transparent 92%);
    opacity: .7;
    content: "";
}

.fl_dh_rq {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 32px;
    min-height: 72px;
}

.fl_pp {
    justify-self: start;
    gap: 12px;
}

.fl_pp img {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(155, 140, 255, .24);
    box-shadow: 0 0 20px rgba(129, 114, 255, .12);
}

.fl_pp_m {
    font-size: 1rem;
    font-weight: 850;
}

.fl_dh_lj {
    justify-self: center;
    gap: 2px;
    padding: 4px;
    border: 1px solid rgba(155, 140, 255, .12);
    border-radius: 8px;
    background: rgba(255, 255, 255, .025);
}

.fl_dh_lj a {
    position: relative;
    min-height: 36px;
    padding: 0 13px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 650;
}

.fl_dh_lj a:first-child,
.fl_dh_lj a:hover {
    background: rgba(129, 114, 255, .09);
    color: #fff;
}

.fl_dh_lj a:first-child::after {
    position: absolute;
    right: 13px;
    bottom: 2px;
    left: 13px;
    height: 2px;
    border-radius: 2px;
    background: #9587ff;
    box-shadow: 0 0 10px rgba(149, 135, 255, .65);
    content: "";
}

.fl_dh_an {
    justify-self: end;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    font-size: 13px;
    box-shadow: 0 8px 22px rgba(129, 114, 255, .22);
}

@media (max-width: 1000px) {
    .fl_dh_rq {
        gap: 20px;
    }

    .fl_dh_lj a {
        padding-inline: 10px;
    }
}

@media (max-width: 900px) {
    .fl_dh_rq {
        grid-template-columns: 1fr auto;
    }
}

@media (max-width: 759px) {
    #fl_dh {
        background: rgba(16, 17, 23, .94);
    }

    .fl_dh_rq {
        min-height: 66px;
        gap: 14px;
    }

    .fl_pp {
        gap: 9px;
    }

    .fl_pp img {
        width: 36px;
        height: 36px;
    }

    .fl_pp_m {
        font-size: .92rem;
    }

    .fl_dh_an {
        min-height: 38px;
        padding-inline: 13px;
    }
}

/* Minimal brand header */
#fl_dh {
    background: rgba(15, 16, 22, .9);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .16);
}

#fl_dh::before {
    display: none;
}

.fl_dh_rq {
    grid-template-columns: minmax(210px, 1fr) auto minmax(210px, 1fr);
    gap: 42px;
    min-height: 82px;
}

.fl_pp {
    gap: 13px;
}

.fl_pp img {
    width: 43px;
    height: 43px;
    border: 1px solid rgba(155, 140, 255, .28);
    box-shadow: 0 0 24px rgba(129, 114, 255, .16);
}

.fl_pp_wa {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.fl_pp_m {
    color: #fff;
    font-size: 1.02rem;
    font-weight: 850;
    line-height: 1.25;
}

.fl_pp_wa small {
    color: rgba(240, 239, 255, .4);
    font-size: .66rem;
    line-height: 1.3;
}

.fl_dh_lj {
    gap: 28px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.fl_dh_lj a {
    min-height: 82px;
    padding: 0;
    border-radius: 0;
    color: rgba(240, 239, 255, .55);
    font-size: 13px;
    font-weight: 650;
}

.fl_dh_lj a:first-child,
.fl_dh_lj a:hover {
    background: transparent;
    color: #a99dff;
}

.fl_dh_lj a:first-child::before {
    width: 5px;
    height: 5px;
    margin-right: 7px;
    border-radius: 50%;
    background: #9587ff;
    box-shadow: 0 0 10px rgba(149, 135, 255, .8);
    content: "";
}

.fl_dh_lj a:first-child::after {
    display: none;
}

.fl_dh_an {
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid rgba(155, 140, 255, .48);
    border-radius: 7px;
    background: rgba(129, 114, 255, .1);
    box-shadow: none;
    color: #e4e0ff;
}

.fl_dh_an:hover {
    border-color: #9b8cff;
    background: #8172ff;
    box-shadow: 0 8px 24px rgba(129, 114, 255, .24);
}

@media (max-width: 1100px) {
    .fl_dh_rq {
        grid-template-columns: minmax(180px, 1fr) auto minmax(150px, 1fr);
        gap: 24px;
    }

    .fl_dh_lj {
        gap: 20px;
    }

    .fl_pp_wa small {
        display: none;
    }
}

@media (max-width: 900px) {
    .fl_dh_rq {
        grid-template-columns: 1fr auto;
        min-height: 72px;
    }
}

@media (max-width: 759px) {
    #fl_dh {
        background: rgba(15, 16, 22, .96);
    }

    .fl_dh_rq {
        min-height: 68px;
    }

    .fl_pp img {
        width: 38px;
        height: 38px;
    }

    .fl_pp_m {
        font-size: .94rem;
    }

    .fl_dh_an {
        min-height: 38px;
        padding-inline: 13px;
        background: rgba(129, 114, 255, .12);
    }
}

/* Immersive hero composition */
.fl_sp {
    display: block;
    min-height: 780px;
    height: 780px;
    padding: 7.5rem 0 2.5rem;
    background: #13151c;
}

.fl_sp_zz {
    background:
        linear-gradient(90deg, rgba(19, 21, 28, .98) 0%, rgba(19, 21, 28, .9) 42%, rgba(19, 21, 28, .34) 76%, rgba(19, 21, 28, .7) 100%),
        linear-gradient(180deg, rgba(129, 114, 255, .08), transparent 35%);
}

.fl_sp > .fl_rq {
    height: 100%;
}

.fl_sp_nr {
    display: grid;
    grid-template-columns: minmax(0, .88fr) minmax(500px, 1.12fr);
    align-items: center;
    gap: 64px;
    width: 100%;
    max-width: 1180px;
    height: 100%;
    margin-inline: auto;
}

.fl_sp_wa {
    position: relative;
    z-index: 4;
    max-width: 530px;
    margin: 0;
    padding: 0 0 0 22px;
    text-align: left;
}

.fl_sp_wa::before {
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 0;
    width: 2px;
    background: linear-gradient(180deg, #9587ff, rgba(149, 135, 255, .08));
    content: "";
}

.fl_sp_yd {
    display: inline-flex;
    justify-content: flex-start;
    gap: 9px;
    margin: 0 0 22px;
    padding: 8px 11px;
    border-color: rgba(155, 140, 255, .2);
    border-radius: 6px;
    background: rgba(129, 114, 255, .08);
    color: rgba(240, 239, 255, .66);
}

.fl_sp_zht {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #8f80ff;
    box-shadow: 0 0 0 4px rgba(143, 128, 255, .1), 0 0 12px rgba(143, 128, 255, .65);
}

.fl_sp_bt {
    margin: 0;
    color: #fff;
    font-size: 4.8rem;
    line-height: .96;
    text-align: left;
}

.fl_sp_mc {
    display: block;
    padding: 0;
}

.fl_sp_zn {
    color: #9b8cff;
    text-decoration: none;
}

.fl_sp_fbt {
    display: block;
    max-width: 500px;
    margin: 24px 0 0;
    color: rgba(240, 239, 255, .94);
    font-size: 1.75rem;
    font-weight: 850;
    line-height: 1.32;
}

.fl_sp_ms {
    width: min(100%, 500px);
    margin: 22px 0 0;
    padding: 0;
    border: 0;
    color: rgba(240, 239, 255, .58);
    font-size: .98rem;
}

.fl_sp_ms p {
    line-height: 1.85;
}

.fl_sp_an_z {
    justify-content: flex-start;
    margin: 28px 0 0;
}

.fl_sp_td {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin-top: 28px;
    padding-top: 20px;
    border-top: 1px solid rgba(155, 140, 255, .14);
}

.fl_sp_td span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(240, 239, 255, .52);
    font-size: .76rem;
    font-weight: 700;
}

.fl_sp_td i {
    color: #9587ff;
    font-size: 1rem;
}

.fl_sp_cj {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: min(100%, 580px);
    height: 620px;
}

.fl_sp_cj::before {
    position: absolute;
    top: 26px;
    right: 0;
    width: 76%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(155, 140, 255, .35));
    content: "";
}

.fl_sp_cj::after {
    position: absolute;
    right: 18px;
    bottom: 34px;
    width: 1px;
    height: 72%;
    background: linear-gradient(180deg, rgba(155, 140, 255, .35), transparent);
    content: "";
}

.fl_sp_hm {
    position: absolute;
    overflow: hidden;
    border: 1px solid rgba(155, 140, 255, .2);
    border-radius: 8px;
    background: #1d2029;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .38);
}

.fl_sp_hm img {
    width: 100%;
    height: 120%;
    object-fit: cover;
    object-position: top center;
    transform: translateY(-12%);
}

.fl_sp_hm_z {
    top: 0;
    right: 24px;
    z-index: 2;
    width: 342px;
    height: 590px;
}

.fl_sp_hm_c {
    top: 96px;
    left: 0;
    z-index: 1;
    width: 238px;
    height: 424px;
    opacity: .7;
}

.fl_sp_xx {
    position: absolute;
    bottom: 46px;
    left: 78px;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 238px;
    padding: 12px 14px;
    border: 1px solid rgba(155, 140, 255, .28);
    border-radius: 7px;
    background: rgba(24, 26, 35, .94);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .38);
    backdrop-filter: blur(14px);
}

.fl_sp_xx_s {
    top: 54px;
    bottom: auto;
    left: 24px;
    min-width: 224px;
}

.fl_sp_xx_tb {
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: rgba(129, 114, 255, .16);
    color: #a99dff;
}

.fl_sp_xx > span:last-child {
    display: grid;
    gap: 2px;
}

.fl_sp_xx strong {
    color: #f0efff;
    font-size: .78rem;
}

.fl_sp_xx small {
    color: rgba(240, 239, 255, .45);
    font-size: .66rem;
}

@media (max-width: 1040px) {
    .fl_sp_nr {
        grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
        gap: 36px;
    }

    .fl_sp_bt {
        font-size: 4.2rem;
    }

    .fl_sp_cj {
        transform: translateX(28px);
    }
}

@media (max-width: 820px) {
    .fl_sp {
        min-height: 760px;
        height: 760px;
        padding: 7rem 0 3rem;
    }

    .fl_sp_zz {
        z-index: 1;
        background: linear-gradient(90deg, #13151c 0%, rgba(19, 21, 28, .96) 60%, rgba(19, 21, 28, .74) 100%);
    }

    .fl_sp_nr {
        display: flex;
        align-items: center;
        max-width: none;
    }

    .fl_sp_wa {
        z-index: 4;
        max-width: 600px;
    }

    .fl_sp_cj {
        position: absolute;
        inset: 72px -100px 0 auto;
        z-index: 0;
        width: 420px;
        height: 620px;
        opacity: .22;
        transform: none;
    }

    .fl_sp_hm_z {
        right: 0;
    }

    .fl_sp_hm_c,
    .fl_sp_xx,
    .fl_sp_cj::before,
    .fl_sp_cj::after {
        display: none;
    }
}

@media (max-width: 759px) {
    .fl_sp {
        min-height: 760px;
        height: 760px;
        padding: 6.25rem 0 2.5rem;
    }

    .fl_sp_nr {
        gap: 0;
    }

    .fl_sp_wa {
        width: 100%;
        max-width: 100%;
        padding-left: 16px;
    }

    .fl_sp_yd {
        margin-bottom: 20px;
    }

    .fl_sp_bt {
        font-size: 3.45rem;
    }

    .fl_sp_fbt {
        margin-top: 20px;
        font-size: 1.55rem;
    }

    .fl_sp_ms {
        max-width: 335px;
        margin-top: 20px;
        font-size: .9rem;
    }

    .fl_sp_an_z {
        margin-top: 24px;
    }

    .fl_sp_td {
        gap: 14px;
        margin-top: 24px;
        padding-top: 17px;
    }

    .fl_sp_td span {
        font-size: .7rem;
    }

    .fl_sp_cj {
        right: -168px;
        opacity: .16;
    }
}

@media (max-width: 379px) {
    .fl_sp_bt {
        font-size: 3.1rem;
    }

    .fl_sp_fbt {
        font-size: 1.4rem;
    }
}

/* Stacked guide and compact footer */
.fl_wt_bj {
    display: block;
}

.fl_wt_dy {
    position: static;
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.fl_wt_dy .fl_qk_bt {
    font-size: 3.1rem;
}

.fl_wt_dy .fl_qk_ms {
    margin-inline: auto;
}

.fl_wt_gw {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 22px;
    padding-top: 0;
    border-top: 0;
}

.fl_wt_gw > span {
    margin-bottom: 0;
}

.fl_wt_wg {
    width: min(100%, 920px);
    margin-inline: auto;
}

.fl_yj {
    padding-top: 0;
}

.fl_yj_z {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding: 42px 0;
}

.fl_yj_pp img {
    width: 46px;
    height: 46px;
}

.fl_yj_dh {
    display: flex;
    align-items: center;
    gap: 34px;
}

.fl_yj_fz {
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.fl_yj_fz > strong {
    display: none;
}

.fl_yj_fz a {
    white-space: nowrap;
}

.fl_yj_db {
    margin-top: 0;
    padding: 18px 0 20px;
}

@media (max-width: 759px) {
    .fl_wt_dy {
        margin-bottom: 32px;
    }

    .fl_wt_dy .fl_qk_bt {
        font-size: 2.25rem;
    }

    .fl_wt_gw {
        flex-direction: column;
        gap: 5px;
        margin-top: 18px;
    }

    .fl_yj_z {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: start;
        gap: 20px;
        padding: 34px 0;
    }

    .fl_yj_pp {
        gap: 10px;
    }

    .fl_yj_pp img {
        width: 40px;
        height: 40px;
    }

    .fl_yj_pp small {
        display: none;
    }

    .fl_yj_dh {
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 18px;
    }

    .fl_yj_fz {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .fl_yj_fz a {
        font-size: .76rem;
    }

    .fl_yj_db {
        flex-direction: row;
        align-items: center;
        gap: 12px;
        padding: 16px 0 18px;
        font-size: .7rem;
    }
}
