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;
}

.crumbs a {
    color: #666;
}

.crumbs a:hover {
    color: #326BFF;
}

.crumbs {
    font-size: .75rem;
    padding: .75rem 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #666;
    flex-shrink: 0;
}

/**婊氬姩鏉TART**/
.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;
}
/**婊氬姩鏉ND**/

.s1 {
    background: linear-gradient(180deg, #C7E8FF 0%, #FFFFFF 28%, #FFFFFF 100%);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.s1 .logo_wrap {
    height: 3.5rem;
    align-items: center;
    display: flex;
    padding: 0 1rem;
    justify-content: space-between;
}
.s1 .logo_wrap h1 {
    display: flex;
}
.s1 .logo_wrap img {
    height: 35px;
    width: auto;
}
.s1 .nav {
    display: flex;
    column-gap: 2rem;
}
.s1 .nav a {
    color:#000;
    font-size: .875rem;
}
.s1 .nav a.active {
    color:#326BFF;
}

.s1 .con {
    flex-direction: column;
    margin-top: 3.5rem;
    display: flex;
    align-items: center;
}

.s1 .con .banner {
    width: calc(100% - 2rem);
    height: auto;
    margin-top: 1rem;
}

.s1 .con .desc {
    font-size: 1rem;
    color:#9B9B9B ;
    font-family: fangsong;
    margin-top: .5rem;
}

.s1 .con .name {
    color: #333;
    justify-content: flex-start;
    font-weight: bold;
    font-size: 2rem;
    align-items: initial;
}

.s1 .index-btn_wrap {
    display: flex;
    margin-top: 1rem;
    flex-direction: column;
    align-items: center;
}

.s1 .con .banner-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #2C60F4 0%, #50A0EF 100%);
    text-align: center;
    color: #fff;
    font-weight: bold;
    gap: .5rem;
    width: 13.125rem;
    height: 2.875rem;
    font-size: 1rem;
    border-radius: 1.4rem;
}

.s1 .con .banner-btn:before {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url("../img/icon-down.svg");
    background-size: 1.5rem;
}

.s1 .con .banner-btn.android-btn:before {
    background: url("../img/icon-down-android.png");
    background-size: 1.5rem;
}

.s1 .con .banner-btn.ios-btn:before {
    background: url("../img/icon-down-ios.png");
    background-size: 1.5rem;
}

.sec-2 {
    background: #fff;
    padding: 1rem 0;
}

.sec-2 h1 {
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    font-weight: bold;
    color: #2C2C2C;
    margin-bottom: .5rem;
}

.sec-2 .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-2 .other-info span {
    font-size: .75rem;
    margin: 0 1rem 0 0;
    display: flex;
    color: #837f7f;
    align-items: center;
}
.sec-2 .other-info span a {
    color:#326BFF;
}
.sec-2 .other-info .time i {
    background: url(../img/time.png);
    display: inline-block;
}

.sec-2 .other-info .hits i {
    background: url(../img/views.png);
    display: inline-block;
}

.sec-2 .other-info .time i, .sec-2 .other-info .hits i {
    width: .75rem;
    height: .75rem;
    margin-right: .25rem;
    background-size: .75rem;
}

.sec-2 .other-info .refer-link a {
    font-size: .75rem;
}

.sec-2 .content {
    padding: .5rem 1rem;
    background-color: #ffffff;
    font-size: .75rem;
    line-height: 1.5rem;
    color: #000;
}

.sec-2 .detail-module-title {
    font-weight: bold;
    font-size: 1rem;
    color: #326BFF;
    padding-bottom: 1rem;
    border-bottom: 2px solid #326BFF;
}

.sec-2 .content .detail-module-title {
    margin: .5rem 0 1rem 0;
}

.sec-2 .content p {
    font-size: .75rem;
    line-height: 1.5rem;
    color: #000;
    display: block;
}

.sec-2 .content ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 2rem;
}

.sec-2 

.sec-2 .content li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.sec-2 .content h3 {
    font-size: .875rem;
    line-height: normal;
    margin: .5rem 0;
}

.sec-2 .content p img, .sec-2 .content center img {
    max-width: 50%;
    max-height: 15rem;
    height: auto;
    width: auto;
    margin: .5rem auto;
    display: block;
    box-shadow: 0 0 5px 1px #326BFF;
}

.sec-3 {
    padding: 1rem;
    background-color: #fff;
}

.sec-3 .lists {
    display: block;
    align-items: center;
}

.sec-3 .lists .item {
    display: block;
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #E4E4E4;
}

.sec-3 .lists .item .title {
    font-size: .875rem;
    font-weight: bold;
    color: #333;
}

.sec-3 .lists .item .base-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.sec-3 .lists .item .base-info .thumb-img {
    width: 30%;
    height: 60px;
    box-shadow: 2px 6px 10px -1px #999;
    border: 1px solid #cfcfcf;
    vertical-align: middle;
    color: #333;
}

.sec-3 .lists .item .base-info .desc {
    width: 67%;
    line-height: 1.5rem;
    -webkit-line-clamp: 2;
    font-size: .75rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    color: #838282;
    overflow: hidden;
}

.sec-3 .lists .item:nth-last-child(2) {
    border-bottom: 1px solid #E4E4E4;
}

.sec-3 .detail-module-title {
    font-weight: bold;
    font-size: 1rem;
    color: #326BFF;
    padding-bottom: 16px;
    border-bottom: 2px solid #326BFF;
}


.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: 3rem;
    /* left: 28%; */
    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
}

.s1 .down-base-info {
    color: #3C7EF1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    margin-top: 0.5rem;
    gap: 0 .5rem;
    flex-wrap: wrap;
}

.s1 .down-base-info em {
    all: unset;
    font-style: normal;
}

.s1 .index-device-desc {
    color: #3C7EF1;
    text-align: center;
    font-size: .875rem;
    margin-top: 0.5rem;
}

.s3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5rem;
    margin-top: 2.5rem;
    padding: 0 1rem;
}

.s3 .row {

    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 4.25rem;
    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;
    width: 100%
}

.s3 .row .info .name {
    font-weight: 600;
    font-size: 1.5rem;
    color: #326BFF;
    margin-top: 0.5rem;
}

.s3 .row .info .name2 {
    font-size: 1.5rem;
    font-weight: bold;
    color:#333;
    letter-spacing: .1rem;
}

.s3 .row .info .desc {
    font-size: 0.875rem;
    color: #666;
    line-height: 1.625rem;
    margin-top: 1rem;
}

.s3 .row > img {
    width: 15rem;
    height: auto;
}

.cate {
    display: flex;
    flex-direction: column;
    height: 100vh!important;
}
.category-lists {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    padding: 1rem 1rem 0;
    background-color: #FFF;
}
.category-lists a {
    color: #333;
}
.category-lists .item {
    border-radius: 0.625rem;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #E3E4E4;
}
.category-lists .item h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: .875rem;
}
.category-lists .item .info {
    display: flex;
    column-gap: .5rem;
}
.category-lists .item .info img {
    width: 6.5625rem;
    height: 4.875rem;
    border-radius: 0.25rem;
    flex-shrink: 0;
}
.category-lists .item .desc {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    row-gap: 0.75rem;
}
.category-lists .item .desc>div{
    display: flex;
    column-gap: .75rem;
}
.category-lists .item .desc .tips {
     /* 闄愬埗涓轰袱琛� */
     overflow: hidden;
     text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-box-orient: vertical;
     -webkit-line-clamp: 2;
     color: #666;
     font-size: .75rem;
     line-height: 1.375rem;
}
.category-lists .item .desc .views {
    color: #999;
    font-size: .75rem;
}
.category-lists .item .time {
    color: #999;
    font-size: .75rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.category-lists .item .time1 {
    margin-top: .25rem;
}
.category-lists .item .time2 {
    font-size: 1rem;
    margin-bottom: .125rem;
}
.main_wrap .page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 0;
    column-gap: .5rem;
    background-color: #fff;
}
.main_wrap .page a:first-child {
    display: none;
}
.main_wrap .page a {
    border: 1px solid #ddd;
    padding: .25rem .5rem;
    color: #666;
    font-size: 0.75rem;
    border-radius: .375rem;
}
.main_wrap .page a.active {
    color: #fff;
    background-color: #326BFF;
    border: 1px solid #326BFF;
}
.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: #333333;
    text-align: center;
    margin-top: 2rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 1.125rem;
    margin-top: 1rem;
    color: #333;
}

.page-404 .desc a {
    color: #326BFF;
}

.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: #326BFF;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: .25rem;
}


.footer {
    text-align: center;
    width: 100%;
    background-color: #1A1A1A;
    padding: 1rem 1rem;
    margin-top: auto;
}

.footer p {
    font-weight: normal;
    color: #fff;
    margin-top: 0;
    text-align: center;
    font-size: .75rem;
    margin-bottom: 0;
    line-height: 1.25rem;
}

.footer .friend-link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0 .5rem;
}
.footer .friend-link a {
    color: #326BFF;
}
.footer a {
    font-size: .75rem;
    color: #fff;
}


.to_top {
    position: fixed;
    right: 1rem;
    bottom: 4.5rem;
    cursor: pointer;
    display: none;
}

.to_top img {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 600px) {
    .to_top {
        right: calc(50vw - 12rem);
    }
}