@charset "utf-8";
/* CSS Document */
body{
	margin:0;}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 67px;
}
#certify .swiper-container:hover{
  cursor: pointer;
}
#certify  .swiper-slide {
	width: 400px;
	height: 440px;
	background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(90deg, #FEFEFF 0%, #e6ebf9 100%);
}
#certify  .swiper-slide div{
  height: 45px;
  font-size: 32px;
  font-weight: 500;
  color: #35394E;
  line-height: 45px;
}
#certify  .swiper-slide .bot-it-img{
	width: 69px;
  height: 74px;
  margin-top: 44px;
  margin-bottom: 31px;
}
#certify  .swiper-slide p {
  width: 325px;
	font-size: 18px;
  font-weight: 400;
  color: rgba(50, 70, 92, 0.65);
  margin-top: 19px;
  line-height: 40px;
  text-align: center;
}
#certify span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(47, 57, 83, 0.65);
  line-height: 40px;
  position: relative;
  width: 150px;
  margin-top: 19px;
}
#certify span::after {
  content:'';
  position: absolute;
  left: -12px;
  top: 15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #3F85FF;
}
.bot-footer {
  position: absolute;
  left: 500px;
  bottom: 100px;
  margin-top: 67px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.size {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 45px;
}
.swiper-button-prev {
	left: -30px;
	width: 40px;
  background: none;
	height: 40px;
}
.swiper-button-next {
	right: -30px;
	width: 40px;
	height: 40px;
  background: none;
}