
#back_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    background: url('/image/DL.png') no-repeat;
    background-size: cover;
    background-position: 10% 10%;
}

.container {
    width: 100%;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.condition {
    font-size: 14px;
    margin-top: 10px;
    color: #949494;
}
.condition span {
    cursor: pointer;
}

.from_btn {
    margin-top: 15px;
}

.from_btn button {
    width: 100%;
}


.testCode {
    width: 70px;
    text-align: center;
}

.wx_login {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.wx_load {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px; height: 130px; position: absolute;top: 0;z-index: 999;cursor: pointer;background-color: rgba(0, 0, 0, 0.5);
}

.wx_loginID {
    width: 130px;
    height: 130px;
}

.wx_loginID img {
    width: 130px;
    height: 130px;
    
}

.login_demo_ruleForm {
    position: relative;
    overflow: hidden;
    padding: 24px 15px;
    background-color: #fff;
}


.right_box {
    position: absolute;
    right: 6px;
    top: 6px;
}

.right_box .right_text {
    position: absolute;
    left: -100px;
    font-size: 12px;
    color: #ff6300;
    border: 1px solid #ff6300;
    padding: 1px 3px;
    border-radius: 5px;
}


.right_box img {
    cursor: pointer;
}