* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #101820; background: #f5f7f2; 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: #f5f7f2; border-bottom: 2px solid #101820; }
.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-radius: 50%; }
.brandx span { display: flex; flex-direction: column; }
.brandx b { font-size: 17px; line-height: 1; }
.brandx small { margin-top: 5px; color: #f15a24; font-size: 9px; font-weight: 900; }
.navlst { margin-left: auto; display: flex; gap: 18px; }
.navlst a, .footnv a { font-size: 13px; font-weight: 700; }
.navlst a:hover, .footnv a:hover { color: #f15a24; }
.getapp { min-height: 43px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; color: #fff; background: #101820; border: 2px solid #101820; font-size: 13px; font-weight: 900; }
.getapp:hover { color: #101820; background: #ffd447; }
.menbtn { display: none; }
.heroaa { background: #77c8ff; border-bottom: 2px solid #101820; }
.heroin { width: min(1200px, calc(100% - 40px)); min-height: 650px; margin: 0 auto; padding: 70px 0; display: grid; grid-template-columns: 0.88fr 1.12fr; align-items: center; gap: 74px; }
.eyebrw { margin-bottom: 22px; font-family: Consolas, monospace; font-size: 11px; font-weight: 900; }
.herotx h1 { font-size: 60px; line-height: 1.08; font-weight: 900; }
.herop { max-width: 500px; margin-top: 25px; color: #263b49; font-size: 16px; line-height: 1.9; }
.herobt { width: fit-content; min-height: 60px; margin-top: 35px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; color: #fff; background: #f15a24; border: 2px solid #101820; box-shadow: 7px 7px 0 #101820; font-size: 15px; font-weight: 900; }
.herobt:hover { transform: translate(3px, 3px); box-shadow: 4px 4px 0 #101820; }
.gatexx { background: #f5f7f2; border: 3px solid #101820; box-shadow: 15px 15px 0 #ffd447; }
.gatetl { min-height: 46px; padding: 0 17px; display: flex; align-items: center; justify-content: space-between; color: #fff; background: #101820; font-family: Consolas, monospace; font-size: 10px; }
.gatetl b { color: #64dda8; }
.gatein { min-height: 440px; position: relative; overflow: hidden; }
.phonep { width: 220px; padding: 8px; position: absolute; left: 38px; bottom: -36px; background: #101820; border-radius: 28px; }
.phonep img { width: 100%; height: auto; display: block; object-fit: contain; border-radius: 20px; }
.passxx { width: 235px; padding: 20px; position: absolute; top: 54px; right: 28px; background: #ffd447; border: 2px solid #101820; box-shadow: 6px 6px 0 #f15a24; }
.passxx > span { font-family: Consolas, monospace; font-size: 9px; font-weight: 900; }
.passxx > b { margin-top: 8px; display: block; font-size: 25px; }
.passxx > small { margin-top: 5px; display: block; color: #655a2f; }
.passxx > div { margin-top: 20px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; border-top: 2px dashed #101820; }
.passxx > div i { font-size: 42px; }
.passxx > div strong { font-family: Consolas, monospace; font-size: 12px; }
.arrowx { position: absolute; right: 85px; bottom: 52px; color: #f15a24; font-size: 60px; }
.gateft { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 2px solid #101820; }
.gateft span { padding: 14px 4px; text-align: center; border-right: 1px solid #101820; font-family: Consolas, monospace; font-size: 9px; font-weight: 900; }
.gateft span:last-child { border-right: 0; }
.notice { min-height: 56px; display: grid; grid-template-columns: repeat(4, 1fr); background: #64dda8; border-top: 2px solid #101820; }
.notice span { padding: 17px; text-align: center; border-right: 2px solid #101820; font-size: 12px; font-weight: 900; }
.notice span:last-child { border-right: 0; }
.notice b { margin-right: 8px; color: #f15a24; font-family: Consolas, monospace; }
.secton { padding: 90px 0; }
.wraper { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.faqinn { width: min(900px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 46px; text-align: center; font-size: 35px; font-weight: 900; }
.secttl::after { content: "→"; margin-left: 11px; color: #f15a24; }
.showbg { background: #f5f7f2; }
.shotsx { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.shotit { padding: 11px; background: #fff; border: 2px solid #101820; box-shadow: 5px 5px 0 #77c8ff; }
.shotit > span { height: 30px; display: block; color: #f15a24; font-family: Consolas, monospace; font-size: 10px; font-weight: 900; }
.shotit img { width: 100%; height: auto; display: block; object-fit: contain; border: 1px solid #bcc2c0; }
.shotit figcaption { padding: 14px 2px 3px; font-size: 13px; font-weight: 700; }
.featbg { color: #fff; background: #101820; }
.featls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: #4b555d; }
.featcr { min-height: 225px; padding: 27px; position: relative; background: #101820; }
.featcr > span { position: absolute; top: 20px; right: 20px; color: #66717a; font-family: Consolas, monospace; font-size: 10px; }
.featcr > i { width: 48px; height: 48px; margin-bottom: 24px; display: grid; place-items: center; color: #101820; background: #64dda8; font-size: 24px; }
.featcr:nth-child(even) > i { background: #ffd447; }
.featcr b { display: block; font-size: 18px; }
.featcr p { margin-top: 11px; color: #bac3c8; font-size: 13px; line-height: 1.8; }
.downbg { background: #dff3ff; border-top: 2px solid #101820; border-bottom: 2px solid #101820; }
.downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.downit { min-height: 145px; padding: 22px; display: grid; grid-template-columns: 38px 48px 1fr 38px; align-items: center; gap: 12px; background: #fff; border: 2px solid #101820; }
.downit > span { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: #101820; font-family: Consolas, monospace; font-size: 10px; }
.downit > i { width: 48px; height: 48px; display: grid; place-items: center; color: #fff; background: #f15a24; font-size: 23px; }
.downit div b { display: block; font-size: 16px; }
.downit div p { margin-top: 7px; color: #737c82; font-size: 11px; }
.downit a { width: 38px; height: 38px; display: grid; place-items: center; background: #ffd447; border: 1px solid #101820; }
.downit a:hover { color: #fff; background: #101820; }
.stepbg { background: #f5f7f2; }
.timeln { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.timeln::before { content: ""; position: absolute; top: 27px; left: 8%; right: 8%; height: 3px; background: #77c8ff; }
.stepit { padding: 0 24px; position: relative; text-align: center; }
.stepit > span { width: 58px; height: 58px; margin: 0 auto 23px; display: grid; place-items: center; position: relative; z-index: 2; color: #fff; background: #101820; border: 3px solid #77c8ff; border-radius: 50%; font-family: Consolas, monospace; font-size: 11px; font-weight: 900; }
.stepit b { font-size: 17px; }
.stepit p { margin-top: 10px; color: #657078; font-size: 13px; line-height: 1.75; }
.faqbg { background: #ffd447; border-top: 2px solid #101820; border-bottom: 2px solid #101820; }
.faqitm { margin-bottom: 9px; background: #fff; border: 2px solid #101820; }
.faqbtn { width: 100%; padding: 20px; 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: #fff; background: #f15a24; }
.faqans { display: none; padding: 0 62px 20px 20px; }
.faqans p { color: #5e6257; font-size: 13px; line-height: 1.85; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #f5f7f2; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.newsit { min-height: 202px; padding: 26px; background: #fff; border-left: 7px solid #77c8ff; }
.newsit:nth-child(even) { border-left-color: #f15a24; }
.newtop { margin-bottom: 23px; display: flex; justify-content: space-between; color: #8a9398; font-family: Consolas, monospace; font-size: 10px; }
.newtop span { color: #f15a24; font-weight: 900; }
.newsit > b { font-size: 17px; }
.newsit > p { margin-top: 12px; color: #657078; font-size: 13px; line-height: 1.8; }
.ratebg { background: #64dda8; border-top: 2px solid #101820; }
.ratels { columns: 3; column-gap: 16px; }
.rateit { width: 100%; margin: 0 0 16px; padding: 24px; display: inline-block; break-inside: avoid; background: #fff; border: 2px solid #101820; box-shadow: 5px 5px 0 #f15a24; }
.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: #f15a24; 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: #7b858a; font-family: Consolas, monospace; font-size: 10px; }
.footer { background: #77c8ff; border-top: 2px solid #101820; }
.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; }
.copyrt { padding: 15px 20px; color: #fff; background: #101820; 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: 14px; }
    .menbtn { width: 40px; height: 40px; margin-left: auto; display: grid; place-items: center; background: #ffd447; border: 2px solid #101820; 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: 2px; background: #101820; }
    .navlst.active { display: grid; }
    .navlst a { padding: 13px 8px; background: #f5f7f2; text-align: center; }
    .heroin { width: calc(100% - 28px); min-height: auto; padding: 55px 0 64px; grid-template-columns: 1fr; gap: 52px; }
    .herotx h1 { font-size: 40px; }
    .herop { font-size: 14px; }
    .herobt { width: 100%; padding: 0 10px; }
    .gatexx { box-shadow: 9px 9px 0 #ffd447; }
    .gatein { min-height: 405px; }
    .phonep { width: 160px; left: 17px; }
    .passxx { width: 185px; top: 42px; right: 16px; padding: 15px; }
    .arrowx { right: 48px; bottom: 38px; }
    .notice { grid-template-columns: repeat(2, 1fr); }
    .notice span { border-bottom: 2px solid #101820; }
    .notice span:nth-child(2n) { border-right: 0; }
    .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; }
    .timeln { grid-template-columns: 1fr; gap: 27px; }
    .timeln::before { top: 28px; bottom: 28px; left: 28px; right: auto; width: 3px; height: auto; }
    .stepit { padding: 0; display: grid; grid-template-columns: 58px 1fr; gap: 18px; text-align: left; }
    .stepit > span { margin: 0; }
    .faqbtn { font-size: 14px; line-height: 1.6; }
    .faqans { padding-right: 18px; }
    .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%; }
}
