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

a {
  text-decoration: none;
}

ul {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

button,
input,
textarea,
select {
  border: none;
  outline: none;
  background: none;
  font: inherit;
}

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

.PeteWrap {
  max-width: 550px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ========== Header ========== */
.PeteHeader {
  width: 100%;
  height: 7rem;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  background: url('../images/shang.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.PeteHeaderImg {
  width: 56%;
}
.PeteFormTop {
  width: 82%;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  padding: 0.14rem 0.2rem;
  margin-bottom: 0.1rem;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ========== Bot ========== */
.PeteBot {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-bottom: 1.5rem;
  background: url('../images/xia.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ========== Form Card ========== */
.PeteFormCard {
  width: 88%;
  margin: 0 auto 0.24rem;
  padding: 0 0.24rem 0.08rem;
  border-radius: 0.2rem;
}

.PeteFormItem {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.1rem;
  padding: 0.14rem 0.2rem;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteFormIcon {
  width: 0.36rem;
  height: 0.36rem;
  flex-shrink: 0;
  object-fit: contain;
}

.PeteFormLabel {
  flex-shrink: 0;
  width: 1.3rem;
  font-size: 0.22rem;
  font-weight: 600;
  color: #333333;
  white-space: nowrap;
  letter-spacing: 1px;
}

.PeteFormInput {
  width: 70%;
  height: 0.44rem;
  font-size: 0.22rem;
  color: #222222;
}

.PeteFormInput::placeholder {
  color: #a2a2a7;
  font-size: 0.22rem;
}

/* ========== Submit ========== */
.PeteSubmitBtn {
  width: 82%;
  margin: 0 auto 0.18rem;
}

.PeteSubmitArrow {
  width: 100%;
}

.PeteLoginLink {
  width: 88%;
  margin: 0 auto 0.28rem;
  font-size: 0.22rem;
  color: #333;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 1px;
}

.PeteLoginLink span {
  text-decoration: underline;
  font-size: 0.22rem;
  font-weight: bolder;
  color: #633615;
  text-align: center;
  line-height: 1.2;
}

/* ========== Help ========== */
.PeteHelpRow {
  width: 88%;
  margin: auto auto 0.24rem;
  display: flex;
  align-items: stretch;
  gap: 0.16rem;
}

.PeteHelpItem {
  flex: 1;
}

.PeteHelpIcon {
  width: 100%;
  flex-shrink: 0;
  object-fit: contain;
}
