.topic-slide {
  position: relative;
  padding-bottom: 40px
}

.topic-slide .arrow-left {
  position: absolute;
  left: -60px;
  top: 46%;
  margin-top: -15px;
  width: 21px;
  height: 42px;
  font-size: 42px
}

.topic-slide .arrow-left .iconfont {
  width: 21px;
  height: 42px;
  font-size: 42px
}

.topic-slide .arrow-left .iconfont:hover {
  color: #c7000b
}

.topic-slide .arrow-right {
  position: absolute;
  right: -60px;
  top: 46%;
  margin-top: -15px
}

.topic-slide .arrow-right .iconfont {
  width: 21px;
  height: 42px;
  font-size: 42px
}

.topic-slide .arrow-right .iconfont:hover {
  color: #c7000b
}

.topic-slide .swiper-container {
  width: 100%;
  height: 410px;
  max-height: 410px
}

@media (max-width:1600px) {
  .topic-slide .swiper-container {
    height: 570px
  }
}

@media (max-width:750px) {
  .topic-slide {
    padding-bottom: 0;
  }

  .topic-slide .swiper-container {
    height: auto;
    max-height: 5000px
  }
}

.topic-slide .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: -10px;
  width: 100%
}

.topic-slide .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #999;
  margin: 0 3px;
  cursor: pointer
}

.topic-slide .swiper-active-switch {
  background: #c7000b
}

@media (max-width:750px) {

  .topic-slide .arrow-right,
  .topic-slide .arrow-left {
    display: none
  }
}

.cloud-customer-story {
  background: #fff
}

.cloud-customer-story .carousel-wrap ul li {
  float: left
}

.cloud-customer-story .carousel-wrap ul li .block {
  float: left;
  width: 50%;
  padding: 0 5px;
  overflow: hidden
}

.cloud-customer-story .carousel-wrap ul li .block a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 5px
}

.cloud-customer-story .carousel-wrap ul li .block a:after {
  padding-top: 34%;
  height: 0;
  content: '';
  display: block
}

.cloud-customer-story .carousel-wrap ul li .block a img {
  width: 100%;
  display: block;
  position: absolute
}

.cloud-customer-story .carousel-wrap ul li .block a .text {
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.9);
  padding: 20px 40px 20px 20px;
  font-size: 0;
  line-height: 0;
  z-index: 1
}

.cloud-customer-story .carousel-wrap ul li .block a .text:after {
  content: '';
  display: block;
  position: absolute;
  width: 120%;
  height: 149px;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, #000 100%, #000 0);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #000 100%, #000 0);
  bottom: -20px;
  left: -40px;
  z-index: -1;
  background-size: cover
}

.cloud-customer-story .carousel-wrap ul li .block a:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  transition: opacity 5s cubic-bezier(.23, 1, .32, 1), height 5s cubic-bezier(.23, 1, .32, 1);
  opacity: 0;
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7));
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.7))
}

.cloud-customer-story .carousel-wrap ul li .block a img {
  -webkit-transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1);
  transition: transform 12s cubic-bezier(.23, 1, .32, 1), -webkit-transform 12s cubic-bezier(.23, 1, .32, 1);
  -webkit-transform: scale(1);
  transform: scale(1)
}

.cloud-customer-story .carousel-wrap ul li .block a:hover:before {
  opacity: 1
}

.cloud-customer-story .carousel-wrap ul li .block a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1)
}

.cloud-customer-story .carousel-wrap ul li .block:nth-child(1) a:after {
  padding-top: 69.6%;
  height: 0;
  content: '';
  display: block
}

.picImg1:hover:before {
  opacity: 1
}

@media (min-width:751px) {
  .cloud-customer-story .carousel-wrap ul li .block a:hover .text {
    bottom: 20px
  }
}

.cloud-customer-story .carousel-wrap ul li .block a .text span {
  font-size: 18px;
  line-height: 1.375
}

.cloud-customer-story .carousel-wrap ul li .block a .text em {
  position: relative
}

.cloud-customer-story .carousel-wrap ul li .block a .text em i {
  position: absolute;
  left: 10px;
  top: -5px;
  font-size: 18px
}

@media (max-width:750px) {
  .cloud-customer-story .carousel-wrap ul li .block {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding: 0;
  }

  .cloud-customer-story .carousel-wrap ul li .block a .text {
    padding: 10px 30px 10px 10px
  }

  .cloud-customer-story .carousel-wrap ul li .block a:after,
  .cloud-customer-story .carousel-wrap ul li .block:nth-child(1) a:after {
    padding-top: 33%
  }

  .cloud-customer-story .carousel-wrap ul li .block a .text span {
    font-size: 14px
  }

  .cloud-customer-story .carousel-wrap ul li .block a .text:after {
    bottom: 0;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%, rgba(255, 255, 255, 0) 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.4) 100%, rgba(255, 255, 255, 0) 0)
  }
}

/*# sourceMappingURL=./cloud-customer-story.css.map */