blockquote, body, button, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background-color: #000;
    opacity: 0.75;
}
.login-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -190px;
    margin-top: -230px;
    width: 380px;
    height: 460px;
    background-color: #fff;
    border-radius: 2px;
    z-index: 9999;
    overflow: hidden;
}
.login-wrap>form {
    height: 378px;
}
.login-wrap .header-wrap {
    margin-top: 22px;
    position: relative;
    height: 40px;
    line-height: 39px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 20px;
}
.login-wrap .title {
    font-size: 14px;
    text-align: center;
    width: 100%;
    color: grey;
    height: 35px;
    line-height: 35px;
}
.login-wrap .header-wrap>.title.wechat>span {
    margin-left: 10px;
}
.login-wrap .header-wrap>.title>span {
    display: inline-block;
    float: left;
    width: auto;
    height: 40px;
    margin-left: 20px;
    font-weight: 700;
    line-height: 40px;
    border-bottom: 2px solid #0c7df5;
    margin-bottom: -1px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #888;
}
.login-wrap .content-wrap {
    padding: 0 10px;
    height: 100%;
}
.login-wrap .content-wrap .box {
    height: 100%;
    border-radius: 5px;
    background-color: #fff;
    padding: 0 10px;
}
.login-wrap .content-wrap #login_container {
    padding: 0 20px;
}
.wechat_img_login {
    width: 202px;
    height: 202px;
    display: block;
    margin: 0 auto;
    border: 1px solid #E2E2E2;
}
.content-wrap .info {
    width: 200px;
    margin: 0 auto;
    color: #666;
    font-size: 13px;
    text-align: center;
    margin: 10px auto 20px auto;
}
.wechat_refresh {
    padding-top: 20px;
    color: #1981EC!important;
    display: block;
}
.login-wrap .content-wrap .box .scanbg {
    padding: 0 90px;
    text-align: center;
}
.login-wrap .content-wrap .box .scanbg i {
    float: left;
    width: 30px;
    height: 30px;
    background: url(/static/images/loginscan.png) center no-repeat;
    background-size: 30px;
    margin: 5px 0;
}
.login-wrap .content-wrap .box .scanbg .scantext {
    font-size: 14px;
    margin-left: 45px;
    text-align: left;
    height: 30px;
}
.login-wrap .content-wrap .box .scanbg .scantext .scana {
    color: #0c7df5;
}