header {
  background-color: #fff;
}
.banner-box.ebg-block {
  margin-top: 77px;
}
.banner-box.ebg-block .ebg-img,
.banner-box.ebg-block .lazyload {
  position: relative;
}
.banner-box.ebg-block .con {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner-box.ebg-block .con h1 {
  font-size: 54px;
  color: #231815;
}
@media (max-width: 992px) {
  .banner-box.ebg-block .con h1 {
    font-size: 30px;
  }
}
.live {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}
.live.green {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(211, 247, 253, 0.6)), to(rgba(237, 253, 249, 0.6))), -webkit-gradient(linear, left top, left bottom, from(#ecf6fb), to(#ecf6fb));
  background-image: linear-gradient(0deg, rgba(211, 247, 253, 0.6) 0%, rgba(237, 253, 249, 0.6) 100%), linear-gradient(#ecf6fb, #ecf6fb);
}
.live .con {
  padding-top: 30px;
}
.live .list {
  display: block;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 2px 20px 0px rgba(0, 0, 0, 0.15);
}
.live .list:hover {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.live .img {
  position: relative;
  height: auto;
}
.live .img:after {
  display: block;
  padding-top: 55.56%;
}
.live .img:before {
  content: "\e614";
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  font-size: 52px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  left: 25px;
  bottom: 15px;
}
.live .text {
  padding: 35px 40px 50px;
}
.live .text .tip {
  font-size: 14px;
  color: #d78161;
}
.live .text .title {
  font-size: 24px;
  color: #231815;
  padding-top: 15px;
}
.live .text p {
  font-size: 24px;
  line-height: 1.4;
  color: #231815;
}
@media (max-width: 992px) {
  .live {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .live .img:before {
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
  }
  .live .con {
    padding-top: 25px;
  }
  .live .text {
    padding: 25px 20px 30px;
  }
  .live .text p {
    font-size: 16px;
  }
}
