@font-face {
    font-family: 'AlimamaFangYuanTiVF-Thin';
    src: url('../fonts/AlimamaFangYuanTiVF-Thin.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
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;
}

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

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

a {
    text-decoration: none;
    color: #3C80F4;
}

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-wrap {
    background: #fff;
    height: 100vh;
    width: 26.125rem;
    box-shadow: 2px 3px 10px #999;
    overflow-y: scroll;
}

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

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

.page-wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.page-wrap {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.head-wrap {
    background-image: url(../media/background.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header{padding: 1rem;position: relative;z-index: 1;background-color: #fff;}
.head-wrap__info {max-width:1200px;margin:auto;display: flex;justify-content: space-between;align-items: center;}
header h1 {
    all: unset;
    cursor: pointer;
    display: flex;
}
header h1 img{width: auto;height: 2rem;object-fit:cover;}
.head-wrap__nav {
    display: flex;
    column-gap: 2rem;
}
.head-wrap__nav a {
    color: #000;
    font-size: .875rem;
}
a.head-wrap--active {
    color: #3C80F4;
}
.head-wrap__product-container {
    padding: 2rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.head-wrap__product-container .h2 {
    display: flex;
    align-items: center;
}

.head-wrap__product-container .h2 img {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
}
.head-wrap__product-container h2 {
    font-weight: 900;
    font-size: 2.875rem;
    color: #333;
}
.head-wrap__product-container h2 img {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.5rem;
}
.head-wrap__product-slogan {
    font-size: 1.125rem;
    color: #333;
    margin: .25rem 0 .75rem 0;
}
.head-wrap__product-slogan span {
    color: #333;
}
.head-wrap__download-button i {
    content: url(../media/down-pc.png);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}

.head-wrap__download-button.android i {
    content: url(../media/down-android.webp);
}

.head-wrap__download-button.ios i {
    content: url(../media/down-ios.webp);
}
.head-wrap__download-button {
    color: #fff;
    background-color: #3C80F4;
    border-radius: 1.5rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.head-wrap__download-section{position: relative;cursor: pointer;}
.head-wrap__qrcode-container{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(../media/code-box.png);background-size:179px 197px;position:absolute;top: 45px;left: 10px;z-index:5;display:none!important;}
.head-wrap__qrcode-wrapper{margin-bottom:24px;}
.head-wrap__qrcode-wrapper img{width:136px!important;height:136px!important}
.head-wrap__download-promo {
    font-size: .8125rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    color: #333;
}
.head-wrap__package {
    font-size: .8125rem;
    line-height: 1rem;
    margin: .5rem 0 1rem 0;
    color: #333;
    display: flex;
    gap: 0.625rem;
}
.head-wrap__product-banner {
    width: 100%;
}

.h3 {
    color: #333;
    font-size: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h3 span {
    z-index: 99;
}
.h3::after {
    content: '';
    display: flex;
    width: 7.625rem;
    height: 1.125rem;
    margin-top: -0.9375rem;
    background-image: url('../media/module-icon.webp');
    background-size: 7.625rem 1.125rem;
    background-repeat: no-repeat;
}
.function {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2.5rem 0 0;
    row-gap: 2rem;
}
.function__banner {
    display: flex;
    background-color: #EBF2FF;
    border-radius: .75rem;
    row-gap: 1rem;
    margin: 0 1rem;
    padding: 2rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.function__banner img {
    width:100%;
    height: 100%;
}

.feature {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2.5rem 0 0;
}
.feature__list {
    display: flex;
    row-gap: 2rem;
    padding: 1.75rem 1rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature__entry {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1rem;
}
.feature__name {
    font-size: 1.125rem;
    color: #3C80F4;
    font-weight: bold;
    padding-bottom: .25rem;
    border-bottom: .25rem solid #3C80F4;
}
.feature__entry p {
    color: #666;
    font-size: .9375rem;
    line-height: 1.375rem;
}
.feature__entry img {
    width: 95%;
    height: 100%;
}

.scene {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 0;
    row-gap: 2rem;
}
.scene__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: .625rem;
    column-gap: .625rem;
    padding: 0 1rem;
}
.scene__entry {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.5rem;
}
.scene__entry:nth-child(1) {
    width: 11.5rem;
}
.scene__entry:nth-child(6) {
    width: 9.875rem;
}
.scene__entry:nth-child(7) {
    width: 10.375rem;
}
.scene__entry:nth-child(2){
    width:5.375rem;
}
.scene__entry:nth-child(3){
    width:5.125rem;
}
.scene__entry:nth-child(4),
.scene__entry:nth-child(5){
    width:6rem;
}
.scene__entry:nth-child(8){
    width:5.625rem;
}
.scene__entry:nth-child(9){
    width:5.9375rem;
}
.scene__entry img {
    width: 100%;
    height: 100%;
}
.scene__entry span {
    position: absolute;
    color: #fff;
    font-weight: bold;
    font-size: .75rem;
}

.faq {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2.5rem 0 1.25rem;
    row-gap: 2rem;
}
.faq__list {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
    background-color: #Fff;
}
.faq__entry {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.625rem;
    padding: 1rem;
    border: 1px dashed #3C80F4;
    border-radius: .625rem;
    background-color: #F5F9FF;
}
.faq__name {
    font-size: .9375rem;
    font-weight: bold;
    color: #3C80F4;
    width: 100%;
    display: flex;
    align-items: center;
}
.faq__name div {
    width: 15rem;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.faq__name span {
    color: #666;
    font-size: .75rem;
    font-weight: 400;
}
.faq__name i {
    width: .75rem;
    height: .875rem;
    background-image: url("../media/faq-select.webp");
    background-size: .75rem .875rem;
    background-repeat: no-repeat;
    margin-left: .375rem;
}


.faq__entry p {
    font-size: 0.75rem;
    color: #333;
    line-height: 1.125rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.0575rem;
}


.cloumn {
    display: flex;
    flex-direction: column;
    background-color: #F6F5FA;
    height: 100vh!important;
}

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

.article-list {
    display: flex;
    flex-direction: column;
    background-color: #F6F5FA;
    margin-bottom: auto;
    padding: 0 1rem;
    row-gap: .5rem;
}
.article-list__entry {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    border-radius: .375rem;
    column-gap: .5rem;
}
.article-list__entry img {
    width: 7.625rem;
    height: 5.3125rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.article-list__info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.article-list__info h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: .9375rem;
}
.article-list__desc {
    overflow: hidden;      /* 超出隐藏 */
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制两行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #666;
    font-size: .75rem;
    line-height: 1.25rem;
}
.article-list__datetime {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-list__pages {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F6F5FA;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.25rem 1rem;
    row-gap: .5rem;
}
.article-list__pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.article-list__pages a.active {
    color: #fff;
    background-color: #3C80F4;
    border: 1px solid #3C80F4;
}

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

.article-main__referlink a {
    color: #3C80F4;
}

.subname {
    color: #3C80F4;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
.subname::before {
    content: '';
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    background-image: url(../media/details.webp);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}
.article-main__content {
    display: block;
    background-color: #ffffff;
    padding: 1.25rem 1rem 1.25rem;
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
}
.article-main__content p {
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.article-main__content p img, .article-main__content center img {
    max-width: 80%;
    max-height: 18.75rem;
    height: auto;
    width: auto;
    margin: 0.75rem auto;
    display: block;
    border-radius: .375rem;
    box-shadow: 0 0 5px 1px #3C80F4C2;
}
.article-main__content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    color: #3C80F4;
    margin: .5rem 0;
    background: unset;
    padding-bottom: .375rem;
    border-bottom: 1px solid #E3E4E3;
}
.article-main__content p a {
    color: #3C80F4;
}
.article-read {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.25rem;
    margin-bottom: auto;
}
.article-read .subname {
    margin-bottom: 1rem;
}
.article-read .subname::before {
    background-image: url('../media/read.webp');
}
.article-read__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .5rem;
}
.article-read__entry {
    padding: .5rem;
    border: 1px solid #E0EBFF;
    border-radius: .625rem;
    display: flex;
    justify-content: space-between;
}
.article-read__thumb {
    width: 8.5rem;
    height: 5.9375rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.article-read__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .5rem;
}
.article-read__name {
    color: #333;
    font-size: .9375rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-read__desc {
    margin-bottom: .375rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: auto;
    overflow: hidden;
    color: #666;
    font-size: .75rem;
}
.article-read__time {
    font-size: .75rem;
    color: #999;
}



.page-404 {
    height: 100%;
}

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

.page-404 .desc {
    text-align: center;
    font-size: 1rem;
    color: #333;
    margin-top: 1rem;
}
.page-404 span {
    font-family: "AlimamaFangYuanTiVF-Thin";
    display: block;
    font-size: 1.5rem;
    color: #3C80F4;
    margin-top: -1rem;
    text-align: center;
}
.page-404 .btn-lists {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.page-404 .btn-lists a {
    text-align: center;
    background: #3C80F4;
    font-size: 1rem;
    padding: .5rem 3rem;
    color: #FFFFFF;
    border-radius: 1.5rem;
}

.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: #F6F5FA;
    flex-shrink: 0;
}




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

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


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

.to_top img {
    width: 2.5rem;
    height: 2.5rem;
}

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