* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #17333a; background: #f8fbf5; font-family: "Microsoft YaHei", Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.mast { position: sticky; top: 0; z-index: 50; background: #f8fbf5; border-bottom: 1px solid #b8d4cf; }
.navbox { 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: 47px; height: 47px; object-fit: cover; border-radius: 50%; box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #62a9a5; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-size: 18px; }
.brand small { margin-top: 4px; color: #e15751; font-size: 8px; font-weight: 900; }
.navlin { margin-left: auto; display: flex; align-items: center; gap: 18px; }
.navlin a, .footnv a { font-size: 13px; font-weight: 700; }
.navlin a:hover, .footnv a:hover { color: #e15751; }
.action { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: none; color: #ffffff; background: #e15751; border: 1px solid #d24943; border-radius: 5px; font-size: 14px; font-weight: 900; }
.action:hover { background: #247f88; }
.menux { width: 42px; height: 42px; margin-left: auto; display: none; align-items: center; justify-content: center; color: #17333a; background: #ffffff; border: 1px solid #a9c6c0; border-radius: 5px; font-size: 22px; cursor: pointer; }
.hero { overflow: hidden; background: #dff1ea; border-bottom: 1px solid #a9cfc3; }
.heroct { width: min(1200px, calc(100% - 40px)); min-height: 690px; margin: 0 auto; display: grid; grid-template-columns: 55% 45%; }
.copytx { padding: 80px 70px 68px 0; display: flex; flex-direction: column; justify-content: center; }
.season { width: fit-content; padding: 7px 11px; color: #ffffff; background: #247f88; border-radius: 20px; font-size: 10px; font-weight: 900; }
.prodid { margin: 29px 0 23px; display: flex; align-items: center; gap: 15px; }
.prodid img { width: 69px; height: 69px; object-fit: cover; border: 4px solid #ffffff; border-radius: 50%; box-shadow: 7px 7px 0 #f1bd4c; }
.prodid > span { display: flex; flex-direction: column; color: #17333a; font-size: 25px; font-weight: 900; }
.prodid small { margin-top: 3px; color: #e15751; font-size: 12px; }
.copytx h1 { max-width: 610px; color: #17333a; font-size: 59px; line-height: 1.14; font-weight: 950; }
.copytx > p { max-width: 590px; margin-top: 25px; color: #506e70; font-size: 16px; line-height: 1.9; }
.herobt { width: 235px; min-height: 59px; margin-top: 33px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; color: #ffffff; background: #e15751; border-radius: 5px; box-shadow: 7px 7px 0 #f1bd4c; font-size: 17px; font-weight: 900; }
.herobt:hover { background: #247f88; }
.quick { margin-top: 31px; display: flex; gap: 22px; color: #446567; font-size: 12px; font-weight: 700; }
.quick span { display: inline-flex; align-items: center; gap: 6px; }
.quick i { color: #e15751; font-size: 17px; }
.cover { min-width: 0; padding: 58px 30px 0; position: relative; display: flex; align-items: flex-end; justify-content: center; background: #7bc5d4; border-left: 12px solid #f1bd4c; }
.phone { width: 300px; height: 570px; overflow: hidden; background: #ffffff; border: 8px solid #17454c; border-bottom: 0; border-radius: 34px 34px 0 0; box-shadow: 15px 0 0 rgba(23, 69, 76, .24); }
.phone img { width: 100%; height: auto; display: block; }
.suntag { width: 94px; height: 94px; position: absolute; top: 44px; right: 24px; z-index: 3; display: flex; align-items: center; justify-content: center; color: #17333a; background: #f1bd4c; border: 4px solid #ffffff; border-radius: 50%; font-size: 15px; line-height: 1.05; text-align: center; font-weight: 900; transform: rotate(8deg); }
.note { padding: 14px 17px; position: absolute; left: 16px; bottom: 42px; display: flex; flex-direction: column; color: #ffffff; background: #247f88; border-left: 5px solid #f1bd4c; box-shadow: 6px 6px 0 #e15751; }
.note small { font-size: 8px; font-weight: 900; }
.note b { margin-top: 4px; font-size: 13px; }
.panel { padding: 90px 0; border-bottom: 1px solid #c4d8d1; }
.wrap { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 47px; display: flex; flex-direction: column; align-items: center; color: #17333a; font-size: 36px; line-height: 1.2; text-align: center; font-weight: 950; }
.secttl span { margin-bottom: 8px; color: #e15751; font-size: 10px; font-weight: 900; }
.showbg { background: #f8fbf5; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.shots figure { min-width: 0; padding: 11px 11px 16px; background: #ffffff; border: 1px solid #b9d1cb; border-radius: 6px; box-shadow: 0 12px 25px rgba(36, 127, 136, .1); }
.shots figure > div { overflow: hidden; border-radius: 4px; }
.shots img { width: 100%; height: auto; display: block; }
.shots figcaption { padding: 13px 4px 0; display: flex; align-items: center; justify-content: space-between; font-size: 14px; }
.shots figcaption span { color: #e15751; font-size: 11px; font-weight: 900; }
.featbg { background: #247f88; }
.featbg .secttl, .featbg .secttl span { color: #ffffff; }
.featls, .downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.featit { min-height: 230px; padding: 27px; position: relative; background: #ffffff; border-radius: 6px; }
.featit > span { position: absolute; top: 22px; right: 23px; color: #8db6b7; font-size: 11px; font-weight: 900; }
.featit > i { width: 49px; height: 49px; margin-bottom: 24px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #e15751; border-radius: 50%; font-size: 24px; }
.featit:nth-child(even) > i { color: #17333a; background: #f1bd4c; }
.featit > b, .downit > b { display: block; color: #17333a; font-size: 19px; }
.featit p, .downit p { margin-top: 11px; color: #62787a; font-size: 14px; line-height: 1.8; }
.downbg { background: #f1bd4c; }
.downit { min-height: 245px; padding: 26px; background: #f8fbf5; border-bottom: 5px solid #e15751; border-radius: 6px; }
.downit > div { margin-bottom: 23px; display: flex; align-items: center; justify-content: space-between; }
.downit > div i { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #247f88; border-radius: 50%; font-size: 23px; }
.downit > div span { color: #6d775c; font-size: 9px; font-weight: 900; }
.downit > a { margin-top: 21px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; color: #e15751; border-top: 1px solid #d8d4aa; font-size: 14px; font-weight: 900; }
.stepbg { background: #f8fbf5; }
.timeln { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.timeln::before { content: ""; height: 3px; position: absolute; top: 31px; left: 8%; right: 8%; background: #7bc5d4; }
.timeln article { position: relative; z-index: 2; text-align: center; }
.timeln article > span { width: 65px; height: 65px; margin: 0 auto 20px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #e15751; border: 6px solid #f8fbf5; border-radius: 50%; box-shadow: 0 0 0 2px #7bc5d4; font-size: 14px; font-weight: 900; }
.timeln article:nth-child(even) > span { color: #17333a; background: #f1bd4c; }
.timeln article div { min-height: 125px; padding: 21px 17px; background: #dff1ea; border-radius: 6px; }
.timeln b { font-size: 18px; }
.timeln p { margin-top: 9px; color: #5f7877; font-size: 13px; line-height: 1.7; }
.faqbg { background: #dff1ea; }
.faqlst { max-width: 990px; margin: 0 auto; display: grid; gap: 10px; }
.faqitm { overflow: hidden; background: #ffffff; border: 1px solid #b6d1c9; border-radius: 6px; }
.faqbtn { width: 100%; min-height: 72px; padding: 17px 20px; display: grid; grid-template-columns: 45px 1fr 38px; align-items: center; gap: 10px; background: transparent; border: 0; text-align: left; cursor: pointer; }
.faqbtn > span { color: #e15751; 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: #ffffff; background: #247f88; border-radius: 50%; font-size: 18px; }
.faqans { display: none; }
.faqans p { max-width: 820px; padding: 0 64px 22px 75px; color: #5d7475; font-size: 14px; line-height: 1.8; }
.faqitm.active { border-color: #62a9a5; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #ffffff; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.newsit { min-height: 218px; padding: 27px; background: #f8fbf5; border-left: 4px solid #7bc5d4; }
.newsit:nth-child(3n) { border-left-color: #e15751; }
.newsit > div { margin-bottom: 22px; display: flex; justify-content: space-between; gap: 15px; color: #829391; font-size: 10px; }
.newsit > div span { color: #247f88; font-weight: 900; }
.newsit > b { display: block; color: #17333a; font-size: 18px; line-height: 1.5; }
.newsit > p { margin-top: 11px; color: #62787a; font-size: 14px; line-height: 1.8; }
.ratebg { background: #e15751; }
.ratebg .secttl, .ratebg .secttl span { color: #ffffff; }
.ratels { column-count: 3; column-gap: 19px; }
.rateit { width: 100%; margin-bottom: 19px; padding: 24px; display: inline-block; background: #ffffff; border-radius: 6px; break-inside: avoid; }
.rateit > div { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 900; }
.rateit > div span i { color: #247f88; }
.rateit > div b { color: #e7aa30; font-size: 12px; }
.rateit p { margin: 19px 0; color: #526a6c; font-size: 14px; line-height: 1.85; }
.rateit time { color: #879593; font-size: 10px; }
.footer { color: #e7f4ef; background: #17333a; }
.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: #78989a; border-top: 1px solid #315158; font-size: 10px; text-align: center; }
@media (max-width: 767px) {
    .navbox { width: calc(100% - 28px); height: 70px; gap: 10px; }
    .brand img { width: 42px; height: 42px; }
    .brand b { font-size: 16px; }
    .brand small { font-size: 7px; }
    .menux { display: flex; }
    .navbox > .action { display: none; }
    .navlin { width: 100%; padding: 9px 14px 17px; position: absolute; top: 70px; left: 0; display: none; grid-template-columns: repeat(2, 1fr); gap: 0; background: #f8fbf5; border-bottom: 3px solid #e15751; }
    .navlin.open { display: grid; }
    .navlin a { padding: 12px 5px; border-bottom: 1px solid #d9e5df; text-align: center; }
    .heroct { width: 100%; min-height: 0; grid-template-columns: 1fr; }
    .copytx { padding: 49px 20px 57px; }
    .prodid { margin: 25px 0 21px; }
    .prodid img { width: 62px; height: 62px; }
    .copytx h1 { font-size: 40px; line-height: 1.17; }
    .copytx > p { font-size: 15px; }
    .herobt { width: 100%; }
    .quick { gap: 11px; flex-wrap: wrap; }
    .cover { height: 545px; padding: 52px 20px 0; border-top: 10px solid #f1bd4c; border-left: 0; }
    .phone { width: 255px; height: 493px; }
    .suntag { width: 77px; height: 77px; top: 19px; right: 12px; font-size: 12px; }
    .note { left: 8px; bottom: 29px; }
    .panel { padding: 67px 0; }
    .wrap { 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, .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: 65px 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 .action { width: 100%; }
}
