<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0.6rem auto 0;
	/* padding:0 0.3rem; */
	box-sizing: border-box;
}

#certify .swiper-container {
	padding-bottom: 0.4rem;
	/* padding-left:0.3rem; */
}

#certify  .swiper-slide {
	width: 4.4rem;
	height: 2.74rem;
	opacity: 0.5;
	/* background: #fff; */
	/* box-shadow: 0 8px 30px #ddd; */
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height:0.4rem;
	padding-top: 0;
	font-size: 0.24rem;
	margin: 0;
	padding-left:1.05rem;
	background:url(../img/list_style.png) left 0.85rem center no-repeat;
	background-size:4px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 0px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	/* border: 3px solid #fff; */
	background-color: #b9b9bb;
	width: 6px;
	height: 6px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	/* border: 3px solid #00aadc; */
	background-color: #fb8050;
}

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: -30px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}</pre></body></html>