* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #171923; background: #f2f1ec; 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: 2px solid #171923; background: #fff; }
.navbox { width: min(1200px, calc(100% - 40px)); height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 24px; }
.brandx { display: flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.brandx img { width: 44px; height: 44px; border: 2px solid #171923; border-radius: 6px; }
.brandx span { display: grid; }
.brandx b { color: #4650d8; font-size: 20px; }
.brandx small { color: #ff6247; font-family: Consolas, monospace; font-size: 9px; font-weight: 900; }
.navlst { margin-left: auto; display: flex; gap: 18px; }
.navlst a { font-size: 12px; font-weight: 700; }
.navlst a:hover, .footnv a:hover { color: #ff6247; }
.getapp { height: 42px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; border: 2px solid #171923; color: #fff; background: #4650d8; font-size: 12px; font-weight: 800; }
.menbtn { display: none; width: 42px; height: 42px; border: 2px solid #171923; background: #f6d84b; font-size: 21px; }
.heroaa { overflow: hidden; background: #f6d84b; }
.heroin { width: min(1200px, calc(100% - 40px)); min-height: 650px; margin: 0 auto; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: 60px; }
.labelx { margin-bottom: 22px; color: #4650d8; font-family: Consolas, monospace; font-size: 10px; font-weight: 900; }
.herolg { width: 75px; height: 75px; margin-bottom: 20px; border: 3px solid #171923; border-radius: 7px; box-shadow: 6px 6px 0 #ff6247; }
h1 { margin: 0; font-size: 57px; line-height: 1.13; letter-spacing: 0; }
.heropx { max-width: 545px; margin: 24px 0 30px; font-size: 16px; line-height: 1.9; }
.herobt { width: 205px; height: 56px; display: inline-flex; align-items: center; justify-content: center; gap: 19px; border: 2px solid #171923; color: #fff; background: #4650d8; box-shadow: 7px 7px 0 #ff6247; font-weight: 900; }
.herort { position: relative; height: 555px; background: #4650d8; }
.canvas { position: absolute; right: 80px; top: 35px; width: 275px; height: 505px; overflow: hidden; border: 9px solid #171923; border-radius: 22px; background: #171923; box-shadow: 13px 13px 0 #ff6247; transform: rotate(2deg); }
.canvas img { width: 100%; height: auto; display: block; }
.noteaa { position: absolute; left: 25px; top: 85px; width: 220px; padding: 20px; display: grid; gap: 7px; border: 2px solid #171923; background: #fff; box-shadow: 7px 7px 0 #171923; transform: rotate(-5deg); }
.noteaa span, .noteaa small { color: #4650d8; font-family: Consolas, monospace; font-size: 9px; }
.noteaa b { font-size: 21px; }
.noteab { position: absolute; left: 60px; bottom: 75px; width: 125px; height: 115px; display: grid; place-items: center; align-content: center; gap: 5px; border: 2px solid #171923; border-radius: 50%; color: #fff; background: #ff6247; text-align: center; transform: rotate(8deg); }
.noteab i { font-size: 24px; }
.noteab span { font-family: Consolas, monospace; font-size: 10px; font-weight: 900; }
.pinred, .pinyel { position: absolute; width: 19px; height: 19px; border: 3px solid #171923; border-radius: 50%; }
.pinred { left: 120px; top: 65px; background: #ff6247; }
.pinyel { right: 45px; bottom: 35px; background: #f6d84b; }
.statls { height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); color: #fff; background: #171923; }
.statls span { display: flex; align-items: center; justify-content: center; gap: 10px; border-right: 1px solid #41434c; font-size: 12px; }
.statls b { color: #f6d84b; font-family: Consolas, monospace; }
.secton { padding: 94px 0; }
.wraper, .faqinn { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 47px; text-align: center; font-size: 35px; font-weight: 900; letter-spacing: 0; }
.secttl::before, .secttl::after { content: "+"; margin: 0 12px; color: #ff6247; font-size: 16px; }
.showbg { background: #fff; }
.shotsx { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.shotit { margin: 0; padding: 12px; border: 2px solid #171923; background: #f2f1ec; }
.shotit:nth-child(2n) { margin-top: 25px; box-shadow: 6px 6px 0 #4650d8; }
.shotit span { display: block; margin-bottom: 10px; color: #4650d8; font-family: Consolas, monospace; font-size: 9px; font-weight: 900; }
.shotit img { width: 100%; height: auto; display: block; border: 1px solid #c7c6c1; }
.shotit figcaption { padding: 14px 3px 4px; font-size: 13px; font-weight: 800; }
.featbg { background: #f2f1ec; }
.featls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featcr { min-height: 225px; padding: 28px; position: relative; border: 2px solid #171923; background: #fff; }
.featcr:nth-child(2), .featcr:nth-child(5) { background: #dfe1ff; }
.featcr:nth-child(3), .featcr:nth-child(4) { background: #fff3b6; }
.featcr > span { position: absolute; top: 22px; right: 23px; color: #ff6247; font-family: Consolas, monospace; }
.featcr > i { margin-bottom: 27px; display: block; color: #4650d8; font-size: 31px; }
.featcr b { font-size: 17px; }
.featcr p { margin: 12px 0 0; color: #646670; font-size: 14px; line-height: 1.8; }
.downbg { color: #fff; background: #4650d8; }
.downbg .secttl { color: #fff; }
.downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.downit { min-height: 230px; padding: 26px; display: flex; flex-direction: column; border: 2px solid #171923; background: #fff; color: #171923; box-shadow: 6px 6px 0 #171923; }
.downit > span { color: #ff6247; font-family: Consolas, monospace; font-size: 10px; }
.downit > i { margin: 25px 0 17px; color: #4650d8; font-size: 30px; }
.downit > b { font-size: 18px; }
.downit > p { margin: 8px 0 22px; color: #767780; font-size: 12px; }
.downit > a { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; border-top: 2px solid #171923; color: #4650d8; font-size: 13px; font-weight: 800; }
.stepbg { background: #ff6247; }
.timeln { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.stepit { position: relative; padding-top: 65px; }
.stepit > span { position: absolute; top: 0; left: 0; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid #171923; border-radius: 50%; background: #f6d84b; font-family: Consolas, monospace; font-size: 10px; font-weight: 900; }
.stepit::after { content: ""; position: absolute; top: 23px; left: 48px; right: -18px; height: 2px; background: #171923; }
.stepit div { min-height: 125px; padding: 20px; border: 2px solid #171923; background: #fff; }
.stepit b { font-size: 16px; }
.stepit p { margin: 10px 0 0; color: #666872; font-size: 13px; line-height: 1.7; }
.faqbg { background: #fff; }
.faqinn { max-width: 900px; }
.faqitm { margin-bottom: 9px; border: 2px solid #171923; }
.faqbtn { width: 100%; min-height: 68px; padding: 0 19px; display: flex; align-items: center; justify-content: space-between; gap: 16px; border: 0; color: #171923; background: #f2f1ec; text-align: left; font-size: 15px; font-weight: 800; cursor: pointer; }
.faqbtn i { color: #4650d8; font-size: 21px; }
.faqans { max-height: 0; overflow: hidden; transition: max-height .25s ease; background: #fff3b6; }
.faqans p { margin: 0; padding: 20px; line-height: 1.8; }
.faqitm.active .faqans { max-height: 160px; }
.newsbg { background: #f6d84b; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.newsit { min-height: 182px; padding: 25px; border: 2px solid #171923; background: #fff; }
.newtop { margin-bottom: 19px; display: flex; justify-content: space-between; color: #4650d8; font-family: Consolas, monospace; font-size: 10px; }
.newsit > b { font-size: 17px; }
.newsit > p { margin: 11px 0 0; color: #656771; font-size: 14px; line-height: 1.75; }
.ratebg { background: #dfe1ff; }
.ratels { column-count: 3; column-gap: 18px; }
.rateit { width: 100%; margin: 0 0 18px; padding: 24px; display: inline-block; border: 2px solid #171923; background: #fff; break-inside: avoid; }
.rateit:nth-child(2n) { box-shadow: 5px 5px 0 #ff6247; }
.ratop { display: flex; justify-content: space-between; color: #4650d8; font-size: 12px; font-weight: 800; }
.ratop b { color: #ff6247; font-family: Consolas, monospace; }
.rateit p { margin: 18px 0; color: #51535c; line-height: 1.9; }
.rateit time { color: #92939a; font-family: Consolas, monospace; font-size: 10px; }
.footer { color: #fff; background: #171923; }
.footin { width: min(1200px, calc(100% - 40px)); min-height: 132px; margin: 0 auto; display: flex; align-items: center; gap: 30px; }
.footnv { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 15px; }
.footnv a { color: #b1b2ba; font-size: 11px; }
.copyrt { padding: 15px 20px; border-top: 1px solid #41434c; color: #797a83; text-align: center; font-family: Consolas, monospace; font-size: 10px; }

@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: 2px solid #171923; background: #fff; }
    .navlst.active { display: grid; }
    .navlst a { padding: 12px 8px; }
    .heroin { width: calc(100% - 28px); min-height: auto; padding: 52px 0 62px; grid-template-columns: 1fr; gap: 40px; }
    h1 { font-size: 41px; }
    .heropx { font-size: 15px; }
    .herobt { width: 100%; }
    .herort { height: 485px; }
    .canvas { right: 18px; width: 235px; height: 435px; }
    .noteaa { left: 5px; top: 70px; width: 190px; }
    .noteab { left: 18px; bottom: 35px; width: 105px; height: 98px; }
    .statls { height: auto; grid-template-columns: repeat(2, 1fr); }
    .statls span { min-height: 50px; border-bottom: 1px solid #41434c; }
    .secton { padding: 68px 0; }
    .wraper, .faqinn { width: calc(100% - 28px); }
    .secttl { margin-bottom: 34px; font-size: 28px; }
    .shotsx { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 12px; scroll-snap-type: x mandatory; }
    .shotit { min-width: 78%; scroll-snap-align: start; }
    .shotit:nth-child(2n) { margin-top: 0; }
    .featls, .downls, .newsls { grid-template-columns: 1fr; }
    .featcr { min-height: 210px; }
    .timeln { grid-template-columns: 1fr; }
    .stepit { min-height: 135px; padding: 0 0 0 65px; }
    .stepit::after { top: 48px; bottom: 0; left: 23px; right: auto; width: 2px; height: auto; }
    .ratels { column-count: 1; }
    .footin { width: calc(100% - 28px); padding: 38px 0; flex-direction: column; align-items: flex-start; }
    .footnv { margin-left: 0; justify-content: flex-start; }
    .footin .getapp { width: 100%; }
}
