@CHARSET "UTF-8";
/******用户登录********/
body {
	margin: 0; padding: 0;
	position:absolute; left:0px; right:0px; bottom:0px; top:0px;
	background: url("../img/login/img-login-bg.jpg") no-repeat #188ae2;
	background-attachment:fixed; background-position:center top; background-size: 100% 100%;
}



.footer_login{ position:absolute; left:0px; right:0px; bottom:0px; height: 165px; text-align:center; padding-top:140px; overflow:hidden; /*background: url("../img/login/img-login-bottom.png") no-repeat center; background-size: 1000px 165px;*/}



.content_box{width: 100%; height: 100%; display:flex; justify-content: center; flex-direction:column;}
.content_box_inner{margin:0 auto; width:500px; margin-bottom:200px; display:flex; justify-content: center; flex-direction:column;   }

.logo_box{display:flex; flex-direction:column;  justify-content: center; align-items:center;  text-align: center; }
.logo_box_log{margin:auto 0; width: 80px; height: 80px; }
.logo_box_img{margin:auto 0; width: 280px; height: 60px; }
.logo_box_img2{margin:auto 0; width: 400px; height: 60px;}
.logo_box_txt{ height:50px; color: #00b6f0; font-weight:bold; font-size: 25px; overflow: hidden;}

.form_box{display:flex; flex-direction:column;  justify-content: center; align-items:center;  text-align: center;  }
.input_box{width: 300px; height: 40px; border-radius:5px; margin-bottom: 10px; }
.input_box_d{ background-color: #d4f4ff}
.input_box_h{ background-color: #ecfaff}
.input_img{ float:left; width: 30px; height: 30px; margin: 5px;}
.input_txt{float:left; width: 240px; margin-left: 5px; height:40px; background: none; border: none; outline: none;  }
.input_qrcode_txt{ width: 130px; margin-right: 10px;}
.input_qrcode_img{float:right; cursor: pointer; border-bottom-right-radius:10px; border-top-right-radius:10px; width: 100px; height: 40px; }

.input_btn{width: 300px; height: 40px; background-color: #136eb5; border:none; border-radius:5px; line-height:40px; font-size:20px; font-weight:bold; text-align:center; color:#FFF; cursor: pointer; outline: none; }
.input_btn:hover{background-color: #197fce; }

.checkCookies{width: 300px; height: 20px; margin-top: 10px; display:flex; font-size: 12px; line-height: 20px;}
.checkCookies div{display:flex; justify-content: center; }

