html,body{
    width: 100%;
    height: 100%;
}
.loginBanner{
    width:100%;
    height:100%;
    background: url(../images/login/big-bg.png) no-repeat left top/cover;
}
.logo{
    text-align: center;
    padding-top:60px;
}
.logo>img{
    height: 50px;
}
.input-group-addon{
    line-height: 40px;
}
.form-control{
    height: 39px;
    line-height: 39px;
}
/* .form-control::-ms-input-placeholder{line-height: normal;} */
/* 密码登录 */
.loginOrCheck{
    width:350px;
    height:350px;
    padding:30px 40px;
    margin:30px auto 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px #555;
}
.loginType{
 overflow: hidden;
 margin-bottom:20px;
}
.loginType>li{
    float: left;
    width: 50%;
    font-size:16px;
    text-align: center;
    line-height: 42px;
    font-weight:800;
    
}
.loginType>li.active{
    border-bottom:3px solid #0094ef;
}
.passwordBox .tel,.passwordBox .pass{
    border-bottom:1px solid #cec8c8;
    height: 40px;
    margin-top:20px;
}
.rememberMe{
    line-height: 20px;
    margin:10px 5px;
    font-size:14px;
    color:#737373;
}
.checkMe{
    vertical-align:middle;  
    margin-right:5px;
}
/* 验证码 */
.getCode{
    line-height: 20px;
    margin:10px 5px;
    font-size:14px;
    text-align: right;
    
}
.sendBtn{
    background: none;
    cursor: pointer;
    color:#fe7600;
}
.signIn{
    height: 36px;
    width: 100%;
    line-height: 36px;
    border-radius:18px;
    background: #4570fd;
    color:#fff;
    margin-top:20px;
    font-size:16px;
}
.toRegister{
    font-size: 12px;
    color:#737373;
    width: 80%;
    margin:0 auto 10px;
    border-bottom:1px solid #a09e9e;
    height:20px;
    position: relative;
}
.registerTip{
    height: 20px;
    line-height: 20px;
    background: #fff;
    width:60%;
    position: absolute;
    left:20%;
    top:10px;
    text-align: center;

}
.registerLink{
    color:#fe7600;
}
#tab1{
    display: none;
}
#tab0{
    display: block;
}