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

html {
    scroll-behavior: smooth;
}

body {
    background: #f6f7f5;
    color: #151515;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    letter-spacing: 0;
}

body,
button,
a {
    font-size: 14px;
}

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

button {
    color: inherit;
    font-family: inherit;
}

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

.alure {
    background: #ffffff;
    border-bottom: 2px solid #151515;
    position: sticky;
    top: 0;
    z-index: 50;
}

.baxor {
    align-items: center;
    display: flex;
    height: 78px;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 18px;
}

.civer {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: 11px;
}

.civer img {
    border: 2px solid #151515;
    border-radius: 50%;
    height: 45px;
    object-fit: cover;
    width: 45px;
}

.civer span {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.05;
}

.civer small {
    color: #e92f42;
    display: block;
    font-size: 8px;
    font-weight: 900;
    margin-top: 5px;
}

.durel {
    display: flex;
    gap: 19px;
    margin-left: auto;
}

.durel a {
    font-size: 12px;
    font-weight: 700;
    padding: 31px 0 29px;
    position: relative;
    white-space: nowrap;
}

.durel a::after {
    background: #e92f42;
    bottom: 22px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.2s ease;
    width: 100%;
}

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

.evora {
    align-items: center;
    background: #e92f42;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 900;
    gap: 8px;
    height: 45px;
    justify-content: center;
    margin-left: 27px;
    padding: 0 18px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.evora:hover {
    background: #151515;
    transform: translateY(-2px);
}

.fixel {
    align-items: center;
    background: transparent;
    border: 1px solid #151515;
    cursor: pointer;
    display: none;
    font-size: 21px;
    height: 42px;
    justify-content: center;
    margin-left: 9px;
    width: 42px;
}

.gurel {
    border-bottom: 2px solid #151515;
}

.havor {
    align-items: flex-end;
    background: #f4d548;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 43px 18px 39px;
}

.ivora {
    color: #6b5b0f;
    font-size: 10px;
    font-weight: 900;
    order: 2;
    padding-bottom: 9px;
}

.havor h1 {
    font-size: 62px;
    line-height: 1.06;
}

.havor h1 b {
    color: #e92f42;
    font-weight: 900;
}

.jurel {
    background: #151515;
    color: #ffffff;
}

.kavor {
    display: grid;
    grid-template-columns: 34% 66%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 445px;
    padding: 0 18px;
}

.lirex {
    align-self: center;
    padding-right: 43px;
}

.lirex > p {
    color: #d0d0d0;
    font-size: 16px;
    line-height: 1.9;
}

.mavor {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 27px;
}

.mavor > a {
    align-items: center;
    background: #e92f42;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    gap: 20px;
    justify-content: center;
    min-height: 56px;
    padding: 0 20px;
    transition: background 0.2s ease, color 0.2s ease;
}

.mavor > a:hover {
    background: #f4d548;
    color: #151515;
}

.mavor > span {
    color: #9fa7a4;
    font-size: 10px;
    font-weight: 700;
}

.mavor > span i {
    color: #8ad9ff;
    font-size: 16px;
    margin-right: 4px;
    vertical-align: middle;
}

.nurel {
    min-height: 445px;
    overflow: hidden;
    position: relative;
}

.nurel::before {
    background: #8ad9ff;
    bottom: 0;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 72%;
}

.opira,
.purel {
    background: #ffffff;
    border: 3px solid #151515;
    bottom: -92px;
    box-shadow: 9px 9px 0 #e92f42;
    overflow: hidden;
    position: absolute;
}

.opira {
    left: 20%;
    width: 226px;
    z-index: 3;
}

.purel {
    bottom: -55px;
    left: 51%;
    transform: rotate(4deg);
    width: 196px;
    z-index: 2;
}

.opira img,
.purel img {
    height: auto;
    width: 100%;
}

.qavor {
    align-items: center;
    background: #ffffff;
    border: 2px solid #151515;
    color: #151515;
    display: flex;
    gap: 10px;
    padding: 10px 13px;
    position: absolute;
    right: 20px;
    top: 28px;
    z-index: 5;
}

.qavor img {
    border-radius: 50%;
    height: 38px;
    object-fit: cover;
    width: 38px;
}

.qavor span {
    font-size: 8px;
    font-weight: 900;
    line-height: 1.5;
}

.qavor b {
    color: #e92f42;
}

.rivel {
    background: #f4d548;
    color: #151515;
    font-size: 9px;
    font-weight: 900;
    left: 12px;
    line-height: 1.2;
    padding: 12px 15px;
    position: absolute;
    top: 31px;
    z-index: 5;
}

.savor {
    padding: 92px 18px;
}

.turel {
    margin: 0 auto;
    max-width: 1200px;
}

.uvora {
    font-size: 39px;
    font-weight: 900;
    margin-bottom: 48px;
    text-align: center;
}

.uvora::after {
    background: #e92f42;
    content: "";
    display: block;
    height: 5px;
    margin: 13px auto 0;
    width: 45px;
}

.wexor {
    display: grid;
    gap: 17px;
    grid-template-columns: repeat(4, 1fr);
}

.wexor figure {
    background: #ffffff;
    border: 2px solid #151515;
    overflow: hidden;
}

.wexor figure:nth-child(2),
.wexor figure:nth-child(4) {
    transform: translateY(25px);
}

.wexor img {
    height: auto;
    width: 100%;
}

.wexor figcaption {
    align-items: center;
    border-top: 2px solid #151515;
    display: flex;
    justify-content: space-between;
    padding: 14px 15px;
}

.wexor figcaption span {
    color: #e92f42;
    font-size: 10px;
    font-weight: 900;
}

.wexor figcaption b {
    font-size: 13px;
}

.xarel {
    background: #8ad9ff;
}

.yovel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.yovel article {
    border-bottom: 2px solid #151515;
    border-right: 2px solid #151515;
    min-height: 218px;
    padding: 23px;
}

.yovel article:nth-child(-n+3) {
    border-top: 2px solid #151515;
}

.yovel article:nth-child(3n+1) {
    border-left: 2px solid #151515;
}

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

.yovel article > div span {
    font-size: 10px;
    font-weight: 900;
}

.yovel article > div i {
    color: #e92f42;
    font-size: 28px;
}

.yovel article > b {
    display: block;
    font-size: 18px;
    margin: 28px 0 10px;
}

.yovel article > p {
    color: #3e5159;
    line-height: 1.8;
}

.zurel {
    background: #151515;
    color: #ffffff;
}

.zurel .uvora::after {
    background: #f4d548;
}

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

.abira article {
    border: 1px solid #494949;
    min-height: 256px;
    padding: 23px;
}

.abira article > span {
    color: #898989;
    display: block;
    font-size: 9px;
    font-weight: 900;
}

.abira article > i {
    color: #8ad9ff;
    display: block;
    font-size: 29px;
    margin: 24px 0;
}

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

.abira article > p {
    color: #bcbcbc;
    line-height: 1.75;
    min-height: 49px;
}

.abira article > a {
    align-items: center;
    border-top: 1px solid #494949;
    color: #ff6474;
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 14px;
}

.becor {
    background: #fff2b8;
}

.cavon {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.cavon::before {
    background: #151515;
    content: "";
    height: 3px;
    left: 11%;
    position: absolute;
    right: 11%;
    top: 32px;
}

.cavon article {
    padding: 0 18px;
    position: relative;
    text-align: center;
    z-index: 2;
}

.cavon article > span {
    align-items: center;
    background: #e92f42;
    border: 3px solid #151515;
    color: #ffffff;
    display: flex;
    font-size: 10px;
    font-weight: 900;
    height: 66px;
    justify-content: center;
    margin: 0 auto 21px;
    width: 66px;
}

.cavon article:nth-child(2) > span,
.cavon article:nth-child(4) > span {
    background: #8ad9ff;
    color: #151515;
}

.cavon article > i {
    color: #e92f42;
    display: block;
    font-size: 24px;
    margin-bottom: 9px;
}

.cavon article > b {
    display: block;
    font-size: 17px;
    margin-bottom: 9px;
}

.cavon article > p {
    color: #655f42;
    line-height: 1.7;
}

.daxor {
    border-top: 2px solid #151515;
}

.daxor article {
    border-bottom: 2px solid #151515;
}

.daxor button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    gap: 20px;
    grid-template-columns: 48px 1fr 28px;
    min-height: 78px;
    text-align: left;
    width: 100%;
}

.daxor button span {
    color: #e92f42;
    font-size: 10px;
    font-weight: 900;
}

.daxor button b {
    font-size: 16px;
}

.daxor button i {
    font-size: 23px;
    transition: transform 0.2s ease;
}

.daxor article > p {
    color: #59615f;
    line-height: 1.8;
    max-height: 0;
    max-width: 830px;
    overflow: hidden;
    padding-left: 68px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.daxor .kirel > p {
    max-height: 130px;
    padding-bottom: 24px;
}

.daxor .kirel button i {
    transform: rotate(45deg);
}

.exora {
    background: #e92f42;
}

.exora .uvora::after {
    background: #151515;
}

.gavor {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
}

.gavor article {
    background: #ffffff;
    border: 2px solid #151515;
    min-height: 188px;
    padding: 22px 24px;
}

.gavor article > div {
    align-items: center;
    color: #686868;
    display: flex;
    font-size: 9px;
    font-weight: 900;
    justify-content: space-between;
}

.gavor article > div span {
    color: #e92f42;
}

.gavor article > b {
    display: block;
    font-size: 18px;
    margin: 25px 0 10px;
}

.gavor article > p {
    color: #59615f;
    line-height: 1.75;
}

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

.hixel article {
    background: #ffffff;
    border: 2px solid #151515;
    break-inside: avoid;
    display: inline-block;
    margin: 0 0 16px;
    padding: 22px;
    width: 100%;
}

.hixel article:nth-child(2),
.hixel article:nth-child(5) {
    background: #e6f7ff;
}

.hixel article:nth-child(3),
.hixel article:nth-child(6) {
    background: #fff2b8;
}

.hixel article > i {
    color: #e92f42;
    font-size: 28px;
}

.hixel article > p {
    line-height: 1.85;
    margin: 16px 0 23px;
}

.hixel article > div {
    align-items: flex-end;
    border-top: 1px solid #bcbcbc;
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
}

.hixel article > div b {
    font-size: 12px;
}

.hixel time {
    color: #696969;
    font-size: 9px;
}

.irexa {
    background: #151515;
    color: #ffffff;
    padding: 42px 18px 23px;
}

.javel {
    align-items: center;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
}

.javel .civer small {
    color: #8ad9ff;
}

.javel nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 18px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 26px;
}

.javel nav a {
    color: #bcbcbc;
    font-size: 11px;
}

.javel nav a:hover {
    color: #f4d548;
}

.javel .evora {
    margin-left: 0;
}

.irexa > p {
    border-top: 1px solid #414141;
    color: #8c8c8c;
    font-size: 10px;
    margin: 30px auto 0;
    max-width: 1200px;
    padding-top: 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .baxor {
        height: 68px;
        padding: 0 14px;
    }

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

    .civer span {
        font-size: 12px;
    }

    .civer small {
        display: none;
    }

    .durel {
        background: #ffffff;
        border-bottom: 2px solid #151515;
        border-top: 1px solid #d4d4d4;
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        margin: 0;
        padding: 8px 16px 16px;
        position: absolute;
        top: 68px;
        width: 100%;
    }

    .lavor .durel {
        display: flex;
    }

    .durel a {
        border-bottom: 1px solid #dddddd;
        padding: 12px 2px;
    }

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

    .baxor > .evora {
        font-size: 11px;
        height: 42px;
        margin-left: auto;
        padding: 0 10px;
    }

    .fixel {
        display: flex;
    }

    .havor {
        align-items: flex-start;
        flex-direction: column;
        padding: 37px 18px 33px;
    }

    .ivora {
        margin-top: 18px;
        order: 2;
        padding-bottom: 0;
    }

    .havor h1 {
        font-size: 39px;
        line-height: 1.12;
        overflow-wrap: anywhere;
    }

    .kavor {
        display: block;
        min-height: 0;
        padding: 0 18px;
    }

    .lirex {
        padding: 38px 0 31px;
    }

    .mavor > a {
        width: 100%;
    }

    .nurel {
        min-height: 405px;
    }

    .nurel::before {
        width: 82%;
    }

    .opira {
        bottom: -66px;
        left: 10%;
        width: 48%;
    }

    .purel {
        bottom: -37px;
        left: 52%;
        width: 42%;
    }

    .qavor {
        right: 6px;
        top: 23px;
    }

    .rivel {
        left: 0;
        top: 25px;
    }

    .savor {
        padding: 68px 18px;
    }

    .uvora {
        font-size: 31px;
        margin-bottom: 36px;
    }

    .wexor {
        display: flex;
        gap: 14px;
        overflow-x: auto;
        padding-bottom: 10px;
        scroll-snap-type: x mandatory;
    }

    .wexor figure {
        flex: 0 0 78%;
        scroll-snap-align: start;
        transform: none !important;
    }

    .yovel,
    .abira,
    .gavor {
        grid-template-columns: 1fr;
    }

    .yovel article {
        border-left: 2px solid #151515;
        border-top: 0 !important;
    }

    .yovel article:first-child {
        border-top: 2px solid #151515 !important;
    }

    .abira article {
        min-height: 0;
    }

    .abira article > p {
        min-height: 0;
    }

    .cavon {
        display: block;
        padding-left: 18px;
    }

    .cavon::before {
        bottom: 34px;
        height: auto;
        left: 50px;
        right: auto;
        top: 33px;
        width: 3px;
    }

    .cavon article {
        display: grid;
        gap: 5px 15px;
        grid-template-columns: 66px 1fr;
        margin-bottom: 26px;
        padding: 0;
        text-align: left;
    }

    .cavon article:last-child {
        margin-bottom: 0;
    }

    .cavon article > span {
        grid-row: 1 / 4;
        margin: 0;
    }

    .cavon article > i {
        display: none;
    }

    .cavon article > b,
    .cavon article > p {
        grid-column: 2;
    }

    .cavon article > b {
        align-self: end;
        margin: 0;
    }

    .daxor button {
        gap: 10px;
        grid-template-columns: 35px 1fr 24px;
        min-height: 75px;
    }

    .daxor button b {
        font-size: 14px;
        line-height: 1.5;
    }

    .daxor article > p {
        padding-left: 45px;
    }

    .gavor article {
        min-height: 0;
    }

    .gavor article > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .hixel {
        column-count: 1;
    }

    .javel {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .javel nav {
        justify-content: flex-start;
        margin: 0;
        padding: 0;
    }

    .javel .evora {
        width: 100%;
    }
}
