* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #f4efe4;
    color: #181b20;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    letter-spacing: 0;
}
body, button, a {
    letter-spacing: 0;
}
a {
    color: inherit;
    text-decoration: none;
}
button {
    font: inherit;
}
img {
    display: block;
    max-width: 100%;
}
.baxon {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}
.avira {
    position: sticky;
    top: 0;
    z-index: 90;
    border-bottom: 2px solid #181b20;
    background: #fffaf0;
}
.avira .baxon {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 24px;
}
.curel {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}
.curel img {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    object-fit: cover;
}
.curel span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.curel b {
    font-size: 18px;
}
.curel small {
    color: #a05e1c;
    font: 700 9px/1.2 Consolas, monospace;
}
.exora {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.exora a {
    color: #535960;
    font-size: 14px;
    white-space: nowrap;
}
.exora a:hover {
    color: #d13e68;
}
.firen {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 21px;
    border: 2px solid #181b20;
    border-radius: 3px;
    background: #70d6b0;
    color: #181b20;
    font-weight: 900;
    box-shadow: 4px 4px 0 #181b20;
}
.davor {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #bfb7aa;
    background: #fff;
    font-size: 22px;
}
.gavel {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #181b20;
    background: #f4c981;
}
.gavel::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10%;
    width: 2px;
    background: rgba(24,27,32,.28);
    content: "";
}
.hivon {
    display: grid;
    min-height: 680px;
    grid-template-columns: 1fr .85fr;
    align-items: center;
    gap: 65px;
    padding-top: 58px;
    padding-bottom: 58px;
}
.jurem {
    position: relative;
    z-index: 2;
}
.kavor {
    display: inline-block;
    margin-bottom: 23px;
    padding: 8px 12px;
    border: 1px solid #181b20;
    background: #70d6b0;
    font: 800 11px/1.2 Consolas, monospace;
}
.jurem h1 {
    max-width: 650px;
    margin: 0;
    font-size: 56px;
    line-height: 1.16;
    letter-spacing: 0;
}
.jurem p {
    max-width: 570px;
    margin: 24px 0 0;
    color: #634d35;
    font-size: 17px;
    line-height: 1.9;
}
.lirem {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 33px;
}
.lirem .firen {
    min-height: 56px;
    padding: 0 27px;
    background: #d94b72;
    color: #fff;
}
.moxel {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #181b20;
    font-weight: 800;
}
.naver {
    position: relative;
    height: 565px;
}
.naver::before, .naver::after {
    position: absolute;
    z-index: 0;
    background: #181b20;
    content: "";
}
.naver::before {
    top: 50%;
    right: -50px;
    left: -50px;
    height: 3px;
}
.naver::after {
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
}
.naver img {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    width: 288px;
    height: auto;
    border: 7px solid #fffaf0;
    box-shadow: 10px 10px 0 #181b20;
}
.opira {
    position: absolute;
    z-index: 3;
    padding: 10px 13px;
    border: 2px solid #181b20;
    background: #fffaf0;
    font-size: 12px;
    font-weight: 900;
}
.opira:nth-of-type(1) {
    top: 65px;
    left: 0;
    background: #70d6b0;
}
.opira:nth-of-type(2) {
    right: 0;
    bottom: 150px;
    background: #d94b72;
    color: #fff;
}
.opira:nth-of-type(3) {
    bottom: 35px;
    left: 18px;
    background: #a9cbea;
}
.pavon, .sarel, .warem, .zorel, .cdrex, .ijora, .mirex {
    padding: 92px 0;
}
.pavon, .zorel, .ijora {
    background: #fff;
}
.sarel {
    background: #181b20;
    color: #fff;
}
.warem {
    background: #b9ead6;
}
.cdrex {
    background: #fff8eb;
}
.mirex {
    background: #dbe9f4;
}
.yirem {
    margin-bottom: 46px;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}
.yirem::after {
    display: block;
    width: 52px;
    height: 5px;
    margin: 14px auto 0;
    background: #d94b72;
    content: "";
}
.qirem {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 18px;
}
.ravel {
    min-width: 0;
    margin: 0;
}
.ravel > span {
    display: block;
    margin-bottom: 10px;
    color: #9b7652;
    font: 800 10px/1 Consolas, monospace;
}
.ravel > div {
    padding: 9px;
    border: 1px solid #cfc4b6;
    background: #eee7dc;
}
.ravel img {
    width: 100%;
    height: auto;
}
.ravel figcaption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 14px;
}
.ravel figcaption b {
    font-size: 16px;
}
.ravel figcaption small {
    color: #81766b;
    font-size: 12px;
}
.tivor {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    border-top: 1px solid #555960;
    border-left: 1px solid #555960;
}
.uvora {
    min-height: 230px;
    padding: 30px;
    border-right: 1px solid #555960;
    border-bottom: 1px solid #555960;
}
.uvora > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}
.uvora span {
    color: #ef698d;
    font: 800 11px/1 Consolas, monospace;
}
.uvora i {
    color: #70d6b0;
    font-size: 32px;
}
.uvora b {
    font-size: 18px;
}
.uvora p {
    margin: 12px 0 0;
    color: #bfc1c5;
    font-size: 13px;
    line-height: 1.8;
}
.xivel {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 16px;
}
.yavor {
    display: grid;
    min-height: 126px;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 23px;
    border: 2px solid #181b20;
    background: #fff;
    box-shadow: 5px 5px 0 #181b20;
}
.yavor > span {
    color: #d13e68;
    font: 800 10px/1 Consolas, monospace;
}
.yavor > i:first-of-type {
    color: #427b69;
    font-size: 28px;
}
.yavor > i:last-child {
    font-size: 20px;
}
.yavor div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}
.yavor b {
    font-size: 16px;
}
.yavor small {
    color: #768078;
    font-size: 12px;
}
.abira {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 28px;
}
.abira::before {
    position: absolute;
    top: 47px;
    right: 10%;
    left: 10%;
    height: 4px;
    background: #181b20;
    content: "";
}
.bcvon {
    position: relative;
    z-index: 1;
    text-align: center;
}
.bcvon span {
    display: block;
    margin-bottom: 9px;
    color: #ce3c65;
    font: 800 10px/1 Consolas, monospace;
}
.bcvon > i {
    display: flex;
    width: 68px;
    height: 68px;
    margin: 0 auto 21px;
    align-items: center;
    justify-content: center;
    border: 2px solid #181b20;
    border-radius: 50%;
    background: #70d6b0;
    font-size: 25px;
}
.bcvon:nth-child(even) > i {
    background: #f4c981;
}
.bcvon b {
    font-size: 17px;
}
.bcvon p {
    margin: 10px 0 0;
    color: #72777c;
    font-size: 13px;
    line-height: 1.75;
}
.devon {
    max-width: 980px;
    margin: 0 auto;
    border-top: 2px solid #181b20;
}
.efira {
    border-bottom: 1px solid #d4c9b8;
}
.ghora {
    display: flex;
    width: 100%;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
}
.ghora span {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    font-weight: 900;
}
.ghora small {
    color: #d13e68;
    font: 800 11px/1 Consolas, monospace;
}
.ghora > i {
    flex: 0 0 auto;
    color: #3f806b;
    font-size: 22px;
}
.hixel {
    display: none;
    padding: 0 52px 24px;
}
.hixel p {
    margin: 0;
    color: #786f66;
    font-size: 14px;
    line-height: 1.9;
}
.fgrex .hixel {
    display: block;
}
.kurem {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 55px;
    border-top: 2px solid #181b20;
}
.lavor {
    padding: 28px 0;
    border-bottom: 1px solid #d4cabd;
}
.lavor > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}
.lavor span {
    color: #cf3f67;
    font: 800 10px/1 Consolas, monospace;
}
.lavor time {
    color: #95887b;
    font-size: 11px;
}
.lavor b {
    font-size: 17px;
}
.lavor p {
    margin: 12px 0 0;
    color: #766c62;
    font-size: 13px;
    line-height: 1.8;
}
.nurel {
    column-count: 3;
    column-gap: 18px;
}
.oxera {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 25px;
    border: 1px solid #9db3c4;
    border-top: 5px solid #d94b72;
    background: #fff;
    break-inside: avoid;
}
.oxera:nth-child(even) {
    border-top-color: #4fae8e;
}
.oxera > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.oxera span {
    font-size: 13px;
    font-weight: 800;
}
.oxera > div b {
    color: #8796a2;
    font: 700 9px/1 Consolas, monospace;
}
.oxera p {
    margin: 21px 0 24px;
    color: #586773;
    font-size: 14px;
    line-height: 1.9;
}
.oxera time {
    color: #8999a5;
    font-size: 11px;
}
.pqven {
    padding-top: 44px;
    border-top: 7px solid #d94b72;
    background: #181b20;
    color: #fff;
}
.pqven > .baxon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.qavor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 19px;
    color: #c7c9cd;
    font-size: 13px;
}
.riven {
    margin-top: 40px;
    padding: 18px 20px;
    border-top: 1px solid #41454b;
    color: #8d9196;
    font: 700 10px/1.5 Consolas, monospace;
    text-align: center;
}
.suxel {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 75;
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 0 15px;
    border: 1px solid #4b4f55;
    border-radius: 3px;
    background: #181b20;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 767px) {
    .baxon {
        width: calc(100% - 28px);
        max-width: 1200px;
    }
    .avira .baxon {
        min-height: 66px;
        gap: 10px;
    }
    .curel {
        margin-right: auto;
    }
    .curel img {
        width: 40px;
        height: 40px;
    }
    .curel small {
        display: none;
    }
    .davor {
        display: block;
    }
    .avira > .baxon > .firen {
        display: none;
    }
    .exora {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        display: none;
        padding: 12px 14px 18px;
        border-bottom: 2px solid #181b20;
        background: #fffaf0;
    }
    .exora.tixor {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 3px;
    }
    .exora a {
        padding: 12px 8px;
        border-bottom: 1px solid #ddd5c9;
    }
    .hivon {
        min-height: 0;
        grid-template-columns: 1fr;
        gap: 42px;
        padding-top: 48px;
        padding-bottom: 55px;
    }
    .jurem h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .jurem p {
        margin-top: 18px;
        font-size: 15px;
    }
    .lirem {
        flex-direction: column;
        align-items: stretch;
        gap: 13px;
    }
    .lirem .firen {
        width: 100%;
    }
    .moxel {
        justify-content: center;
        border: 0;
    }
    .naver {
        height: 490px;
    }
    .naver img {
        right: 0;
        width: 72%;
        border-width: 5px;
        box-shadow: 7px 7px 0 #181b20;
    }
    .opira:nth-of-type(1) {
        left: 0;
    }
    .opira:nth-of-type(2) {
        right: 0;
    }
    .pavon, .sarel, .warem, .zorel, .cdrex, .ijora, .mirex {
        padding: 66px 0;
    }
    .yirem {
        margin-bottom: 34px;
        font-size: 27px;
    }
    .qirem {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
    }
    .ravel {
        min-width: 76%;
        scroll-snap-align: start;
    }
    .tivor, .xivel, .kurem {
        grid-template-columns: 1fr;
    }
    .uvora {
        min-height: 205px;
        padding: 27px 24px;
    }
    .yavor {
        min-height: 116px;
        padding: 20px;
    }
    .abira {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 31px;
    }
    .abira::before {
        top: 20px;
        bottom: 20px;
        left: 62px;
        width: 3px;
        height: auto;
    }
    .bcvon {
        display: grid;
        grid-template-columns: 32px 68px 1fr;
        align-items: center;
        padding: 12px 0;
        text-align: left;
    }
    .bcvon span {
        margin: 0;
    }
    .bcvon > i {
        width: 60px;
        height: 60px;
        margin: 0;
    }
    .bcvon b, .bcvon p {
        padding-left: 10px;
    }
    .bcvon p {
        grid-column: 3;
        margin-top: 5px;
    }
    .ghora {
        min-height: 72px;
    }
    .ghora span {
        gap: 12px;
        font-size: 14px;
    }
    .hixel {
        padding: 0 0 22px 36px;
    }
    .kurem {
        column-gap: 0;
    }
    .nurel {
        column-count: 1;
    }
    .pqven > .baxon {
        align-items: stretch;
        flex-direction: column;
    }
    .qavor {
        justify-content: flex-start;
    }
    .pqven .firen {
        width: 100%;
    }
    .suxel {
        right: 13px;
        bottom: 13px;
    }
}
