



.w750 {

	max-width: 750px;

	margin: 0 auto;

	overflow: hidden;

	background-color: #f5f5f5

}



.selectData .swiper-container,

.selectData {

	height: 125px;

}





@keyframes fadeInUp1 {

	100% {

		bottom: 0

	}

}



.select_box {

	display: none;

	position: fixed;

	left: 0;

	top: 0;

	z-index: 9999;

	right: 0;

	bottom: 0;

	background-color: rgba(0, 0, 0, .5);

	-webkit-transition: all .5s;

	-moz-transition: all .5s;

	-ms-transition: all .5s;

	-o-transition: all .5s;

	transition: all .5s

}



.select_box.yes {

	display: block

}



.select_box .select {

	height: 175px;

	overflow: auto;

	text-align: center;

	padding:40px 5px 10px;

	position: absolute;

	left: 0;

	right: 0;

	bottom: -100%;

	background-color: #fff

}



.select_box.yes .select {

	animation: fadeInUp1 .3s ease-out;

	animation-fill-mode: forwards

}



.select_box.yes .select .close,

.select_box.yes .select .ok {

	color: #333;

	font-size: 16px;

	position: absolute;

	top: 10px;

}



.select_box.yes .select .close {

	left: 10px;

}



.select_box.yes .select .ok {

	right: 10px;

}



.select_box.yes .select .cloth {

	position: absolute;

	height: 31px;

	top: 50px;

	left: 0;

	right: 0;

	background-color: rgba(0, 0, 0, .05)

}







.selectData{

	font-size: 7px;

}





.selectData .swiper-slide {

	height: 35px;

	line-height: 35px;

	font-size: 15px;

	color: #ccc

}





.selectData .swiper-slide-prev,

.selectData .swiper-slide-next {

	font-size: 18px;

	color: #898b8f

}



.selectData .swiper-slide-active {

	font-size: 20px;

	color: #191919

}

