.header{
	margin:0;
	height:66px;
	width:100%;
	min-width: 900px;
	color:#fff;
	line-height: 66px;
	background-color:#363636;
}
.disabled{
	cursor: not-allowed;
	color:#eee;
}
.header .logoDiv{
	float: left;
	height:66px;
	margin-right:30px;
}
.header .logoDiv .logo{
	height:66px;
	padding-left:45px;
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 40px 40px;
	background-position: 0 center;
	background-image: url(/gtsUser/img/userCenter/logo.png);
}

.header .logoDiv .logoText{
	font-size: 18px;
	opacity: 0.8;
}

.header ul{
	float: left;
	margin:0;
}

.header ul li,.header .loginMesg span{
	opacity: 0.6;
	margin-right:20px;
}
.header .loginMesg span{
	margin:0px;
	padding:0 10px;
	border-left: 1px solid #767676;
}
.header .loginMesg span:first-child{
	border-left:0;
}
.header ul li:hover,.loginMesg span:hover{
	opacity: 1;
}
.header ul li.active{
	opacity: 1;
}
.header .loginMesg{
	float: right;
}

.footer{
	margin:20px 20px 0;
	padding:10px;
	border-top:1px solid #e6e6e6;
    min-width: 860px;
}
.cover{
	position: fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.8);
	z-index: 1000;
}
.cover .loginDiv{
    width: 500px;
    height: 300px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -250px;;
}
.cover .loginDiv .contain{
	padding:0 80px;
}
.loginDiv .title{
	padding:10px 20px;
	background-color: #f4f7f9;
	font-size: 16px;
}
.loginDiv .inputDiv{
	margin-top:40px;
	border:1px solid #e6e7ec;
	border-radius: 5px;
}
.loginDiv .inputDiv input{
	padding-left:60px;
	border-radius: 0;
	height:40px;
}
.loginDiv .inputDiv span{
    position: absolute;
    margin-top: 10px;
    margin-left: 10px;
}
.handle{
	margin:20px 0;
}
.handle a{
	float: right;
}
.loginDiv .btnDiv{
	margin-top:20px;
	text-align: center;
}
.loginDiv .btnDiv button{
	margin-right: 10px;
	width:110px;
}