.client .content {
  width: 90%;
  margin: 0 auto;
  margin-top: 2rem;
}
.client .content .clients {
  width: 100%;
  margin-top: 2rem;
}
.client .content .clients .swiper-slide {
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  border: 1px solid #EBEFF1;
  padding: 1rem;
  width: 92%;
  box-sizing: border-box;
  margin: 20px 0;
}
.client .content .clients .swiper-slide .left {
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
.client .content .clients .swiper-slide .left img {
  width: 5rem;
}
.client .content .clients .swiper-slide .left .title {
  font-size: 0.8rem;
  color: #333;
  line-height: 1.3;
  margin-bottom: 1rem;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.client .content .clients .swiper-slide .left .des {
  font-size: 0.68rem;
  color: #333;
  line-height: 1rem;
  height: 4rem;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.client .content .clients .swiper-slide .left .button {
  display: inline-block;
  background: #FFC03E;
  color: #ffffff;
  font-size: 0.58rem;
  width: 7.5rem;
  line-height: 1.83rem;
  box-shadow: 0px 2px 10px 0px rgba(20, 190, 75, 0.1);
  border-radius: 4px;
  margin: 15px 0 10px;
  text-align: center;
  cursor: pointer;
}
.client .content .clients .swiper-slide .left .button:hover {
  background: rgba(255, 192, 62, 0.2);
  color: #ffc03e;
}
.client .content .clients .swiper-slide .video {
  width: 55%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}
.client .content .clients .swiper-slide .video video {
  width: 100%;
}
.client .content .clients .swiper-slide .video img {
  width: 100%;
}
.client .content .clients .clients-pagination {
  background: white;
  margin-top: 10px;
}
.client .content .clients .clients-pagination .clients-bullet {
  display: inline-block;
  width: 33.33%;
  height: 8px;
  background: #D8D8D8;
}
.client .content .clients .clients-pagination .clients-bullet.swiper-pagination-bullet-active {
  background: #00BC00;
  height: 12px;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
}
.client .content .more-clients {
  text-align: center;
  position: relative;
}
.client .content .more-clients a {
  display: inline-block;
  margin-top: 1rem;
  color: white;
  background: #00BC00;
  line-height: 2.2rem;
  font-size: 0.8rem;
  width: 8rem;
  border-radius: 5px;
  position: relative;
}
.client .content .more-clients a::after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid #00BC00;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(100%) translateX(-50%);
      -ms-transform: translateY(100%) translateX(-50%);
          transform: translateY(100%) translateX(-50%);
}
.client .content .more-clients a:hover {
  background: rgba(20, 190, 75, 0.2);
  color: #00BC00;
}
.client .content .more-clients a:hover::after {
  border-top: 10px solid rgba(20, 190, 75, 0.2);
}
.client .content .more-clients img {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.client .content .more-clients .bg {
  position: absolute;
  width: 100vw;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  html .client .content .clients .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  html .client .content .clients .swiper-slide .left {
    width: 100%;
  }
  html .client .content .clients .swiper-slide .video {
    width: 100%;
    margin-left: 0;
  }
}
