.banner1 {
  width: 100%;
  height: 7rem;
  margin-top: 0.88rem;
  background: url(../img/price/banner.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.65rem 0.55rem 0 0.55rem;
}
.banner1 h1 {
  font-size: 0.4rem;
  font-weight: 600;
  color: #1C184E;
  line-height: 0.6rem;
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
  text-align: center;
}
.banner1 p {
  font-size: 0.26rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.37rem;
  text-align: center;
}
.banner1 .bannerimg{
  text-align: center;
}
.banner1 .bannerimg img{
  width: 3.63rem;
  height: 3.84rem;
}
.banner2 {
  margin-top: 0.5rem;
}
.banner2 .list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.banner2 .list li{
  width: 3rem;
  height: 3.98rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 143, 255, 0.22);
  border-radius: 0.2rem;
  text-align: center;
  padding: 0.31rem 0.5rem;
  margin-bottom: 0.3rem;
}
.banner2 .list li img{
  width: 0.77rem;
  height: 0.77rem;
}
.banner2 .list li div{
  font-size: 0.26rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.37rem;
  margin-top: 0.2rem;
}
.banner2 .list li p{
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.3rem;
  margin-top: 0.2rem;
}
.banner3{
  height: 12.11rem;
  background: #F7FBFF;
  text-align: center;
}

.banner3 h1 {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.6rem;
  letter-spacing: 1px;
  text-align: center;
  color: #1C184E;
  padding-top: 0.6rem;
  margin-bottom: 0.4rem;
}
.banner3 img{
  width: 6.39rem;
  height: 10.11rem;
}
.banner4 {
  margin-top: 0.5rem;
  text-align: center;
}
.banner4 .title1 {
  font-size: 0.4rem;
  font-weight: 600;
  line-height: 0.6rem;
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
  color: #1C184E;
}
.banner4 .cont1 {
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
 padding: 0 1rem;
}
.banner4 .cont1 img{
  width: 2.54rem;
  height: 1.5rem;
}
.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: 1px;
}
.mfsy .onTrial .phone .btn{
  width: 1.77rem;
  height: 0.66rem;
  border-radius: 0.5rem;
  display: inline-block;
  font-size: 0.26rem;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 0.66rem;
  letter-spacing: 2px;
  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);
}
