/* 登录界面新版 */
.login_box{width:466px;position: absolute;right:15.5%;top:18%;}
.iconX{background: url(../images/icon.png) no-repeat;display: inline-block;vertical-align: middle;background-size: 400px;}
.title_icon{width: 39px;height: 39px;background-position: -7px -181px;margin-right:15px;}
.login_title_box span{font-size: 48px;line-height: 48px;letter-spacing: 4px;color:#fff;font-weight: bold;}
.tbs{color: #169bd5!important;}
.login_title_box{display: flex;align-items: center;justify-content: center;}
.login_tab_box div{width: 233px;height: 68px;background-color: #e6e6e6;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #b4b4b4;cursor: pointer;}
.login_tab_box{display: flex;margin-top:55px;}
.login_tab_box .active{background-color: #fff!important;color: #000!important;font-weight: bold;}
.login_main_box{width: 466px;height: 365px;background-color: #ffffff;}
.login_main_padding{padding: 52px 62px 69px 58px;}
.input_box{width:100%;height:50px;background-color: #eee;margin-bottom:20px;position: relative;}
.user_icon{width: 19px;height: 21px;background-position: -76px -181px;position: absolute;top:15px;left:16px;}
.password_icon{width: 18px;height: 20px;background-position: -134px -181px;position: absolute;top:15px;left:16px;}
.login_title_box img{width:45%;margin-right: 3%;}
.wxsubbox{width: 466px;background-color: #ffffff;}
@media screen and (max-width:1600px){
    .login_box{width:400px;top:10%;}
    .login_tab_box div{width: 200px;height: 47px;font-size: 19px;}
    .login_title_box span{font-size: 32px;line-height: 32px;}
    .login_tab_box {margin-top: 30px;}
    .login_main_box{width:400px;height: 320px;}
    .wxsubbox{width:400px;}
    .input_box {height:40px;}
    .user_icon {top:11px;}
    .password_icon{top:11px;}
}
::-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_img.png')no-repeat;background-size: 100% 100%;position: relative;}
.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:#7f7f7f;font-size: 14px;line-height: 14px;}
.rememberpwd{display: block;}
.remembercheck{display: inline-block; border:1px solid #3E659B;cursor: pointer; position: relative;top:-2px;margin-right:8px!important;width:14px!important;height:14px!important;}
.loginform .errortip{width:100%;height:25px;line-height:25px;}
.login .loginbtn{width:100%;height:50px;cursor: pointer; background-color: #169bd5;border-radius:2px; color:#fff;border:none;font-size: 18px;margin-top:40px;}
.banquan{ width:100%;position: fixed;bottom:20px; text-align: center;   font-size: 12px;color: #a0a0a0;}
.ivu-card-head{  color:#1c2438;  padding: 14px 16px;border-bottom: 1px solid #e9eaec;}
.logininput{border-bottom: 1px solid #dddee1;display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 1.5;
    padding-left:50px;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    color: #495060;
    background-color: #eee;
    background-image: none;
    position: relative;
    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: 40px;display: flex;justify-content: space-around;line-height: 40px;font-size: 15px;}
.pwsub,.wxsub{width:50%;text-align:center;cursor: pointer;background-color:rgb(240,240,240);color:rgb(125,125,125);font-weight: bold;}
.active{ color:rgb(27,64,119)!important;background-color:white!important}
.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"}











   