/* 全局重置与基础样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body {
    height: 100%;
}
body {
    font-family: "Microsoft Yahei", sans-serif;
    line-height: 1.6;
    color: #333;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

/* 导航栏样式（语义化<nav>标签） */
.navbar {
    display: flex;
    align-items: center;
    column-gap: 168px;
    padding: 0 5%;
}

.navbar .logo h1 {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.navbar .logo img {
    height: 88px;
}

.navbar .logo-text {
    font-size: 1.5rem;
    font-weight: bold;
    color: #4285f4;
}

.navbar .download-btn {
    background-color: #4285f4;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 2rem;
    cursor: pointer;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.navbar .download-btn:hover {
    background-color: #3367d6;
}

.navbar .nav {
    font-size: 16px;
    display: flex;
    column-gap: 32px;
    justify-content: space-between;
}
.navbar .nav a {
    color: #000;
    text-decoration: unset;
}
.navbar .nav a.active {
    color:#226EF1!important;
}

/* 头部英雄区 */
.hero-section {
    text-align: center;
    padding: 2rem 5%;
}

.hero-section h2 {
    font-size: 2.75rem;
    margin-bottom: 0.5rem;
}
.hero-section h2 em {
    color: #4285f4;
    font-style:normal;
}
.head {background-image: url("../img/background.webp");background-size: 100% 100%;background-repeat: no-repeat;}
.hero-section{width:100%;column-gap: 140px;display:flex;row-gap: 2rem;align-items:center;justify-content: center;flex-direction: column;}
.hero-section .banner {width: 518px;}
.hero-section .info {display: flex;flex-direction: column;align-items: center;}
.hero-section .banner-name {font-weight:bold;font-size: 54px;color: #3C80F4;}
.hero-section .banner-name2 {font-weight: bold;font-size: 36px;color: #333;}
.hero-section .banner-desc {font-size: 2.75rem;font-weight: bold;color: #333;margin-bottom: 8px;}
.hero-section .banner-desc br{display:none;}
.hero-section .banner-desc2 {font-size: 1rem;width: 22rem;line-height: 26px;color: #666;}
.hero-section .banner-btn{background:#fff;border-radius:55px;padding: 8px 68px;margin-top: 16px;font-size: 22px;color: #fff;background-color: #3C80F4;display:flex;align-items:center;}
.hero-section .banner-btn i{width:24px;height:24px;background:url("../img/win-ico.webp");background-size:24px;margin-right:16px;}
.hero-section .banner-device{font-size: 14px;color: #333;line-height:22px;margin-top: 10px;margin-bottom:0;display: flex;gap: 14px;}
.hero-section .banner-device em{font-style: normal;}
.hero-section .index-device-desc{font-size: 14px;color: #333;line-height:22px;margin-top: 8px;}
.hero-section .index-device-desc2{font-size: 14px;color: #333;line-height:22px;margin-top: 8px;}
.index-btn_wrap{position: relative;cursor: pointer;}
.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: fixed;bottom: 42%;right: 50px;transform: rotate(90deg);z-index:5;display:none!important;}
.index-code-box .index-code{margin-bottom:24px;}
.index-code-box .index-code img{width:136px!important;height:136px!important}
/* 安全隐私 section */
section h3.section-name {
    font-size: 36px;
    margin-bottom: 64px;
    font-weight: bold;
    color: #3B73E0;
}
.security-section {
    padding: 5rem 5%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.security-list {
    display: flex;
    column-gap: 24px;
}
.security-item {
    width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 20px 20px 20px 20px;
}
.security-img {display: flex;width: 100%;background-color: #3B73E0;justify-content: center;padding: 32px 0;border-top-left-radius: 16px;border-top-right-radius: 16px;}
.security-img img {
    width: 50px;
}
.srcurity-info {display: flex;flex-direction: column;align-items: center;padding: 24px;row-gap: 24px;}
.srcurity-name {font-size: 18px;font-weight: bold;}
.srcurity-desc {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
/* 核心优势 section */
.advantages-section {
    padding: 5rem 5%;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.advantages-section h2::before {
    background-image: url("../img/icon-2.webp");
    transform: rotate(0deg);
}
.advantages-section h2::after {
    background-image: url("../img/icon-2.webp");
    transform: rotate(180deg);
}
.advantages-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 1.8rem;
    color: #4285f4;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    color: #666;
    margin-bottom: 2rem;
}
.advantages-grid {
    display: flex;
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.advantage-card {
    padding: 2rem;
    width: 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 20px 20px 20px 20px;
}

.advantage-card.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.advantage-card .advantage-name {
    font-size: 22px;
    font-weight: bold;
}

.advantage-card .advantage-desc {
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

/* 功能特性 section */
.faqs-section {
    padding: 5rem 5% 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.faqs-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.faqs-grid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
}

.faq-item {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 0;
    border-bottom: 1px solid #E4E4E4;
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s ease;
    flex-direction: column;
}
.faq-item:last-child{
    margin-bottom:1.5rem;
}
.faq-item.fade-in {
    opacity: 1;
    transform: translateY(0);
}

.faq-item a {
    font-size: 1.375rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.faq-item p {
    font-size: 1rem;
    color: #333;
    line-height: 1.5rem;
}

.cate {
    display: flex;
    flex-direction: column;
    background: #F8FAFF;
}
.cate .head {
    background: #Fff;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
    z-index: 1;
}
.crumbs_wrap{background:#FFFFFF;}
.crumbs{display:flex;align-items:center;padding:16px 0;font-size:14px;color:#6D6D7D;width:1200px;margin:0 auto;}
.crumbs:first-child:before{content:'';width:14px;height:14px;background:url("../img/crumbs.png");background-size:14px;margin-right:4px;}
.crumbs a,.crumbs span{font-size:14px;color:#6D6D7D;}
.crumbs a:hover{color:#0f67ff;}
.section-1 {
    width: 1200px;
    margin: 8px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.section-1 .help-item {
    padding: 24px;
    background: #FFFFFF;
    border-radius: 22px;
    position: relative;
    margin-top: 48px;
}

.section-1 .help-item:hover {
    scale: 1.03;
}

.section-1 .help-item:hover .item-name {
    color: #0f67ff !important;
}


.section-1 .help-item .item-thumb {
    width: 258px;
    height: 144px;
    border-radius: 8px;
    object-fit: cover;
    position: absolute;
    left: 24px;
    top: -24px;
}

.section-1 .help-item .base-info {
    margin-left: 274px;
    height: 96px;
    width: 266px;
}

.section-1 .help-item .base-info .item-name {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 52px;
}

.section-1 .help-item .base-info .item-time {
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    display: block;
    margin: 8px 0;
}

.section-1 .help-item .base-info .item-views {
    font-size: 12px;
    color: #999999;
    line-height: 16px;
}

.section-1 .help-item .item-desc_wrap {
    position: relative;
    width: 540px;
    height: 92px;
    margin-top: 30px;
    padding: 28px 16px 24px ;
    background: #F7F7F7;
    border-radius: 10px;
    position: relative;
    box-sizing: border-box;
}

.section-1 .help-item .item-desc_wrap:before {
    content: '';
    width: 32px;
    height: 24px;
    background: url("../img/item-desc-icon.png");
    background-size: 32px 24px;
    position: absolute;
    top: -8px;
    left: 16px;
}

.section-1 .help-item .item-desc_wrap .item-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.lists-pages {
    width: 1200px;
    margin: 24px auto;
    display: flex;
    justify-content: center;
    column-gap: 12px;
}
.lists-pages a {
    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: #666;
    padding: 6px 12px;
    box-sizing: content-box;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    border-radius: 5px 5px 5px 5px;
}

.lists-pages .active {
    color: #fff;
    background: #007aff;
}
.lists-pages a:hover {
    color: #fff;
    background: #007aff;
}

.s5{padding:0 24px 24px;width:1200px;margin:24px auto;background:#FFF;border-radius:12px;}
.s5 .base-info_wrap{padding:40px 0 24px;border-bottom:1px dashed #E3E4E3;}
.s5 .base-info_wrap .article-name{font-weight:bold;font-size:24px;color:#2C2C2C;line-height:32px;text-align:center;}
.s5 .base-info_wrap .base-info{display:flex;justify-content:center;align-items:center;margin-top:24px;gap:64px;}
.s5 .base-info_wrap .base-info span{font-size:14px;color:#999;line-height:20px;}
.s5 .base-info_wrap .base-info span a{font-size:14px;color:#999;line-height:20px;}
.s5 .base-info_wrap .base-info span a:hover{color:#0f67ff}
.s5 .article-detail{padding:16px 0 0;box-sizing:border-box;font-size: 15px;line-height: 28px;color: #333;}
.s5 .article-detail h3{font-size:18px;font-weight:bold;color:#0f67ff;margin:15px 0;border-radius:8px;}
.s5 .article-detail h4{font-size:14px;font-weight:bold;color:#0f67ff;margin:15px 0;padding-bottom:8px;}
.s5 .article-detail p{font-size:15px;line-height:28px;color:#333;}
.s5 .article-detail p a,.s5 .article-detail p span{vertical-align:unset}
.s5 .article-detail p a{color:#0f67ff;}
.s5 .article-detail img{max-width:50%;max-height:400px !important;width:auto;height:auto;margin:20px auto;display:block;box-shadow:0 0 10px 2px rgb(101 156 255 / 50%);border-radius:8px;}
.s5 .next-pre_wrap{display:flex;margin-top:24px;}
.s5 .next-pre_wrap .next-pre-item{width:50%;padding:24px;display:flex;background:#FBFBFB;border:1px solid #EAEBEA;align-items:center;}
.s5 .next-pre_wrap .next-pre-item:hover p{color:#0f67ff;}
.s5 .next-pre_wrap .next-pre-item:hover p span{color:#0f67ff;}
.s5 .next-pre_wrap .next-pre-item img{width:120px;height:80px;border-radius:12px;object-fit:cover;}
.s5 .next-pre_wrap .next-pre-item p{width:400px;margin-left:16px;font-size:14px;color:#333333;line-height:26px;}
.s5 .next-pre_wrap .next-pre-item p em{color:#999;}
.s5 .next-pre_wrap .next-pre-item p span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:2;color:#999;}
.s6{width:1200px;background:#FFFFFF;border-radius:12px;padding:24px;margin:0 auto 24px;}
.s6 .section-name{font-weight:bold;font-size:20px;color:#333333;line-height:26px;display:flex;align-items:center;}
.s6 .section-name:before{content:'';background:url("../img/icon-section-name.webp");background-size:23px 18px;margin-right:8px;width:23px;height:18px;}
.s6 .section-lists{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;}
.s6 .section-lists .section-item{width:48%;display:flex;align-items:center;margin-top:24px;color:#000;}
.s6 .section-lists .section-item:hover{color:#007aff;}
.s6 .section-lists .section-item:before{content:'';width:6px;height:6px;background:#FFFFFF;border:1px solid #D0D1D1;border-radius:3px;margin-right:8px;}
.s6 .section-lists .section-item .item-name{font-size:14px;line-height:22px;width:470px;}
.s6 .section-lists .section-item .item-time{font-size:14px;line-height:22px;margin-left:20px;}
.bar{display: none;}
/* 底部区域（语义化<footer>标签） */
.mobile-code {
    position: fixed;
    bottom: 50%;
    right: 10px;
    width: 28px;
    background-color: #fff;
    padding: 4px;
    background-size: 28px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-origin: content-box;
    box-sizing: content-box;
    height: 28px;
    cursor: pointer;
    display: flex;
    background-image: url(/statics/2025/img/icon_index_android1.png);
}
footer {
    background-color: #1A1A1A;
    color: #fff;
    text-align: center;
    padding: 1.5rem 5%;
    font-size: .875rem;
    line-height: 1.5rem;
    margin-top: auto;
}

.main_wrap {
    width: 1200px;
    margin: auto;
}
.part-privacy {
    padding: 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: 40%;
    margin-top: 4rem;
    padding: 0 2rem;
    box-sizing: border-box;
}

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

.page-404 .desc {
    text-align: center;
    font-size: .75rem;
    margin-top: .5rem;
}

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

.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: #3C80F4;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
}

#to_top {position: fixed;bottom: 150px;right: 270px;cursor: pointer;z-index: 1000;display: none;}
#to_top img {width: 65px;height: 65px;}

/* 响应式媒体查询 - 移动端适配 */
@media (max-width: 768px) {
    .head {
    }
    .navbar {
        gap: 1rem;
        padding: 0 1rem;
        justify-content: space-between;
    }
    .navbar .nav {
        font-size: 1rem;
        column-gap: 2rem;
    }
    .navbar .logo img {
        height: 4.5rem;
        margin-left: -2rem;
        width: auto;
    }
    .phone-mockup-container {
        width: 250px;
        height: 500px;
    }

    .floating-tag {
        width: 60px;
        height: 60px;
        font-size: 0.8rem;
    }

    .hero-section {
        padding: 1.125rem 0 2rem 0;
    }
    .hero-section .banner-device {
        font-size: .875rem;
        line-height: 1.25rem;
        margin-top: .625rem;
        gap: .875rem;
    }
    .hero-section h2 {
        font-size: 2rem;
    }
    .hero-section .banner-desc {
        font-size: 2rem;
    }

    .hero-section .banner {
        width: 95%;
        margin-top: 2rem;
    }

    .hero-section .banner-btn {
        border-radius: 2rem;
        padding: .5rem 2rem;
        margin-top: 1rem;
        font-size: 1.25rem;
    }

    .hero-section .index-device-desc,
    .hero-section .index-device-desc2 {
        font-size: .875rem;
        line-height: 1.25rem;
        padding:0 1rem;
    }

    .hero-section .banner-btn i {
        width: 1.5rem;
        height: 1.5rem;
        background: url(../img/win-ico.webp);
        background-size: 1.5rem;
        margin-right: 1rem;
    }
    .hero-section .banner-btn i.ios-ico {
        background: url(../img/ios-ico.webp);
        background-size:1.5rem;
    }
    .hero-section .banner-btn i.android-ico {
        background: url(../img/android-ico.webp);
        background-size:1.5rem;
    }
    .security-section {
        padding: 2rem 1rem;
    }
    section h3.section-name {
        font-size: 1.375rem;
        margin-bottom: .5rem;
    }
    .security-list {
        flex-direction: column;
        column-gap: 0;
        row-gap: 2.5rem;
    }
    .security-item {
        width:100%;
        border-radius: 1.25rem;
    }
    .security-img {
        padding: .875rem 0;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
    }
    .security-img img {
        width:2.125rem;
    }
    .srcurity-info {
        align-items: flex-start;
        padding: 1.5rem;
        row-gap: 1rem;
    }
    .srcurity-name {
        font-size: 1.125rem;
    }
    .srcurity-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    .advantages-section {
        padding: 2rem 1rem;
    }
    .faqs-section {
        padding: 2rem 1rem 0;
    }
    section h2.section-name {
        font-size:1.75rem;
        margin-bottom: .5rem;
    }

    section p.section-subname {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .faqs-container {
        max-width: 100%;
    }

    .advantages-container {
        max-width: 100%;
    }

    .advantages-grid {
        flex-direction: column;
    }
    .advantage-card {
        width: 100%;
        padding: 1.5rem 1rem;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
        border-radius: .625rem;
        display: flex;
        text-align: left;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 1rem;
    }
    .advantage-card .advantage-name {
        font-size: 1.125rem;
        color: #333;
    }
    .advantage-card .advantage-desc {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .faq-item {
        width: 100%;
    }
    .faq-item a {
        font-size: 1.125rem;
        margin-bottom: 0;
    }
    .faq-item p {
        
    }

    .faq-item img {
        height: 11rem;
    }
    .faq-item .faq-content {
        padding-bottom: 1rem;
    }

    .crumbs_wrap{width:100%;background:#F7F7F7;}
    .crumbs{padding:0 1rem 0 2rem;height:2rem;white-space:normal;font-size:.8rem;position:relative;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;text-overflow:ellipsis;-webkit-line-clamp:1;width:100%;}
    .crumbs:first-child:before{content:'';width:.875rem;height:.875rem;background:url(../img/crumbs.png);background-size:.875rem;display:inline-block;position:absolute;top:.5rem;left:.75rem;}
    .crumbs a{font-size:.8rem;line-height:2rem;}
    .crumbs span{font-size:.8rem;width:calc(100vw - 10.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
    .section-1 {
        width: 100%;
        background-color: #fff;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        padding: 0 1rem;
        box-sizing: border-box;
    }

    .section-1 .help-item {
        padding: 1rem;
        border-radius: .5rem;
        margin-top: 2.5rem;
        box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
        width: 100%;
    }

    .section-1 .help-item:hover {
        scale: 1;
    }

    .section-1 .help-item .item-thumb {
        width: 10.5rem;
        height: 5.875rem;
        border-radius: .375rem;
        left: 1rem;
        top: -1rem;
    }

    .section-1 .help-item .base-info {
        margin-left: 11.125rem;
        height: 4.875rem;
        width: 10.75rem;
    }

    .section-1 .help-item .base-info .item-name {
        font-size: .875rem;
        line-height: 1.25rem;
        height: 2.5rem;
    }

    .section-1 .help-item .base-info .item-time {
        font-size: .8rem;
        line-height: 1rem;
        margin: .375rem 0;
    }

    .section-1 .help-item .base-info .item-views {
        font-size: .8rem;
        line-height: 1rem;
    }

    .section-1 .help-item .item-desc_wrap {
        width: 100%;
        height: 4.5rem;
        margin-top: 1rem;
        padding: 1.25rem .5rem .75rem;
        border-radius: .5rem;
    }

    .section-1 .help-item .item-desc_wrap:before {
        content: '';
        width: 1.25rem;
        height: 1rem;
        background: url("../img/item-desc-icon.png");
        background-size: 1.25rem 1rem;
        top: -.327rem;
        left: .625rem;
    }

    .section-1 .help-item .item-desc_wrap .item-desc {
        font-size: .8rem;
        line-height: 1.2rem;
    }
    .lists-pages {
        width: 100%;
        margin: 0;
        padding: 1.25rem 0;
        background-color: #fff;
        column-gap: .375rem;
    }
    .lists-pages a {
        line-height: normal;
        font-size: .8rem;
        padding: .25rem .5rem;
        border-radius: .25rem;
    }

    .s5{padding:0 1rem 1rem;width:100%;margin:0;border-radius:0;}
    .s5 .base-info_wrap{padding:1rem 0;}
    .s5 .base-info_wrap .article-name{font-size:1rem;line-height:1.5rem;}
    .s5 .base-info_wrap .base-info{margin-top:.75rem;gap:1.5rem;}
    .s5 .base-info_wrap .base-info span{font-size:.8rem;line-height:1.2rem;}
    .s5 .base-info_wrap .base-info span a{font-size:.8rem;line-height:1.2rem;}
    .s5 .article-detail{padding:1rem 0 0;box-sizing:border-box;font-size:.9375rem;line-height:1.375rem;}
    .s5 .article-detail h3{font-size:1rem;margin:1rem 0;}
    .s5 .article-detail ol{width:100% !important;}
    .s5 .article-detail p{font-size:.9375rem;line-height:1.375rem;}
    .s5 .article-detail img{max-width:50%;max-height:20rem !important;width:auto;height:auto;margin:1rem auto;display:block;border-radius:.5rem;}
    .s5 .next-pre_wrap{flex-direction:column;margin-top:1.75rem;gap:.5rem;}
    .s5 .next-pre_wrap .next-pre-item{width:100%;padding:1rem;align-items:center;}
    .s5 .next-pre_wrap .next-pre-item img{width:6.25rem;height:4rem;border-radius:.5rem;}
    .s5 .next-pre_wrap .next-pre-item p{width:calc(100vw - 11.25rem);margin-left:1rem;font-size:.8rem;line-height:1.2rem;}
    .s6{width:100%;border-radius:0;padding:1rem 1rem 1.25rem;margin:0;}
    .s6 .section-name{font-size:1rem;line-height:1.5rem;}
    .s6 .section-name:before{content:'';background:url("../img/icon-section-name.webp");background-size:1.25rem 1rem;margin-right:.5rem;width:1.25rem;height:1rem;}
    .s6 .section-lists{display:flex;align-items:flex-start;flex-wrap:nowrap;justify-content:space-between;flex-direction:column;}
    .s6 .section-lists .section-item{width:100%;display:flex;align-items:center;margin-top:1rem;}
    .s6 .section-lists .section-item:before{content:'';width:.25rem;height:.25rem;border-radius:.125rem;margin-right:.5rem;}
    .s6 .section-lists .section-item .item-name{font-size:.8rem;line-height:1.2rem;width:18rem;}
    .s6 .section-lists .section-item .item-time{font-size:.8rem;line-height:1.2rem;margin-left:1.25rem;}

    .bar {display:block;height: .5rem;background-color: #F5F5F7;}

    .mobile-code {
        display:none;
    }
    .main_wrap {
        width: 100%;
        margin: 0 auto;
    }
    .part-privacy {
        margin-top: 2rem;
    }
    .part-privacy {
        padding: 1rem;
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .part-privacy p{
        font-size: 0.875rem;
        line-height: 1.75rem;
    }
    .page-404 img {
        width:100%;
    }
    #to_top {position: fixed;bottom: 2rem;right: 1rem;cursor: pointer;z-index: 1000;display: none;}
    #to_top img {width: 2.5rem;height: 2.5rem;}
}