@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	max-width: 768px;
	margin: 0 auto
}

#certify .swiper-container {
	position: relative;
	padding-top: 90px;
}

#certify .swiper-slide {
	width: 474px;
	height: 267px;
	background: #fff;
}
#certify  .swiper-slide img{
	display:block;
	width: 100%;
	height: 100%;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-slide-active {
	position: relative;
	border: 3px solid #000000;
	box-shadow: -2px 1px 29px 0px rgba(153,153,153,0.60); 
}
#certify .swiper-slide-prev,
#certify .swiper-slide-next {
	background-color: #fff;
	border: 3px solid rgba(13, 13, 13, .6);
	box-shadow: 0px 1px 9px 0px rgba(215,213,213, .3); 
}
#certify .swiper-slide-prev img,
#certify .swiper-slide-next img {
	opacity: .6;
}

/* 切换部分 */
#certify .swiper-pagination {
	width: 100%;
	top: 0px;
	left: 50%;
	bottom: unset;
	transform: translateX(-50%);
	font-size: 0;
	z-index: 30;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	box-sizing: border-box;
	width: calc(33.33% - 10px);
	height: 28px;
	line-height: 26px;
	border: solid 1px #231815;
	background-color: #f7f7f7;
	margin: 0 5px 10px 5px;
	border-radius: 25px;
	text-align: center;
	opacity: 1;
	color: #888888;
	font-size: 14px;
	font-weight: 700;
	outline: none;
	box-shadow: none;
}
#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #ff9b00;
    color: #000;
	outline: none;
	box-shadow: none;
}


@media screen and (max-width: 768px) {
	#certify .swiper-slide {
		width: 444px;
		height: 237px;
		background: #fff;
	}
	#certify .swiper-slide-active .unisoc-case-m__loupe-btn {
		width: 22px;
		height: 22px;
		background-size: 100%;
		position: absolute;
		right: 8px;
		bottom: 8px;
		z-index: 2;
    	background-image: url(../images/icon-loupe-btn.png);
	}
}

@media screen and (max-width: 600px) {
	#certify .swiper-slide {
		width: 260px;
		height: 170px;
		border: 3px solid rgba(13, 13, 13, .6);
    	box-shadow: 0px 1px 9px 0px rgb(215 213 213 / 30%);
	}
	#certify .swiper-slide-active {
		border: 3px solid #000000;
		box-shadow: -2px 1px 29px 0px rgba(153,153,153,0.60); 
	}
}
