    .swiper-container {
        width: 100%;
        height: 100%;
     padding-bottom:120px;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        
        /* Center slide text vertically */
        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-pagination-bullet{ background:#FFFFFF; width:0.17rem; height:0.17rem;}
	/*.swiper-pagination{ text-align:right; padding-right:0.3rem; background:url(../image/s.png); height:0.4rem;}*/
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{ bottom:120px;  }
	.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:0.1rem 5px;}
	

	
	.swiper-button-prev{  width:0.65rem; height:0.65rem; left:-0.1rem; margin-top:-0.32rem; }
	.swiper-button-next{  width:0.65rem; height:0.65rem; right:-0.1rem; margin-top:-0.32rem;}
	
	.swiper-add-title{height:110px; width:100%; position:absolute; bottom:-120px; text-align:left;
	overflow : hidden;


	}