#nav-position{
	position:absolute;
	z-index:1;
	top:0;
	width: 100%;
	height: 750px;
	background: url(../../img/pc/login-pic-1.png) no-repeat center center;
	background-size: cover;
}
#nav-position .web-posi{
	width:1080px;
	margin: 0 auto;
	color: #fff;
	line-height: 4;
	color: rgb(255, 255, 255);
	font: 16px 微软雅黑;
	padding-top: 30px;
}
#footer{
	padding-bottom: 30px;
}

.login-con{
	width: 1080px;
	margin: 0 auto;
	position: relative;
}
.login-area{
	width: 382px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	border-radius: 20px;
	right: 0;
	top: 200px;
}
.login-area ul{
	width: 362px;
	margin: 0 auto;
	margin:10px;
	/*background:#fff;*/
	padding:20px;
	box-sizing: border-box;
}
.login-area ul li{
	padding:8px 0;
}
.login-area ul h2{
	text-align:center;
	font-size: 22px;
	color: #333;
}
.log-info{
	text-align:center;
}
.log-info input{
	border: 1px solid #999;
	height: 36px;
	width: 80%;
	line-height: 36px;
	border-radius: 4px;
	text-indent: 6px;
	margin-bottom:10px;
}
.log-info span{
	color:#ff0000;
}
.log-info i{
	display: inline-block;
	width: 14px;
	height: 14px;
	border:1px solid #999;
	vertical-align: middle;
	margin-right: 10px;
	cursor: pointer;
}
.log-info i.remember{
	background: url(../../img/icon/yes-icon.png) no-repeat center center;
	background-size: contain;
}
.log-info label{
	font-size: 14px;
	cursor: pointer;
}
.log-btn input{
	display:block;
	margin:0 auto;
	height: 36px;
	width: 40%;
	line-height: 36px;
	border-radius: 4px;
	background:#143470;
	color: #fff;
	letter-spacing: 6px;
	text-align: center;
	font-size: 16px;
}
.log-btn a{
	color:#143470;
	font-size: 14px;
	margin-top: 8px;
}
.log-btn a.register{
	float: left;
}
.log-btn a.forget-pw{
	float: right;
}
.log-btn .reg-notice{
	line-height: 2;
	font-size: 12px;
	text-align: center;
}
.log-btn .reg-notice a{
	color: #1a4875;
	font-size: 12px;
}
.log-btn .reg-notice a:hover{
	text-decoration: underline;
}
.reg-num div{
	border:1px solid #999;
	border-radius: 4px;
	height: 30px;
	line-height: 30px;
	padding:4px 0;
	width:80%;
	margin: 0 auto;
	margin-bottom: 8px;
}
.reg-num input{
	text-indent: 6px;
}
.reg-num span{
	display: inline-block;
	border-left: 1px solid #999;
	/*padding-left: 9%;*/
	font-size: 14px;
	cursor:pointer;
	text-align: center;
}
#footer{
	margin-top: 608px;
}