.PetePage {
  width: 100%;
  min-height: 100vh;
  max-width: 550px;
  margin: 0 auto;
  background: #fefefe;
  background-image: url('../images/beijing.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0.4rem;
  display: flex;
  flex-direction: column;
}

.PeteHeader {
  width: 46%;
  margin: 0 auto;
  padding-top: 1rem;
}

.PeteHeaderImg {
  width: 100%;
  display: block;
}

.PeteMain {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.16rem;
  padding-bottom: 0.2rem;
  margin-top: 0.3rem;
}

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

.PeteSloganCard {
  margin-top: 0.3rem;
}

.PeteSloganCard img {
  width: 100%;
}

.PeteFormCard {
  border-radius: 0.22rem;
  padding: 1.2rem 0.7rem 0.7rem;
  background-image: url('../images/kuang.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.PeteFormTitle {
  text-align: center;
  color: #fcf150;
  font-size: 0.34rem;
  font-weight: 300;
  padding-bottom: 0.3rem;
  letter-spacing: 1px;
}

.PeteInputList {
  display: grid;
  gap: 0.12rem;
}

.PeteInputItem {
  background-image: url('../images/shuru.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
}

.PeteInput {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.8rem;
}

.PeteInput::placeholder {
  color: #e9c8c3;
  font-size: 0.28rem;
}

.PeteRegisterBtn {
  position: absolute;
  bottom: -0.6rem;
  left: 50%;
  transform: translateX(-50%);
  width: 76%;
  text-align: center;
  border-radius: 999rem;
  font-size: 0.38rem;
  font-weight: 600;
  line-height: 0.88rem;
  letter-spacing: 2px;
  color: #fff7f0;
  background-image: url('../images/zhuce.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.PeteLoginLine {
  margin-top: 0.72rem;
  text-align: center;
  color: #645e5c;
  font-size: 0.25rem;
}

.PeteLoginLine span {
  color: #b6261e;
}

.PeteBottomAction {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
}

.PeteActionBtn {
  width: 2.3rem;
}

.PeteFooterText {
  text-align: center;
  color: #fefefe;
  font-size: 0.22rem;
  padding: 0.06rem 0.2rem 0.14rem;
}
