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

html {
    scroll-behavior: smooth;
}

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

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

button {
    color: inherit;
    font: inherit;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 60;
    background: #f1eee4;
    border-bottom: 1px solid #18231f;
}

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

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

.brandx img {
    width: 44px;
    height: 44px;
    object-fit: contain;
    border: 1px solid #18231f;
}

.brandx span {
    display: flex;
    flex-direction: column;
}

.brandx b {
    font-size: 18px;
    line-height: 1;
}

.brandx small {
    margin-top: 5px;
    color: #ef5834;
    font-family: Consolas, monospace;
    font-size: 9px;
    font-weight: 900;
}

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

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

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

.getapp {
    min-height: 43px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #334ee8;
    border: 1px solid #18231f;
    font-size: 13px;
    font-weight: 900;
}

.getapp:hover {
    color: #18231f;
    background: #8ed8bd;
}

.menbtn {
    display: none;
}

.heroaa {
    background: #f1eee4;
    border-bottom: 1px solid #18231f;
}

.heroin {
    width: min(1200px, calc(100% - 40px));
    min-height: 660px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 120px 0.9fr 1.1fr;
    align-items: stretch;
    border-left: 1px solid #18231f;
    border-right: 1px solid #18231f;
}

.indexx {
    padding: 42px 20px;
    display: flex;
    flex-direction: column;
    background: #18231f;
    color: #ffffff;
}

.indexx > span {
    color: #8ed8bd;
    font-family: Consolas, monospace;
    font-size: 9px;
}

.indexx > b {
    margin-top: 42px;
    font-size: 34px;
    writing-mode: vertical-rl;
}

.indexx ul {
    margin-top: auto;
    list-style: none;
}

.indexx li {
    padding: 9px 0;
    border-bottom: 1px solid #46514d;
    font-size: 11px;
}

.herotx {
    padding: 86px 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eyebrw {
    margin-bottom: 20px;
    color: #ef5834;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.herotx h1 {
    font-size: 58px;
    line-height: 1.1;
    font-weight: 900;
}

.herop {
    max-width: 480px;
    margin-top: 25px;
    color: #5f6864;
    font-size: 15px;
    line-height: 1.9;
}

.herobt {
    width: fit-content;
    min-height: 58px;
    margin-top: 34px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: #ef5834;
    border: 1px solid #18231f;
    box-shadow: 6px 6px 0 #18231f;
    font-size: 15px;
    font-weight: 900;
}

.herobt:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 #18231f;
}

.metaxx {
    margin-top: 34px;
    display: flex;
    gap: 8px;
}

.metaxx span {
    padding: 6px 10px;
    border: 1px solid #18231f;
    font-size: 10px;
    font-weight: 800;
}

.coverx {
    min-width: 0;
    position: relative;
    overflow: hidden;
    background: #334ee8;
    border-left: 1px solid #18231f;
}

.shelf {
    position: absolute;
    top: 38px;
    left: 34px;
    z-index: 2;
    color: #ffffff;
}

.shelf span,
.shelf small {
    display: block;
    font-family: Consolas, monospace;
    font-size: 9px;
}

.shelf b {
    margin: 10px 0;
    display: block;
    font-size: 42px;
    line-height: 0.95;
}

.phonep {
    width: 240px;
    padding: 8px;
    position: absolute;
    right: 44px;
    bottom: -34px;
    background: #18231f;
    border: 2px solid #ffffff;
    transform: rotate(2deg);
}

.phonep img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.tagger {
    width: 132px;
    padding: 15px;
    position: absolute;
    left: 35px;
    bottom: 45px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #18231f;
    background: #8ed8bd;
    border: 1px solid #18231f;
    transform: rotate(-4deg);
}

.tagger i {
    font-size: 25px;
}

.tagger span {
    font-size: 11px;
    font-weight: 900;
    line-height: 1.4;
}

.letter {
    min-height: 55px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    background: #8ed8bd;
    border-top: 1px solid #18231f;
}

.letter span {
    padding: 18px 10px;
    text-align: center;
    border-right: 1px solid #18231f;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 900;
}

.letter span:last-child {
    border-right: 0;
}

.secton {
    padding: 92px 0;
}

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

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

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

.secttl::after {
    content: "INDEX";
    margin-left: 10px;
    color: #ef5834;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.showbg {
    background: #f1eee4;
}

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

.shotit {
    padding: 11px;
    background: #ffffff;
    border: 1px solid #18231f;
}

.shotit > span {
    height: 30px;
    display: block;
    color: #334ee8;
    font-family: Consolas, monospace;
    font-size: 10px;
    font-weight: 900;
}

.shotit img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border: 1px solid #bec4c0;
}

.shotit figcaption {
    padding: 14px 2px 3px;
    display: flex;
    flex-direction: column;
}

.shotit figcaption b {
    font-size: 14px;
}

.shotit figcaption small {
    margin-top: 5px;
    color: #747c78;
    font-size: 11px;
}

.featbg {
    color: #ffffff;
    background: #18231f;
}

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

.featcr {
    min-height: 230px;
    padding: 27px;
    position: relative;
    border-right: 1px solid #53605b;
    border-bottom: 1px solid #53605b;
}

.featcr > span {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #66736e;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.featcr > i {
    width: 48px;
    height: 48px;
    margin-bottom: 25px;
    display: grid;
    place-items: center;
    color: #18231f;
    background: #8ed8bd;
    font-size: 24px;
}

.featcr:nth-child(2n) > i {
    color: #ffffff;
    background: #ef5834;
}

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

.featcr p {
    margin-top: 11px;
    color: #bbc5c1;
    font-size: 13px;
    line-height: 1.8;
}

.downbg {
    background: #dfe9e4;
}

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

.downit {
    min-height: 150px;
    padding: 22px;
    display: grid;
    grid-template-columns: 48px 1fr 38px;
    align-items: center;
    gap: 14px;
    position: relative;
    background: #f8f6ef;
    border: 1px solid #18231f;
}

.downit > span {
    position: absolute;
    top: 10px;
    right: 12px;
    color: #89918d;
    font-family: Consolas, monospace;
    font-size: 9px;
}

.downit > i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #334ee8;
    font-size: 24px;
}

.downit div b {
    display: block;
    font-size: 16px;
}

.downit div p {
    margin-top: 7px;
    color: #767e7a;
    font-size: 11px;
}

.downit a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #ef5834;
}

.downit a:hover {
    color: #18231f;
    background: #8ed8bd;
}

.stepbg {
    background: #f1eee4;
}

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

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

.stepit {
    padding: 0 24px;
    position: relative;
    text-align: center;
}

.stepit > span {
    width: 52px;
    height: 52px;
    margin: 0 auto 24px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 2;
    color: #ffffff;
    background: #334ee8;
    border: 1px solid #18231f;
    font-family: Consolas, monospace;
    font-size: 12px;
    font-weight: 900;
}

.stepit:nth-child(even) > span {
    background: #ef5834;
}

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

.stepit p {
    margin-top: 10px;
    color: #68716d;
    font-size: 13px;
    line-height: 1.75;
}

.faqbg {
    background: #8ed8bd;
    border-top: 1px solid #18231f;
    border-bottom: 1px solid #18231f;
}

.faqitm {
    border-top: 1px solid #18231f;
}

.faqitm:last-child {
    border-bottom: 1px solid #18231f;
}

.faqbtn {
    width: 100%;
    padding: 21px 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-size: 15px;
    font-weight: 800;
}

.faqbtn i {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #334ee8;
}

.faqans {
    display: none;
    padding: 0 55px 21px 4px;
}

.faqans p {
    color: #40504a;
    font-size: 13px;
    line-height: 1.85;
}

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

.newsbg {
    background: #f1eee4;
}

.newsls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #18231f;
    border-left: 1px solid #18231f;
}

.newsit {
    min-height: 205px;
    padding: 27px;
    border-right: 1px solid #18231f;
    border-bottom: 1px solid #18231f;
}

.newtop {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    color: #878e8a;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.newtop span {
    color: #334ee8;
    font-weight: 900;
}

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

.newsit > p {
    margin-top: 12px;
    color: #67706c;
    font-size: 13px;
    line-height: 1.8;
}

.ratebg {
    color: #ffffff;
    background: #334ee8;
}

.ratebg .secttl::after {
    color: #8ed8bd;
}

.ratels {
    columns: 3;
    column-gap: 16px;
}

.rateit {
    width: 100%;
    margin: 0 0 16px;
    padding: 24px;
    display: inline-block;
    break-inside: avoid;
    color: #18231f;
    background: #f1eee4;
    border-left: 6px solid #ef5834;
}

.rateit:nth-child(even) {
    border-left-color: #8ed8bd;
}

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

.ratop span {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 13px;
    font-weight: 900;
}

.ratop b {
    color: #334ee8;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.rateit p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.85;
}

.rateit time {
    margin-top: 20px;
    display: block;
    color: #747d79;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.footer {
    background: #ef5834;
    border-top: 1px solid #18231f;
}

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

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

.footin .getapp {
    background: #18231f;
}

.copyrt {
    padding: 15px 20px;
    color: #ffffff;
    background: #18231f;
    text-align: center;
    font-size: 11px;
}

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

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

    .brandx b {
        font-size: 15px;
    }

    .menbtn {
        width: 40px;
        height: 40px;
        margin-left: auto;
        display: grid;
        place-items: center;
        background: #8ed8bd;
        border: 1px solid #18231f;
        font-size: 20px;
    }

    .navbox > .getapp {
        display: none;
    }

    .navlst {
        display: none;
        position: absolute;
        top: 67px;
        left: -14px;
        right: -14px;
        padding: 12px 14px 17px;
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        background: #18231f;
    }

    .navlst.active {
        display: grid;
    }

    .navlst a {
        padding: 13px 8px;
        background: #f1eee4;
        text-align: center;
    }

    .heroin {
        width: calc(100% - 28px);
        min-height: auto;
        grid-template-columns: 48px 1fr;
    }

    .indexx {
        padding: 30px 10px;
        grid-row: 1 / 3;
    }

    .indexx > span,
    .indexx ul {
        display: none;
    }

    .indexx > b {
        margin: 0 auto;
        font-size: 22px;
    }

    .herotx {
        padding: 55px 20px;
    }

    .herotx h1 {
        font-size: 38px;
    }

    .herop {
        font-size: 14px;
    }

    .herobt {
        width: 100%;
        padding: 0 12px;
    }

    .coverx {
        min-height: 500px;
        border-top: 1px solid #18231f;
    }

    .phonep {
        width: 205px;
        right: 20px;
    }

    .shelf {
        left: 20px;
    }

    .shelf b {
        font-size: 34px;
    }

    .tagger {
        left: 18px;
        bottom: 32px;
    }

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

    .letter span:nth-child(3) {
        border-right: 0;
    }

    .letter span:nth-child(-n+3) {
        border-bottom: 1px solid #18231f;
    }

    .secton {
        padding: 66px 0;
    }

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

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

    .shotsx {
        margin-right: -14px;
        padding: 0 14px 8px 0;
        display: flex;
        gap: 14px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
    }

    .shotit {
        min-width: 76vw;
        scroll-snap-align: start;
    }

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

    .featcr {
        min-height: 205px;
    }

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

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

    .stepit {
        padding: 0;
        display: grid;
        grid-template-columns: 52px 1fr;
        gap: 18px;
        text-align: left;
    }

    .stepit > span {
        margin: 0;
    }

    .faqbtn {
        font-size: 14px;
        line-height: 1.6;
    }

    .faqans {
        padding-right: 8px;
    }

    .ratels {
        columns: 1;
    }

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

    .footnv {
        margin-left: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: stretch;
    }

    .footnv a {
        padding: 6px 0;
    }

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