html,body{
	width:100%;
	height:100%;
	
}
.loginBody{
	width:100%;
	height:100%;
	background:url(../images/login/bg.png) no-repeat;
	background-size: cover;
	position: relative;
}
.login_box{
	width: 740px;
	height: 540px;
	position: absolute;
	top: -10%;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	text-align: center;
}
.img_logo{
	
	position: relative;
	top: -4px;
}
.unity_title{
	height: 80px;
	display: inline-block;
	font-size: 36px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #fff;
	position: relative;
	top: 4px;
	
}
.unity_ename{
	padding-bottom: 20px;
	font-size: 17px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
}
.login_conter{
	width: 440px;
	height: 400px;
	background-color: rgba(255,255,255,0.3);
	margin: auto;
}
.login_title{
	height: 45px;
	background-color: rgba(255,255,255,0.3);
	font-size: 20px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #3865b6;
	position: relative;
}
.input_value{
	width: 293px;
	height: 43px;
	margin: 25px auto;
	background-color: #ffffff;
	border: solid 2px #dddddd;
	
}
.common{
	width: 76px;
	height: 43px;
	line-height: 43px;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
	color: #404040;
	border-right: 1px solid #dddddd;
	display: inline-block;
}

.password{
	letter-spacing: 11px;
}
input{
	width: 208px;
	height: 43px;
	float: right;
}

.forget{
	display: inline-block;
	border-right: 0px;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 43px;
	color: #999999;
}
.forget:hover{
	color: #0045e2;
}
.btn_login{
	width: 250px;
	height: 44px;
	background-color: #0045e2;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 44px;
	letter-spacing: 12px;
	color: #ffffff;
	border-radius: 4px;
	margin-top: 22px;
}
.nologinBtn{
	background-color: rgba(153, 153, 153, 1);
}
.unit{
	margin-top: 27px;
	width: 440px;
	height:20px;
	/*display: flex;
	justify-content: center;*/
}
.unit>div{
	float: left;
}
.hr{
	width: 168px;
	height: 5px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
.unit_title{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	line-height: 20px;
	color: #666666;
	width: 96px;
	text-align: center;
	margin-top: -8px;
}
ul{
	width: 440px;
}
li{
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 18px;
}
.unit_dtitle{
	height: 18px;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 18px;
	letter-spacing: 0px;
	color: #404040;
	padding-left: 10px;
}
.unit_dtitle:hover{
	color: #185fff;
}

.unit_down{
	/*display: flex;
	justify-content: center;*/
	display: none;
}

#imgCode{
	margin-top: 1px;
	height: 40px;
	float: right;
	position: relative;
	left: 116px;
}
#checkCode{
	position: relative;
	left: -100px;
}
.username{
	background: url(../images/login/user.png) center center no-repeat;
}
.password{
	background: url(../images/login/passwd.png) center center no-repeat;
}

.checkCode{
	background: url(../images/login/code.png) center center no-repeat;
}

/*定义动画*/
@keyframes shine {
    0%    {  transform: translateX(550px); }
    100%  {  transform: translateX(0px);}
}

.jsPanel{
	width: 410px;
	height: auto;
	/*background: red;*/
	position: fixed;
	top: 2px !important;
	margin-left: -7px;
	animation: shine 0.5s linear 1;
}



