.register_logo {
    width: 60px;
    height: 40px;
}

.register_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top_left {
    display: flex;
    align-items: center;
}

.r_title {
    padding-top: 8px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 800;
}

.right_user {
    font-size: 12px;
    width: 200px;
    display: flex;
    align-items: center;
}

.register_bcg {
    background-color: #315a9c;
    height: 60px;
    margin-bottom: 20px;
}

.r_padding {
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.user_register {
    width: 200px;
    height: 40px;
    background: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.step {
    height: 100px;
}

.register_content {
    padding: 0 50px;
}

.register_title {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #333;
}

.label_width {
    display: flex;
    width: 120px;
    font-weight: 700;
    text-align-last: justify;
    justify-content: space-between;
    margin-right: 20px;
}

.form-group {
    overflow: hidden;
    margin-top: 20px;
    padding: 0 50px;
}

.register_margin {
    padding-top: 30px;
}

.register_red {
    color: #b5001c;
    font-size: 14px;
    font-weight: 600;
}

.r_select {
    width: 120px;
}

.margin_input {
    margin-left: 20px;
}

.select_width {
    width: 30%;
    margin-right: 20px;
}

.register_code {
    width: 200px;
}

.r_button {
    width: 200px;
    border: none;
    background-color: #ebf4fb;
    color: #75b2f5;
    height: 40px;
}

.next {
    width: 200px;
    height: 40px;
    border: none;
    background-color: #4293f4;
    color: #fff;
}

.submit_btn {
    padding: 0 50px;
    margin-bottom: 20px;
}

.phone {
    width: 100%;
}

.label_test {
    width: 91px;
}

.r_test {
    width: 100%;
    display: flex;
}

.register_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.blue_btn {
    border: none;
    background-color: #315a9c;
    color: #fff;
    width: 140px;
    padding: 5px 0;
    border-radius: 5px;
}

input {
    border: 4px solid #315a9c;
}

.min_input {
    width: 12.5rem;
}

.right_btn {
    width: 100%;
    height: 100%;
}

.right_blue_btn {
    height: 34px;
    background: #315a9c;
    border: none;
    width: 120px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.num {
    height: 34px;
    background: #315a9c;
    border: none;
    width: 120px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.left_style {
    width: 100px;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
}
.form-group{
    padding: 0;
}