/* Write your styles */
body{
	font-size:14px;
}

.result_banner_div{
	width:100%;
	height:521px;
	background:url(../image/result_bg.jpg);
	background-size:cover;
	background-position:50% 50%;
	margin-top:0px;
	padding:1px;
	
}

.result_select_div{
	width:730px;
	height:253px;
	background:#ffffff;
	font-size:12px;
	padding-top:30px;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:160px;
	box-sizing: border-box
}

.result_select_txt_div{
	width:70px;
	text-align:right;
	float:left;
	height:32px;
	line-height:32px;
	margin-bottom:20px;
}

.result_select_input_div{
	width:250px;
	float:left;
	height:32px;
	line-height:32px;
	margin-bottom:20px;
}

.result_select_input{
	width:248px;
	margin-top:0px;
	height:32px;
	border:0px;
	line-height:32px;
	padding:2px 30px 2px 5px;
	background:transparent;
	border:solid 1px #cccccc;
	box-sizing: border-box
}

.result_select_input2{
	width:248px;
	margin-top:0px;
	height:32px;
	border:0px;
	line-height:32px;
	padding:2px 60px 2px 5px;
	background:transparent;
	border:solid 1px #cccccc;
	box-sizing: border-box;
	
}

.result_select_number{
	position:absolute;
	color:#999999;
	font-size:14px;
	margin-top:2px;
	margin-left:110px;
}

.btn_query{
	text-align:center;
	width:150px;
	height:40px;
	line-height:40px;
	background:#757575;
	color:#ffffff;
	float:left;
	font-size:16px;
	margin-left:170px;
	cursor:pointer;
}

.btn_wt{
	text-align:center;
	width:150px;
	height:40px;
	line-height:40px;
	background:#ffffff;
	color:#757575;
	border:1px solid #757575;
	float:left;
	font-size:16px;
	margin-left:20px;
	cursor:pointer;
}

