.login_container{
	position:fixed;
	top:0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items:center;
	background: url(../images/login_bg.png) center no-repeat;
    background-size: cover;
    min-height: 600px;
}
.login_content{
	background-color: #e3e2e2;
	border-radius: 10px;
	width:4.16rem;
	height: 5.3rem;
	padding-top: 0.54rem;
	text-align: center;
	position: absolute;
	top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	margin: auto;
	opacity: 0.9;
}
.title{
	font-size: 13px;
	display: block;
	line-height: 1;
	padding:0.43rem 0 0.4rem 0;
	font-weight: bold;
	color: #000;
}
input,select{
	width: 2.85rem;
    height: 39px;
	border:1px solid #cfcfcf;
	margin:10px 0 20px 0;
	font-size: 0.13rem;
	padding:0 17px;
	color: #000;
	border-radius: 3px;
}
select::-ms-expand{ display: none; }
select{
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	background:url(../images/select_down.png) no-repeat 2.6rem;
	padding-right:20px;
	background-color: #fff;
}
.btn_content{
	margin-top:0.19rem;
	outline: none;
}
.login_btn{
	width: 2.84rem;
	height: 0.46rem;
	background-color: #000000;
	color: #fff;
	display: block;
    margin: 0 auto;
    border-radius: 0.23rem;
}
.login_btn:hover,.login_btn:focus{
	color: #fff;
}
.login_text_link{
	position: absolute;
    bottom: 10px;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
}
.login_text_link a{
	color:#999;
}
.login_text_link a:hover{
	color:#fff;
	text-decoration: none;
}
.forget_pas{
	color: #808080;
	font-size: 0.12rem;
	margin-top:0.23rem;
	display: block;
}
.err_hide{
	position: absolute; 
    top: -60px;
    left: 50%;
    transform: translate(-50%,0);
    background: #ff5b5b;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    transition: top 0.6s;
}
.err_tip{
	top: 0; 
}
#center {
	font-size: 17px;
	background: rgba(255, 255, 255, .8);
}
#center .loader .dot {
	top: -4em;
    left: 0;
    width: 130px;
    height: 130px;
}
.user_login{
	display: none;
}
.user_select{
	width: 100%;
	font-size:14px;
	font-weight:normal;
	color:rgba(255,255,255,1);
}
#interalUser{
	height: 0.4rem; 
	width: 70%;
	background: rgb(224, 121, 70);;
	border-style: solid;
	border-radius: 0.25rem;	
	border-color: rgb(224, 121, 70);
	margin: 0.3rem 0 0.5rem 0 ;
	font-size:14px;
	font-weight:normal;
	color:rgba(255,255,255,1);
}
#outernaUser{
	height: 0.4rem; 
	width: 70%;
	background: #000000;
	border-style: solid;
	border-radius: 0.25rem;	
	border-color: #000000;
	margin-bottom: 0.9rem;
}
.bottom_content{
	font-size:12px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
}
#pagenumber{
	cursor: pointer;
	font-size:12px;
	font-family:Adobe Heiti Std;
	font-weight:normal;
	color:rgba(153,153,153,1);
}
#loginreturn{
    width: 30px;
    height: 25px;
    text-align: center;
    margin-left: 0.1rem;
    line-height: 25px;
    position: relative;
    top: -2rem;
    cursor: pointer;
}