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

html {
    scroll-behavior: smooth;
}

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

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

button {
    color: inherit;
    font: inherit;
}

.afexo {
    background: #f4f1e8;
    border-bottom: 2px solid #151515;
    position: sticky;
    top: 0;
    z-index: 20;
}

.bilor {
    align-items: center;
    display: flex;
    height: 82px;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.cuvem {
    align-items: center;
    display: flex;
    font-size: 12px;
    font-weight: 900;
    gap: 10px;
    line-height: 1.1;
}

.cuvem img {
    border: 2px solid #151515;
    height: 46px;
    object-fit: contain;
    width: 46px;
}

.dapen {
    align-items: center;
    display: flex;
    gap: 22px;
}

.dapen a {
    font-size: 13px;
    font-weight: 700;
    padding: 10px 0;
    position: relative;
}

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

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

.moxel {
    align-items: center;
    background: #c8ff33;
    border: 2px solid #151515;
    box-shadow: 4px 4px 0 #151515;
    display: inline-flex;
    font-size: 14px;
    font-weight: 900;
    gap: 7px;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.moxel:hover {
    box-shadow: 2px 2px 0 #151515;
    transform: translate(2px, 2px);
}

.nifer {
    background: #151515;
    color: #ffffff;
    overflow: hidden;
    position: relative;
}

.opali {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    margin: 0 auto;
    max-width: 1200px;
    min-height: 680px;
    padding: 86px 20px 58px;
    position: relative;
}

.paxor {
    align-self: center;
    max-width: 650px;
    position: relative;
    z-index: 2;
}

.quvem {
    align-items: center;
    background: #2a2a2a;
    border: 1px solid #4a4a4a;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 8px;
    padding: 9px 13px;
}

.quvem i {
    color: #c8ff33;
}

.paxor h1 {
    font-size: 66px;
    font-weight: 900;
    line-height: 1.12;
    margin: 28px 0 24px;
}

.paxor p {
    color: #c9c9c9;
    font-size: 17px;
    line-height: 1.9;
    max-width: 610px;
}

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

.rivel a {
    align-items: center;
    background: #ff5b45;
    border: 2px solid #ffffff;
    box-shadow: 6px 6px 0 #c8ff33;
    display: inline-flex;
    font-size: 16px;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 58px;
    padding: 0 25px;
}

.rivel span {
    color: #c8ff33;
    font-size: 14px;
    font-weight: 800;
}

.sajor {
    align-self: end;
    height: 590px;
    position: relative;
}

.sajor > img {
    bottom: -80px;
    filter: saturate(0.85);
    height: auto;
    max-height: 640px;
    max-width: 100%;
    object-fit: contain;
    position: absolute;
    right: 18px;
    transform: rotate(4deg);
    width: 330px;
}

.tuken {
    background: #f4f1e8;
    border: 3px solid #151515;
    box-shadow: 8px 8px 0 #ff5b45;
    color: #151515;
    display: flex;
    flex-direction: column;
    gap: 8px;
    left: -35px;
    padding: 18px;
    position: absolute;
    top: 70px;
    transform: rotate(-3deg);
    width: 250px;
    z-index: 3;
}

.tuken b {
    color: #ff5b45;
    font-size: 12px;
}

.tuken span {
    font-size: 17px;
    font-weight: 900;
    line-height: 1.5;
}

.tuken small {
    color: #666666;
}

.uvexa {
    align-items: center;
    background: #c8ff33;
    border: 3px solid #151515;
    bottom: 60px;
    color: #151515;
    display: grid;
    grid-template-columns: auto auto;
    padding: 13px 17px;
    position: absolute;
    right: -8px;
    transform: rotate(5deg);
    z-index: 3;
}

.uvexa i {
    color: #ff5b45;
    font-size: 24px;
    grid-row: span 2;
    margin-right: 10px;
}

.uvexa b {
    font-size: 24px;
}

.uvexa span {
    font-size: 11px;
    font-weight: 800;
}

.wixor {
    background: #c8ff33;
    border-bottom: 2px solid #151515;
    border-top: 2px solid #151515;
    color: #151515;
    display: flex;
    gap: 50px;
    justify-content: center;
    overflow: hidden;
    padding: 14px 0;
    white-space: nowrap;
}

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

.wixor span::before {
    content: "✦";
    margin-right: 50px;
}

.xavel {
    padding: 100px 20px;
}

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

.zunel {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 50px;
    text-align: center;
}

.zunel::after {
    background: #ff5b45;
    content: "";
    display: block;
    height: 6px;
    margin: 12px auto 0;
    transform: rotate(-1deg);
    width: 62px;
}

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

.abexo figure {
    background: #ffffff;
    border: 2px solid #151515;
    overflow: hidden;
    padding: 10px 10px 16px;
    position: relative;
}

.abexo figure:nth-child(even) {
    transform: translateY(24px);
}

.abexo figure > span {
    background: #151515;
    color: #c8ff33;
    font-size: 10px;
    font-weight: 900;
    left: 18px;
    padding: 6px 8px;
    position: absolute;
    top: 18px;
    z-index: 2;
}

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

.abexo figcaption {
    font-size: 15px;
    font-weight: 900;
    padding: 15px 4px 0;
}

.becor {
    background: #ff5b45;
    border-bottom: 2px solid #151515;
    border-top: 2px solid #151515;
}

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

.cuxim article {
    border-bottom: 2px solid #151515;
    border-right: 2px solid #151515;
    min-height: 255px;
    padding: 28px;
}

.cuxim article:nth-child(3n) {
    border-right: 0;
}

.cuxim article:nth-child(n+4) {
    border-bottom: 0;
}

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

.dovar span {
    font-size: 12px;
    font-weight: 900;
}

.dovar i {
    font-size: 34px;
}

.efune,
.gavem {
    font-size: 20px;
    font-weight: 900;
    margin-top: 32px;
}

.cuxim p,
.fizon p,
.lufir p {
    font-size: 14px;
    line-height: 1.8;
    margin-top: 12px;
}

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

.fizon article {
    background: #ffffff;
    border: 2px solid #151515;
    min-height: 280px;
    padding: 26px;
    position: relative;
}

.fizon article > span {
    color: #aaaaaa;
    font-size: 12px;
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 20px;
}

.fizon article > i {
    background: #c8ff33;
    border: 2px solid #151515;
    display: grid;
    font-size: 27px;
    height: 52px;
    place-items: center;
    width: 52px;
}

.fizon .gavem {
    margin-top: 20px;
}

.fizon a {
    align-items: center;
    border-top: 2px solid #151515;
    bottom: 0;
    display: flex;
    font-size: 13px;
    font-weight: 900;
    justify-content: space-between;
    left: 0;
    padding: 13px 24px;
    position: absolute;
    width: 100%;
}

.fizon a:hover {
    background: #151515;
    color: #c8ff33;
}

.huper {
    background: #1daea3;
    border-bottom: 2px solid #151515;
    border-top: 2px solid #151515;
}

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

.ivora::before {
    background: #151515;
    content: "";
    height: 3px;
    left: 10%;
    position: absolute;
    top: 39px;
    width: 80%;
}

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

.ivora article > b {
    background: #f4f1e8;
    border: 3px solid #151515;
    display: grid;
    font-size: 15px;
    height: 80px;
    margin: 0 auto 25px;
    place-items: center;
    width: 80px;
}

.ivora article:nth-child(even) > b {
    background: #c8ff33;
    transform: rotate(8deg);
}

.ivora span {
    font-size: 18px;
    font-weight: 900;
}

.ivora p {
    font-size: 13px;
    line-height: 1.7;
    margin-top: 10px;
}

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

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

.jaxel button {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 60px 1fr 40px;
    min-height: 78px;
    text-align: left;
    width: 100%;
}

.jaxel button b {
    color: #ff5b45;
    font-size: 13px;
}

.jaxel button span {
    font-size: 17px;
    font-weight: 900;
}

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

.jaxel article > p {
    display: none;
    line-height: 1.8;
    padding: 0 60px 24px;
}

.jaxel article.overt > p {
    display: block;
}

.jaxel article.overt button i {
    transform: rotate(45deg);
}

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

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

.lufir article {
    background: #252525;
    min-height: 245px;
    padding: 30px;
}

.lufir article:nth-child(3n+1) {
    border-left: 6px solid #c8ff33;
}

.lufir article:nth-child(3n+2) {
    border-left: 6px solid #ff5b45;
}

.lufir article:nth-child(3n) {
    border-left: 6px solid #1daea3;
}

.mavor {
    color: #aaaaaa;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
}

.lufir .efune {
    margin-top: 30px;
}

.lufir p {
    color: #bdbdbd;
}

.lufir a {
    color: #c8ff33;
    display: inline-block;
    font-size: 13px;
    font-weight: 900;
    margin-top: 20px;
}

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

.nexal article {
    background: #ffffff;
    border: 2px solid #151515;
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 24px;
}

.nexal article:nth-child(2n) {
    background: #c8ff33;
}

.nexal article:nth-child(3n) {
    background: #ffb8ae;
}

.opire {
    align-items: center;
    display: flex;
    gap: 10px;
}

.opire i {
    font-size: 27px;
}

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

.nexal article > p {
    font-size: 15px;
    line-height: 1.9;
    margin: 22px 0;
}

.nexal time {
    color: #666666;
    font-size: 11px;
}

.puxem {
    background: #151515;
    color: #ffffff;
    padding: 55px 20px 24px;
}

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

.qabor nav {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
    max-width: 590px;
}

.qabor nav a {
    color: #bdbdbd;
    font-size: 12px;
}

.puxem > p {
    border-top: 1px solid #3b3b3b;
    color: #777777;
    font-size: 11px;
    margin: 45px auto 0;
    max-width: 1200px;
    padding-top: 20px;
    text-align: center;
}

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

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

    .dapen {
        display: none;
    }

    .bilor .moxel {
        box-shadow: 2px 2px 0 #151515;
        font-size: 12px;
        min-height: 38px;
        padding: 0 11px;
    }

    .opali {
        display: block;
        min-height: 790px;
        padding: 60px 15px 0;
    }

    .paxor h1 {
        font-size: 39px;
        margin: 22px 0 18px;
    }

    .paxor p {
        font-size: 15px;
    }

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

    .rivel a {
        width: 100%;
    }

    .sajor {
        height: 360px;
        margin-top: 28px;
    }

    .sajor > img {
        bottom: -95px;
        max-height: 440px;
        right: -10px;
        width: 235px;
    }

    .tuken {
        left: 0;
        padding: 13px;
        top: 25px;
        width: 175px;
    }

    .tuken span {
        font-size: 13px;
    }

    .uvexa {
        bottom: 30px;
        right: 0;
    }

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

    .xavel {
        padding: 72px 15px;
    }

    .zunel {
        font-size: 29px;
        margin-bottom: 35px;
    }

    .abexo {
        display: flex;
        gap: 12px;
        overflow-x: auto;
        padding: 0 1px 28px;
        scroll-snap-type: x mandatory;
    }

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

    .abexo figure:nth-child(even) {
        transform: none;
    }

    .cuxim,
    .fizon,
    .lufir {
        grid-template-columns: 1fr;
    }

    .cuxim article {
        border-bottom: 2px solid #151515;
        border-right: 0;
        min-height: 220px;
        padding: 24px 8px;
    }

    .cuxim article:nth-child(n+4) {
        border-bottom: 2px solid #151515;
    }

    .cuxim article:last-child {
        border-bottom: 0;
    }

    .fizon article {
        min-height: 270px;
    }

    .ivora {
        display: block;
    }

    .ivora::before {
        height: calc(100% - 80px);
        left: 39px;
        top: 40px;
        width: 3px;
    }

    .ivora article {
        align-items: center;
        display: grid;
        gap: 20px;
        grid-template-columns: 80px 1fr;
        margin-bottom: 26px;
        padding: 0;
        text-align: left;
    }

    .ivora article > b {
        margin: 0;
    }

    .jaxel button {
        grid-template-columns: 42px 1fr 28px;
    }

    .jaxel button span {
        font-size: 15px;
    }

    .jaxel article > p {
        font-size: 14px;
        padding: 0 36px 22px 42px;
    }

    .lufir article {
        min-height: 230px;
    }

    .mavor {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }

    .nexal {
        column-count: 1;
    }

    .qabor {
        align-items: stretch;
        flex-direction: column;
        gap: 28px;
    }

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

    .qabor .moxel {
        width: 100%;
    }
}
