header .cont .registerbtn .register{
  background: linear-gradient(90deg, #6A8BFE 0%, #6168FF 100%);
}
.banner1{
  width: 100%;
  height: 522px;
  padding-top: 80px;
  background: url("../img/price/banner.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.banner1 .center{
  position: relative;
}
.banner1 .left{
  float: left;
  width: 528px;
  height: auto;
  margin-top: 148px;
  margin-left: 74px;
}
.banner1 .left p{
  font-size: 20px;
  
  color: #000000;
  line-height: 30px;
  letter-spacing: 2px;
}
.salesman{
  font-size: 36px;
  font-weight: 600;
  color: #1C184E;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.banner1 .right{
  position:absolute;
  top: 24px;
  right: 120px;
}
.banner1 .right img{
  width:363px;
  height: 384px;
}

.banner2{
  width: 100%;
  padding-top: 37px;
  height: 446px;
  background-color: #fff;
}

.banner2 .list{
  width: 1200px;
  height: 409px;
  display: flex;
  justify-content: space-between;
}

.banner2 .list li{
  width: 270px;
  height: 306px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 143, 255, 0.22);
  border-radius: 20px;
  
  padding: 30px;
}
.banner2 .list li img{
  width: 77px;
  height: 77px;
  display: block;
  margin: 0 auto;
  margin-bottom: 37px;
}
.banner2 .list li div{
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  line-height: 28px;
  letter-spacing: 2px;
  margin-bottom: 16px;
  text-align: center;
}
.banner2 .list li p{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
  text-align:left;
}
.banner3{
  width: 100%;
  height: 640px;
  background: #F7FBFF;
  padding-top: 57px;
}
.banner3 .center{
  text-align: center;
}
.banner3 .center h1{
  margin-bottom: 62px;
  font-size: 36px;
  font-weight: 600;
  color: #1C184E;
  line-height: 60px;
  letter-spacing: 1px;
}
.banner3 .center img{
  width: 969px;
  height: 391px;
}

.banner4{
  background-color: white;
}
.banner4 .center{
  position: relative;
}
.banner4 .title1{
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  line-height: 56px;
  letter-spacing: 1px;
  text-align: center;
  margin: 100px 0 46px 0;
}
.banner4 .cont1 {
  line-height: 0;
  font-size: 0;
}
.banner4 .cont1 img{
  width: 240px;
  height: 150px;
  margin-right: 0px;
}
.banner4 .title2{
  font-size: 40px;
  font-weight: 900;
  color: #000000;
  line-height: 56px;
  text-align: center;
  margin: 150px 0 80px 0;
}

.mfsy{
  position: relative;
  width: 100%;
  height: 301px;
}
.mfsy .onTrial{
  width: 1000px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(135, 204, 255, 0.16);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 50px;
  margin-left: -500px;
  text-align: center;
}
.mfsy .onTrial .title{
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
  text-align: center;
  margin-top: 35px;
}
.mfsy .onTrial .title span{
  color: #6473FF;
}
.mfsy .onTrial .phone{
  width: 519px;
  height: 68px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #F6FAFF;
  box-shadow: 0px 10px 20px 0px rgba(73, 160, 255, 0.11), 0px 1px 5px 0px rgba(116, 172, 255, 0.16);
  border-radius: 34px;
  border: 1px solid rgba(110, 158, 255, 0.14);

}
.mfsy .onTrial .phone input{
  width: 340px;
  float: left;
  height: 100%;
  margin-left: 20px;
  background: #F6FAFF;
}
.mfsy .onTrial .phone .btn{
  width: 144px;
  height: 52px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 52px;
  color: white;
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
  box-shadow: 0px 10px 20px 0px rgba(73, 160, 255, 0.11);
}