* {
    box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    background: #f7f4f8;
    color: #201825;
    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%;
}
.bivor {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}
.arven {
    position: sticky;
    top: 0;
    z-index: 90;
    border-bottom: 1px solid #ded6e2;
    background: rgba(250, 248, 251, 0.97);
}
.arven .bivor {
    display: flex;
    min-height: 76px;
    align-items: center;
    gap: 25px;
}
.caxel {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 11px;
}
.caxel img {
    width: 46px;
    height: 46px;
    border-radius: 7px;
    object-fit: cover;
}
.caxel span {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.caxel b {
    font-size: 18px;
}
.caxel small {
    color: #8c7e93;
    font: 700 9px/1.2 Consolas, monospace;
}
.evira {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
    gap: 18px;
}
.evira a {
    color: #665a6c;
    font-size: 14px;
    white-space: nowrap;
}
.evira a:hover {
    color: #bd1fba;
}
.fixor {
    display: inline-flex;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 21px;
    border: 1px solid #201825;
    border-radius: 4px;
    background: #201825;
    color: #fff;
    font-weight: 800;
    transition: 0.2s ease;
}
.fixor:hover {
    border-color: #05cfe1;
    background: #05cfe1;
    color: #201825;
}
.durem {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #d5ccd9;
    border-radius: 4px;
    background: #fff;
    font-size: 22px;
}
.gurel {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #201825;
    background: #eee8f2;
}
.gurel::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 2px;
    background: #d5cbdc;
    content: "";
}
.hivon {
    position: relative;
    display: flex;
    min-height: 680px;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 60px;
}
.jarel {
    position: relative;
    z-index: 3;
    width: 700px;
    text-align: center;
}
.kurex {
    display: inline-block;
    margin-bottom: 23px;
    padding: 8px 12px;
    border: 1px solid #201825;
    background: #f5dd52;
    font: 800 11px/1.2 Consolas, monospace;
}
.jarel h1 {
    margin: 0;
    color: #201825;
    font-size: 56px;
    line-height: 1.16;
    letter-spacing: 0;
}
.jarel h1::first-line {
    color: #ba20b8;
}
.jarel p {
    max-width: 600px;
    margin: 23px auto 0;
    color: #695d70;
    font-size: 17px;
    line-height: 1.9;
}
.lavor {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 32px;
}
.lavor .fixor {
    min-height: 56px;
    padding: 0 27px;
    background: #ca2cc4;
}
.mirem {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #201825;
    font-weight: 700;
}
.noxel {
    position: absolute;
    z-index: 1;
    width: 245px;
    height: auto;
    border: 6px solid #fff;
    box-shadow: 8px 8px 0 #05cfe1;
}
.noxel:nth-of-type(1) {
    bottom: -55px;
    left: 0;
    transform: rotate(-4deg);
}
.noxel:nth-of-type(2) {
    top: -50px;
    right: 0;
    transform: rotate(4deg);
    box-shadow: -8px 8px 0 #ed4ddd;
}
.opira {
    position: absolute;
    z-index: 2;
    padding: 10px 13px;
    border: 1px solid #201825;
    background: #fff;
    font: 800 10px/1.3 Consolas, monospace;
}
.opira:nth-of-type(1) {
    top: 110px;
    left: 185px;
}
.opira:nth-of-type(2) {
    right: 182px;
    bottom: 105px;
    background: #05cfe1;
    font-family: inherit;
}
.purel, .saxen, .varem, .zorel, .cdrex, .ijora, .mavon {
    padding: 92px 0;
}
.purel, .zorel, .ijora {
    background: #fff;
}
.saxen {
    background: #201825;
    color: #fff;
}
.varem {
    background: #bdf2f5;
}
.cdrex {
    background: #f1ecf3;
}
.mavon {
    background: #f4c6ed;
}
.yirem {
    margin-bottom: 46px;
    color: inherit;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}
.yirem::after {
    display: block;
    width: 50px;
    height: 5px;
    margin: 14px auto 0;
    background: #c72bc1;
    content: "";
}
.saxen .yirem::after {
    background: #05cfe1;
}
.qavon {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.rirel {
    min-width: 0;
    margin: 0;
}
.rirel > span {
    display: block;
    margin-bottom: 10px;
    color: #9b8da2;
    font: 800 10px/1 Consolas, monospace;
}
.rirel > div {
    padding: 10px;
    border: 1px solid #d6ceda;
    background: #eee9f0;
}
.rirel img {
    width: 100%;
    height: auto;
}
.rirel figcaption {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding-top: 14px;
}
.rirel figcaption b {
    font-size: 16px;
}
.rirel figcaption small {
    color: #847789;
    font-size: 12px;
}
.tivor {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border-top: 1px solid #5c4e63;
    border-left: 1px solid #5c4e63;
}
.urexa {
    min-height: 230px;
    padding: 30px;
    border-right: 1px solid #5c4e63;
    border-bottom: 1px solid #5c4e63;
}
.urexa > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 27px;
}
.urexa > div span {
    color: #ed4ddd;
    font: 800 11px/1 Consolas, monospace;
}
.urexa > div i {
    color: #05cfe1;
    font-size: 32px;
}
.urexa b {
    font-size: 18px;
}
.urexa p {
    margin: 12px 0 0;
    color: #beb2c4;
    font-size: 13px;
    line-height: 1.8;
}
.wixel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}
.xavor {
    display: grid;
    min-height: 126px;
    grid-template-columns: auto auto 1fr auto;
    align-items: center;
    gap: 15px;
    padding: 23px;
    border: 1px solid #201825;
    background: #fff;
    box-shadow: 5px 5px 0 #201825;
    transition: 0.2s ease;
}
.xavor:hover {
    transform: translate(2px, 2px);
    box-shadow: 3px 3px 0 #201825;
}
.xavor > span {
    color: #bb22b7;
    font: 800 10px/1 Consolas, monospace;
}
.xavor > i:first-of-type {
    color: #08aebb;
    font-size: 28px;
}
.xavor > i:last-child {
    font-size: 20px;
}
.xavor div {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 6px;
}
.xavor b {
    font-size: 16px;
}
.xavor small {
    color: #827588;
    font-size: 12px;
}
.abira {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 27px;
}
.abira::before {
    position: absolute;
    top: 45px;
    right: 10%;
    left: 10%;
    height: 3px;
    background: #d2c8d7;
    content: "";
}
.bcvon {
    position: relative;
    z-index: 1;
    text-align: center;
}
.bcvon > span {
    display: flex;
    width: 52px;
    height: 52px;
    margin: 19px auto 21px;
    align-items: center;
    justify-content: center;
    border: 2px solid #201825;
    border-radius: 50%;
    background: #05cfe1;
    font: 800 12px/1 Consolas, monospace;
}
.bcvon:nth-child(even) > span {
    background: #ed4ddd;
}
.bcvon > i {
    color: #a51da2;
    font-size: 25px;
}
.bcvon b {
    display: block;
    margin-top: 9px;
    font-size: 17px;
}
.bcvon p {
    margin: 9px 0 0;
    color: #786c7e;
    font-size: 13px;
    line-height: 1.75;
}
.devor {
    max-width: 980px;
    margin: 0 auto;
    border-top: 2px solid #201825;
}
.efira {
    border-bottom: 1px solid #c7bdcc;
}
.ghrel {
    display: flex;
    width: 100%;
    min-height: 78px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #201825;
    cursor: pointer;
    text-align: left;
}
.ghrel span {
    display: flex;
    align-items: center;
    gap: 22px;
    font-size: 16px;
    font-weight: 800;
}
.ghrel small {
    color: #c123bc;
    font: 800 11px/1 Consolas, monospace;
}
.ghrel > i {
    flex: 0 0 auto;
    color: #08aebb;
    font-size: 22px;
}
.hixon {
    display: none;
    padding: 0 52px 24px;
}
.hixon p {
    margin: 0;
    color: #746979;
    font-size: 14px;
    line-height: 1.9;
}
.fgvon .hixon {
    display: block;
}
.kuren {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 55px;
    border-top: 2px solid #201825;
}
.liven {
    padding: 28px 0;
    border-bottom: 1px solid #d0c7d4;
}
.liven > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 15px;
}
.liven span {
    color: #bc23b8;
    font: 800 10px/1 Consolas, monospace;
}
.liven time {
    color: #928698;
    font-size: 11px;
}
.liven b {
    font-size: 17px;
}
.liven p {
    margin: 12px 0 0;
    color: #756a7a;
    font-size: 13px;
    line-height: 1.8;
}
.nirel {
    column-count: 3;
    column-gap: 18px;
}
.oxera {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 25px;
    border: 1px solid #8e5488;
    background: #fff;
    break-inside: avoid;
}
.oxera:nth-child(even) {
    border-top: 5px solid #08bdca;
}
.oxera:nth-child(odd) {
    border-top: 5px solid #bf26ba;
}
.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: #9c8ca2;
    font: 700 9px/1 Consolas, monospace;
}
.oxera p {
    margin: 21px 0 24px;
    color: #615667;
    font-size: 14px;
    line-height: 1.9;
}
.oxera time {
    color: #96879c;
    font-size: 11px;
}
.pqira {
    padding-top: 44px;
    border-top: 7px solid #ed4ddd;
    background: #201825;
    color: #fff;
}
.pqira > .bivor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
}
.qurem {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 11px 19px;
    color: #c8bdcd;
    font-size: 13px;
}
.pqira .fixor {
    border-color: #05cfe1;
    background: #05cfe1;
    color: #201825;
}
.ravon {
    margin-top: 40px;
    padding: 18px 20px;
    border-top: 1px solid #514655;
    color: #96899c;
    font: 700 10px/1.5 Consolas, monospace;
    text-align: center;
}
.sixel {
    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 #544958;
    border-radius: 4px;
    background: #201825;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 767px) {
    .bivor {
        width: calc(100% - 28px);
        max-width: 1200px;
    }
    .arven .bivor {
        min-height: 66px;
        gap: 10px;
    }
    .caxel {
        margin-right: auto;
    }
    .caxel img {
        width: 40px;
        height: 40px;
    }
    .caxel small {
        display: none;
    }
    .durem {
        display: block;
    }
    .arven > .bivor > .fixor {
        display: none;
    }
    .evira {
        position: absolute;
        top: 66px;
        right: 0;
        left: 0;
        display: none;
        padding: 12px 14px 18px;
        border-bottom: 2px solid #c72bc1;
        background: #fff;
    }
    .evira.tavor {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 3px;
    }
    .evira a {
        padding: 12px 8px;
        border-bottom: 1px solid #e5dfe8;
    }
    .hivon {
        min-height: 0;
        flex-direction: column;
        padding-top: 48px;
        padding-bottom: 54px;
    }
    .jarel {
        order: 1;
        width: 100%;
    }
    .jarel h1 {
        font-size: 38px;
        line-height: 1.2;
    }
    .jarel p {
        margin-top: 18px;
        font-size: 15px;
        line-height: 1.8;
    }
    .lavor {
        flex-direction: column;
        align-items: stretch;
        gap: 13px;
        margin-top: 26px;
    }
    .lavor .fixor {
        width: 100%;
    }
    .mirem {
        justify-content: center;
        border: 0;
    }
    .noxel {
        position: relative;
        order: 2;
        width: 47%;
        margin-top: 44px;
        border-width: 4px;
        transform: none !important;
    }
    .noxel:nth-of-type(1) {
        bottom: auto;
        left: auto;
        align-self: flex-start;
    }
    .noxel:nth-of-type(2) {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 54px;
    }
    .opira {
        display: none;
    }
    .purel, .saxen, .varem, .zorel, .cdrex, .ijora, .mavon {
        padding: 66px 0;
    }
    .yirem {
        margin-bottom: 34px;
        font-size: 27px;
    }
    .qavon {
        display: flex;
        overflow-x: auto;
        gap: 14px;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
    }
    .rirel {
        min-width: 76%;
        scroll-snap-align: start;
    }
    .tivor, .wixel, .kuren {
        grid-template-columns: 1fr;
    }
    .urexa {
        min-height: 205px;
        padding: 27px 24px;
    }
    .xavor {
        min-height: 116px;
        padding: 20px;
    }
    .abira {
        grid-template-columns: 1fr;
        gap: 0;
        padding-left: 30px;
    }
    .abira::before {
        top: 20px;
        bottom: 20px;
        left: 57px;
        width: 3px;
        height: auto;
    }
    .bcvon {
        display: grid;
        grid-template-columns: 55px 36px 1fr;
        align-items: center;
        padding: 12px 0;
        text-align: left;
    }
    .bcvon > span {
        width: 52px;
        height: 52px;
        margin: 0;
    }
    .bcvon > i {
        text-align: center;
    }
    .bcvon div {
        padding-left: 10px;
    }
    .bcvon b {
        margin: 0;
    }
    .bcvon p {
        margin-top: 5px;
    }
    .ghrel {
        min-height: 72px;
    }
    .ghrel span {
        gap: 12px;
        font-size: 14px;
    }
    .hixon {
        padding: 0 0 22px 36px;
    }
    .kuren {
        column-gap: 0;
    }
    .nirel {
        column-count: 1;
    }
    .pqira > .bivor {
        align-items: stretch;
        flex-direction: column;
    }
    .qurem {
        justify-content: flex-start;
    }
    .pqira .fixor {
        width: 100%;
    }
    .sixel {
        right: 13px;
        bottom: 13px;
    }
}
