body{
  background-color: #fdfdfd;
}
.c_ff1a1a{
  color:#ff1a1a;
}
.c_0f69fe{
  color:#0f69fe;
}
.c_048b01{
  color:#048b01;
}
.c_6a13cb{
  color:#6a13cb;
}
.flx{
  display: flex;
  flex-flow: wrap;
}
 
.banner{
  margin-bottom:.14rem;
}
.tab{
  justify-content: space-between;
border-top:1px solid #d6d6d6;
border-bottom:1px solid #d6d6d6;
}
.tab li{
  width: 32%;
  font-size: .22rem;
  text-align: center;
  height:.56rem;
  line-height:.56rem;
}
.tab li.active{
  color:#386bd6;
  position: relative;
}
.tab li.active:after{
  content:"";
  position: absolute;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  width: .32rem;
  height:2px;
  background-color: #386bd6;
}
.tab_content{
  overflow: hidden;
}
.tab_content .swiper-slide-active { height: auto;}
.zy_tt{
  position: relative;
  font-size: .3rem;
  font-weight: 700;
  text-align: center;
  padding:.2rem 0;
}
.zy_tt em{
  position: absolute;
  z-index: -2;
  opacity: .1;
  font-size: .36rem;
  left:0;
  right:0;
  bottom:0;
  top:.2rem;
  margin:auto;
  text-transform: uppercase;
}
.xh_zy li{
  border-radius:.2rem;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
  margin-bottom:.26rem;
}
.xh_zy li h3{
  font-size: .3rem;
  text-align: center;
  padding:.2rem 0;
  color:#333;
}
.lab{
  justify-content: center;
  margin:0 .2rem;
  border-bottom:#dcdcdc 1px solid;
  padding-bottom:.16rem;
}
.lab span{
  padding:.08rem .1rem;
  border-radius:.08rem;
  background-color: #e4f2df;
  font-size:.18rem;
  margin:0 .05rem;
}
.w_50{
  justify-content: center;
  font-size: .24rem;
  text-align: center;
  padding:.1rem 0;
}
.w_50 a{
  width: 50%;
  box-sizing: border-box;
  line-height:.46rem;
}
.w_50 a:first-child{
  border-right:1px solid #dcdcdc;
}

.form_zy {
  width: 100%;
  text-align: center;
}

.form_zy h3 {
  font-size: 0.3rem;
  color: #333;
  line-height: 0.74rem;
  text-align: center;
}

.form_zy input {
  font-size: 0.22rem;
  text-indent: 2em;
  border: 1px solid #eee;
  outline: none;
  width: 100%;
  height: 0.58rem;
  line-height: 0.58rem;
  margin-bottom: 0.2rem;
}

.form_zy input[type="submit"] {
  text-indent: 0;
  width: 100%;
  background-color: #ff3924;
  border-radius: 0.06rem;
  font-size: 0.22rem;
  color: #fff;

}
