.login{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/login.jpg) no-repeat center;
	background-size: cover;
}
.login .top{
	height: 28px;
	line-height: 28px;
	background:#000000;
	overflow: hidden;
}
.login .w{
	width: 1280px;
	margin: 0 auto;
}
.login .top h2{
	float: left;
	font-size: 12px;
	color:#fff;
}
.login .top h3{
	float: right;
	font-size: 12px;
	color:#fff;
}
.login .content{
	width: 382px;
	height: 382px;
	background:rgba(0,0,0,.8);
	border-radius: 5px;
	position: absolute;
	top:30%;
	right:20%;
	overflow: hidden;
}
.login .content h2{
	font-size: 18px;
	color: ffffff;
	text-align: center;
	margin-top:55px;
	color: #fff;
}
.login .content ul{
	width: 100%;
	margin-top: 40px;
}
.login .content ul li{
	height: 40px;
	width: 308px;
	position:relative;
	margin: 0 auto;
	margin-bottom: 32px;
}
.login .content ul li input{
	display: block;
	margin: 0;
	padding: 0;
	background:#fff;
	border: none;
	height: 100%;
	width: 100%;
	line-height: 40px;
	text-indent: 50px;
}
.login .content ul li label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/zh.jpg) no-repeat;
	background-size:100%;
}
.login.pw .content ul li label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/mm.jpg) no-repeat;
	background-size:100%;
}
.login .content ul li:nth-child(2) label{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: url(../images/mm.jpg) no-repeat;
	background-size:100%;
}

.login .content button{
	display: block;
	width: 308px;
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	background:#00573b;
	margin: 0 auto;
	border: none;
	color: #fff;
	border-radius: 5px;
}
.login .content button:active{
	background:#00572b;
}

.w100 {
	width: 100px;
}