﻿.login-box .Hide {
    display: none;
   
}

.login-box .WxQrBox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    vertical-align: middle;
    display: none;
    z-index: 2
}

    .login-box .WxQrBox .QrContent {
        margin-top: 50px
    }

    .login-box .WxQrBox .Title {
        margin: 15px 0 0 0
    }

    .login-box .WxQrBox .Qr {
        width: 200px;
        height: 200px;
        border: 1px solid #eee;
        margin: 0 auto;
        text-align: center;
        line-height: 200px;
        position: relative
    }

        .login-box .WxQrBox .Qr #imgWxQr {
            width: 100%;
            height: 100%;
            z-index: 2;
            position: absolute;
            left: 0
        }

        .login-box .WxQrBox .Qr .loading {
            width: 200px;
            position: absolute;
            margin: 0 auto;
            text-align: center;
            height: 200px;
            left: 0;
            top: 0
        }

            .login-box .WxQrBox .Qr .loading img {
                margin-top: 86px
            }

    .login-box .WxQrBox .Tips {
        padding: 10px 0
    }

    .login-box .WxQrBox .CloseQr {
        width: 200px
    }

.login-box .login-header {
    position: relative;
    z-index: 1
}
.AppQrLoginBox{
    display:none;
}
.login-box {
    /*border: solid 1px #EEEEEE;*/
    right:45px;
    top:12px;
    padding-bottom:0px;
}
.form-wrapper .form-submit .common-button {
    width: 100%;
}
.form-wrapper .form-item{
    text-align:left;
}
.bottom-box i{
    vertical-align: middle;
    margin-right: 10px;
}
.QrContent1{
    display:flex;
}
.AppQrLoginBox{
    position:relative;
}
.form-wrapper .form-item .GetCode {
  
    top: 18px;
}
.login-tab{
    margin-bottom:20px;
}
.Disable {
    background: #EEEEEE;
    color: #999999;
    border:solid 1px #EEEEEE;
}
.form-wrapper .form-item input {
    text-indent: 15px !important;
}