* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #202126; background: #f0f1f3; font-family: "Microsoft YaHei", Arial, 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: #ffffff; border-bottom: 1px solid #c9cbd1; }
.navin { 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: 46px; height: 46px; object-fit: cover; border-radius: 8px; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-size: 18px; }
.brand small { margin-top: 4px; color: #943c68; font-size: 8px; font-weight: 900; }
.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: #943c68; }
.getapp { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: none; color: #ffffff; background: #943c68; border: 1px solid #7e2e57; border-radius: 5px; font-size: 14px; font-weight: 900; }
.getapp:hover { color: #202126; background: #f5ce4f; border-color: #d7ae2f; }
.menub { width: 42px; height: 42px; margin-left: auto; display: none; align-items: center; justify-content: center; background: #ffffff; border: 1px solid #aeb1b8; border-radius: 5px; font-size: 22px; cursor: pointer; }
.hero { overflow: hidden; background: #e8e9ed; border-bottom: 8px solid #f5ce4f; }
.heroin { width: min(1200px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 54% 46%; }
.herotx { padding: 82px 70px 70px 0; display: flex; flex-direction: column; justify-content: center; }
.eyebrw { width: fit-content; padding: 7px 11px; color: #ffffff; background: #27877b; border-radius: 3px; font-size: 10px; font-weight: 900; }
.prodid { margin: 30px 0 23px; display: flex; align-items: center; gap: 15px; }
.prodid img { width: 70px; height: 70px; object-fit: cover; border-radius: 10px; box-shadow: 7px 7px 0 #f5ce4f; }
.prodid > span { display: flex; flex-direction: column; color: #28232a; font-size: 25px; font-weight: 900; }
.prodid small { margin-top: 4px; color: #943c68; font-size: 11px; }
.herotx h1 { max-width: 610px; color: #28232a; font-size: 58px; line-height: 1.15; font-weight: 950; }
.herotx > p { max-width: 580px; margin-top: 25px; color: #60636c; font-size: 16px; line-height: 1.9; }
.herobt { width: 300px; min-height: 60px; margin-top: 34px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; color: #ffffff; background: #943c68; border-radius: 5px; box-shadow: 7px 7px 0 #27877b; font-size: 17px; font-weight: 900; }
.herobt:hover { color: #202126; background: #f5ce4f; }
.stats { margin-top: 32px; display: flex; gap: 22px; }
.stats span { display: flex; align-items: center; gap: 7px; color: #666971; font-size: 11px; font-weight: 700; }
.stats b { color: #27877b; font-size: 14px; }
.drawer { min-width: 0; padding: 90px 30px 0; position: relative; display: flex; align-items: flex-end; justify-content: center; background: #943c68; }
.search { width: calc(100% - 42px); height: 54px; padding: 0 13px; position: absolute; top: 25px; left: 21px; display: grid; grid-template-columns: 25px 1fr auto; align-items: center; gap: 8px; color: #686b72; background: #ffffff; border-radius: 5px; box-shadow: 0 10px 25px rgba(44, 15, 31, .2); font-size: 11px; }
.search i { color: #943c68; font-size: 19px; }
.search b { padding: 8px 12px; color: #202126; background: #f5ce4f; border-radius: 3px; font-size: 9px; }
.phone { width: 298px; height: 555px; overflow: hidden; background: #ffffff; border: 8px solid #262229; border-bottom: 0; border-radius: 31px 31px 0 0; box-shadow: 15px 0 0 rgba(38, 34, 41, .28); }
.phone img { width: 100%; height: auto; display: block; }
.task { padding: 14px 16px; position: absolute; left: 16px; bottom: 40px; display: flex; align-items: center; gap: 10px; color: #202126; background: #f5ce4f; border-radius: 4px; box-shadow: 6px 6px 0 #27877b; }
.task i { font-size: 27px; }
.task span { display: flex; flex-direction: column; font-size: 8px; font-weight: 900; }
.task b { margin-top: 4px; font-size: 13px; }
.mark { width: 82px; height: 82px; position: absolute; top: 104px; right: 19px; display: flex; align-items: center; justify-content: center; flex-direction: column; color: #ffffff; background: #27877b; border: 4px solid #ffffff; border-radius: 50%; font-size: 20px; line-height: 1; font-weight: 900; transform: rotate(8deg); }
.mark small { margin-top: 4px; font-size: 8px; }
.secton { padding: 90px 0; border-bottom: 1px solid #cacbd0; }
.wraper { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 47px; display: flex; flex-direction: column; align-items: center; color: #28232a; font-size: 36px; line-height: 1.2; text-align: center; font-weight: 950; }
.secttl span { margin-bottom: 8px; color: #943c68; 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: #f0f1f3; border: 1px solid #c5c7cd; border-radius: 7px; }
.shots figure > div { padding: 5px 3px 11px; display: flex; justify-content: space-between; color: #943c68; font-size: 10px; font-weight: 900; }
.shots img { width: 100%; height: auto; display: block; border-radius: 4px; }
.shots figcaption { padding: 13px 3px 0; font-size: 14px; text-align: center; font-weight: 900; }
.featbg { background: #27877b; }
.featbg .secttl, .featbg .secttl span { color: #ffffff; }
.featls, .downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.featit { min-height: 230px; padding: 27px; background: #ffffff; border-radius: 7px; }
.featit > div { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; }
.featit > div i { width: 48px; height: 48px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #943c68; border-radius: 7px; font-size: 24px; }
.featit:nth-child(even) > div i { color: #202126; background: #f5ce4f; }
.featit > div span { color: #96999f; font-size: 11px; font-weight: 900; }
.featit > b, .downit > b { display: block; font-size: 19px; }
.featit p, .downit p { margin-top: 11px; color: #62666d; font-size: 14px; line-height: 1.8; }
.downbg { background: #f5ce4f; }
.downit { min-height: 245px; padding: 26px; background: #ffffff; border-top: 5px solid #943c68; border-radius: 7px; }
.downit > span { color: #27877b; font-size: 9px; font-weight: 900; }
.downit > i { width: 47px; height: 47px; margin: 22px 0; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #28232a; border-radius: 7px; font-size: 23px; }
.downit > a { margin-top: 20px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; color: #943c68; border-top: 1px solid #d8d9dc; font-size: 14px; font-weight: 900; }
.stepbg { background: #f0f1f3; }
.timeln { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.timeln::before { content: ""; height: 3px; position: absolute; top: 31px; left: 8%; right: 8%; background: #943c68; }
.timeln article { position: relative; z-index: 2; text-align: center; }
.timeln article > span { width: 66px; height: 66px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #27877b; border: 6px solid #f0f1f3; border-radius: 50%; box-shadow: 0 0 0 2px #943c68; font-size: 14px; font-weight: 900; }
.timeln article div { min-height: 125px; padding: 21px 17px; background: #ffffff; border-radius: 7px; }
.timeln b { font-size: 18px; }
.timeln p { margin-top: 9px; color: #666a70; font-size: 13px; line-height: 1.7; }
.faqbg { color: #ffffff; background: #28232a; }
.faqbg .secttl, .faqbg .secttl span { color: #ffffff; }
.faqlst { max-width: 990px; margin: 0 auto; display: grid; gap: 10px; }
.faqitm { overflow: hidden; background: #343038; border: 1px solid #56515b; border-radius: 6px; }
.faqbtn { width: 100%; min-height: 72px; padding: 17px 18px; display: grid; grid-template-columns: 45px 1fr 38px; align-items: center; gap: 10px; color: #ffffff; background: transparent; border: 0; text-align: left; cursor: pointer; }
.faqbtn > span { color: #f5ce4f; font-size: 11px; font-weight: 900; }
.faqbtn > b { font-size: 16px; }
.faqbtn > i { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: #202126; background: #f5ce4f; border-radius: 50%; font-size: 18px; }
.faqans { display: none; }
.faqans p { max-width: 830px; padding: 0 62px 22px 73px; color: #c9c7cc; font-size: 14px; line-height: 1.8; }
.faqitm.active { border-color: #8ebeb7; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #ffffff; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.newsit { min-height: 220px; padding: 27px; background: #f0f1f3; border-left: 5px solid #943c68; border-radius: 0 6px 6px 0; }
.newsit:nth-child(even) { border-left-color: #27877b; }
.newsit > div { margin-bottom: 22px; display: flex; justify-content: space-between; gap: 15px; color: #85888f; font-size: 10px; }
.newsit > div span { color: #943c68; font-weight: 900; }
.newsit > b { display: block; font-size: 18px; line-height: 1.5; }
.newsit > p { margin-top: 11px; color: #62666d; font-size: 14px; line-height: 1.8; }
.ratebg { background: #943c68; }
.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; color: #202126; background: #ffffff; border-radius: 7px; border-bottom: 5px solid #f5ce4f; break-inside: avoid; }
.rateit > div { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 900; }
.rateit > div span i { color: #27877b; }
.rateit > div b { color: #d9a918; font-size: 12px; }
.rateit p { margin: 19px 0; color: #5d6168; font-size: 14px; line-height: 1.85; }
.rateit time { color: #858890; font-size: 10px; }
.footer { color: #e7e7ea; background: #28232a; }
.footin { width: min(1200px, calc(100% - 40px)); min-height: 148px; 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 18px; }
.copyrt { padding: 16px 20px; color: #807a84; border-top: 1px solid #4a454e; font-size: 10px; text-align: center; }
@media (max-width: 767px) {
    .navin { width: calc(100% - 28px); height: 70px; gap: 10px; }
    .brand img { width: 42px; height: 42px; }
    .brand b { font-size: 16px; }
    .brand small { font-size: 7px; }
    .menub { display: flex; }
    .navin > .getapp { display: none; }
    .navlst { width: 100%; padding: 9px 14px 17px; position: absolute; top: 70px; left: 0; display: none; grid-template-columns: repeat(2, 1fr); gap: 0; background: #ffffff; border-bottom: 3px solid #943c68; }
    .navlst.open { display: grid; }
    .navlst a { padding: 12px 5px; border-bottom: 1px solid #e0e1e3; text-align: center; }
    .heroin { width: 100%; min-height: 0; grid-template-columns: 1fr; }
    .herotx { padding: 50px 20px 58px; }
    .prodid { margin: 25px 0 21px; }
    .prodid img { width: 62px; height: 62px; }
    .herotx h1 { font-size: 40px; line-height: 1.17; }
    .herotx > p { font-size: 15px; }
    .herobt { width: 100%; }
    .stats { gap: 10px; flex-wrap: wrap; }
    .drawer { height: 555px; padding: 85px 20px 0; }
    .search { top: 18px; }
    .phone { width: 255px; height: 470px; }
    .task { left: 7px; bottom: 29px; }
    .mark { width: 69px; height: 69px; top: 92px; right: 8px; }
    .secton { padding: 68px 0; }
    .wraper { width: calc(100% - 28px); }
    .secttl { margin-bottom: 35px; 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, .newsit { min-height: 0; }
    .timeln { grid-template-columns: 1fr; gap: 0; }
    .timeln::before { width: 3px; height: auto; top: 0; bottom: 20px; left: 31px; right: auto; }
    .timeln article { padding-bottom: 18px; display: grid; grid-template-columns: 66px 1fr; gap: 13px; text-align: left; }
    .timeln article > span { margin: 0; }
    .timeln article div { min-height: 0; }
    .faqbtn { padding: 16px 10px; grid-template-columns: 30px 1fr 36px; gap: 7px; }
    .faqbtn > b { font-size: 14px; line-height: 1.55; }
    .faqans p { padding: 0 10px 21px 47px; }
    .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 .getapp { width: 100%; }
}
