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{text-decoration:none;}
html,body{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;}
p{text-align:justify;text-justify:inter-ideograph;}
em{font-style:inherit;}
.s2 { background: linear-gradient( 180deg, #C7E8FF 0%, #FFFFFF 28%, #FFFFFF 100%);border-radius: 0px 0px 0px 0px; display: flex;flex-direction: column;}
.s2 .logo_wrap {margin-left: 32px;display: flex;align-items: center;height: 64px;cursor: pointer;}
.s2 .logo_wrap img{height:36px;width:auto;}
.s2 .con {display: flex;align-items: center;justify-content: center;margin-top: 128px;flex-direction: column;}
.s2 .con .banner{width:auto;height:520px;margin-top:16px}
.s2 {display: flex;}
.s2 .name {display: flex;align-items: center;font-size: 54px;color: #000;justify-content: flex-start;font-weight: bold;text-align:center}
.s2 .name1 {display: flex;align-items: center;font-size: 38px;color: #000;justify-content: flex-start;font-weight: bold;text-align:center}
.s2 .name img {margin-right: 16px;}
.s2 .desc {font-size: 14px;color: #666;margin:16px 0 0}
.s2 .down-base-info {margin-top: 16px;font-size: 16px;color: #12161A;line-height: 22px;text-align: center;display: flex;align-items: center;gap: 16px;justify-content: center;}
.s2 .down-base-info em {all: unset;font-style: normal;}
.s2 .index-device-desc{margin-top: 16px;font-size: 16px;color: #12161A;line-height: 22px;text-align: center;}
.down {display:flex;align-items: center;justify-content: center; width: 210px;height: 60px;line-height: 60px;background: linear-gradient( 90deg, #2C60F4 0%, #50A0EF 100%);border-radius: 30px;text-align: center;color:#fff;font-size: 18px;font-weight: bold;margin-top: 24px;}
.down:hover {background: linear-gradient( 90deg, #0735bd 0%, #007af3 100%);}
.down i {content: url(../img/icon-down.svg);margin-right: 18px;}
.s2 .info {margin-top:16px;}
.s2 .info span {white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 140px;color: #fff;font-size: 16px;}
.s2 .info span:last-child {margin-left: 40px;}
.s2 .info {height: 44px;line-height: 44px;background: linear-gradient( 90deg, rgba(5,66,209,0) 0%, #0040D1 100%);display: flex;justify-content: space-around;}
.s2 .info span {color: #fff;font-size: 22px;display: flex;align-items: center;} 
.s2 .info span::before {content:"";width: 8px;height: 8px;display: inline-block;background-color: #fff;border-radius: 50%;margin-right: 24px;}
.main {flex:1}
.s1 {display: flex;justify-content: center;column-gap: 60px;margin: 80px 0 32px 0;flex-direction: column;align-items: center;}
.s1 .name {font-size: 54px;font-weight: 400;color: #000;}
.s1 .con {display: flex;flex-direction: row;column-gap: 25px;margin-top: 80px;}
.s1 .con .row {display: flex;flex-direction: row;column-gap: 25px;}
.s3 {display: flex;flex-direction: column;align-items: center;row-gap: 80px;margin-top: 80px;}
.s3 .row {background: #F8FAFD;width: 1140px;height: 540px;display: flex;justify-content: center;align-items: center;column-gap:68px}
.s3 .row:nth-child(even) {flex-direction: row-reverse;}
.s3 .row .info {max-width: 350px;}
.s3 .row .info .name {font-size: 38px;color: #1F2026;font-weight: 600;}
.s3 .row .info .desc {font-size: 18px;color: #666;margin-top: 25px;}
.Main4 {
    display: flex;
    flex-direction: column;
    width: 1200px;
    margin: 80px auto 32px auto;
    box-sizing: border-box;
}
.Main4 .name {
    font-size: 54px;font-weight: 400;color: #000;text-align: center;margin-bottom: 80px;
}
.Main4 .faq {
    display: flex;
    flex-wrap: wrap;
    row-gap: 32px;
    justify-content: space-between;
}
.Main4 .question {
    width: 49%;
    background-color: #fff;
    padding: 16px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.16);
    display: flex;
    align-items: center;
}
.Main4 .question .left {
    width:500px;
}
.Main4 .question h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 16px;
    align-items: baseline;
    color: #1F1F1F;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.Main4 .question h3 a {
    color: #1F1F1F;
}

.Main4 .question p {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.Main4 .question a.more {
    width: 16px;
    height: 16px;
    background-image: url(../img/select.webp);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    margin-left: auto;
}

.footer{padding:16px 0;text-align:center;width:100%;margin-top: 0;}
.footer p{font-size:14px;font-weight:normal;margin-bottom:0;color:#000;margin-top: 0;text-align: center;}
.footer p.fl a {margin-right:8px;color:#2C60F4;}
.footer .beian{font-size:14px;color:#000 ;}
.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:absolute;top: 80px;left:8%;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;}

.head {
    display: flex;
    align-items: center;
    padding: 0 24px;
    height: 64px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transition: height .4s;
    transition: height .4s;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(32, 33, 37, .1);
}

.head .cat-logo {
    margin: 0;
    font-size: unset;
    cursor: pointer;
    display: flex;
}

.head .cat-logo .logo {
    height:36px;
    width:183px;
}
.head .nav {
    font-size: 16px;
    display: flex;
    column-gap: 32px;
    margin-left: 140px;
    margin-right: auto;
}
.head .nav a {
    color: #000;
}
.head .nav a.active {
    color: #2C60F4 ;
}
.cat-nav {
    margin-left: 127px;
    line-height: 64px;
}

.cat-nav a {
    margin-left: 48px;
    font-size: 16px;
    color: #202125;
    display: inline-block;
    white-space: nowrap;
}

.cat-nav .on,.cat-nav a:hover {
    color: #2C60F4;
    border-bottom: 2px solid #2C60F4;
}

.cat-nav a:nth-of-type(2) {
    display: none
}

.chr-main{
    margin-top: 64px;
}

.crumbs {
    padding: 16px 0;
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #F8FAFC;
}

.crumbs::before {
    content: url(../img/icon-position.png);
    margin-top: 2px;
    height: 16px;
    display: inline-block;
    vertical-align: text-top;
}

.crumbs a,.crumbs h1 {
    color: #737373;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    display: inline-block;
}

.w-1200 {
    width: 1200px;
    margin: auto;
}

.s5 {
    border: 1px solid #dddddd;
    background-color: #fff;
}

.s5 .pd {
    padding: 40px 32px 0;
}

.s5 .name {
    font-weight: bold;
    font-size: 24px;
    color: #333;
    text-align: center;
    margin: 0;
}

.s5 .info {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #707070;
    margin-top: 24px;
    border-bottom: 1px solid #E3E4E4;
    padding-bottom: 32px;
    column-gap: 64px;
}

.s5 .info .inputtime {
    display: none;
}

.s5 .subname {
    margin-left: 0;
}

.s5 .content {
    padding: 18px 0 32px;
    box-sizing: border-box;
    position: relative;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.s5 .content a {
    color: #2C60F4 ;
}

.s5 .content a:hover {
    color: #2C60F4 ;
}

.s5 .content h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2C60F4 ;
    margin: 15px 0;
}

.s5 .content h4 {
    font-size: 16px;
    font-weight: bold;
    color: #2C60F4 ;
    margin: 15px 0;
}

.s5 .content p {
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.s5 .content li {
    margin-left: 16px
}

.s5 .content img {
    max-width: 75%;
    max-height: 400px;
    margin: 20px auto;
    display: block;
    box-shadow: 0 0 5px 1px #2C60F4 ;
    object-fit: scale-down;
}

.s5 .pageturn {
    display: flex;
    justify-content: flex-start;
}

.s5 .pageturn p {
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
    margin: 24px 0;
}

.s5 .pageturn p a {
    color: #333;
}

.s5 .pageturn p a:hover {
    color: #2C60F4;
}

.s4 {
    border: 1px solid #dddddd;
    margin: 24px auto 32px auto;
    background-color: #fff;
    position: relative;
    padding-top: 16px;
}

.s4 .list1 {
    padding: 16px 32px 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.s4 .list1 .item {
    padding: 16px;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid rgba(209,209,209,0.5);
    width: 328px;
}

.s4 .list1 .item:hover {
    border: 1px solid #2C60F4;
}

.s4 .list1 .item:hover .name {
    color: #2C60F4;
}

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

.s4 .list1 .item .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
}

.s4 .list1 .item .info img {
    border-radius: 5px;
    transition: transform .3s ease-in-out;
    object-fit: cover;
}

.s4 .list1 .item .info .desc {
    margin-left: 8px;
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}


.subname {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 23px;
    color: #2C60F4;
    line-height: 42px;
    /* background: url(../img/bg-subname.png) no-repeat; */
    /* padding-left: 67px; */
    /* position: absolute; */
    /* top: -8px; */
    width: -webkit-fill-available;
    width: -moz-available;
    /* margin: 0; */
    margin-left: 32px;
}

.part-container {
    margin: 64px auto 0;
    width: 1200px;
    display: flex;
    flex-direction: column;
}

.part-container .container-left {
    width: 100%;
}
.Part8 {
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.Part8 .lists-header {
    padding: 0 25px;
    border-bottom: 1px solid #dddddd;
}

.Part8 .lists-header .text-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 50px;
    margin-bottom: 0;
}

.Part8 .cat-lists {
    display: none;
}

.Part8 ul {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding: 0;
}

.Part8 ul li {
    padding: 25px;
    border-bottom: 1px solid #dddddd;
    transition: 0.5s;
}


.Part8 ul li:hover {
    box-shadow: 0 5px 10px #dddddd;
}

.Part8 ul li:hover a .right-data .list-title {
    color: #2C60F4;
}

.Part8 ul li a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.Part8 ul li a .left-pic, .Part8 ul li a img:first-of-type {
    width: 240px;
    height: 130px;
}

.Part8 ul li a .right-data {
    width: 890px;
    display: flex;
    flex-direction: column;
}

.Part8 ul li a .right-data p.desc {
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.Part8 ul li a .right-data .list-title {
    transition: 0.5s;
    max-height: 50px;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.Part8 ul li a .right-data .list-title:hover {
    color: #2C60F4;
}

.Part8 ul li a .right-data .desc {
    height: 55px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    margin: 12px 0;
}

.Part8 ul li a .right-data .time-all {
    display: flex;
    justify-content: space-between;
    line-height: 25px;
    font-size: 12px;
    color: #999999;
}

.Part8 ul li a .right-data .time-all .time {
    display: flex;
    align-items: center;
}

.Part8 ul li a .right-data .time-all i {
    background: url(/statics/2022/img/shijian.png);
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 4px;
}
#pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin: 30px 0;
    white-space: nowrap;
}
#pages a,
#pages span
{
    padding: 0 15px;
    line-height: 25px;
    background-color: #f1f2f6;
    color: #535353;
    border: 1px solid #999999;
    margin: 0 5px;
}
#pages a:hover {
    background-color: #2C60F4 ;
    border: 1px solid #2C60F4 ;
    color: #ffffff;
}
#pages span {
    background-color: #2C60F4 ;
    border: 1px solid #2C60F4 ;
    color: #ffffff;
}

.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: 45%;
    padding: 0 2rem;
    box-sizing: border-box;
    margin-bottom: -7rem;
}

.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: #2C60F4;
}

.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: #2C60F4;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 1.5rem;
    border-radius: 4px;
}
@media screen and (max-width:810px){
    .s2 .logo_wrap {margin-left: 1rem;height: 3.5rem;margin-right: auto;}
    .s2 .logo_wrap img {height: 2rem;width: auto;}
    .s2 .con{flex-direction: column;margin-top: calc(3.5rem + 64px);}
    .s2 .con .banner{width: 100%;height: auto;margin-top: 1rem;}
    .s2 {width: 100%;display: flex;flex-direction: column;align-items: center;}
    .s2 .name{font-size: 1.5rem; text-align:center;}
    .s2 .name1{font-size: 1.25rem;margin-top: .5rem; text-align:center;}
    .s2 .name img {margin-right: 0.5rem;width: 2.8125rem;height: 2.8125rem;}
    .s2 .down-base-info {font-size: .875rem;margin-top: .25rem;line-height: 1.5rem; gap: 0 .5rem;flex-wrap: wrap;}
    .s2 .index-device-desc{font-size: .875rem;margin-top: 1rem;line-height: 1.5rem;}
    .s2 .desc {font-size: .85rem;margin-top:1rem;letter-spacing: 1px;}
    .s2 .down {width:9.75;height: 2.875rem;font-size: 1rem;border-radius: 1.4rem;display: flex;justify-content: center;align-items: center;margin-top: 1rem;}
    .s2 .down i {margin-right: .5rem ;width: auto;height: 1.5rem;}
    .s2 .down.android {}
    .s2 .down.android i {content:url(../img/icon-down-android.png)  }
    .s2 .down.ios {}
    .s2 .down.ios i {content:url(../img/icon-down-ios.png) }
    .s2 .info span {font-size: 0.8rem;}
    .s2 {width: 100%;display: flex;flex-direction: column;align-items: center;}
    .s2 .info {width: -webkit-fill-available;width: -moz-available;}
    .s2 .info span {font-size: 0.875rem;}
    .s2 .info span::before{width: 0.25rem;height: 0.25rem;margin-right: 0.625rem;}
    .s1 {flex-direction: column;margin: 2.5rem 0 1.5rem 0;}
    .s1 .name {font-size: 1.125rem;color: #262626;font-weight:bold}
    .s1 .con {flex-direction: column;column-gap: 0.625rem;margin-top: 1.5rem;row-gap: 1rem;}
    .s1 .con img {width: 7.67625rem;height: 6.375rem;}
    .s1 .con .row:first-child img:first-child {content: url(../img/m-media1.webp);}
    .s1 .con .row:first-child img:nth-child(2) {content: url(../img/m-media2.webp);}
    .s1 .con .row:nth-child(2) img:nth-child(1) {content: url(../img/m-media3.webp);}
    .s1 .con .row:nth-child(2) img:nth-child(2) {content: url(../img/m-media4.webp);}
    .s1 .con .row:nth-child(2) img:nth-child(13) {content: url(../img/m-media5.webp);}
    .s1 .con .row {display: flex;flex-direction: row;column-gap: 0.625rem;}
    .s1 .con .row:first-child {justify-content: center;}
    .s1 .info {margin-top:2rem}
    .s1 .info .desc {font-size: 1rem;margin: 1rem 0 0.5rem;}
    .s1 .info .bar {content:url(../img/bar-m.png);width: 15rem;height: .375rem;}
    .s3 {row-gap: 2.5rem;margin-top: 2.5rem;padding: 0 1rem;}
    .s3 .row {width: 100%;height:auto; flex-direction: column !important;row-gap: 1.5rem;background-color: #fff;}
    .s3 .row .info {display: flex;align-items: flex-start;flex-direction: column;width:100%}
    .s3 .row .info .name {font-size: 1.125rem;color: #262626;}
    .s3 .row .info .desc {font-size: 0.875rem;color: #666;line-height: 1.625rem;margin-top: 1rem;}
    .s3 .row > img {width: 100%;height:16.7rem;}
    .footer{padding:1rem 1rem;margin-top:0;}
    .footer p{font-size:12px;margin-bottom:0;line-height:1.25rem;}
    .footer .beian{font-size:12px;color:#000;}
    .to_top {right: 1rem;bottom: 6rem}
    .to_top img {width: 2.5rem; height: 2.5rem;}
    .head {
        height: 4rem;
        padding: 0 1rem;
        justify-content: space-between;
    }
    .chr-main {
        margin-top: 4rem;
    }
    .head .cat-logo .logo {
        height:36px;
        width:144px;
    }
    .w-1200 {
        width: 100%;
    }
    .h-8 {
        display: block;
        background: #F7F7F7;
        height: 0.5rem;
        flex-shrink: 0;
    }
    .head .nav {
        font-size:.875rem;
        margin-left:0;
        margin-right: 0;
    }
    .cat-nav {
        margin-left: 1rem;
        flex-wrap: nowrap;
        display: flex;
        margin-left: auto;
    }

    .cat-nav a {
        margin-left: 1.5rem;
        font-size: 0.875rem;
    }

    .crumbs {
        padding: 0.625rem 1rem;
    }

    .crumbs::before {
        content: url(../img/icon-position-m.png);
        margin-top: 1px;
    }

    .crumbs,.crumbs h1,.crumbs a {
        font-size: 12px;
    }
    .s5 {
        box-shadow: none;
        border-radius: initial;
        border:none;
    }

    .s5 .pd {
        padding: 1.5rem 1rem 0;
    }

    .s5 .name {
        font-size: 1.25rem;
    }

    .s5 .info {
        font-size: 0.8rem;
        margin-top: 1rem;
        padding-bottom: 1.5rem;
        column-gap: 1.75rem;
    }

    .s5 .info .views::before {
        content: '';
        display: none;
    }

    .s5 .subname {
        /* margin-left: 0; */
        top: -6px;
    }

    .s5 .content {
        padding: 1rem 0 1rem;
        font-size: 0.8rem;
        color: #000;
        line-height: 1.5rem;
        word-break: break-all;
    }

    .s5 .content h3 {
        font-size: 0.9375rem;
        font-weight: bold;
        color: #2C60F4;
        margin: 1rem 0;
    }

    .s5 .content h4 {
        font-size: 0.875rem;
        font-weight: bold;
        color: #2C60F4;
        margin: 1rem 0;
    }

    .s5 .content p {
        font-size: 0.8rem;
        color: #000;
        line-height: 1.5rem;
        margin: 0 0 0;
    }
    .s5 .content ol {
        width: 100% !important;
    }


    .s5 .content li {
        margin-left: 1rem
    }

    .s5 .content img {
        max-width: 75%;
        max-height: 25rem !important;
        margin: 1rem auto;
        display: block;
        box-shadow: 0 0 5px 1px #2C60F4;
        object-fit: scale-down;
    }

    .s5 .pageturn {
        flex-wrap: wrap;
        padding: 0.5rem 0;
    }

    .s5 .pageturn p {
        margin: 0.5rem;
        width: 100%;
        font-size: 0.8rem;
    }

    .s5 .h-8 {
        margin-left: -1rem;
        width: calc(100% + 2rem);
        background-color: #F8FAFC;
    }

    .s4 {
        margin-top: 0;
        margin-bottom: 0;
        box-shadow: none;
        border-radius: initial;
        border: none;
        padding-top: 1rem;
    }

    .s4 .list1 {
        padding: 0 1rem ;
        gap: 1rem;
    }

    .s4 .list1 .item {
        padding: 0 0 16px;
        border-radius: unset;
        border: unset ;
        border-bottom: 1px solid #E3E4E4;
        width: 100%;
    }
    
    .s4 .list1 .item:last-child {
        border-bottom: none;
    }

    .s4 .list1 .item:hover {
        border: unset;
    }

    .s4 .list1 .item:hover .name {
        color: initial;
    }

    .s4 .list1 .item .name {
        font-size: 0.875rem;
    }

    .s4 .list1 .item .info {
        margin-top: 0.5rem;
    }

    .s4 .list1 .item .info img {
        width: 8.0625rem;
        height: 4.75rem;
    }

    .s4 .list1 .item .info .desc {
        width: auto;
        margin-left: .5rem;
        color: #666;
        font-size: 0.8rem;
    }
    .Main4 {
        margin: 2.5rem auto 1.5rem auto;
        width: 100%;
    }
    .Main4 .name {
        font-size: 1.125rem;
        color: #262626;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
    .Main4 .faq {
        row-gap: 1rem;
        padding: 0 1rem;
    }
    .Main4 .question {
        width: 100%;
        padding: 1rem;
        border-radius: 0.625rem;
    }
    .Main4 .question .left {
        width:19rem;
    }
    .Main4 .question h3 {
        font-size: .875rem;
        line-height: 1.25rem;
        margin-bottom: 1rem;
    }

    .Main4 .question p {
        font-size: 0.75rem;
        line-height: 1.25rem;
    }
    .Main4 .question a.more {
        width: 1rem;
        height: 1rem;
        background-size: 1rem 1rem;
    }

    .subname {
        font-size: 1.125rem;
        /* color: #FFFFFF; */
        line-height: 1.875rem;
        background: url(../img/bg-subname-m.png) no-repeat;
        /* padding-left: 2.8375rem; */
        /* position: absolute; */
        /* top: -0.4375px; */
        width: -webkit-fill-available;
        margin-left: 1rem;
        margin-bottom: 1rem;
        width: -moz-available;
    }

    .part-container {
        margin: 4rem auto auto;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .Part8 {
        background-color: #fff;
        border: unset;
        padding: 0 1rem;
    }

    .Part8 .lists-header {
        display: none;
    }


    .Part8 .cat-lists {
        display: block;
    }

    .Part8 .cat-lists a {
        transition: 0.5s;
        display: inline-block;
        padding: 0 3%;
        color: #535353;
        background-color: #fff;
        font-size: 0.875rem;
        line-height: 2rem;
        text-align: center;
        border: 1px solid #e1e1e1;
        box-shadow: 0 0 0.5rem 0.125rem #fff;
        margin: 0.25rem 0 1rem;
    }

    .Part8 .cat-lists .on {
        background: #2C60F4;
        color: #fff;
    }

    .Part8 ul {
        width: 100%;
        height: 100%;
        margin-bottom: 0;
        padding: 0;
    }

    .Part8 ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #ddd;
        transition: 0.5s;
    }

    .Part8 ul li:hover {
        box-shadow: unset;
    }

    .Part8 ul li a {
        display: flex;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

    .Part8 ul li a .left-pic, .Part8 ul li a img:first-of-type {
        width: 35%;
        height: 5rem;
    }

    .Part8 ul li a .right-data {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .Part8 ul li a .right-data p.desc {
        width: 100%;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
    }

    .Part8 ul li a .right-data .list-title {
        transition: 0.5s;
        max-height: 3rem;
        line-height: 1.5rem;
        font-size: 0.875rem;
        font-weight: bold;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .Part8 ul li a .right-data .list-title:hover {
        color: #2C60F4;
    }

    .Part8 ul li a .right-data .desc {
        height: 1.5rem;
        line-height: 1.5rem;
        font-size: 0.75rem;
        color: #666;
        margin: 0;
    }

    .Part8 ul li a .right-data .time-all {
        display: flex;
        justify-content: space-between;
        line-height: 1.5rem;
        font-size: 0.75rem;
        color: #999;
    }

    .Part8 ul li a .right-data .time-all i {
        background: url(../img/shijian.png);
        background-size: .75rem;
        width: .75rem;
        height: .75rem;
        display: inline-block;
        margin-right: .25rem;
    }
    #pages {
        margin: 1.5rem 0;
        flex-wrap: wrap;
        column-gap: .375rem;
    }

    #pages a, #pages span {
        padding: 0.25rem .5rem;
        line-height: normal;
        border: 1px solid #999999;
        margin: 0;
        font-size: 0.75rem;
    }
    
    .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;
        margin-bottom: -10rem;
    }
    .page-404 .desc {
        text-align: center;
        font-size: 1.125rem;
        margin-top: 1rem;
    }
}

/*** @description:Photo Browser;***/
.photo-browser {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    display: none;
    background: rgba(0,0,0,0.75);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.photo-browser.photo-browser.photo-browser-in {
    display: block;
    -moz-animation: photoBrowserIn 400ms forwards;
    -webkit-animation: photoBrowserIn 400ms forwards;
    animation: photoBrowserIn 400ms forwards;
}

.photo-browser.photo-browser-out {
    display: block;
    -moz-animation: photoBrowserOut 400ms forwards;
    -webkit-animation: photoBrowserOut 400ms forwards;
    animation: photoBrowserOut 400ms forwards;
}

.photo-browser .page[data-page="photo-browser-slides"] {
    background: none;
}

.photo-browser-body {
    position: relative;
    height: 100%;
}

.photo-browser-swiper-container {
    position: absolute !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.photo-browser-link-inactive {
    opacity: 0.3;
}

.photo-browser-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    box-sizing: border-box;
}

.photo-browser-slide.transitioning {
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.photo-browser-slide span.photo-browser-zoom-container {
    width: 100%;
    text-align: center;
    display: none;
}

.photo-browser-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    display: none;
}

.photo-browser-slide.swiper-slide-active span.photo-browser-zoom-container,.photo-browser-slide.swiper-slide-next span.photo-browser-zoom-container,.photo-browser-slide.swiper-slide-prev span.photo-browser-zoom-container {
    display: block;
}

.photo-browser-slide.swiper-slide-active img,.photo-browser-slide.swiper-slide-next img,.photo-browser-slide.swiper-slide-prev img {
    display: inline;
}

.photo-browser-slide.swiper-slide-active.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-next.photo-browser-slide-lazy .preloader,.photo-browser-slide.swiper-slide-prev.photo-browser-slide-lazy .preloader {
    display: block;
}

.photo-browser-slide iframe {
    width: 100%;
    height: 100%;
}

.photo-browser-slide .preloader {
    display: none;
    position: absolute;
    width: 42px;
    height: 42px;
    margin-left: -21px;
    margin-top: -21px;
    left: 50%;
    top: 50%;
}

.photo-browser-header {
    position: absolute;
    left: 0;
    right: 0;
    height: 1rem;
    z-index: 10;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    transition: all 0.4s;
}

.photo-browser-close,.photo-browser-remove {
    position: absolute;
    z-index: 10;
    top: 0.2rem;
    left: 0.2rem;
    display: none;
}

.photo-browser-close {
    width: 0.6rem;
    height: 0.6rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAYFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////98JRy6AAAAH3RSTlMA2PwU5GRQ+elZHyJCF93SO/RUDGwbEcm3KH1J9qeapxKm0wAAAPJJREFUWMPt1MkOgjAUheHL4IgoDijgcN//LS21yVmQXvQk7nr23x9o0kpaWlpaZLuhEGPt0Ni+WWlmFLalHnsz0Km6guFVn2Zgob5geF2KuUsoRP3G5CiwHgXWo8B6nOTE586Thcp7d/5koVrDEwV4rgDPFGrOo7CvSY9vgCcL8HSB91KU/i/OtM/U70YW6tEfc7pQ70ffLMfC4Ux7EbLQBu928oXrj74MnixsR79ynijA78QPheJbX8GjgPdh3q/hUQi3m/Bhm8/tnvc9PFOAjxVasXcIPlroxF7n/F0kXniJvWv2gJ9skbuLmZaW9pe9AdgOIqeqhDo2AAAAAElFTkSuQmCC) no-repeat;
    background-size: 100% 100%;
}

.photo-browser-remove {
    left: auto;
    right: 0.3rem;
}

.photo-browser-of {
    margin: 0 5px;
}

.photo-browser-captions {
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1001;
    opacity: 1;
}

.photo-browser-exposed .photo-browser-name,.photo-browser-exposed .photo-browser-time,.photo-browser-exposed .photo-browser-text {
    display: none;
}

.photo-browser-caption {
    text-align: left;
    position: relative;
    z-index: 1002;
    display: none;
    min-height: 1rem;
}

.photo-browser-caption:empty {
    display: none;
}

.photo-browser-caption.photo-browser-caption-active {
    display: block;
}

.photo-browser-captions-light .photo-browser-caption {
    background: rgba(255,255,255,0.8);
    color: #000;
}

.photo-browser-info {
    font-size: 0;
    position: relative;
    padding: 0.3rem 0;
    text-align: center;
}

.photo-browser-info + .photo-browser-text {
    margin-top: -0.4rem;
}

.photo-browser-text {
    font-size: 0.3rem;
    color: #e1e1e1;
    padding: 0.3rem;
}

.photo-browser-text:empty {
    display: none;
}

.photo-browser-text pre {
    line-height: 1.5;
    font-family: inherit;
    margin: 0;
    word-wrap: break-word;
    white-space: pre-wrap !important;
}

.photo-browser-name {
    font-size: 0.34rem;
    color: #4fab7d;
    margin-right: 0.16rem;
}

.photo-browser-time {
    font-size: 0.24rem;
    color: #777;
}

.photo-browser-count {
    color: #fff;
    font-size: 0.6rem;
}

.photo-browser-exposed .photo-browser-header {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.photo-browser-remove {
    display: none;
}

.photo-browser-upload .photo-browser-name,.photo-browser-upload .photo-browser-time,.photo-browser-upload .photo-browser-text {
    display: none;
}

.photo-browser-upload .photo-browser-remove {
    display: block;
}

@-webkit-keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes photoBrowserIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes photoBrowserOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}
