
/* CSS Document */

#stack-pic {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#stack-pic .swiper-container {
	padding-bottom: 60px;
	padding-top: 10px;
}

#stack-pic  .swiper-slide {
	width: 520px;
	height: 408px;
}
/* #stack-pic  .swiper-slide img{
	display:block;
} */
#stack-pic  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#stack-pic .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#stack-pic .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
    background-color: #d5d5d5;
    width: 30px;
    height: 4px;
	opacity: 1;
	border-radius: 2px;
}

#stack-pic .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color:#ef2a3a ;
}

/* #stack-pic .swiper-button-prev {

	background-size: 100%;
}

#stack-pic .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#stack-pic .swiper-button-next {

	background-size: 100%;
}

#stack-pic .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
} */