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

html {
    scroll-behavior: smooth;
}

body {
    color: #18191d;
    background: #eff1f0;
    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;
}

.yrlka {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #49343a;
    background: rgba(28, 12, 17, 0.97);
    color: #fff;
    backdrop-filter: blur(14px);
}

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

.opgze {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 21px;
    font-weight: 700;
}

.opgze img {
    width: 44px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    object-fit: cover;
}

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

.btqmf a {
    padding: 27px 0 23px;
    border-bottom: 3px solid transparent;
    color: #e8dfe1;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.btqmf a:hover {
    border-bottom-color: #5bd1c8;
    color: #fff;
}

.vvcia {
    flex: 0 0 auto;
}

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

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

.puygo:hover,
.jrfla:hover {
    background: #d62c3d;
    transform: translateY(-2px);
}

.jxmdo {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #6f5259;
    border-radius: 2px;
    background: #291017;
    color: #fff;
    font-size: 23px;
    cursor: pointer;
}

.oeksg {
    overflow: hidden;
}

.rxvna {
    position: relative;
    overflow: hidden;
    background: #1c0c11;
    color: #fff;
}

.rxvna::before {
    content: "AO3";
    position: absolute;
    top: 45px;
    right: -28px;
    color: rgba(255, 255, 255, 0.04);
    font-family: Georgia, serif;
    font-size: 300px;
    line-height: 1;
}

.qlguf {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
    gap: 50px;
    padding: 55px 0 48px;
}

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

.niexu {
    display: block;
    margin-bottom: 20px;
    color: #5bd1c8;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 700;
}

.uwzkr {
    max-width: 590px;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 52px;
    line-height: 1.22;
    font-weight: 700;
}

.uwzkr span {
    color: #f14a5d;
}

.tbmqo {
    max-width: 560px;
    margin-top: 20px;
    color: #c6b9bd;
    font-size: 15px;
    line-height: 1.9;
}

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

.jrfla,
.zaswi {
    min-height: 52px;
    padding: 0 22px;
    font-size: 15px;
}

.zaswi {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #7c6269;
    color: #fff;
    font-weight: 800;
}

.zaswi:hover {
    border-bottom-color: #5bd1c8;
    color: #5bd1c8;
}

.ikmvy {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 29px;
}

.ikmvy span {
    padding: 7px 10px;
    border: 1px solid #563b42;
    color: #d4c9cc;
    font-size: 12px;
}

.ikmvy i {
    margin-right: 5px;
    color: #5bd1c8;
}

.cvqdo {
    position: relative;
    min-height: 520px;
}

.cvqdo::before {
    content: "";
    position: absolute;
    top: 22px;
    right: 12px;
    bottom: 18px;
    left: 55px;
    border: 1px solid #71414b;
    background: #4c111a;
}

.qbkra,
.ylznt,
.pwuxc {
    position: absolute;
    aspect-ratio: 360 / 640;
    border: 6px solid #fff;
    border-radius: 3px;
    object-fit: contain;
    background: #fff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.45);
}

.qbkra {
    top: 17px;
    left: 50%;
    z-index: 5;
    width: 236px;
    transform: translateX(-50%);
}

.ylznt {
    top: 80px;
    right: -4px;
    z-index: 3;
    width: 194px;
    transform: rotate(5deg);
}

.pwuxc {
    bottom: 9px;
    left: 1px;
    z-index: 4;
    width: 187px;
    transform: rotate(-6deg);
}

.hmeaf {
    position: absolute;
    top: 11px;
    left: 4px;
    z-index: 7;
    padding: 12px 14px;
    border-left: 4px solid #5bd1c8;
    background: #fff;
    color: #1b1114;
}

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

.hmeaf span {
    font-size: 12px;
    font-weight: 800;
}

.hmeaf b {
    margin-top: 4px;
    color: #8c7379;
    font-family: Georgia, serif;
    font-size: 10px;
}

.bfrso {
    position: relative;
    z-index: 5;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-top: 1px solid #6b3843;
    background: #bd2635;
    font-family: Georgia, serif;
    font-size: 12px;
    font-weight: 700;
}

.bfrso i {
    color: #5bd1c8;
    font-size: 8px;
}

.udbqs,
.lyoph,
.ohgfm,
.ivxra,
.ftdqu,
.jodwb,
.qujmf {
    scroll-margin-top: 82px;
    padding: 82px 0;
}

.udbqs,
.ohgfm,
.ftdqu,
.qujmf {
    background: #eff1f0;
}

.lyoph,
.ivxra,
.jodwb {
    background: #fff;
}

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

.kmvgt span {
    display: block;
    margin-bottom: 7px;
    color: #b22131;
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
}

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

.kmvgt div::after {
    content: "";
    display: block;
    width: 46px;
    height: 3px;
    margin: 14px auto 0;
    background: #5bbab3;
}

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

.rlpqa {
    background: #1b1114;
    color: #fff;
}

.rlpqa > div {
    overflow: hidden;
    border: 1px solid #9a868b;
    background: #fff;
}

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

.rlpqa figcaption {
    min-height: 78px;
    padding: 14px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3px 10px;
}

.rlpqa figcaption span {
    grid-row: span 2;
    color: #5bd1c8;
    font-family: Georgia, serif;
    font-size: 11px;
}

.rlpqa figcaption b {
    font-size: 14px;
}

.rlpqa figcaption small {
    color: #a9969b;
    font-size: 11px;
}

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

.ctrwu {
    position: relative;
    min-height: 220px;
    padding: 28px;
    border-right: 1px solid #bbbfc1;
    border-bottom: 1px solid #bbbfc1;
}

.ctrwu:nth-child(2),
.ctrwu:nth-child(6) {
    background: #edf8f6;
}

.ctrwu > span {
    position: absolute;
    top: 19px;
    right: 21px;
    color: #b22131;
    font-family: Georgia, serif;
    font-size: 11px;
}

.ctrwu i {
    display: block;
    margin-bottom: 27px;
    color: #b22131;
    font-size: 30px;
}

.ctrwu b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.ctrwu p {
    color: #626a6f;
    font-size: 14px;
    line-height: 1.8;
}

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

.nuaek {
    min-height: 235px;
    padding: 22px;
    border: 1px solid #afb4b6;
    background: #fff;
}

.nuaek > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nuaek > div i {
    color: #b22131;
    font-size: 27px;
}

.nuaek > div span {
    color: #8d9498;
    font-family: Georgia, serif;
    font-size: 11px;
}

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

.nuaek > a:hover {
    color: #b22131;
}

.nuaek p {
    margin-top: 10px;
    color: #626a6f;
    font-size: 13px;
    line-height: 1.75;
}

.nuaek small {
    display: block;
    margin-top: 18px;
    padding-top: 12px;
    border-top: 1px solid #d7dadd;
    color: #879095;
    font-family: Georgia, serif;
    font-size: 10px;
}

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

.mrbhy::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 10%;
    left: 10%;
    height: 1px;
    background: #aaaeb1;
}

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

.pwfzu > span {
    position: absolute;
    top: 36px;
    left: calc(50% + 38px);
    color: #b22131;
    font-family: Georgia, serif;
    font-size: 11px;
}

.pwfzu > div {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #b22131;
    border-radius: 50%;
    background: #fff;
    color: #b22131;
    font-size: 28px;
}

.pwfzu b {
    display: block;
    margin-top: 19px;
    font-size: 17px;
}

.pwfzu p {
    margin-top: 8px;
    color: #6b7277;
    font-size: 13px;
    line-height: 1.75;
}

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

.vcsxy {
    border-bottom: 1px solid #afb4b6;
    background: #fff;
}

.vcsxy summary {
    position: relative;
    padding: 22px 55px 22px 50px;
    list-style: none;
    cursor: pointer;
}

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

.vcsxy summary span {
    position: absolute;
    top: 23px;
    left: 9px;
    color: #b22131;
    font-family: Georgia, serif;
    font-size: 11px;
}

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

.vcsxy summary i {
    position: absolute;
    top: 18px;
    right: 9px;
    display: inline-flex;
    width: 31px;
    height: 31px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #1c0c11;
    color: #fff;
    font-size: 17px;
    transition: transform 0.2s ease, background 0.2s ease;
}

.vcsxy[open] summary i {
    background: #b22131;
    transform: rotate(45deg);
}

.vcsxy > p {
    padding: 0 55px 23px 50px;
    color: #626a6f;
    font-size: 14px;
    line-height: 1.85;
}

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

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

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

.eaxku > div span {
    padding: 5px 8px;
    background: #1c0c11;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

.eaxku time {
    color: #7d858a;
    font-family: Georgia, serif;
    font-size: 12px;
}

.eaxku > b {
    display: block;
    font-size: 18px;
    line-height: 1.55;
}

.eaxku > p {
    margin-top: 10px;
    color: #636b70;
    font-size: 14px;
    line-height: 1.8;
}

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

.uafgx {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 22px;
    border: 1px solid #aeb3b5;
    background: #fff;
    box-shadow: 5px 5px 0 #5bbab3;
}

.uafgx:nth-child(2n) {
    box-shadow: 5px 5px 0 #b22131;
}

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

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

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

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

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

.uafgx blockquote {
    margin-top: 17px;
    color: #474e53;
    font-size: 14px;
    line-height: 1.9;
}

.vzkha {
    border-top: 4px solid #b22131;
    background: #1c0c11;
    color: #fff;
}

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

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

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

.bycnu a {
    color: #d4c8cc;
    font-size: 12px;
}

.bycnu a:hover {
    color: #5bd1c8;
}

.tsqei {
    margin-top: 31px;
    padding-top: 18px;
    border-top: 1px solid #51353d;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #947e84;
    font-size: 12px;
}

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

    .opgze {
        font-size: 18px;
    }

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

    .vvcia {
        margin-left: auto;
    }

    .yrlka .puygo {
        display: none;
    }

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

    .btqmf {
        position: absolute;
        top: 64px;
        right: 0;
        left: 0;
        display: none;
        padding: 9px 14px 15px;
        border-bottom: 1px solid #6f5259;
        background: #1c0c11;
    }

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

    .btqmf a {
        padding: 11px 7px;
        border: 1px solid #523940;
        background: #29151b;
        text-align: center;
        font-size: 13px;
    }

    .rxvna::before {
        top: auto;
        right: -10px;
        bottom: 60px;
        font-size: 170px;
    }

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

    .uwzkr {
        font-size: 39px;
    }

    .tbmqo {
        font-size: 14px;
    }

    .cgdhp {
        flex-direction: column;
    }

    .jrfla,
    .zaswi {
        width: 100%;
    }

    .cvqdo {
        min-height: 445px;
    }

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

    .qbkra {
        width: 194px;
    }

    .ylznt,
    .pwuxc {
        width: 155px;
    }

    .ylznt {
        right: -5px;
    }

    .pwuxc {
        left: -5px;
    }

    .hmeaf {
        top: 3px;
        left: 0;
    }

    .bfrso {
        min-height: 76px;
        flex-wrap: wrap;
        gap: 7px 12px;
        padding: 12px;
        font-size: 11px;
    }

    .udbqs,
    .lyoph,
    .ohgfm,
    .ivxra,
    .ftdqu,
    .jodwb,
    .qujmf {
        padding: 62px 0;
    }

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

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

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

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

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

    .fxnze,
    .szqkd,
    .clzsn {
        width: calc(100% - 28px);
        grid-template-columns: 1fr;
    }

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

    .nuaek {
        min-height: 220px;
    }

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

    .mrbhy::before {
        top: 0;
        bottom: 0;
        left: 44px;
        width: 1px;
        height: auto;
    }

    .pwfzu {
        min-height: 125px;
        padding: 0 0 29px 111px;
        text-align: left;
    }

    .pwfzu > span {
        top: 38px;
        left: 90px;
    }

    .pwfzu > div {
        position: absolute;
        top: 0;
        left: 0;
    }

    .pwfzu b {
        margin-top: 0;
        padding-top: 13px;
    }

    .hgepk,
    .zoerb {
        width: calc(100% - 28px);
    }

    .vcsxy summary {
        padding-right: 46px;
        padding-left: 39px;
    }

    .vcsxy summary span {
        left: 2px;
    }

    .vcsxy > p {
        padding-right: 46px;
        padding-left: 39px;
    }

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

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

    .zoerb {
        columns: 1;
    }

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

    .xlpot,
    .tsqei {
        flex-direction: column;
        align-items: flex-start;
    }

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