*{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.wrapper.minWrap{
	padding-top:5px;
	/*padding-top:20px;*/
}
input{
	background:none;
	border:none;
	outline:none;

}
a{
	text-decoration:none;
	color:#333;
}
ul,li,ol{
	list-style:none;
}
html,body{
	zoom:1;
	width:100%;
	height:100%;
	color:#333;
}
.wrapper{
	padding-top:100px;
	width:100%;
	min-width:1324px;
}
.loginHead{
	padding-left:18.75%;
	padding-bottom: 74px;
	height:48px;
}
.loginHead *{
	float:left;
	line-height:48px;
}
.loginHead span{
	padding-left:100px;
	/*padding-left:30px;*/
	font-size:24px;
	font-weight:bolder;
}
.loginBox{
	width:100%;
	background:#1881e3;
	position:relative;
}
.loginDetail{
	width:280px;
	position:absolute;
	right:9.5%;
	top:45px;
	background:#fff;
	height:420px;
}
.loginG{
	margin-top: -3%;
	margin-left: -2%;
	position:relative;
	/*margin-top:-1%;*/
	/*margin-bottom:-3%;*/
	left:18.75%;
}
.loginNav{
	width:100%;
	height:43px;
	font-size:14px;
}
.loginNav li{
	float:left;
	width:50%;
	background:#e5e5e5;
	text-align:center;
	line-height:43px;
	color:#333;
	cursor:pointer;
}
.loginNav li.cur{
	background:#fff;
}
.loginNavDetail{
	width:100%;
	margin-top:30px;
}
.frame1{
	text-align:center;
	font-size:18px;
}
.frame1 .qpCode{
	width:200px;
	height:200px;
	margin:25px auto;
	margin-bottom:24px;
	position:relative;
}
.frame1 img{
	width:100%;
	height:100%;
}
.frame1 .sysLose{
	display:none;
}
.frame1 .sysLose,.frame1 .sysLose i{
	position:absolute;
	width:100%;
	height:100%;
	font-size:16px;
	top:0;
	left:0;
}
.frame1 .sysLose i{
	background:#fff;
	opacity:0.7;
}
.frame1 .sysLose .refresh{
	width:150px;
	position:absolute;
	background:#1d87eb;
	height:42px;
	font-size:16px;
	line-height:42px;
	text-align:center;
	color:#fff;
	border-radius:6px;
	bottom:30px;
	left:25px;
	cursor:pointer;
}
.frame1 .sysLose span{
	position:absolute;
	bottom:92px;
	width:100%;
	left:0;
	color:#000;
}
.frame1 p.sys{
	width:155px;
	margin:0 auto;
	line-height:26px;
	font-size:14px;
	text-align:left;
	padding-left:55px;
	_width:160px;
}
.frame2 p{
	position:relative;
	margin:20px auto;
	font-size:14px;
	margin-bottom:0;
	_margin-left:25px;

}
.frame2 p.noMargin{
	line-height:16px;
	margin-top:0px;
	height:auto;
}
.frame2{
	display:none;
}
.frame2 span{
	position: absolute;
	width:66px;
	color:#acacac;
	z-index: 9;
	border-right: 1px #ddd solid;
	text-align:center;
}
.frame2 input,.frame2 p{
	width:230px;
	height:40px;
	line-height:40px;
}
.frame2 input{
	position: absolute;
	top:0;
	left:0;
	border:1px solid #ddd;
	padding-left:70px;
	padding-right:10px;
	*width:142px;
	_width:230px;
}
.frame2 input:focus{
	border-color:#1881e3;
}
.frame2 input.yzm{
	width:130px;
	padding:0 10px;
	*width:110px;
	_width:130px;
}
.frame2 i.getYzm{
	position:absolute;
	width:97px;
	height:40px;
	right:0;
	top:0px;
}
.frame2 i.getYzm img{
	width:100%;
	height:100%;
	cursor:pointer;
}
.frame2 .loginBtnP{
	margin-top:10px;
}
.frame2 .loginBtn{
	width:100%;
	height:40px;
	background:#1d87eb;
	line-height:40px;
	text-align:center;
	padding:0;
	color:#fff;
	border:none;
	border-radius:5px;
	cursor:pointer;
}
.frame2 div.changePsw{
	text-align:center;
	margin-top:20px;
}
.frame2 div.changePsw a{
	color: #1d87eb;
	font-size:14px;
}
@media screen and (max-width:1325px) {
	.wrapper{
		min-width:1024px;
	}
	.loginG{
		left:3%;
	}
	.loginDetail{
		right:3.5%;
	}
	.loginHead{
		padding-left:4%;
	}

}
