.bg{
    background: url("../images/login-bg.jpg") no-repeat center/cover;
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}
.fly-container{
    height: 500px;
    max-width: 1100px;
}
.login-title{
    font-size: 24px;
    color: #0099ff;
    position: absolute;
    top: 50px;
    left: 100px;
    white-space: nowrap;
}
.login-title img {
    display: block;
    max-height: 280px;
}
.login-form{
    width: 350px;
    height: 280px;
    background: #fff;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4);
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    right: 100px;
}
.login-form .form-title{
    font-size: 16px;
}
.login-form .wx-qcode{
    text-align: center;
    padding: 10px;
    position: relative;
}
.login-form .wx-qcode img{
    width: 150px;
    border: none;
}
.login-form .wx-qcode .wx-qcode-doing{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -75px;
    z-index: 1;
    background: rgba(255,255,255,0.9);
    line-height: 150px;
    text-align: center;
    color: #669;
}
.login-form .form-note{
    text-align: center;
    font-size: 14px;
    color: #999;
}