header{
	width: 100%;
	background: #00A5FF;
}
.header{
	width: 100%;
	height: 80px;
	display: inline-block;
}
.logo{
	height: 44px;
	display: flex;
	line-height: 44px;
	font-size: 16px;
	color: white;
	margin-top: 18px;
	float: left;
}
.logo img{
	height: 100%;
	display: block;
	margin-right: 5px;
}
.heade{
	float: right;
	display: flex;
	margin-top: 28px;
}
.heade1{
	height: 24px;
	display: block;
	position: relative;
	margin-right: 45px;
}
.heade1 img{
	height: 100%;
	display: block;
}
.heade1:last-child{
	margin-right: 0;
}
.heade1 div{
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #EB4834;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	font-weight: 500;
	color: white;
	position: absolute;
	    right: -10px;
	    top: -5px;
}