* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #152738; background: #f2f5f3; font-family: "Microsoft YaHei", Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.headr { position: sticky; top: 0; z-index: 50; background: #ffffff; border-bottom: 1px solid #cad5d0; }
.navwr { width: min(1200px, calc(100% - 40px)); height: 78px; margin: 0 auto; display: flex; align-items: center; gap: 25px; }
.brand { display: flex; align-items: center; gap: 11px; flex: none; }
.brand img { width: 45px; height: 45px; object-fit: cover; border-radius: 6px; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-size: 18px; line-height: 1.2; }
.brand small { margin-top: 3px; color: #188864; font-size: 9px; font-weight: 800; }
.navlst { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.navlst a, .footnv a { font-size: 13px; font-weight: 700; }
.navlst a:hover, .footnv a:hover { color: #e96836; }
.getbtn { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: none; color: #ffffff; background: #e96836; border: 1px solid #e96836; border-radius: 4px; font-size: 14px; font-weight: 800; }
.getbtn:hover { background: #cc4e20; }
.menux { width: 42px; height: 42px; margin-left: auto; display: none; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #aabbb3; border-radius: 4px; font-size: 22px; cursor: pointer; }
.heroaa { background: #e7eeea; border-bottom: 1px solid #bccbc4; }
.heroin { width: min(1200px, calc(100% - 40px)); min-height: 680px; margin: 0 auto; display: grid; grid-template-columns: 54% 46%; }
.herotx { padding: 82px 70px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.status { width: fit-content; padding: 8px 11px; display: inline-flex; align-items: center; gap: 7px; color: #106e50; background: #d1eee3; border: 1px solid #8cc9b2; border-radius: 4px; font-size: 10px; font-weight: 900; }
.titler { margin: 30px 0 24px; display: flex; align-items: center; gap: 15px; }
.titler img { width: 68px; height: 68px; object-fit: cover; border-radius: 8px; box-shadow: 0 9px 24px rgba(21, 39, 56, .15); }
.titler > span { display: flex; flex-direction: column; font-size: 25px; font-weight: 900; }
.titler small { margin-top: 3px; color: #188864; font-size: 12px; }
.herotx h1 { max-width: 620px; color: #102a40; font-size: 58px; line-height: 1.16; font-weight: 900; }
.herotx > p { max-width: 610px; margin-top: 25px; color: #526674; font-size: 16px; line-height: 1.9; }
.herobt { width: 260px; min-height: 60px; margin-top: 34px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; color: #ffffff; background: #e96836; border-radius: 4px; box-shadow: 0 12px 25px rgba(180, 70, 29, .2); font-size: 17px; font-weight: 900; }
.herobt:hover { background: #cc4e20; }
.metals { margin-top: 31px; display: flex; gap: 24px; color: #4f645a; font-size: 12px; font-weight: 700; }
.metals span { display: inline-flex; align-items: center; gap: 6px; }
.metals i { color: #188864; font-size: 18px; }
.herovs { min-width: 0; padding: 62px 30px 0; position: relative; display: flex; align-items: flex-end; justify-content: center; background: #102a40; }
.device { width: 305px; height: 570px; overflow: hidden; background: #ffffff; border: 8px solid #071c2d; border-bottom: 0; border-radius: 34px 34px 0 0; box-shadow: 0 0 0 1px #4a6477, 0 24px 60px rgba(0, 0, 0, .28); }
.device img { width: 100%; height: auto; display: block; }
.vcard { padding: 17px 19px; position: absolute; top: 46px; left: 25px; z-index: 2; display: flex; flex-direction: column; color: #102a40; background: #ffffff; border-left: 5px solid #24a77a; border-radius: 3px; box-shadow: 0 15px 35px rgba(0, 0, 0, .18); }
.vcard span { color: #71818d; font-size: 9px; font-weight: 900; }
.vcard b { margin: 6px 0 4px; font-size: 21px; }
.vcard small { color: #188864; font-size: 9px; font-weight: 800; }
.verify { padding: 14px 17px; position: absolute; right: 18px; bottom: 42px; z-index: 3; display: flex; align-items: center; gap: 11px; color: #ffffff; background: #188864; border-radius: 4px; box-shadow: 0 15px 30px rgba(0, 0, 0, .22); }
.verify i { font-size: 29px; }
.verify span { display: flex; flex-direction: column; font-size: 11px; }
.verify b { margin-top: 3px; font-size: 13px; }
.secton { padding: 90px 0; }
.wraper { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 46px; display: flex; flex-direction: column; align-items: center; color: #102a40; font-size: 36px; line-height: 1.2; text-align: center; font-weight: 900; }
.secttl span { margin-bottom: 8px; color: #188864; font-size: 10px; font-weight: 900; }
.showbg { background: #ffffff; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.shots figure { min-width: 0; padding: 10px 10px 16px; background: #f2f5f3; border: 1px solid #cbd7d1; border-radius: 6px; }
.shots figure > div { overflow: hidden; border-radius: 4px; }
.shots img { width: 100%; height: auto; display: block; }
.shots figcaption { padding: 13px 5px 0; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.shots figcaption span { color: #188864; font-size: 11px; font-weight: 900; }
.featbg { background: #e7eeea; }
.featls, .downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featit { min-height: 230px; padding: 27px; background: #ffffff; border: 1px solid #c5d2cc; border-radius: 6px; }
.featit > div { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; }
.featit > div span { color: #80928a; font-size: 11px; font-weight: 900; }
.featit > div i { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #188864; border-radius: 4px; font-size: 23px; }
.featit:nth-child(2n) > div i { background: #e96836; }
.featit > b, .downit > b { display: block; color: #102a40; font-size: 19px; }
.featit p, .downit p { margin-top: 11px; color: #64747e; font-size: 14px; line-height: 1.8; }
.downbg { background: #102a40; }
.downbg .secttl { color: #ffffff; }
.downbg .secttl span { color: #65d7ae; }
.downit { min-height: 250px; padding: 26px; position: relative; background: #ffffff; border-radius: 6px; }
.downit > span { color: #70828e; font-size: 9px; font-weight: 900; }
.downit > i { width: 50px; height: 50px; margin: 22px 0 19px; display: flex; align-items: center; justify-content: center; color: #102a40; background: #d1eee3; border-radius: 4px; font-size: 25px; }
.downit a { margin-top: 21px; display: flex; align-items: center; justify-content: space-between; color: #e96836; font-size: 14px; font-weight: 900; }
.stepbg { background: #ffffff; }
.timeln { max-width: 980px; margin: 0 auto; position: relative; }
.timeln::before { content: ""; width: 2px; position: absolute; top: 35px; bottom: 35px; left: 53px; background: #9acdb9; }
.timeln article { margin-bottom: 18px; position: relative; display: grid; grid-template-columns: 108px 1fr; align-items: center; }
.timeln article > span { width: 70px; height: 70px; position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #188864; border: 8px solid #ffffff; border-radius: 50%; box-shadow: 0 0 0 1px #9acdb9; font-size: 15px; font-weight: 900; }
.timeln article:nth-child(even) > span { background: #e96836; }
.timeln article div { padding: 22px 27px; display: grid; grid-template-columns: 80px 190px 1fr; align-items: center; background: #f2f5f3; border-left: 3px solid #188864; border-radius: 4px; }
.timeln article:nth-child(even) div { border-left-color: #e96836; }
.timeln small { color: #188864; font-size: 9px; font-weight: 900; }
.timeln b { color: #102a40; font-size: 18px; }
.timeln p { color: #64747e; font-size: 14px; line-height: 1.7; }
.faqbg { background: #e7eeea; }
.faqlst { max-width: 980px; margin: 0 auto; display: grid; gap: 10px; }
.faqitm { overflow: hidden; background: #ffffff; border: 1px solid #c5d2cc; border-radius: 5px; }
.faqbtn { width: 100%; min-height: 70px; padding: 17px 20px; display: grid; grid-template-columns: 50px 1fr 35px; align-items: center; gap: 12px; background: transparent; border: 0; text-align: left; cursor: pointer; }
.faqbtn > span { color: #188864; font-size: 11px; font-weight: 900; }
.faqbtn > b { font-size: 16px; }
.faqbtn > i { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #102a40; border-radius: 4px; font-size: 18px; }
.faqans { display: none; }
.faqans p { padding: 0 67px 22px 82px; color: #64747e; font-size: 14px; line-height: 1.8; }
.faqitm.active { border-color: #68b99a; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #ffffff; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cbd7d1; border-left: 1px solid #cbd7d1; }
.newsit { min-height: 215px; padding: 27px; border-right: 1px solid #cbd7d1; border-bottom: 1px solid #cbd7d1; }
.newsit > div { margin-bottom: 22px; display: flex; justify-content: space-between; gap: 15px; color: #75868f; font-size: 10px; }
.newsit > div span { color: #188864; font-weight: 900; }
.newsit > b { display: block; color: #102a40; font-size: 18px; line-height: 1.5; }
.newsit > p { margin-top: 11px; color: #64747e; font-size: 14px; line-height: 1.8; }
.ratebg { background: #e96836; }
.ratebg .secttl, .ratebg .secttl span { color: #ffffff; }
.ratels { column-count: 3; column-gap: 18px; }
.rateit { width: 100%; margin-bottom: 18px; padding: 24px; display: inline-block; background: #ffffff; border-radius: 6px; break-inside: avoid; }
.rateit > div { display: flex; justify-content: space-between; gap: 12px; font-size: 13px; font-weight: 900; }
.rateit > div span i { color: #188864; }
.rateit > div b { color: #e96836; font-size: 12px; }
.rateit p { margin: 20px 0; color: #435762; font-size: 14px; line-height: 1.85; }
.rateit time { color: #819099; font-size: 10px; }
.footer { color: #dbe5e0; background: #0b1f30; }
.footin { width: min(1200px, calc(100% - 40px)); min-height: 145px; margin: 0 auto; display: flex; align-items: center; gap: 28px; }
.footnv { margin-left: auto; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 13px 17px; }
.copyrt { padding: 16px 20px; color: #708493; border-top: 1px solid #274052; font-size: 10px; text-align: center; }
@media (max-width: 767px) {
    .navwr { width: calc(100% - 28px); height: 70px; gap: 10px; }
    .brand img { width: 41px; height: 41px; }
    .brand b { font-size: 16px; }
    .brand small { font-size: 7px; }
    .menux { display: flex; }
    .navwr > .getbtn { display: none; }
    .navlst { width: 100%; padding: 10px 14px 17px; position: absolute; top: 70px; left: 0; display: none; grid-template-columns: repeat(2, 1fr); gap: 0; background: #ffffff; border-bottom: 1px solid #aebeb6; }
    .navlst.open { display: grid; }
    .navlst a { padding: 12px 5px; border-bottom: 1px solid #e1e8e4; text-align: center; }
    .heroin { width: 100%; min-height: 0; grid-template-columns: 1fr; }
    .herotx { padding: 50px 20px 55px; }
    .titler { margin: 25px 0 20px; }
    .titler img { width: 60px; height: 60px; }
    .herotx h1 { font-size: 39px; line-height: 1.18; }
    .herotx > p { font-size: 15px; }
    .herobt { width: 100%; }
    .metals { gap: 12px; flex-wrap: wrap; }
    .herovs { height: 540px; padding: 55px 20px 0; }
    .device { width: 255px; height: 490px; }
    .vcard { top: 22px; left: 12px; padding: 12px 14px; }
    .verify { right: 9px; bottom: 28px; }
    .secton { padding: 67px 0; }
    .wraper { width: calc(100% - 28px); }
    .secttl { margin-bottom: 34px; font-size: 29px; }
    .shots { margin-right: -14px; padding: 0 14px 12px 0; display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }
    .shots figure { width: 76vw; max-width: 285px; flex: 0 0 auto; scroll-snap-align: start; }
    .featls, .downls, .newsls { grid-template-columns: 1fr; }
    .featit, .downit { min-height: 0; }
    .timeln::before { left: 30px; }
    .timeln article { grid-template-columns: 75px 1fr; align-items: start; }
    .timeln article > span { width: 62px; height: 62px; }
    .timeln article div { padding: 18px; grid-template-columns: 1fr; gap: 6px; }
    .faqbtn { padding: 15px 12px; grid-template-columns: 30px 1fr 34px; gap: 7px; }
    .faqbtn > b { font-size: 14px; line-height: 1.55; }
    .faqans p { padding: 0 12px 20px 49px; }
    .ratels { column-count: 1; }
    .footin { width: calc(100% - 28px); padding: 40px 0; align-items: flex-start; flex-direction: column; }
    .footnv { margin: 0; justify-content: flex-start; }
    .footer .getbtn { width: 100%; }
}
