html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url("../file/bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.忘记密码主界面 {
    height: 100%;
    width: 100%;
    font-family: SourceHanSansCN-Regular;
}

.图标LGOGO-图标 {
    display: inline-block;
    margin: 17px auto auto 24px;
}

.图标LGOGO-文字 {
    font-size: 18px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.65);
    display: inline-block;
    position: absolute;
    left: 67px;
    top: 10px;
}

.忘记密码容器 {
    width: 90%;
    max-width: 562px;
    height: 500px;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(121, 121, 121, 0);
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.忘记密码容器-第一步内容 {
    width: 95%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.忘记密码容器-标题 {
    font-size: 28px;
    font-weight: 700;
    color: #1890ff;
    display: block;
    margin: 35px auto 12px auto;
    text-align: center;
}

.忘记密码容器-提示 {
    font-size: 14px;
    color: #1890ff;
    display: block;
    margin: 0px auto 25px auto;
    text-align: center;
}

.忘记密码容器-第一步内容-表单表项 {
    height: 38px;
    width: 336px;
    /* width: 100%; */
    margin: 0px auto 30px 128px;
}

.忘记密码容器-第一步内容-换验证 {
    font-size: 12px;
    color: #666666;
    position: relative;
    top: -20px;
    left: 350px;
}

.忘记密码容器-第一步内容-注册账号 {
    font-size: 14px;
    color: #1890ff;
}

.忘记密码容器-第一步内容-已有账号登入 {
    font-size: 14px;
    color: #1890ff;
}

.忘记密码容器-下一步按钮 {
    width: 335px;
    /* width: calc(100% - 40px); */
    height: 38px;
    font-size: 16px;
    background-color: #1890ff;
    margin: 0px auto 28px 122px;
}

.忘记密码容器-第一步内容-注册账号 {
    font-size: 14px;
    color: #1890ff;
    display: block;
    margin: 0px auto 15px 400px;
}

.忘记密码容器-第一步内容-已有账号登入 {
    font-size: 14px;
    color: #1890ff;
    display: block;
    margin: 0px auto 38px 400px;
}

.忘记密码容器-第二步内容-表单表项 {
    height: 38px;
    width: 336px;
    margin: 0px auto 20px 128px;
}

.忘记密码容器-第二步内容-重发验证码 {
    color: #1890ff;
    position: relative;
    top: -50px;
    right: -470px;
}

.忘记密码容器-第二步内容-重发验证码提示 {
    font-size: 13px;
    color: #f90707;
    position: relative;
    top: -20px;
    right: -75px;
}

.忘记密码容器-第二步内容-提交按钮 {
    width: 335px;
    height: 38px;
    margin-left: 122px;
}

.忘记密码容器-第二步内容-上一步按钮 {
    width: 335px;
    height: 38px;
    margin-left: 122px;
}

.忘记密码容器-第二步内容-已有账号登入 {
    font-size: 14px;
    color: #1890ff;
    margin-left: 400px;
}

.忘记密码容器-第三步内容-成功图标 {
    width: 133px;
    height: 125px;
    margin: 0px auto 0px auto;
}

.忘记密码容器-第三步内容-成功提示 {
    width: 100%;
    font-size: 18px;
    display: block;
    text-align: center;
    margin: 24px 0px 28px 0px;
}

.忘记密码容器-第三步内容-登录按钮 {
    width: 335px;
    height: 38px;
    font-size: 16px;
    margin-left: 115px;
}

.备案号 {
    width: 100%;
    height: 15px;
    font-size: 13px;
    color: #1890ff;
    position: fixed;
    bottom: 23px;
    left: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .忘记密码容器-第一步内容-表单表项 {
        width: 90%;
        margin: 0px auto 30px 30px;
    }

    .忘记密码容器-下一步按钮 {
        width: calc(100% - 47px);
        margin: 0px auto 28px 30px;
    }

    .忘记密码容器-第三步内容-登录按钮 {
        width: calc(100% - 92px);
        margin-left: 45px;
    }

    .忘记密码容器-第三步内容-登录按钮 {
        width: calc(100% - 47px);
        margin-left: 30px;
    }

    .忘记密码容器-第二步内容-表单表项 {
        width: 90%;
        margin: 0px auto 30px 30px;
    }

    .忘记密码容器-第二步内容-提交按钮 {
          width: calc(100% - 62px);
        margin-left: 30px;
    }

       .忘记密码容器-第二步内容-上一步按钮 {
        width: calc(100% - 62px);
        margin-left: 30px;
    }

    .忘记密码容器-第二步内容-重发验证码提示 {
        right: 21px;
    }
    .忘记密码容器-第二步内容-重发验证码 {
    top: -60px;
    right: -455px;
}
}

@media (max-width: 480px) {
    .忘记密码容器-第一步内容-表单表项 {
        width: 75%;
        margin: 0px auto 30px 36px;
    }

    .忘记密码容器-下一步按钮 {
        width: calc(100% - 92px);
        margin: 0px auto 28px 45px;
    }

    .忘记密码容器-第一步内容-换验证 {
        left: 200px;
    }

    .忘记密码容器-第三步内容-登录按钮 {
        width: calc(100% - 92px);
        margin-left: 45px;
    }

    .忘记密码容器-第三步内容-登录按钮 {
        width: calc(100% - 47px);
        margin-left: 30px;
    }

    .忘记密码容器-第二步内容-表单表项 {
        width: 75%;
        margin: 0px auto 30px 53px;
    }

    .忘记密码容器-第二步内容-提交按钮 {
        width: 335px;
        margin-left: 35px;
    }

    .忘记密码容器-第二步内容-上一步按钮 {
        width: 335px;
        margin-left: 35px;
    }

    .忘记密码容器-第二步内容-重发验证码提示 {
        right: 21px;
    }
    .忘记密码容器-第二步内容-已有账号登入 {
    margin-left: 280px;
}
.忘记密码容器-第二步内容-重发验证码 {
    top: -58px;
    right: -265px;
}
.忘记密码容器-第一步内容-注册账号 {
    margin: 0px auto 15px 240px;
}

.忘记密码容器-第一步内容-已有账号登入 {
    margin: 0px auto 38px 235px;
}
}