.mask {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0,0,0,.7);
}
.qdlogin-wrap {
    position: fixed;
    z-index: 100000;
    top: 50%;
    left: 50%;
    display: block;
    width: 400px;
    height: 425px;
    margin-top: -207px;
    margin-left: -196.5px;
    background: 0 0;
}
.login-wrap {
    position: relative;
    z-index: 1;
    width: 398px;
    min-height: 400px;
    background: white;
    border: 1px solid #E6E6E6;
}
.login-wrap a.close {
    width: 30px;
    float: right;
    position: relative;
    height: 10px;
    z-index: 5;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.login-wrap .login-tab {
    position: relative;
    z-index: 1;
    clear: both;
    width: 322px;
    height: 45px;
    margin: 0 auto;
    border-bottom: 2px solid #E6E6E6;
}
.login-wrap .login-tab ul {
    width: 101%;
    font-size: 0;
    text-align: center;
}
.login-wrap .login-tab li {
    float: left;
    width: 108px;
    height: 45px;
    font-size: 16px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #A6A6A6;
    font-family: Roboto;
}
.login-wrap .login-tab li.act {
    color: #1A1A1A;
    border-bottom: 2px solid #BF2C24;
}
.login-switch-wrap .login-box {
    position: relative;
    z-index: 1;
    padding: 40px 38px 0;
}
.login-switch-wrap .login-box.yw-login {
    width: 322px;
    min-height: 295px;
    padding-bottom: 18px;
}
.login-switch-wrap .login-box dd {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 42px;
    border: 1px solid #E6E6E6;
    margin-top: 16px;
}
.login-switch-wrap .login-box dd:first-child {
    margin-top: 0;
}
.login-switch-wrap .login-box  dd em {
    float: left;
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    color: #A6A6A6;
}
.login-switch-wrap .login-box dd input {
    float: left;
    height: 42px;
    padding: 7px 0;
    font: 14px/28px Roboto, "-apple-system", Simsun;
    box-sizing: border-box;
    border: 0;
    outline: 0;
}
.login-switch-wrap .login-box  dd input {
    width: 280px;
}

.login-switch-wrap .login-box  dd input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #A6A6A6; }

.login-switch-wrap .login-box  dd input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #A6A6A6;
}

.login-switch-wrap .login-box  dd input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #A6A6A6;
}

.login-switch-wrap .login-box  dd input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #A6A6A6;
}
.login-common-wrap {
    padding-top: 10px;
}
.login-common-wrap .auto-login-box {
    margin-bottom: 14px;
    margin-left: -4px;
}
.red-btn {
    position: relative;
    z-index: 1;
    border-color: #BF2C24;
    background: #BF2C24;
    color: white;
    text-align: center;
}
.login-common-wrap .go-login {
    display: block;
    border-radius: 2px;
    margin-bottom: 6px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    font-family: Roboto;
}
.forgot-link{
    margin-bottom: 10px;
    text-align: right;
}
.forgot-link a{
    font-size: 13px;
    font-family: Roboto;
}
.hidden{display: none;}
.login-switch-wrap .login-box .error-tip {
    position: absolute;
    top: 15px;
    width: 324px;
    height: 26px;
    font: 13px/26px Roboto, "HelveticaNeue-Light", "Helvetica Neue Light", "Microsoft YaHei", "sans-serif";
    background: #FFE4E8;
    text-align: center;
    color: #ED4259;
}
.logging-fade{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url("../images/ajax-loader-tr.gif");
    background-repeat: no-repeat;
    background-position: center 100px;
    background-color: #fff;
    z-index: 100;
    opacity: 0.5;
}