.banner1{
  width: 100%;
  /* height: 10.44rem; */
  margin-top: 0.88rem;
  padding: 0.65rem 0.55rem 0 0.55rem;
  text-align: center;
}
.banner1 h1{
  font-size: 40px;
  font-weight: 600;
  color: #1C184E;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 0.35rem;
}
.banner1 h4{
  font-size: 26px;
  font-weight: 400;
  color: #000000;
  line-height: 37px;
  letter-spacing: 2px;
  margin-bottom: 0.4rem;
}
.banner1 .lists {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.banner1 .lists li{
  width: 5.22rem;
  height: 4.03rem;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 0.2rem;
  border: 0.01rem solid #C4CAD8;
  padding: 0.5rem  0.49rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.banner1 .lists li img{
  width: 1.75rem;
  margin-bottom: 0.28rem;
}
.banner1 .lists li  p{
  font-size: 0.22rem;
  font-weight: 400;
  color: #18204E;
  line-height: 0.27rem;
  letter-spacing: 1px;
  text-align: center;
}
.banner1 .lists li:nth-of-type(2){
  padding-top: 0.41rem;
}
.banner1 .lists li:nth-of-type(2) img{
  width: 1.57rem;
}
.banner1 .lists li:nth-of-type(3){
  padding-top: 0.1rem;
}
.banner1 .lists li:nth-of-type(3) img{
  width: 3.14rem;
  margin-bottom: 0;
}
.banner1 .lists li:nth-of-type(4){
  padding-top: 0.52rem;
}
.banner1 .lists li:nth-of-type(4) img{
  width: 3.68rem;
  margin-bottom: 0.33rem;
}
.banner1 .lists li:nth-of-type(5){
  padding-top: 0.09rem;
}
.banner1 .lists li:nth-of-type(5) img{
  width: 2.68rem;
  margin-bottom: 0;
}
.banner1 .lists li:nth-of-type(6){
  padding-top: 0.28rem;
}
.banner1 .lists li:nth-of-type(6) img{
  width: 2.26rem;
  margin-bottom:  0.28rem;
}
.banner1 .lists li:nth-of-type(7){
  padding-top: 0.36rem;
}
.banner1 .lists li:nth-of-type(7) img{
  width: 2.47rem;
  margin-bottom:  0.2rem;
}
.banner1 .lists li:nth-of-type(8) img{
  width: 2.48rem;
  margin-bottom:  0.32rem;
}
.banner1 .lists li:nth-of-type(8){
  padding-top: 0.48rem;
}
.banner1 .lists li:nth-of-type(9){
  padding-top: 0.3rem;
}
.banner1 .lists li:nth-of-type(9) img{
  width: 2.08rem;
  margin-bottom:  0.32rem;
}


.mfsy{
  position: relative;
  width: 100%;
  height: 2.61rem;
}
.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:1.2rem;
  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: 1px;
}
.mfsy .onTrial .phone .btn{
  width: 1.77rem;
  height: 0.66rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #FFFFFF;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  line-height: 0.66rem;
  color: white;
  position: absolute;
  right: 7px;
  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);
}