@charset "utf-8";
/* CSS Document */

#certify {
  position: relative;
  min-width: 12rem /* 1200/100 */;
  margin-top: 1.3rem /* 130/100 */;
}

#certify .swiper-container {
  padding-bottom: 0.6rem /* 60/100 */;
  min-height: 400px;
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
}
.layer-mask {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: all 0.5s;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.swiper-slide-active .layer-mask {
  display: none;
}
#certify .swiper-slide {
  width: 5.6rem /* 480/100 */;
  height: 3rem /* 300/100 */;
  border-radius: 0.09rem /* 9/100 */;
  background: #fff;
  display: flex;
}
#certify .swiper-slide img {
  display: block;
  min-width: 3rem /* 254/100 */;
  min-height: 3rem /* 300/100 */;
}
#certify .swiper-slide .rightBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#certify .swiper-slide .rightBox h4 {
  font-size: 0.2rem /* 20/100 */;
  color: #666666;
}
#certify .swiper-slide .rightBox span {
  color: #999999;
  font-size: 0.2rem /* 20/100 */;
}
#certify .swiper-slide p {
  line-height: 0.98rem /* 98/100 */;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}

#certify .swiper-pagination {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.05rem /* 5/100 */;
  border: 3px solid #fff;
  background-color: #ffffff;
  width: 0.24rem /* 24/100 */;
  height: 0.24rem /* 24/100 */;
  opacity: 1;
  position: relative;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet .imgs {
  position: absolute;
  width: 0.7rem /* 70/100 */;
  height: 0.7rem /* 70/100 */;
  display: none;
  top: -0.3rem /* 30/100 */;
  left: -0.25rem /* 25/100 */;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active img {
  display: block !important;
}

#certify .swiper-button-prev {
  width: 0.45rem /* 45/100 */;
  height: 0.45rem /* 45/100 */;
  background: url(../images/left.png) no-repeat;
  background-size: 100%;
}

#certify .swiper-button-next {
  width: 0.45rem /* 45/100 */;
  height: 0.45rem /* 45/100 */;
  background: url(../images/right.png) no-repeat;
  background-size: 100%;
}
