body, p, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd {
    margin: 0;
    padding: 0
}

* {
    outline: none;
}

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

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

a:hover {
    color: #226EF1;
    text-decoration: none;
}

a {
    text-decoration: none;
}

html, body {
    background: #FFFFFF;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

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

em {
    font-style: inherit;
}

.section-1 {
    width: 100%;
    height: 960px;
    background: url(../img/index-banner-bg.png);
    background-size: 1920px 960px;
    background-repeat: repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.section-1 .header {
    padding: 20px 24px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.section-1 h1 {
    all: unset;
    cursor: pointer;
}

.section-1 h1 img {
    height: 44px;
    width: auto;
}
.section-1 .header .nav {
    font-size: 16px;
    display: flex;
    column-gap: 24px;
    margin-left: 120px;
    margin-right: auto;
}
.section-1 .header .nav a {
    color: #000;
}
.section-1 .header .nav a.active {
    color: #226EF1;
}
.section-1 .index-name {
    font-weight: bold;
    font-size: 56px;
    margin-top: 60px;
    color: #333333;
    text-align: center;
    line-height: 72px;
}

.section-1 .index-name em:nth-of-type(1) {
    color: #EF4C37
}

.section-1 .index-name em:nth-of-type(2) {
    color: #F09A44
}

.section-1 .index-name em:nth-of-type(3) {
    color: #4C81E8
}

.section-1 .index-name em:nth-of-type(4) {
    color: #59A158
}

.section-1 .banner-btn {
    margin-top: 20px;
    font-size: 18px;
    color: #FFFFFF;
    padding: 10px 50px;
    background: #226EF1;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-1 .banner-btn:hover {
    background: #356ac7;
}

.section-1 .banner-btn i {
    width: 20px;
    height: 20px;
    background: url("../img/win-ico.png");
    background-size: 20px 20px;
    margin-right: 8px;
    display: inline-block;
}

.section-1 .device-description {
    font-size: 14px;
    color: #333333;
    margin-top: 8px;
}

.section-1 .down-base-info {margin-top: 16px;font-size: 12px;color: #333333;line-height: 22px;text-align: center;display: flex;align-items: center;gap: 14px;justify-content: center;}
.section-1 .down-base-info em {all: unset;font-style: normal;}

.section-1 .index-banner {
    display: block;
    width: auto;
    height: 483px;
    margin-top: 24px;
}

.section-info {
    width: 440px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section-info .section-name {
    font-size: 40px;
    color: #333333;
    line-height: 52px;
    font-weight: bold;
}

.section-info .section-desc {
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
}

.section-2 {
    margin: 80px auto 0;
    width: 1440px;
    height: 512px;
    background: #F2F8FF;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    padding: 32px 32px 32px 86px;
    justify-content: space-between;
}

.section-2 img {
    height: 448px;
    width: 720px;
}

.section-3 {
    margin: 80px auto 0;
    width: 1440px;
    height: 512px;
    background: #F2F2F2;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    padding: 0 172px 0 0;
    justify-content: space-between;
}

.section-3 img {
    height: 512px;
    width: 734px;
}

.section-4 {
    margin: 80px auto 0;
    width: 1440px;
    height: 512px;
    background: #F2F8FF;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    padding: 65px 34px 82px 86px;
    justify-content: space-between;
}

.section-4 img {
    height: 365px;
    width: auto;
}

.section-5 {
    margin: 80px auto;
    width: 1440px;
    height: 512px;
    background: #F2F2F2;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    padding: 42px 172px 52px 36px;
    justify-content: space-between;
}

.section-5 img {
    height: 418px;
    width: auto;
}
.section-6 {
    margin: 0 auto 80px;
    width: 1440px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}
.section-6 h2 {
    font-weight: 900;
    font-size: 40px;
    color: #333;
    font-style: normal;
    text-align: center;
}
.section-6 .lists {
    display: flex;
    row-gap: 16px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.section-6 .lists .item {
    display: flex;
    flex-direction: column;
    width: 49%;
    padding: 16px;
    border-radius: 10px;
}
.section-6 .lists .item:nth-child(1) {
    background: linear-gradient(to bottom, #DEEBFC, #F4F6FF);
}
.section-6 .lists .item:nth-child(2) {
    background: linear-gradient(to bottom, #FFE7D6, #FFF8F4);
}
.section-6 .lists .item:nth-child(3) {
    background: linear-gradient(to bottom, #E6FFE5, #F7FFF7);
}
.section-6 .lists .item:nth-child(4) {
    background: linear-gradient(to bottom, #FFE4E0, #FFF9F8);
}
.section-6 .lists .item:nth-child(5) {
    background: linear-gradient(to bottom, #dee795, #fefff6);
}
.section-6 .lists .item:nth-child(6) {
    background: linear-gradient(to bottom, #ddbded, #f8f3ff);
}
.section-6 .lists .item .name {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-bottom: 8px;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.section-6 .lists .item:nth-child(1) .name {
    color: #3D80F5;
}
.section-6 .lists .item:nth-child(2) .name {
    color: #F08D44;
}
.section-6 .lists .item:nth-child(3) .name {
    color: #569C53;
}
.section-6 .lists .item:nth-child(4) .name {
    color: #FF5D48;
}
.section-6 .lists .item:nth-child(5) .name {
    color: #9bb513;
}
.section-6 .lists .item:nth-child(6) .name {
    color: #9044f0;
}
.section-6 .lists .item .desc {
    font-size: 14px;
    color: #3D4043;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category {
    background: #f5f8fe;
    line-height: normal;
}

.category .section-1 {
    height:auto;
    background: unset;
    background-color: #fff;
}
.category .my-container {
    width: 1200px;
    margin: 0 auto auto;
}
.crumbs {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 16px 0;
    padding: 10px 16px;
    background: #fff;
}

.crumbs a {
    color: #666666;
}

.crumbs a:hover {
    color: #226EF1;
}
.main-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    background: #fff;
    margin-bottom: 24px;
}
.article .main-flex {
    background-color: unset;
}
.main-flex .main-left {
    width: 100%;
}
.Min3 {
    width: 100%;
    padding: 0 24px 0;
}

.Min3 .module-title {
    padding-top: 4px;
    padding-bottom: 16px;
    border-bottom: 2px solid #226EF1;
    font-weight: bold;
    font-size: 20px;
    color: #226EF1;
}

.Min3 .lists-item {
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #DDDDDD;
}

.Min3 .lists-item:hover .title {
    color: #226EF1;
}

.Min3 .lists-item .thumb-img {
    width: 180px;
    height: 120px;
    box-shadow: 2px 5px 10px -1px #999;
    border: 1px solid #cfcfcf;
}

.Min3 .lists-item .thumb-img:hover {
    -webkit-transform: scale(1.1);
}

.Min3 .lists-item .base-info {
    margin-left: 16px;
    width: 955px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
}

.Min3 .lists-item .base-info .name {
    display: block;
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#333;
}

.Min3 .lists-item .base-info .desc {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 54px;
    overflow: hidden;
}
.Min3 .lists-item .base-info .other-info {
    display: flex;
    justify-content: space-between;
}
.Min3 .lists-item .base-info .other-info .time {
    font-size: 14px;
    color: #666666;
}

.Min3 .lists-item .base-info .other-info .time em {
    font-style: normal;
}

.Min3 .lists-item .base-info .other-info .time em.on {
    color: red;
}

.Min3 .lists-item .base-info .other-info .lists-news {
    font-size: 14px;
    color: #226EF1;
    display: flex;
    justify-content: space-between;
    width: 80px;
    align-items: center;
}

.Min3 .lists-item .base-info .other-info .lists-news i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("../img/lists-news.png");
    background-size: 16px;
}
.Min5 {
    width: 100%;
    background: #fff;
    padding: 24px;
    margin-top: 24px;
}

.Min5 .lists {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.Min5 .lists .item {
    width: 48%;
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E4;
}

.Min5 .lists .item .name {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.Min5 .lists .item:hover .name {
    color: #226EF1;
}


.Min5 .lists .item .base-info .thumb-img:hover {
    -webkit-transform: scale(1.1);
}

.Min5 .lists .item .base-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;

}

.Min5 .lists .item .base-info .thumb-img {
    width: 107px;
    height: 66px;
    box-shadow: 2px 6px 10px -1px #999;
    border: 1px solid #cfcfcf;
}

.Min5 .lists .item .base-info .desc {
    width: 430px;
    line-height: 26px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    color: #838282;
}
.Min6 {
    background: #fff;
    padding: 24px 0;
}

.Min6 h2 {
    font-weight: bold;
    font-size: 24px;
    color: #2C2C2C;
    line-height: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.Min6 .other-info {
    display: flex;
    align-items: center;
    justify-content: center;
}

.Min6 .other-info span {
    display: flex;
    font-size: 14px;
    color: #837f7f;
    margin: 0 30px;
    align-items: center;
}

.Min6 .other-info .time i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../img/time.png");
    background-size: 14px;
}

.Min6 .other-info .hits i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    background: url("../img/views.png");
    background-size: 14px;
}

.Min6 .other-info .refer-link a:hover {
    color: #226EF1;
}

.Min6 .other-info .refer-link a {
    font-size: 14px;
    color: #226EF1;
}
.Min6 .content {
    background-color: #ffffff;
    padding: 24px 24px 0;
    font-size: 14px;
    line-height: 28px;
    color: #000;
}

.Min6 .content .detail-module-name {
    margin-bottom: 15px;
}

.Min6 .content p {
    font-size: 14px;
    line-height: 28px;
    color: #000;
    display: block;
}

.Min6 .content h3 {
    font-size: 16px;
    font-weight: bold;
    color: #226EF1;
    margin: 15px 0;
}
.Min6 .content p img, .Min6 .content center img {
    max-width: 50%;
    max-height: 300px;
    height: auto;
    width: auto;
    margin: 15px auto;
    display: block;
    box-shadow: 0 0 5px 1px #226EF1;
}

.Min6 .content a {
    color: #226EF1;
}
.detail-module-name {
    font-weight: bold;
    font-size: 20px;
    color: #358FF0;
    padding-bottom: 16px;
    border-bottom: 2px solid #007aff;
}




.page {
    margin: 24px 0;
    text-align: center;
}

.page span {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 8px;
    display: inline-block;
}

.page a {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    color: #000;
    padding: 4px 8px;
    cursor: pointer;
    display: inline-block;
}

.page .a1 {
    border-radius: 3px;
}

.page .current {
    color: #fff;
    background: #226EF1;
}

.page .page-span {
    color: #fff;
    background: #226EF1;
}

.page span:hover {
    color: #fff;
    background: #226EF1;
}

.page a:hover {
    color: #fff;
    background: #226EF1;
}

.page select {
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157, 157, 157, 0.44);
    text-align: center;
    border: aliceblue;
    margin-left: 5px;
    margin-right: 5px;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 6px;
}
.main_wrap {
    width: 1200px;
    margin: auto;
}
.part-privacy h1 {
    font-size: 32px;
}
.part-privacy {
    padding: 32px 16px 16px;
    font-size: 16px;
    line-height: 32px;
}
.part-privacy p{
    font-size: 16px;
    line-height: 32px;
}
.page-404 {
    height: 100%;
    text-align: center;
}

.page-404 img {
    width: auto;
    padding: 0 2rem;
    box-sizing: border-box;
}

.page-404 h1,.page-404 span {
    display: block;
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 1rem;
}

.page-404 .desc {
    text-align: center;
    font-size: 18px;
    color: #333;
    margin-top: 16px;
}

.page-404 .desc a {
    color: #4570F6;
}

.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: #4570F6;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: 4px;
}



footer {
    padding: 24px 0 18px;
    background: #dee4e9;
    text-align: center;
    line-height: 22px;
}

footer .friend-link {
    font-size: 12px;
    color: #636363;
}

footer .friend-link a {
    font-size: 12px;
    color: #226EF1;
    margin-left: 4px;
    display: inline-block;
}

footer .friend-link a:hover {
    color: #226EF1;
}

footer p {
    font-size: 12px;
    color: #636363;
}

footer #beian,footer .privacy {
    font-size: 12px;
    color: #636363;
}
footer .privacy {
    margin-right: 6px;
}
.ios-desc {
    display: none;
}

.index-btn_wrap{position: relative;}
.index-code-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: 80px;left: 12px;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}
.to_top{position:fixed;right:56px;bottom:100px;cursor:pointer;display:none;}
.to_top img{width:50px;height:50px;}
@media screen and (max-width: 810px) {
    .section-1 {
        width: 100%;
        height: auto;
        min-width: unset;
        background: url(../img/index-banner-bg-m.png);
        background-size: 25.875rem 37.3125rem;
        padding: 0 1rem 2rem;
        overflow: hidden;
    }
    .section-1 .header {
        padding: 1rem 0;
        justify-content: space-between;
    }
    .section-1 .header .nav {
        font-size:.875rem;
        margin-left:0;
        margin-right: 0;
    }
    .section-1 h1 img {
        height: 2rem;
        width: auto;
    }

    .section-1 .index-name {
        font-size: 2rem;
        margin-top: 2.75rem;
        text-align: center;
        line-height: 2.75rem;
    }

    .section-1 .banner-btn {
        margin-top: .625rem;
        font-size: 1rem;
        padding: .75rem 2.5rem;
        background: #226EF1;
        border-radius: 1.5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .section-1 .banner-btn i {
        width: 1.125rem;
        height: 1.125rem;
        margin-right: .375rem;
        display: inline-block;
    }

    .section-1 .banner-btn i.android-ico {
        background: url("../img/android-ico.png");
        background-size: 1.125rem 1.125rem;
    }

    .section-1 .banner-btn i.ios-ico {
        background: url("../img/ios-ico.png");
        background-size: 1.125rem 1.125rem;
    }

    .section-1 .device-description {
        font-size: .875rem;
        margin-top: .5rem;
        line-height: 1.25rem;
    }
    
    .section-1 .down-base-info {font-size: .875rem;margin-top: 1rem;line-height: 1.25rem;gap: 0 .5rem;flex-wrap: wrap;}

    .section-1 .index-banner {
        display: block;
        width: 100%;
        height: auto;
        margin-top: 1.5rem;
    }

    .section-6 {
        row-gap: 1rem;
        padding: 2.5rem .875rem 0 .875rem;
        width: 100%;
        margin-bottom: 2rem;
    }
    .section-6 h2 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }
    .section-6 .lists {
        row-gap: 1rem;
        column-gap: 1rem;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: normal
    }
    .section-6 .lists .item {
        padding: 1rem;
        border-radius: 0.625rem;
        width: 100%;
    }
    .section-6 .lists .item .name {
        font-size: 1rem;
        line-height: 1.75rem;
        margin-bottom: 0.5rem;
    }
    .section-6 .lists .item .desc {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }

    .category .my-container {
        width: 100%;
    }
    .category .section-1 {
        padding: 0 1rem;
    }
    .crumbs {
        font-size: .75rem;
        margin-bottom: 1rem;
        padding: .75rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        margin:.5rem 0;
    }
    .main-flex {
        flex-direction: column;
        margin-bottom: 0;
    }
    .Min3 {
        padding: 0 1rem 0;
    }

    .Min3 .module-title {
        padding-top: 0;
        padding-bottom: 1rem;
        border-bottom: 1px solid #226EF1;
        font-size: 1rem;
        margin-bottom: 0;
    }

    .Min3 .lists-item .thumb-img {
        width: 35%;
        height: 5rem;
    }

    .Min3 .lists-item {
        justify-content: space-between;
        padding: 1rem 0;
        border-bottom: 1px solid #dddddd;
    }


    .Min3 .lists-item .base-info {
        width: 60%;
        margin-left: 0;
        height: 5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Min3 .lists-item .base-info .name {
        transition: 0.5s;
        max-height: 3rem;
        line-height: 1.5rem;
        font-size: 0.875rem;
        font-weight: bold;
        color: #000000;
    }

    .Min3 .lists-item .base-info .desc {
        font-size: .75rem;
        -webkit-line-clamp: 1;
        height: 1.5rem;
        line-height: 1.5rem;
    }

    .Min3 .lists-item .base-info .other-info {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .Min3 .lists-item .base-info .other-info .time {
        font-size: .75rem;
    }

    .Min3 .lists-item .base-info .other-info .lists-news {
        font-size: .75rem;
        width: auto;
    }

    .Min3 .lists-item .base-info .other-info .lists-news i {
        width: 1rem;
        height: 1rem;
        background-size: 1rem;
    }

    .Min5 {
        padding: 1rem;
        margin-top: .5rem;
    }

    .Min5 .lists {
        display: block;
    }

    .Min5 .lists .item {
        display: block;
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px solid #E4E4E4;
    }

    .Min5 .lists .item .name {
        font-size: .875rem;
        font-weight: bold;
    }

    .Min5 .lists .item .base-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;

    }

    .Min5 .lists .item .base-info .thumb-img {
        width: 30%;
        height: 4.5rem;
    }

    .Min5 .lists .item .base-info .desc {
        width: 67%;
        line-height: 1.5rem;
        -webkit-line-clamp: 2;
        font-size: .75rem;
    }

    .Min5 .lists .item:nth-last-child(2) {
        border-bottom: 1px solid #E4E4E4;
    }

    .detail-module-name {
        font-weight: bold;
        font-size: 1.125rem;
        color: #358FF0;
        padding-bottom:.5rem;
    }
    .Min6 {
        background: #fff;
        padding: 1rem 0;
    }

    .Min6 h2 {
        font-size: 1rem;
        line-height: 2rem;
        padding: 0 1rem;
        margin-bottom: .9375rem;
    }

    .Min6 .other-info span {
        font-size: .75rem;
        margin: 0 1rem 0 0;
    }

    .Min6 .other-info .time i, .Min6 .other-info .hits i {
        width: .75rem;
        height: .75rem;
        margin-right: .25rem;
        background-size: .75rem;
    }

    .Min6 .other-info .refer-link a {
        font-size: .75rem;
    }

    .Min6 .content {
        padding: .5rem 1rem;
        font-size: .75rem;
        line-height: 1.5rem;
    }

    .Min6 .content .detail-module-name {
        margin: .5rem 0 1rem 0;
    }

    .Min6 .content p {
        font-size: .75rem;
        line-height: 1.5rem;
    }

    .Min6 .content h3 {
        font-size: .875rem;
        line-height: normal;
        margin: .5rem 0;
    }

    .Min6 .content p img, .Min6 .content center img {
        max-width: 50%;
        max-height: 15rem;
        height: auto;
        width: auto;
        margin: .5rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #358ff0;
    }


    .page {
        margin: 1rem 0;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        align-items: center;
        column-gap: .5rem;
    }

    .page span, .page a, .page select {
        font-size: .75rem;
        margin: 0;
        padding: .375rem .75rem;
    }

    .index-module {
        display: flex;
        margin: 2rem 0 0;
        width: 100%;
        padding: 0 1rem;
        flex-direction: column;
        height: auto;
        border-radius: 0;
        justify-content: flex-start;
        background: #FFFFFF !important;
        align-items: center;
    }

    .index-module img {
        order: 2;
        width: 21.125rem;
        height: auto;
        margin-top: 1rem;
    }

    .index-module:last-of-type {
        margin-bottom: 2rem;
    }

    .section-info {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .section-info .section-name {
        font-size: 1.125rem;
        line-height: 1.5rem;
        margin-top: 1rem;
        font-weight: bold;
    }

    .section-info .section-desc {
        font-size: .875rem;
        line-height: 1.5rem;
        margin-top: 1rem;
    }
    .main_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .part-privacy h1 {
        font-size: 2rem;
    }
    .part-privacy {
        padding: 2rem 1rem 1rem;
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .part-privacy p{
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .page-404 h1,.page-404 span {
        font-size: 1.125rem;
        margin-top: 1rem;
    }
    .page-404 img {
        width: 100%;
        margin-top: 4rem;
    }
    .page-404 .desc {
        text-align: center;
        font-size: 1.125rem;
        margin-top: 1rem;
    }


    footer {
        padding: 1rem .75rem;
        text-align: center;
        line-height: 1.375rem;
    }

    footer .friend-link {
        font-size: .8rem;
    }

    footer .friend-link a {
        font-size: .8rem;
        margin-left: .25rem;
    }

    footer p, footer #beian, footer .privacy {
        font-size: .8rem;
    }
    footer .privacy {
        margin-right: .25rem;
    }
    .ios-desc {
        color: #999;
        font-size: .8rem;
        margin-top: .25rem;
    }
.to_top {right: 1rem !important;bottom: 2rem !important;}
.to_top img {width: 1.5625rem !important;height: 1.5625rem !important;}

}