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

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;
}
.main_wrap {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/

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

.logo_wrap {
    width: auto;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}
.logo_wrap h1 {
    display: flex;
    cursor: pointer;
}
.logo_wrap img {
    height: 2rem;
    width: auto;
}
.logo_wrap .nav {
    display: flex;
    column-gap: 2rem;
}
.logo_wrap .nav a {
    color: #fff;
    font-size: .875rem;
}
.lists_article .logo_wrap .nav a {
    color:#000;
}
.logo_wrap .nav a.active {
    color: #FFF;
}
.lists_article .logo_wrap .nav a.active {
    color:#3C7EF0;
}

.s1 .info {
    margin-top: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.s1 .name {
    font-weight: bold;
    color: #fff;
    font-size: 1.75rem;
    text-align: center;
    margin: 1.5rem 0 .5rem;
    display: flex;
    align-items: center;
    column-gap: .625rem;
}
.s1 .name img {
    width: 2.5rem;
    height: 2.5rem;
}
.s1 .desc {
    color: #fff;
    font-size: 0.75rem;
    margin: 0.25rem 0 0;
    display: flex;
    padding: 0.3rem;
    column-gap: 0.6rem;
    background: linear-gradient(90deg, rgb(51 173 255 / 16%) 0%, rgb(0 76 188 / 16%) 48%, rgb(51 134 255 / 16%) 100%);
}

.s1 .desc span + span {
    border-left: 1px solid #fff;
    padding-left: 0.4rem;
}

.s1 .desc span {
    display: flex;
    align-items: center;
    column-gap: 0.4rem;
}
.s1 .desc span::before {
    content: '';
    display: inline-block;
    width: 0.75rem;
    height: 0.75rem;
    background-image: url('../img/icon-1.webp');
    background-size: 0.75rem 0.75rem;
    background-repeat: no-repeat;
}
.s1 .desc span:nth-of-type(2)::before {
    background-image: url('../img/icon-2.webp');
}
.s1 .desc span:nth-of-type(3)::before {
    background-image: url('../img/icon-3.webp');
}

.s1 .con {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    column-gap: 0.625rem;
    row-gap: 2rem;
    width: 100%;
    background-image: url('../img/banner.webp');
    background-size: 100% 100%;
}

.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;
    line-height: 3.375rem;
    background-color: #fff;
    text-align: center;
    color: #0f67ff;
    margin: 1rem 0 .5rem;
    border-radius: 2rem;
    width: 13.5rem;
    height: 2.8125rem;
    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/android.webp);
}

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

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

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

.s1 .info .images {
    margin-top: 2rem;
    display: flex;
    column-gap: 0.8rem;
}
.s1 .info .images img {
    height: 13.25rem;
}
.s1 .index-device-desc {
    font-size: .75rem;
    line-height: 1rem;
    margin-top: .5rem;
    color: #fff;
}

.s2 {
    background: linear-gradient( 180deg, #3B7CED 0%, #E2F6FF 0%, #FFFFFF 100%);
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 0 1rem;
}

.s2 h3 {
    font-weight: bold;
    font-size: 1.125rem;
    color: #000;
    line-height: 1.75rem;
    text-align: center;
    padding: 2.5rem 1.5rem 0 2rem;
}
.s2 h3 em {
    color: #3B7CED;
}
.s2 .p1 {
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    column-gap: 0.4rem;
    justify-content: center;
    margin-bottom: 0.5rem;
}
.s2 .p1::before {
    content: '';
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('../img/icon-4.webp');
    background-size: 100%;
    background-repeat: no-repeat;
}
.s2 .p2 {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}
.s2 img {
    width:100%;
}

.s3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    padding: 2rem 1rem;
    background: linear-gradient( 180deg, #EAFEF7 0%, #E7FEF6 0%, #FFFFFF 100%);
}

.s3 h3 {
    text-align: center;
    font-size: 1.125rem;
    padding: 0 1.5rem 0 1.5rem;
    line-height: 1.75rem;
}

.s3 h3 span {
    color: #22BE74;
}

.s3 p {
    font-size: 0.875rem;
    color: #666;
    text-align: center;
}

.s3 .images-2 {
    display: flex;
}

.s3 .images-2 img {
    height: 25.75rem;
}


.s4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 1.5rem;
    padding: 2rem 1rem;
    background: linear-gradient( 180deg, #3B7CED 0%, #EDE5FE 0%, #FFFFFF 100%);
}

.s4 h3 {
    text-align: center;
    font-size: 1.125rem;
    padding: 0 1.2rem 0 1.2rem;
}

.s4 h3 span {
    color: #B954FF;
}

.s4 p {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.25rem;
    text-align: center;
}

.s4 .images-2 {
    display: flex;
}

.s4 .images-2 img {
    height: 25.75rem;
}

.s5 {
    display: flex;
    flex-direction: column;
    row-gap: 1.5rem;
    padding: 2rem 1rem;
    background: linear-gradient( 180deg, #3B7CED 0%, #E1F6FF 0%, #FFFFFF 100%);
}
.s5 h3 {
    text-align: center;
    font-size: 1.125rem;
}
.s5 h3 span {
    color: #3C80F4;
}
.s5 p {
    font-size: 0.825rem;
    color: #666;
    text-align: center;
}
.s5 img {
    width: 100%;
}
.s5 .con {
    display: flex;
    flex-direction: column;
    column-gap: 0.625rem;
    margin-top: 1.5rem;
    row-gap: 1rem;
}

.s5 .con img {
    width: 7.67625rem;
    height: 6.375rem;
}

.s5 .con .row {
    display: flex;
    flex-direction: row;
    column-gap: 1.5rem;
}

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

.s5 .con .row:first-child {
    justify-content: center;
}
.s6 {
    display: flex;
    flex-direction: column;
    padding: 2rem 1rem 1.5rem 1rem;
    width: 100%;
    background-color: #F5F5FB;
}
.s6 h3 {
    text-align: center;
    font-size: 1.12rem;
}
.s6 .question {
    width: 100%;
    background-color: #fff;
    padding: 1rem;
    border-radius: 0.625rem;
    box-sizing: border-box;
    position: relative;
    margin-top: 1rem;
    box-shadow: 0 2px 0 1px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
}
.s6 .question .left {
    /* width:19rem; */
    display: flex;
    justify-content: space-between;
}
.s6 .question .name {
    font-weight: bold;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
    align-items: baseline;
    color: #1F1F1F;
    cursor: pointer;
    display: flex;
}
.s6 .question .name a {
    color: #1F1F1F;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-right: auto;
}
.s6 .question .name .datetime {
    font-weight: 400;
    font-size: .875rem;
    flex-shrink: 0;
    margin-left: 1rem;
    color:#0f67ff;
}

.s6 .question p {
    color: #666;
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.s6 .question a.more {
    width: 1rem;
    height: 1rem;
    background-image: url(../img/select.webp);
    background-size: 1rem 1rem;
    background-repeat: no-repeat;
    margin-left: 1rem;
    flex-shrink: 0;
}

.lists_article {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
    background-color: #f5f5f5;
}
.lists_article .s1{
    background: unset;
}
.crumbs {
    font-size: 0.75rem;
    padding: .5rem 1rem;
    border-top: 1px solid #E4E4E4;
    background-color: #fff;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    flex-shrink: 0;
}
.crumbs a,.crumbs h1 {
    color: #333;
    font-size: 0.75rem;
    font-weight: 400;
    display: unset;
}

.s7-lists {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
    background-color: #f5f5f5;
}
.s7-lists a {
    color: #333;
}
.s7-lists .item {
    background-color: #fff;
    padding: .625rem 1rem;
    margin-top: .5rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.s7-lists .item .info {
    display: flex;
    column-gap: .5rem;
}
.s7-lists .item .info img {
    width: 9.375rem;
    height: 6.375rem;
    flex-shrink: 0;
    border-radius: .375rem;
}
.s7-lists .item .desc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.s7-lists .item h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #333;
    margin: auto 0 .625rem 0;
    font-size: .875rem;
}
.s7-lists .item .desc .tips {
    overflow: hidden;      /* 超出隐藏 */
    
     /* 限制两行 */
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
    font-size: .75rem;
    line-height: 1.375rem;
    padding-top: .5rem;
    border-top: 1px solid #E3E4E3;
}
.s7-lists .item .time {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: .25rem;
}
.s7-lists .item .time span {
    font-size: .75rem;
    box-shadow: 0 0 2px 1px #3C7EF0cc;
    padding: .25rem .875rem;
    color: #fff;
    background: linear-gradient(to right,#56BEFD 0%,#3C7EF0 100%);
    border-radius: .25rem;
}
.lists_article .page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f5f5;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 1.125rem 1rem;
    row-gap: .5rem;
}
.lists_article .page a {
    padding: .3125rem .5rem;
    color: #333;
    border: 1px solid #E4E4E4;
    background-color: #fff;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.lists_article .page a.active {
    color: #fff;
    background-color: #3C7EF0;
    border: 1px solid #3C7EF0;
}

.s8-content {
    display: flex;
    flex-direction: column;
    margin-bottom: auto;
}
.s9 {
    background: #ffffff;
    padding: 0 1rem;
    margin-top: .5rem;
}
.s9 h2 {
    font-weight: 600;
    font-size: 1.125rem;
    margin: 1.5rem 0 .875rem;
    color: #2C2C2C;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
}
.s9 .other-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 1.5rem;
    border-bottom: 1px dashed #E4E4E4;
    column-gap: 2.5rem;
}
.s9 .other-info span {
    font-size: .75rem;
    display: flex;
    align-items: center;
    color: #837f7f;
}

.s9 .other-info span.refer-link a {
    color: #488AF6;
}

.Part-name {
    content: '';
    display: flex;
    margin-bottom: 1.25rem;
    width: 5.75rem;
    height: 2rem;
    background-image: url('../img/details.webp');
    background-repeat: no-repeat;
    background-size: 5.75rem 2rem;
}
.s10 {
    display: block;
    background-color: #ffffff;
    padding: 1rem 1rem 1.25rem;
    font-size: .9375rem;
    color: #333;
    line-height: 1.625rem;
    word-break: break-all;
}
.s10 p {
    font-size: .9375rem;
    color: #333;
    line-height: 1.625rem;
    display: block;
    padding: 0;
}
.s10 p img, .s10 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 #488AF6C2;
}
.s10 h3 {
    font-size: 1.0625rem;
    font-weight: bold;
    line-height: normal;
    color: #488AF6;
    margin: .5rem 0;
    background: unset;
    padding-bottom: .375rem;
    border-bottom: 1px solid #488AF6;
}
.s10 p a {
    color: #488AF6;
}
.s11 {
    width: 100%;
    background: #fff;
    padding: 1rem 1rem 1.25rem;
    margin-top: .5rem;
}
.s11 .Part-name {
    background-image: url('../img/read.webp');
    margin-bottom: 0.5rem;
}
.s11 .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}
.s11 .lists .item {
    width: 100%;
    padding: .75rem 0;
    border-bottom: 1px dashed #E4E4E4;
    display: flex;
    justify-content: space-between;
}
.s11 .lists .item .thumb-img {
    width: 7.375rem;
    height: 5.125rem;
    border-radius: .375rem;
    flex-shrink: 0;
}
.s11 .lists .item .base-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: .5rem;
}
.s11 .lists .item .desc {
    width: auto;
    margin: auto;
    font-weight: bold;
    line-height: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: auto;
    overflow: hidden;
    color: #333;
    font-size: .9375rem;
}
.s11 .lists .item .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 h1,.page-404 span {
    display: block;
    font-size: 1.125rem;
    color: #0f67ff;
    text-align: center;
    margin-top: 2rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1.125rem;
    margin-top: -8rem;
    color:#0f67ff;
}

.page-404 .desc a {
    color: #0f67ff;
}

.page-404 .btn-lists {
    margin: 1.5rem 0 1rem;
    display: flex;
    justify-content: center;
}

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #0f67ff;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: .25rem;
    font-weight: bold;
}
.part-privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}


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

.footer p, .footer p a {
    font-weight: normal;
    color: #E7ECF9;
    text-align: center;
    font-size: .75rem;
}
.footer p a {
    color: #0f67ff;
}

.footer .beian,.footer .privacy {
    font-size: .75rem;
    color: #E7ECF9;
}
.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.625rem;
    left: 10%;
    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);
    }
}