* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: #14213d;
    background: #f4f7f6;
    font-family: "Microsoft YaHei", Arial, sans-serif;
}

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

button {
    font: inherit;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 30;
    border-bottom: 1px solid #dbe2e0;
    background: rgba(255, 255, 255, .96);
}

.navbox {
    width: min(1200px, calc(100% - 40px));
    height: 78px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 25px;
}

.brandx {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
}

.brandx img {
    width: 42px;
    height: 42px;
    border-radius: 6px;
}

.brandx span {
    display: grid;
}

.brandx b {
    font-size: 17px;
    letter-spacing: 0;
}

.brandx small {
    color: #e84b55;
    font-size: 10px;
    font-weight: 800;
}

.navlst {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 19px;
}

.navlst a {
    font-size: 13px;
    font-weight: 700;
}

.navlst a:hover,
.footnv a:hover {
    color: #e84b55;
}

.getapp {
    height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    background: #e84b55;
    font-size: 13px;
    font-weight: 800;
}

.menbtn {
    display: none;
    width: 42px;
    height: 42px;
    border: 0;
    color: #fff;
    background: #14213d;
    font-size: 21px;
}

.heroaa {
    overflow: hidden;
    border-bottom: 1px solid #cad5d2;
    background: #dff7ef;
}

.heroin {
    width: min(1200px, calc(100% - 40px));
    min-height: 620px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.03fr .97fr;
    align-items: center;
    gap: 70px;
}

.labelx {
    width: fit-content;
    margin-bottom: 24px;
    display: flex;
    border: 1px solid #14213d;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
}

.labelx span,
.labelx b {
    padding: 8px 11px;
}

.labelx b {
    color: #fff;
    background: #14213d;
}

h1 {
    max-width: 630px;
    margin: 0;
    color: #14213d;
    font-size: 58px;
    line-height: 1.12;
    letter-spacing: 0;
}

.heropx {
    max-width: 570px;
    margin: 24px 0 30px;
    color: #485571;
    font-size: 17px;
    line-height: 1.9;
}

.herobt {
    display: flex;
    align-items: center;
    gap: 20px;
}

.herobt a {
    width: 184px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    background: #e84b55;
    font-weight: 900;
    box-shadow: 7px 7px 0 #14213d;
}

.herobt span {
    color: #536077;
    font-size: 12px;
    font-weight: 700;
}

.herort {
    position: relative;
    height: 500px;
    border: 2px solid #14213d;
    background: #f9fbfa;
    box-shadow: 14px 14px 0 #64d6b5;
}

.applog {
    height: 92px;
    padding: 16px 20px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-bottom: 1px solid #cad5d2;
}

.applog img {
    width: 56px;
    height: 56px;
    border-radius: 6px;
}

.applog span {
    display: grid;
}

.applog b {
    font-size: 21px;
}

.applog small {
    color: #19a57d;
    font-family: Consolas, monospace;
    font-weight: 800;
}

.mockup {
    position: absolute;
    right: 42px;
    bottom: 0;
    width: 238px;
    height: 382px;
    overflow: hidden;
    border: 9px solid #14213d;
    border-bottom: 0;
    border-radius: 28px 28px 0 0;
    background: #14213d;
}

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

.ticket {
    position: absolute;
    left: 28px;
    top: 150px;
    width: 230px;
    padding: 24px;
    display: grid;
    gap: 9px;
    color: #fff;
    background: #14213d;
    box-shadow: 8px 8px 0 #ffc84a;
}

.ticket span,
.ticket small {
    color: #64d6b5;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.ticket b {
    font-size: 18px;
}

.statls {
    height: 66px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
    background: #14213d;
}

.statls span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-right: 1px solid #40506f;
    font-size: 13px;
    font-weight: 700;
}

.statls b {
    color: #64d6b5;
    font-family: Consolas, monospace;
}

.secton {
    padding: 96px 0;
}

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

.secttl {
    margin-bottom: 48px;
    text-align: center;
    color: #14213d;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
}

.showbg {
    background: #fff;
}

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

.shotit {
    margin: 0;
    padding: 13px;
    border: 1px solid #cad5d2;
    background: #f4f7f6;
}

.shotit span {
    display: block;
    margin-bottom: 10px;
    color: #e84b55;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
}

.shotit img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #dbe2e0;
}

.shotit figcaption {
    padding: 16px 3px 4px;
    font-size: 14px;
    font-weight: 800;
}

.featbg {
    background: #f4f7f6;
}

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

.featcr {
    min-height: 240px;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #cad5d2;
    border-bottom: 1px solid #cad5d2;
    background: #fff;
}

.featcr span {
    position: absolute;
    top: 22px;
    right: 24px;
    color: #a5b1ae;
    font-family: Consolas, monospace;
    font-size: 12px;
}

.featcr > i {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    color: #fff;
    background: #19a57d;
    font-size: 23px;
}

.featcr b {
    font-size: 18px;
}

.featcr p {
    margin: 12px 0 0;
    color: #68748a;
    font-size: 14px;
    line-height: 1.8;
}

.downbg {
    color: #fff;
    background: #14213d;
}

.downbg .secttl {
    color: #fff;
}

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

.downit {
    min-height: 235px;
    padding: 27px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr auto;
    border: 1px solid #40506f;
    background: #1b2b4c;
}

.downit > span {
    color: #64d6b5;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.downit > i {
    color: #ffc84a;
    font-size: 30px;
}

.downit > b,
.downit > p,
.downit > a {
    grid-column: 1 / -1;
}

.downit > b {
    margin-top: 24px;
    font-size: 21px;
}

.downit > p {
    margin: 8px 0 22px;
    color: #aebbd2;
    font-size: 13px;
}

.downit > a {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #40506f;
    color: #64d6b5;
    font-size: 14px;
    font-weight: 800;
}

.stepbg {
    background: #ffc84a;
}

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

.timeln::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: #14213d;
}

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

.stepit > span {
    width: 52px;
    height: 52px;
    margin: 0 auto 22px;
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    border: 2px solid #14213d;
    border-radius: 50%;
    color: #fff;
    background: #14213d;
    font-family: Consolas, monospace;
    font-weight: 800;
}

.stepit b {
    font-size: 17px;
}

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

.faqbg {
    background: #fff;
}

.faqinn {
    max-width: 920px;
}

.faqitm {
    border-bottom: 1px solid #cad5d2;
}

.faqbtn {
    width: 100%;
    min-height: 72px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0;
    color: #14213d;
    background: transparent;
    text-align: left;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
}

.faqbtn i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #fff;
    background: #e84b55;
}

.faqans {
    max-height: 0;
    overflow: hidden;
    transition: max-height .25s ease;
}

.faqans p {
    margin: 0;
    padding: 0 50px 25px 0;
    color: #657188;
    line-height: 1.8;
}

.faqitm.active .faqans {
    max-height: 150px;
}

.newsbg {
    background: #dff7ef;
}

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

.newsit {
    min-height: 190px;
    padding: 27px;
    border: 1px solid #a7cfc2;
    background: #fff;
}

.newtop {
    margin-bottom: 21px;
    display: flex;
    justify-content: space-between;
    color: #19a57d;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 800;
}

.newsit > b {
    font-size: 18px;
}

.newsit > p {
    margin: 12px 0 0;
    color: #68748a;
    font-size: 14px;
    line-height: 1.8;
}

.ratebg {
    background: #f4f7f6;
}

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

.rateit {
    margin: 0 0 18px;
    padding: 25px;
    display: inline-block;
    width: 100%;
    border: 1px solid #cad5d2;
    background: #fff;
    break-inside: avoid;
}

.rateit:nth-child(2n) {
    border-top: 5px solid #64d6b5;
}

.rateit:nth-child(3n) {
    border-top: 5px solid #e84b55;
}

.ratop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    font-weight: 800;
}

.ratop b {
    color: #b1bbb8;
    font-family: Consolas, monospace;
}

.rateit p {
    margin: 19px 0;
    color: #46536a;
    line-height: 1.9;
}

.rateit time {
    color: #929caa;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.footer {
    color: #fff;
    background: #0d172b;
}

.footin {
    width: min(1200px, calc(100% - 40px));
    min-height: 130px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 35px;
}

.footnv {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 16px;
}

.footnv a {
    color: #b5c0d4;
    font-size: 12px;
}

.copyrt {
    padding: 16px 20px;
    border-top: 1px solid #293853;
    color: #77849b;
    text-align: center;
    font-family: Consolas, monospace;
    font-size: 11px;
}

@media (max-width: 767px) {
    .navbox {
        width: calc(100% - 28px);
        height: 68px;
    }

    .brandx img {
        width: 38px;
        height: 38px;
    }

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

    .topbar .getapp {
        display: none;
    }

    .navlst {
        position: absolute;
        top: 68px;
        left: 0;
        right: 0;
        padding: 12px 20px 20px;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        border-bottom: 1px solid #cad5d2;
        background: #fff;
    }

    .navlst.active {
        display: grid;
    }

    .navlst a {
        padding: 12px 8px;
    }

    .heroin {
        width: calc(100% - 28px);
        min-height: auto;
        padding: 55px 0 62px;
        grid-template-columns: 1fr;
        gap: 45px;
    }

    h1 {
        font-size: 39px;
    }

    .heropx {
        font-size: 15px;
    }

    .herobt {
        display: grid;
    }

    .herobt a {
        width: 100%;
    }

    .herort {
        height: 435px;
        box-shadow: 8px 8px 0 #64d6b5;
    }

    .ticket {
        left: 16px;
        top: 132px;
        width: 175px;
        padding: 17px;
    }

    .mockup {
        right: 16px;
        width: 186px;
        height: 310px;
    }

    .statls {
        height: auto;
        grid-template-columns: repeat(2, 1fr);
    }

    .statls span {
        min-height: 52px;
        border-bottom: 1px solid #40506f;
    }

    .secton {
        padding: 70px 0;
    }

    .wraper,
    .faqinn {
        width: calc(100% - 28px);
    }

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

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

    .shotit {
        min-width: 78%;
        scroll-snap-align: start;
    }

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

    .featcr {
        min-height: 220px;
    }

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

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

    .stepit {
        min-height: 115px;
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 20px;
        text-align: left;
    }

    .stepit > span {
        margin: 0;
    }

    .faqbtn {
        gap: 15px;
        font-size: 15px;
    }

    .ratels {
        column-count: 1;
    }

    .footin {
        width: calc(100% - 28px);
        padding: 40px 0;
        flex-direction: column;
        align-items: flex-start;
    }

    .footnv {
        margin-left: 0;
        justify-content: flex-start;
    }

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