html{
	height: 100%;
	font-family: "HiraginoSansGB-W6";
}
body{
	height: 100%;
	position: relative;
}
/*.login-wrap{
	width: 100%;

	vertical-align: middle;
}*/
.extra{
	width: 1400px;
	height: 100%;
	background: url(../images/extra.png);
	margin: 0 auto;
}

/*.login{
	width: 590px;
	height: 618px;
	background: red;
	margin: auto;
	border-radius: 14px;
	margin-top: 140px;
}*/


/*让整个内容区随着页面的大小而垂直居中水平*/
.login-wrap{
	width:1280px;
	height: 100%;
    /*position: relative;
    z-index: 5;
    left: 0;
    right: 0;
    top: 0;
    bottom:0;
   	background: red;*/
    text-align: center;
}
.login-bg{
	width: 1280px;
	height: 100%;
	text-align: center;
	margin: 0 auto;
	/*!*position: relative;*!*/
    /*!*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%,-50%);//已加各种前缀*/
	/*-ms-transform:translate(-50%,-50%); 	!* IE 9 *!*/
	/*!*-moz-transform:translate(-50%,-50%); 	!* Firefox *!*!*/
	/*!*-webkit-transform:translate(-50%,-50%); !* Safari 和 Chrome *!*!*/
	/*!*-o-transform:translate(-50%,-50%); 	!* Opera *!*!*/
}
.login{
	width: 623px;
	height: 652px;
	border-radius: 20px;
	background: url(../images/bg.png);
	background-size:cover;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left:-311px;
 	margin-top:-326px;
   
}

.login-box{
	width: 313px;
	margin: 0 auto;
	margin-top: 86px;

}
.login-logo{
	width: 76px;
	margin: 0 auto;
	margin-bottom: 30px;
	margin-top: 60px;
}

.login-text{
	text-align: center;
	font-size: 24px;
	color: #000000;
	margin-bottom: 60px;
}

.login-form{
	width: 286px;
	margin: 0 auto;
	background: #FFFFFF;
}
.input-wrap{
	height: 37px;
	border-bottom: 1px solid #999999;
	margin-bottom: 30px;
}

.username-logo{
	width: 22px;
	height: 26px;
	float: left;
	margin-right: 20px;
}
.username{
	border: 0;
	outline: none;
	background: none;
	float: left;
	margin-top: 10px;

}
.username-display{
	width: 22px;
	height: 26px;
	float: right;
	margin-top: 3px;
}
.btn{
	border: 0;
	outline: none;
	background: none;
	width: 200px;
	height: 40px;
	background: #42388c;
	border-radius: 20px;
	font-size: 22px;
	color: #FFFFFF;
	text-align: center;
}
#eye{
	display: none;
}

/*新增加的样式*/
.newdd{
	height: 110px;
	text-align: left;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 15px;
	color: #000000;
	font-weight: 600;
}
.newspan{
	margin-bottom: 10px;
}
.newtext{
	font-size: 12px;
	color: #000000;
}
.newtext{
	font-weight: normal;
	color: #000000;
}
