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

html {
    scroll-behavior: smooth;
}

body {
    background: #f4f1ea;
    color: #262423;
    font-family: Arial, "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

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

button {
    color: inherit;
    font: inherit;
}

.apire {
    background: #f4f1ea;
    border-bottom: 2px solid #262423;
    position: sticky;
    top: 0;
    z-index: 20;
}

.bavor {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

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

.cuxel img {
    border: 2px solid #262423;
    border-radius: 9px;
    height: 44px;
    object-fit: cover;
    width: 44px;
}

.cuxel span {
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.cuxel small {
    color: #ee6b15;
    display: block;
    font-size: 8px;
    margin-top: 6px;
}

.dorel {
    display: flex;
    gap: 21px;
}

.dorel a {
    font-size: 12px;
    font-weight: 800;
}

.dorel a:hover {
    color: #ee6b15;
}

.lixon {
    align-items: center;
    background: #ee6b15;
    border: 2px solid #262423;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    gap: 9px;
    min-height: 42px;
    padding: 0 16px;
}

.mavor {
    background: #4d4b4a;
    border-bottom: 2px solid #262423;
    color: #ffffff;
    overflow: hidden;
}

.nixel {
    display: grid;
    grid-template-columns: 55% 45%;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 690px;
}

.opure {
    align-self: center;
    padding: 70px 75px 70px 0;
}

.quxel {
    color: #ff9b50;
    font-size: 10px;
    font-weight: 900;
}

.opure h1 {
    font-size: 67px;
    line-height: 1.05;
    margin: 32px 0 27px;
}

.opure > p {
    color: #e6e1dc;
    font-size: 16px;
    line-height: 1.9;
    max-width: 535px;
}

.ravel {
    align-items: center;
    display: flex;
    gap: 24px;
    margin-top: 38px;
}

.ravel > a {
    align-items: center;
    background: #ee6b15;
    border: 2px solid #ffffff;
    display: flex;
    font-size: 14px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 20px;
    width: 245px;
}

.ravel > span {
    font-size: 10px;
}

.savor {
    background: #f2b642;
    border-left: 2px solid #262423;
    min-height: 690px;
    overflow: hidden;
    position: relative;
}

.savor > img {
    border: 4px solid #262423;
    bottom: -165px;
    display: block;
    height: auto;
    position: absolute;
    right: 42px;
    transform: rotate(4deg);
    width: 280px;
}

.turel {
    background: #f4f1ea;
    border: 2px dashed #262423;
    color: #262423;
    left: 28px;
    padding: 18px;
    position: absolute;
    top: 38px;
    width: 190px;
    z-index: 2;
}

.turel span,
.turel small {
    display: block;
    font-size: 8px;
    font-weight: 900;
}

.turel b {
    display: block;
    font-size: 42px;
    line-height: .9;
    margin: 15px 0;
}

.uvora {
    align-items: center;
    background: #ee6b15;
    border: 2px solid #262423;
    bottom: 34px;
    color: #262423;
    display: flex;
    font-size: 9px;
    font-weight: 900;
    gap: 10px;
    left: 26px;
    padding: 12px;
    position: absolute;
}

.uvora i {
    font-size: 23px;
}

.wavor {
    border-bottom: 2px solid #262423;
    padding: 88px 0;
}

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

.yavor {
    font-size: 31px;
    font-weight: 900;
    margin-bottom: 49px;
    text-align: center;
}

.yavor:after {
    background: #ee6b15;
    content: "";
    display: block;
    height: 8px;
    margin: 11px auto 0;
    width: 48px;
}

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

.zirel figure {
    background: #ffffff;
    border: 2px solid #262423;
    padding: 9px;
}

.zirel img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.zirel figcaption {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 14px 3px 4px;
}

.zirel figcaption b {
    color: #ee6b15;
    font-size: 10px;
}

.zirel figcaption span {
    font-size: 13px;
    font-weight: 900;
}

.abire {
    background: #f2b642;
}

.becor,
.cavor {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, 1fr);
}

.becor article {
    background: #f4f1ea;
    border: 2px solid #262423;
    min-height: 240px;
    padding: 25px;
}

.becor article > div {
    display: flex;
    justify-content: space-between;
}

.becor article > div span {
    color: #ee6b15;
    font-size: 10px;
    font-weight: 900;
}

.becor article > div i {
    font-size: 29px;
}

.becor article > b,
.cavor article > b {
    display: block;
    font-size: 19px;
    margin: 43px 0 13px;
}

.becor article > p,
.cavor article > p {
    color: #5e5a57;
    font-size: 13px;
    line-height: 1.75;
}

.cavor article {
    background: #ffffff;
    border: 2px solid #262423;
    min-height: 280px;
    padding: 25px;
    position: relative;
}

.cavor article > span {
    color: #ee6b15;
    font-size: 9px;
    font-weight: 900;
}

.cavor article > i {
    float: right;
    font-size: 29px;
}

.cavor article > a {
    bottom: 23px;
    color: #ee6b15;
    font-size: 12px;
    font-weight: 900;
    left: 25px;
    position: absolute;
}

.duxel {
    background: #4d4b4a;
    color: #ffffff;
}

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

.efira article {
    border-top: 2px solid #f2b642;
    min-height: 225px;
    padding: 25px 30px 0 0;
    position: relative;
}

.efira article > b {
    color: #f2b642;
    font-size: 11px;
}

.efira article > i {
    display: block;
    font-size: 31px;
    margin: 28px 0 20px;
}

.efira article > span {
    display: block;
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 11px;
}

.efira article > p {
    color: #d4d0cc;
    font-size: 13px;
}

.fovel {
    border-top: 2px solid #262423;
}

.fovel article {
    border-bottom: 2px solid #262423;
}

.fovel button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 80px 1fr 28px;
    min-height: 76px;
    text-align: left;
    width: 100%;
}

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

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

.fovel button i {
    font-size: 23px;
}

.fovel article > p {
    display: none;
    font-size: 14px;
    line-height: 1.8;
    padding: 0 70px 23px 80px;
}

.fovel article.luvel > p {
    display: block;
}

.fovel article.luvel button i {
    transform: rotate(45deg);
}

.guxel {
    background: #e5dfd3;
}

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

.hurel article {
    background: #f4f1ea;
    border: 2px solid #262423;
    min-height: 235px;
    padding: 25px;
}

.hurel article > div {
    display: flex;
    font-size: 9px;
    font-weight: 900;
    justify-content: space-between;
}

.hurel article > b {
    display: block;
    font-size: 19px;
    margin: 32px 0 13px;
}

.hurel article > p {
    color: #5e5a57;
    font-size: 13px;
    line-height: 1.75;
}

.hurel article > a {
    color: #ee6b15;
    display: inline-block;
    font-size: 11px;
    font-weight: 900;
    margin-top: 18px;
}

.ivora {
    column-count: 3;
    column-gap: 15px;
}

.ivora article {
    background: #ffffff;
    border: 2px solid #262423;
    break-inside: avoid;
    display: inline-block;
    margin-bottom: 15px;
    padding: 25px;
    width: 100%;
}

.ivora article:nth-child(2n) {
    background: #fff0ce;
    padding-bottom: 45px;
}

.ivora article > i {
    color: #ee6b15;
    font-size: 28px;
}

.ivora article > p {
    font-size: 14px;
    line-height: 1.85;
    margin: 20px 0 25px;
}

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

.ivora article time {
    color: #6b6764;
    font-size: 9px;
}

.joxel {
    background: #262423;
    color: #ffffff;
    padding: 52px 0 20px;
}

.kavor {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
}

.kavor nav {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: center;
    max-width: 540px;
}

.kavor nav a {
    color: #c5c2c0;
    font-size: 11px;
}

.joxel > p {
    border-top: 1px solid #5c5855;
    color: #888481;
    font-size: 9px;
    margin: 42px auto 0;
    max-width: 1200px;
    padding-top: 18px;
}

@media (max-width: 767px) {
    .bavor {
        flex-wrap: wrap;
        height: auto;
        padding: 9px 14px 0;
    }

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

    .cuxel span {
        font-size: 15px;
    }

    .lixon {
        min-height: 38px;
        padding: 0 10px;
    }

    .dorel {
        border-top: 1px solid #262423;
        gap: 19px;
        margin-top: 9px;
        order: 3;
        overflow-x: auto;
        padding: 11px 0;
        width: 100%;
    }

    .dorel a {
        flex: 0 0 auto;
    }

    .nixel {
        display: block;
        min-height: 0;
    }

    .opure {
        padding: 66px 14px;
    }

    .opure h1 {
        font-size: 43px;
        margin: 28px 0 22px;
    }

    .ravel {
        align-items: stretch;
        flex-direction: column;
    }

    .ravel > a {
        width: 100%;
    }

    .savor {
        border-left: 0;
        min-height: 550px;
    }

    .savor > img {
        bottom: -135px;
        right: 28px;
        width: 235px;
    }

    .wavor {
        padding: 66px 14px;
    }

    .yavor {
        font-size: 27px;
        margin-bottom: 37px;
    }

    .zirel {
        display: flex;
        gap: 11px;
        overflow-x: auto;
        padding-bottom: 15px;
        scroll-snap-type: x mandatory;
    }

    .zirel figure {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

    .becor,
    .cavor,
    .hurel {
        grid-template-columns: 1fr;
    }

    .becor article,
    .cavor article {
        min-height: 245px;
    }

    .efira {
        grid-template-columns: 1fr;
    }

    .efira article {
        min-height: 180px;
    }

    .fovel button {
        grid-template-columns: 50px 1fr 24px;
    }

    .fovel button b {
        font-size: 14px;
    }

    .fovel article > p {
        font-size: 13px;
        padding: 0 32px 22px 50px;
    }

    .hurel article > div {
        flex-direction: column;
        gap: 6px;
    }

    .ivora {
        column-count: 1;
    }

    .kavor {
        align-items: flex-start;
        flex-direction: column;
        gap: 27px;
        padding: 0 14px;
    }

    .kavor nav {
        justify-content: flex-start;
    }

    .kavor .lixon {
        justify-content: center;
        width: 100%;
    }

    .joxel > p {
        margin-left: 14px;
        margin-right: 14px;
    }
}
