body{
	width:100%;
	height:100%;
	overflow: hidden;
}
.bj_img{
	width:100%;
	height:100%;
	position: fixed;	
}
.resetting{
	width:465px;
	height:417px;	
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -232px;
	margin-top: -208px;
	background:url(../images/login/resettingBJ.png) 0 0 no-repeat;
}
.resettingTop{
	height:56px;
	line-height:56px;
	padding-left:65px;
	color:#fff;
	font-size:20px;
}
.resettingBox{
	display:none;
}
.resetting .current{
	display:block;
}
.information{
	width:377px;
	height:31px;
	position: relative;
	margin:27px auto 40px;
}
.informationF{
	margin-bottom:28px;
}
.information span{
	width:105px;
	color:#fff;
	display:inline-block;
}
.information span i{
	color:red;
}
.information input{
	width:258px;
	height:30px;
	padding-left:5px;
	border:1px solid #949494;
}
.code{
	width:264px;
	display: inline-block;
	position: relative;
}
.information .passAgain{
	width:84px;
	height:28px;
	position: absolute;
	top:1px;
	right:7px;
	border:0;
	background:#4d93c6;
	color:#fff;
	cursor:pointer;
	border-left: 1px solid #949494;
}
.passCode{
	width:84px;
	height:28px;
	position: absolute;
	top:1px;
	right:7px;
	border:0;
	border-left: 1px solid #949494;
	color:#fff;
	cursor:pointer;
}
.informationBtn{
	width:373px;
	margin:0 auto;
}
.informationBtn button{
	padding:8px 35px;
	background:#66bd78;
	color:#fff;
	margin-left:51px;
	cursor:pointer;
}
.passwordJ{
	margin:95px 0;
}

.nameError , .phoneError , .codeError , .VerificationCodeError{
    display: block;
    color: #fff;
    font-size: 12px;
    padding-top: 2px;
    background: url("../images/login/error.png") no-repeat 4px 4px;
    height: auto;
    padding-left: 23px;
}
.information .location{
	position: absolute;
	top: 35px;
	left: 106px;
	display: inline-block;
	width: 100%;
}
.code .location{
	left:-2px;
}