*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  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;
  background-color: #050a18;
  display: flex;
  flex-direction: column;
}
.PeteWrap::-webkit-scrollbar {
  display: none; 
}
.PeteFloatActions {
  position: absolute;
  top: 2.3rem;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.14rem;
}

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

.PeteFloatBtnIcon {
  height: 0.66rem;
  object-fit: contain;
  flex-shrink: 0;
}

.PeteHeroBlock {
  position: relative;
  z-index: 1;
  width: 84%;
  margin: 0 auto;
  padding-top: 0.88rem;
}

.PeteHeroTitleImg {
  width: 100%;
}

.PeteContent {
  position: relative;
  z-index: 2;
  width: 88%;
  margin: 90% auto 0;
  padding-top: 0.48rem;
  padding-bottom: 0.36rem;
}

.PeteForm {
  width: 100%;
}

.PeteInputPill {
  display: flex;
  align-items: center;
  gap: 0.14rem;
  min-height: 1.08rem;
  padding: 0 0.22rem;
  border-radius: 999px;
  background: url('../images/shuru.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-bottom: 0.3rem;
}

.PeteInputIcon {
  width: 0.6rem;
  object-fit: contain;
}

.PeteInputControl {
  flex: 1;
  min-width: 0;
  height: 0.88rem;
  font-size: 0.28rem;
  color: #333;
  letter-spacing: 0.02rem;
}

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

.PeteToggleEye {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  opacity: 0.85;
}

.PeteToggleEye img {
  width: 0.5rem;
  object-fit: contain;
}

.PeteSubmitBtn {
  display: block;
  width: 100%;
  margin-top: 0.12rem;
  min-height: 0.9rem;
  border-radius: 999px;
  font-size: 0.32rem;
  letter-spacing: 0.1rem;
  text-align: center;
  color: #ffffff;
  background: url('../images/denglu.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteLoginHint {
  margin-top: 0.4rem;
  text-align: center;
}

.PeteLoginLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
}

.PeteLoginLinkText {
  font-size: 0.26rem;
  color: #fefefe;
  letter-spacing: 1px;
}
.PeteLoginLinkText span {
  text-decoration: underline;
}
