.login_register_page {
    padding-top: 40px;
    background-color: #f5f5f5;
    min-height: 100vh;
}
.ours_logos {
    width: 180px;
    height: 50px;
    margin-bottom: 40px;
}
.login_register_boxs {
    height: 650px;
    display: flex;
}

.left_image,
.right_input_login {
    height: 100%;
}

.left_image {
    width: 623px;
}

.right_input_login {
    width: 577px;
}

.right_input_login {
    padding: 80px 100px 140px 95px;
    background-color: #fff;
    border-radius: 0px 20px 20px 0px;
}

.walcome_login {
    font-size: 30px;
    color: #333333;
    font-weight: 700;
}

.mobile_phone {
    margin-bottom: 22px;
    display: flex;
    border: 1px solid #ccc;
}

.area_code {
    border-right: 1px solid #ccc;
    padding: 10px 0;
    width: 75px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #999;
}

.more_area {
    width: 13px;
    height: 8px;
    margin-left: 6px;
}

.more_area .div_image {
    width: 100%;
    height: 100%;
}


.mobile_input {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 280px;
    padding: 10px 20px;
}
.input_number {
    width: 100%;
    font-size: 16px;
    height: 21px;
}
.input_number::placeholder {
    color: #ccc;
}

/* 验证码 */
.message_code {
    margin-bottom: 20px;
    display: flex;
    border: 1px solid #ccc;
}

.messages_code {
    border-right: 1px solid #ccc;
    padding: 10px 0;
    width: 75px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    color: #999;
}

.code_input {
    display: flex;
    align-items: center;
    padding-left: 20px;
    width: 200px;
    padding-right: 20px;
}

.send_message {
    width: 105px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ec5b15;
    cursor: pointer;
    height: 100%;
}

.agree_box {
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    color: #999999;
    margin-top: 30px;
}

.agree {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    margin-right: 10px;
    cursor: pointer;
}

.text_color_orange {
    color: #ec5b15;
    cursor: pointer;
}

.login_register_btn {
    margin-bottom: 20px;
    width: 380px;
    height: 48px;
    background-image: linear-gradient(0deg,
            #e3410b 0%,
            #f16c1f 100%);
    border-radius: 24px;
    color: #fff;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
}

.password_register {
    display: flex;
    justify-content: space-between;
    color: #999;
    margin-bottom: 20px;
}

.password_login a,
.email_register a{
    cursor: pointer;
    color: #999;
}
.servers {
    color: #999;
    text-align: right;
}
.link_servers {
    cursor: pointer;
}
.login_register_fotters {
    margin-top: 50px;
}