.login_loading{
	position:absolute;
	left:45%; top:15%;
	z-index:20001;
	color:red;
	background-color:white;
	font-size:13px;
	padding:5px;
	height:auto;
}
.body_div{
    background: url(../images/login/index_eam.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 10%;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.login_body{
	height:100%;
	width:100%;
	/*background-image: url(../images/login/index.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
}
.login_div{
	/*
	width:250px;
	height:100px;
	top:0px;
	left:0px;
	position:relative;
	margin:0 auto;
	*/
	
	width: 350px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
	position: relative;
	z-index: 9;
	border-radius: 10px;
	background-color: rgba(255,255,255,0.85);
}
.login_div table{line-height:50px; font-size:15px; font-family:Microsoft YaHei,SimHei; color:#333;}
.login_div table th{width:70px; text-align:right;}
.login_div table td{text-align:left;}
.iput_text{
	color:#333;
	padding:2 0 0 5px;
	border: none;
	width:200px;
	height:28px;
	vertical-align:middle;
	font-size:15px; font-family:Microsoft YaHei,SimHei;
}
.iput_bnt{
	border:0; cursor:pointer; margin-left:40px;
	background-color:#0085CF; width:115px; height:36px; color:#FFFFFF;
	font-size:16px; font-family:Microsoft YaHei,SimHei;
	border-radius:10px;
}
.iput_bnt_hover{
	border:0; cursor:pointer; margin-left:40px;
	background-color:#FF6600; width:75px; height:36px; color: #FFFFFF;
	font-size:16px; font-family:Microsoft YaHei,SimHei;
}

.cpr_div{
	width:100%;
	height:auto;
	bottom:20px;
	text-align: center;
	position:absolute;
	margin:0 auto;
	color:#FFFFFF;
}
.download-box{position:absolute;left:90%;top:10px}
#android-qr img{width:38px;margin:4px 8px}
#ios-qr img{width:35px;margin:4px 10px}
.download-box .download-img-box{width:55px;height:55px;border-radius:0.5em;float:left;}
#ios-qr{margin-left:15px}
.download-box .download-img-box:hover{background-color:rgba(245,245,220,0.5);}
.close:before{display:none}
