.signup {
  height: 100%;
  min-height: 100vh;
  background-image: url(../images/signup/bg.png);
  background-size: 100% auto;
}
.signup.publicBody {
  padding: unset;
}
.signup .publicTop {
  padding-top: 57rem;
  padding-bottom: 100rem;
  position: relative;
}
.content {
  padding: 0 30rem 0 15rem;
}
.tips {
  margin-top: 5rem;
  font-size: 11rem;
  color: #666666;
}
.tips + .surebtn {
  margin-top: 5rem;
}
.forgotPwd {
  background-image: url(../images/signup/forgot_bg.png);
  background-position-y: 103rem;
  background-repeat: no-repeat;
  background-size: 360rem auto;
}
.forgotPwd .publicTop {
  padding-left: 25rem;
}
.forgotPwd .publicTopText {
  position: absolute;
  top: 100rem;
  left: 25rem;
  font-size: 18rem;
  font-weight: bold;
  color: #fff;
}
