::-webkit-input-placeholder { /* WebKit browsers */ 
color: #999; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #999; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #999; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #999; 
} 
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;}
.loginbox{width:100%;height:100%;background:url('../images/login_bg1.png')no-repeat;background-size: 100% 100%;display: flex;align-items: center;}
.loginpic{position:relative;top:5px;}
.loginbox .loginbt{color:#e4e4e4;font-size: 16px;}
.loginbox .loginformbox{width:320px;margin:0 auto; background-color:#fff;padding:0px 0px 40px 0px;border-radius:5px;}
.loginbt{text-align: center;}
.loginform.loginsetpwd{color:#2b85e4;padding-top:15px;    font-size: 12px;}
.rememberpwd{display: block;color:#7f7f7f;font-size: 14px;line-height: 14px;}
.remembercheck{display: inline-block; border:1px solid #3E659B;cursor: pointer; position: relative;top:-1px;margin-right:5px;}
.loginform .errortip{width:100%;height:25px;line-height:25px;}
.login .loginbtn{width:260px;height:60px;cursor: pointer; background-color: #91b6f5;border-radius:2px; color:#fff;border:none;font-size: 18px;display: block;margin:0 auto;margin-top:39px;}
.banquan{ width:100%;position: fixed;bottom:20px; text-align: center;   font-size: 12px;color: #a0a0a0;}
.ivu-card-head{font-size: 36px;color: #fff;font-weight: bold;line-height: 36px;text-align: center;}
.logininput{border:none;display: inline-block;padding-left:33px;
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: #495060;
    cursor: text;
    -webkit-transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out;
    transition: border .2s ease-in-out,background .2s ease-in-out,box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;}


 .form{padding:10px 30px 15px;background-color:rgba(0,0,0,0.1)}
 .nav{width: 100%;height: 31px;display: flex;justify-content: space-around;line-height: 31px;font-size: 20px;}
 .nav div:first-child{border-right:1px solid #dbdbdb;}
.pwsub,.wxsub{width:50%;text-align:center;cursor: pointer;color:#8f8f8f;}

.active{ color:#91b6f5!important;font-weight: bold;}
.login_bg{width:68.9%;margin-right: -55px;}
.login_left_box{display: flex;align-items: center;}
.login_box{margin-top:48px;background-color:#fff;width: 374px;height: 301px;background-color: #ffffff;box-shadow: 0px 7px 54px 3px rgba(206, 206, 206, 0.39);}
.login_padding{padding:32px 44px 28px 38px;}
.loginform{height:43px;border-bottom:1px solid #eee;position: relative;}
.loginpwd{margin-top:40px;}
.icon_name{width:19px;height:21px;background-position:-7px -159px;position: absolute;left:0;top:9px;}
.icon_password{width:18px;height:20px;background-position:-52px -159px;position: absolute;left:0;top:9px;}
.forget{margin-top:25px;}
.logo_card{width:75px;margin-right:15px;}
.title_box{display: flex;align-items: center;justify-content: center;}
@media screen and (max-width:1366px){
    .login_bg{width:64%!important;}
    .ivu-card-head{font-size: 32px;}
    .login_box{margin-top:35px;}
}
.wxsubbox{display:none}
.wxsubbox > img{width:188px;height:auto;display:block;margin:10px auto;}
.ewmtext{width:100%;color:rgb(119,119,119);text-align:center;line-height:40px;font-size:12px}
.mimatip{text-align:center;width:100%;line-height:30px;margin-top:10ox;color:gray"}


.wxsubbox iframe{ margin: 0 auto; display: block;}














   