#password_main {
    position: relative;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #0c49c9 !important;
}

#password_main p {
    position: absolute;
    right: 0px;
    bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

#ForgotPassword {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

#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;
}

#verifyNo {
    width: 258px;
    height: 40px;
    background: #ffffff;
    border-radius: 2px;
    float: left;
}

#TencentCaptcha {
    width: 102px;
    height: 40px;
    background: #ffffff;
    border: 1px solid #dfe0e3;
    border-radius: 2px;
    margin-left: 8px;
    color: #999;
}

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

.zh_mima a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
}

.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;
}

#ForgotPassword_yd {
    display: none;
}

@media screen and (max-width: 1024px) {
    .layui-input, .layui-textarea {
        padding-left: 0px;
    }

    #ForgotPassword {
        display: none;
    }

    #ForgotPassword_yd {
        display: block;
    }

    .layui-input, .layui-select, .layui-textarea, #TencentCaptcha {
        border: none;
    }

    .layui-input-block {
        border-bottom: 0.5px solid #dfe0e3;
    }

    #verifyNo {
        width: 70%;
    }

    #TencentCaptcha {
        width: 27%;
    }

    .SignLn {
        width: 100%;
    }
}
