header{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1001;
}
.header{
	width: 100%;
	height: 115px;
	display: inline-block;
}
.logo{
	height: 75px;
	display: block;
	float: left;
	margin-top: 20px;
}
.logo img{
	height: 100%;
	display: block;
}
.heade{
	width: 380px;
	height: 45px;
	background: #F5F5F5;
	border-radius: 45px;
	float: right;
	margin-top: 35px;
	padding: 5px;
	display: flex;
}
.heade input{
	border: none;
	outline: none;
	width: calc(100% - 70px);
	height: 100%;
	padding: 0 15px;
	font-size: 14px;
}
.heade button{
	border: none;
	outline: none;
	width: 70px;
	height: 100%;
	border-radius: 45px;
	background: linear-gradient(to right, #FF6500, #EB1D24);
	color: white;
	font-weight: bold;
	font-size: 16px;
}