body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, section {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

* {
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

div, ul, h1, h2, h3, h4, h5, h6 {
    box-sizing: border-box
}

ul, ol, li {
    list-style: none
}

a {
    text-decoration: none;
    color: #2b7cff;
}

html, body {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

em {
    font-style: inherit;
}


.page {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
}

/**滚动条START**/
.page::-webkit-scrollbar {
    width: .25rem;
}

.page::-webkit-scrollbar-track {
    background: #fff;
    border-radius: .25rem;
}

.page::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.page {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.hero__head {padding: 1rem;display: flex;justify-content: space-between;align-items: center;}
.hero__head h1 {
    all: unset;
    cursor: pointer;
    display: flex;
}
.hero__logo {width: auto;height: 2rem;object-fit:cover;}
.hero__nav {
    display: flex;
    column-gap: 2rem;
}
.hero__nav a {
    color: #000;
    font-size: .875rem;
}
a.hero__nav--active {
    color: #2b7cff;
}
.hero__product-information {
    padding: 2rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.hero__product-information h2 {
    font-weight: 900;
    font-size: 2.875rem;
    color: #333;
    margin-bottom: .75rem;
}
.hero__slogan-wrap {
    font-size: 1.25rem;
    color: #333;
    font-weight: bold;
    margin: 0 0 .25rem 0;
    display: flex;
    align-items: flex-end;
    column-gap: .25rem;
}
.hero__slogan-second {
    font-size: 1rem;
}
.hero__download-button {
    color: #fff;
    background-color: #2b7cff;
    border-radius: 1.5rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.hero__download-button i {
    content: url(../images/down-pc.png);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}
.hero__download-button.android i {
    content: url(../images/down-android.webp);
}

.hero__download-button.ios i {
    content: url(../images/down-ios.webp);
}

.hero__download-information{position: relative;cursor: pointer;}
.hero__qrcode-wrap{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(../images/code-box.png);background-size:179px 197px;position:absolute;top: 2.5rem;left: .625rem;z-index:5;display:none!important;}
.hero__qrcode-main{margin-bottom:1.5rem;}
.hero__qrcode-main img{width:136px!important;height:136px!important}
.hero__download-promo {
    font-size: .875rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    color: #333;
}
.hero__version-information {
    font-size: .75rem;
    line-height: 1rem;
    margin: .5rem 0 1rem 0;
    color: #333;
    display: flex;
    gap: 0.625rem;
}
.hero__product-banner {
    width: 100%;
}

.subname {
    font-size: 1.75rem;
    color: #333;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.subname span {
    z-index: 1;
}
.subname::after {
    content: '';
    width: 7.625rem;
    height: .375rem;
    margin-top: -0.625rem;
    background-color: #2b7cff;
}
.function {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 2rem;
    row-gap: 3.25rem;
    align-items: center;
}
.function__info {
    display: flex;
    width: 18rem;
    height: 18rem;
    background-image: url(../images/function.webp);
    background-size: 18rem 18rem;
    justify-content: space-between;
}
.function__left,.function__right {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    margin-top: -.75rem;
}
.function__left {
    align-items: flex-start;
    margin-left: -2.75rem;
}
.function__right {
    align-items: flex-end;
    margin-right: -2.75rem;
}
.function__left .function__item:nth-child(3n + 1),
.function__right .function__item:nth-child(3n + 6) {
    background-color: #82AEF8;
}
.function__left .function__item:nth-child(3n + 2),
.function__right .function__item:nth-child(3n + 3) {
    background-color: #EB7B85;
}
.function__left .function__item:nth-child(3n + 3),
.function__right .function__item:nth-child(3n + 1) {
    background-color: #EF9F7C;
}
.function__left .function__item:nth-child(3n + 4),
.function__right .function__item:nth-child(3n + 2) {
    background-color: #3EC443;
}
.function__left .function__item:nth-child(3n + 5),
.function__right .function__item:nth-child(3n + 4) {
    background-color: #3793B7;
}
.function__left .function__item:nth-child(3n + 6),
.function__right .function__item:nth-child(3n + 5) {
    background-color: #7E90DF;
}
.function__item {
    padding: .4375rem 1rem;
    border-radius: 1.25rem;
    font-size: 1rem;
    color: #fff;
}
.function__item .function__left {

}

.advantage {
    display: flex;
    flex-direction: column;
    padding: 1.5rem 0 0 1rem;
    row-gap: 2.5rem;
}
.advantage__backdrop {
    position: relative;
    width: 18.75rem;
    height: 40.625rem;
    background-color: #DDEEF2;
    margin-left: auto;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}
.advantage__info {
    width: 22.125rem;
    padding: 2.375rem 1.25rem;
    border-radius: 1.25rem;
    background-color: #CACEF4;
    position: absolute;
    top: 3.5rem;
    left: -5.75rem;
}
.advantage__item {
    display: flex;
    justify-content: center;
    position: relative;
}
.advantage__img {
    width: 15rem;
}
.advantage__message {
    position: absolute;
    display: flex;
    bottom: 1.875rem;
    background-color: #fff;
    border-radius: .9375rem;
    padding: 1rem 1.5rem;
    flex-direction: column;
    row-gap: .5rem;
    align-items: center;
}
.advantage_name {
    color: #2b7cff;
    font-size: 1.125rem;
}
.advantage_description {
    color: #666;
    font-size: .9375rem;
    line-height: 1.375rem;
}
.swiper-pagination-bullet-active {
    width: 1.875rem!important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.75rem;
    left: -5rem;
    font-size: 0;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.25rem;
    width: .9375rem;
    border-radius: .25rem;
    height: .375rem;
    background: #2b7cff!important;
    opacity: 1;
}

.update {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 0;
    row-gap: 2.5rem;
}
.update__info {
    display: flex;
    row-gap: 1rem;
    padding: 0 1rem 0;
    flex-direction: column;
}
.update__item {
    display: flex;
    row-gap: 1.5rem;
    column-gap: 1.625rem;
    padding: 1rem 1.5rem;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F6FF 100%);
    border-radius: .625rem;
}
.update__item:nth-child(2n) {
    flex-direction: row-reverse;
}
.update__image {
    width: 4.375rem;
    height: 4.375rem;
    flex-shrink: 0;
}
.update__text {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.update__name {
    font-size: 1.125rem;
    color: #2b7cff;
}
.update__description {
    color: #666;
    font-size: .9375rem;
    line-height: 1.375rem;
}

.faq {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2.5rem 0 1.375rem;
    row-gap: 2rem;
}
.faq__info {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
    background-color: #Fff;
}
.faq__item {
    display: flex;
    align-items: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid #e3e4e3;
}
.faq__icon {
    width: 1rem;
    height: 1.125rem;
    background-image: url(../images/faq.webp);
    background-size: 1rem 1.125rem;
    background-repeat: no-repeat;
    flex-shrink: 0;
    margin-right: .375rem;
}
.faq__description {
    font-size: 0.9375rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.faq__time {
    color: #2b7cff;
    font-size: .75rem;
    flex-shrink: 0;
    margin-left: auto;
}


.page-category {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}

.breadcrumbs {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    background-color: #F6F5FA;
    color: #999;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.breadcrumbs i {
    width: .875rem;
    height: .875rem;
    background-image: url("../images/crumbs.webp");
    background-size: .875rem .875rem;
    background-repeat: no-repeat;
    margin-right: .25rem;
    flex-shrink: 0;
}
.breadcrumbs a,.breadcrumbs h1 {
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    flex-shrink: 0;
}
.breadcrumbs span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category-lists {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    padding: 1rem 1rem 0;
    row-gap: 1rem;
}
.category-lists__item {
    background-color: #fff;
    display: flex;
    column-gap: .5rem;
    flex-direction: column;
    row-gap: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #67a0fc85;
}
.category-lists__info {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.category-lists__name {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2C2C2C;
    font-size: 1rem;
    font-weight: bold;
}
.category-lists__desc {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .75rem;
}
.category-lists__datetime {
    color: #2b7cff;
    font-size: .75rem;
    display: flex;
    flex-shrink: 0;
    margin-left: 1rem;
}
.page-category .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.375rem 1rem;
    row-gap: .5rem;
}
.page-category .pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
    box-shadow: 0 0 .125rem 0px #2b7cff;
}
.page-category .pages a.active {
    color: #fff;
    background-color: #2b7cff;
    border: 1px solid #2b7cff;
}


.article {
    display: flex;
    flex-direction: column;
}
.article__name {
    background: #ffffff;
    padding: 1.25rem 1rem 0;
}
.article__name h2 {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: .875rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.article__name .article__info {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 1rem;
    border-bottom: 1px dashed #E3E4E3;
    column-gap: 2.5rem;
    align-items: center;
}
.article__name .article__info span {
    font-size: .75rem;
    display: flex;
    align-items: center;
    color: #666;
}

.article__name .article__info span.article__refer-link a {
    color: #2b7cff;
}

.article__subname {
    color: #333;
    font-weight: bold;
    font-size: 1.125rem;
    display: block;
    width: 5rem;
    height: 2.25rem;
    background-size: 5rem 2.25rem;
    margin-bottom:.75rem;
    background-image: url(../images/details.webp);
    background-repeat: no-repeat;
}
.article__content {
    display: block;
    background-color: #ffffff;
    padding: 1rem 1rem 1.25rem;
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
}
.article__content p {
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.article__content p img, .article__content img {
    max-width: 80%;
    max-height: 18.75rem;
    height: auto;
    width: auto;
    margin: 1.375rem auto;
    display: block;
    border-radius: .375rem;
    box-shadow: 0 0 5px 1px #2b7cffC2;
}
.article__content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    background-color: #eee;
    padding: .375rem .625rem;
    color: #2b7cff;
    margin: 1rem 0;
    border-left: .25rem solid;
}
.article__content p a {
    color: #2b7cff;
}
.keep-read {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.375rem;
    margin-bottom: auto;
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.keep-read__subname {
    background-image: url(../images/keep-read.webp);
    margin-bottom:0;
}
.keep-read__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
}
.keep-read__item {
    width: 100%;
    display: flex;
    padding-bottom: .75rem;
    border-bottom: 1px dashed #E3E4E3;
    align-items: center;
}
.keep-read__label {
    width: .625rem;
    height: .625rem;
    background: #DDD;
    border-radius: 50%;
    margin-right: .5rem;
    flex-shrink: 0;
}
.keep-read__name {
    color: #333;
    font-size: .9375rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: .5rem;
}
.keep-read__datetime {
    font-size: .75rem;
    color: #2b7cff;
    flex-shrink: 0;
    margin-left: auto;
}



.page__404 {
    height: 100%;
}

.page__img {
    width: 100%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page__desc {
    text-align: center;
    font-size: 1rem;
    color: #333;
    margin-top: -9rem;
}
.page__button {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.page__button a {
    text-align: center;
    background: #2b7cff;
    font-size: 1rem;
    padding: .5rem 2rem;
    color: #FFFFFF;
    border-radius: .25rem;
}

.page__privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.page__privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}
.line {
    height: .5rem;
    background-color: #f5f5f7;
    flex-shrink: 0;
}




.footer {
    text-align: center;
    width: 100%;
    background-color: #203042;
    padding: 1rem 0.75rem;
    font-size: .75rem;
    line-height: 1.5rem;
}

.footer p, .footer p a {
    font-weight: normal;
    margin-bottom: 0;
    color: #fff;
    margin-top: 0;
    text-align: center;
}
.footer p a {
    color: #2b7cff;
}
.footer .privacy {
    margin-right: 0.5rem;
}
.footer .record,.footer .privacy {
    color: #fff;
}


.back-top {
    position: fixed;
    right: 1rem;
    bottom: 6rem;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.back-top img {
    width: 2.5rem;
    height: 2.5rem;
}

@media (min-width: 600px) {
    .back-top {
        right: calc(50vw - 12rem);
    }
}