body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd{margin:0;padding:0}
*{outline:none;box-sizing: border-box;}
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;overflow-x: hidden;}
p{text-align:justify;text-justify:inter-ideograph;}
em{font-style:inherit;}
.main {flex:1}
.s1 {display: flex;justify-content: center;column-gap: 60px;flex-direction: column;align-items: center;background: url(../img/banner-bg.webp) ;height: 930px;position: relative;background-repeat: no-repeat;background-size: cover;}
.s1 .logo_wrap {position: absolute;top: 16px;width: 1200px;display: flex;justify-content: space-between;align-items: center;}
.s1 .logo_wrap h1 {display: flex;cursor: pointer;}
.s1 .logo_wrap .logo{height:38px;width:auto;}
.s1 .logo_wrap .nav {font-size: 16px;display: flex;column-gap: 32px;margin-left: 140px;margin-right: auto;}
.s1 .logo_wrap .nav a {color: #000;}
.s1 .logo_wrap .nav a.active {color: #3C7EF1;}
.s1 .con .info {display: flex;align-items: center;flex-direction:column}
.s1 .name {font-size: 56px;font-weight: bold;color: #333;margin:0 0 10px;}
.s1 .desc {font-size: 20px;color: #666;font-family: fangsong;}
/*.s1 .desc2 {display:none}*/
.s1 .down-base-info {margin-top: 16px;font-size: 16px;color: #666;line-height: 22px;text-align: center;display: flex;align-items: center;gap: 16px;justify-content: center;}
.s1 .down-base-info em {all: unset;font-style: normal;}
.s1 .con {display: flex;flex-direction: row;column-gap: 54px;align-items: center;}
.s1 .con .img-banner {content: url(../img/banner.webp);width:auto;height:500px}
.s1 .con .row {display: flex;flex-direction: row;column-gap: 25px;}
.s1 .con .down {display: flex;align-items: center;justify-content: center;padding: 12px 64px;background-color: #3C7EF1;border-radius: 32px;text-align: center;color: #fff;font-size: 24px;margin: 22px 0 8px;}
.s1 .con .down i {content: url(../img/icon-download.webp);margin-right: 12px;width: 24px;height: 24px;}
.s1 .con .down:hover {opacity: 0.8;}
.s1 .con .info .system {font-size: 12px;color: #666;}
.s2 {}
.s2 .content {width: 1200px;margin: 120px auto 80px;}
.s2 .list1 {display: flex;justify-content: center;flex-wrap: wrap;row-gap: 56px;}
.s2 .list1 .item {width: 50%;cursor:pointer;display: flex;justify-content: center;}
.s2 .list1 .item .info {width:inherit ;height: inherit;display: flex;flex-direction: column;justify-content: space-evenly;align-items: flex-start;background-color: #fff;margin-left: 20px;}
.s2 .list1 .item .info .desc1 {color: #666;font-size: 14px;}
.s2 .list1 .item .info .desc2 {color: #666;font-size: 12px;}
.s2 .list1 .item .info  .name{color: #333;font-size: 32px;font-weight: bold;}
.s3 {display: flex;align-items: center;justify-content: center;background-color: #226DF1 ;padding: 80px 0 48px;}
.s3 .content {width: 1130px;}
.s3 .name {font-size: 32px;color: #fff;}
.s3 .name strong {font-size: 56px;}
.s3 .con {display: flex;justify-content: center;padding-left: 112px;}
.s3 .con .list {display: flex;flex-wrap: wrap;margin: 16px 0 32px;}
.s3 .con .list span {font-size: 14px;color: #fff;width: 25%;}
.s3 .con .info .box {display: flex;gap: 24px;flex-wrap: wrap;}
.s3 .con .info .boxa {padding: 12px 32px;border-radius: 5px;border: solid 1px #fff;}
.s3 .con .info .boxa .desc1 {font-size: 28px;color: #fff;text-align: center;}
.s3 .con .info .boxa .desc2 {font-size: 12px;color: #fff;white-space: nowrap;margin-top: 6px;text-align: center;}
.s4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f2f2f2;
    padding: 48px 0 24px 0;
    gap: 24px;
  }
  .s4 .faq-subname {
    font-size: 32px;
    font-weight: bold;
  }
  .s4 .faq-list {
    width: 1200px;
    display: flex;
    flex-direction: column;
    gap: 16px;

  }

  .s4 .faq-list .faq-item {
    padding: 0 0 0 8px;
    border-radius: var(---8, 8px);
    border: 1px solid var(--10, rgba(0, 0, 0, 0.10));
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }

  .s4 .faq-name {
    display: flex;
    align-items: center;
    padding: 20px 0;
  }

  .s4 .faq-name .faq-serial {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #3C7EF1;
    margin: 13px;
  }

  .s4 .faq-name .faq-name-text {
    flex: 1;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: var(--90, rgba(0, 0, 0, 0.90));
    text-overflow: ellipsis;
    word-break: break-all;
    text-align: start;
    white-space: nowrap;
    overflow: hidden;
  }
  .s4 .faq-info {
    display: flex;
    justify-content: space-between;
    margin-top: -8px;
    padding: 0 0 20px 32px;
  }
  .s4 .faq-info .faq-dropdown-icon {
    width: 16px;
    height: 16px;
    margin: -14px 16px 0 16px;
    background-image: url('/statics/2024/img/select.webp');
    background-repeat: no-repeat;
    background-size: 16px 16px;
    flex-shrink: 0;
  }
  .s4 .faq-info .faq-dropdown-icon.active {
      transform: rotate(90deg);
  }

  .s4 .faq-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  /*.s4 .faq-container.active {
    display: flex;
  }*/

  .s4 .faq-container .faq-content {
    font-size: 15px;
    font-weight: 400;
    color: var(--90, rgba(0, 0, 0, 0.60));
    text-align: start;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为两行 */
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .s4 .faq-container .faq-other {
      display:flex;
      justify-content: space-between;
      width: 100%;
  }
  .s4 .faq-container .faq-datetime,
  .s4 .faq-container .faq-detail-btn{
    color: #3C7EF1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
  }
  .s4 .faq-container .faq-detail-btn {
     margin-right: -32px;
  }


.help-category {background-color: #f2f2f2;}
.help-category .s1 {height: auto;background: #fff;}
.help-category .s1 .logo_wrap {position: unset;padding:16px 0;}
.help-main {width: 1200px;margin: 0 auto auto;}
.crumbs {display: flex;align-items: center;padding: 16px 0;font-size: 14px;color: #333;}
.crumbs a, .crumbs span {font-size: 14px;color: #333;}
.crumbs a:hover {color: #3C7EF1;}
.help-lists {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 24px;
    align-items: center;
}

.help-lists .help-item {
    width: 380px;
    height: auto;
    padding: 24px;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 20px;
}

.help-lists .help-item:hover {
    border: 1px solid #3C7EF1;
    padding: 23px;
}

.help-lists .help-item:nth-of-type(3n-2) {
    margin-left: 0;
}

.help-lists .help-item:nth-of-type(1), .help-lists .help-item:nth-of-type(2), .help-lists .help-item:nth-of-type(3) {
    margin-top: 0;
}

.help-lists .help-item .item-thumb {
    width: 332px;
    height: 190px;
    border-radius: 12px;
    object-fit: cover;
}

.help-lists .help-item .help-right .help-name {
    font-weight: bold;
    font-size: 18px;
    color: #202125;
    line-height: 26px;
    height: 52px;
    text-align: left;
    font-style: normal;
    margin: 24px 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.help-lists .help-item .help-right .help-desc {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    border: 24px solid #f7f7f7;
    background: #F7F7F7;
    border-radius: 10px 10px 10px 10px;
    box-sizing: content-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 52px;
}

.help-lists .help-item .help-right .help-update {
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.help-pages {
    margin: 24px 0;
    display: flex;
    column-gap: 12px;
    justify-content: center;
}

.help-pages a {
    display: inline-block;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.16);
    border-radius: 6px 6px 6px 6px;
    font-weight: 400;
    font-size: 14px;
    padding: 6px 14px;
    color: #333333;
    text-align: center;
}

.help-pages a:hover, .help-pages a.active {
    color: #fff;
    background: #3C7EF1;
}
.help-content {
    width: 100%;
    display: inline-block;
    float: left;
}
.help-min2 {
    width: 100%;
    background: #FFF;
}
.help-min2 h2 {
    font-weight: bold;
    font-size: 30px;
    color: #202125;
    text-align: center;
    padding-top: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 24px;
}
.help-min2 .base-info {
    padding: 24px 0;
    column-gap: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #E4E4E4;
    margin: 0 24px;
}

.help-min2 .base-info span {
    font-size: 14px;
    color: #757575;
}

.help-min2 .base-info span a {
    font-size: 14px;
    color: #3C7EF1;
}

.help-min2 .base-info span a:hover {
    color: #3C7EF1;
}

.help-min2 .detail-content {
    padding: 5px 24px 24px;
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.help-min2 .detail-content p img {
    margin: 16px auto;
    display: block;
    max-width: 50% !important;
    max-height: 300px;
    width: auto;
    height: auto;
    box-shadow: 0 0 5px 1px #3C7EF1;
    border-radius: 4px;
}

.help-min2 .detail-content p {
    font-size: 16px;
    color: #333333;
    line-height: 26px;
}

.help-min2 .detail-content h3 {
    background: #e7effd;
    font-weight: bold;
    font-size: 16px;
    color: #3C7EF1;
    padding: 8px 0 8px 24px;
    margin: 8px 0;
}

.help-min2 .detail-content a {
    color: #3C7EF1;
}

.help-min2 .pre-next-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 24px 40px;
}

.help-min2 .pre-next-container .pre-container, .help-min2 .pre-next-container .next-container {
    display: flex;
    align-items: center;
    width: 358px;
    height: 43px;
    background: url(../img/pre.png);
}

.help-min2 .pre-next-container .pre-container span, .help-min2 .pre-next-container .next-container span {
    font-size: 14px;
    color: #333333;
    padding: 12px 16px;
}

.help-min2 .pre-next-container .pre-container p, .help-min2 .pre-next-container .next-container p {
    width: 238px;
    padding: 12px 16px;
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.help-min2 .pre-next-container .pre-container:hover, .help-min2 .pre-next-container .next-container:hover {
    background: url("../img/next.png");
}

.help-min3 {
    background: #fff;
    padding: 24px;
    margin: 24px 0 24px;
}
.module-name {
    background: url(../img/module-title-bg.png);
    width: 92px;
    height: 26px;
    display: inline-block;
    background-size: 92px 26px;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    padding-left: 10px;
}
.help-min3 .lists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.help-min3 .lists .item {
    width: 49%;
    height: auto;
    border-radius: 8px;
    border: 1px solid #E4E4E3;
    padding: 16px;
    margin-top: 24px;
}

.help-min3 .lists .item:hover {
    background: #D5E4FD7F;
    border: 1px solid #3C7EF1;
}

.help-min3 .lists .item:hover .item-name, .help-min3 .lists .item:hover .item-desc {
    color: #3C7EF1;
}

.help-min3 .lists .item:nth-of-type(1), .help-min3 .lists .item:nth-of-type(2) {
    margin-top: 16px;
}

.help-min3 .lists .item .item-name {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
}

.help-min3 .lists .item .item-desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}
.page-wrap{
    width: 1200px;
    margin: auto;
    color: #000;
}
.part-privacy h1 {
    font-size: 32px;
}
.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: auto;
    margin: auto;
    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: 1rem;
}

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

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

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

.page-404 .btn-lists a {
    padding: 8px 24px;
    border-radius: 4px;
    text-align: center;
    background: #4570F6;
    font-size: 12px;
    color: #FFFFFF;
}


.footer{padding:16px 0;text-align:center;width:100%;background-color: #fff;line-height: 24px;}
.footer p,.footer p a{font-size:14px;font-weight:normal;margin-bottom:0;color: #666;margin-top: 0;text-align: center;}
.footer .beian,.footer .privacy{font-size:14px;color:#666;}
.footer .privacy {margin-right: 12px;}
.footer p a {color: #3C7EF1;}
.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:18%;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){
.s1 {flex-direction: column;height: auto;padding-bottom: 3rem;background-image: url(../img/m-banner-bg.webp) }
.s1 .logo_wrap {width: 100%;position:unset;padding:1rem;}
.s1 .logo_wrap .logo{height:1.875rem;width:auto;}
.s1 .logo_wrap .nav {font-size:.875rem;margin-left:0;margin-right: 0;}
.s1 .down-base-info {font-size: .875rem;margin-top: .5rem;line-height: 1.5rem;gap: 0 .5rem;flex-wrap: wrap;padding:0 1rem}
.s1 .name {font-size: 2rem;color: #333;text-align: center;margin: 1rem 0 .5rem;}
.s1 .con {flex-direction: column-reverse;column-gap: 0.625rem;margin-top: 1.5rem;row-gap: 1rem;align-items: center;row-gap: 2rem;}
.s1 .con .img-banner {width: auto;height: 13.875rem;}
.s1 .con .row {display: flex;flex-direction: row;column-gap: 0.625rem;}
.s1 .con .row:first-child {justify-content: center;}
.s1 .info {margin-top:0;display: flex;align-items: center; flex-direction: column;}
.s1 .info .desc {font-size: 1rem;margin:0.25rem 0 0;}
.s1 .info .desc2 {display:block;}
.s1 .con .info .system {}
.s1 .con .down {border-radius: 1.4rem;padding: .625rem 3.5rem;font-size: 1rem;margin: 1.25rem 0 0.5rem;background-color: #226DF1;}
.s1 .con .down i{margin-right: 0.5rem;width: 1.125rem;height: 1.125rem;}
.s1 .con .down.android {background-color: #168833;}
.s1 .con .down.android i {    content: url(../img/icon-down-android.webp);}
.s1 .con .down.ios i {    content: url(../img/icon-down-ios.webp);}
.s2 {}
.s2 .content {padding:2rem 1rem 1.5rem;margin: 0;width: 100%;}
.s2 .list1 {flex-wrap: wrap;column-gap: 1.25rem;row-gap: 1.5rem;}
.s2 .list1 .item {width: 100%}
.s2 .list1 .item:first-child > img {content: url(../img/m-feature-1.webp);}
.s2 .list1 .item:nth-child(2) > img {content: url(../img/m-feature-2.webp);}
.s2 .list1 .item:nth-child(3) > img {content: url(../img/m-feature-3.webp);}
.s2 .list1 .item:nth-child(4) > img {content: url(../img/m-feature-4.webp);}
.s2 .list1 .item:nth-child(5) > img {content: url(../img/m-feature-5.webp);}
.s2 .list1 .item:nth-child(6) > img {content: url(../img/m-feature-6.webp);}
.s2 .list1 .item > img {width: 6.25rem; height: 6.25rem;}
.s2 .list1 .item .info .desc1 {font-size: 0.875rem;}
.s2 .list1 .item .info .name {font-size: 1.25rem;}
.s2 .list1 .item .info .desc2 {font-size: 0.8rem;}
.s3 {padding: 1.5rem 1rem;}
.s3 .content{width:100%}
.s3 .con {flex-direction: column;padding-left: 4.1875rem;}
.s3 .name {font-size: 0.875rem;}
.s3 .name strong {font-size: 2rem;}
.s3 .con .list {margin: 0.5rem 0 1.5rem;row-gap: .5rem;}
.s3 .con .list span{width: 33%;}
.s3 .con .info .boxa .desc1 {font-size: 1.125rem;font-weight: bold;}
.s3 .con .info .boxa .desc2 {font-size: .875rem;}
.s3 .con > img {content: url(../img/m-function-1.webp);margin-left: -4.1875rem;width: 23.67125rem;height: 23.4175rem;margin-top: 2.5rem;}
.s4 {
    padding: 1rem 0 1.5rem 0;
    gap: 1.5rem;
    background-color: #fff;
}
.s4 .faq-subname {
    font-size: 1.5rem;
}
.s4 .faq-list {
    width: 100%;
    gap:1rem;
    padding: 0 1rem;
    box-sizing: border-box;
}
.s4 .faq-name{
    padding: .725rem .5rem .725rem 0;
}
.s4 .faq-name .faq-serial {
    width: 4px;
    height: 4px;
    margin: 6px;
}
.s4 .faq-name .faq-name-text {
    font-size: 1rem;
}
.s4 .faq-info {
    margin-top: -0.5rem;
    padding: 0 0 .725rem 1.25rem;
}
.s4 .faq-info .faq-dropdown-icon {
    width: 1rem;
    height: 1rem;
    margin: 1.25rem 1rem 0 1rem;
    background-size: 1rem 1rem;
}
.s4 .faq-container {
    gap: .325rem;
}
.s4 .faq-container .faq-content {
    font-size: 0.875rem;
}
.s4 .faq-container .faq-datetime,
.s4 .faq-container .faq-detail-btn{
    font-size: .875rem;
}
.s4 .faq-container .faq-detail-btn {
    margin-right: -2rem;
}
.help-category {background-color: #fff;}
.help-category .s1 {padding-bottom: 0;}
.help-category .s1 .logo_wrap {padding: 1rem;}
.help-main {
    width: 100%;
    margin:0 0 auto;
}
.crumbs {
    background-color: #f2f2f2;
    padding: .5rem 1rem;
    white-space: nowrap;
    font-size: .75rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}
.crumbs a,.crumbs span {
    font-size: .75rem;
    line-height: normal;
}
.help-lists {
    display: flex;
    row-gap: 1rem;
    background-color: #fff;
    padding: 1rem 1rem 0;
    margin-bottom: 0;
}

.help-lists .help-item {
    width: 100%;
    height: auto;
    padding: 0;
    border-radius: unset;
    margin-top: 0;
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.help-lists .help-item:hover {
    padding: 0;
    border: unset;
}
.help-lists .help-item:nth-of-type(1), .help-lists .help-item:nth-of-type(2), .help-lists .help-item:nth-of-type(3) {
    margin-top: 0;
}

.help-lists .help-item .item-thumb {
    width: 7.5rem;
    height: 5rem;
    border-radius: .375rem;
    object-fit: cover;
}

.help-lists .help-item .help-right {
    height: 5rem;
    border-bottom: .125rem solid #DDDDDD;
    width: calc(100vw - 10.5rem);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.help-lists .help-item .help-right .help-name {
    font-size: 1rem;
    line-height: 1.25rem;
    margin: auto 0;
    height: auto;
    -webkit-line-clamp: 2;
}

.help-lists .help-item .help-right .help-desc {
    display: none;
}

.help-lists .help-item .help-right .help-update {
    margin: 0 0 auto 0;
    font-size: .8rem;
    line-height: 1rem;
}
.help-pages {
    margin: 0;
    padding: 1.5rem 0;
    column-gap: 0.5rem;
    background-color: #fff;
}

.help-pages a {
    padding: .25rem .5625rem;
    font-size: .8rem;
    border-radius: .25rem;
}

.help-min2 {
    width: 100%;
    background: #FFFFFF;
}
.help-min2 h2 {
    font-size: 1.125rem;
    padding: 0 1rem;
    margin: 1rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    -webkit-line-clamp: 2;
}
.help-min2 .base-info {
    padding: 0 0 1rem;
    margin: 0 1rem;
    column-gap: 1rem;
}
.help-min2 .base-info span {
    font-size: .875rem;
}
.help-min2 .base-info span a {
    font-size: .875rem;
}
.help-min2 .detail-content {
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.5rem;
}
.help-min2 .detail-content p {
    font-size: .875rem;
    line-height: 1.5rem;
    padding: 0;
    margin: 0;
}
.help-min2 .detail-content p img {
    margin: .875rem auto;
    display: block;
    max-width: 50% !important;
    max-height: 18rem;
    width: auto;
    height: auto;
    border-radius: .25rem;
    box-shadow: 0 0 5px 1px #3d7ff2;
}
.help-min2 .detail-content h3 {
    font-size: .875rem;
    padding: .5rem;
    margin: .5rem 0;
}
.module-name {
    background: url(../img/module-title-bg.png);
    width: 5.75rem;
    height: 1.625rem;
    display: inline-block;
    background-size: 5.75rem 1.625rem;
    font-weight: bold;
    font-size: 1.25rem;
    color: #333333;
    padding-left: .625rem;
}

.help-min3 {
    background: #fff;
    padding: 1rem 1rem 1.375rem;
    margin: 0;
}
.help-min3 .lists {
    display: block;
}

.help-min3 .lists .item {
    width: auto;
    display: block;
    height: auto;
    border-radius: .5rem;
    padding: 1rem;
    margin-top: 1rem;
}

.help-min3 .lists .item:nth-of-type(1), .help-min3 .lists .item:nth-of-type(2) {
    margin-top: 1rem;
}

.help-min3 .lists .item .item-name {
    font-size: 1rem;
    margin-bottom: .25rem;
}

.help-min3 .lists .item .item-desc {
    font-size: .875rem;
    line-height: 1.5rem;
    height: 3rem;
}

.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 img {
    width: 100%;
    margin-top: 4rem;
}
.page-404 h1, .page-404 span {
    font-size: 1rem;
}
.page-404 .btn-lists {
    margin: 1.25rem 0 0;
}
.page-404 .desc {
    font-size:0.875rem;
}
.page-404 .desc {
    text-align: center;
    font-size: 1rem;
    margin-top: 1rem;
}


.bar {height: .5rem;background-color: #F5F5F7;flex-shrink: 0;}
.footer{padding:1rem 1rem;line-height: 1.5rem;}
.footer p, .footer p a{font-size: .75rem;margin-bottom:0;}
.footer .beian,.footer .privacy{font-size: .75rem;}
.footer .privacy {margin-right:.5rem;}
.to_top {right: 1rem !important;bottom: 2rem !important;}.to_top img {width: 1.875rem !important;height: 1.875rem !important;}
}
