* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	background: url(images/loginBg.png);
	background-size: cover;
	font-family: "PingFang SC";
}
li {
	list-style: none;
}
.login {
	/*width: 410px;*/
	position: fixed;
	/*margin-left: -205px;
	margin-top: -241px;
	top: 40%;
	left: 50%;*/
    background-color:#fff;
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.05);
    border-radius:4px;
    right:10%;
    top:50%;
    margin-top:-260px;
}
/*广告位*/
.advertising{
    width:300px;
    height:520px;
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.05);
    float:left;
}
.advertising .imageBox{border-radius:4px 0 0 4px;width:100%;height:100%;}

.login .login-panel{
    float:right;
    margin:0 20px;
}
.login .logo{
    width:100%;
    height:80px;
    text-align:center;
    margin-top:20px;
}
.login .logo img{width:80px;height:80px;border-radius:40px;}
.login h2 {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	/*color: #fff;*/
    color:#000;
}
.login h3 {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	/*color: #fff;*/
    color:#000;
}
.login-main {
	margin-top: 10px;
}
.login-box {
	height: 52px;
	margin-bottom: 12px;
	background: #fff;
    border:1px solid #e3e8f0;
    box-shadow: 0 0 20px 0 rgba(12,1,4,0.05);
}
.login-box label {
	float: left;
	width: 66px;
	height: 52px;
	text-align: center;
}
.login-box .icon1 {
	width: 17px;
	height: 20px;
	margin-top: 15px;
}
.login-box .icon2 {
	width: 17px;
	height: 20px;
	margin-top: 15px;
}
.login-box .icon3 {
	width: 17px;
	height: 16px;
	margin-top: 19px;
}
.login-box input {
	float: left;
	width: 300px;
	height: 52px;
	background: #fff;
	font-size: 15px;
	color: #999;
}
.login-box .down {
	float: right;
	width: 10px;
	height: 6px;
	margin-top: 26px;
	margin-right: 22px;
}
.login-btn {
	display: block;
	width: 100%;
	height: 52px;
	text-align: center;
	line-height: 50px;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	/*background: rgba(255,255,255,.2);*/
    background:rgba(0,0,0,0.8);
	border: 1px solid #fff;
	box-sizing: border-box;
	font-family: "PingFang SC";
    cursor:pointer;
}

/*选择身份下拉*/
.login-down {
	width: 410px;
	position: fixed;
	/*top: 500px;*/
    margin-top:-12px;
	display: none;
    border:1px solid #e3e8f0;
}
.login-down li {
	height: 52px;
	text-indent: 40px;
	line-height: 52px;
	font-size: 18px;
	color: #999999;
	background: #fff;
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box;
	cursor: pointer;
}
.login-down li:hover {
	background: #E6E6E6;
}













