.main-content{
    display: none;
}
.form-view .login-logo {
    width: 191px;
    height: 47px;
    background-image: url(../img/31161719396845_.pic.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 26px;
}
 .tab-title {
    font-size: 0;
    font-weight: 400;
    color: #333;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 25px;
    position: relative;
}
.form-view .tab-title-text {
    font-size: 15px;
    display: inline-block;
    position: relative;
}
.form-view .tab-title-icon {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.i-weixing-icon {
    width: 23px;
    height: 20px;
    background-image: url(../img/login_wechat_icon.png);
    background-repeat: no-repeat;
    background-position: center;
}

i {
    font-style: italic;
}
.qr-code {
    width: 200px;
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #D4D4D4;
    border-radius: 4px;
    margin: 10px auto 20px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.login-agreement{
    font-size: 12;
    color: #8d8383;
    text-align: center;
}
.qr-code .qr-img {
    width: 100%;
    height: 100%;
    display: none;
}
.qr-code .qr-loading {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(0,0,0,0.1);
    background-image: url(../img/loading.gif);
    background-position: center;
    background-repeat: no-repeat;
    filter: alpha(opacity=10) progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
}
.qr-shadow {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    filter: alpha(opacity=60) progid:DXImageTransform.Microsoft.gradient(startColorstr=#000000, endColorstr=#000000);
}
.fresh-view {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 100%;
    height: 62px;
    text-align: center;
    line-height: 24px;
    margin: auto 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}
.fresh-view .btn {
    width: 110px;
    height: 38px;
    line-height: 38px;
    background-color: #4E73FA;
    border-radius: 4px;
    margin: 0 auto;
    cursor: pointer;
}