.res_content {
    /* width: 70%; */
    margin: 80px auto 60px 0;
    /* background-color: white; */
}

.res_content_all {
    width: 100%;
    padding: 50px 0;
    /* height: 100px; */
    background-color: white;
}

.res_content_form {
    width: 60%;
    margin: 0 auto;
}

.layui-form-label {
    width: 120px !important;
}

.layui-form-item {
    display: flex;
}

.layui-input-block {
    width: 70%;
    margin-left: 0 !important;
}

.get_yzm {
    display: flex;
}

.get_yzm p {
    width: 140px;
    height: 40px;
    background: rgba(202, 148, 86, 0.1);
    border: 1px solid rgba(202, 148, 86, 0.1);
    color: #CA9456;
    text-align: center;
    line-height: 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #CA9456;
    letter-spacing: 3px;
    margin-left: 10px;
}

.login_content_agent_left {
    text-align: center;
    display: flex;
    width: 67%;
    margin: 20px auto;
}

.login_content_agent_left input {
    margin-right: 5px;
}

.res_content_form .layui-btn {
    width: 479px;
    height: 46px;
    background: #043E90;
    border: 1px solid #043E90;
}

.login_content_form_footer {
    width: 67%;
    margin: 0 auto;
    text-align: center;
}

.goto_res {
    width: 100%;
}

.login_content_form_footer .sub_btn {
    margin: 35px 0 0 3px;
    width: 500px;
}

#code {
    line-height: 35px !important;
}

a:hover,
a:focus {
    text-decoration: none;
}