@charset 'utf-8';
.header{
	
	height: 44px;
	background-color:#f8f8f8;
}
.header div{
	width:1150px;
	margin:0 auto;
	line-height: 44px;
}
.header img{
	vertical-align: middle;
}
.header span{
	font-size: 14px;
	color:#757474;
}
.header span:last-of-type{
	color:#26a1ff;
}