* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #27231f; background: #eee7d8; 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: #f7f1e5; border-bottom: 1px solid #27231f; }
.navin { width: min(1200px, calc(100% - 40px)); height: 80px; margin: 0 auto; display: flex; align-items: center; gap: 25px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 47px; height: 47px; object-fit: cover; border: 1px solid #897d6d; }
.brand span { display: flex; flex-direction: column; }
.brand b { font-size: 19px; }
.brand small { margin-top: 4px; color: #a73e32; font-family: Georgia, serif; 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: #a73e32; }
.getapp { min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; flex: none; color: #ffffff; background: #a73e32; border: 1px solid #7d2d25; font-size: 14px; font-weight: 900; }
.getapp:hover { background: #287c76; }
.menub { width: 42px; height: 42px; margin-left: auto; display: none; align-items: center; justify-content: center; background: transparent; border: 1px solid #82796d; font-size: 22px; cursor: pointer; }
.hero { overflow: hidden; background: #eee7d8; border-bottom: 9px solid #287c76; }
.heroin { width: min(1200px, calc(100% - 40px)); min-height: 700px; margin: 0 auto; display: grid; grid-template-columns: 52% 48%; background: #f7f1e5; border-left: 1px solid #b6aa98; border-right: 1px solid #b6aa98; }
.herotx { padding: 84px 64px 70px 55px; display: flex; flex-direction: column; justify-content: center; }
.volume { width: fit-content; padding-bottom: 6px; color: #a73e32; border-bottom: 2px solid #a73e32; font-family: Georgia, serif; font-size: 11px; font-weight: 900; }
.prodid { margin: 31px 0 24px; display: flex; align-items: center; gap: 15px; }
.prodid img { width: 70px; height: 70px; object-fit: cover; border: 2px solid #27231f; box-shadow: 7px 7px 0 #d0a43b; }
.prodid > span { display: flex; flex-direction: column; font-size: 25px; font-weight: 900; }
.prodid small { margin-top: 4px; color: #287c76; font-size: 11px; }
.herotx h1 { max-width: 570px; font-family: Georgia, "Microsoft YaHei", serif; font-size: 58px; line-height: 1.16; font-weight: 900; }
.herotx > p { max-width: 550px; margin-top: 25px; color: #685f54; font-size: 16px; line-height: 1.9; }
.herobt { width: 294px; min-height: 60px; margin-top: 34px; padding: 0 21px; display: flex; align-items: center; justify-content: space-between; color: #ffffff; background: #a73e32; border-bottom: 5px solid #d0a43b; font-size: 17px; font-weight: 900; }
.herobt:hover { background: #287c76; }
.catlog { min-width: 0; padding: 69px 35px 0; position: relative; display: flex; align-items: flex-end; justify-content: center; background: #d8cdbb; border-left: 1px solid #a99b88; }
.catlog::before { content: ""; width: 300px; height: 530px; position: absolute; bottom: 28px; background: #a73e32; border: 1px solid #752c24; transform: rotate(-5deg); }
.phone { width: 292px; height: 570px; position: relative; z-index: 2; overflow: hidden; background: #ffffff; border: 7px solid #27231f; border-bottom: 0; border-radius: 20px 20px 0 0; box-shadow: 14px 0 0 rgba(39, 35, 31, .22); }
.phone img { width: 100%; height: auto; display: block; }
.tabone { width: 78px; height: 78px; position: absolute; top: 30px; right: 25px; z-index: 4; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #287c76; border: 5px double #f7f1e5; border-radius: 50%; font-family: Georgia, serif; font-size: 25px; font-weight: 900; transform: rotate(8deg); }
.indexx { padding: 15px 18px; position: absolute; left: 17px; bottom: 42px; z-index: 4; display: flex; flex-direction: column; background: #f7f1e5; border: 2px solid #27231f; box-shadow: 6px 6px 0 #d0a43b; }
.indexx span { color: #a73e32; font-family: Georgia, serif; font-size: 9px; font-weight: 900; }
.indexx b { margin: 4px 0; font-size: 14px; }
.indexx small { color: #756b5f; font-size: 8px; }
.search { height: 42px; padding: 0 13px; position: absolute; top: 22px; left: 20px; display: flex; align-items: center; gap: 8px; color: #6e6459; background: #f7f1e5; border-bottom: 3px solid #a73e32; font-size: 10px; }
.search i { color: #287c76; font-size: 18px; }
.secton { padding: 90px 0; border-bottom: 1px solid #bdb2a0; }
.wraper { width: min(1200px, calc(100% - 40px)); margin: 0 auto; }
.secttl { margin-bottom: 47px; display: flex; flex-direction: column; align-items: center; font-family: Georgia, "Microsoft YaHei", serif; font-size: 36px; line-height: 1.2; text-align: center; font-weight: 900; }
.secttl span { margin-bottom: 8px; color: #a73e32; font-family: Arial, sans-serif; font-size: 10px; font-weight: 900; }
.showbg { background: #eee7d8; }
.shots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.shots figure { min-width: 0; padding: 11px 11px 16px; background: #f7f1e5; border: 1px solid #a99e8d; box-shadow: 7px 7px 0 #d0a43b; }
.shots figure:nth-child(even) { box-shadow: 7px 7px 0 #287c76; }
.shots figure > span { padding-bottom: 8px; display: block; color: #a73e32; border-bottom: 1px solid #bdb2a0; font-family: Georgia, serif; font-size: 9px; font-weight: 900; }
.shots img { width: 100%; height: auto; margin-top: 10px; display: block; }
.shots figcaption { padding: 13px 3px 0; font-size: 14px; text-align: center; font-weight: 900; }
.featbg { color: #f7f1e5; background: #287c76; }
.featbg .secttl span { color: #f3d26e; }
.featls, .downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.featit { min-height: 230px; padding: 27px; background: #246b66; border: 1px solid #77aaa6; }
.featit > div { margin-bottom: 24px; display: flex; align-items: center; justify-content: space-between; }
.featit > div span { color: #b5d3d0; font-family: Georgia, serif; font-size: 15px; }
.featit > div i { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; color: #27231f; background: #f3d26e; font-size: 23px; }
.featit > b, .downit > b { display: block; font-size: 19px; }
.featit p { margin-top: 11px; color: #d4e6e3; font-size: 14px; line-height: 1.8; }
.downbg { background: #d0a43b; }
.downit { min-height: 245px; padding: 26px; background: #f7f1e5; border-top: 5px solid #a73e32; }
.downit > span { color: #a73e32; font-family: Georgia, serif; font-size: 9px; font-weight: 900; }
.downit > i { width: 48px; height: 48px; margin: 22px 0; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #287c76; font-size: 23px; }
.downit p { margin-top: 11px; color: #6b6257; font-size: 14px; line-height: 1.8; }
.downit > a { margin-top: 20px; padding-top: 14px; display: flex; align-items: center; justify-content: space-between; color: #a73e32; border-top: 1px solid #c8baa4; font-size: 14px; font-weight: 900; }
.stepbg { background: #f7f1e5; }
.timeln { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 19px; }
.timeln::before { content: ""; height: 2px; position: absolute; top: 32px; left: 8%; right: 8%; background: #287c76; }
.timeln article { position: relative; z-index: 2; text-align: center; }
.timeln article > span { width: 66px; height: 66px; margin: 0 auto 21px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #a73e32; border: 6px solid #f7f1e5; border-radius: 50%; box-shadow: 0 0 0 1px #287c76; font-family: Georgia, serif; font-weight: 900; }
.timeln article div { min-height: 124px; padding: 21px 17px; background: #eee7d8; border-bottom: 4px solid #d0a43b; }
.timeln b { font-size: 18px; }
.timeln p { margin-top: 9px; color: #6c6358; font-size: 13px; line-height: 1.7; }
.faqbg { color: #f7f1e5; background: #27231f; }
.faqbg .secttl span { color: #f3d26e; }
.faqlst { max-width: 990px; margin: 0 auto; border-top: 1px solid #686057; }
.faqitm { border-bottom: 1px solid #686057; }
.faqbtn { width: 100%; min-height: 75px; padding: 17px 10px; display: grid; grid-template-columns: 50px 1fr 40px; align-items: center; gap: 10px; color: #f7f1e5; background: transparent; border: 0; text-align: left; cursor: pointer; }
.faqbtn > span { color: #f3d26e; font-family: Georgia, serif; font-size: 14px; font-weight: 900; }
.faqbtn > b { font-size: 16px; }
.faqbtn > i { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; color: #ffffff; background: #a73e32; font-size: 19px; }
.faqans { display: none; }
.faqans p { max-width: 830px; padding: 0 10px 23px 60px; color: #c9c1b6; font-size: 14px; line-height: 1.8; }
.faqitm.active { background: #36312c; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #eee7d8; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.newsit { min-height: 220px; padding: 27px; background: #f7f1e5; border-left: 5px solid #a73e32; }
.newsit:nth-child(even) { border-left-color: #287c76; }
.newsit > div { margin-bottom: 22px; display: flex; justify-content: space-between; gap: 15px; color: #8a8073; font-size: 10px; }
.newsit > div span { color: #a73e32; font-family: Georgia, serif; font-weight: 900; }
.newsit > b { display: block; font-size: 18px; line-height: 1.5; }
.newsit > p { margin-top: 11px; color: #6b6257; font-size: 14px; line-height: 1.8; }
.ratebg { background: #a73e32; }
.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; color: #27231f; background: #f7f1e5; border-bottom: 5px solid #d0a43b; break-inside: avoid; }
.rateit > div { display: flex; justify-content: space-between; gap: 10px; font-size: 13px; font-weight: 900; }
.rateit > div span i { color: #287c76; }
.rateit > div b { color: #c3972f; font-size: 12px; }
.rateit p { margin: 19px 0; color: #645c52; font-size: 14px; line-height: 1.85; }
.rateit time { color: #8b8276; font-size: 10px; }
.footer { color: #e8e0d4; background: #27231f; }
.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: #82796e; border-top: 1px solid #4c463f; 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: #f7f1e5; border-bottom: 3px solid #a73e32; }
    .navlst.open { display: grid; }
    .navlst a { padding: 12px 5px; border-bottom: 1px solid #d7cebf; text-align: center; }
    .heroin { width: 100%; min-height: 0; grid-template-columns: 1fr; border: 0; }
    .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%; }
    .catlog { height: 555px; padding: 60px 20px 0; border-top: 1px solid #a99b88; border-left: 0; }
    .catlog::before { width: 250px; height: 450px; bottom: 25px; }
    .phone { width: 255px; height: 495px; }
    .tabone { width: 68px; height: 68px; top: 18px; right: 10px; }
    .indexx { left: 7px; bottom: 28px; }
    .search { top: 14px; left: 10px; }
    .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: 2px; height: auto; top: 0; bottom: 20px; left: 32px; 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 6px; grid-template-columns: 32px 1fr 36px; gap: 7px; }
    .faqbtn > b { font-size: 14px; line-height: 1.55; }
    .faqans p { padding: 0 6px 21px 45px; }
    .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%; }
}
