*{padding:0px;margin:0px;list-style:none;font-size:12px;}
input,button,select{
	outline:none;
}
input{
	border: 0 none;
}
html,body{
	overflow: hidden;
	width: 100%;
	height: 1000px;
	
}
/*copy*/
.copy{height:20px;color:#666666; text-align:center;line-height:20px;}
/*登陆样试  */
.wrap{ 
	z-index:3;
	position: relative;
}
.wrap2{
	position: absolute;
	background: url("boxbg.png") no-repeat scroll 0 0 transparent;
    height: 298px;
    top: 140px;
    width: 366px;
    left: 50%;
    margin-left: -183px;
}
.logo{ 
	text-align:center;
	height:125px;
}

.usertable{padding:86px 0 0 54px;}
.td1{border:2px #fff solid;margin-bottom:6px;background:url(user.png) 0 no-repeat #fff;width:205px;font-size:14px;font-weight:bold;padding-left:40px;height:34px;}
.td2{background:url(secret.png) 0 no-repeat  #fff;}
.td3{border:2px #fff solid;margin-bottom:6px; 0 no-repeat #fff;width:205px;font-size:14px;font-weight:bold;padding-left:40px;height:34px;}
.td_selcted{border:2px #7ab42a solid;}
.td_input{ line-height:36px;height:36px; background:url(../../main/style/images/s.gif) 0 repeat-x;border:none;width:207px;color:#666; font-size: 1.2em; }

.loginbtn{border:none; cursor:pointer;width:248px;height:48px;margin-top:12px;background:url(loginbtn.png) no-repeat;}
.loginbtn:hover{cursor:pointer;}
.cooke{position:relative;height:14px;}
.checkbox{width:13px;height:13px;background:url(checkbox.png) no-repeat;border:none;}
.text{margin-left:8px;color:#fff;}
a {text-decoration:none}

.code_input{ line-height:36px;height:36px; background:url(../../main/style/images/s.gif) 0 repeat-x #fff;border:none ;width:128px;color:#666; font-size: 1.2em; }
.code{height: 32px;width: 73px;position: relative;left: 0px;top: 11px;}
.code_txt{ color: #fff;} 

#bg-image-wrap{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#bg-image{
	width: 100%;
	height: auto;
}

#center-panel{
	margin-top: 10%;
}
.fn-clear::after{
  	content: '';
  	display: block;
  	font-size: 0;
  	clear: both;
  	visibility: hidden;
  	overflow: hidden;
  }
  .fn-clear{
  	*zoom: 1;
  }
.auth-wrap{
	  width: 600px;
	  margin: 0 auto;
	  padding-top: 15px;
  }
  .auth-main{
  	margin-top: 8px;
  	border: 1px solid #d2d2d2;
  	box-shadow: 0 0 5px #c6c6c6;
  	background: linear-gradient(top, white 0%, #bfbfbf 80%, whitesmoke 100%);
  	border-radius: 6px;
  }
  .auth-main .content{
  	padding: 10px 18px 0 20px;
  }
  .auth-input-wrap{
  	margin-bottom: 10px;
  }
  .auth-label, .auth-input{
  	display: inline-block;
  	vertical-align: middle;
  }
  .auth-label{
  	width: 140px;
  	line-height: 30px;
  	text-align: right;
  }
  .auth-input{
  	width: 238px;
  	height: 28px;
  	line-height: 28px;
  	padding: 0 9px;
  	border: 1px solid #BEBEBE;
  	box-shadow: 0 1px 0 white;
  	border-radius: 2px;
  	background: #FAFAFA;
  	color: #9a9a9a;
  	-webkit-transition: border-color .4s ease;
  }
  .auth-btn{
  	padding: 10px 0 20px 142px;
  	border-top: 1px dotted #D8D8D8;
  	
  }
  .auth-login-btn,
  .auth-authorize-btn{
  	display: block;
  	height: 40px;
  	line-height: 200px;
  	width: 86px;
  	overflow: hidden;
  	background: url(oauth_btn.png) no-repeat;
  }
  .auth-login-btn:hover{
  	background-position: -87px 0;
  }
  .auth-authorize-btn{
  	background-position: 0 -82px;
  }
  .auth-authorize-btn:hover{
  	background-position: -87px -82px;
  }
  .btn-lzx-login{
  	float: right;
  	width: 150px;
  	background: none;
  	line-height: 40px;
  	color: #1C6494;
  	text-decoration: none;
  }
  .btn-lzx-login:hover{
  	color: #1092E9;
  }
  .login-tip{
  color: orange;
  }
  .btn-cancel{
  background-position: 0 -41px;
  }
  .btn-cancel:hover{
  background-position: -87px -41px;
  }
  .auth-btn form{
  	float: left;
  	margin-right: 10px;
  }
  .auth-tit h1{
  	font-size: 16px;
  }
  .auth-list{
  	padding-bottom: 15px;
  }
  .auth-list .list-tit{
  	font-size: 14px;
  }
  .auth-list .list-tit strong{
  	color: #1582BD;
  	font-size: 14px;
  }
  .auth-list .lists{
  	margin: 10px 0 0 20px;
  }
  .auth-list .lists li{
  	margin-bottom: 10px;
  	font-size: 12px;
  }
  .auth-btn-inner{
  	float: right;
  }
  
  .input-user-helper {
    position: absolute;
    left: 97px;
    top: 100px;
    color: #999;
    z-index: 0;
    font-weight:normal;
    cursor:text;
}
  
  .input-pass-helper {
    position: absolute;
    left: 97px;
    top: 147px;
    color: #999;
    z-index: 0;
    font-weight:normal;
    cursor:text;
}