html,body{
	height:100%;
	padding-top:0;
	min-height:768px;
}

#login-content{
	position:relative;
	height: 500px;
	/* background-position-y: -160px; */
}
#login-content > div{
	width:960px;
	margin:0 auto;
	height:500px;
	top: 0;
	left: 0;
	right: 0;
	position:absolute;
}
#login-content > div + div{
	width:960px;
	margin:0 auto;
	height:430px;
	top: 70px;
	left: 0;
	right: 0;
	position:absolute;
}
.login-brand{
	padding:30px 0 14px;
	margin:0 auto;
	width:960px;
}

.login-logo{
	display:inline-block;
	*display:inline;
	*zoom:1;
	width:70px;
	height:70px;
	z-index:1000;
}
.brand-name{
	display:inline-block;
	*display:inline;
	*zoom:1;
	text-indent:10px;
	text-indent: 10px;
	vertical-align: top;
	position: relative;
	top: 14px;
}
.brand-name .cn{
	font-size:28px;
	line-height:30px;
}
.brand-name .en{
	text-indent:10px;
	font-size:12px;
}
#longin-form{
	margin:0;
	position:absolute;
	width:330px;
	height:400px;
	right:0;
	top:60px;
	z-index:1000;
}
#longin-form > label{
	text-indent:92px;
	margin:8px 0 0;
	height:30px;
	line-height:30px;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}
#longin-form .checkbox{
	padding-left:30px;
	font-weight:bold;
}
#longin-form .checkbox .bg{
	width:16px;
	height:16px;
	margin-left:-30px;
	float:left;
	margin-top:3px;
}
.login-line{
	width:442px;
	height:4px;
	margin:0 auto 20px;
}
#login-head{
	width:80px;
	height:80px;
	margin:24px auto;
}
#longin-form > .longin-main{
	padding:0 34px;
}
#longin-form > .longin-main > label{
	margin-bottom:20px;
	line-height:22px;
}
#longin-form > .longin-main > button{
	padding:8px 0;
}

#longin-form > .longin-footer {
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
}

.input-group{
	text-align:center;
	color:#fff;
  	margin-bottom:14px;
  	position:relative;
  	width:256px;
  	height:42px;
}
.input-group div{
	position:absolute;
	width:254px;
	height:34px;
	padding:1px;
	top:0;
	left:0;
	z-index:-1;
	
}
.input-group > input:focus + div{
	padding:0;
}
.input-group .lock,
.input-group .user{
	display:inline-block;
	height:16px;
	width:16px;
	position:relative;
	top:6px;
	*top:0;
}
.input-group input[type="text"],
.input-group input[type="password"]{
	margin:1px;
	background-color:transparent;
	padding:7px 6px;
  	border: 0 none;
	  -webkit-box-shadow: none;
	     -moz-box-shadow: none;
	          box-shadow: none;
	  -webkit-transition: none;
	     -moz-transition: none;
	       -o-transition: none;
	          transition: none;
}

#login-footer{
}
#login-footer > ul{
	text-align:center;
	margin-top:20px;
}
#login-footer > ul > li{
	padding:0 25px;
	cursor:pointer;
	width:100px;
}
#login-footer > ul .slider{
	width:1px;
	height:70px;
	padding:0;
}

#login-footer > ul > li .pc,
#login-footer > ul > li .DSS-help,
#login-footer > ul > li .xp-ie8,
#login-footer > ul > li .car-charge{
	width:36px;
	height:36px;
	display:block;
	margin:0 auto 14px;
}
#login-footer > ul > li .QR-code{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto 8px;
}
#login-footer > ul > li .visitor-charge{
	width:90px;
	height:90px;
	display:block;
	margin:0 auto 8px;
	background: url(../img/black/visitor-download.png) no-repeat;
	background-position: 25px 50px
}

#login-footer > ul > li:hover .visitor-charge {
	width:90px;
	height:90px;
	display:block;
	margin:0 auto 8px;
	background: url(../img/black/visitors_download_p.png) no-repeat;
	background-position: 25px 50px
}

#error-msg{
	position: absolute;
	bottom: 140px;
	height: 34px;
	right: 20px;
	font-weight:bold;
	color:#E2312E;
	margin: -14px 0 5px 0;
    white-space: nowrap;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .otherSet{
	text-align:center;
	margin-top:25px;
}
.otherSet a{
	color:#666;
}
.otherSet a:hover{
	color:#58b434
}
.otherSet em{
	margin:0 10px;
	font-style:normal;
	color:#999
} */