@charset "utf-8";
/* CSS Document */

#certify {
  position: relative;
}

#certify .swiper-container {
  position: relative;
  padding-bottom: 60px;
}

#certify .swiper-slide {
  width: 520px;
  height: 448px;
  background: #fff;
  box-shadow: 0 8px 30px #ddd;
  border-radius: 20px;
  cursor: pointer;
}

#certify .swiper-slide img {
  display: block;
  width: 100%;
}

#certify .swiper-slide p {
  padding-top: 0;
  text-align: center;
  color: #636363;
  margin: 0;
  font-size: 28px;
  font-family: AlibabaPuHuiTiR;
  color: #1A1A1A;
  line-height: 90px;
}

#certify .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#certify .swiper-button-prev,
#certify .swiper-container-rtl .swiper-button-next {
  top: unset;
  bottom: 15px;
  /*left: 45%;*/
  width: 50px;
  height: 50px;
  border: 1px solid rgba(107, 107, 107, 0.6);
  border-radius: 50%;
  padding: 10px 10px;
  background-size: 15px 15px;
  transition: 0.3s;
}

#certify .swiper-button-prev:hover,
#certify .swiper-button-next:hover {
  border: 1px solid #0045c1;
  background-color: #0045c1;
}

#certify .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

#certify .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
}

#certify .swiper-button-next,
#certify .swiper-container-rtl .swiper-button-prev {
  top: unset;
  bottom: 15px;
  /*right: 45%;*/
  width: 50px;
  height: 50px;
  border: 1px solid rgba(107, 107, 107, 0.6);
  border-radius: 50%;
  padding: 10px 10px;
  background-size: 15px 15px;
  transition: 0.3s;
}

#certify .swiper-wrapper .swiper-slide-active .page3-radius {
  background-color: #fff;
}

@media screen and (max-width: 1000px) {
  #certify .swiper-slide {
    height: auto;
  }

  #certify .swiper-slide p {
    font-size: 14px;
    line-height: 50px;
  }
  #certify .swiper-button-prev, #certify .swiper-container-rtl .swiper-button-next{
    /*left: 33%;*/
    width: 42px;
    height: 42px;
  }
  #certify .swiper-button-next, #certify .swiper-container-rtl .swiper-button-prev{
    /*right: 33%;*/
    width: 42px;
    height: 42px;
  }
}