.r-a {
    height: calc(100vh - 130px);
    background-image: url("../images/login_register_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
}

.r-a-a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.r-a-a-a {
    width: 1180px;
    height: 570px;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 32px;
    padding: 0 50px;
    display: flex;
    align-items: center;
}

.r-a-a-a-a {
    flex: 1;
    color: #FFFFFF;
    font-size: 28px;
}

.r-a-a-a-a-a {
    display: flex;
    margin-top: 30px;
}

.r-a-a-a-a-a:nth-child(1) {
    margin-top: 0;
}

.r-a-a-a-a-a:nth-child(2) {
    font-weight: bold;
    font-size: 32px;
}

.r-a-a-a-a-a:nth-child(3) span {
    display: inline-block;
    box-sizing: border-box;
    background-color: #0053EE;
    border-radius: 8px;
    width: 150px;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

.r-a-a-a-a-a span {
    margin-left: 30px;
}

.r-a-a-a-a-a span:first-child {
    margin-left: 0;
}

.r-a-a-a-b {
    width: 350px;
    height: 370px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 20px;
}

.r-a-a-a-b-a {
    text-align: center;
    font-size: 28px;
    color: #0053EE;
    line-height: 33px;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
}

.r-a-a-a-b-b {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.r-a-a-a-b-b > span {
    display: inline-block;
    width: 110px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    color: #999999;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.15);
    margin-left: 30px;
    cursor: pointer;
}

.r-a-a-a-b-b > span:first-child {
    margin-left: 0;
}

.r-a-a-a-b-b > span.r-a-a-a-b-b-active {
    color: #333333;
}

.r-a-a-a-b-c {
    margin-top: 20px;
}

.r-a-a-a-b-c > div > div {
    margin-top: 10px;
}

.r-a-a-a-b-c > div > div:first-child {
    margin-top: 0;
}

.r-a-a-a-b-c-code {
    display: flex;
}

.login_register_form_agreement {
    display: flex;
    align-items: center;
    padding: 8px 10px 0;
    box-sizing: border-box;
    height: 32px;
}

.login_register_form_agreement i {
    font-size: 14px;
    color: #CCCCCC;
    margin-right: 6px;
    cursor: pointer;
}

.login-register-form-agreement {
    margin-top: 22px;
    display: flex;
    align-items: center;
}

.login-register-form-agreement i {
    cursor: pointer;
}

.login-register-form-agreement i.icon-duoxuankuang1 {
    color: #3870F6;
}

.login-register-form-agreement span {
    color: #999999;
    font-size: 12px;
}

.login-register-form-agreement span.agreement_text_btn {
    color: #3870F6;
    cursor: pointer;
}

.r-a-a-a-b-d {
    box-sizing: border-box;
    height: 46px;
    line-height: 46px;
    background-color: #0053EE;
    border-radius: 4px;
    font-size: 20px;
    color: #FFFFFF;
    cursor: pointer;
    text-align: center;
    margin-top: 12px;
}

.r-a-a-a-b-e {
    text-align: right;
    margin-top: 10px;
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px;
    margin-bottom: 10px;
}

.r-a-a-a-b-e a {
    color: #0053EE;
    text-decoration: none;
}

.agreement_content > div {
    font-size: 14px;
    line-height: 32px;
    color: #333;
}

.agreement_content > div.agreement_title {
    font-weight: bold;
}

.agreement_content_dialog {
    border-radius: 10px;
}

.agreement_content_dialog .btn {
    display: inline-block;
    background-color: #3870F6;
    width: 112px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    color: #ffffff;
}

.el-button--primary:focus, .el-button--primary:hover {
    background-color: #3870F6;
    border-color: #3870F6;
}

.el-message-box__btns {
    text-align: center;
}

.r-a-a-a-b-c-code .el-input {
    flex: 1;
}

.code-btn {
    margin-left: 12px;
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    background-color: #0053EE;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.get-code-btn-disabled {
    cursor: not-allowed !important;
    pointer-events: none;
}