@charset "UTF-8";
.container{
	width: 980px;
}
.login-head {
  padding: 30px 0;
  margin: 0 auto;
  border-bottom: 1px solid #f1f1f1;
  font-size: 14px;
  line-height: 40px;
  color: #999;
}
.login-head a{
	color: #999;
}
.login-head a:hover{
	color: #333;
}
.login-main {
	width: 100%;
	min-width: 980px;
}
.login-bd{
	position: relative;
	width: 100%;
	height: 680px;
	background: url(../img/logo-bg.png) no-repeat center top;
	overflow: hidden;
}
.login-copyright {
	padding: 40px 0;
  color: #8a8a8a;
  text-align: center;
}
.login-cent {
  position: absolute;
  width: 360px;
  height: 390px;
  right: 50%;
  top: 150px;
  margin-right: -490px;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0,0,0,.14);
  
  padding-bottom: 20px;
}
.login-cap {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  height: 60px;
  text-align: center;
}
.login-cap a{
	display: inline-block;
	margin: 0 25px;
	line-height: 58px;
	border-bottom: 2px solid transparent;
}
.login-cap a.cur{
	border-bottom-color: #000;
	color: #000;
}
.login-form{
	padding: 30px;
}
.login-group {
	position: relative;
	padding: 10px 0;
}
.login-in {
  width: 274px;
  font-size: 13px;
  color: #888;
  padding: 12px;
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  transition: all .3s;
}
.login-in:focus {
  color: #333;
  border-color: #222;
  transition: all .3s;
}
.login-tab {
  padding: 0 0 15px;
}
.login-tab a {
  color: #888;
}
.login-tab a:hover,
.login-tab a:active {
  color: #333;
}
.chk-control{

}
.login-chk{
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 7px;
	border:1px solid #999999;
	border-radius: 2px;
	vertical-align: -3px; 
}
.login-chk.checked{
	background: url(../img/chk-bg.png) no-repeat center;
}	
.form-btn{
	width: 100%;
	height: 44px;
	border: none;
	background-color: #233;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 22px;
	cursor: pointer;
	transition:all 0.3s;
}
.form-btn:hover{
	background-color: #000;
}

.login-reg{
	padding-top: 10px;
	text-align: center;
	font-size: 14px;
	color: #999;
}

.logo-ecode{
	/*padding: 10px 65px;*/
	text-align: center;
	font-size: 14px;
}




/*注册*/
.reg-cent{
	top: 56px;
	height: 558px;
}
.reg-cap{
	padding: 20px 30px;
	line-height: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.reg-cent .login-group{
	padding: 9px 0;
}
.reg-cent .login-form{
	padding-top: 20px;
}
.imgcode{
	height: 30px;
	right: 8px;
	top: 15px;
	position: absolute;
}
.getcode{
	position: absolute;
	width: 100px;
	height: 40px;
	right: 0;
	top: 10px;
	line-height: 40px;
	text-align: center;
	color: #333;
	cursor: pointer;
}
.getcode::before{
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	background-color: #e1e1e1;
	width: 1px;
	height: 20px;
	overflow: hidden;
}
