﻿@charset "utf-8";
/* CSS Document */
.swiper-container{
	width:100%;	
	-webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -ms-perspective: 1200px;
    perspective: 1200px;
}
.swiper-wrapper{
	margin-top:.2rem;
	margin-bottom: .2rem;
	height: 3.2rem!important;
	}
.swiper-slide{
	width:7rem;
	height: 3.2rem!important;
	 -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-slide-active {
}
.swiper-slide-next{
	opacity: 1!important;
}
.swiper-slide-prev{
	opacity: 1!important;
}
.swiper-slide .main-img{
	width:6.8rem;
	height: 3.2rem;
	margin:0 auto;
	display:block;
	border-radius: .1rem;
	-moz-border-radius: .1rem;
}
.swiper-slide-prev .main-img{
	height: 2.92rem!important;
	margin-top: .14rem;

}
.swiper-slide-next .main-img{
	height: 2.92rem!important;
	margin-top: .14rem;
}
