body{
    max-width: 100%;
}
#new_header{
    max-width: 100%;
}
.onePage {
  height: 100vh;
  width: 100%;
}

.section1 {
  position: relative;
}
.section1 .kv {
  width: 100%;
  height: 100%;
}
.section1 .kv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .kv-content {
  position: absolute;
  z-index: 1;
  bottom: 1.5rem;
  right: .7rem;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.79rem 1.2rem 0.72rem;
}
.section1 .kv-content .app-img {
  width: 1rem;
}
.section1 .kv-content .app-img img {
  width: 100%;
}
.section1 .kv-content .t1 {
  color: #fff;
  font-size: 0.24rem;
  font-weight: 400;
  margin-top: 0.3rem;
}
.section1 .kv-content .t2 {
  color: #fff;
  font-size: 0.2rem;
  text-align: center;
  font-weight: 300;
  margin-top: .1rem
}
.section1 .kv-content .code-img {
  width: 2.03rem;
  margin-top: 0.27rem;
}
.section1 .kv-content .code-img img {
  width: 100%;
}

.section-common {
  position: relative;
  display: flex;
  flex-direction: column;
}
.section-common .top-box {
  height: 55vh;
  background-color: #f9f9fa;
  position: relative;
}
.section-common .top-box .text {
  color: #ddd;
  font-size: 3.53rem;
  opacity: 0.7;
  font-weight: 100;
  position: absolute;
  bottom: -1.5rem;
  left: 1.15rem;
}
.section-common .bottom-box {
  height: 45vh;
  background-color: #fff;
  padding-left: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.section-common .bottom-box .t1 {
  font-size: 0.39rem;
  color: #111;
  font-weight: 300;
}
.section-common .bottom-box .t2 {
  font-size: 0.19rem;
  color: #111;
  font-weight: 300;
  margin-top: 0.1rem;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(87, 93, 99, 0.3);
  width: 45vw;
}
.section-common .img-box {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  right: 1.9rem;
  display: flex;
  align-items: center;
}
.section-common .img-box img {
  width: 3.1rem;
  margin-right: 0.1rem;
}

.section-common-reverse .top-box .text {
  left: auto;
  right: 1.15rem;
}
.section-common-reverse .bottom-box {
  align-items: flex-end;
  padding-left: 0rem;
  padding-right: 1.2rem;
}
.section-common-reverse .bottom-box .t2 {
  text-align: right;
}
.section-common-reverse .img-box {
  left: 1.9rem;
  right: auto;
}

.section2 {
  display: flex;
  align-items: center;
  background-color: rgba(240, 241, 243, 0.5);
  padding: 1rem 1.2rem;
  justify-content: space-between;
}
.section2 .left .t1 {
  color: #001111;
  font-weight: 300;
  font-size: 0.39rem;
}
.section2 .left .t2 {
  margin-top: 0.6rem;
  font-size: 0.2rem;
  color: #001111;
  letter-spacing: .022rem;
  font-weight: 300
}
.section2 .right {
  width: 2.03rem;
}
.section2 .right img {
  width: 100%;
}
.code-btn{
    display: none
}
.section10{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 1.5rem .84rem;
    background: #f8f9f9;
}
.section10 .t1{
    font-size: .33rem;
    font-weight: 400;
    text-align: center
}
.section10 .t2{
    font-size: .33rem;
    text-align: center;
    font-weight: 300;
}
.section10 .list{
    margin-top: .82rem;
    display: flex;
    justify-content: space-between
}
.section10 .list .box{
    flex: 1;
    margin-right: .33rem;
    display: flex;
    flex-direction: column;
}
.section10 .list .box:nth-last-of-type(1){
    margin-right: 0
}
.section10 .list .box .img-box{
    width: 100%;
}
.section10 .list .box:nth-of-type(3){
    background: #646b6f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .85rem .33rem .55rem;
}
.section10 .list .box:nth-of-type(3) .text-box{
    background: #646b6f;
    padding: 0;
    color: rgba(255, 255, 255, .6);
    display: block;
    flex: none
}
.section10 .list .box .img-box-box2 {
    display: flex;
    flex-direction: column;
    align-items: center
}
.section10 .list .box .img-box-box2 .img-box{
    width: 1.45rem;
    height: 1.45rem;
    background: rgba(255, 255, 255, .2);
    padding: .1rem;
}
.section10 .list .box .img-box-box2 .img-box img{
    width: 100%;
    object-fit: cover
}
.section10 .list .box .img-box-box2 .text{
    font-size: .19rem;
    color: #fff;
    margin-top: .23rem;
}
.section10 .list .box .img-box img{
    width: 100%;
    object-fit: cover
}
.section10 .list .box .text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .48rem .3rem;
    background: #fff;
    flex: 1;
    font-weight: 300
}
.section10 .list .box .text-box .text1{
    font-size: .22rem;
    text-align: center;
    font-weight: 300
}
.section10 .list .box .text-box .text3{
    text-align: center;
    font-size: .14rem;
}
.section10 .list .box .text-box .text2{
    font-size: .15rem;
    margin-top: .1rem;
    font-weight: 300;
    text-align: center;
    line-height: .22rem;
}
.section10 .list .box .text-box .text4{
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: .2rem;
    font-size: .14rem;
}
.section10 .list .box .text-box .text4 .line{
    height: .11rem;
    width: 1px;
    background: rgba(255, 255, 255, .6);
    margin: 0 .05rem;
}
@media (max-width: 768px) {
  .section1 .kv-content {
    width: 100%;
    background-color: transparent;
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 1.2rem;
    height: 100%;
  }
  .section1 .kv-content .app-img {
    width: 1.25rem;
  }
  .section1 .kv-content .t1 {
    font-size: 0.4rem;
  }
  .section1 .kv-content .t2 {
    font-size: 0.32rem;
    line-height: 0.5rem;
  }
  .section1 .kv-content .code-img {
    display: none;
  }
  .section1 .kv-content .code-btn {
    margin-top: 0.3rem;
    width: 4.2rem;
    height: 0.72rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.23rem;
    font-weight: 300;
    color: #fff;
    position: absolute;
    bottom: 25%;
  }
  .section-common {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
    padding: 1.35rem 0.43rem;
    background: #f9fafa
  }
  .section-common .top-box {
    display: none;
  }
  .section-common .bottom-box {
    height: auto;
    padding-left: 0;
    align-items: center;
    margin-top: 0.78rem;
    background: #f9fafa
  }
  .section-common .bottom-box .t1 {
    font-size: 0.48rem;
    font-weight: 300;
  }
  .section-common .bottom-box .t2 {
    text-align: center;
    width: 100%;
    font-size: 0.3rem;
    line-height: 0.5rem;
    margin-top: 0.1rem;
    padding-bottom: .8rem;
    position: relative;
    border: none
  }
  .section-common .bottom-box .t2::after {
    content: "";
    height: 2px;
    width: 0.85rem;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
  }
  .section-common .bottom-box img{
      width: 1rem
  }
  .section-common .img-box {
    position: static;
    transform: none;
  }
  .section-common .img-box img {
    margin-right: 0.14rem;
  }
  .section-common .img-box img:nth-of-type(2) {
    margin-right: 0;
  }
  .section-common-reverse {
    background: #fff;
  }
  .section-common-reverse .bottom-box {
    background-color: #fff;
    padding-right: 0;
  }
  .section2 {
    flex-direction: column;
    padding: 1.1rem 0;
  }
  .section2 .left .t1 {
    text-align: center;
    font-size: 0.39rem;
  }
  .section2 .left .t2 {
    display: none;
  }
  .section2 .right {
    width: 2.65rem;
    margin-top: 0.57rem;
  }
  .section2 .t3 {
    font-size: 0.25rem;
    color: #001211;
    font-weight: 300;
    margin-top: 0.6rem;
  }
}