* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    color: #17362e;
    background: #ffffff;
    font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
    letter-spacing: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

button {
    color: inherit;
    font: inherit;
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 20;
    height: 76px;
    color: #ffffff;
    background: #123f35;
    border-bottom: 4px solid #ffd84d;
}

.navin,
.wraper,
.heroin,
.footin {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 0 auto;
}

.navin {
    display: flex;
    align-items: center;
    height: 72px;
    gap: 24px;
}

.brand {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 10px;
}

.brand img {
    width: 44px;
    height: 44px;
    border-radius: 6px;
    object-fit: cover;
    background: #ffffff;
}

.brand span {
    display: grid;
    gap: 2px;
}

.brand b {
    font-size: 17px;
}

.brand small {
    color: #a8ddd1;
    font-size: 10px;
}

.navlst {
    display: flex;
    flex: 1;
    justify-content: center;
    gap: 20px;
}

.navlst a {
    position: relative;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.navlst a::after {
    position: absolute;
    right: 0;
    bottom: -9px;
    left: 0;
    height: 3px;
    background: #ffd84d;
    content: "";
    transform: scaleX(0);
    transition: transform .2s ease;
}

.navlst a:hover::after {
    transform: scaleX(1);
}

.getapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 20px;
    gap: 8px;
    color: #ffffff;
    background: #ef5b3f;
    border: 2px solid #ef5b3f;
    border-radius: 4px;
    box-shadow: 4px 4px 0 #072b24;
    font-size: 13px;
    font-weight: 800;
    white-space: nowrap;
}

.menub {
    display: none;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: transparent;
    border: 1px solid #6ea99c;
    border-radius: 4px;
    font-size: 23px;
}

.hero {
    overflow: hidden;
    background: #eaf8f5;
    border-bottom: 1px solid #acd5cb;
}

.heroin {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    min-height: 650px;
}

.herotx {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 70px 70px 70px 0;
}

.prodid {
    position: absolute;
    top: 34px;
    left: 0;
    display: flex;
    align-items: center;
    border: 1px solid #72b9aa;
    background: #ffffff;
}

.prodid span,
.prodid em {
    padding: 7px 11px;
    font-size: 11px;
    font-style: normal;
    font-weight: 800;
}

.prodid span {
    color: #ffffff;
    background: #197865;
}

.prodid em {
    color: #54736c;
}

.herolg {
    width: 78px;
    height: 78px;
    margin-bottom: 20px;
    border: 4px solid #ffffff;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 5px 5px 0 #ffd84d;
}

.eyebrw {
    margin-bottom: 12px;
    color: #197865;
    font-size: 16px;
    font-weight: 900;
}

h1 {
    color: #123f35;
    font-size: 52px;
    line-height: 1.18;
}

.herop {
    max-width: 550px;
    margin-top: 22px;
    color: #516b65;
    font-size: 16px;
    line-height: 1.9;
}

.herobt {
    display: flex;
    align-items: center;
    margin-top: 32px;
    gap: 20px;
}

.herobt a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 0 25px;
    gap: 9px;
    color: #ffffff;
    background: #ef5b3f;
    border: 2px solid #c73c25;
    border-radius: 4px;
    box-shadow: 6px 6px 0 #123f35;
    font-weight: 900;
}

.herobt span {
    color: #4b6962;
    font-size: 12px;
}

.herobt span i {
    color: #197865;
}

.lobby {
    position: relative;
    min-height: 650px;
    background: #78c9e8;
    border-right: 1px solid #4fa2c2;
    border-left: 1px solid #4fa2c2;
}

.lobby::before,
.lobby::after {
    position: absolute;
    background: #ffffff;
    content: "";
}

.lobby::before {
    top: 0;
    right: 42px;
    width: 1px;
    height: 100%;
    opacity: .45;
}

.lobby::after {
    top: 72px;
    right: 0;
    left: 0;
    height: 1px;
    opacity: .45;
}

.notice {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #123f35;
    font-size: 12px;
}

.notice i {
    font-size: 19px;
}

.notice span {
    padding: 5px 8px;
    color: #ffffff;
    background: #123f35;
    font-weight: 800;
}

.desk {
    position: absolute;
    right: 58px;
    bottom: 0;
    left: 58px;
    height: 520px;
    background: #ffffff;
    border: 3px solid #123f35;
    border-bottom: 0;
    box-shadow: 12px 0 0 rgba(18, 63, 53, .18);
}

.deskhd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 52px;
    padding: 0 17px;
    color: #ffffff;
    background: #123f35;
    font-size: 11px;
    font-weight: 800;
}

.deskhd strong {
    color: #ffd84d;
    font-size: 20px;
}

.phone {
    position: absolute;
    right: 50%;
    bottom: 0;
    width: 252px;
    height: auto;
    max-height: 448px;
    object-fit: contain;
    transform: translateX(50%);
}

.stamp {
    position: absolute;
    z-index: 2;
    right: -25px;
    top: 83px;
    padding: 11px 14px;
    color: #123f35;
    background: #ffd84d;
    border: 2px solid #123f35;
    font-size: 12px;
    font-weight: 900;
    transform: rotate(3deg);
}

.ticks {
    position: absolute;
    z-index: 3;
    bottom: 22px;
    left: -32px;
    display: grid;
    grid-template-columns: 42px 70px;
    border: 2px solid #123f35;
    background: #ffffff;
}

.ticks b,
.ticks span {
    padding: 7px 9px;
    border-bottom: 1px solid #b6d4cd;
    font-size: 11px;
}

.ticks b {
    color: #ef5b3f;
    background: #fff4ef;
}

.secton {
    padding: 92px 0;
}

.secttl {
    position: relative;
    margin-bottom: 46px;
    color: #123f35;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
}

.secttl::after {
    display: block;
    width: 48px;
    height: 5px;
    margin: 13px auto 0;
    background: #ef5b3f;
    content: "";
}

.shots {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.shots figure {
    overflow: hidden;
    background: #f3faf8;
    border: 1px solid #b9d9d1;
    border-radius: 5px;
}

.shots img {
    display: block;
    width: 100%;
    height: auto;
}

.shots figcaption {
    display: flex;
    flex-direction: column;
    padding: 16px;
    border-top: 4px solid #78c9e8;
}

.shots b {
    margin-bottom: 5px;
    font-size: 15px;
}

.shots span {
    color: #638078;
    font-size: 12px;
}

.bluebg {
    background: #e9f7fb;
    border-top: 1px solid #c4e4ee;
    border-bottom: 1px solid #c4e4ee;
}

.featls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.featit {
    position: relative;
    min-height: 220px;
    padding: 30px;
    background: #ffffff;
    border: 1px solid #acd5cb;
    border-top: 5px solid #197865;
}

.featit > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    color: #ffffff;
    background: #197865;
    border-radius: 4px;
    font-size: 25px;
}

.featit > span {
    position: absolute;
    top: 23px;
    right: 25px;
    color: #d3e4df;
    font-size: 30px;
    font-weight: 900;
}

.featit b {
    display: block;
    margin-top: 22px;
    color: #123f35;
    font-size: 18px;
}

.featit p {
    margin-top: 10px;
    color: #668078;
    font-size: 14px;
    line-height: 1.8;
}

.downls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.downit {
    display: grid;
    grid-template-columns: 58px 1fr 25px;
    align-items: center;
    min-height: 128px;
    padding: 22px;
    gap: 16px;
    background: #ffffff;
    border: 1px solid #b8d4cd;
    border-left: 5px solid #ef5b3f;
    transition: transform .2s ease, box-shadow .2s ease;
}

.downit:hover {
    box-shadow: 7px 7px 0 #d9eee9;
    transform: translateY(-3px);
}

.downic {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #123f35;
    background: #ffd84d;
    border-radius: 50%;
    font-size: 26px;
}

.downit > span:nth-child(2) {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.downit small {
    color: #ef5b3f;
    font-size: 10px;
    font-weight: 900;
}

.downit b {
    margin: 5px 0;
    font-size: 17px;
}

.downit em {
    overflow: hidden;
    color: #6b827c;
    font-size: 12px;
    font-style: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.downit > i {
    color: #197865;
    font-size: 22px;
}

.darkbg {
    color: #ffffff;
    background: #123f35;
}

.darkbg .secttl {
    color: #ffffff;
}

.darkbg .secttl::after {
    background: #ffd84d;
}

.timeln {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

.timeln::before {
    position: absolute;
    top: 55px;
    right: 8%;
    left: 8%;
    height: 3px;
    background: #65a89a;
    content: "";
}

.timeln article {
    position: relative;
    z-index: 1;
    text-align: center;
}

.timeln article > span {
    display: block;
    margin-bottom: 10px;
    color: #ffd84d;
    font-size: 12px;
    font-weight: 900;
}

.timeln article > i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    color: #123f35;
    background: #ffd84d;
    border: 7px solid #123f35;
    outline: 2px solid #65a89a;
    border-radius: 50%;
    font-size: 27px;
}

.timeln b {
    display: block;
    margin-top: 19px;
    font-size: 17px;
}

.timeln p {
    margin-top: 8px;
    color: #b9d8d1;
    font-size: 13px;
    line-height: 1.7;
}

.narrow {
    max-width: 900px;
}

.faqlst {
    border-top: 1px solid #abcfc6;
}

.faqitm {
    border-bottom: 1px solid #abcfc6;
}

.faqbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    padding: 0 20px;
    background: transparent;
    border: 0;
    cursor: pointer;
    font-weight: 800;
    text-align: left;
}

.faqbtn i {
    color: #ef5b3f;
    font-size: 22px;
}

.faqans {
    display: none;
    padding: 0 55px 22px 20px;
    color: #627c75;
    font-size: 14px;
    line-height: 1.8;
}

.faqitm.active {
    background: #edf8f5;
}

.faqitm.active .faqans {
    display: block;
}

.warmbg {
    background: #fff8e6;
    border-top: 1px solid #f0d989;
    border-bottom: 1px solid #f0d989;
}

.newsls {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.newsit {
    display: grid;
    grid-template-columns: 74px 1fr 28px;
    align-items: center;
    min-height: 132px;
    padding: 20px;
    gap: 18px;
    background: #ffffff;
    border: 1px solid #e7cd76;
}

.newsit > div {
    display: flex;
    flex-direction: column;
    padding-right: 15px;
    border-right: 1px solid #e2d6ad;
}

.newsit > div span {
    color: #ef5b3f;
    font-size: 24px;
    font-weight: 900;
}

.newsit > div small {
    margin-top: 3px;
    color: #81918c;
    font-size: 9px;
}

.newsit > p {
    display: flex;
    flex-direction: column;
}

.newsit > p b {
    margin-bottom: 7px;
    font-size: 15px;
}

.newsit > p span {
    color: #6b7f79;
    font-size: 12px;
    line-height: 1.7;
}

.newsit > i {
    color: #197865;
    font-size: 21px;
}

.ratels {
    columns: 3;
    column-gap: 18px;
}

.rateit {
    display: inline-block;
    width: 100%;
    margin: 0 0 18px;
    padding: 25px;
    background: #f5fbf9;
    border: 1px solid #b9d9d1;
    border-bottom: 4px solid #78c9e8;
    break-inside: avoid;
}

.rateit:nth-child(2n) {
    padding-bottom: 38px;
}

.ratehd {
    display: flex;
    align-items: center;
    gap: 9px;
}

.ratehd > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: #ffffff;
    background: #197865;
    border-radius: 50%;
    font-size: 19px;
}

.ratehd b {
    font-size: 13px;
}

.ratehd em {
    margin-left: auto;
    color: #efb900;
    font-size: 12px;
    font-style: normal;
}

.rateit > p {
    margin: 21px 0;
    color: #49655e;
    font-size: 14px;
    line-height: 1.9;
}

.rateit time {
    color: #82938f;
    font-size: 10px;
}

.footer {
    padding: 52px 0 24px;
    color: #ffffff;
    background: #0b2e27;
    border-top: 7px solid #ffd84d;
}

.footin {
    display: flex;
    align-items: center;
    gap: 28px;
}

.footnv {
    display: flex;
    flex: 1;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px 18px;
}

.footnv a {
    color: #b9d8d1;
    font-size: 12px;
}

.copyrt {
    width: calc(100% - 40px);
    max-width: 1200px;
    margin: 35px auto 0;
    padding-top: 20px;
    color: #7ca69d;
    border-top: 1px solid #31564e;
    font-size: 11px;
    text-align: center;
}

@media (max-width: 767px) {
    .topbar {
        height: 68px;
    }

    .navin,
    .wraper,
    .heroin,
    .footin {
        width: calc(100% - 28px);
    }

    .navin {
        height: 64px;
        gap: 12px;
    }

    .brand span {
        display: none;
    }

    .brand img {
        width: 40px;
        height: 40px;
    }

    .menub {
        display: block;
        margin-left: auto;
    }

    .topbar .getapp {
        min-height: 40px;
        padding: 0 12px;
        box-shadow: none;
        font-size: 12px;
    }

    .navlst {
        position: absolute;
        top: 68px;
        right: 14px;
        left: 14px;
        display: none;
        padding: 12px;
        background: #123f35;
        border: 2px solid #ffd84d;
        box-shadow: 5px 5px 0 rgba(7, 43, 36, .35);
    }

    .navlst.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .navlst a {
        padding: 11px 8px;
        text-align: center;
    }

    .navlst a::after {
        display: none;
    }

    .heroin {
        display: flex;
        flex-direction: column;
        min-height: auto;
    }

    .herotx {
        padding: 88px 0 55px;
    }

    .prodid {
        top: 24px;
    }

    .herolg {
        width: 66px;
        height: 66px;
    }

    h1 {
        font-size: 37px;
    }

    .herop {
        font-size: 14px;
    }

    .herobt {
        align-items: flex-start;
        flex-direction: column;
        gap: 18px;
    }

    .herobt a {
        width: 100%;
    }

    .lobby {
        min-height: 570px;
    }

    .notice {
        left: 18px;
    }

    .desk {
        right: 22px;
        left: 22px;
        height: 465px;
    }

    .phone {
        width: 215px;
        max-height: 393px;
    }

    .stamp {
        right: -10px;
        top: 72px;
    }

    .ticks {
        bottom: 14px;
        left: -8px;
    }

    .secton {
        padding: 68px 0;
    }

    .secttl {
        margin-bottom: 35px;
        font-size: 27px;
    }

    .shots {
        display: flex;
        overflow-x: auto;
        padding-bottom: 12px;
        scroll-snap-type: x mandatory;
    }

    .shots figure {
        min-width: 76vw;
        scroll-snap-align: start;
    }

    .featls,
    .downls,
    .newsls {
        grid-template-columns: 1fr;
    }

    .featit {
        min-height: 200px;
    }

    .downit {
        grid-template-columns: 50px 1fr 22px;
        padding: 18px;
        gap: 12px;
    }

    .downic {
        width: 50px;
        height: 50px;
    }

    .timeln {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .timeln::before {
        top: 10px;
        bottom: 10px;
        left: 35px;
        width: 3px;
        height: auto;
    }

    .timeln article {
        display: grid;
        grid-template-columns: 70px 1fr;
        text-align: left;
    }

    .timeln article > span {
        grid-column: 2;
        grid-row: 1;
        margin: 0 0 4px 18px;
    }

    .timeln article > i {
        grid-column: 1;
        grid-row: 1 / span 3;
        width: 70px;
        height: 70px;
    }

    .timeln b,
    .timeln p {
        grid-column: 2;
        margin-left: 18px;
    }

    .timeln b {
        margin-top: 0;
    }

    .faqbtn {
        min-height: 66px;
        padding: 0 10px;
    }

    .faqans {
        padding: 0 35px 20px 10px;
    }

    .newsit {
        grid-template-columns: 62px 1fr 20px;
        padding: 16px;
        gap: 12px;
    }

    .newsit > div span {
        font-size: 20px;
    }

    .ratels {
        columns: 1;
    }

    .footin {
        align-items: stretch;
        flex-direction: column;
    }

    .footer .brand span {
        display: grid;
    }

    .footnv {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-content: start;
    }

    .footer .getapp {
        width: 100%;
    }
}
