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;
    atricle-height: 100vh;
    align-items: center;
}

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

em {
    font-style: inherit;
}


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

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

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

.container-wrap::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: .25rem;
    border: .125rem solid #c1c1c1;
}
.container-wrap {
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #fff;
}
/**滚动条END**/
.atricle-1 {
    background-image: url(../img/background.webp);
    background-size: cover;
    background-position-x: -.125rem;
    background-position-y: -.25rem;
    background-repeat: no-repeat;
}
header{padding: 1rem;position: relative;z-index: 1;}
header .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 .nav {
    display: flex;
    column-gap: 2rem;
}
header .nav a {
    color: #fff;
    font-size: .875rem;
}
.cat header .nav a {
    color:#000;
}
header .nav a.active {
    color: #FFF;
}
.cat header .nav a.active {
    color:#3C80F4;
}
.atricle-1 .atricle1-info {
    padding: 1.625rem .5rem 0;
    display: flex;
    justify-content: center;
    column-gap: 3.75rem;
    align-items: center;
    position: relative;
    flex-direction: column;
    height: auto;
}
.atricle-1 .atricle1-info .info1 {
    display: flex;
    align-items: center;
}
.atricle-1 .atricle1-info .info1 img {
    width: 3rem;
    height: 3rem;
    margin-right: .5rem;
}
.atricle-1 .atricle1-info h2 {
    font-weight: 900;
    font-size: 2.5rem;
    color: #fff;
}
.atricle-1 .atricle1-info h2 img {
    width: 2.75rem;
    height: 2.75rem;
    margin-right: 0.5rem;
}
.atricle-1 .atricle1-info .info {
    font-size: 1.25rem;
    color: #fff;
    margin: .5rem 0 1rem 0;
}
.atricle-1 .atricle1-info .info span {
    color: #333;
}
.atricle-1 .atricle1-info .download-btn i {
    content: url(../img/down-pc.webp);
    margin-right: 0.5rem;
    width: 1.125rem;
    height: 1.125rem;
}

.atricle-1 .atricle1-info .download-btn.android i {
    content: url(../img/down-android.webp);
}

.atricle-1 .atricle1-info .download-btn.ios i {
    content: url(../img/down-ios.webp);
}
.atricle-1 .atricle1-info .download-btn {
    color: #3C80F4;
    background-color: #fff;
    border-radius: 1.5rem;
    padding: .75rem 3.5rem;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.atricle-1 .atricle1-info .download-info{position: relative;cursor: pointer;}
.atricle-1 .atricle1-info .qrcode-box{display:flex;align-items:flex-end!important;justify-content:center!important;width:179px!important;height:197px!important;background:url(../img/code-box.png);background-size:179px 197px;position:absolute;top: 50px;left: 10px;z-index:5;display:none!important;}
.atricle-1 .atricle1-info .qrcode-box .index-box{margin-bottom:24px;}
.atricle-1 .atricle1-info .qrcode-box .index-box img{width:136px!important;height:136px!important}
.atricle-1 .atricle1-info .device-description {
    font-size: .875rem;
    margin-top: .5rem;
    line-height: 1.5rem;
    color: #fff;
}
.atricle-1 .atricle1-info .download-description {
    font-size: .75rem;
    line-height: 1rem;
    margin: .5rem 0 .5rem 0;
    color: #fff;
    display: flex;
    gap: 0.625rem;
}
.atricle-1 .atricle1-info .banner {
    width: 66%;
    margin-bottom: -7.125rem;
}
.atricle-1-white {
    height: 7.875rem;
    background-color: #fff;
}

.atricle-2 {
    display: flex;
    flex-direction: column;
    background-color: #F0F9FF;
    padding: 2rem 1rem;
    row-gap: 1.5rem;
}
.atricle-2 h2 {
    color: #3C80F4;
    font-size: 1.75rem;
    text-align: center;
}
.atricle-2 .function {
    display: flex;
    row-gap: 2rem;
    flex-direction: column;
}
.atricle-2 .function .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.atricle-2 .function .item h3 {
    color: #141414;
    font-size: 1.5625rem;
    text-align: center;
}
.atricle-2 .function .item p {
    font-size: .875rem;
    color: #666;
    line-height: 1.375rem;
    margin: 1.5rem 0;
}
.atricle-2 .function .item img {
    width: 100%;
}

.atricle-3 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 2rem 1rem;
}
.atricle-3 h3 {
    color: #141414;
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.atricle-3 .tips {
    color: #666;
    font-size: .875rem;
    margin: 1rem 0 1.5rem 0;
    text-align: center;
}
.atricle-3 .func {
    width: 100%;
    display: flex;
    column-gap: 4.625rem;
    row-gap: 1.5rem;
    flex-wrap: wrap;
    padding: 0 1rem;
}
.atricle-3 .func .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: .625rem;
}
.atricle-3 .func .item span {
    font-size: .875rem;
    color: #333;
}
.atricle-3 .func .item img {
    width: 4rem;
    height: 4rem;
}

.atricle-4 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 1rem 1rem 1.5rem;
}
.atricle-4 h2 {
    color: #141414;
    font-size: 1.5625rem;
    text-align: center;
    margin-bottom: 1.5rem;
}
.atricle-4 .faq {
    margin-bottom: 1.125rem;
}
.atricle-4 .faq:last-child {
    margin-bottom: 0;
}
.atricle-4 .faq a {
    display: flex;
}
.atricle-4 .faq span {
    margin-right: .375rem;
    background-color: #3C80F4;
    color: #fff;
    font-size: .75rem;
    padding: .125rem .375rem;
    border-radius: .25rem;
}
.atricle-4 .faq div.name {width: 17rem;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;color: #666;font-size: .875rem;}

.atricle-4 .faq div.more {
    font-size: 0.75rem;
    color: #3C80F4;
    display: flex;
    align-items: center;
    margin-left: auto;
}


.cat {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}

.crumbs {
    font-size: 0.75rem;
    padding: .5rem 0 .5rem 1rem;
    margin: 0 1rem;
    box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.16);
    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;
}

.category-lists {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 1rem 1rem 0;
    margin-bottom: auto;
}
.category-lists a {
    color: #333;
}
.category-lists .item {
    border-radius: 0.5625rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
.category-lists .item .info {
    display: flex;
    column-gap: .5rem;
}
.category-lists .item .info img {
    width: 8.125rem;
    height: 5.5rem;
    flex-shrink: 0;
    border-radius: .375rem;
}
.category-lists .item .desc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.category-lists .item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #2C2C2C;
    font-size: .875rem;
}
.category-lists .item .desc .tips {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #666;
    font-size: .75rem;
    line-height: 1.375rem;
}
.category-lists .item .time {
    color: #999;
    font-size: .75rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category-lists .item .time span {
    font-size: .75rem;
    box-shadow: 0 0 2px 1px #3c80f4cc;
    padding: .25rem .875rem;
    color: #fff;
    background: linear-gradient(to right,#56BEFD 0%,#3C80F4 100%);
    border-radius: .25rem;
}
.container-wrap .page {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1.5rem 0;
    column-gap: .375rem;
    flex-wrap: wrap;
    padding: 0 1rem;
    row-gap: .5rem;
}
.container-wrap .page a {
    padding: .25rem .625rem;
    color: #333;
    border: 1px solid #E4E4E3;
    font-size: 0.75rem;
    border-radius: .25rem;
}
.container-wrap .page a.active {
    color: #3C80F4;
    background-color: #fff;
    border: 1px solid #3C80F4;
}

.ainfo {
    padding: 1rem;
    text-align: center;
    font-family: Source Han Sans CN-Medium,Source Han Sans CN;
}

.ainfo h1,.ainfo h2 {
    font-size: .9375rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1rem;
    font-weight: bold;
}

.ainfo p {
    font-size: 0.75rem;
    color: #666;
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}

.ainfo p span {
    white-space: nowrap;
}

.ainfo p a {
    color: #3766F3;
}

.ainfo p .a-date,.ainfo p #hits {
    font-size: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.content {
    padding: 1rem;
    font-size: 0.875rem;
    color: #000;
    line-height: 1.75rem;
    word-break: break-all;
}
.content h3 {
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #3766F3;
    background: #F3F2F5;
    border-left: 0.25rem solid #3766F3;
    padding: .25rem 0 .25rem .25rem;
    margin: .75rem 0;
}

.content p span {
    color: #EE0000!important;
}

.content strong,.content a {
    color: #3766F3;
}

.content p {
    font-size: 0.875rem;
    color: #000;
    line-height: 1.75rem;
    width: 100%
}

.content img {
    margin: 1rem auto;
    max-width: 50%;
    display: block;
    border: 1px solid #3766F3;
    border-radius: .5rem;
}
.c-subname {
    display: inline-block;
    font-size: .9375rem;
    font-weight: bold;
    color: #3766F3;
    border-bottom: 0.15rem solid #3766F3;
    margin: 1rem 0;
}
.information, .relations, .recommends {
    padding: 0 1rem;
}
.norwap {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.recommends ul {
    margin-bottom: 1.5rem;
}

.recommends ul li {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.recommends ul li:last-child {
    margin-bottom: 0;
}

.recommends ul li em {
    font-size: 1.5rem;
    background-color: #3766F3;
    border-radius: 50%;
    width: .375rem;
    height: .375rem;
    margin-right: 0.375rem;
}

.recommends ul li a.r-name {
    width: calc(100% - 6.5rem);
    height: 1.1rem;
    font-size: 0.875rem;
    color: #333333;
    line-height: 1rem;
}

.recommends ul li span a {
    color: #333333;
}

.recommends ul li a.r-read {
    background: #FFFFFF;
    opacity: 1;
    font-size: 0.875rem;
    color: #3766F3;
    text-align: center;
    display: inline-block;
    margin-left: 3rem;
}



.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: #333;
    margin-top: 1rem;
    text-align: center;
}

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

.page-404 .desc a {
    color: #3C80F4;
}

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

.page-404 .btn-lists a {
    text-align: center;
    background: #3C80F4;
    font-size: 1rem;
    padding: .375rem 1rem;
    color: #FFFFFF;
    border-radius: .25rem;
}
.part-privacy {
    padding: 2rem 1rem 1rem;
    font-size: .75rem;
    line-height: 1.5rem;
}
.part-privacy p{
    font-size: .75rem;
    line-height: 1.5rem;
}
.hr {
    height: .5rem;
    background-color: #F5F5F7;
    flex-shrink: 0;
}




.footer {
    text-align: center;
    width: 100%;
    background-color: #fff;
    padding: 0.85rem;
}

.footer p, .footer p a {
    font-weight: normal;
    margin-bottom: 0;
    color: #333;
    margin-top: 0;
    text-align: center;
    font-size: .75rem;
    line-height: 1.5rem;
}
.footer p a {
    color: #3C80F4;
}
.footer .footer-desc {
    display: flex;
    justify-content: center;
    line-height: 1.5rem;
}
.footer .privacy {
    margin-right: 0.5rem;
}
.footer .beian,.footer .privacy {
    color: #333;
    font-size: .75rem;
}


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