
.swiper-container {
	width: 100%;
	    background-color: white;
}
.swiper-wrapper {
	height: 100%;
}


.swiper-slide-active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 1;
	margin-bottom: 0.2rem;
}
.swiper-slide .inner {
	height: 2rem;
    width: 2rem;
    border-radius: 100%;
    display: inline-block;
	/*padding: 20px 20px 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagination {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 1rem;
    height: 1rem;
	z-index: 20;
	    background-color: #f4f4f4;
}
.swiper-pagination-switch {
	vertical-align: middle;
	display: inline-block;
	    width: 0.3rem;
    height: 0.3rem;
	border-radius: 100%;
	background: #fff;
	/*background: #000;*/
	cursor: pointer;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-ms-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	margin: 0 0.18rem;
}

.swiper-visible-switch {
	background: #fff;
	
}
.swiper-active-switch {
	background: #cccccc;
}

.bi{
	    font-size: 0.4rem;
    position: absolute;
    bottom: -0.2rem;
        width: 2rem;
    left: 0.45rem;
    padding-bottom: 0.3rem;
    height: 1rem;
    text-align: center;
}
.more{
	position: absolute;
	    top: 5.65rem;
    right: 0.3rem;
    z-index: 25;
}
.mo{
	display: inline-block;
	background: url(../images/more-01.png) no-repeat;
	background-size: 100%;
	width: 1.5rem;
	height: 0.5rem;
}
 .swiper-container {
        width: 100%;
        height: 1.3rem;
        
    }
    .swiper-slide {
        text-align: center;
       
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
       
    }
    .swiper-slide img{
        text-align: center;
      	width: 2.9475rem;
      	height: 2.9475rem;
    
        border-radius: 100%;
      
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-transition: 300ms;
		-moz-transition: 300ms;
		-ms-transition: 300ms;
		-o-transition: 300ms;
		transition: 300ms;
		-webkit-transform: scale(0.75);
		-moz-transform: scale(0.75);
		-ms-transform: scale(0.75);
		-o-transform: scale(0.75);
        transform: scale(0.75);
    }
    .swiper-slide-next img{
    	transform: scale(0.95);
    	
    }