#modify {
    width: 800px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 247px;
}

.modify_top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.modify_top img {
    width: 242px;
    height: 41px;
}

#modify_bottom h2 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 22px;
    font-weight: 500;
    color: #323232;
}

.modify_top ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 9px;
}

.modify_top ul li, .modify_top ul li a {
    color: #999999;
}

.modify_top ul li {
    margin-right: 26px;
    font-size: 14px;
    font-weight: 400;

}

.modify_top ul li:nth-child(2) {
    margin-left: 26px;
}

.modify_top ul li:nth-child(2) a:hover, .modify_top ul li:nth-child(3):hover {
    color: #003793;
    cursor: pointer;
}

.modify_top ul li:nth-child(3) {
    margin-right: 0px;
}

#modify_bottom {
    width: 800px;
    margin: 0 auto;
    margin-top: 36px;
    padding: 50px 0px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 14px 0px rgba(195, 195, 195, 0.29);

    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */

}

#modify_bottom form {
    width: 368px;
    margin: 0 auto;

}

.layui-form-label {
    width: 81px;
    height: 38px;
    background: #f8f9fb;
    border: 1px solid #dfe0e3;
    border-radius: 2px 0px 0px 2px;
    padding: 0px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    border-right: none;

}

.layui-input, .layui-select, .layui-textarea {
    border: 1px solid #dfe0e3;
    height: 40px;
}

.layui-input-block {
    margin-left: 82px;
}

#ForgotPassword_right {
    width: 368px;
    height: 458px;
    padding: 50px 26px;
    margin-top: 67px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 14px 0px rgba(195, 195, 195, 0.29);
}

.zhmm_title {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #323232;
    margin-bottom: 43px;
}

.tab-box form {
    display: none;
    margin-top: 30px;
}

.tab-box form:nth-child(1) {
    display: block;
}

/* .layui-input-block {
    margin-left: 0px;
} */
#code .layui-input-block {
    margin-left: 0px;
}

#code .layui-input-block input#verifyNo {
    width: 258px;
    float: left;
}

#TencentCaptcha {
    width: 100px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dfe0e3;
    border-radius: 2px;
    float: right;
    color: #999;
}

.SignLn {
    width: 368px;
    height: 40px;
    background: #003793;
    border: 1px solid #003793;
    border-radius: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 40px;
    margin-bottom: 10px;
}

.ts {
    height: 36px;
    line-height: 36px;
}

#modify_Yd {
    display: none;
}

@media screen and (max-width: 1024px) {
    #modify {
        display: none;
    }

    #modify_Yd {
        display: block;
    }

    .layui-input, .layui-select, .layui-textarea {
        border: none;
        background: transparent;
    }

    .layui-form-label {
        background: transparent;
        border: none;
        border-bottom: 0.5px solid #dfe0e3;
        height: 40px;
        text-align: left;
        width: 56px;
    }

    .layui-input-block {
        border-bottom: 1px solid #dfe0e3;
        margin-left: 56px;
    }

    #code .layui-input-block input#verifyNo {
        width: 70%;
    }

    #TencentCaptcha {
        width: 30%;
        border: none;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        color: #323232;
    }

    .SignLn {
        width: 100%;
    }
}
