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

html {
    scroll-behavior: smooth;
}

body {
    color: #151515;
    background: #f7f4ed;
    font-family: "Microsoft YaHei", Arial, sans-serif;
    letter-spacing: 0;
}

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

button {
    color: inherit;
    font: inherit;
}

.hdbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: #f7f4ed;
    border-bottom: 3px solid #151515;
}

.navin {
    width: min(1200px, calc(100% - 40px));
    height: 82px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 11px;
    flex: none;
}

.brand img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border: 2px solid #151515;
}

.brand span {
    display: flex;
    flex-direction: column;
}

.brand b {
    font-size: 20px;
    line-height: 1.1;
}

.brand small {
    margin-top: 5px;
    color: #dd3f76;
    font-size: 9px;
    font-weight: 800;
}

.navls {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 19px;
}

.navls a,
.footnv a {
    font-size: 13px;
    font-weight: 700;
}

.navls a:hover,
.footnv a:hover {
    color: #dd3f76;
}

.getap {
    min-height: 44px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: none;
    color: #ffffff;
    background: #151515;
    border: 2px solid #151515;
    box-shadow: 4px 4px 0 #f6cf35;
    font-size: 14px;
    font-weight: 800;
}

.getap:hover {
    color: #151515;
    background: #f6cf35;
}

.menub {
    width: 42px;
    height: 42px;
    margin-left: auto;
    display: none;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border: 2px solid #151515;
    font-size: 22px;
    cursor: pointer;
}

.hero {
    overflow: hidden;
    background-color: #ef6f9c;
    border-bottom: 3px solid #151515;
}

.heroin {
    width: min(1200px, calc(100% - 40px));
    min-height: 700px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 56% 44%;
    background: #ef6f9c;
    border-left: 3px solid #151515;
    border-right: 3px solid #151515;
}

.herotx {
    padding: 80px 62px 70px;
    position: relative;
    z-index: 2;
}

.issue {
    display: inline-block;
    padding: 8px 12px;
    color: #ffffff;
    background: #151515;
    font-size: 11px;
    font-weight: 900;
}

.herolg {
    width: 78px;
    height: 78px;
    margin: 38px 0 23px;
    display: block;
    object-fit: cover;
    border: 3px solid #151515;
    box-shadow: 7px 7px 0 #f6cf35;
}

.herotx h1 {
    max-width: 570px;
    font-size: 64px;
    line-height: 1.08;
    font-weight: 950;
}

.herotx p {
    max-width: 565px;
    margin-top: 24px;
    font-size: 17px;
    line-height: 1.9;
    font-weight: 600;
}

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

.herobt a {
    min-height: 58px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #ffffff;
    background: #151515;
    border: 3px solid #151515;
    box-shadow: 7px 7px 0 #f6cf35;
    font-size: 17px;
    font-weight: 900;
}

.herobt a:hover {
    color: #151515;
    background: #f6cf35;
    box-shadow: 7px 7px 0 #ffffff;
}

.herobt span {
    font-size: 12px;
    font-weight: 800;
}

.heroim {
    min-width: 0;
    padding: 58px 48px 0;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #79d7d2;
    border-left: 3px solid #151515;
}

.phone {
    width: 310px;
    height: 570px;
    overflow: hidden;
    background: #ffffff;
    border: 4px solid #151515;
    border-radius: 30px 30px 0 0;
    box-shadow: 13px 0 0 #151515;
}

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

.burst {
    width: 108px;
    height: 108px;
    position: absolute;
    top: 52px;
    right: 24px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151515;
    background: #f6cf35;
    border: 3px solid #151515;
    border-radius: 50%;
    box-shadow: 6px 6px 0 #ffffff;
    font-size: 18px;
    line-height: 1.05;
    text-align: center;
    font-weight: 950;
    transform: rotate(10deg);
}

.captn {
    min-width: 250px;
    padding: 13px 17px;
    position: absolute;
    right: 8px;
    bottom: 38px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    background: #151515;
    border: 3px solid #ffffff;
}

.captn b {
    color: #f6cf35;
    font-size: 27px;
}

.captn span {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 800;
}

.captn small {
    margin-top: 3px;
    color: #79d7d2;
    font-size: 10px;
}

.sectn {
    padding: 92px 0;
    border-bottom: 3px solid #151515;
}

.wrapr {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
}

.sectt {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 38px;
    line-height: 1.2;
    text-align: center;
    font-weight: 950;
}

.sectt span {
    margin-bottom: 9px;
    padding: 5px 9px;
    color: #ffffff;
    background: #151515;
    font-size: 10px;
    font-weight: 900;
}

.showb {
    background: #f7f4ed;
}

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

.shots figure {
    min-width: 0;
    padding: 12px;
    background: #ffffff;
    border: 3px solid #151515;
    box-shadow: 7px 7px 0 #ef6f9c;
}

.shots figure:nth-child(even) {
    box-shadow: 7px 7px 0 #79d7d2;
}

.shots img {
    width: 100%;
    height: auto;
    display: block;
    border: 1px solid #d9d5cc;
}

.shots figcaption {
    margin-top: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 800;
}

.shots figcaption b {
    color: #dd3f76;
    font-size: 21px;
}

.featb {
    background: #151515;
}

.featb .sectt {
    color: #ffffff;
}

.featb .sectt span {
    color: #151515;
    background: #f6cf35;
}

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

.featit {
    min-height: 235px;
    padding: 28px;
    position: relative;
    color: #151515;
    background: #f7f4ed;
    border: 3px solid #ffffff;
}

.featit:nth-child(2n) {
    background: #79d7d2;
}

.featit:nth-child(3n) {
    background: #ef6f9c;
}

.featit > span {
    position: absolute;
    top: 17px;
    right: 20px;
    color: #dd3f76;
    font-size: 13px;
    font-weight: 900;
}

.featit i {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6cf35;
    border: 2px solid #151515;
    font-size: 25px;
}

.featit b,
.downit > b {
    display: block;
    font-size: 20px;
}

.featit p,
.downit p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.8;
}

.downb {
    background: #f6cf35;
}

.downit {
    min-height: 245px;
    padding: 27px;
    background: #ffffff;
    border: 3px solid #151515;
    box-shadow: 7px 7px 0 #dd3f76;
}

.downit > div {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.downit > div span {
    font-size: 11px;
    font-weight: 900;
}

.downit > div i {
    font-size: 28px;
}

.downit a {
    margin-top: 22px;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #151515;
    font-size: 14px;
    font-weight: 900;
}

.downit a:hover {
    color: #dd3f76;
}

.stepb {
    background: #79d7d2;
}

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

.timeln::before {
    content: "";
    height: 4px;
    position: absolute;
    top: 31px;
    left: 8%;
    right: 8%;
    background: #151515;
}

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

.timeln article > span {
    width: 66px;
    height: 66px;
    margin: 0 auto 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6cf35;
    border: 3px solid #151515;
    border-radius: 50%;
    font-size: 19px;
    font-weight: 950;
}

.timeln article:nth-child(even) > span {
    background: #ef6f9c;
}

.timeln article div {
    min-height: 132px;
    padding: 23px 19px;
    background: #ffffff;
    border: 3px solid #151515;
}

.timeln b {
    font-size: 18px;
}

.timeln p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.7;
}

.faqbg {
    background: #f7f4ed;
}

.faqls {
    border-top: 3px solid #151515;
}

.faqit {
    border-bottom: 3px solid #151515;
}

.faqbt {
    width: 100%;
    min-height: 76px;
    padding: 18px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: transparent;
    border: 0;
    text-align: left;
    cursor: pointer;
}

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

.faqbt b span {
    margin-right: 20px;
    color: #dd3f76;
    font-size: 13px;
}

.faqbt > i {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    color: #ffffff;
    background: #151515;
    font-size: 20px;
}

.faqan {
    display: none;
}

.faqan p {
    max-width: 850px;
    padding: 0 20px 24px 55px;
    font-size: 14px;
    line-height: 1.8;
}

.faqit.active {
    background: #ffffff;
}

.faqit.active .faqan {
    display: block;
}

.newsb {
    background: #ef6f9c;
}

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

.newsit {
    min-height: 230px;
    padding: 27px 70px 27px 27px;
    position: relative;
    background: #f7f4ed;
    border: 3px solid #151515;
}

.newsit > div {
    margin-bottom: 23px;
    display: flex;
    justify-content: space-between;
    gap: 15px;
    font-size: 10px;
    font-weight: 900;
}

.newsit > div span {
    color: #dd3f76;
}

.newsit > b {
    display: block;
    font-size: 19px;
    line-height: 1.5;
}

.newsit > p {
    margin-top: 12px;
    color: #55514c;
    font-size: 14px;
    line-height: 1.75;
}

.newsit > i {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 25px;
}

.rateb {
    background: #f7f4ed;
}

.ratels {
    column-count: 3;
    column-gap: 22px;
}

.rateit {
    margin-bottom: 22px;
    padding: 25px;
    display: inline-block;
    width: 100%;
    background: #ffffff;
    border: 3px solid #151515;
    break-inside: avoid;
}

.rateit:nth-child(2n) {
    box-shadow: 6px 6px 0 #79d7d2;
}

.rateit:nth-child(3n) {
    box-shadow: 6px 6px 0 #ef6f9c;
}

.rateit > div {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 13px;
    font-weight: 900;
}

.rateit > div b {
    color: #dd3f76;
    font-size: 12px;
}

.rateit p {
    margin: 20px 0;
    font-size: 15px;
    line-height: 1.85;
}

.rateit time {
    color: #77716a;
    font-size: 11px;
}

.footer {
    color: #ffffff;
    background: #151515;
}

.footin {
    width: min(1200px, calc(100% - 40px));
    min-height: 150px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 30px;
}

.footnv {
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 13px 18px;
}

.footer .getap {
    color: #151515;
    background: #f6cf35;
    border-color: #ffffff;
    box-shadow: 4px 4px 0 #dd3f76;
}

.copyrt {
    padding: 17px 20px;
    color: #9f9991;
    border-top: 1px solid #403f3d;
    font-size: 11px;
    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: 17px;
    }

    .brand small {
        font-size: 7px;
    }

    .menub {
        display: flex;
    }

    .navin > .getap {
        display: none;
    }

    .navls {
        width: 100%;
        padding: 10px 14px 18px;
        position: absolute;
        top: 70px;
        left: 0;
        display: none;
        grid-template-columns: repeat(2, 1fr);
        gap: 0;
        background: #f7f4ed;
        border-bottom: 3px solid #151515;
    }

    .navls.open {
        display: grid;
    }

    .navls a {
        padding: 13px 8px;
        border-bottom: 1px solid #d4d0c8;
        text-align: center;
    }

    .heroin {
        width: 100%;
        min-height: 0;
        grid-template-columns: 1fr;
        border: 0;
    }

    .herotx {
        padding: 48px 20px 52px;
    }

    .herolg {
        width: 68px;
        height: 68px;
        margin: 30px 0 22px;
    }

    .herotx h1 {
        font-size: 42px;
        line-height: 1.1;
    }

    .herotx p {
        font-size: 15px;
        line-height: 1.8;
    }

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

    .herobt a {
        width: 100%;
    }

    .herobt span {
        text-align: center;
    }

    .heroim {
        height: 540px;
        padding: 50px 24px 0;
        border-top: 3px solid #151515;
        border-left: 0;
    }

    .phone {
        width: 260px;
        height: 490px;
    }

    .burst {
        width: 82px;
        height: 82px;
        top: 22px;
        right: 13px;
        font-size: 14px;
    }

    .captn {
        min-width: 220px;
        right: 8px;
        bottom: 24px;
    }

    .sectn {
        padding: 68px 0;
    }

    .wrapr {
        width: calc(100% - 28px);
    }

    .sectt {
        margin-bottom: 34px;
        font-size: 30px;
    }

    .shots {
        margin-right: -14px;
        padding: 0 14px 14px 0;
        display: flex;
        gap: 15px;
        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 {
        min-height: 0;
    }

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

    .timeln::before {
        width: 4px;
        height: auto;
        top: 20px;
        bottom: 20px;
        left: 31px;
        right: auto;
    }

    .timeln article {
        padding-bottom: 18px;
        display: grid;
        grid-template-columns: 66px 1fr;
        gap: 14px;
        text-align: left;
    }

    .timeln article > span {
        margin: 0;
    }

    .timeln article div {
        min-height: 0;
    }

    .faqbt {
        padding: 17px 10px;
    }

    .faqbt b {
        font-size: 15px;
        line-height: 1.6;
    }

    .faqbt b span {
        margin-right: 9px;
    }

    .faqan p {
        padding: 0 10px 21px;
    }

    .newsit {
        min-height: 0;
        padding: 23px 54px 23px 22px;
    }

    .newsit > div {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .ratels {
        column-count: 1;
    }

    .footin {
        width: calc(100% - 28px);
        padding: 42px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .footnv {
        margin: 0;
        justify-content: flex-start;
    }

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