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

html {
    scroll-behavior: smooth;
}

body {
    color: #141414;
    background: #f2f4f6;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.7;
}

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

button {
    color: inherit;
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.havoqe {
    position: sticky;
    top: 0;
    z-index: 50;
    color: #ffffff;
    background: #141414;
}

.jusemi,
.heroin,
.wraper,
.footin {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.jusemi {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.borixa {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 900;
}

.borixa img {
    width: 46px;
    height: 46px;
    border: 2px solid #ffffff;
    border-radius: 6px;
}

.naviko {
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.naviko a,
.footnv a {
    font-size: 14px;
    font-weight: 700;
}

.naviko a:hover,
.footnv a:hover {
    color: #24cbd2;
}

.applin,
.primeb {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    background: #e93642;
    font-weight: 900;
    transition: color .2s, background .2s;
}

.applin {
    min-height: 42px;
    padding: 0 17px;
    white-space: nowrap;
}

.applin:hover,
.primeb:hover {
    color: #141414;
    background: #f5ca41;
}

.meqatu {
    display: none;
    width: 42px;
    height: 42px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    color: #ffffff;
    background: #141414;
    font-size: 22px;
}

.heroxi {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    background: #141414;
}

.hallux {
    position: absolute;
    top: 24px;
    left: calc(50% - 600px);
    color: #24cbd2;
    font-size: 11px;
    font-weight: 900;
}

.heroin {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1fr 520px;
    align-items: center;
    gap: 70px;
    padding: 70px 0 56px;
}

.herotx {
    position: relative;
    z-index: 3;
}

.liveon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 6px 10px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 800;
}

.liveon i {
    color: #e93642;
}

h1 {
    font-size: 72px;
    line-height: 1.05;
    letter-spacing: 0;
    font-weight: 900;
}

.herotx > p {
    max-width: 570px;
    margin-top: 26px;
    color: #c4c5c9;
    font-size: 17px;
}

.btngrp {
    margin-top: 34px;
    display: flex;
    align-items: stretch;
    gap: 18px;
}

.primeb {
    min-height: 60px;
    padding: 0 24px;
}

.showtm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 18px;
    border-left: 1px solid #55555b;
}

.showtm span {
    color: #8f9097;
    font-size: 11px;
}

.screen {
    position: relative;
    height: 545px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #24cbd2;
}

.scrtop {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    border-bottom: 2px solid #141414;
    color: #141414;
    font-size: 12px;
    font-weight: 900;
}

.phonea,
.phoneb {
    position: absolute;
    width: 218px;
    padding: 8px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}

.phonea {
    left: 50px;
    top: 78px;
    z-index: 2;
}

.phoneb {
    right: 46px;
    top: 112px;
}

.phonea img,
.phoneb img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.ticket {
    position: absolute;
    z-index: 5;
    left: 22px;
    right: 22px;
    bottom: 22px;
    min-height: 72px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    padding: 12px 18px;
    border: 2px dashed #141414;
    border-radius: 5px;
    color: #141414;
    background: #f5ca41;
}

.ticket b,
.ticket span {
    line-height: 1.3;
}

.ticket span {
    grid-column: 1;
    font-size: 10px;
}

.ticket i {
    grid-column: 2;
    grid-row: 1 / 3;
    font-size: 25px;
}

.tikbar {
    min-width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    padding: 14px 20px;
    color: #141414;
    background: #f5ca41;
    font-size: 12px;
    font-weight: 900;
}

.tikbar i {
    color: #e93642;
    font-size: 8px;
}

.secton {
    padding: 96px 0;
}

.secttl {
    margin-bottom: 48px;
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 900;
}

.secttl::before,
.secttl::after {
    content: " + ";
    color: #e93642;
}

.showbg {
    background: #f2f4f6;
}

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

.framex {
    padding: 10px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
}

.framel {
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 11px;
}

.framel b {
    width: 30px;
    height: 24px;
    display: grid;
    place-items: center;
    border-radius: 3px;
    color: #ffffff;
    background: #e93642;
}

.framex img {
    width: 100%;
    height: auto;
    border: 1px solid #cacdd2;
    border-radius: 3px;
}

.featbg {
    background: #24cbd2;
}

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

.featcr {
    position: relative;
    min-height: 240px;
    padding: 26px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
}

.featcr:nth-child(2),
.featcr:nth-child(6) {
    background: #f5ca41;
}

.iconbx {
    width: 52px;
    height: 52px;
    margin-bottom: 30px;
    display: grid;
    place-items: center;
    border: 2px solid #141414;
    border-radius: 50%;
    color: #ffffff;
    background: #e93642;
    font-size: 24px;
}

.cardtl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.featcr p,
.stepct p,
.newsit p {
    margin-top: 10px;
    color: #50535a;
    font-size: 14px;
}

.featcr > span {
    position: absolute;
    top: 24px;
    right: 24px;
    font-size: 10px;
    font-weight: 900;
}

.downbg {
    color: #ffffff;
    background: #e93642;
}

.downit {
    min-height: 125px;
    display: grid;
    grid-template-columns: 30px 42px 1fr 24px;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border: 2px solid #ffffff;
    border-radius: 6px;
    background: #141414;
    transition: color .2s, background .2s;
}

.downit:hover {
    color: #141414;
    background: #f5ca41;
}

.downit em {
    font-size: 11px;
    font-style: normal;
}

.downit > i:nth-child(2) {
    font-size: 30px;
}

.downit div {
    display: flex;
    flex-direction: column;
}

.downit span {
    color: #a8a9ae;
    font-size: 11px;
}

.downit:hover span {
    color: #3e4045;
}

.stepbg {
    background: #f5ca41;
}

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

.timeln::before {
    position: absolute;
    top: 33px;
    left: 7%;
    right: 7%;
    height: 2px;
    content: "";
    background: #141414;
}

.stepit {
    position: relative;
    text-align: center;
}

.stepno {
    position: relative;
    z-index: 2;
    width: 68px;
    height: 68px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border: 2px solid #141414;
    border-radius: 50%;
    color: #ffffff;
    background: #141414;
    font-weight: 900;
}

.stepct {
    margin-top: 22px;
    padding: 24px 18px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
}

.faqbg {
    background: #f2f4f6;
}

.narrow {
    max-width: 930px;
}

.faqitm {
    margin-bottom: 12px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
}

.faqbtn {
    width: 100%;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 22px;
    border: 0;
    background: transparent;
    cursor: pointer;
    text-align: left;
    font-weight: 900;
}

.faqbtn span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faqbtn b {
    color: #e93642;
}

.faqbtn i {
    font-size: 24px;
    transition: transform .2s;
}

.faqans {
    display: none;
    padding: 0 68px 22px;
    color: #50535a;
    font-size: 14px;
}

.faqitm.actfaq {
    border-color: #e93642;
}

.faqitm.actfaq .faqans {
    display: block;
}

.faqitm.actfaq .faqbtn i {
    transform: rotate(45deg);
}

.newsbg {
    background: #ffffff;
}

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

.newsit {
    position: relative;
    min-height: 210px;
    padding: 28px 28px 28px 100px;
    border: 2px solid #141414;
    border-radius: 6px;
}

.newsno {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 70px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #141414;
    font-size: 22px;
    font-weight: 900;
}

.newstm {
    margin-bottom: 18px;
    display: flex;
    justify-content: space-between;
    color: #6c6e75;
    font-size: 11px;
}

.newstm span {
    color: #e93642;
    font-weight: 900;
}

.voicbg {
    background: #24cbd2;
}

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

.voicit {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 24px;
    border: 2px solid #141414;
    border-radius: 6px;
    background: #ffffff;
}

.voicit:nth-child(2n) {
    background: #f5ca41;
}

.voicup {
    display: grid;
    grid-template-columns: 42px 1fr 28px;
    align-items: center;
    gap: 11px;
}

.avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border: 2px solid #141414;
    border-radius: 50%;
    color: #ffffff;
    background: #e93642;
    font-weight: 900;
}

.voicup > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.voicup time {
    color: #5a5c62;
    font-size: 11px;
}

.voicup > i {
    color: #e93642;
    font-size: 24px;
}

.voicit > p {
    margin-top: 18px;
    font-size: 14px;
}

.footer {
    color: #ffffff;
    background: #141414;
}

.footin {
    min-height: 122px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.footnv {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.copyrt {
    padding: 17px 20px;
    border-top: 1px solid #46464b;
    color: #999aa0;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 767px) {
    .jusemi,
    .heroin,
    .wraper,
    .footin {
        width: min(100% - 28px, 1200px);
    }

    .jusemi {
        min-height: 66px;
        gap: 10px;
    }

    .borixa img {
        width: 40px;
        height: 40px;
    }

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

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

    .jusemi > .applin {
        min-height: 42px;
        padding: 0 10px;
        font-size: 0;
    }

    .jusemi > .applin i {
        font-size: 20px;
    }

    .naviko {
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        display: none;
        padding: 12px 14px 18px;
        color: #ffffff;
        background: #141414;
    }

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

    .naviko a {
        padding: 9px 6px;
        border: 1px solid #ffffff;
        border-radius: 4px;
        text-align: center;
    }

    .hallux {
        left: 14px;
        top: 20px;
    }

    .heroin {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 42px;
        padding: 68px 0 36px;
    }

    h1 {
        font-size: 46px;
    }

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

    .btngrp {
        flex-direction: column;
    }

    .primeb {
        width: 100%;
    }

    .showtm {
        padding: 10px 0 0;
        border-top: 1px solid #55555b;
        border-left: 0;
    }

    .screen {
        height: 480px;
    }

    .phonea,
    .phoneb {
        width: 51%;
    }

    .phonea {
        left: 4%;
    }

    .phoneb {
        right: 4%;
    }

    .ticket {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .tikbar {
        justify-content: flex-start;
        overflow: hidden;
    }

    .secton {
        padding: 72px 0;
    }

    .secttl {
        margin-bottom: 38px;
        font-size: 28px;
    }

    .galery {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
    }

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

    .featls,
    .downls,
    .newsls {
        grid-template-columns: 1fr;
    }

    .timeln {
        display: block;
    }

    .timeln::before {
        top: 0;
        bottom: 0;
        left: 33px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .stepit {
        display: grid;
        grid-template-columns: 68px 1fr;
        gap: 18px;
        margin-bottom: 18px;
        text-align: left;
    }

    .stepct {
        margin-top: 0;
    }

    .faqbtn {
        min-height: 72px;
        padding: 12px 15px;
    }

    .faqbtn span {
        gap: 9px;
    }

    .faqans {
        padding: 0 15px 20px;
    }

    .newsit {
        padding: 24px 20px 24px 74px;
    }

    .newsno {
        width: 54px;
    }

    .newstm {
        flex-direction: column;
        gap: 2px;
    }

    .voicls {
        columns: 1;
    }

    .footin {
        padding: 38px 0;
        flex-direction: column;
    }

    .footnv {
        flex: none;
    }

    .footin .applin {
        width: 100%;
    }
}
