html, body, .wrap { 
    height:100%; 
}
.wrap {
    height:auto; 
    min-height:100%; 
    _height:100%; 
    background:#3fb0ff url(../images/bg.png) no-repeat center center;
    background-size: cover; 
    color:#000; 
    position: relative;
}

/*登录方式导航start*/
.login-method{
	position: absolute;
	width:70px;
	left:-100px;
	top:50px;
}
.login-method li{
	text-align: right;
	margin-bottom: 24px;
	font-size: 18px;
}
.login-method li a{
	color:#fff;
	opacity: 0.7;
	filter:alpha(opacity="70");
}
.login-method li a:hover{
	opacity: 1;
	filter:alpha(opacity="100");
}
.login-method li.active a{
	opacity: 1;
	filter:alpha(opacity="100");
	-webkit-text-shadow: 3px 2px 5px #666;
	-moz-text-shadow: 3px 2px 5px #666;
	-ms-text-shadow: 3px 2px 5px #666;
	-o-text-shadow: 3px 2px 5px #666;
	text-shadow: 3px 2px 5px #666;
}
.caret{
  position: absolute;
  top: 46px;
  left:-15px;
  width: 0;
  height: 0;
  border-right: 16px solid #fff;
  border-top: 16px solid transparent;
  border-left:0;
  border-bottom:16px solid transparent;
  z-index: 2;
}
/*登录方式导航end*/

.login-main{
	width:830px;
	height: 535px;
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px  #888;
	-moz-box-shadow: 3px 3px 5px  #888;
	-ms-box-shadow: 3px 3px 5px  #888;
	-o-box-shadow: 3px 3px 5px  #888;
	box-shadow: 3px 3px 5px  #888;
	position: absolute;
	left:50%;
	top:50%;
	margin-left: -415px;
	margin-top: -267px;
}
.main-left{
	width:502px;
	float:left;
	height:535px;
	position: relative;
}

.main-left h2{
	padding:50px 50px 20px 50px;
	color: #ccc;
	font-size: 24px;

}
.main-left h2 a{
	color:#ccc;
	cursor: pointer;
}
.main-left h2 a.active{
	color: #53b6ff;

}

.main-left .login,
.main-left .reg{
	padding:10px 50px;
}
.main-left .reg{
	display:none;
}
.login .error-tip,
.reg .error-tip{
	color:#f00;
	font-size: 14px;
	margin-bottom: 16px;
}
.login label,
.reg label{
	display:block;
	width:100%;
	position: relative;
	margin-bottom: 16px;
}
.login label input,
.reg label input{
	width:100%;
	padding:16px 10px 16px 50px;
	border-radius: 5px;
	border:1px solid #ccc;
	font-size: 16px;
	
}
.login label i,
.reg label i{
	position: absolute;
	left:0;
	top:0;
	display:block;
	width:45px;
	font-size: 30px;
	color:#ccc;
	text-align: center;
	line-height:52px;
}
.login label i.active,
.reg label i.active{
	color: #3fb0ff;
}
.login label i.icon-shenfenzheng,
.reg label i.icon-shenfenzheng{
	margin-top: 3px;
}
.login .submit-btn,
.reg .reg-btn{
	display: block;
	width:100%;
	border-radius: 5px;
	background-color: #3fb0ff;
	color:#fff;
	text-align: center;
	padding: 18px;
	font-size: 20px;
}
.login .submit-btn:hover,
.reg .reg-btn:hover{
	background-color: #3eb9ff;
}
.ip-login{
	float:right;
	margin-top: 20px;
	text-align: right;
	font-size: 18px;
}
.ip-login .right-arrow{
	font-weight: bold;
	color:#3fb0ff;
}
.left-ip{
	float:left;
	margin-top: 20px;
	text-align: right;
	font-size: 18px;
}
.copy-right{
	position: absolute;
	bottom:0;
	width:100%;
	padding:30px 50px;
	text-align: center;
}
.copy-right p{
	line-height: 1.5;
	color:#999;
}

.main-right{
	overflow: hidden;
	height:535px;
	background:#3fb0ff url(../images/login-logo.jpg) no-repeat;
	background-size: 100% 100%;
	border-top-right-radius:5px;  
	border-bottom-right-radius:5px;  
	text-align: center;
}
.main-right img{
	margin-top: 150px;
}

.yanzhengma {
    position: absolute;
    right: 0;
    bottom: 3px;
    cursor: pointer;
}