.form-pwd {
  position: relative;
}

.form-pwd img {
  width: 100%;
}

.form-pwd__box {
  position: absolute;
  top: 80%;
  left: 0;
  right: 0;
  width: 90%;
  height: 6.48rem;
  background: #ffffff;
  box-shadow: 0rem 0.08rem 0.27rem 0rem rgba(0, 0, 0, 0.06);
  border-radius: 0.13rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-pwd__box__content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 80%;
}

.button {
  width: 80%;
  height: 1.15rem;
  background: #0052a0;
  border-radius: 0.06rem;
  text-align: center;
  line-height: 1.15rem;
  color: #fff;
  font-size: 0.43rem;
  margin-top: 0.5rem;
}

.number {
  line-height: 1.43rem;
  height: 1.43rem;
  font-size: 1.01rem;
  font-weight: 400;
  color: #000000;
  text-align: center;
  width: 100%;
}

.number input {
  width: 80%;
  outline: none;
  border: none;
  border-bottom-color: #e0e0e0;
  text-align: center;
  border-bottom: 0.01rem solid #e0e0e0;
}

.tip {
  font-size: 0.37rem;
  font-weight: 400;
  color: #666666;
}
