header .cont .registerbtn .register{
  background: linear-gradient(90deg, #9261FF 0%, #6E6AFE 100%);
}
.banner1{
  width: 100%;
  height: 620px;
  padding-top: 80px;
  background: url("../img/product/coordination/coordination.png") no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  
}

.banner1 .center{
  position: relative;
}
.banner1 .left{
  float: left;
  width: 540px;
  height: auto;
  margin-top: 84px;
  margin-left: 30px;
}
.banner1 .right{
  position:absolute;
  top: 68px;
  right: 52px;
}
.banner1 .right img{
  width: 641px;
  height: 417px;
}
.salesman{
  font-size: 35px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #04252E;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 37px;
}
.banner1 .left .list li {
  width: 100% ;
  margin-bottom: 20px;
  overflow: hidden;
}
.banner1 .left .list li:last-child{
  margin-bottom: 0px;
}
.banner1 .left .list li i{
  width: 12px;
  height: 12px;
  background: #1C20FF;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner1 .left .list li span{
  width: 432px;
  font-size: 14px;
  vertical-align: top;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
  display: inline-block;
}
.banner1  .left .mfty a{
  width: 163px;
  height: 52px;
  display: block;
  text-align: center;
  line-height: 52px;
  color: #fff;
  margin-top: 100px;
  background: linear-gradient(90deg, #7C83FF 0%, #7253FF 100%);
  box-shadow: 0px 6px 14px 0px rgba(81, 79, 255, 0.72);
  border-radius: 26px;
}

.banner2{
  width: 100%;
  padding-bottom: 120px;
  background-color: #fff;
}
.banner2 h2{
  font-size: 36px;
  font-weight: 600;
  color: #04252E;
  line-height: 60px;
  letter-spacing: 1px;
  padding-top: 104px;
  padding-bottom: 15px;
  text-align: center;
}
.banner2 h4{
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
  font-weight: 400;
  text-align: center;
}
.banner2 .list{
  width: 1200px;
  height: 370px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 49px;
}

.banner2 .list li{
  width: 352px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 84, 255, 0.22);
  border-radius: 20px;
  text-align: center;
  padding: 50px;
  cursor: pointer;
}
.banner2 .list li img{
  width: 68px;
  height: 68px;
  display: block;
  margin: 0 auto;
  margin-top: 7px;
}
.banner2 .list li button{
  display: block;
  width: 183px;
  height: 44px;
  background: #7257FF;
  border-radius: 22px;
  font-size: 14px;
  
  color: #FFFFFF;
  line-height: 19px;
  margin: 0 auto;
  margin-top: 44px;
  margin-bottom: 44px;
}
.banner2 .list li p{
  width: 100%;
  text-align: left;
  font-size: 14px;
  
  color: #000000;
  line-height: 19px;
}
.banner3{
  width: 100%;
  height: 436px;
  background: #F9F9FF;
}
.banner3 .list3 {
  height: 334px;
  padding-top: 50px;
}
.banner3 .list3>li{
  width: 100%;
  height: 334px;
  display: none;
}
.banner3 .list3>li.curr{
  width: 100%;
  height: 334px;
  display: block;
}
.banner3 .list3 .content_l{
  width: 770px;
  height: 334px;
  float: left;
  padding-top: 21px;
}
.banner3 .list3 .content_l h2{
  font-size: 36px;
  font-weight: 600;
  color: #172342;
  line-height: 60px;
  letter-spacing: 1px;
  margin-bottom: 27px;
}
.banner3 .listt li{
  margin-bottom: 20px;
}
.banner3 .listt li:last-child{
  margin-bottom: 0px;
}
.banner3 .listt li i{
  width: 12px;
  height: 12px;
  background: #1C20FF;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 12px;
}
.banner3 .listt li span{
  width: 690px;
  font-size: 14px;
  vertical-align: top;
  
  color: #000000;
  line-height: 19px;
  letter-spacing: 1px;
  display: inline-block;
}
.banner3 .list3 .content_l a{
  margin-top: 34px;
  display: block;
  font-size: 20px;
  
  color: #5D61FF;
  line-height: 26px;
  letter-spacing: 3px;
}
.banner3 .list3 .content_l a span{
  margin-left: 9px;
  line-height: 26px;
  font-size: 14px;
}
.banner3 .list3 .content_r{
  width: 400px;
  height: 334px;
  background: #FFFFFF;
  box-shadow: 0px 6px 21px 0px rgba(62, 84, 255, 0.22);
  border-radius: 8px;
  float: left;
  padding-top: 98px;
}
.banner3 .list3 li:nth-of-type(2) .content_r{
  padding-top: 65px;
}
.banner3 .list3 li:nth-of-type(3) .content_r{
  padding-top: 47px;
}
.banner3 .list3 .content_r img{
  display: block;
  margin: 0 auto;
  width: 365px;
  height: 201px;
}
.banner3 .list3 li:nth-of-type(2)  .content_r img{
  width: 376px;
  height: 227px;
}
.banner3 .list3 li:nth-of-type(3)  .content_r img{
  width: 377px;
  height: 240px;
}
.banner3 .list4{
  width: 150px;
  margin: 0 auto;
  overflow: hidden;
}
.banner3 .list4>li{
  width: 50px;
  height: 16px;
  border-radius: 8px;
  float: left;
  cursor: pointer;
}
.banner3 .list4>li span{
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  background: #D8DAFF;
}
.banner3 .list4>li.current span{
  background: #7257FF;
  border-radius: 8px;
  width: 37px;
  /* 谁做过渡给谁加 */
  transition: all 0.6s;
}
.banner4{
  width: 100%;
  padding-top: 104px;
}
.banner4 h2{
  font-size: 36px;
  font-weight: 600;
  color: #172342;
  line-height: 60px;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 105px;
}
.banner4  ul{
  width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.banner4  ul li{
  cursor: pointer;
}
.banner4  ul li:hover{
  transform: scale(1.3) rotate(-360deg);
  transition: all 0.5s;
}
.banner4  ul li img{
  width: 60px;
  height: 46px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.banner4  ul li p
{
  font-size: 14px;
  color: #000000;
  line-height: 19px;
}
.banner4  ul li:nth-of-type(2) img{
  width: 54px;
  height: 51px;
}
.banner4  ul li:nth-of-type(3) img{
  width: 52px;
  height: 47px;
}
.banner4  ul li:nth-of-type(4) img{
  width: 49px;
  height: 47px;
}
.banner4  ul li:nth-of-type(5) img{
  width: 49px;
  height: 49px;
}
.banner4  ul li:nth-of-type(6) img{
  width: 53px;
  height: 45px;
}
.banner4  ul li:nth-of-type(7) img{
  width: 53px;
  height: 49px;
}
.banner4  ul li:nth-of-type(8) img{
  width: 45px;
  height: 48px;
}
.banner5{
  width: 100%;
  height: 520px;
  background: url('../img/product/coordination/3.png') no-repeat center;
  background-size: 100%;
  margin-top: 136px;
}
.mfsy{
  position: relative;
  width: 100%;
  height: 301px;
}
.mfsy .onTrial{
  width: 1000px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px 0px rgba(135, 191, 255, 0.16);
  border-radius: 8px;
  position: absolute;
  left: 50%;
  top: 53px;
  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: #7368FE;
}
.mfsy .onTrial .phone{
  width: 519px;
  height: 68px;
  margin-top: 26px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #F6F6FF;
  box-shadow: 0px 10px 20px 0px rgba(73, 130, 255, 0.11), 0px 1px 5px 0px rgba(166, 116, 255, 0.16);
  border-radius: 34px;
  border: 1px solid rgba(110, 117, 255, 0.14);

}
.mfsy .onTrial .phone input{
  width: 340px;
  float: left;
  height: 100%;
  margin-left: 20px;
  background: #F6F6FF;
}
.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, #9261FF 0%, #6E6AFE 100%);
  box-shadow: 0px 10px 20px 0px rgba(73, 130, 255, 0.11);
}