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

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

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

ul {
  list-style: none;
}

body {
  background-color: #041230;
}

.PeteWrap {
  max-width: 550px;
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  padding-top: 6.5rem;
  padding-bottom: 0.3rem;
  background: url('../images/beijing.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ========== Header / Hero ========== */

.PeteHeroBg {
  height: 0.76rem;
  width: 1.7rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}

/* ========== Form Card ========== */
.PeteFormCard {
  width: 88%;
  margin: 0 auto;
  padding: 1.5rem 0.46rem 0.34rem;
  border-radius: 0.2rem;
  margin-top: -0.3rem;
  background: url('../images/kuang.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ========== Form Inputs ========== */
.PeteFormItem {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  height: 0.82rem;
  padding: 0.2rem 0.2rem;
  margin-bottom: 0.16rem;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

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

.PeteFormInput {
  flex: 1;
  width: 100%;
  min-width: 0;
  line-height: 0.72rem;
  font-size: 0.24rem;
  color: #f5e6c8;
}

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

.PeteFormEye {
  width: 0.4rem;
  height: 0.4rem;
  flex-shrink: 0;
  object-fit: contain;

}

.PeteFormEyeActive {
  opacity: 1;
}

.PeteFormItemCaptcha {
  padding-right: 0.12rem;
}

.PeteCaptchaBtn {
  flex-shrink: 0;
  height: 0.48rem;
  line-height: 0.46rem;
  padding: 0 0.14rem;
  border-radius: 0.08rem;
  font-size: 0.2rem;
  color: #4a94f3;
  white-space: nowrap;
  letter-spacing: 1px;
}

.PeteCaptchaBtnDisabled {
  opacity: 0.55;
  cursor: not-allowed;
}

/* ========== Agreement ========== */
.PeteAgreement {
  display: flex;
  align-items: flex-start;
  gap: 0.1rem;
  margin: 0.28rem 0 0.28rem;
}

.PeteAgreeCheck {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.PeteAgreeBox {
  width: 0.26rem;
  height: 0.26rem;
  margin-top: 0.02rem;
  border-radius: 50%;
  border: 1px solid #3e829a;
  background: rgba(0, 0, 0, 0.2);
  position: relative;
}

.PeteAgreeCheck:checked + .PeteAgreeBox::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 50%;
  background: #4c79f6;
  transform: translate(-50%, -50%);
}

.PeteAgreeText {
  font-size: 0.2rem;
  line-height: 1.5;
  color: rgba(240, 240, 240, 0.675);
}

.PeteAgreeLink {
  color: #4a94f3;
  text-decoration: none;
}

/* ========== Submit ========== */
.PeteSubmitBtn {
  width: 100%;
  line-height: 0.9rem;
  border-radius: 0.24rem;
  font-size: 0.3rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06rem;
  color: #fefefe;
  background: url('../images/dneglu.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* ========== Footer ========== */
.PeteFooter {
  width: 88%;
  margin: 0.2rem auto 0;
  text-align: center;
}

.foo {
  margin-top: 0.3rem;
  text-align: center;
  font-size: .32rem;
  font-weight: 500;
  line-height: .44rem;
  color: #fff;
  padding-bottom: 0.2rem;
}
.foo span{
  color: #ff7100;
  border-bottom: #ff7100 solid 1px;
}