.selectList select option{
	height: 20px !important;
}
#overlay {
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;  
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100; 
    display:none;
}
/*
.button{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 200px;
	height: 50px;
	background: pink;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
*/



.container{
	position: absolute;
	top: 100px;
	bottom: 0;
	left: 0;
	right: 0;
	flex-direction: row;
	left: 50px;
	width: 840px;
	height: 420px;
	margin: auto;
	display: none;
	background: #fff;
	border: 1px solid #ccc;
	z-index: 101;
}
.left{
	background: url('../images/left.png') no-repeat;
	background-size: cover;
	width: 550px;
	height: 420px;
}

.right{
	position: relative;
	display: inline-block;
	width: 420px;
	height: 420px;
	padding: 65px 55px 65px;
}
.del{
	position: absolute;
	background: url('../images/close.png');
	background-size: cover;
	width: 27px;
	height: 27px;
	right: 10px;
	top: 17px;
	cursor: pointer;
}
.list{
	width: 318px;
	font-size: 15px;
}
.title{
	position: relative;
}
.title_sign{
	position: absolute;
	top: 2px;
	left: 65px;
	color: #fca8a8;
}
.selectList{
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}
.selectList select{
	width: 150px;
	height: 25px;
	margin-right: 15px;
}
.input{
	width: 312px;
	height: 33px;
	margin-top: 20px;
	position: relative;
}
.input input{
	width: 310px;
	height: 30px;
	text-indent: 10px;
	color: #afafaf;
	font-size: 15px;
}
.must{
	position: absolute;
	right: 10px;
	top: 7px;
	color: #ffadb0;
}
.selecttime{
	display: flex;
	flex-direction: row;
	margin-top: 20px;
	z-index: 99;
}
.date{
	z-index: 100;
}
.time{
	width: 150px;
	height: 34px;
	margin-left: 15px;
}
.time select{
	width: 100%;
	height: 34px;
}


.btn{
	width: 200px;
	height: 40px;
	background: #fca8a8;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin-left: 50px;
	margin-top: 30px;
}
.explain{
	margin-top: 20px;
	color: #989898;
	font-size: 12px;
	width: 227px;
	margin-left: 40px;
	text-align: center;
	
}
.explain span{
	line-height: 22px;
}