@charset "utf-8";

html, body{ height:100%}
body{font-size:14px}

.nav .nav-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.nav .logo-img {
    width: 200px;
    -o-object-fit: contain;
    object-fit: contain;
}

.layui-nav {
    padding-right: 0;
}

/*.header,.footer{ position:absolute; left:0; right:0; width:100%; z-index:99}*/
/*.header{top:0; height:60px; background:#0255a8 url(../images/logo.png) no-repeat 0 center}*/

.logincontainer{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#0255a8;}
.center-div {
  position: relative;
  width: 70%; /* 或者具体的宽度 */
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  margin-top: 50px;
  border-radius: 15px;
}

/*.logincontainer{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1;  background:#3283AC url(../images/bg.jpg) no-repeat center}*/
.left {
    float: left;
    left:0;
    width: 55%; /* 或者具体的像素值 */
    height:360px; background:url(../images/member4.png) no-repeat  0 center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.right {
    float: left;
    width: 45%; /* 或者具体的像素值 */
    padding-top:38px;
}
/*.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#071043}*/
.loginBox{ 
  position: relative;
  width:850px; 
  height:360px; 
  background:#ffffff; 
  left:50%; 
/*  top:15%; */
  margin-left:-409px; 
  margin-top:120px; 
  border-radius: 15px; 
}
/*.loginWraper{ position:absolute;width:100%; left:0; top:0; bottom:0; right:0; z-index:1; background:#3283AC url(../images/admin-login-bg.jpg) no-repeat center}
*/

/*.loginBox{ position:absolute; width:617px; height:330px; background:url(../images/admin-loginform-bg.png) no-repeat; left:50%; top:50%; margin-left:-309px; margin-top:-184px; padding-top:38px}
*/@media (max-width:617px) {
	.loginbox{ width:100%; position:static; margin-top:0; margin-left:0;}
}
.loginBox .row{margin-top:10px;}
.loginBox .row .form-label .Hui-iconfont{ font-size:24px}
.loginBox .input-text{ width:250px}
@media (max-width:617px) {
	.loginBox .input-text{ width:80%}
}
	.yzm a{ color:#426374; font-size:12px}

#span_msg{ font-size:14px; color:Red; line-height:40px; height:40px; margin-left:10px; width:160px;; float:left}

.hd_msg{font-size:12px; color:#fff; height:30px; z-index:100;position: absolute; padding-left:50px; padding-top:5px}
.hd_msg a{ color:#fff}
.hd_msg a:hover{ color:#fff; text-decoration:underline}

.login_footer{color: #fff;text-align:center;width:100%; font-size: 12px;padding-bottom:50px;padding-top:20px}

#ie6-warning{background:#fff url(/jscss/demoimg/201006/warning.gif) no-repeat 3px center;position:absolute;top:0;left:0;font-size:12px;color:#333;width:97%;padding: 2px 15px 2px 23px;text-align:left}
#ie6-warning a {text-decoration:none}