
.swiper-nav {
	padding:0; float:left; background-color:#eeeeee; padding:.8rem 1.5rem; width:100%;
}


.swiper-nav a:link{color:#fff;}
.swiper-nav a:visited{color:#fff;}
.swiper-nav a:hover{color:#ccc;}

.swiper-slide a.baidi{ -moz-box-shadow:-.2rem .2rem .2rem #666 inset; /* 老的 Firefox */ box-shadow:-.2rem .2rem .2rem #777 inset; border-radius:.2rem; background-color:#fff; padding:.2rem 1.5rem; color:#777; }
.swiper-slide a.zhengchang{  padding:.2rem 1.5rem; color:#777; }
.swiper-pages {
	height: 100%;
}
.scroll-container {
	height: 100%;
	width: 100%;
}
.scroll-container .swiper-slide {
	width: 100%;
}
.page-inner {
	padding: 15px 20px;
}



/* Gallery */
.swiper-gallery {
	width: 100%;
	height: 100%;
}
.swiper-gallery .swiper-slide {
	width: 100%;
	position: relative;
	text-align: center;
}
.swiper-gallery .swiper-slide img {
	opacity: 0.2;
	width: auto;
	height: auto;
	max-width: 100%;
	-webkit-transition: 1000ms;
	-moz-transition: 1000ms;
	-ms-transition: 1000ms;
	-o-transition: 1000ms;
	transition: 1000ms;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.swiper-gallery .swiper-slide-visible img {
	opacity: 1;
}

/* Scrollbars */
.swiper-scrollbar {
	position: absolute;
	right: 5px;
	top: 2%;
	width: 5px;
	height: 96%;
	background: rgba(0,0,0,0.2);
	z-index: 10;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(255,255,255,0.5);
	border-radius: 10px;
}
