* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: url(images/login-bg.png);
	background-size: cover;
	font-family: "PingFang SC";
}
li {
	list-style: none;
}
.login {
	/*width: 410px;*/
	margin-left: -205px;
	margin-top: -241px;
	position: fixed;
	top: 50%;
	left: 50%;
}
.login h2 {
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #fff;
}
.login h3 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}
.login-main {
	margin-top: 30px;
}
.login-box {
	height: 62px;
	margin-bottom: 32px;
	background: #fff;
}
.login-box label {
	float: left;
	width: 66px;
	height: 62px;
	text-align: center;
}
.login-box .icon1 {
	width: 26px;
	height: 30px;
	margin-top: 15px;
}
.login-box .icon2 {
	width: 26px;
	height: 30px;
	margin-top: 15px;
}
.login-box .icon3 {
	width: 29px;
	height: 22px;
	margin-top: 20px;
}
.login-box input {
	float: left;
	width: 300px;
	height: 62px;
	background: #fff;
	font-size: 18px;
	color: #999;
}
.login-box .down {
	float: right;
	width: 13px;
	height: 8px;
	margin-top: 28px;
	margin-right: 20px;
}
.login-btn {
	display: block;
	width: 100%;
	height: 62px;
	text-align: center;
	line-height: 60px;
	margin-top: 56px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	background: rgba(255,255,255,.2);
	border: 1px solid #fff;
	box-sizing: border-box;
	font-family: "PingFang SC";
    cursor:pointer;
}

/*选择身份下拉*/
.login-down {
	width: 410px;
	position: fixed;
	/*top: 500px;*/
	display: none;
}
.login-down li {
	height: 62px;
	text-indent: 40px;
	line-height: 62px;
	font-size: 18px;
	color: #999999;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box;
	cursor: pointer;
}
.login-down li:hover {
	background: #E6E6E6;
}













