body,html{
	height:100%!important;
	min-width: 1200px;
}
header{
	height: 60px;
	background: #1B1F22;
	color: #fff;
	font-size:14px;	
}
.vistaBox{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	right: 0;
	display: none;
}
.vistaBox .fa-close{
	color: #fff;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
	width: 50px;
	position: absolute;
	right: 0;
	background: #e05d5d;
	cursor: pointer;
	top: 0;
}
.header{
	min-width: 1200px;
	margin: 0 auto;
	height: 60px;
	width: 100%;
	line-height: 60px;
	font-size: 14px;
}
.header .logo{
	width: 285px;
	height: 60px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
}
.header .navBox{
	height: 60px;
	float: left;
	font-size: 14px;
	line-height: 60px;
}
.header .navBox span{
	display:inline-block;
	padding:0 10px;
	cursor: pointer;
	margin-left: 20px;
}
.header .navBox .fa{
	margin-right: 5px;
}
.header .navBox .active{
	color: #fffd4a;
}
.header .navBox span:hover{
	color: #fffd4a;
}
.header .user{
	line-height: 20px;
	padding: 10px 0;
	font-size: 12px;
	text-align: right;
}
.header .user span{
	display: inline-block;
	padding-right: 15px;
}
.header .user .fa{
	margin-right: 5px;
}
.header .user .userCenter.active{
	color: #fffd4a;
}
.header .user .loginout,
.header .user .changePass,
.header .user .userCenter,
.header .user .message{
	cursor: pointer;
}
.header .user .changePass:hover,
.header .user .userCenter:hover,
.header .user .message:hover{
	color: #fffd4a;
}
.header .user .loginout:hover{
	color: #f95b7c;
}