
.sslist li {
  width: 100% ;
  margin-bottom: 0.3rem;
  overflow: hidden;
  display: flex;
}
.sslist li:last-child{
  margin-bottom: 0.4rem;
}
.sslist li i{
  width: 0.12rem;
  height: 0.12rem;
  background: #22C9E5;
  opacity: 0.7;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top:0.09rem;
  margin-right: 0.22rem;
}
.sslist li span{
  font-size: 0.22rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.7);
  line-height: 0.3rem;
  letter-spacing: 2px;
}
.banner1{
  width: 100%;
  height: 10.58rem;
  margin-top: 0.88rem;
  background: url(../img/crm/01.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.63rem 0.55rem 0 0.55rem;
}
.banner1 h1{
  font-size: 0.4rem;
  font-weight: 600;
  color: #04252E;
  line-height: 0.6rem;
  letter-spacing: 1px;
  margin-bottom: 0.38rem;
}
.banner1 a{
  width: 1.82rem;
  height: 0.58rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.4rem;
  text-align: center;
  line-height: 0.58rem;
  font-size: 0.26rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 2px;
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  box-shadow: 0rem 0.06rem 0.14rem 0rem rgba(79, 243, 255, 0.7);
  border-radius: 0.29rem;
}
.banner1 .imgs{
  width: 6.41rem;
  height:  3.91rem;
  display: block;
  margin: 0 auto;
}


.banner2{
  width: 100%;
  overflow: hidden;
  padding-top: 0.6rem;
  background-color: #fff;
}
.banner2 h1{
  font-size: 0.4rem;
  font-weight: 600;
  color: #172342;
  line-height: 0.6rem;
  letter-spacing: 1px;
  text-align: center;
}
.banner2 h4{
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.3rem;
  letter-spacing: 2px;
  margin-top: 0.2rem;
  margin-bottom: 0.4rem;
  text-align: center;
}

.banner2 .list{
  height: 0.76rem;
  background: #F6FBFF;
  display: flex;
  flex-wrap:nowrap;
  overflow-x: scroll;
}
.banner2 .list::-webkit-scrollbar {
  display: none;
}
.banner2 .list>li{
  min-width: 2rem;
  text-align: center;
  float: left;
  font-size: 0.26rem;
  font-weight: 600;
  color: #26BDDC;
  line-height: 0.76rem;
  letter-spacing: 1px;
  cursor: pointer;
}
.banner2 .list>li.current{
  color:#26BDDC;
  position: relative;
}
.banner2 .list>li::before{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  border-radius: 5px;
  width: 0px;
  height: 0.08rem;
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  border-radius: 0.05rem;
}
.banner2 .list>li.current::before {
  width: 60px;
  transition: all  0.5s;
}

.banner2 .cul{
  padding: 0 0.55rem;
  overflow: hidden;
}
.banner2 .cul li{
  overflow: hidden;
  padding-bottom: 0.3rem;
}

.banner2 .cul>li{
  display: none;
}
.banner2 .cul>li.cur{
  display: block;
  transition: all 0.5s;
}
.banner2 .content .content_l{
  width: 6.4rem;
  height: 5.2rem;
  overflow: hidden;
  background: #E8F2FF;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 178, 255, 0.26);
  border-radius: 0.2rem;
  margin-top: 0.4rem;
}

.banner2 .content img{
  display: block; 
  width: 5.69rem;
  height: 3.97rem;
  margin: 0 auto;
  margin-top: 0.65rem;
}

.banner2 .content  h4{
  font-size: 0.36rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.5rem;
  letter-spacing: 1px;
  margin-top: 0.4rem;
}
.banner2 .content  .ppp{
  font-size: 0.22rem;
  color: #000000;
  line-height: 0.29rem;
  letter-spacing: 2px;
  text-align: center;
}
.banner2 .content  .list2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.banner2 .content  .list2 li{
  float: left;
  width: 25%;
  height: 1.34rem;
  margin-top: 0.32rem;
  text-align: center;
}
.banner2 .content .list2 li:nth-of-type(4){
  margin-right: 0px;
}
.banner2 .content .list2 li:nth-of-type(8){
  margin-right: 0px;
}
.banner2 .content .list2 li img{
  width: 1rem;
  height: 1rem;
  display: block;
  margin: 0 auto;
}

.banner2 .content .list2 li p{
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.26rem;
  letter-spacing: 1px;
}

.banner3{
  width:100%;
  height: 7.12rem;
  background: #F6FBFF;
  padding-top: 0.6rem;
  margin-top: 0.2rem;
  overflow: hidden;
}

.banner3 h1{
  text-align: center;
  margin-bottom: 0.38rem;
  font-size: 0.4rem;
  font-weight: 600;
  color: #04252E;
  line-height: 0.6rem;
  letter-spacing: 1px;
}

.mySwiper{
  width: 6.5rem!important;
  margin: 0 auto;
  height: 5.5rem;
  position: relative;
}

.banner3 .swiper-slide {
  width: 6.5rem!important;
  height: 4.58rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.06rem 0.21rem 0rem rgba(62, 178, 255, 0.26);
  border-radius: 0.2rem;
  margin: 0 auto;
  overflow: hidden;
}
.banner3 .swiper-slide.curr{
  display: block;
}
.banner3 .swiper-slide img{
  width: 2.7rem;
  height: 4.58;
  display: inline-block;
}
.banner3 .swiper-slide .listc{
  float: right;
  width: 3.8rem;
  height: 4.58rem;
  position: relative;
}
.banner3 .swiper-slide .listc .btn{
  width: 3.8rem;
  height: 0.7rem;
  background: #4BCDFD;
  box-shadow: 0rem 0.02rem 0.1rem 0rem rgba(120, 217, 255, 0.85);
  border-radius: 0.35rem;
  position:absolute;
  left: -0.6rem;
  top: 0.35rem;
  color: #fff;
  text-align: center;
  line-height:  0.7rem;
  font-size: 0.24rem;
  font-weight: 600;
}
.banner3 .swiper-slide .listc .yhxy{
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.3rem;
  margin-top: 1.35rem;
  margin-left: 0.3rem;
}
.banner3 .swiper-slide .listc  .sslist{
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.35rem;
}
.banner3 .swiper-slide .listc  .sslist li {
  margin-bottom: 0.2rem;
}
.banner3 .swiper-slide .listc  .sslist li i{
  margin-right: 0.08rem;
  margin-top: 0.08rem;
}
.banner3 .swiper-slide .listc  .sslist li span{
  font-size: 0.2rem;
  font-weight: 400;
  color:rgba(0, 0, 0, 0.7);
  line-height: 0.28rem;
  letter-spacing: 2px;
}

.swiper-pagination-bullet{
  width: 0.37rem;
  height: 0.16rem;
  border-radius: 0.08rem;
  background:none;
  opacity: 1;
  -webkit-tap-highlight-color: transparent;
}
.swiper-pagination-bullet span{
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background: #D8EAFF;
}
.swiper-pagination-bullet-active span{
  width: 0.37rem;
  background: #4BCDFD;
  border-radius: 0.08rem;
  /* 谁做过渡给谁加 */
  transition: all 0.6s;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 0.3rem;
}

.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, 225, 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: #26BDDC;
}
.mfsy .onTrial .phone{
  width: 5.19rem;
  height: 0.8rem;
  margin-top: 0.35rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
  background: #F6FCFF;
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 171, 255, 0.11), 0rem 0.01rem 0.05rem 0rem rgba(116, 232, 255, 0.16);
  border-radius: 0.4rem;
  border: 0.01rem solid rgba(110, 217, 255, 0.14);
}
.mfsy .onTrial .phone input{
  width: 3rem;
  float: left;
  height: 100%;
  margin-left: 0.33rem;
  background: #F6FCFF;
  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;
  font-size: 0.26rem;
  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, #43E7E1 0%, #4CCCFF 100%);
  box-shadow: 0rem 0.1rem 0.2rem 0rem rgba(73, 171, 255, 0.11);
}