* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}

/* 清除浮动 */
.clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
}

body{
    background-color: antiquewhite;
}
.loginDiv {
    width: 410px;
    min-height: 360px;
    background: #ffffff;
    border-radius: 10px;
    margin: 20px auto;
    padding: 26px 41px 0 39px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}


.login_head h2{
    font-size: 26px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 26px;
    letter-spacing: 0.1px;
}

.btnQrCode{
    width: 60px;
    height: 56px;
    right: 24px;
    top: 16px;
    float: right;
    position:absolute;
    background:  url("../images/loginScan/u41.png") right top no-repeat;
    cursor: pointer;
}

.showQrCode{
    background-image: url("../images/loginScan/u441.png");
}

.tab{
    width: 100%;
    height: 26px;
    margin-top: 0px;
    margin-bottom: 28px;
}

.tab ul{
    text-align: center;
}

.tab ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 26px;
    padding: 0 12px;
    list-style: none;
    position: relative;
}

.tab ul li::after{
    content: '';
    width: 1px;
    height: 16px;
    background-color:#c4c4c4;
    box-sizing: border-box;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.tab ul li:last-child::after{
    content: none;
}


.tab ul li:first-child{
    padding-right: 24px;
    padding-left: 0px;
}

.tab ul li:last-child{
    border-right: none;
}

.tabA {
    text-decoration: none;
    color: #999999;
    font-size: 400;
}

.tab ul li a:hover{
    font-weight: 700;
    color: #00599c;
}

.tabSelect{
    font-weight: 700;
    color: #00599c;
}


.tabViewItem a {
    color: #096AC6;
    text-decoration: none;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
}

.loginItem{
    border-bottom: 1px solid #e5e5e5;
    height: 51px;
    box-sizing: border-box;
    line-height:49px;
    position: relative;
}

.loginItem img{
    width: 20px;
    height: 20px;
    vertical-align: top;
    margin-left: 10px;
    margin-top: 15px;
}

.loginItem input{
    border: 0;
    outline: none;
    text-indent: 20px;
    font-size: 14px;
    line-height: 30px;
    width: 170px;
    height: 30px;
    vertical-align:middle;

}

.loginItem a{
    vertical-align: middle;
    float: right;
    margin-right: 8px;
    margin-left: 12px;
}

.loginItem .verifyCodeImg{
    width: 94px;
    height: 32px;
    /*background-color: royalblue;*/
    float: right;
    top: 50%;
    right: 7px;
    position: absolute;
    transform: translate(0, -50%);
    margin: 0;
}

.loginBtn{
    width: 330px;
    height: 40px;
    background: #00599c;
    border-radius: 4px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 32px;
    border: none;
    cursor: pointer;
}

.divRegister{
    /*margin-top: 36px;*/
    text-align: left;
    font-size: 13px;
    color: #999999;
}

.divRegister img{
    height: 22px;
    width: 22px;
    margin-top: 2px;
    margin-right: 3px;
    vertical-align: top;
}

.divRegister a{
    color: #096AC6;
    text-decoration: none;
    line-height: 26px;
    font-weight: 700;
}



#cardLogin .loginBtn{
    margin-top: 16px;
    margin-bottom: 16px;
}

.cardTintDiv{
    width: 330px;
    height: 100px;
    background: rgba(222,235,247,0.60);
    border-radius: 3px;
    padding-left: 20px;
    padding-top: 12px;
    cursor: default;
}

.cardTintDiv div{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #ffffff;
    line-height: 15px;
    text-align: center;
    margin-right: 8px;
    background-color: #00599C;
}

.cardTintDiv span{
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    height: 100%;
    line-height: 15px;
    display: inline-block;
}

.cardTintDiv li{
    list-style: none;
    font-size: 13px;
    color: #333333;
    line-height: 25px;

}

#cardLogin .divRegister{
    margin-top: 30px;
    float: none;
    text-align: left;
    height: 26px;
    line-height: 26px;
}

#cardLogin .divRegister a{
    cursor: pointer;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

#cardLogin .divRegister span{

    vertical-align: middle;
    float: right;
    height: 100%;
}

#qrLogin {
    position:absolute;
    top: 48px;
    width: 330px;
    background-color: #ffffff;
}


#qrLogin .qrLoginItem{
    width: 200px;
    height: 200px;
    margin: 49px auto 20px;
    border: 1px solid #e5e5e5;
    position: relative;
}

#qrLogin .qrLoginItem img{
    width: 100%;
    height: 100%;
    padding: 10px;
}

#qrLogin .divTint{
    text-align: center;
    margin-top: 8px;
    height: 26px;
    line-height: 26px;
}

#qrLogin .divTint a{
    font-size: 14px;
    font-weight: 400;
    color: #096ac6;
    text-decoration: none;
}

#qrLogin .divTint span{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

#qrLogin .divRegister{
    margin-top: 20px;
    text-align: left;
    font-size: 13px;
    line-height: 26px;
    /*margin-bottom: 30px;*/
}



#qrLogin .divRegister a{
    line-height: 26px;
    cursor: pointer;
}

#qrLogin .divRegister span{
    float: right;
}

#swAppreQrCode{
    display:none;
    text-align:center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    position: absolute;
    top: 0;
    left: 0;
}

#swAppreQrCode h6{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

#swAppreQrCodeLoadFailed{
    display:none;
    text-align:center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.95);
    position: absolute;
    top: 0;
    left: 0;
}
#swAppreQrCodeLoadFailed h6{
    font-size: 16px;
    font-weight: 700;
    color: #333333;
}

.tintDiv{
    min-height: 1px;
}


input::-ms-reveal, input::-ms-clear {
    display: none;
}
input[type="checkbox"]{
    /*vertical-align: middle;*/
    vertical-align: -2px;
}