
.tab-content > .banner-box{
  padding: .75rem 0 .7rem;
  position: relative;
}
.tab-content > .banner-box .cont-box{
  position: absolute;
  height: 100%;
  left: .8rem;
  top: .75rem;
  font-size: .16rem;
  width: 44%;
}
.tab-content > .banner-box .cont-box{
  width: 70%;
}
.tab-content > .banner-box .cont-box .title{
  font-size: .42rem;
  padding: .6rem 0 0;
}
.tab-content > .banner-box .cont-box .tips{
  padding: .4rem 0;
  line-height: 0.26rem;
  color: #333;
}
.tab-content > .banner-box .cont-box .mg-btn{
  font-size: .16rem;
  padding: .12rem .35rem;
}

.bxjr-now{
  flex-wrap: wrap;
  justify-content: space-around;
}
.supervise-container{
  background-color: #fff;
  padding: 0 0 .7rem 0;
}
.jkzx-container{
  background: #f4f4f4;
}
.features-container{
  background: #fff;
}
.supervise-container .mg-title{
  padding: .7rem 0 .2rem;
}
.supervise-box .supervise-list{
  width: 30%;
  position: relative;
  text-align: center;
}
.supervise-box .supervise-list:nth-of-type(2){
  margin: 0 5%;
}
.supervise-box .supervise-list img{
  max-width: 100%;
}
.supervise-box .supervise-list .cont-box{
  position: absolute;
  top: 36%;
  width: 100%;
  text-align: center;
}
.supervise-box .supervise-list .cont-box .title{
  color: #2494fb;
  font-size: .18rem;
  font-weight: bold;
}
.supervise-box .supervise-list .cont-box .b-title{
  font-size: .16rem;
  color: #333;
  height: .4rem;
  /* padding: .2rem 0; */
}
.supervise-box .supervise-list .cont-box .b-title p{
  font-weight: bold;
  font-size: 0.18rem;
}
.supervise-box .supervise-list .cont-box .tips{
  padding-top: .1rem;
  font-size: .16rem;
  color: #666;
  margin: 0 auto;
}


/* 应用场景 */
.yycj-container{
  background-color: #f4f4f4;
}
.yycj-box{
  padding-bottom: .8rem;
  text-align: center;
  font-size: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yycj-box .list-wrap{
  position: relative;
  width: 232px;
  height: 300px;
  overflow: hidden;
}
.yycj-list{
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.yycj-list img{
  width: 100%;
  height: 100%;
  transition: .3s;
}
.yycj-list:hover img{
  transform: scale(1.1);
}
.yycj-list .title{
  font-size: .16rem;
  position: absolute;
  width: 100%;
  bottom: .1rem;
  color: #fff;
  z-index: 1;
  transition: .6s;
}

.dljy-container .supervise-box{
  padding: 1rem 0 0;
}
.dljy-container .supervise-list{
  width: 50%;
}
.dljy-container .supervise-box .supervise-list:nth-of-type(2){
  margin: 0;
}


.feature-box{
  padding: 1rem 0;
}
.feature-box .feature-list{
  text-align: center;
  width: calc(100% / 3);
  float: left;
  padding: .2rem 0;
}
.feature-box .feature-list img{
  width: 2rem;
  margin-bottom: .1rem;
}

.feature-box .feature-list .title{
  font-size: .18rem;
  padding-bottom: .1rem;
}
.feature-box .feature-list .tips{
  color: #666;
  font-size: .16rem;
}
.process-container{
  background: #f4f4f4;
}
.plan-constitute{
  background: #fff;
}
.yycj-container{
  background: #fff;
}
.fajz-container{
  background: #f4f4f4;
}
.fagc-container{
  background: #fff;
}
.tips-info{
  line-height: 34px;
}



.fk-container .supervise-box{
  padding: 1rem 0 0;
}
.fk-container .supervise-list{
  width: 50%;
}
.fk-container .supervise-box .supervise-list:nth-of-type(2){
  margin: 0;
}



/* 移动端适配 */
@media screen and (max-width: 800px) {
  .tab-content > .banner-box{
    position: static;
    padding: 0;
  }
  .banner-box.mg-container{
    min-height: 4rem;
    padding-bottom: .6rem;
  }
  .tab-content > .banner-box .cont-box{
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .tab-content > .banner-box .cont-box .title{
    text-align: center;
    padding: .3rem 0;
    font-size: .36rem;
  }
  .tab-content > .banner-box .cont-box .mg-btn{
    margin: 0 auto;
  }
  .tab-content > .banner-box .cont-box .tips{
    padding: 0 0 .4rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .fk-container .supervise-box{
    padding: .3rem 0 .6rem 0;
  }
  .process-box.banner-box{
    padding: .3rem 0 .6rem 0 !important;
  }
  .banner-box.mg-container{
    min-height: auto;
  }
  .supervise-container{
    height: 9rem;
  }
  .tips-info{
    line-height: .4rem;
  }
  .yycj-box.mg-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .yycj-box{
    padding: .3rem 0 .6rem;
  }
  .dljy-container .supervise-list{
    width: 90%;
  }
  .fk-container .supervise-list{
    width: 90%;
  }
  .yycj-box .list-wrap{
    width: 90%;
    height: 6rem;
    margin-bottom: .3rem;
  }
  .yycj-list{
    width: 100%;
    height: 100%;
  }
  .yycj-list .title{
    font-size: .28rem;
    bottom: .3rem;
  }
}
