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

html {
    scroll-behavior: smooth;
}

body {
    color: #17212e;
    background: #eef2f5;
    font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    line-height: 1.7;
}

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

button {
    color: inherit;
    font: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.kirova {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid #bcc6d1;
    background: #ffffff;
}

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

.navqix {
    min-height: 76px;
    display: flex;
    align-items: center;
    gap: 27px;
}

.brazel {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    font-size: 18px;
    font-weight: 900;
}

.brazel img {
    width: 46px;
    height: 46px;
    border: 1px solid #17212e;
    border-radius: 6px;
}

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

.navetu a,
.footnv a {
    font-size: 14px;
    font-weight: 700;
}

.navetu a:hover,
.footnv a:hover {
    color: #1559e8;
}

.getnow,
.heroct {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 1px solid #17212e;
    border-radius: 5px;
    color: #ffffff;
    background: #1559e8;
    font-weight: 900;
    transition: background .2s;
}

.getnow {
    min-height: 42px;
    padding: 0 17px;
    white-space: nowrap;
}

.getnow:hover,
.heroct:hover {
    background: #e74050;
}

.menulo {
    display: none;
    width: 42px;
    height: 42px;
    border: 1px solid #17212e;
    border-radius: 5px;
    background: #baf36a;
    font-size: 22px;
}

.heroqa {
    border-bottom: 1px solid #17212e;
    background: #ffffff;
}

.heroin {
    min-height: 690px;
    display: grid;
    grid-template-columns: 1fr 510px;
    align-items: center;
    gap: 78px;
    padding: 66px 0;
}

.herotx {
    position: relative;
    z-index: 2;
}

.verify {
    max-width: 430px;
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    margin-bottom: 28px;
    padding: 9px 12px;
    border: 1px solid #17212e;
    border-radius: 5px;
    background: #baf36a;
    font-size: 11px;
    font-weight: 900;
}

.verify i {
    color: #1559e8;
    font-size: 20px;
}

.verify b {
    color: #3b4a38;
    font-size: 10px;
}

h1 {
    font-size: 68px;
    line-height: 1.06;
    letter-spacing: 0;
    font-weight: 900;
}

.herotx > p {
    max-width: 590px;
    margin-top: 25px;
    color: #4d5967;
    font-size: 17px;
}

.heroct {
    width: 370px;
    min-height: 76px;
    margin-top: 34px;
    padding: 0 22px;
    justify-content: flex-start;
}

.heroct > i:first-child {
    font-size: 27px;
}

.heroct > i:last-child {
    margin-left: auto;
    font-size: 22px;
}

.heroct span {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.heroct small {
    font-size: 10px;
    font-weight: 500;
}

.verpan {
    position: relative;
    height: 550px;
    padding: 0 24px 24px;
    border: 1px solid #17212e;
    border-radius: 8px;
    background: #eef2f5;
    box-shadow: 14px 14px 0 #17212e;
}

.pantop {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #aeb9c4;
    font-size: 11px;
    font-weight: 900;
}

.pantop i {
    color: #16a369;
    font-size: 22px;
}

.phonez {
    position: absolute;
    top: 78px;
    left: 28px;
    width: 225px;
    height: 425px;
    padding: 8px;
    border: 1px solid #17212e;
    border-radius: 6px;
    background: #ffffff;
    overflow: hidden;
}

.phonez img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}

.infogr {
    position: absolute;
    top: 92px;
    right: 24px;
    width: 205px;
}

.infogr div {
    display: flex;
    flex-direction: column;
    padding: 14px 0;
    border-bottom: 1px solid #aeb9c4;
}

.infogr span {
    color: #687583;
    font-size: 10px;
}

.infogr b {
    font-size: 14px;
}

.sealok {
    position: absolute;
    right: 24px;
    bottom: 30px;
    width: 170px;
    height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid #16a369;
    border-radius: 50%;
    color: #16a369;
    background: #ffffff;
    transform: rotate(-7deg);
}

.sealok i {
    font-size: 30px;
}

.sealok b {
    font-size: 22px;
}

.sealok span {
    font-size: 10px;
}

.checkb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-top: 1px solid #17212e;
    background: #17212e;
}

.checkb span {
    padding: 15px;
    border-right: 1px solid #5d6874;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 800;
}

.checkb i {
    margin-right: 6px;
    color: #baf36a;
}

.sectio {
    padding: 96px 0;
    border-bottom: 1px solid #c3ccd5;
}

.secttl {
    margin-bottom: 48px;
    text-align: center;
    font-size: 35px;
    line-height: 1.3;
    font-weight: 900;
}

.secttl::before {
    content: "[ ";
    color: #1559e8;
}

.secttl::after {
    content: " ]";
    color: #1559e8;
}

.showcq {
    background: #eef2f5;
}

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

.shotit {
    padding: 10px;
    border: 1px solid #17212e;
    border-radius: 6px;
    background: #ffffff;
}

.shotop {
    min-height: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #667382;
    font-size: 10px;
}

.shotop b {
    color: #1559e8;
    font-size: 13px;
}

.shotit img {
    width: 100%;
    height: auto;
    border: 1px solid #d4dae0;
    border-radius: 3px;
}

.featbq {
    background: #ffffff;
}

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

.featcr {
    min-height: 235px;
    padding: 26px;
    border: 1px solid #17212e;
    border-radius: 7px;
}

.featcr:nth-child(1),
.featcr:nth-child(5) {
    background: #dfeaff;
}

.featcr:nth-child(3) {
    background: #baf36a;
}

.featic {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 38px;
}

.featic i {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    color: #ffffff;
    background: #1559e8;
    font-size: 24px;
}

.featic span {
    color: #75818e;
    font-size: 11px;
    font-weight: 900;
}

.cardtl {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 900;
}

.featcr p,
.stepct p,
.newsit p {
    margin-top: 10px;
    color: #566271;
    font-size: 14px;
}

.downbq {
    color: #ffffff;
    background: #1559e8;
}

.downit {
    min-height: 125px;
    display: grid;
    grid-template-columns: 28px 42px 1fr 22px;
    align-items: center;
    gap: 12px;
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 6px;
    background: #1559e8;
    transition: color .2s, background .2s;
}

.downit:hover {
    color: #17212e;
    background: #baf36a;
}

.downno {
    font-size: 10px;
    font-weight: 900;
}

.downit > i:nth-child(2) {
    font-size: 29px;
}

.downit div:nth-child(3) {
    display: flex;
    flex-direction: column;
}

.downit span {
    color: #c4d3f9;
    font-size: 11px;
}

.downit:hover span {
    color: #485443;
}

.stepbq {
    background: #baf36a;
}

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

.timeln::before {
    position: absolute;
    top: 32px;
    left: 7%;
    right: 7%;
    height: 2px;
    content: "";
    background: #17212e;
}

.stepit {
    position: relative;
    text-align: center;
}

.stepno {
    position: relative;
    z-index: 2;
    width: 66px;
    height: 66px;
    margin: 0 auto;
    display: grid;
    place-items: center;
    border: 1px solid #17212e;
    border-radius: 50%;
    color: #ffffff;
    background: #1559e8;
    font-weight: 900;
}

.stepct {
    margin-top: 22px;
    padding: 23px 17px;
    border: 1px solid #17212e;
    border-radius: 6px;
    background: #ffffff;
}

.faqbgr {
    background: #eef2f5;
}

.narrow {
    max-width: 930px;
}

.faqitm {
    margin-bottom: 12px;
    border: 1px solid #17212e;
    border-radius: 6px;
    background: #ffffff;
}

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

.faqbtn span {
    display: flex;
    align-items: center;
    gap: 16px;
}

.faqbtn b {
    color: #1559e8;
}

.faqbtn i {
    font-size: 24px;
    transition: transform .2s;
}

.faqans {
    display: none;
    padding: 0 68px 22px;
    color: #566271;
    font-size: 14px;
}

.faqitm.opened {
    border-color: #1559e8;
    box-shadow: 4px 4px 0 #1559e8;
}

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

.faqitm.opened .faqbtn i {
    transform: rotate(45deg);
}

.newsbq {
    background: #ffffff;
}

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

.newsit {
    position: relative;
    min-height: 205px;
    padding: 26px 70px 26px 26px;
    border: 1px solid #aeb9c4;
    border-radius: 6px;
}

.newstm {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    color: #7a8693;
    font-size: 11px;
}

.newstm b {
    color: #1559e8;
}

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

.voicbq {
    background: #dfeaff;
}

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

.voicit {
    break-inside: avoid;
    margin-bottom: 18px;
    padding: 23px;
    border: 1px solid #17212e;
    border-radius: 6px;
    background: #ffffff;
}

.voicit:nth-child(2n) {
    border-top: 5px solid #baf36a;
}

.voictp {
    display: grid;
    grid-template-columns: 42px 1fr 26px;
    align-items: center;
    gap: 11px;
}

.avatar {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #1559e8;
    font-size: 20px;
}

.voictp > div:nth-child(2) {
    display: flex;
    flex-direction: column;
}

.voictp time {
    color: #74808d;
    font-size: 11px;
}

.voictp > i {
    color: #e74050;
    font-size: 23px;
}

.voicit > p {
    margin-top: 18px;
    font-size: 14px;
}

.footer {
    color: #ffffff;
    background: #17212e;
}

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

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

.copyrt {
    padding: 17px 20px;
    border-top: 1px solid #4a5561;
    color: #aeb7c0;
    text-align: center;
    font-size: 12px;
}

@media (max-width: 767px) {
    .navqix,
    .heroin,
    .wraper,
    .footin {
        width: min(100% - 28px, 1200px);
    }

    .navqix {
        min-height: 66px;
        gap: 10px;
    }

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

    .brazel span {
        max-width: 110px;
        overflow: hidden;
        font-size: 14px;
        white-space: nowrap;
    }

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

    .navqix > .getnow {
        min-height: 42px;
        padding: 0 10px;
        font-size: 0;
    }

    .navqix > .getnow i {
        font-size: 20px;
    }

    .navetu {
        position: absolute;
        top: 66px;
        left: 0;
        right: 0;
        display: none;
        padding: 12px 14px 18px;
        border-bottom: 1px solid #17212e;
        background: #ffffff;
    }

    .navetu.navopn {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .navetu a {
        padding: 9px 5px;
        border: 1px solid #17212e;
        border-radius: 4px;
        background: #eef2f5;
        text-align: center;
    }

    .heroin {
        min-height: 0;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 44px;
        padding: 62px 0 48px;
    }

    .verify {
        grid-template-columns: 26px 1fr;
    }

    .verify b {
        display: none;
    }

    h1 {
        font-size: 46px;
    }

    .herotx > p {
        font-size: 15px;
    }

    .heroct {
        width: 100%;
    }

    .verpan {
        height: 500px;
        box-shadow: 8px 8px 0 #17212e;
    }

    .phonez {
        left: 18px;
        width: 52%;
        height: 382px;
    }

    .infogr {
        right: 16px;
        width: 38%;
    }

    .sealok {
        right: 16px;
        bottom: 22px;
        width: 132px;
        height: 132px;
    }

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

    .checkb span {
        border-bottom: 1px solid #5d6874;
    }

    .sectio {
        padding: 72px 0;
    }

    .secttl {
        margin-bottom: 38px;
        font-size: 28px;
    }

    .shotsq {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding-bottom: 14px;
        scroll-snap-type: x mandatory;
    }

    .shotit {
        flex: 0 0 78%;
        scroll-snap-align: start;
    }

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

    .timeln {
        display: block;
    }

    .timeln::before {
        top: 0;
        bottom: 0;
        left: 32px;
        right: auto;
        width: 2px;
        height: auto;
    }

    .stepit {
        display: grid;
        grid-template-columns: 66px 1fr;
        gap: 18px;
        margin-bottom: 18px;
        text-align: left;
    }

    .stepct {
        margin-top: 0;
    }

    .faqbtn {
        min-height: 72px;
        padding: 12px 15px;
    }

    .faqbtn span {
        gap: 9px;
    }

    .faqans {
        padding: 0 15px 20px;
    }

    .newsit {
        padding: 22px 54px 22px 20px;
    }

    .newstm {
        flex-direction: column;
        gap: 2px;
    }

    .voicls {
        columns: 1;
    }

    .footin {
        padding: 38px 0;
        flex-direction: column;
    }

    .footnv {
        flex: none;
    }

    .footin .getnow {
        width: 100%;
    }
}
