* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #181b22; background: #f4f5f2; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.navbox, .heroct, .wraper, .footin { width: calc(100% - 40px); max-width: 1200px; margin: 0 auto; }
.heade { position: sticky; top: 0; z-index: 30; background: rgba(255, 255, 255, .96); box-shadow: 0 8px 26px rgba(25, 28, 35, .05); }
.navbox { display: flex; align-items: center; height: 76px; gap: 22px; }
.brand { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand img { width: 42px; height: 42px; object-fit: cover; border-radius: 12px; }
.brand span { display: grid; }
.brand b { font-size: 16px; }
.brand small { margin-top: 2px; color: #5064e8; font-size: 8px; }
.navlis { display: flex; flex: 1; justify-content: center; gap: 18px; }
.navlis a { padding: 29px 0; font-size: 12px; font-weight: 700; }
.navlis a:hover { color: #5064e8; }
.getapp { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; gap: 7px; color: #fff; background: #181b22; border-radius: 7px; font-size: 12px; font-weight: 900; }
.menub { display: none; width: 42px; height: 42px; border: 0; background: #181b22; color: #fff; border-radius: 7px; }
.hero { overflow: hidden; background: #d8ff67; }
.heroct { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 720px; }
.herotx { position: relative; z-index: 4; display: flex; flex-direction: column; justify-content: center; padding: 65px 45px 65px 0; }
.prodct { display: flex; align-items: center; gap: 13px; font-size: 18px; font-weight: 900; }
.prodct img { width: 52px; height: 52px; object-fit: cover; border-radius: 14px; box-shadow: 0 8px 20px rgba(24, 27, 34, .13); }
.prodct span, .prodct small { display: block; }
.prodct small { margin-bottom: 4px; font-size: 9px; font-weight: 700; }
.hero h1 { margin-top: 27px; font-size: 55px; line-height: 1.14; }
.leadtx { max-width: 510px; margin-top: 22px; color: #454a43; font-size: 15px; line-height: 1.9; }
.herobt { display: grid; grid-template-columns: 38px 1fr 20px; align-items: center; width: 286px; min-height: 68px; margin-top: 29px; padding: 10px 15px; color: #fff; background: #181b22; border-radius: 8px; box-shadow: 0 16px 32px rgba(24, 27, 34, .19); }
.herobt > i { font-size: 25px; }
.herobt span { display: grid; font-size: 13px; font-weight: 900; }
.herobt small { margin-top: 3px; color: #bec2c8; font-size: 9px; font-weight: 400; }
.herobt em { font-style: normal; }
.perks { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.perks span { padding: 8px 11px; background: rgba(255,255,255,.58); border-radius: 18px; font-size: 10px; font-weight: 800; }
.perks i { color: #5064e8; font-size: 15px; }
.visual { position: relative; min-height: 720px; background: #5064e8; border-radius: 0 0 0 90px; }
.device, .devsec { position: absolute; overflow: hidden; background: #151820; box-shadow: 0 28px 60px rgba(24, 27, 60, .3); }
.device { z-index: 2; left: 155px; bottom: -140px; width: 305px; padding: 11px 9px 0; border-radius: 34px 34px 0 0; }
.devsec { left: 30px; top: 95px; width: 195px; border: 7px solid #f4f5f2; border-radius: 27px; transform: rotate(-7deg); }
.device img, .devsec img { width: 100%; height: auto; }
.devtop { display: block; width: 64px; height: 5px; margin: 0 auto 9px; background: #656b76; border-radius: 3px; }
.noteaa, .notebb { position: absolute; z-index: 4; display: flex; align-items: center; width: 195px; padding: 14px; gap: 11px; background: #fff; border-radius: 8px; box-shadow: 0 14px 34px rgba(17, 20, 54, .22); }
.noteaa { right: 10px; top: 165px; }
.notebb { right: 32px; bottom: 105px; }
.noteaa > i, .notebb > i { display: grid; place-items: center; width: 38px; height: 38px; flex: 0 0 auto; color: #fff; background: #ff7167; border-radius: 50%; font-size: 19px; }
.notebb > i { color: #181b22; background: #d8ff67; }
.noteaa div, .notebb div { display: grid; }
.noteaa b, .notebb b { font-size: 12px; }
.noteaa span, .notebb span { margin-top: 4px; color: #777b83; font-size: 9px; }
.secton { padding: 92px 0; background: #fff; }
.secttl { margin-bottom: 43px; font-size: 32px; font-weight: 900; text-align: center; }
.secttl:after { display: block; width: 39px; height: 5px; margin: 12px auto 0; background: #d8ff67; box-shadow: 12px 0 0 #5064e8; content: ""; }
.showls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; align-items: start; }
.showls figure { overflow: hidden; background: #f4f5f2; border-radius: 8px; }
.showls figure:nth-child(2), .showls figure:nth-child(4) { margin-top: 27px; }
.showls img { width: 100%; height: auto; aspect-ratio: 387 / 688; object-fit: contain; background: #e7e9e7; }
.showls figcaption { display: flex; align-items: center; padding: 14px; gap: 11px; }
.showls figcaption > span { color: #5064e8; font-size: 10px; font-weight: 900; }
.showls figcaption > div { display: grid; }
.showls figcaption b { font-size: 12px; }
.showls figcaption small { margin-top: 3px; color: #777c80; font-size: 9px; }
.featbg { background: #181b22; color: #fff; }
.featls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.featit { position: relative; min-height: 195px; padding: 25px; background: #242832; border-radius: 7px; }
.featit > i { display: grid; place-items: center; width: 43px; height: 43px; color: #181b22; background: #d8ff67; border-radius: 12px; font-size: 21px; }
.featit span { position: absolute; right: 22px; top: 22px; color: #686d76; font-size: 10px; }
.featit b { display: block; margin-top: 19px; }
.featit p { margin-top: 8px; color: #b9bdc4; font-size: 12px; line-height: 1.8; }
.downbg { background: #eef0ff; }
.downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.downit { display: grid; grid-template-columns: 24px 43px 1fr 20px; align-items: center; min-height: 108px; padding: 16px; gap: 10px; background: #fff; border-radius: 8px; box-shadow: 0 11px 28px rgba(45, 53, 112, .07); }
.downit > span { align-self: start; color: #5064e8; font-size: 9px; }
.downit > i { font-size: 25px; }
.downit > div { display: grid; }
.downit small { margin-top: 4px; color: #777d87; font-size: 9px; }
.downit em { color: #5064e8; font-style: normal; }
.stepbg { background: #d8ff67; }
.timeln { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.timeln article { padding: 22px; background: rgba(255,255,255,.64); border-radius: 8px; }
.timeln span { color: #5064e8; font-size: 9px; font-weight: 900; }
.timeln article > i { display: block; margin: 18px 0; font-size: 27px; }
.timeln b { font-size: 14px; }
.timeln p { margin-top: 6px; color: #62675f; font-size: 10px; }
.faqbg { background: #fff; }
.narrow { max-width: 880px; }
.faqlst { padding: 8px 25px; background: #f4f5f2; border-radius: 8px; }
.faqitm { border-bottom: 1px solid #dfe1de; }
.faqitm:last-child { border-bottom: 0; }
.faqbtn { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 68px; padding: 0; border: 0; background: none; cursor: pointer; font-weight: 800; text-align: left; }
.faqbtn i { color: #5064e8; font-size: 20px; }
.faqans { display: none; padding: 0 42px 20px 0; color: #6f7478; font-size: 13px; line-height: 1.8; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #f4f5f2; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.newsit { position: relative; min-height: 158px; padding: 22px; background: #fff; border-radius: 8px; }
.newsit > div { display: flex; justify-content: space-between; color: #8a8e94; font-size: 9px; }
.newsit > div span { color: #5064e8; font-weight: 900; }
.newsit > b { display: block; margin-top: 17px; }
.newsit > p { max-width: 92%; margin-top: 8px; color: #6f747c; font-size: 11px; line-height: 1.7; }
.newsit > i { position: absolute; right: 18px; bottom: 17px; color: #5064e8; }
.ratebg { background: #ffddd9; }
.ratels { columns: 3; column-gap: 16px; }
.rateit { display: inline-block; width: 100%; margin-bottom: 16px; padding: 23px; background: #fff; border-radius: 8px; break-inside: avoid; }
.rateit:nth-child(2n) { padding-bottom: 37px; }
.rateit > div { display: flex; justify-content: space-between; }
.rateit > div span { color: #e5ab28; font-size: 10px; }
.rateit > p { margin: 17px 0; color: #565b62; font-size: 13px; line-height: 1.85; }
.rateit time { color: #8a8e95; font-size: 9px; }
.footer { padding: 47px 0 20px; color: #fff; background: #181b22; }
.footin { display: flex; align-items: center; gap: 22px; }
.footnv { display: flex; flex: 1; flex-wrap: wrap; justify-content: center; gap: 11px 15px; }
.footnv a { color: #bfc2c7; font-size: 10px; }
.copyrt { margin-top: 29px; color: #777c84; text-align: center; font-size: 9px; }
@media (max-width: 767px) {
    .navbox, .wraper, .footin { width: calc(100% - 28px); }
    .navbox { height: 66px; gap: 9px; }
    .brand span { display: none; }
    .brand img { width: 39px; height: 39px; }
    .menub { display: block; margin-left: auto; }
    .heade .getapp { display: none; }
    .navlis { position: absolute; top: 66px; left: 14px; right: 14px; display: none; grid-template-columns: repeat(2, 1fr); padding: 9px; background: #fff; box-shadow: 0 14px 28px rgba(0,0,0,.1); }
    .navlis.active { display: grid; }
    .navlis a { padding: 10px; text-align: center; }
    .heroct { display: flex; width: 100%; min-height: auto; flex-direction: column; }
    .herotx { padding: 51px 20px 42px; }
    .hero h1 { font-size: 40px; }
    .leadtx { font-size: 14px; }
    .herobt { width: 100%; }
    .visual { min-height: 570px; border-radius: 42px 42px 0 0; }
    .device { left: auto; right: 20px; width: 245px; }
    .devsec { left: 7px; top: 75px; width: 150px; }
    .noteaa { right: 3px; top: 100px; }
    .notebb { right: 3px; bottom: 45px; }
    .secton { padding: 66px 0; }
    .secttl { margin-bottom: 32px; font-size: 27px; }
    .showls { display: flex; overflow-x: auto; gap: 14px; padding-bottom: 14px; scroll-snap-type: x mandatory; }
    .showls figure { min-width: 76vw; margin: 0 !important; scroll-snap-align: start; }
    .featls, .downls, .newsls, .timeln { grid-template-columns: 1fr; }
    .ratels { columns: 1; }
    .footin { align-items: stretch; flex-direction: column; }
    .footin .brand span { display: grid; }
    .footnv { display: grid; grid-template-columns: repeat(2, 1fr); justify-content: start; }
    .footin .getapp { width: 100%; }
}
