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

html {
    scroll-behavior: smooth;
}

body {
    color: #15191d;
    background: #f4f6f3;
    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: 50;
    background: #f7f9f6;
    border-bottom: 1px solid #15191d;
}

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

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

.brandx img {
    width: 43px;
    height: 43px;
    object-fit: contain;
    border: 1px solid #15191d;
}

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

.brandx b {
    font-size: 21px;
    line-height: 1;
    text-transform: uppercase;
}

.brandx small {
    margin-top: 5px;
    color: #df315c;
    font-size: 9px;
    font-weight: 800;
}

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

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

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

.getapp {
    min-height: 42px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #ffffff;
    background: #15191d;
    border: 1px solid #15191d;
    font-size: 13px;
    font-weight: 800;
}

.getapp:hover {
    color: #15191d;
    background: #5ce1cf;
}

.menbtn {
    display: none;
}

.heroaa {
    background: #ecff58;
    border-bottom: 1px solid #15191d;
}

.heroin {
    width: min(1200px, calc(100% - 40px));
    min-height: 650px;
    margin: 0 auto;
    padding: 76px 0 68px;
    position: relative;
    display: grid;
    grid-template-columns: 0.94fr 1.06fr;
    align-items: center;
    gap: 76px;
}

.docket {
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    color: #474d45;
    font-family: Consolas, monospace;
    font-size: 11px;
    font-weight: 700;
}

.signal {
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.signal i {
    color: #df315c;
}

.herotx h1 {
    max-width: 550px;
    font-size: 63px;
    line-height: 1.08;
    font-weight: 900;
}

.herop {
    max-width: 530px;
    margin-top: 25px;
    color: #343933;
    font-size: 16px;
    line-height: 1.9;
}

.heroac {
    margin-top: 34px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainbt {
    min-height: 58px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    color: #ffffff;
    background: #df315c;
    border: 2px solid #15191d;
    box-shadow: 6px 6px 0 #15191d;
    font-size: 15px;
    font-weight: 800;
}

.mainbt:hover {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0 #15191d;
}

.heroac > span {
    max-width: 120px;
    font-size: 11px;
    line-height: 1.6;
    font-weight: 700;
}

.deskxx {
    position: relative;
    background: #f8faf7;
    border: 2px solid #15191d;
    box-shadow: 14px 14px 0 #5ce1cf;
}

.deskxx::before {
    content: "";
    position: absolute;
    width: 88px;
    height: 28px;
    top: -16px;
    right: 32px;
    background: #df315c;
    border: 2px solid #15191d;
}

.deskhd {
    min-height: 48px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #15191d;
    color: #ffffff;
    font-family: Consolas, monospace;
    font-size: 11px;
}

.routex {
    padding: 24px;
}

.routop {
    padding-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #aeb5ae;
}

.routop img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border: 1px solid #15191d;
}

.routop div {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.routop b {
    font-size: 14px;
}

.routop small {
    margin-top: 4px;
    color: #68706a;
}

.routop > span {
    padding: 5px 8px;
    color: #15191d;
    background: #5ce1cf;
    border: 1px solid #15191d;
    font-size: 9px;
    font-weight: 900;
}

.qline {
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.qline i {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #15191d;
}

.qline p {
    max-width: 75%;
    padding: 13px 15px;
    background: #e7ebe6;
    border: 1px solid #15191d;
    font-size: 13px;
    line-height: 1.7;
}

.qline.reply {
    flex-direction: row-reverse;
}

.qline.reply i {
    color: #15191d;
    background: #ecff58;
}

.qline.reply p {
    background: #ffffff;
    border-color: #df315c;
}

.typing {
    margin: 20px 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
    color: #676d67;
}

.typing span {
    width: 5px;
    height: 5px;
    background: #df315c;
    border-radius: 50%;
}

.typing b {
    margin-left: 6px;
    font-size: 10px;
}

.deskft {
    min-height: 60px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    gap: 20px;
    border-top: 1px solid #15191d;
}

.deskft span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
    font-weight: 700;
}

.deskft strong {
    width: 34px;
    height: 34px;
    margin-left: auto;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #df315c;
    border: 1px solid #15191d;
}

.ticker {
    border-top: 1px solid #15191d;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    background: #15191d;
    gap: 1px;
}

.ticker div {
    padding: 17px 20px;
    display: flex;
    justify-content: center;
    gap: 10px;
    background: #f7f9f6;
    font-size: 11px;
}

.ticker b {
    color: #df315c;
}

.secton {
    padding: 92px 0;
}

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

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

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

.secttl::before {
    content: "//";
    margin-right: 10px;
    color: #df315c;
    font-family: Consolas, monospace;
}

.showbg {
    background: #f4f6f3;
}

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

.shotit {
    padding: 12px;
    background: #ffffff;
    border: 1px solid #15191d;
}

.shotit span {
    height: 30px;
    display: block;
    font-family: Consolas, monospace;
    font-size: 10px;
    font-weight: 800;
}

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

.shotit figcaption {
    padding: 14px 2px 3px;
    font-size: 13px;
    font-weight: 700;
}

.featbg {
    background: #15191d;
    color: #ffffff;
}

.featbg .secttl::before {
    color: #5ce1cf;
}

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

.featcr {
    min-height: 235px;
    padding: 28px;
    position: relative;
    border-right: 1px solid #4e555b;
    border-bottom: 1px solid #4e555b;
}

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

.featcr > i {
    width: 48px;
    height: 48px;
    margin-bottom: 26px;
    display: grid;
    place-items: center;
    color: #15191d;
    background: #5ce1cf;
    font-size: 24px;
}

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

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

.downbg {
    background: #dfe5df;
}

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

.downit {
    min-height: 145px;
    padding: 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #f8faf7;
    border: 1px solid #15191d;
}

.downit > i {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: #ecff58;
    border: 1px solid #15191d;
    font-size: 23px;
}

.downit div {
    min-width: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.downit div span {
    color: #df315c;
    font-family: Consolas, monospace;
    font-size: 9px;
    font-weight: 900;
}

.downit div b {
    margin-top: 4px;
    font-size: 16px;
}

.downit div p {
    margin-top: 8px;
    color: #747a74;
    font-size: 11px;
}

.downit a {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #ffffff;
    background: #15191d;
}

.downit a:hover {
    color: #15191d;
    background: #5ce1cf;
}

.stepbg {
    background: #f8faf7;
}

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

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

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

.stepno {
    width: 60px;
    height: 60px;
    margin: 0 auto 25px;
    display: grid;
    place-items: center;
    position: relative;
    z-index: 1;
    background: #ecff58;
    border: 2px solid #15191d;
    font-family: Consolas, monospace;
    font-size: 13px;
    font-weight: 900;
}

.stepit:nth-child(even) .stepno {
    background: #5ce1cf;
}

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

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

.faqbg {
    background: #ecff58;
}

.faqitm {
    border-top: 1px solid #15191d;
}

.faqitm:last-child {
    border-bottom: 1px solid #15191d;
}

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

.faqbtn i {
    font-size: 21px;
}

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

.faqans p {
    color: #4d534d;
    font-size: 14px;
    line-height: 1.9;
}

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

.newsbg {
    background: #f4f6f3;
}

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

.newsit {
    min-height: 210px;
    padding: 28px;
    border-right: 1px solid #15191d;
    border-bottom: 1px solid #15191d;
}

.newsit > div {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    color: #777d77;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.newsit > div span {
    color: #df315c;
    font-weight: 900;
}

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

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

.voicbg {
    color: #ffffff;
    background: #15191d;
}

.voicbg .secttl::before {
    color: #ecff58;
}

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

.voicit {
    margin: 0 0 16px;
    padding: 24px;
    display: inline-block;
    width: 100%;
    break-inside: avoid;
    color: #15191d;
    background: #f7f9f6;
    border-top: 5px solid #5ce1cf;
}

.voicit:nth-child(2n) {
    border-top-color: #df315c;
}

.voicit:nth-child(3n) {
    border-top-color: #ecff58;
}

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

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

.voictp b {
    color: #a4aaa5;
    font-family: Consolas, monospace;
    font-size: 11px;
}

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

.voicit time {
    margin-top: 20px;
    display: block;
    color: #7b817c;
    font-family: Consolas, monospace;
    font-size: 10px;
}

.footer {
    background: #5ce1cf;
    border-top: 1px solid #15191d;
}

.footin {
    width: min(1200px, calc(100% - 40px));
    min-height: 118px;
    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;
}

.copyrt {
    padding: 14px 20px;
    color: #ffffff;
    background: #15191d;
    text-align: center;
    font-size: 11px;
}

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

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

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

    .menbtn {
        width: 38px;
        height: 38px;
        margin-left: auto;
        display: grid;
        place-items: center;
        background: transparent;
        border: 1px solid #15191d;
        font-size: 20px;
    }

    .navlst {
        display: none;
        position: absolute;
        top: 65px;
        left: -14px;
        right: -14px;
        padding: 12px 14px 18px;
        grid-template-columns: repeat(2, 1fr);
        gap: 1px;
        background: #15191d;
    }

    .navlst.active {
        display: grid;
    }

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

    .navbox > .getapp {
        display: none;
    }

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

    .docket {
        top: 20px;
    }

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

    .herop {
        font-size: 14px;
    }

    .heroac {
        align-items: stretch;
        flex-direction: column;
    }

    .mainbt {
        width: 100%;
    }

    .heroac > span {
        max-width: none;
        text-align: center;
    }

    .deskxx {
        box-shadow: 8px 8px 0 #5ce1cf;
    }

    .routex {
        padding: 18px;
    }

    .qline p {
        max-width: 82%;
        padding: 11px 12px;
        font-size: 12px;
    }

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

    .ticker div {
        padding: 14px 8px;
        flex-direction: column;
        align-items: center;
        gap: 4px;
    }

    .secton {
        padding: 66px 0;
    }

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

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

    .shotsx {
        margin-right: -14px;
        padding-right: 14px;
        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: 210px;
    }

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

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

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

    .stepno {
        width: 52px;
        height: 52px;
        margin: 0;
    }

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

    .faqans {
        padding-right: 10px;
    }

    .voicls {
        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%;
    }
}
