*,
*::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-image: url('../images/beijing.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
}

.PeteModuleBlock {
  width: 88%;
  margin: 0 auto;
}

.PeteTopBanner {
  padding: 0.64rem 14% 0.44rem 8%;
  color: #fff;
  position: relative;
}

.PeteHeaderImg {
  width: 100%;
}

.PeteFormShell {
  flex: 1;
  margin-top: -0.06rem;
  border-radius: 0.32rem 0.32rem 0 0;
  background: #ececec;
  position: relative;
  padding: 0.66rem 0 0.26rem;
}

.PeteServiceBtn {
  position: absolute;
  right: 0;
  top: -0.16rem;
  width: 32%;
}

.PeteFormNote {
  text-align: left;
  color: #585858;
  font-size: 0.28rem;
  font-weight: 300;
  padding-left: 0.2rem;
  letter-spacing: 1px;
  margin-bottom: 0.34rem;
}

.PeteFormItem {
  height: 1.14rem;
  background: #ebebeb;
  border: 0.02rem solid #dfdfdf;
  border-radius: 0.16rem;
  display: flex;
  align-items: center;
  gap: 0.14rem;
  padding: 0 0.24rem;
  margin-bottom: 0.22rem;
}

.PeteFormIcon {
  width: 0.54rem;
}

.PeteFormInput {
  flex: 1;
  font-size: 0.28rem;
  color: #333;
  letter-spacing: 1px;
}

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

.PeteEyeIcon {
  width: 0.48rem;
}

.PeteRegisterBtn {
  margin-top: 0.26rem;
  width: 100%;
  height: 1rem;
  text-align: center;
  line-height: 1rem;
  border-radius: 0.52rem;
  background: #ff3138;
  color: #fff;
  font-weight: 300;
  text-decoration: underline;
  font-size: 0.34rem;
}

.PeteBottomActions {
  margin-top: 0.36rem;
  display: flex;
  justify-content: space-between;
  color: #2e2e2e;
  font-size: 0.28rem;
  padding: 0 0.04rem;
}

.PeteBottomActions span {
  color: #c7222a;
  text-decoration: underline;
  letter-spacing: 1px;
}
.PeteBottomActions p:last-child {
  color: #c7222a;
  text-decoration: underline;
  letter-spacing: 1px;
  font-weight: bolder;
}

.PeteFooterBar {
  width: 100%;
}

.PeteFooterBar img {
  width: 100%;
}
