.forget {
    display: flex;
    flex-direction: column;
}

.forget h3 {
    margin: 16% 0% 9% 10%;
    height: 4%;
    font-family: PingFang-SC-Bold;
    font-size: .24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #333333;
}

.forget_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 81%;
    height: 35%;
    margin: 0% 9.5% 11%;
}

.yq {
    padding-bottom: 2%;
    margin-bottom: 10%;
    border-bottom: .01rem solid #185fff;
}

.yq input {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

::-webkit-input-placeholder {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #c2c2c2;
}

.tel {
    padding-bottom: 2%;
    margin-bottom: 10%;
    border-bottom: .01rem solid #ebebeb;
}

.tel input {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

::-webkit-input-placeholder {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #c2c2c2;
}

.yzm {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2%;
    margin-bottom: 10%;
    border-bottom: .01rem solid #ebebeb;
}

.yzm input {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

::-webkit-input-placeholder {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #c2c2c2;
}

.yzm span {
    font-family: PingFang-SC-Medium;
    font-size: .13rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #185fff;
}

.pwd {
    padding-bottom: 2%;
    border-bottom: .01rem solid #ebebeb;
}

.pwd input {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
}

::-webkit-input-placeholder {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #c2c2c2;
}

.forget_btn button {
    width: 81%;
    height: 7%;
    margin: 0 10%;
    background-color: #185fff;
    box-shadow: 0rem .05rem .15rem 0rem rgba(194, 194, 194, 0.3);
    border-radius: .22rem;
}

.forget_btn button a {
    text-align: center;
    width: 22%;
    height: 2%;
    padding: 4% 38.5%;
    font-family: PingFang-SC-Medium;
    font-size: .16rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #ffffff;
}

.last {
    width: 40%;
    height: 2%;
    margin: 4% 31.5%;
    font-family: PingFang-SC-Medium;
}

.last span {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0rem;
    color: #999999;
}

.last a {
    font-family: PingFang-SC-Medium;
    font-size: .14rem;
    font-weight: normal;
    letter-spacing: 0rem;
    color: #185fff;
}