* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.picker-hide {
	display: none;
}

input,
input:focus {
	width: 100%;
	line-height: 30px;
	padding: 0 10px;
}

.picker-ifarme {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}

.picker-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	top: 0;
}

.picker-box {
	position: absolute;
	background: #ffffff;
	z-index: 10;
}

.picker-box-top {
	width: 100%;
	height: 30vh;
	left: 0;
	top: 0;
}

.picker-box-bottom {
	width: 100%;
	height: 30vh;
	left: 0;
	bottom: 0;
}

.picker-start {
	width: 100%;
	height: 50px;
	line-height: 50px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 14px;
	color: #333;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 998;
}

.picker-title {
	width: 100%;
	text-align: center;
}

.picker-btn {
	color: #999;
	height: 100%;
	width: 100px;
	text-align: center;
}

.picker-confirm {
	color: #333;
}

.picker-swiper {
	width: 100%;
	height: 100%;
	padding-top: 50px;
	box-sizing: border-box;
}

.picker-slide {
	width: 100%;
	line-height: 28px;
	text-align: center;
	opacity: 0.5;
}

.picker-slide.swiper-slide-active {
	opacity: 1;
}

.picker-check {
	position: absolute;
	left: 0;
	top: 60px;
	width: 100%;
	height: 30px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	box-sizing: border-box;
}
.mh200{
	min-height: 200px;
}