/**!
 * 创城专题首页
 * date:2021-08-23
 * author: hhj;
 */
body { 
  background: url("/cczt/images/bg1.jpg") top center no-repeat;
  padding-bottom: 61px;
}

.main {
  padding: 43px 0 0 0;
}

/*  */
.video-bd {
  position: relative;
  margin-top: 41px;
  padding: 0 58px 43px;
}

.video-bar {
  display: block;
  padding: 18px 13px 5px 13px;
  background: url("/cczt/images/video_bg.png") center center no-repeat;
  background-size: 100% 100%;
}

.video-img {
  position: relative;
  height: 204px;
}

.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/cczt/images/video_icon.png") center center no-repeat rgba(0, 0, 0, .2);
  z-index: 3;
}

.video-img > img {
  width: 100%;
  height: 100%;
}

.video-name {
  margin-top: 18px;
  line-height: 28px;
  height: 42px;
  text-align: center;
  font-size: 16px;
  color: #333;
}

.swiper-button-prev, .swiper-button-next {
  width: 29px;
  height: 29px;
  background-size: 100% 100%;
}

.swiper-button-prev {
  left: 20px;
  background-image: url("/cczt/images/prev_icon.png");
}

.swiper-button-next {
  right: 20px;
  background-image: url("/cczt/images/next_icon.png");
}

/*  */
.advert {
  margin-top: 57px;
  position: relative;
  padding: 0 61px 48px;
}

.advert-bar {
  position: relative;
  display: block;
  margin: 6px 6px;
  padding: 10px;
  height: 266px;
  background-color: #badcf5;
}

.advert-bar > img {
  width: 100%;
  height: 100%;
}

.advert-tip {
  position: absolute;
  left: -6px;
  top: -6px;
  width: 92px;
  height: 96px;
  background: url("/cczt/images/advert_icon.png") center center no-repeat;
}

.advert-tip-name {
  display: block;
  line-height: 26px;
  font-size: 15px;
  color: #fff;
  text-align: center;
  transform: rotate(-45deg);
  transform-origin: 60px 40px;
}

.ewb-catefiled {
    text-align: center;
    position: absolute;
    top: 316px;
    left: 76%;
    z-index: 999;
    color: #df2c16;
    line-height: initial;
}

/* 580 */
@media (max-width: 580px) {
  .video-img {
    height: 150px;
  }
  .mask {
    background-size: 45px 45px;
  }
}

/* 450 */
@media (max-width: 450px) {
  .swiper-button-next {
    right: 12px;
  }
  .swiper-button-prev {
    left: 12px;
  }
  .advert {
    padding: 0 47px 48px;
  }
  
  	.ewb-catefiled {
		text-align: center;
		position: absolute;
		top: 20px;
		left: 65%;
		z-index: 1062;
		color: #df2c16;
		line-height: initial;
	}
}
