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;
    box-sizing: border-box;
}

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

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

a {
    text-decoration: none;
    box-sizing: border-box;
}

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

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

em {
    font-style: inherit;
}


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

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

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

.main_wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}

/**滚动条END**/

.s1 {
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    background: url(../img/banner-bg.webp);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: auto;
}

.logo_wrap {
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo_wrap h1 {
    display: flex;
    cursor: pointer;
}
.logo_wrap .logo {
    width: auto;
    height: 2rem;
}
.logo_wrap .nav {
    display: flex;
    column-gap: 2rem;
}
.logo_wrap .nav a {
    color: #000;
    font-size: .875rem;
}
.logo_wrap .nav a.active {
    color: #0f67ff;
}
.s1 .info {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s1 .name {
    font-weight: bold;
    color: #333;
    font-size: 2rem;
    text-align: center;
    margin: 1.5rem 0 .25rem 0;
}

.s1 .desc {
    font-weight: bold;
    color: #333;
    font-size: 1.125rem;
    margin: 0.25rem 0 0;
}

.s1 .con {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    column-gap: 0.625rem;
    row-gap: 2rem;
}

.s1 .con .img-banner {
    content: url(../img/banner.webp);
    width: auto;
    height: 19.8125rem;
}

.s1 .con .row {
    display: flex;
    flex-direction: row;
    column-gap: 0.625rem;
}

.s1 .con .row:first-child {
    justify-content: center;
}

.s1 .con .down {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: .625rem 3rem;
    text-align: center;
    color: #0f67ff;
    font-weight: bold;
    margin: 1rem 0 .25rem;
    border-radius: .5rem;
    font-size: 1rem;
}

.s1 .con .down i {
    content: url(../img/icon-download.webp);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}

.s1 .con .down.android i {
    content: url(../img/icon-down-android.webp);
}

.s1 .con .down.ios i {
    content: url(../img/icon-down-ios.webp);
}

.s1 .con .down:hover {
    opacity: 0.8;
}

.s1 .down-base-info {
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: .75rem;
    margin-top: .5rem;
    gap: 0 .5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.s1 .down-base-info em {
    all: unset;
    font-style: normal;
}


.s2 {
    background: #EBEDFC;
    height: auto;
    padding: 2.5rem 0;
}

.s2 .list1 {
    display: flex;
    justify-content: center;
    height: inherit;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 1.25rem;
    row-gap: 1.375rem;
}

.s2 .list1 ul {
    display: none;
}

.s2 .list1 .item {
    cursor: pointer;
    width: 10.8125rem;
    height: 11.8125rem;
}

.s2 .list1 .item .info1 {
    width: inherit;
    height: inherit;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: .625rem;
}

.s2 .list1 .item .info1 p {
    color: #333C4B;
    font-weight: bold;
    font-size: 1rem;
    margin-top: 1rem;
}

.s2 .list1 .item .info1 .desc{
    color: #333C4B;
    font-weight: 400;
    font-size: .875rem;
    margin-top: .75rem;
}

.s2 .list1 .item:hover .info1 {
    display: flex;
}

.s2 .list1 .item img {
    width: 2.5rem;
    height: 2.5rem;
}

.s3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
    padding: 2rem 1rem;
}

.s3 .row {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 5rem;
    width: 100%;
    height: auto;
    flex-direction: column !important;
    row-gap: 1.5rem;
    background-color: #fff;
}

.s3 .row:nth-child(even) {
    flex-direction: row-reverse;
}

.s3 .row .info {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s3 .row > img {
    background-size: contain;
    width: 19.9375rem;
    height: 19.5rem;
}

.s3 .row .img-feature-1 {
    content: url(../img/feature-1.webp)
}

.s3 .row .img-feature-2 {
    content: url(../img/feature-2.webp)
}

.s3 .row .info .name {
    color: #333C4B;
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.5rem;
}

.s3 .row .info .desc {
    color: #686F7F;
    font-size: 0.875rem;
    line-height: 1.125rem;
    margin-top: 1rem;
    text-align: center;
}

.s3 .row:first-child .img-feature-1 {
    width: 20rem;
    height: 19.5rem;
}

.s3 .row:nth-child(2) .img-feature-2 {
    width: 20rem;
    height: 19.5rem;
}


.s4 {
    background-color: #F2F6FE;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 2rem;
}

.s4 .name {
    color: #333C4B;
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-top: 2rem;
}

.s4 .con {
    display: flex;
    justify-content: center;
    column-gap: 2rem;
    flex-direction: column;
    margin-top: 1rem;
    row-gap: 1.25rem;
    align-items: center;
}

.s4 .con img {
    background-size: cover;
    width: 25rem;
    height: 18.75rem;
}

.s4 .con .info {
    display: flex;
    justify-content: center;
    align-items: center;
    row-gap: 1rem;
    background-color: #fff;
    width: 8.8125rem;
    height: 4.375rem;
    flex-direction: row;
    border-radius: 0.25rem;
}

.s4 .con .info img {
    width: 2.375rem;
    height: 2.375rem;
    margin-right: 0.5rem;
}

.s4 .con .c1, .s4 .con .c2 {
    display: flex;
    row-gap: 2.5rem;
    margin-top: 0;
    flex-direction: row;
    column-gap: 1rem;
}

.s4 .con .c1 {
    margin-top: 1.75rem;
}

.s4 .con .c2 {
    margin-top: 0;
    flex-direction: row;
}

.s4 .con .info {
    width: 8.8125rem;
    height: 4.375rem;
    flex-direction: row;
    border-radius: 0.25rem;
}

.s4 .con .info .tt {
    font-weight: bold;
    color: #333C4B;
    font-size: 1rem;
}

.s4 .con .info .dd {
    text-align: center;
    margin-top: .5rem;
    font-size: 0.875rem;
    color: #666
}
.s5 {
    display: flex;
    flex-direction: column;
    background-color: #FFF;
    padding: 2rem 0 1.25rem;
    row-gap: 1rem;
}
.s5 .name {
    color: #333C4B;
    font-weight: bold;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.5rem;
}
.s5 .faq {
    display: flex;
    flex-direction: column;
    padding: 0 1rem;
    row-gap: 1rem;
    background-color: #Fff;
}
.s5 .faq .faq__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.625rem;
    padding: 1rem;
    border: 1px dashed #0f67ff;
    border-radius: .625rem;
    background-color: #F5F9FF;
}
.s5 .faq .faq__item .module-name {
    font-size: .9375rem;
    font-weight: bold;
    color: #0f67ff;
    width: 100%;
    display: flex;
    align-items: center;
}
.s5 .faq .faq__item .module-name div {
    width: 15rem;
    margin-right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.s5 .faq .faq__item .module-name span {
    color: #666;
    font-size: .75rem;
    font-weight: 400;
}
.s5 .faq .faq__item .module-name i {
    width: .75rem;
    height: .875rem;
    background-image: url("../img/faq-select.webp");
    background-size: .75rem .875rem;
    background-repeat: no-repeat;
    margin-left: .375rem;
}


.s5 .faq .faq__item 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;
}

.page-category {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
    background-color: #F6F5FA;
}
.page-category .logo_wrap {
    background-color: #fff;
}
.breadcrumb {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    color: #999;
    background-color: #F6F5FA;
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.breadcrumb a,.crumbs h1 {
    color: #999;
    font-size: 0.75rem;
    font-weight: 400;
    flex-shrink: 0;
}
.breadcrumb span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.Wrapper-list {
    display: flex;
    flex-direction: column;
    background-color: #F6F5FA;
    margin-bottom: auto;
    padding: 0 1rem;
    row-gap: .5rem;
}
.Wrapper-list .entry {
    background-color: #fff;
    padding: .5rem;
    display: flex;
    border-radius: .375rem;
    column-gap: .5rem;
}
.Wrapper-list .entry img {
    width: 6.25rem;
    height: 4.375rem;
    border-radius: .375rem;
    margin:auto 0;
    flex-shrink: 0;
}
.Wrapper-list .entry .info {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.Wrapper-list .entry .info h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
    margin-top: auto;
    font-size: .875rem;
}
.Wrapper-list .entry .info .desc {
    overflow: hidden;      /* 超出隐藏 */
    display: -webkit-box;
    -webkit-line-clamp: 1; /* 限制两行 */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #666;
    font-size: .75rem;
    line-height: 1.25rem;
}
.Wrapper-list .entry .info .datetime {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    margin: auto 0;
    align-items: center;
}

.main_wrap .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;
}
.main_wrap .pages a {
    padding: .3125rem .5rem;
    color: #333;
    background-color: #FFF;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.main_wrap .pages a.active {
    color: #fff;
    background-color: #0f67ff;
    border: 1px solid #0f67ff;
}

.Wrapper-main {
    display: flex;
    flex-direction: column;
}
.Wrapper-name {
    background: #ffffff;
    padding: 1.125rem 1rem 0;
}
.Wrapper-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;
}
.Wrapper-name .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #E3E4E3;
    column-gap: 2.5rem;
}
.Wrapper-name .other-info span {
    font-size: .875rem;
    display: flex;
    align-items: center;
    color: #666;
}

.Wrapper-name .other-info span.refer-link a {
    color: #0f67ff;
}

.Wrapper-subname {
    color: #0f67ff;
    font-weight: bold;
    font-size: 1.125rem;
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}
.Wrapper-subname::before {
    content: '';
    display: flex;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    background-image: url(../img/details.webp);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}
.Wrapper-content {
    display: block;
    background-color: #ffffff;
    padding: 1.25rem 1rem 1.25rem;
    font-size: .875rem;
    color: #666666;
    line-height: 1.5rem;
}
.Wrapper-content p {
    font-size: .9375rem;
    color: #666666;
    line-height: 1.5rem;
    display: block;
    padding: 0;
}
.Wrapper-content p img, .Wrapper-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 #0f67ffC2;
}
.Wrapper-content h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: normal;
    color: #0f67ff;
    margin: .5rem 0;
    background: unset;
    padding-bottom: .375rem;
    border-bottom: 1px solid #E3E4E3;
}
.Wrapper-content p a {
    color: #0f67ff;
}
.Wrapper-read {
    width: 100%;
    background: #fff;
    padding: 1.25rem 1rem 1.25rem;
    margin-bottom: auto;
}
.Wrapper-read .Wrapper-subname {
    margin-bottom: 1rem;
}
.Wrapper-read .Wrapper-subname::before {
    background-image: url('../img/read.webp');
}
.Wrapper-read .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    row-gap: .5rem;
}
.Wrapper-read .lists .entry {
    padding: .5rem;
    border: 1px solid #E0EBFF;
    border-radius: .625rem;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.Wrapper-read .lists .entry .thumb-img {
    width: 6.25rem;
    height: 4.375rem;
    border-radius: .375rem;
    flex-shrink: 0;
    margin: auto 0;
}
.Wrapper-read .lists .entry .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .5rem;
    width: 100%;
}
.Wrapper-read .lists .entry .name {
    color: #333;
    font-size: .875rem;
    font-weight: bold;
    margin: auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.Wrapper-read .lists .entry .desc {
    line-height: 1.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: .75rem;
}
.Wrapper-read .lists .entry .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: 1.125rem;
    color: #333;
    margin-top: 1rem;
}
.page-404 span {
    font-family: "AlimamaFangYuanTiVF-Thin";
    display: block;
    font-size: 1.125rem;
    color: #333;
    margin-top: -4rem;
    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: #0f67ff;
    font-size: 1rem;
    padding: .5rem 2rem;
    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: #F5F5F7;
    flex-shrink: 0;
}


.footer {
    text-align: center;
    width: 100%;
    background-color: #1d293e;
    padding: 1rem 1rem;
    line-height: 1.5rem;
}

.footer p, .footer p a {
    font-weight: normal;
    margin-bottom: 0;
    color: #E7ECF9;
    margin-top: 0;
    text-align: center;
    font-size: .75rem;
}
.footer p a {
    color: #0f67ff;
}
.footer .beian,.footer .privacy {
    color: #E7ECF9;
    font-size: .75rem;
}
.footer .privacy {
    margin-right: .5rem;
}

.index-btn_wrap {
    position: relative;
    cursor: pointer;
}

.index-code-box {
    display: flex;
    align-items: flex-end !important;
    justify-content: center !important;
    width: 11.1875rem !important;
    height: 12.3125rem !important;
    background: url(../img/code-box.png);
    background-size: 11.1875rem 12.3125rem;
    position: absolute;
    top: 3.5rem;
    left: 9%;
    display: none !important;
}

.index-code-box .index-code {
    margin-bottom: 1.5rem;
}

.index-code-box .index-code img {
    width: 8.5rem !important;
    height: 8.5rem !important
}

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

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

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