.banner1{
    height: 4.66rem;
    background: #F9FCFF;
    margin-top: 0.88rem;
    text-align: center;
}
.banner1 img{
    width: 2.66rem;
    height: 0.59rem;
    margin-top: 0.67rem;
    margin-bottom: 0.2rem;
}
.banner1 .title{
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1C184E;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    margin-bottom: 0.2rem;
}
.banner1 .text span{
    width: 6.4rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    margin-bottom: 0.4rem;
    display: inline-block;
}
.banner1 .sousuo{
    width: 6.4rem;
    height: 0.68rem;
    background: #FFFFFF;
    border-radius: 0.08rem;
    border: 0.01rem solid #DDDFE3;
    margin: 0 auto;
  }
  .banner1 .sousuo .wide{
    line-height: 0.68rem;
    width: 4.44rem;
    height: 100%;
    /* background-color: pink; */
  }
  .banner1 .sousuo #search{
    width: 4.8rem;
    height: 0.68rem;
    line-height: 0.66rem;
    border: none;
    background:none;
    color: rgba(0, 0, 0, 0.7);
    float: left;
    text-indent: 0.08rem;
  }
  .banner1 .sousuo #search::placeholder{
    color: #DDDFE3;
  }
  .banner1 .sousuo a{
    width: 1.86rem;
    height: 0.34rem;
    display: inline-block;
    line-height: 0.34rem;
    margin-top: 0.17rem;
    text-align: center;
    border-left: 0.01rem solid #DDDFE3;
    float: right;
    font-size: 0.2rem;
    font-weight: 600;
    color: #6473FF;
    letter-spacing: 0.03rem;
  }
  .banner2 {
      background-color: white;
  }
  .banner2 .title{
    height: 0.74rem;
    font-size: 0.26rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 0.37rem;
    letter-spacing: 0.02rem;
    text-align: center;
    margin: 0.4rem 0;
  }
  .banner2 .Why{
      padding: 0 0.55rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }
  .banner2 .Why li{
    text-align: center;
    width: 3rem;
    height: 4.9rem;
    background: #FFFFFF;
    box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 143, 255, 0.22);
    border-radius: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .banner2 .Why li img{
      width: 0.77rem;
      height: 0.77rem;
      margin-top: 0.31rem;
  }
  .banner2 .Why li .title{
    margin: 0.31rem 0 0.22rem 0;
  }
  .banner2 .Why li .text span{
    width: 2.29rem;
    height: 2.1rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    display: inline-block;
  }
  .banner2 .Culture{
      text-align: center;
  }
  .banner2 .Culture .title1{
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1C184E;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    margin: 0.6rem 0 0.2rem 0;
  }
  .banner2 .Culture .text span{
    width: 6.4rem;
    height: 1.2rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    display: inline-block;
    margin-bottom: 0.4rem;
  }

  /* ooo */
  .banner2 .swiperBox {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    height: 3.56rem;
    background: #F9FCFF;
    overflow: hidden;
    padding-top: 0.63rem;
  }
  .banner2 .swiper{
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    
  }
  .banner2 .leftMask{
    position: absolute;
    left: 0;
    top: 0;
    width: 4.1rem;
    height: 3.56rem;
    z-index: 999;
    background: linear-gradient(90deg, #F9FCFF 20%, rgba(255, 255, 255, 0) 100%);
  }
  .banner2 .rightMask{
    position: absolute;
    right: 0;
    top: 0;
    width: 4.1rem;
    height: 3.56rem;
    z-index: 999;
    background: linear-gradient(270deg, #F9FCFF 20%, rgba(255, 255, 255, 0) 100%);
  }
  .banner2 .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .banner2 .swiper-slide {
    width: 3.24rem!important;
    text-align: center;
    font-size: 0.18rem;
    float: left;
    cursor: pointer;
    margin-right: 0.5rem !important;
  }
  
  .banner2 .swiper-slide img {
    display: block;
    width: 3.24rem;
    height: 2.43rem;
    object-fit: cover;
  }
  .banner2 .swiper-button-prev{
    width: 0.54rem;
    height: 0.74rem;
    left: 0.14rem;
    z-index: 9999;
    background: url('../asset/joinus/prev.png') no-repeat 100%/100%;
  }
  .banner2 .swiper-button-next{
    width: 0.54rem;
    height: 0.74rem;
    right: 0.14rem;
    z-index: 9999;
    background: url('../asset/joinus/next.png') no-repeat 100%/100%;
  }
  .banner2 .part{
      padding: 0rem 0.55rem 1rem 0.55rem;
  }
  .banner2 .part .title1{
      text-align: left;
      margin: 1.01rem 0 0.2rem 0;
  }
  .banner2 .part .text{
        text-align: left;
        font-size: 0.22rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 0.3rem;
        letter-spacing: 0.02rem;
  }
  .banner2 .part .imgBox img{
      width: 5.3rem;
      height: 5.2rem;
      margin-top: 0.4rem;
  }
  .banner2 .team{
      padding: 0 0.55rem 0 0.55rem;
  }
  .banner2 .team .title1{
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1C184E;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    text-align: left;
  }
  .banner2 .team ul li{
      text-align: left;
      margin-bottom: 0.3rem;
  }
  .banner2 .team ul li .sport{
    width: 0.12rem;
    height: 0.12rem;
    background: #5182FF;
    opacity: 0.7;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin-top: 0.09rem;
    margin-right: 0.22rem;
  }
  .banner2 .team ul li .text{
      width: 6rem;
    font-size: 0.22rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.3rem;
    letter-spacing: 0.02rem;
    display: inline-block;
  }
  .banner2 .team img{
      width: 6.4rem;
      height: 4.8rem;
      margin-top: 0.1rem;
  }
  .banner3{
    background: #F9FCFF;
    padding: 0.6rem 0 0 0;
  }
  .banner3 .title{
    font-size: 0.4rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1C184E;
    line-height: 0.6rem;
    letter-spacing: 0.01rem;
    margin:0rem 0 0.4rem 0;
    text-align: center;
  }
  .banner3 ul{
      text-align: center;
  }
  .banner3 ul li{
        display: inline-block;
        width: 4.51rem;
        height: 2.02rem;
        background: #FFFFFF;
        box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 143, 255, 0.22);
        border-radius: 0.2rem;
        margin-bottom: 0.4rem;
        text-align: left;
        padding: 0.24rem 0.28rem 0rem 0.28rem;
  }
  .banner3 ul li .top{
      height: 0.36rem;
      margin-bottom: 0.2rem;
  }
  .banner3 ul li .right{
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.36rem;
    letter-spacing: 0.02rem;
    display: inline-block;
    vertical-align: top;
  }
  .banner3 ul li a{
      float: right;
  }
  .banner3 ul li img{
      width: 0.36rem;
      height: 0.36rem;
  }
  .banner3 ul li .cont{
    font-size: 0.3rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #6473FF;
    line-height: 0.42rem;
    letter-spacing: 0.03rem;
    margin-bottom: 0.3rem;
  }
  .banner3 ul li .bottom{
    font-size: 0.2rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 0.28rem;
    letter-spacing: 0.02rem;
  }
  .banner3 ul li .bottom .icon{
      margin-right: 0.12rem;
  }
.mfsy{
position: relative;
width: 100%;
height: 1.77rem;
}
.mfsy .onTrial{
width: 6.6rem;
height: 2.3rem;
background: #FFFFFF;
box-shadow: 0rem 0.05rem 0.2rem 0rem rgba(135, 204, 255, 0.16);
border-radius: 0.08rem;
position: absolute;
left: 50%;
top: 0.36rem;
margin-left: -3.3rem;
text-align: center;
}
.mfsy .onTrial .title{
font-size: 0.3rem;
font-weight: 600;
color: #000000;
line-height: 0.42rem;
text-align: center;
margin-top: 0.34rem;
}
.mfsy .onTrial .title span{
color: #6473FF;
}
.mfsy .onTrial .phone{
width: 5.19rem;
height: 0.8rem;
margin-top: 0.35rem;
overflow: hidden;
position: relative;
display: inline-block;
background: #F6FAFF;
box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11), 0rem 0.01rem 0.05rem 0rem rgba(116, 172, 255, 0.16);
border-radius: 0.4rem;
border: 0.01rem solid rgba(110, 158, 255, 0.14);
}
.mfsy .onTrial .phone input{
width: 3rem;
float: left;
height: 100%;
margin-left: 0.33rem;
background: #F6FAFF;
font-size: 0.2rem;
font-weight: 400;
color: rgba(0, 0, 0, 0.8);
line-height: 0.28rem;
letter-spacing: 0.01rem;
}
.mfsy .onTrial .phone .btn{
width: 1.77rem;
height: 0.66rem;
border-radius: 0.5rem;
font-size: 0.26rem;
display: inline-block;
text-align: center;
line-height: 0.66rem;
color: white;
position: absolute;
right: 0.07rem;
top: 50%;
transform: translateY(-50%);
background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 130, 255, 0.11);
}