*{
	margin:0;
	padding: 0;
}
html,body{
	height: 100%;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}
.bg{
	background: url(../image/loginLogo1.jpg);
	height:100%;
	background-size:100% 100%;
}
/*header*/
.header{
	background: #fff;
	padding: 10px 0px 10px;
}
.header span{
	display: block;
	font-size: 26px;
	text-align: center;
	margin-left: 200px;
	line-height: 60px;
	letter-spacing: 2px;
	display: flex;
	align-items: center;
}
.header span img{
	margin:10px;
	margin-right: 35px;
}
/*section*/
.login{
	width: 340px;
	height: 300px;
	background: #fff;
	margin-top: 10%;
	margin-left: 60%;
	border-top: 6px solid #009688;
	box-shadow: 0 0 1px 2px #e0e0e0;
}
.loginTitle{
	width: 110px;
	line-height: 60px;
	border-top: 6px solid #ff9d02;
	margin-top: -6px;
	/*padding-left: 40px;*/
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
.loginTitle::before{
	float: left;
	content: "";
	width: 6px;
	height: 40px;
	margin-top: 10px;
	margin-right:20px;
	background: #009688;

}
.userBox,.passBox{
	width: 260px;
	height: 35px;
	display: flex;
	align-items: center;
	border:1px solid #adadad;
	margin: 0 auto;
	margin-bottom: 25px;
}
.userBox input,.passBox input{
	border:0;
	width: 180px;
	outline: none;
	font-size: 16px;
}
.userBox img,.passBox img{
	width: 20px;
	height: 20px;
	margin-left: 10px;
	margin-right: 10px;
}
.cookie{
	width: 260px;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;

}
.cookie input{
	width: 16px;
	height: 16px;
	margin-right: 4px;
	cursor: pointer;
}
.cookie label{
	font-size:14px;
	line-height: 16px;
	color: #a3a3a3;
	cursor: pointer;
}
.loginbtn{
	width: 260px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color:#fff;
	font-size: 16px;
	background: #009688;
	margin: 0 auto 0;
	cursor: pointer;
}
.message{
	width: 260px;
	height: 25px;
	/*border:1px solid red;*/
	font-size: 12px;
	color: red;
	text-align: center;
	text-indent: 10px;
	line-height: 25px;
	margin: 0 auto;

}