*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  display: block;
  width: 100%;
}

button,
input {
  border: 0;
  background: transparent;
  outline: none;
}

.PetePageWrap {
  width: 100%;
  min-height: 100vh;
  max-width: 550px;
  margin: 0 auto;
  background: #fefefe;
  background-image: url('../images/baidi.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom;
}

.PeteTopBanner {
  width: 100%;
}

.PeteModuleBlock {
  width: 88%;
  margin: 0 auto;
  margin-top: -1rem;
  border-radius: 0.4rem 0.4rem 0 0;
  padding: 0 0.3rem 0.44rem;
}

.PeteFormItem {
  padding: 0.14rem 0 0.24rem 0;
  border-bottom: 0.02rem solid #e8e8e8;
}

.PeteFormItem + .PeteFormItem {
  margin-bottom: 0.15rem;
}

.PeteFormIcon {
  width: 0.5rem;
}

.PeteFormTextWrap {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.PeteFormLabel {
  color: #2f2f2f;
  font-size: 0.32rem;
  letter-spacing: 1px;
}

.PeteFormInput {
  width: 100%;
  font-size: 0.3rem;
  color: #3a3a3a;
  margin-top: 0.16rem;
  padding-left: 0.2rem;
}

.PeteFormInput::placeholder {
  color: #c9caca;
  font-size: 0.3rem;
  letter-spacing: 1px;
}

.PeteRegisterBtn {
  margin-top: 0.36rem;
  width: 100%;
  text-align: center;
  line-height: 0.92rem;
  border-radius: 1rem;
  background: linear-gradient(180deg, #65a3f5 0%, #3f73ea 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.4rem;
}

.PeteBottomActions {
  margin-top: 0.6rem;
  display: flex;
  justify-content: center;
  gap: 0.24rem;
}

.PeteBottomActionImg {
  width: 30%;
}
