body,html { width:100%; height:100%; margin:0px; padding:0px;}
body{
	font-family:\5FAE\8F6F\96C5\9ED1;
	position:relative;
	overflow:hidden;
	background: url(../images/sbg.png) center bottom no-repeat #02152e;
}
.loginMenu {
	position: absolute;
	right: 14px;
	top: 17px;
	width: 25px;
	height: 18px;
	}
.loginMenu div {
	width: 25px;
	height: 3px;
	background-color: #fff;
	margin-bottom: 3px;
	}
.loginWindow {
	width: 400px;
	height: 490px;
	background: rgba(0,59,96,.73);
	border-radius: 20px;
	position: absolute;
	left: 50%;
	margin-left: -200px;
	top: 50%;
	margin-top: -350px;
	box-shadow: 0px 0px 40px #000;
	z-index: 3;
}
.loginBg {
	width: 1678px;
	height: 950px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -839px;
	margin-top: -475px;
	background-image: url(../images/mbg.png?0.1);
}
.loginTit {
	font-weight: normal;
	text-align: center;
	font-size: 32px;
	margin-top: 52px;
	margin-bottom: 22px;
	line-height: 43px;
	color: #fff;
}
.inputBox {
	width: 320px;
	height: 50px;
	border-radius: 26px;
	background-color: #fff;
	border: 2px #35678d solid;
	box-shadow: 0px 0px 13px #77dff2;
	position: relative;
	margin: 0px auto;
	}
.inputBox p {
	padding-left: 30px;
	font-size: 16px;
	line-height: 22px;
	border-right: 1px #ccc solid;
	margin-top: 14px;
	width: 47px;
	color: #999;
	}
.inputBox input{
	height: 40px;
	position: absolute;
	z-index: 1;
	left: 80px;
	top: 4px;
	line-height: 40px;
	font-size: 16px;
	padding-left: 10px;
	padding-top: 2px;
	border-radius: 5px;
	width: 210px;
	color: #637583;
	}
.inputM36 {
	margin-top: 36px;
	}
.inputM14 {
	margin-top: 14px;
	}
.loginWindow button {
	width: 185px;
	height: 50px;
	background-color: #023164;
	border-radius: 31px;
	color: #fff;
	font-size: 16px;
	margin: 21px auto 39px auto;
	cursor: pointer;
	}
.links {
	width: 320px;
	margin: 0px auto;
	color: #fff;
	font-size: 12px;
	padding-top: 3px;
	}