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: #4088FB;
}

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;
}


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

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

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

.index-page::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.index-page {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.download-area {
    background-image: url(../images/banner-background.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
header{padding: 1rem;position: relative;z-index: 1;background-color: #fff;}
.download-area__head {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;}
header .download-area__nav {
    display: flex;
    column-gap: 2rem;
}
header .download-area__nav a {
    color: #000;
    font-size: .875rem;
}
header a.download-area--active {
    color: #4088FB;
}
.download-area .download-area__container {
    padding: 2rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.download-area .download-area__container .h2 {
    display: flex;
    align-items: center;
}

.download-area .download-area__container .h2 img {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
}
.download-area .download-area__container h2 {
    font-weight: 900;
    font-size: 2.875rem;
    color: #4088FB;
}
.download-area .download-area__container h2 img {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.5rem;
}
.download-area .download-area__container .download-area__slogan {
    font-size: 1.125rem;
    color: #4088FB;
    margin: .5rem 0 .9375rem 0;
}
.download-area .download-area__container .download-area__slogan span {
    color: #4088FB;
}
.download-area .download-area__container .download-area__button i {
    content: url(../images/down-pc.png);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}

.download-area .download-area__container .download-area__button.android i {
    content: url(../images/down-android.webp);
}

.download-area .download-area__container .download-area__button.ios i {
    content: url(../images/down-ios.webp);
}
.download-area .download-area__container .download-area__button {
    color: #fff;
    background-color: #4088FB;
    border-radius: 1.5rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.download-area .download-area__container .download-area__section{position: relative;cursor: pointer;}
.download-area .download-area__container .download-area__qrcode-container{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: 45px;left: 10px;z-index:5;display:none!important;}
.download-area .download-area__container .download-area__qrcode-container .download-area__qrcode-main{margin-bottom:24px;}
.download-area .download-area__container .download-area__qrcode-container .download-area__qrcode-main img{width:136px!important;height:136px!important}
.download-area .download-area__container .download-area__promo {
    font-size: .8125rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    color: #4088FB;
}
.download-area .download-area__container .download-area__ver-info {
    font-size: .8125rem;
    line-height: 1rem;
    margin: .5rem 0 1rem 0;
    color: #4088FB;
    display: flex;
    gap: 0.625rem;
}
.download-area .download-area__container .download-area__banner {
    width: 100%;
}

.piece__name {
    font-size: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(to right, #3FA2FC, #3FA2FC, #3FA2FC, #3568F4, #3568F4, #3568F4);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.update {
    display: flex;
    flex-direction: column;
    background-color: #7EBDFF;
    padding: 1.5rem 1rem;
    row-gap: 1.5rem;
}
.update .piece__name {
    background: unset;
    color: #fff;
}
.update__list {
    width: 100%;
}
.update__piece {
    background-color: #fff;
    padding: 1.75rem 1.75rem 3.75rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.update__piece img {
    width: 6.5rem;
    height: 6.5rem;
}
.update__name {
    font-size: 1.25rem;
    font-weight: bold;
    color: #333;
    margin: 1.75rem 0 1.5rem;
}
.update__desc {
    font-size: .975rem;
    color: #666;
    line-height: 1.375rem;
}
.swiper-pagination-bullet-active {
    background: #7EBDFF!important;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1.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: 1rem;
    border-radius: .125rem;
    height: .25rem;
}

.feature {
    display: flex;
    flex-direction: column;
    background-color: #E8F2FC;
    padding: 2.5rem 0 2rem;
}
.feature__list {
    display: flex;
    row-gap: 2rem;
    padding: 1rem 1rem 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.feature__piece {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 1.5rem;
}
.feature__piece img {
    width: 70%;
    height: 100%;
}
.feature__piece:nth-child(2) img{
    width:100%;
}
.feature__name {
    font-weight: bold;
    font-size: 1.125rem;
    color: #333;
    border-radius: .625rem;
    box-shadow: 0 0 .375rem 1px rgba(134, 190, 255, 0.49);
    padding: .5rem 1.75rem;
    background-color: #fff;
    margin-bottom: -.75rem;
}
.feature__desc {
    color: #666;
    font-size: .9375rem;
    line-height: 1.375rem;
}


.function {
    display: flex;
    flex-direction: column;
    padding: 2.5rem 0 2rem;
    row-gap: 2rem;
}
.function__list {
    display: flex;
    row-gap: 1rem;
    padding: 0 1.75rem;
    flex-direction: column;
}
.function__piece {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 2rem;
    column-gap: 1rem;
    border-radius: .625rem;
    box-shadow: 0 0 .375rem 1px rgba(134, 190, 255, 0.49);
}
.function__piece img {
    width: 3rem;
    height: 3rem;
}
.function__desc {
    display:flex;
    flex-direction: column;
    row-gap: .375rem;
}
.function__desc span {
    color: #333;
    font-size: 1.125rem;
    font-weight: bold;
}
.function__desc p {
    font-size: .975rem;
    color: #666;
}

.problem {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2.5rem 0 1.5rem;
    row-gap: 2rem;
}
.problem__list {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
    background-color: #Fff;
}
.problem__piece {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    border-radius: .625rem;
    box-shadow: 0 0 .375rem 1px rgba(134, 190, 255, 0.49);
}
.problem__name {
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: .625rem;
    border-bottom: 1px solid #A7CFFF;
}
.problem__piece p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.375rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0.0575rem;
    margin: .625rem 0;
}
.problem__time {
    display: flex;
    justify-content: space-between;
}
.problem__time span {
    color: #4088FB;
    font-size: .75rem;
    font-weight: 400;
}
.problem__more {
    font-size: .75rem;
    color: #4088FB;
}


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

.breadcrumbs {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    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;
}

.main-lists {
    display: flex;
    flex-direction: column;
    background-color: #f8f6ff;
    margin-bottom: auto;
    padding: 0 1rem;
    row-gap: .5rem;
}
.main-lists__piece {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    border-radius: .375rem;
    column-gap: .5rem;
}
.main-lists__piece img {
    width: 7.75rem;
    height: 5.25rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.main-lists__info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.main-lists__name {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: bold;
    color: #333;
    font-size: .9375rem;
    margin: auto 0 0;
}
.main-lists__desc {
    overflow: hidden;      /* 超出隐藏 */
    
     /* 限制两行 */
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .75rem;
    line-height: 1.25rem;
    margin: auto 0;
}
.main-lists__datetime {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cate .pages {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f6ff;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.5rem 1rem;
    row-gap: .5rem;
}
.cate .pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.cate .pages a.active {
    color: #fff;
    background-color: #4088FB;
    border: 1px solid #4088FB;
}

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

.main-article__link a {
    color: #4088FB;
}

.main-subname {
    color: #333;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    margin-bottom: .5rem;
    align-items: center;
}
.main-subname::before {
    content:'';
    width: .25rem;
    height: 1.25rem;
    margin-right: .5rem;
    background-color: #4088FB;
}
.main-article__content {
    display: block;
    background-color: #ffffff;
    padding: 1.25rem 1rem 1.25rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.5rem;
}
.main-article__content p {
    font-size: .875rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.main-article__content p img, .main-article__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 #4088FBC2;
}
.main-article__content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    background-color: rgba(64,136,251,.1);
    padding: .375rem .625rem;
    color: #4088FB;
    margin: .5rem 0;
}
.main-article__content p a {
    color: #4088FB;
}
.main-read {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.25rem;
    margin-bottom: auto;
}
.main-read__lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.main-read__entry:first-child {
    padding-top:0;
}
.main-read__entry {
    width:100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px dashed #E3E4E3;
}
.main-read__thumb {
    width: 7.25rem;
    height: 4.5rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.main-read__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: .5rem;
}
.main-read__name {
    color: #333;
    font-size: .9375rem;
    line-height: 1.375rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-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;
}
.main-read__time {
    font-size: .75rem;
    color: #999;
}



.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: -3rem;
}
.page__button {
    margin: 1rem 0;
    display: flex;
    justify-content: center;
    column-gap: 1rem;
}
.page__button a {
    text-align: center;
    background: #4088FB;
    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: #f8f6ff;
    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: #4088FB;
}
.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);
    }
}