.banner1 {
  width: 100%;
  height: 10.44rem;
  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: #0D4044;
  line-height: 0.6rem;
  letter-spacing: 0.0167rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
.banner1 .ppp {
  font-size: 0.26rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  margin-bottom: 0.4rem;
}
.banner1 .ppp1{
  /* width: 4.12rem; */
  height: 0.84rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.06rem 0.14rem 0rem #D0EFFF;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  border-radius: 0.42rem;
  
}
.banner1 .ppp1 .kefu{
  font-size: 0.26rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.37rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.banner1 .ppp1 .kefuactive{
  width: 1.76rem;
  height: 0.64rem;
  background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
  border-radius: 0.32rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.37rem;
  letter-spacing: 0.05rem;
  line-height: 0.64rem;
  text-align: center;
}
.banner1 .ppp1 .call{
  font-size: 0.26rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.37rem;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
.banner1 .ppp1 .callactive{
  width: 1.76rem;
  height: 0.64rem;
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  border-radius: 0.32rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.37rem;
  letter-spacing: 0.05rem;
  line-height: 0.64rem;
  text-align: center;
}
.banner1 .ppp1 .clueactive{
  width: 1.76rem;
  height: 0.64rem;
  background: linear-gradient(90deg, #FF9852 0%, #FF613B 100%);
  border-radius: 0.32rem;
  font-size: 0.26rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.37rem;
  letter-spacing: 0.05rem;
  line-height: 0.64rem;
  text-align: center;
}
.banner1 .list {
  margin-top: 0.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.banner1 .list.kefu .p2{
  display: none;
}
.banner1 .list.call .p1{
  display: none;
}
.banner1 .list li{
  margin-top: 0.4rem;
  width: 2.92rem;
  height: 4.94rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner1 .list li .ct3 .giveSeat{
  color: white;
  font-size: 0.18rem;
}
.banner1 .list li .ct3 .giveSeat span{
  color: red;
}
.banner1 .list .ct{
  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.5rem 0.29rem;
  width: 2.92rem;
  height: 4.94rem;
}
.banner1 .list .ct h2{
  font-size: 0.26rem;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.17rem;
}
.banner1 .list .ct p{
  font-size: 0.2rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.28rem;
  margin-bottom: 0.37rem;
}
.banner1 .jinxiansuo .ct p{
  font-size: 0.2rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.28rem;
  margin-bottom: 0.37rem;
}
.banner1 .jinxiansuo .wantiao span{
  font-size: 0.2333rem;
  font-weight: 600;
  font-family: Arial, sans-serif,'微软雅黑';
}
.banner1 .list .ct .price{
  font-size: 0.2rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.28rem;
  margin-bottom: 0.35rem;
}
.banner1 .list .ct .price span{
  font-size: 0.4rem;
}
.banner1 .list .ct button{
  width: 2.34rem;
  height: 0.68rem;
  background: linear-gradient(90deg, #6386FF 0%, #5259FF 100%);
  box-shadow: 0rem 0.06rem 0.14rem 0rem rgba(116, 142, 255, 0.72);
  border-radius: 0.42rem;
}

.banner1 .jinxiansuo .ct button{
  width: 2.34rem;
  height: 0.68rem;
  background: linear-gradient(90deg, #FF9852 0%, #FF613B 100%);
  box-shadow: 0px 6px 14px 0px rgb(255 157 79 / 59%);
  border-radius: 0.42rem;
  margin-bottom: 0.14rem;
}

.banner1 .list li .ct .active {
  background: linear-gradient(90deg, #43E7E1 0%, #4CCCFF 100%);
  box-shadow: 0rem 0.1rem 0.2333rem 0rem rgba(79,243,255,0.7);
}
.banner1 .list li .active{
  background: #4BCDFD !important;
}

.banner1 .jinxiansuo li .active{
  background: linear-gradient(90deg, #FF9852 0%, #FF613B 100%) !important;
  box-shadow: 0px 6px 14px 0px rgb(255 157 79 / 59%) !important;
}

.banner1 .list li .active button {
  box-shadow: 0rem 0.1rem 0.2333rem 0rem rgba(38,188,229,0.72) !important;
}

.banner1 .jinxiansuo li .active button {
  box-shadow: 0px 6px 14px 0px rgb(255 157 79 / 59%) !important;
}

.banner1 .list li .active button a{
  color: #0EA0D6 !important;
}
.banner1 .list .ct button a{
  font-size: 0.2rem;
  font-weight: 400;
  color: #FFFFFF;
}
.banner1 .list .ct .xhx{
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 0.25rem;
  margin-top: 0.2rem;
  text-decoration: line-through;
}
.banner1 .list li:nth-child(3) .ct{
  background: #6169FF;
}

.banner1 .jinxiansuo li:nth-child(3) .ct{
  background: #F17856 !important;
}

.banner1 .list .ct3 h2{
  color: #FFFFFF;
}
.banner1 .list .ct3 p{
  color: #FFFFFF;
}
.banner1 .list .ct3 .price{
  color: #FFFFFF;
}
.banner1 .list .ct3 button{
  background: #fff;
}
.banner1 .list .ct3 button a{
  color: #2E56FF;
}
.banner1 .list .ct3 .xhx{
  color: #fff;
}
.banner1 .list li  p.zuidi .xingxing{
  color: red;
}
.banner1 .list li:nth-child(4){
  width: 3.34rem;
  height: 5.36rem;
  margin-top: 0.05rem;
  position:absolute;
  right: -0.2rem;
  bottom: -0.06rem;
  background: url(../img/price/quotation/10.png) no-repeat 0 0.2rem;
  background-size: 100%;
}
.banner1 .list li:nth-child(4) .ct4{
  box-shadow: none;
  background: none;
  
}
.banner1 .list li:nth-child(4) p{
  margin-bottom: .5rem;
}
.banner1 .jinxiansuo li:nth-child(4) p{
  margin-bottom: 0.37rem;
}
.banner1 .list li .ct4{
  color: #FFFFFF;
}
.banner1 .list .ct4 h2{
  color: #FFFFFF;
}
.banner1 .list .ct4 .price{
  color: #FFFFFF;
}
.banner1 .list .ct4 p{
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.banner1 .list .ct5{
  display: none;
}
.banner1 .list .ct5 .price{
  color: #FFFFFF;
}
.banner1 .list li:nth-child(4) .ct5  p{
  margin-bottom: 0.25rem;
}
.banner1 .list .ct4 button{
  width: 2.34rem;
  height: 0.68rem;
  background: linear-gradient(270deg, #7C99FF 0%, #B6BFFF 100%);
  box-shadow: 0rem 0.06rem 0.14rem 0rem rgba(58, 76, 152, 0.72);
  border-radius: 0.42rem;
}
.banner1 .list .ct4 button a{
  color: #2E56FF;
}
.banner1 .list.jinxiansuo{
  display: none;
}
.banner2 {
  margin-top: 4.5rem;
}
.banner2 h1{
  font-size: 0.4rem;
  font-weight: 600;
  color: #1C184E;
  line-height: 0.6rem;
  letter-spacing: 0.0167rem;
  margin-bottom: 0.4rem;
  text-align: center;
}
.banner2 .center ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.banner2 .center ul li{
  width: 3rem;
  height: 2.86rem;
  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;
  margin-top: 0.3rem;
}
.banner2 .center ul li img{
  width: 0.77rem;
  height: 0.77rem;
}
.banner2 .center ul li h4
{
  font-size: 0.26rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #000000;
  line-height: 0.37rem;
  letter-spacing: 0.0333rem;
  margin-top: 0.3rem;
  margin-bottom: 0.22rem;
}
.banner2 .center ul li p{
  font-size: 0.22rem;
  font-weight: 400;
  color: #000000;
  line-height: 0.3rem;
  letter-spacing: 0.0333rem;
}
.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, 225, 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: 0.0167rem;
}
.mfsy .onTrial .phone .btn{
  width: 1.77rem;
  height: 0.66rem;
  border-radius: 0.5rem;
  display: inline-block;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.0333rem;
  line-height: 0.66rem;
  color: white;
  position: absolute;
  right: 0.1167rem;
  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);
}
