body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

#header {
	width: 20rem;
	height: 2.4rem;
	background-color: #4489ca;
	position: fixed;
	top: 0rem;
	left: 0;
	z-index:999;
}

.logo {
	width: 2.4rem;
	height: 2.4rem;
	display: block;
	float: left;
}

.diqu {
	width: 3.7rem;
	height: 2.4rem;
	display: block;
	float: left;
	color: #fff;
	line-height: 2.4rem;
}

.diqu .span {
	width: 3.2rem;
	height: 2.4rem;
	float: left;
	display: block;
}



marquee {
    width: 8.2rem;
	height: 2.4rem;
	color: #fff;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 2.4rem;
	margin-left: 1rem;
	font-size: 1rem;
　　white-space: nowrap;　　/* 文字不折行 */
　　overflow:-webkit-marquee;　　/* 只有设置为marquee才有滚动效果 */
   marquee-direction:left;　　/* 文字滚动方向 可选值为left | right | up | down */
   marquee-speed:normal;　　/* 文字滚动速度 可选值为slow | normal | fast */
   marquee-style:scroll;　　/* 文字滚动方式 可选值为scroll | slide | alternate */
　　marquee-repetition:infinite; 　　/* 文字滚动次数 number | infinite ， infinite即无限次循环滚动 */

}
.denglu {
	width: 2.667rem;
	height: 2.4rem;
	color: #fff;
	display: block;
	float: right;
	line-height: 2.4rem;
}
.mine{
	width:2.4rem;
	height:2.4rem;
	display: block;
	float: right;
}
