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

html {
    scroll-behavior: smooth;
}

body {
    background: #f8f4eb;
    color: #1d2927;
    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%;
}

.axiro {
    background: #fffdf8;
    border-bottom: 1px solid #d9d4c9;
    position: sticky;
    top: 0;
    z-index: 50;
}

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

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

.curel img {
    border: 2px solid #1d2927;
    border-radius: 50%;
    height: 46px;
    object-fit: cover;
    width: 46px;
}

.curel span {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.1;
}

.curel small {
    color: #65706d;
    display: block;
    font-size: 9px;
    font-weight: 700;
    margin-top: 5px;
}

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

.daxor a {
    font-size: 13px;
    font-weight: 700;
    padding: 31px 0 27px;
    position: relative;
    white-space: nowrap;
}

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

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

.evika {
    align-items: center;
    background: #e4513e;
    color: #ffffff;
    display: inline-flex;
    flex: 0 0 auto;
    font-weight: 800;
    gap: 8px;
    height: 46px;
    justify-content: center;
    margin-left: 28px;
    padding: 0 19px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.evika:hover {
    background: #c83c2b;
    transform: translateY(-2px);
}

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

.gavor {
    border-bottom: 1px solid #d9d4c9;
    overflow: hidden;
}

.hivel {
    display: grid;
    grid-template-columns: 52% 48%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 650px;
    padding: 62px 18px 54px;
}

.ivora {
    align-self: center;
    padding-right: 54px;
}

.juxel {
    align-items: center;
    background: #f1c857;
    border: 1px solid #1d2927;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    gap: 7px;
    padding: 9px 13px;
}

.juxel i {
    font-size: 17px;
}

.ivora h1 {
    font-size: 66px;
    line-height: 1.08;
    margin: 27px 0 25px;
}

.ivora > p {
    color: #55615e;
    font-size: 17px;
    line-height: 1.9;
    max-width: 570px;
}

.kavor {
    align-items: center;
    display: flex;
    gap: 20px;
    margin-top: 34px;
}

.kavor > a {
    align-items: center;
    background: #e4513e;
    color: #ffffff;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 26px;
    justify-content: center;
    min-height: 58px;
    padding: 0 23px;
    transition: background 0.2s ease, transform 0.2s ease;
}

.kavor > a:hover {
    background: #c83c2b;
    transform: translateY(-2px);
}

.kavor > span {
    color: #65706d;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5;
}

.kavor > span i {
    color: #268b7d;
    font-size: 17px;
    margin-right: 4px;
    vertical-align: middle;
}

.lirex {
    border-top: 1px solid #cbc5b9;
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 42px;
    padding-top: 18px;
}

.lirex span {
    color: #65706d;
    font-size: 12px;
    font-weight: 700;
}

.lirex b {
    color: #e4513e;
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}

.mavon {
    height: 532px;
    position: relative;
}

.mavon::before {
    background: #f1c857;
    content: "";
    height: 455px;
    position: absolute;
    right: 0;
    top: 22px;
    width: 76%;
}

.mavon::after {
    border: 2px solid #1d2927;
    content: "";
    height: 92px;
    left: 23px;
    position: absolute;
    top: 98px;
    width: 92px;
}

.nurel,
.opira {
    background: #ffffff;
    border: 2px solid #1d2927;
    box-shadow: 11px 11px 0 #1d2927;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.nurel {
    left: 38px;
    top: 138px;
    transform: rotate(-5deg);
    width: 216px;
}

.opira {
    right: 38px;
    top: 52px;
    transform: rotate(3deg);
    width: 240px;
    z-index: 3;
}

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

.povel {
    align-items: center;
    background: #1d2927;
    color: #ffffff;
    display: flex;
    gap: 12px;
    left: 0;
    padding: 12px 16px;
    position: absolute;
    top: 24px;
    z-index: 5;
}

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

.povel span {
    font-size: 9px;
    font-weight: 700;
    line-height: 1.5;
}

.povel b {
    color: #f1c857;
}

.qurel {
    align-items: center;
    background: #51a89b;
    border: 2px solid #1d2927;
    bottom: 9px;
    color: #ffffff;
    display: flex;
    gap: 11px;
    padding: 14px 18px;
    position: absolute;
    right: 0;
    z-index: 5;
}

.qurel > i {
    font-size: 28px;
}

.qurel span {
    font-size: 10px;
    line-height: 1.5;
}

.qurel b {
    font-size: 13px;
}

.raven {
    padding: 94px 18px;
}

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

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

.tiver::after {
    background: #e4513e;
    content: "";
    display: block;
    height: 5px;
    margin: 14px auto 0;
    width: 42px;
}

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

.uvora figure {
    background: #fffdf8;
    border: 1px solid #cfc9bd;
    overflow: hidden;
}

.uvora figure:nth-child(2),
.uvora figure:nth-child(4) {
    margin-top: 35px;
}

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

.uvora figcaption {
    align-items: center;
    border-top: 1px solid #cfc9bd;
    display: flex;
    justify-content: space-between;
    padding: 15px 16px;
}

.uvora figcaption span {
    color: #e4513e;
    font-size: 11px;
    font-weight: 900;
}

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

.wexor {
    background: #1d2927;
    color: #ffffff;
}

.wexor .tiver::after {
    background: #f1c857;
}

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

.xarel article {
    background: #263b37;
    border-top: 4px solid #51a89b;
    min-height: 226px;
    padding: 25px;
    position: relative;
}

.xarel article:nth-child(2),
.xarel article:nth-child(5) {
    border-top-color: #f1c857;
}

.xarel article:nth-child(3),
.xarel article:nth-child(6) {
    border-top-color: #e4513e;
}

.xarel article > span {
    color: #78918b;
    font-size: 11px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 20px;
}

.xarel article > i {
    color: #f1c857;
    display: block;
    font-size: 30px;
    margin-bottom: 26px;
}

.xarel article > b {
    display: block;
    font-size: 19px;
    margin-bottom: 12px;
}

.xarel article > p {
    color: #bac9c5;
    line-height: 1.8;
}

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

.yovel article {
    background: #fffdf8;
    border: 1px solid #cfc9bd;
    min-height: 246px;
    padding: 24px;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.yovel article:hover {
    box-shadow: 7px 7px 0 #f1c857;
    transform: translate(-3px, -3px);
}

.zurel {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.zurel i {
    align-items: center;
    background: #dcefeb;
    color: #207e72;
    display: flex;
    font-size: 25px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.zurel span {
    color: #a59f94;
    font-size: 11px;
    font-weight: 900;
}

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

.yovel article > p {
    color: #65706d;
    line-height: 1.75;
    min-height: 49px;
}

.yovel article > a {
    align-items: center;
    border-top: 1px solid #ded8cd;
    color: #d94734;
    display: flex;
    font-weight: 900;
    justify-content: space-between;
    margin-top: 20px;
    padding-top: 15px;
}

.bxora {
    background: #dcefeb;
}

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

.abira::before {
    background: #1d2927;
    content: "";
    height: 2px;
    left: 10%;
    position: absolute;
    right: 10%;
    top: 39px;
}

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

.abira article > span {
    align-items: center;
    background: #f8f4eb;
    border: 2px solid #1d2927;
    border-radius: 50%;
    display: flex;
    font-size: 11px;
    font-weight: 900;
    height: 80px;
    justify-content: center;
    margin: 0 auto 22px;
    width: 80px;
}

.abira article:nth-child(2) > span,
.abira article:nth-child(4) > span {
    background: #f1c857;
}

.abira article > i {
    color: #e4513e;
    display: block;
    font-size: 25px;
    margin-bottom: 11px;
}

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

.abira article > p {
    color: #566560;
    line-height: 1.7;
}

.becor {
    border-top: 1px solid #bfb9ae;
}

.becor article {
    border-bottom: 1px solid #bfb9ae;
}

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

.becor button span {
    color: #e4513e;
    font-size: 11px;
    font-weight: 900;
}

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

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

.becor article > p {
    color: #5c6865;
    line-height: 1.8;
    max-height: 0;
    max-width: 820px;
    overflow: hidden;
    padding-left: 68px;
    transition: max-height 0.25s ease, padding 0.25s ease;
}

.becor .kiver > p {
    max-height: 130px;
    padding-bottom: 24px;
}

.becor .kiver button i {
    transform: rotate(45deg);
}

.civex {
    background: #f1c857;
}

.civex .tiver::after {
    background: #1d2927;
}

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

.durel article {
    background: #fffdf8;
    border-left: 5px solid #e4513e;
    min-height: 190px;
    padding: 23px 25px;
}

.durel article > div {
    align-items: center;
    color: #766f64;
    display: flex;
    font-size: 10px;
    font-weight: 800;
    justify-content: space-between;
}

.durel article > b {
    display: block;
    font-size: 19px;
    margin: 24px 0 11px;
}

.durel article > p {
    color: #5e6865;
    line-height: 1.75;
}

.efira {
    column-count: 3;
    column-gap: 18px;
}

.efira article {
    background: #fffdf8;
    border: 1px solid #cfc9bd;
    break-inside: avoid;
    display: inline-block;
    margin: 0 0 18px;
    padding: 24px;
    width: 100%;
}

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

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

.efira article > i {
    color: #e4513e;
    font-size: 28px;
}

.efira article > p {
    line-height: 1.85;
    margin: 15px 0 24px;
}

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

.efira article > div b {
    font-size: 13px;
}

.efira time {
    color: #747d7a;
    font-size: 9px;
}

.fovel {
    background: #1d2927;
    color: #ffffff;
    padding: 42px 18px 24px;
}

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

.gurel .curel small {
    color: #9db0ab;
}

.gurel nav {
    display: flex;
    flex-wrap: wrap;
    gap: 9px 19px;
    justify-content: center;
    margin: 0 auto;
    padding: 0 30px;
}

.gurel nav a {
    color: #c7d2cf;
    font-size: 12px;
}

.gurel nav a:hover {
    color: #f1c857;
}

.gurel .evika {
    margin-left: 0;
}

.fovel > p {
    border-top: 1px solid #354743;
    color: #91a39e;
    font-size: 10px;
    margin: 30px auto 0;
    max-width: 1200px;
    padding-top: 20px;
    text-align: center;
}

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

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

    .curel span {
        font-size: 14px;
    }

    .curel small {
        display: none;
    }

    .daxor {
        align-items: stretch;
        background: #fffdf8;
        border-bottom: 1px solid #1d2927;
        border-top: 1px solid #d9d4c9;
        display: none;
        flex-direction: column;
        gap: 0;
        left: 0;
        margin: 0;
        padding: 8px 18px 16px;
        position: absolute;
        top: 68px;
        width: 100%;
    }

    .haxor .daxor {
        display: flex;
    }

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

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

    .bovel > .evika {
        font-size: 12px;
        height: 42px;
        margin-left: auto;
        padding: 0 12px;
    }

    .fexor {
        display: flex;
    }

    .hivel {
        display: block;
        min-height: 0;
        padding: 48px 18px 36px;
    }

    .ivora {
        padding-right: 0;
    }

    .ivora h1 {
        font-size: 43px;
        line-height: 1.12;
        margin: 23px 0 20px;
    }

    .ivora > p {
        font-size: 15px;
        line-height: 1.8;
    }

    .kavor {
        align-items: stretch;
        flex-direction: column;
        gap: 14px;
        margin-top: 28px;
    }

    .kavor > a {
        width: 100%;
    }

    .kavor > span {
        text-align: center;
    }

    .lirex {
        gap: 8px;
        margin-top: 28px;
    }

    .lirex span {
        font-size: 10px;
    }

    .mavon {
        height: 465px;
        margin-top: 38px;
    }

    .mavon::before {
        height: 395px;
        width: 78%;
    }

    .mavon::after {
        height: 58px;
        left: 0;
        top: 106px;
        width: 58px;
    }

    .nurel {
        left: 14px;
        top: 138px;
        width: 45%;
    }

    .opira {
        right: 18px;
        top: 58px;
        width: 48%;
    }

    .povel {
        left: 0;
        padding: 9px 11px;
        top: 18px;
    }

    .povel img {
        height: 34px;
        width: 34px;
    }

    .qurel {
        bottom: 0;
        padding: 10px 12px;
        right: 0;
    }

    .raven {
        padding: 70px 18px;
    }

    .tiver {
        font-size: 32px;
        margin-bottom: 36px;
    }

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

    .uvora figure {
        flex: 0 0 78%;
        margin-top: 0 !important;
        scroll-snap-align: start;
    }

    .xarel,
    .yovel,
    .durel {
        grid-template-columns: 1fr;
    }

    .xarel article,
    .yovel article {
        min-height: 0;
    }

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

    .abira {
        display: block;
        padding-left: 22px;
    }

    .abira::before {
        bottom: 40px;
        height: auto;
        left: 51px;
        right: auto;
        top: 40px;
        width: 2px;
    }

    .abira article {
        display: grid;
        gap: 5px 18px;
        grid-template-columns: 62px 1fr;
        margin-bottom: 28px;
        padding: 0;
        text-align: left;
    }

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

    .abira article > span {
        grid-row: 1 / 4;
        height: 62px;
        margin: 0;
        width: 62px;
    }

    .abira article > i {
        display: none;
    }

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

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

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

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

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

    .durel article {
        min-height: 0;
    }

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

    .efira {
        column-count: 1;
    }

    .gurel {
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }

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

    .gurel .evika {
        width: 100%;
    }
}
