.login-box {
    position: relative;
    width: 488px;
    height: 534px;
    background-image: url('https://cdn.genwan.com/index/hyz_login.png');
    background-repeat: no-repeat;
    background-size: 488px 534px;
    margin: 0 auto;
}
.layui-layer-page #LAY_layuipro_login{
    padding-top: 30px !important;
    box-shadow: none;
    height: 540px !important;
}
.layui-layer{
    box-shadow: none;
}
/* .login-box .login-left,
.login-box .login-left .l-register {
    width: 622px;
}

.login-box .login-left .l-register .l-title {
    height: 73px;
    padding: 57px 20px 0 38px;
    line-height: 64px;
    font-size: 55px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    text-align: center;
}

.login-box .login-left .l-register .l-title span {
    color: #F8C501;
}

.login-box .login-left .l-register .l-number {
    height: 34px;
    padding: 0 20px 0 38px;
    margin-top: 16px;
    line-height: 30px;
    font-size: 26px;
    font-family: Microsoft YaHei-Bold, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.login-box .login-left .l-register .l-number span {
    margin: 0 5px;
    color: #FEE46B;
} */

.login-box .login-right {
    width:100%;
    padding-top: 266px;
}

.login-box .login-right .login-main .wx-login {
    margin: 12px 0;
}

.login-box .login-right .login-main .wx-login .r-qr-code {
    position: relative;
    width: 190px;
    height:190px;
    margin: 0 auto 8px;
    border-radius: 10px;
}

.login-box .login-right .login-main .wx-login .r-qr-code .r-img {
    width: 198px;
    height:196px;
    border-radius: 10px;
}

.login-box .login-right .login-main .wx-login .r-qr-code .shade-code {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
}

.login-box .login-right .login-main .wx-login .r-qr-code .shade-code .refre-img {
    width: 20px;
    height: 20px;
    background-image: url('../images/login/refresh.png');
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.login-box .login-right .login-main .wx-login .r-qr-code .shade-code .refre-txt {
    margin-top: 10px;
    font-size: 12px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    color: #fff3f2;
}

.login-box .login-right .login-main .wx-login .open-wx {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.login-box .login-right .login-main .login_agreement {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 400;
    color: #F1C9AE;
    text-align: center;
}

.login-box .login-right .login-main .login_agreement a {
    color: #F1C9AE;
}

.login-box .login-close {
    position: absolute;
    top: -12px;
    right: 0;
    width: 30px;
    height: 30px;
    background-image: url('../images/login/iconCloseBtn.png');
    background-repeat: no-repeat;
    background-size: 30px 30px;
    cursor: pointer;
}

