body {
    font-family: Arial, sans-serif;
}

.header{
    position: fixed;
    top: 20px;
    left: 20px;
}

.product-img1{
    width: 56px;

    float: left;
}
.describe{
    float: left;
    padding-left: 10px;
}

.describe .title{
    color: #333;
    font-size: 24px;

}

.describe .sub-title{
    color: #333;
    font-size: 16px;

}

.img-div{
    position: fixed;
    display: flex;
    align-items: center;
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
    background: #6972FF;
}

.img-div img{
    align-items: center;
    width: 100%;
}

.container{
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    width: 75%;
    height: 100%;
    line-height: 500px;

}

.inner-div{
    display: table-cell;
    vertical-align: middle;

}
.login-div{
    margin: auto;
    width: 520px;
    height: 620px;
    line-height: 20px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0px 0px 12px 0px rgba(210, 210, 210, 47);
    border: 1px solid rgba(210, 210, 210, 100);
}
.login-div .title{
    margin-top: 107px;
    color: #101010;
    font-size: 28px;

}

.login-div .tip{
    color: #666;
    font-size: 16px;
    margin-top: 16px;

}

.tip a{
    color: #6972FF;
    text-decoration: none;
}

.qrcode{
    position: relative;
    margin-top: 52px;
    text-align: center;

}
.qrcode img{
    display: block;
    width: 216px;
    margin-left: 152px;
    cursor: pointer;
}


.qr_success img{
    opacity: 0.1;
}
.qrcode .success_tip{
    width: 160px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    margin: auto;
    line-height: 28px;
    font-size: 20px;
    color: #000;

    cursor: pointer;
}

.auto-login{
    margin-top: 52px;

    color: #666;
    font-size: 16px;

}

input#auto-login{
    vertical-align:middle;
    margin-top: 1px;
    width: 18px;
    height: 18px;
}

.footer{
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #999;
    font-size: 14px;
}

.footer a {
    color: #999 !important;
    text-decoration: none;
}

@media screen and (max-width: 1500px){
    .login-div{
        width: 436px;
        height: 520px;
    }

    .qrcode img{
        width: 216px;
        margin-left: 110px;
    }
}