* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #181521;
    background: #f5f1e9;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

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

button {
    font: inherit;
}

.fmxor {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}

.qveta {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #2c2738;
    color: #fff8e8;
    background: rgba(14, 12, 22, .96);
}

.qveta .fmxor {
    display: flex;
    align-items: center;
    min-height: 76px;
}

.bnyke {
    display: flex;
    align-items: center;
    gap: 11px;
    flex: 0 0 auto;
    font-weight: 800;
}

.bnyke img {
    width: 43px;
    height: 43px;
    border: 1px solid #f1bd67;
    border-radius: 50%;
    object-fit: cover;
}

.wzcup {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    flex: 1;
    padding: 0 24px;
    font-size: 14px;
    color: #c9c3d0;
}

.wzcup a:hover {
    color: #ffc768;
}

.gbton,
.primo,
.secon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.gbton {
    min-height: 42px;
    padding: 0 18px;
    border: 1px solid #f5bd5c;
    color: #18121d;
    background: #f5bd5c;
    font-size: 14px;
    font-weight: 800;
}

.mnuok {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #766c80;
    color: #fff;
    background: transparent;
    font-size: 23px;
}

.herox {
    overflow: hidden;
    color: #fff;
    background: #0e0c16;
}

.hvwix {
    display: grid;
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    min-height: 690px;
    padding-top: 52px;
    padding-bottom: 64px;
}

.hcopy {
    position: relative;
    z-index: 2;
    max-width: 620px;
}

.sline {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 26px;
    color: #8bdbe0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.sline span {
    width: 48px;
    height: 1px;
    background: #8bdbe0;
}

h1 {
    margin: 0;
    color: #fff7e7;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 64px;
    line-height: 1.2;
    letter-spacing: 0;
}

.hcopy > p {
    max-width: 550px;
    margin: 26px 0 0;
    color: #c4bdca;
    font-size: 17px;
    line-height: 1.9;
}

.ctrow {
    display: flex;
    gap: 14px;
    margin-top: 35px;
}

.primo,
.secon {
    min-height: 56px;
    padding: 0 24px;
    font-weight: 800;
}

.primo {
    color: #17111c;
    background: #ffc768;
    box-shadow: 7px 7px 0 #493529;
}

.secon {
    border: 1px solid #6c6574;
    color: #fff6e7;
}

.ticker {
    display: flex;
    gap: 23px;
    margin-top: 38px;
    color: #a39ba9;
    font-size: 13px;
}

.ticker span::before {
    content: "✦";
    margin-right: 7px;
    color: #ef9fa8;
}

.stage {
    position: relative;
    min-height: 570px;
}

.stage::before {
    position: absolute;
    top: 1%;
    left: 8%;
    width: 84%;
    height: 90%;
    border: 1px solid #4d4556;
    border-radius: 50% 50% 6px 6px;
    content: "";
}

.phone {
    position: absolute;
    top: 10px;
    left: 50%;
    z-index: 4;
    width: 286px;
    padding: 9px;
    border: 1px solid #826a54;
    border-radius: 31px;
    background: #17131e;
    box-shadow: 0 28px 70px rgba(0, 0, 0, .55);
    transform: translateX(-50%) rotate(3deg);
}

.phone img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 23px;
}

.stubx {
    position: absolute;
    right: 0;
    bottom: 55px;
    z-index: 6;
    width: 230px;
    padding: 19px 20px;
    border-left: 5px solid #ef9fa8;
    color: #221827;
    background: #f4e2c3;
    box-shadow: 13px 13px 0 rgba(239, 159, 168, .18);
    transform: rotate(-4deg);
}

.stubx::after {
    position: absolute;
    top: 0;
    right: 38px;
    height: 100%;
    border-right: 1px dashed #9e8069;
    content: "";
}

.stubx span,
.stubx small,
.stubx strong {
    display: block;
}

.stubx span,
.stubx small {
    font-size: 10px;
    letter-spacing: 1px;
}

.stubx strong {
    width: 155px;
    margin: 8px 0;
    font-size: 15px;
}

.lbeam,
.rbeam {
    position: absolute;
    top: -90px;
    width: 120px;
    height: 470px;
    background: linear-gradient(to bottom, rgba(139, 219, 224, .18), transparent);
    filter: blur(3px);
}

.lbeam {
    left: 4%;
    transform: rotate(18deg);
}

.rbeam {
    right: 3%;
    background: linear-gradient(to bottom, rgba(239, 159, 168, .18), transparent);
    transform: rotate(-18deg);
}

.orbit {
    position: absolute;
    top: 55px;
    right: 28px;
    display: grid;
    width: 70px;
    height: 70px;
    place-items: center;
    border: 1px solid #8bdbe0;
    border-radius: 50%;
    color: #8bdbe0;
    font-size: 26px;
}

.marqx {
    overflow: hidden;
    border-top: 1px solid #312b3d;
    border-bottom: 1px solid #312b3d;
    color: #17121b;
    background: #f1bd67;
    white-space: nowrap;
}

.marqx div {
    width: max-content;
    padding: 13px 0;
    font-family: Georgia, serif;
    font-size: 15px;
    font-weight: 800;
    word-spacing: 18px;
}

.secto {
    padding: 104px 0;
}

.mtitl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 50px;
}

.mtitl span {
    color: #9a6b2c;
    font-family: Georgia, serif;
    font-size: 14px;
    font-style: italic;
}

.mtitl p {
    margin: 0;
    font-family: Georgia, "Microsoft YaHei", serif;
    font-size: 36px;
    font-weight: 800;
}

.pale p {
    color: #fff5e4;
}

.pale span {
    color: #8bdbe0;
}

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

.shots figure {
    margin: 0;
    padding: 9px 9px 0;
    border: 1px solid #c7bcad;
    background: #ebe4d8;
}

.shots figure:nth-child(even) {
    margin-top: 34px;
}

.shots img {
    display: block;
    width: 100%;
    height: auto;
}

.shots figcaption {
    padding: 15px 5px 17px;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}

.inked {
    color: #d7d0dc;
    background: #17131f;
}

.advnt {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid #393240;
    border-left: 1px solid #393240;
}

.advnt article {
    min-height: 230px;
    padding: 34px;
    border-right: 1px solid #393240;
    border-bottom: 1px solid #393240;
}

.advnt article > i {
    color: #ffc768;
    font-size: 31px;
}

.advnt b,
.dgrid b,
.timex b,
.newsg b {
    display: block;
}

.advnt b {
    margin: 24px 0 12px;
    color: #fff4e1;
    font-size: 18px;
}

.advnt p,
.dgrid p,
.timex p,
.newsg p {
    margin: 0;
    line-height: 1.8;
}

.advnt p {
    color: #a9a1af;
    font-size: 14px;
}

.darea {
    background: #e9edf0;
}

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

.dgrid article {
    position: relative;
    min-height: 265px;
    padding: 31px;
    border: 1px solid #c0c6c8;
    background: #f8faf9;
}

.dgrid article:nth-child(2),
.dgrid article:nth-child(6) {
    color: #fff;
    background: #253438;
}

.dgrid em {
    position: absolute;
    top: 22px;
    right: 23px;
    color: #9aa2a3;
    font-family: Georgia, serif;
    font-size: 13px;
}

.dgrid article > i {
    color: #c07e34;
    font-size: 32px;
}

.dgrid b {
    margin: 19px 0 10px;
    font-size: 18px;
}

.dgrid p {
    min-height: 72px;
    color: #6d7173;
    font-size: 14px;
}

.dgrid article:nth-child(2) p,
.dgrid article:nth-child(6) p {
    color: #bfc9ca;
}

.dgrid a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-top: 22px;
    color: #a45f1f;
    font-weight: 800;
}

.procs {
    background: #f5f1e9;
}

.timex {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.timex::before {
    position: absolute;
    top: 25px;
    left: 8%;
    width: 84%;
    border-top: 1px dashed #a69a8c;
    content: "";
}

.timex article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.timex article > span {
    display: grid;
    width: 52px;
    height: 52px;
    margin: 0 auto 24px;
    place-items: center;
    border: 1px solid #3c3541;
    border-radius: 50%;
    color: #fff;
    background: #29232e;
    font-family: Georgia, serif;
}

.timex b {
    margin-bottom: 11px;
    font-size: 17px;
}

.timex p {
    color: #736c73;
    font-size: 14px;
}

.qarea {
    background: #f0cfd2;
}

.narrow {
    max-width: 940px;
}

.faqls {
    border-top: 2px solid #302735;
}

.faqls article {
    border-bottom: 1px solid #695866;
}

.faqls button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 22px 5px;
    border: 0;
    color: #241d29;
    background: transparent;
    font-size: 17px;
    font-weight: 800;
    text-align: left;
    cursor: pointer;
}

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

.faqls article > div {
    overflow: hidden;
    max-height: 0;
    transition: max-height .3s ease;
}

.faqls article > div p {
    margin: 0;
    padding: 0 48px 24px 5px;
    color: #5d4d59;
    line-height: 1.8;
}

.faqls .openx > div {
    max-height: 180px;
}

.faqls .openx button i {
    transform: rotate(45deg);
}

.newsg {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background: #3b3442;
}

.newsg article {
    display: grid;
    grid-template-columns: 68px 1fr 25px;
    gap: 20px;
    align-items: start;
    min-height: 175px;
    padding: 30px;
    background: #17131f;
}

.ndate {
    padding-right: 15px;
    border-right: 1px solid #4c4453;
}

.ndate span,
.ndate small {
    display: block;
}

.ndate span {
    color: #ffc768;
    font-family: Georgia, serif;
    font-size: 20px;
}

.ndate small {
    margin-top: 5px;
    color: #88808d;
}

.newsg b {
    margin-bottom: 11px;
    color: #fff1dd;
    line-height: 1.5;
}

.newsg p {
    color: #aaa2b0;
    font-size: 13px;
}

.newsg article > i {
    color: #8bdbe0;
    font-size: 20px;
}

.revws {
    background: #eef4f2;
}

.mason {
    columns: 3;
    column-gap: 18px;
}

.mason article {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 28px;
    border: 1px solid #b9ccc8;
    background: #fff;
    break-inside: avoid;
}

.mason article:nth-child(2),
.mason article:nth-child(5) {
    padding-top: 42px;
    padding-bottom: 42px;
}

.mason article > i {
    color: #d67d86;
    font-size: 31px;
}

.mason article > p {
    margin: 15px 0 25px;
    color: #3c4443;
    line-height: 1.9;
}

.mason article > div {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px dashed #bdc9c7;
    padding-top: 17px;
}

.mason span,
.mason time {
    color: #667573;
    font-size: 12px;
}

.mason span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 800;
}

.mason time {
    text-align: right;
}

.fotex {
    color: #c7c0ca;
    background: #0e0c16;
}

.ftopx {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 30px;
    align-items: center;
    padding-top: 42px;
    padding-bottom: 42px;
}

.ftopx nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 18px;
    font-size: 13px;
}

.fbase {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 24px;
    border-top: 1px solid #332d3b;
    color: #77717e;
    font-size: 12px;
}

@media (max-width: 767px) {
    .fmxor {
        width: calc(100% - 30px);
    }

    .qveta .fmxor {
        min-height: 66px;
    }

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

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

    .qveta .gbton {
        display: none;
    }

    .mnuok {
        display: block;
        margin-left: auto;
    }

    .wzcup {
        position: absolute;
        top: 66px;
        left: 0;
        display: none;
        width: 100%;
        padding: 15px;
        color: #eee6f0;
        background: #17131f;
        box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
    }

    .wzcup.showx {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
    }

    .wzcup a {
        padding: 13px 10px;
        border-bottom: 1px solid #38313f;
    }

    .hvwix {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 70px;
        padding-bottom: 25px;
    }

    h1 {
        font-size: 42px;
        line-height: 1.25;
    }

    .hcopy > p {
        font-size: 15px;
    }

    .ctrow {
        display: block;
    }

    .primo {
        width: 100%;
    }

    .secon {
        width: 100%;
        margin-top: 13px;
    }

    .ticker {
        justify-content: space-between;
        gap: 7px;
        font-size: 11px;
    }

    .stage {
        min-height: 560px;
        margin-top: 45px;
    }

    .stage::before {
        left: 0;
        width: 100%;
    }

    .phone {
        width: 265px;
    }

    .stubx {
        right: -5px;
        bottom: 30px;
        width: 205px;
    }

    .orbit {
        right: 0;
        width: 55px;
        height: 55px;
    }

    .secto {
        padding: 72px 0;
    }

    .mtitl {
        margin-bottom: 36px;
    }

    .mtitl p {
        font-size: 29px;
    }

    .shots {
        display: flex;
        overflow-x: auto;
        gap: 13px;
        padding: 0 1px 18px;
        scroll-snap-type: x mandatory;
    }

    .shots figure,
    .shots figure:nth-child(even) {
        flex: 0 0 78%;
        margin-top: 0;
        scroll-snap-align: start;
    }

    .advnt,
    .dgrid,
    .newsg {
        grid-template-columns: 1fr;
    }

    .advnt article {
        min-height: auto;
        padding: 28px;
    }

    .dgrid article {
        min-height: 245px;
    }

    .timex {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .timex::before {
        top: 0;
        bottom: 0;
        left: 26px;
        width: auto;
        border-top: 0;
        border-left: 1px dashed #a69a8c;
    }

    .timex article {
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 20px;
        padding-bottom: 29px;
        text-align: left;
    }

    .timex article > span {
        margin: 0;
    }

    .faqls button {
        gap: 20px;
        font-size: 15px;
    }

    .newsg article {
        grid-template-columns: 60px 1fr 18px;
        gap: 14px;
        min-height: auto;
        padding: 24px 18px;
    }

    .mason {
        columns: 1;
    }

    .ftopx {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .ftopx .bnyke,
    .ftopx .gbton {
        justify-self: center;
    }

    .ftopx .gbton {
        width: 100%;
    }

    .fbase {
        gap: 20px;
    }
}
