@charset "utf-8";
/* CSS Document */

#certify {
	position: relative;
	width: 100%;
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: calc(100% + 20px);
	height: calc(55.6vw + 20px);
	background: #fff;
	padding:0;
	background:rgba(125,125,125, 0.5);
/*	box-shadow: 0 8px 30px #ddd;*/
}


#certify  .swiper-slide .userinfo{
    background: #00000057;
    height: 60px;
    /* bottom: 0px; */
    position: absolute;
    bottom: 0;
    width: 100%;
}


#certify  .swiper-slide .userinfo-banner{
	position: absolute;
    z-index: 30;
    left: 10px;
    bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#certify  .swiper-slide .userinfo-banner img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 20px;
}
#certify  .swiper-slide .userinfo-banner .item-nickname-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    font-weight: 300;
}

#certify  .swiper-slide .userinfo-banner .item-nickname-name .nickname{
    font-weight: 500;
}

@media (min-width: 768px) {
	#certify  .swiper-slide {
		width: 420px;
		height: 242px;
		padding:10px;
	}
	#certify  .swiper-slide .userinfo{
		bottom: 10px;
		width: calc(100% - 20px);
	}
	
}

@media (min-width: 1000px) {
	#certify  .swiper-slide {
		width: 560px;
		height: 320px;
		padding:10px;
	}
	#certify  .swiper-slide .userinfo{
		bottom: 10px;
		width: calc(100% - 20px);
	}
}
	
#certify  .swiper-slide img{
	display:block;
	width:100%
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

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

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

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

#certify .swiper-button-prev {
	left: -30px;
	width: 45px;
	height: 45px;
	background: url(/img/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(/img/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%
}