* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { color: #202326; background: #f7f8f7; font-family: "Microsoft YaHei", "PingFang SC", sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
.heade { position: sticky; top: 0; z-index: 20; height: 76px; background: #ffffff; border-bottom: 1px solid #d4d9d7; }
.navbox, .heroin, .wraper, .footin { width: calc(100% - 40px); max-width: 1200px; margin: 0 auto; }
.navbox { display: flex; align-items: center; height: 76px; gap: 22px; }
.brand { display: flex; flex: 0 0 auto; align-items: center; gap: 10px; }
.brand img { width: 44px; height: 44px; object-fit: contain; background: #eef8f6; border-radius: 12px; }
.brand span { display: grid; gap: 2px; }
.brand b { font-size: 16px; }
.brand small { color: #168d82; font-size: 9px; font-weight: 900; }
.navlis { display: flex; flex: 1; justify-content: center; gap: 18px; }
.navlis a { font-size: 13px; font-weight: 700; white-space: nowrap; }
.navlis a:hover { color: #ff5f54; }
.getapp { display: inline-flex; align-items: center; justify-content: center; min-height: 43px; padding: 0 18px; gap: 7px; color: #ffffff; background: #202326; border-radius: 22px; font-size: 13px; font-weight: 900; white-space: nowrap; }
.menub { display: none; width: 42px; height: 42px; background: #68d9ce; border: 0; border-radius: 50%; font-size: 22px; }
.hero { overflow: hidden; background: #e3f6f3; border-bottom: 1px solid #b8d8d3; }
.heroin { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 665px; }
.herotx { display: flex; flex-direction: column; justify-content: center; padding: 60px 55px 60px 0; }
.online { display: inline-flex; align-self: flex-start; align-items: center; margin-bottom: 23px; padding: 7px 11px; gap: 7px; background: #ffffff; border: 1px solid #b8d8d3; border-radius: 20px; font-size: 10px; }
.online i { width: 8px; height: 8px; background: #29b56f; border-radius: 50%; }
.titlex { display: flex; align-items: center; gap: 12px; }
.titlex img { width: 65px; height: 65px; object-fit: contain; background: #ffffff; border: 2px solid #202326; border-radius: 18px; }
.titlex p { display: flex; flex-direction: column; font-size: 18px; font-weight: 900; }
.titlex small { margin-top: 4px; color: #168d82; font-size: 10px; }
h1 { margin-top: 24px; font-size: 51px; line-height: 1.16; }
.leadtx { max-width: 510px; margin-top: 21px; color: #63706d; font-size: 15px; line-height: 1.9; }
.herobt { display: flex; align-items: center; margin-top: 30px; gap: 19px; }
.herobt a { display: inline-flex; align-items: center; justify-content: center; min-height: 56px; padding: 0 24px; gap: 9px; color: #ffffff; background: #ff5f54; border: 2px solid #202326; border-radius: 28px; box-shadow: 5px 5px 0 #202326; font-weight: 900; }
.herobt span { color: #6e7775; font-size: 10px; }
.chatui { display: grid; grid-template-columns: 160px 1fr; align-self: end; height: 610px; margin-top: 55px; overflow: hidden; background: #ffffff; border: 2px solid #202326; border-bottom: 0; border-radius: 20px 20px 0 0; box-shadow: 12px 0 0 #68d9ce; }
.people { padding: 18px 10px; background: #202326; color: #ffffff; }
.people > div { display: flex; align-items: center; gap: 7px; font-size: 12px; }
.people > div span { width: 8px; height: 8px; background: #68d9ce; border-radius: 50%; }
.people > i { display: block; margin: 20px 0; padding: 9px; color: #8e9996; background: #303538; border-radius: 18px; }
.people ul { list-style: none; }
.people li { display: flex; align-items: center; margin-bottom: 9px; padding: 10px 7px; gap: 8px; border-radius: 9px; }
.people li.active { background: #3d4548; }
.people li em { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; flex: 0 0 auto; color: #202326; background: #68d9ce; border-radius: 50%; font-size: 9px; font-style: normal; font-weight: 900; }
.people li p { display: flex; min-width: 0; flex-direction: column; }
.people li b { font-size: 10px; }
.people li span { overflow: hidden; margin-top: 3px; color: #9da7a4; font-size: 8px; text-overflow: ellipsis; white-space: nowrap; }
.talker { position: relative; background: #f8faf9; }
.talkhd { display: flex; align-items: center; justify-content: space-between; height: 60px; padding: 0 18px; background: #ffffff; border-bottom: 1px solid #d8dddb; }
.talkhd p { display: flex; flex-direction: column; }
.talkhd b { font-size: 12px; }
.talkhd span { margin-top: 3px; color: #29a56c; font-size: 8px; }
.talkhd span i { display: inline-block; width: 6px; height: 6px; background: #29b56f; border-radius: 50%; }
.phone { position: absolute; right: 50%; bottom: 0; width: 250px; height: 516px; padding: 9px 9px 0; overflow: hidden; background: #202326; border-radius: 22px 22px 0 0; transform: translateX(50%); }
.phone img { display: block; width: 100%; height: auto; border-radius: 14px 14px 0 0; }
.msgone, .msgtwo { position: absolute; z-index: 3; max-width: 145px; padding: 10px 13px; font-size: 10px; line-height: 1.5; }
.msgone { top: 115px; left: 10px; background: #ffffff; border: 1px solid #cbd4d1; border-radius: 4px 14px 14px; }
.msgtwo { top: 178px; right: 8px; color: #ffffff; background: #ff5f54; border-radius: 14px 4px 14px 14px; }
.inputx { position: absolute; z-index: 3; right: 13px; bottom: 18px; left: 13px; display: flex; align-items: center; justify-content: space-between; height: 42px; padding: 0 11px; color: #929b99; background: #ffffff; border: 1px solid #cad2d0; border-radius: 22px; font-size: 9px; }
.inputx i { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; color: #ffffff; background: #168d82; border-radius: 50%; font-size: 14px; }
.secton { padding: 92px 0; }
.secttl { margin-bottom: 45px; font-size: 32px; font-weight: 900; text-align: center; }
.secttl::after { display: block; width: 42px; height: 5px; margin: 12px auto 0; background: #ff5f54; border-radius: 3px; content: ""; }
.showls { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.showls figure { overflow: hidden; background: #ffffff; border: 1px solid #c7d0cd; border-radius: 8px; box-shadow: 0 8px 0 #dff3f0; }
.showls img { display: block; width: 100%; height: auto; }
.showls figcaption { display: flex; flex-direction: column; padding: 15px; border-top: 1px solid #d7dddb; }
.showls b { font-size: 14px; }
.showls span { margin-top: 4px; color: #6f7a77; font-size: 10px; }
.featbg { background: #202326; color: #ffffff; }
.featls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.featit { position: relative; min-height: 215px; padding: 27px; background: #2c3133; border: 1px solid #4d5653; border-radius: 7px; }
.featit > i { color: #68d9ce; font-size: 30px; }
.featit > span { position: absolute; top: 21px; right: 22px; color: #5b6562; font-size: 25px; font-weight: 900; }
.featit b { display: block; margin-top: 22px; font-size: 17px; }
.featit p { margin-top: 9px; color: #b6bfbc; font-size: 13px; line-height: 1.8; }
.downbg { background: #ffd84d; }
.downls { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.downit { display: grid; grid-template-columns: 50px 1fr 24px; align-items: center; min-height: 120px; padding: 19px; gap: 13px; background: #ffffff; border: 2px solid #202326; border-radius: 8px; box-shadow: 4px 4px 0 #202326; }
.downit > span { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; color: #ffffff; background: #168d82; border-radius: 14px; font-size: 23px; }
.downit > div { display: flex; min-width: 0; flex-direction: column; }
.downit small { color: #ff5f54; font-size: 9px; font-weight: 900; }
.downit b { margin: 4px 0; font-size: 16px; }
.downit em { overflow: hidden; color: #6d7774; font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }
.downit > i { font-size: 20px; }
.stepbg { background: #e3f6f3; }
.timeln { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.timeln::before { position: absolute; top: 52px; right: 9%; left: 9%; height: 2px; background: #68d9ce; content: ""; }
.timeln article { position: relative; z-index: 1; text-align: center; }
.timeln article > span { color: #ff5f54; font-size: 10px; font-weight: 900; }
.timeln article > div { display: flex; align-items: center; justify-content: center; width: 74px; height: 74px; margin: 9px auto 0; color: #ffffff; background: #202326; border: 5px solid #e3f6f3; outline: 2px solid #68d9ce; border-radius: 50%; font-size: 25px; }
.timeln b { display: block; margin-top: 19px; font-size: 16px; }
.timeln p { margin-top: 7px; color: #63706d; font-size: 12px; }
.narrow { max-width: 900px; }
.faqlst { border-top: 1px solid #c4cecb; }
.faqitm { border-bottom: 1px solid #c4cecb; }
.faqbtn { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 70px; padding: 0 17px; background: transparent; border: 0; cursor: pointer; font-weight: 800; text-align: left; }
.faqbtn i { color: #ff5f54; font-size: 21px; }
.faqans { display: none; padding: 0 50px 22px 17px; color: #697471; font-size: 13px; line-height: 1.8; }
.faqitm.active { background: #eef9f7; }
.faqitm.active .faqans { display: block; }
.newsbg { background: #ffffff; border-top: 1px solid #d6dddb; }
.newsls { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.newsit { display: grid; grid-template-columns: 60px 1fr 24px; align-items: center; min-height: 124px; padding: 18px; gap: 15px; border: 1px solid #c4cecb; border-radius: 7px; }
.newsit > div { display: flex; flex-direction: column; }
.newsit > div span { color: #ff5f54; font-size: 23px; font-weight: 900; }
.newsit > div time { margin-top: 3px; color: #89928f; font-size: 9px; }
.newsit > p { display: flex; flex-direction: column; }
.newsit > p b { margin-bottom: 7px; font-size: 15px; }
.newsit > p em { color: #687370; font-size: 12px; font-style: normal; line-height: 1.7; }
.newsit > i { color: #168d82; font-size: 19px; }
.ratebg { background: #f1f4f3; }
.ratels { columns: 3; column-gap: 15px; }
.rateit { display: inline-block; width: 100%; margin: 0 0 15px; padding: 23px; background: #ffffff; border: 1px solid #c3ceca; border-radius: 8px; break-inside: avoid; }
.rateit:nth-child(2n) { padding-bottom: 37px; }
.ratehd { display: flex; align-items: center; justify-content: space-between; }
.ratehd span { color: #168d82; font-size: 12px; font-weight: 900; }
.ratehd em { color: #e9ad00; font-size: 11px; font-style: normal; }
.rateit > p { margin: 20px 0; color: #54615e; font-size: 14px; line-height: 1.9; }
.rateit time { color: #8a9491; font-size: 10px; }
.footer { padding: 50px 0 23px; color: #ffffff; background: #202326; border-top: 6px solid #68d9ce; }
.footin { display: flex; align-items: center; gap: 24px; }
.footnv { display: flex; flex: 1; justify-content: center; flex-wrap: wrap; gap: 11px 16px; }
.footnv a { color: #adb7b4; font-size: 11px; }
.copyrt { width: calc(100% - 40px); max-width: 1200px; margin: 32px auto 0; padding-top: 18px; color: #727d7a; border-top: 1px solid #444b4d; font-size: 10px; text-align: center; }
@media (max-width: 767px) {
    .heade { height: 68px; }
    .navbox, .wraper, .footin { width: calc(100% - 28px); }
    .navbox { height: 68px; gap: 10px; }
    .brand span { display: none; }
    .brand img { width: 40px; height: 40px; }
    .menub { display: block; margin-left: auto; }
    .heade .getapp { min-height: 39px; padding: 0 11px; font-size: 11px; }
    .navlis { position: absolute; top: 68px; right: 14px; left: 14px; display: none; padding: 10px; background: #ffffff; border: 1px solid #aeb8b5; box-shadow: 0 8px 20px rgba(32, 35, 38, .14); }
    .navlis.active { display: grid; grid-template-columns: repeat(2, 1fr); }
    .navlis a { padding: 11px 6px; text-align: center; }
    .heroin { display: flex; width: calc(100% - 28px); flex-direction: column; }
    .herotx { padding: 52px 0; }
    h1 { font-size: 39px; }
    .leadtx { font-size: 14px; }
    .herobt { align-items: flex-start; flex-direction: column; }
    .herobt a { width: 100%; }
    .chatui { grid-template-columns: 86px 1fr; width: 100%; height: 590px; margin-top: 0; }
    .people { padding: 15px 6px; }
    .people li { padding: 8px 4px; }
    .people li p { display: none; }
    .people li em { width: 34px; height: 34px; }
    .phone { width: 225px; height: 500px; }
    .msgone, .msgtwo { max-width: 115px; }
    .secton { padding: 68px 0; }
    .secttl { margin-bottom: 35px; font-size: 27px; }
    .showls { display: flex; overflow-x: auto; padding-bottom: 13px; scroll-snap-type: x mandatory; }
    .showls figure { min-width: 76vw; scroll-snap-align: start; }
    .featls, .downls, .newsls { grid-template-columns: 1fr; }
    .featit { min-height: 195px; }
    .downit { grid-template-columns: 46px 1fr 21px; padding: 16px; gap: 10px; }
    .downit > span { width: 46px; height: 46px; }
    .timeln { grid-template-columns: 1fr; gap: 27px; }
    .timeln::before { top: 15px; bottom: 15px; left: 37px; width: 2px; height: auto; }
    .timeln article { display: grid; grid-template-columns: 74px 1fr; text-align: left; }
    .timeln article > span { grid-column: 2; margin-left: 17px; }
    .timeln article > div { grid-column: 1; grid-row: 1 / span 3; margin: 0; }
    .timeln b, .timeln p { grid-column: 2; margin-left: 17px; }
    .timeln b { margin-top: 0; }
    .faqbtn { min-height: 66px; padding: 0 10px; }
    .faqans { padding: 0 34px 20px 10px; }
    .newsit { grid-template-columns: 54px 1fr 20px; padding: 15px; gap: 10px; }
    .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%; }
}
