<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: 1200px;

	margin: 0 auto

}



#certify .swiper-container {

	padding-bottom: 60px;

}



#certify  .swiper-slide {

	width:400px;

	height:300px;

	background: #fff;

	box-shadow: 0 8px 30px #ddd;

}

#certify  .swiper-slide img{

	display:block;

}

#certify  .swiper-slide p {

	line-height: 98px;

	padding-top: 0;

	text-align: center;

	color: #636363;

	font-size: 1.1em;

	margin: 0;

}

</pre></body></html>