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

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.PeteWrap {
  max-width: 550px;
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
  overflow-x: hidden;
  padding-bottom: 0.6rem;
  background: url('../images/beijing.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.PeteContent {
  position: relative;
  z-index: 1;
  width: 82%;
  margin: 0 auto;
  padding-top: 0.5rem;
}

.PeteHeaderBrand {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.12rem;
}

.PeteLogoImg {
  height: 0.64rem;
  object-fit: contain;
}

.PeteGreeting {
  margin-top: 0.8rem;
  width: 72%;
  padding-left: 0.2rem;
  text-align: left;
}

.PeteForm {
  margin-top: 0.42rem;
  width: 100%;
}

.PeteFormGroup {
  margin-bottom: 0.28rem;
}

.PeteFormGroup:last-of-type {
  margin-bottom: 0;
}

.PeteFormLabelRow {
  display: flex;
  align-items: center;
  gap: 0.12rem;
  margin-bottom: 0.12rem;
}

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

.PeteFormLabel {
  font-size: 0.24rem;
  font-weight: 500;
  color: #ececec;
  letter-spacing: 1px;
}

.PeteFormInput {
  display: block;
  width: 100%;
  padding: 0 0.28rem;
  font-size: 0.24rem;
  color: #fefefe;
  line-height: 0.76rem;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteFormInput::placeholder {
  color: rgba(200, 210, 220, 0.75);
  font-size: 0.24rem;
  letter-spacing: 0.02rem;
}

.PeteSubmitButton {
  display: block;
  width: 100%;
  margin-top: 0.52rem;
  padding: 0.24rem 0.32rem;
  border-radius: 999px;
  font-size: 0.32rem;
  font-weight: 700;
  letter-spacing: 0.08rem;
  text-align: center;
  cursor: pointer;
  color: #050a12;
  background: url('../images/zhuce.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteFooterNav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 0.56rem;
  padding-bottom: 0.32rem;
}

.PeteFooterLink {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
}

.PeteFooterIcon {
  height: 0.32rem;
  object-fit: contain;
}

.PeteFooterDivider {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1;
  user-select: none;
}
