/**{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	text-decoration: none;
	color: #333;
}
ul,li{
	list-style: none;
}*/
.sel-box{
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 999;
	padding-top: 10px;
	/*padding-left: 50px;*/
	box-sizing: border-box;
	background-color: white;
}
.sel-content{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
select{
	width: 200px;
	margin-right: 10px;
}
#search_btn{
	width: 50px;
	height: 30px;
	border: 1px solid #eee;
	background-color: #eee;
	outline: none;
	cursor: pointer;
}






















