.cdgl-container > .banner-box{
  padding: .75rem 0 .7rem;
  position: relative;
}
.cdgl-container > .banner-box .cont-box{
  position: absolute;
  height: 100%;
  left: .8rem;
  top: .75rem;
  font-size: .16rem;
  width: 44%;
}
.cdgl-container > .banner-box .cont-box{
  width: 70%;
}
.cdgl-container > .banner-box .cont-box .title{
  font-size: .42rem;
  padding: .6rem 0 0;
}
.cdgl-container > .banner-box .cont-box .tips{
  padding: .4rem 0;
  line-height: 0.26rem;
  color: #333;
}
.cdgl-container > .banner-box .cont-box .mg-btn{
  font-size: .16rem;
  padding: .12rem .35rem;
}


.yycj-container{
}
.yycj-box{
  padding: .6rem 0 1rem;
  text-align: center;
  font-size: 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.yycj-box .list-wrap{
  position: relative;
  width: calc(25% - .1rem);
  overflow: hidden;
}
.yycj-list{
  display: inline-block;
  width: 100%;
  height: 300px;
  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;
}

/* 移动端适配 */
@media screen and (max-width: 800px) {
  .tab-content > .banner-box{
    position: static;
    padding: 0;
  }
  .banner-box.mg-container{
    min-height: 4rem;
    padding-bottom: .6rem;
  }
  .cdgl-container > .banner-box .cont-box{
    position: static;
    width: 90%;
    margin: 0 auto;
  }
  .cdgl-container > .banner-box .cont-box .title{
    text-align: center;
    padding: .3rem 0;
    font-size: .36rem;
  }
  .cdgl-container > .banner-box .cont-box .mg-btn{
    margin: 0 auto;
  }
  .cdgl-container > .banner-box .cont-box .tips{
    padding: 0 0 .4rem;
    font-size: .24rem;
    line-height: .4rem;
  }
  .cdgl-container > .banner-box{
    position: static;
  }
  .cdgl-container > .banner-box .cont-box{
    position: static;
  }
  .banner-box.mg-container{
    padding: .6rem 0 !important;
    min-height: auto !important;
  }
  .yycj-box.mg-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .yycj-box{
    padding: .3rem 0 .6rem;
  }
  .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;
  }
}