        .swiper1 { width: 100%; }
			
			.swiper1 .selected { color: #ec5566; border-bottom: 2px solid #ec5566; }
			
			.swiper-slide{height:50%;}
			
			.swiper1 .swiper-slide { 
			text-align: center; 
			font-size: 16px; 
			height: 50px; 
			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;
				cursor: pointer;
				color:#333;
			}
			.swiper2 { width: 100%; }
			.swiper2 .swiper-slide { height: calc(100% - 0px); color: #fff; text-align: center; box-sizing: border-box !important; overflow-x: hidden !important; }