@charset "utf-8";html,body,div,h1,h2,h3,h4,h5,h6,form,input,ul,ol,li,p{margin:0;padding:0;box-sizing: border-box;}
ul,ol,li{list-style:none;}
a{text-decoration:unset;}
a,body,div,em,footer,form,h1,h2,h3,h4,h5,h6,html,img,li,p,span,ul,ul{margin:0;padding:0;border:0;}
img{border:none;vertical-align:middle;}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;height:100%;}
body{font-weight:400;font-family:Microsoft YaHei-Regular,Microsoft YaHei;font-size:16px;color:#000;margin:auto;padding:0;overflow-x: hidden;display:flex;flex-direction:column;height:100%;}
.head{height:80px;line-height:80px;padding:0 0 0 64px;z-index: 10;}
.head a{font-size:16px;font-family:Source Han Sans CN-Regular,Source Han Sans CN;font-weight:400;color:#202125;}
.head h1{cursor:pointer;display: flex;}
.head .head-list{display:flex;justify-content:flex-start;align-items: center;}
.head .head-list .nav {
    font-size: 16px;
    display: flex;
    column-gap: 24px;
    margin-left: 72px;
    margin-right: auto;
}
.head .head-list .nav a {color: #000;}
.head .head-list .nav a.active {color: #1A73E8;}
footer{margin-top:auto;padding:16px 0 !important;text-align:center;flex-shrink:0;background-color:#1A1A1A;}
footer p,footer p a ,footer p span {font-size:12px;line-height: 24px;color:#d5d5d5;}
.s1 {display: flex;justify-content: center;column-gap: 60px;flex-direction: column;align-items: center;background: url(../img/banner-bg.png) ;height: 930px;position: relative;background-repeat: no-repeat;background-size: cover;margin-top: -80px;}
.s1 .logo_wrap {position: absolute;top: 16px;width: 1140px;}
.s1 .logo_wrap .logo {cursor: pointer;}
.s1 .name {font-size: 50px;font-weight: bold;color: #1a73e8;text-align: center;}
.s1 .name .n1 {color:#000}
.s1 .desc {font-size: 20px;color:#999}
.s1 .desc_ios {display: none;}
.s1 .con {display: flex;column-gap: 92px;align-items: center;}
.s1 .con .img-banner {content: url(../img/banner.png);}
.s1 .con .down {display:none;align-items: center;justify-content: center;text-align: center;color: #fff;}
.s1 .con .down i {margin-right: 12px;width: 24px;height: 24px;}
.s1 .con .down:hover {opacity: 0.8;}
.s1 .con .info {display: flex;align-items: center;flex-direction: column;row-gap: 24px;}
.s1 .con .info .detail {display: flex;column-gap: 16px;margin-top: -12px;}
.s1 .con .info .detail span {font-size: 14px;color:black;display: flex;text-align:center}
.s2 .content {width: 1200px;margin: 120px auto;}
.s2 .list-1 {display: flex;justify-content: space-evenly;flex-direction:column; row-gap: 120px;}
.s2 .list-1 .item {width: 100%;display: flex;justify-content: space-evenly;align-items: center;}
.s2 .list-1 .item:nth-child(odd) {flex-direction: row-reverse;}
.s2 .list-1 .item .info {width: 480px;}
.s2 .list-1 .item .name {font-size: 38px;font-weight: bold;color:#1A73E8}
.s2 .list-1 .item .name::before{vertical-align: middle;margin-right: 8px;}
.s2 .list-1 .item:first-child .name::before {content: url(../img/icon-f-1.png);}
.s2 .list-1 .item:nth-child(2) .name::before {content: url(../img/icon-f-2.png);}
.s2 .list-1 .item:nth-child(3) .name::before {content: url(../img/icon-f-3.png);}
.s2 .list-1 .item:nth-child(4) .name::before {content: url(../img/icon-f-4.png);}
.s2 .list-1 .item .intro {font-size: 24px;color:#1A73E8;font-weight: bold;margin-top: 8px;}
.s2 .list-1 .item .desc {color: #333;font-size: 16px;margin-top: 16px;line-height: 24px;}
.s3 {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    row-gap: 1.5rem;
    width: 1200px;
    margin: auto;
    margin-bottom: 24px;
}
.s3 h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #1A73E8;
}
.s3 .lists {
    display: flex;
    flex-direction: row;
    row-gap: 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.s3 .question {
    width: 49%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    border: 1px solid #E3E4E4;
    position: relative;
    padding: 16px;
}
.s3 .question h3 {
    font-weight: bolder;
    font-size: 16px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.s3 .question h3:hover{
    color:#1A73E8;
}
.s3 .question p {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 8px 0;
}
.s3 .question .more {
    font-size: 12px;
    color: #1A73E8;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.s3 .question .more::after {
    content:'';
    width: 14px;
    height: 4px;
    display: flex;
    background-image: url('../img/select.webp');
    background-repeat: no-repeat;
    background-size: 14px 4px;
    margin-left: 6px;
}
.btn i {    content: url(../img/icon-down.png);width: 24px;height: 24px;margin-right: 8px;}
.btn {all: unset;display: block;width: 334px;height: 57px;background-color:#1A73E8;border-radius: 28px;text-align: center;line-height: 57px;font-size: 24px;font-weight: 400;color: #fff;cursor: pointer}
.banner-btn{display: flex;align-items: center;justify-content: center;position: relative}
.banner-btn .btn-text{padding-right: 24px;border-right: 1px solid #FFFFFF;text-align: center;}.banner-btn img{width: 24px;height: 24px;margin: 0 0 0 16px !important;}
/* .banner-btn:hover .code-box {display: flex;} */
.banner-btn .code-box {display:none ;align-items: center; text-align: center;position: absolute;z-index: 1;top: 55px;background: url(../img/code-box.webp) no-repeat; background-size: contain; width: 169px;height: 197px;justify-content: center;align-items: center;}
.banner-btn .code-box .code {color: #777;font-size: 14px;}
.banner-btn .code-box span {padding: 4px 0 0px;display: block;line-height: 20px;}
.banner-btn .code-box img{width: 114px;height: 114px;margin: 0!important;}
.btn img {margin: 21px 12px 0 56px;}
.top{position:fixed;right:56px;bottom:100px;cursor:pointer;}
.top img{width:50px;height:50px;}
.crumbs_wrap {
    background: #f5f5f5;
}

.crumbs {
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #707070;
    vertical-align: unset;
    padding: 16px 0;
    width: 1200px;
}

.crumbs a,.crumbs h1,.crumbs span {
    color: #333333;
    font-size: 12px;
    font-weight: 400;
    vertical-align: unset
}

.category .main {
    width: 1200px;
    margin: 0 auto;
    padding: 16px 0 0;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 24px;
}

.section-1 .article-item {
    width: 282px;
    height: 289px;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
    border-radius: 8px;
    overflow: hidden;
}

.section-1 .article-item:hover .item-name {
    color: #1A73E8;
}

.section-1 .article-item:hover {
    scale: 1.05;
}

.section-1 .article-item .item-thumb {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.section-1 .article-item .item-name {
    padding: 0 16px;
    font-size: 16px;
    font-weight: bold;
    color: #2C2C2C;
    line-height: 24px;
    margin-top: 16px;
    cursor: pointer;
}

.section-1 .article-item .item-desc {
    padding: 0 16px;
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    cursor: pointer;
}

.section-1 .article-item .base-info {
    padding: 0 16px;
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-1 .article-item .base-info .time-views {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.section-1 .article-item .base-info .time-views span {
    display: flex;
    margin-top: 4px;
    align-items: center;
}

.section-1 .article-item .base-info .bottom-read {
    background: #FFFFFF;
    border-radius: 14px;
    border: 1px solid #1A73E8;
    font-size: 12px;
    color: #1A73E8;
    text-align: center;
    padding: 4px 10px;
}

.section-1 .article-item .base-info .bottom-read:hover {
    background: #1A73E8;
    color: #fff;
}

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

.page a {
    margin: 0 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px 0px rgba(157,157,157,0.44);
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: #666666;
    padding: 4px 10px;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.16);
    border-radius: 5px 5px 5px 5px;
}

.page .active,
.page a:hover {
    color: #fff;
    background: #007aff;
}

.hr {
    display: none;
}
.section-2 {
    padding: 36px 32px 28px;
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
    border-radius: 8px;
    margin-bottom: 24px;
}
.section-2 a {
    color: #1A73E8;
}
.section-2 .name-baseinfo {
    padding-bottom: 32px;
    border-bottom: 1px solid #1A73E8;
}

.section-2 .name-baseinfo .article-name {
    font-weight: bold;
    font-size: 25px;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.section-2 .name-baseinfo .base-info {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 24px;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.section-2 .name-baseinfo .base-info span {
    display: flex;
    align-items: center;
}

.section-2 .article-detail {
    padding: 16px 0 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.section-2 .article-detail h3 {
    font-size: 16px;
    font-weight: bold;
    color: #1A73E8;
    margin: 15px 0;
    border-bottom: 1px solid #E0ECFF;
    padding-bottom: 8px;
}

.section-2 .article-detail h4 {
    font-size: 14px;
    font-weight: bold;
    color: #1A73E8;
    margin: 15px 0;
    border-bottom: 1px solid #E0ECFF;
    padding-bottom: 8px;
}

.section-2 .article-detail p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
}

.section-2 .article-detail p a,.section-2 .article-detail p span {
    vertical-align: unset
}

.section-2 .article-detail img {
    max-width: 50%;
    max-height: 400px !important;
    width: auto;
    height: auto;
    margin: 20px auto;
    display: block;
    border: 1px solid #ddedfd;
    border-radius: 16px;
}

.section-3 {
    background: #FFFFFF;
    box-shadow: 0px 1px 2px 1px rgba(0,0,0,0.16);
    border-radius: 8px;
    padding: 32px;
    margin: 24px 0;
}

.section-3 .section-name {
    font-weight: bold;
    font-size: 20px;
    color: #1A73E8;
    line-height: 26px;
    display: flex;
    align-items: center;
}

.section-3 .section-name:before {
    width: 22px;
    height: 22px;
    content: '';
    background: url("../img/section-title.png");
    background-size: 22px;
    margin-right: 8px;
}

.section-3 .section-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 0 24px;
}

.section-3 .section-lists .item {
    width: 362px;
    height: auto;
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E4;
    overflow: hidden;
}

.section-3 .section-lists .item:hover p {
    color: #1A73E8;
}

.section-3 .section-lists .item .item-name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.section-3 .section-lists .item .img-desc-wrap {
    display: flex;
    align-items: center;
    margin-top: 16px;
}

.section-3 .section-lists .item .img-desc-wrap img {
    width: 156px;
    height: 87px;
    object-fit: cover;
    border-radius: 8px;
}

.section-3 .section-lists .item .img-desc-wrap p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-left: 8px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    width: 198px;
}

.page-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: #1A73E8;
}

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

.page-404 .btn-lists a {
    width: 78px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    background: #1A73E8;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: 4px;
}

footer p .privacy {
    margin-right: .5rem;
}

@media screen and (max-width:810px){
    /* .banner-btn:hover .code-box {display: none;} */
    .btn {width: auto;height: auto;line-height: normal;padding: .875rem 6rem;margin: .5rem 0 0 0;font-size: 1rem;}
    .btn i { margin-right: 0.5rem;width: 1.125rem;height: 1.125rem;}
    .btn.ios i {    content: url(../img/icon-down-ios.png);}
    .btn.android i {    content: url(../img/icon-down-android.png);}
    .m-none {display: none !important;}
    .head {height: 4rem;line-height: 4rem;padding:0 1rem;}
    .head .head-list img { width: 9.375rem; height: 1.875rem;}
    .head .head-list {justify-content: space-between;}
    .head .head-list .nav {margin: 0;font-size: .875rem;column-gap: 1.5rem;}
    .head .head-list .nav a {font-size: .875rem;}
    .s1 {flex-direction: column;height: auto;background-image: url(../img/m-banner-bg.png);}
    .s1 .logo_wrap {top: 1rem;left: 1rem;width: auto;}
    .s1 .logo_wrap .logo {width: 8.125rem;height: 1.75rem;}
    .s1 .desc {font-size: 1rem;}
    .s1 .name {font-size: 2.5rem;text-align: center;}
    .s1 .name span {display: block;font-size: 2.5rem;}
    .s1 .name span span {font-size: 1.75rem;margin-top: .5rem;}
    .s1 .con {margin-top: 7rem;align-items: center;height: 100%;flex-direction: column-reverse;row-gap:1rem}
    .s1 .con .img-banner {width: 20rem;height: 19.875rem;content: url(../img/m-banner.png);}
    .s1 .desc_ios {display: none;font-size: 12px;color: #999;}
    .s1 .con .down {display: flex; border-radius: 1.4375rem;width: 12.5rem;height: 2.875rem;line-height: 2.875rem;font-size: 1rem;background-color: #1A73E8;;margin: 1.5rem 0 .5rem;}
    .s1 .con .down i{margin-right: 0.5rem;width: 1.125rem;height: 1.125rem;}
    .s1 .con .down.android i {    content: url(../img/icon-down-android.png);}
    .s1 .con .down.ios i {    content: url(../img/icon-down-ios.png);}
    .s1 .con .info {display: flex;row-gap: .5rem;flex-direction: column;align-items: center;}
    .s1 .con .info > img {width: 11.75rem;}
    .s1 .con .info .detail {font-size: 0.8rem;color: #999;justify-content: center;row-gap: .5rem;flex-wrap: wrap; padding: 0 .875rem;margin-top: 0;column-gap:0.75;}
    .s1 .con .info .detail span{font-size:0.75rem}
    .s2 {padding: 0 1rem;}
    .s2 .content {padding:3rem 0;margin: 0;width: 100%;}
    .s2 .list-1 {flex-wrap: wrap;flex-direction: column; row-gap: 3rem;}
    .s2 .list-1 .item {width: 100%;flex-direction: column !important;row-gap: 2.5rem;}
    .s2 .list-1 .item .info {width: 100%;}
    .s2 .list-1 .item:first-child > img {content: url(../img/m-feature-1.png);}
    .s2 .list-1 .item:nth-child(2) > img {content: url(../img/m-feature-2.png);}
    .s2 .list-1 .item:nth-child(3) > img {content: url(../img/m-feature-3.png);}
    .s2 .list-1 .item:nth-child(4) > img {content: url(../img/m-feature-4.png);}
    .s2 .list-1 .item:nth-child(5) > img {content: url(../img/m-feature-5.png);}
    .s2 .list-1 .item img {width: 16.875rem;height: auto;}
    .s2 .list-1 .item .name {font-size: 1.5rem;text-align: center;}
    .s2 .list-1 .item .intro {text-align: center;}
    .s2 .list-1 .item:first-child .name::before {content: url(../img/m-icon-f-1.png);}
    .s2 .list-1 .item:nth-child(2) .name::before {content: url(../img/m-icon-f-2.png);}
    .s2 .list-1 .item:nth-child(3) .name::before {content: url(../img/m-icon-f-3.png);}
    .s2 .list-1 .item:nth-child(4) .name::before {content: url(../img/m-icon-f-4.png);}
    .s2 .list-1 .item .desc {font-size: 0.875rem;line-height: 1.35rem;margin-top: 1rem;}
    .s3 {
        padding: 0 1rem 1.5rem;
        row-gap: 1.5rem;
        width:100%;
        box-sizing: border-box;
        margin-bottom: 0;
    }
    .s3 h2 {
        font-size: 1.5rem;
    }
    .s3 .lists {
        row-gap: 1rem;
    }
    .s3 .question {
        width: 100%;
        border-radius: .625rem;
        padding: 1rem;
    }
    .s3 .question h3 {
        font-size: 1rem;
    }
    .s3 .question p {
        font-size: 0.875rem;
        line-height: 1.5rem;
        margin: .5rem 0;
    }
    .s3 .question .more {
        font-size: 0.75rem;
        justify-content: flex-start;
    }
    .s3 .question .more::after {
        content:'';
        width: .875rem;
        height: .25rem;
        background-size: .875rem .25rem;
        margin-left: .325rem;
    }
    .crumbs {
        margin: 0 auto;
        font-size: .8rem;
        padding: .5rem 1rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: block;
        line-height: 1.25rem;
        width: 100%;
    }

    .crumbs a,.crumbs h1,.crumbs span {
        font-size: .8rem;
    }
    .category .main {
        width: 100%;
        padding: 0;
    }
    .section-1 {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        background: #FFFFFF;
        padding: 0 1rem;
    }

    .section-1 .article-item {
        width: 100%;
        height: auto;
        display: flex;
        align-items: unset;
        border-radius: 0;
        padding: 1rem 0;
        box-shadow: unset;
        border-bottom: 1px solid #E3E4E4;
    }

    .section-1 .article-item .item-thumb {
        width: 9.5rem;
        height: 6rem;
        border-radius: .5rem;
    }

    .section-1 .article-item .item-right {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100vw - 12rem);
        margin-left: .5rem;
    }

    .section-1 .article-item .item-name {
        padding: 0;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.25rem;
        margin-top: 0;
    }

    .section-1 .article-item .item-desc {
        padding: 0;
        font-size: .8rem;
        line-height: 1.25rem;
        margin-top: 0;
    }

    .section-1 .article-item .base-info {
        padding: 0;
        margin-top: 0;
    }

    .section-1 .article-item .base-info .time-views {
        flex-direction: row;
        font-size: .8rem;
        line-height: 1rem;
    }

    .section-1 .article-item .base-info .time-views span {
        margin-top: 0;
    }
    .section-1 .article-item .base-info .bottom-read {
        border-radius: 0;
        font-size: .75rem;
        border: unset;
        padding: 0;
    }
    .section-1 .article-item .base-info .bottom-read:hover {
        background: unset;
        color:#1A73E8;
    }
    .page {
        margin: 1.25rem 1rem;
        display: flex;
        justify-content: center;
    }
    .page a {
        margin: 0 .25rem;
        line-height: 1rem;
        font-size: .8rem;
        padding: .25rem .5rem;
        border-radius: .25rem;
    }

    .section-2 {
        padding: 1.5rem 1rem 0;
        margin-bottom: 1rem;
        box-shadow: unset;
        border-radius: 0;
    }

    .section-2 .name-baseinfo {
        padding-bottom: 1.25rem;
    }

    .section-2 .name-baseinfo .article-name {
        font-size: 1rem;
        line-height: 1.25rem;
        text-align: center;
    }

    .section-2 .name-baseinfo .base-info {
        gap: 2.5rem;
        margin-top: 1rem;
        font-size: .8rem;
        line-height: 1.25rem;
    }

    .section-2 .name-baseinfo .base-info span {
        display: flex;
        align-items: center;
    }
    .section-2 .article-detail {
        padding: 1rem 0 0;
        box-sizing: border-box;
        font-size: .875rem;
        line-height: 1.5rem;
        color: #000;
    }

    .section-2 .article-detail h3 {
        font-size: 1rem;
        margin: 1rem 0;
        padding-bottom: .5rem;
    }

    .section-2 .article-detail p {
        font-size: .875rem;
        line-height: 1.5rem;
    }

    .section-2 .article-detail img {
        max-width: 50%;
        max-height: 20rem !important;
        width: auto;
        height: auto;
        margin: 1rem auto;
        display: block;
        border-radius: .5rem;
    }
    .hr {
        height: .5rem;
        background: #f5f5f5;
        display: block;
    }
    .section-3 {
        box-shadow: unset;
        border-radius: 0;
        padding: 1rem;
        margin: 0;
    }

    .section-3 .section-name {
        font-weight: bold;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-3 .section-name:before {
        width: 1.25rem;
        height: 1.25rem;
        background-size: 1.25rem;
        margin-right: .375rem;
    }

    .section-3 .section-lists {
        display: flex;
        flex-wrap: unset;
        gap: 0;
        flex-direction: column;
    }

    .section-3 .section-lists .item {
        width: 100%;
        padding: 1rem 0;
        border-bottom: 1px dashed #E4E4E4;
    }
    .section-3 .section-lists .item:nth-child(4),
    .section-3 .section-lists .item:nth-child(5),
    .section-3 .section-lists .item:nth-child(6){
        display: none;
    }

    .section-3 .section-lists .item .item-name {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap {
        margin-top: .5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap img {
        width: 9.5rem;
        height: 5.5rem;
        border-radius: .5rem;
    }

    .section-3 .section-lists .item .img-desc-wrap p {
        font-size: .8rem;
        line-height: 1.2rem;
        margin-left: .5rem;
        height: 3.6rem;
        width: 13.875rem;
    }

    footer{padding:1rem 0.625rem !important;border-top:1px solid #eaeaea;}
    footer p,footer a{font-size:0.75rem;line-height:1.25rem;}
    .top{right:1rem !important;bottom:2rem !important;}
    .top img{width:1.5625rem !important;height:1.5625rem !important;}

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