

div.loginBG{
	height:500px;
	width:100%;
	min-width:1200px;
}
div.loginBG img{
	width: 100%;
    height: 100%;
}
div.loginText{
	min-width:1200px;
	overflow:auto;
	zoom:1;
	position:relative;
	top:-450px;
}
div.logining{
	float:right;
	width:400px;
	height:400px;
	/*modify by huchuawei 2107-10-9*/
	/*background: #fff;*/
	background: rgba(0,0,0,0.3);
    border-radius: 5px;
    /*modify by huchuawei 2107-10-9*/
}
p.login-name{
	color:#ff9c00;
	font-size:22px;
	text-align:center;
	margin:30px 0px;
	font-weight:bold;
}
div.input-login i{
    width:10px;
    height:17px;
    display:inline-block;
    top: 3px;
    position: relative;
}
div.input-login  i.loginIcon{
  background: url(../images/login/account.jpg) no-repeat;
    width: 16px;
}
div.input-login i.pwdIcon{
  background:url("../images/login/password.jpg");
  width:16px;
}
div.input-login input[type="text"],div.input-login input[type="password"]{
	height:45px;
}
div.input-login #login_btn{
	background-color: #ff9c00;
    border: none;
    border-radius: 5px;
    color: #fff;
    width: 81%;
    padding: 10px;
    margin: 20px 40px;
    font-size: 18px;
}
div.loadReg{
	overflow: auto;
	zoom:1;
	margin:0px 40px;
}
div.loadReg a{
	display: inline-block;
	float:right;
	color:#ff9c00;
}
p.error-info{
	color:red;
	margin: 0px 40px;
}
/*addition by huchuawei 10-9*/

.sec>span,.forget>a{color:#fff;}

/*addition by huchuawei 10-9*/

/**********modify by huchuanwei 2017-10-16 **********/


.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#fff}
.content .addBg{background: rgba(255,255,255,0.8);border-radius: 10px;padding-bottom: 10px;animation: content_move 1s 1 ease;}
.content .addBg:hover{background: rgba(255,255,255,1);box-shadow: 0 0 15px rgba(255,255,255,1) ,0 0 50px rgba(0,147,169,1);;}
@keyframes content_move{
	from{opacity: 0;left: -999px;transform:scale(0.2,0.2);}
	to{opacity: 1;transform:scale(1,1);}
}


/*body{background: url(../images/xingkong.jpg);background-size:100% 100%; background-attachment :fixed;background-position: 50% 50%; background-repeat: no-repeat; }
.head .header *{color: #fff;}
.head .order *{color: #fff;}
.footer{border: 0!important;}
.footer *{color: #CCD7E2;font-size: 15px;}
.footer *:hover{color:#fff}*/
/**********modify by huchuanwei 2017-10-16 **********/
