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

a {
  text-decoration: none;
}

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

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

body {
  min-width: 320px;
  background: #e6f6ff;
}

.PeteWrap {
  width: 100%;
  max-width: 550px;
  min-height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  color: #173d70;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  background: url('../images/beijing.jpg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteMain {
  display: flex;
  width: 100%;
  align-items: center;
  flex-direction: column;
}

.PeteRegisterCard {
  width: 92%;
  padding: 0.2rem 0.38rem 0.22rem;
  border-radius: 0.24rem;
  background: url('../images/kuang.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-shadow: 0 0.05rem 0.16rem rgba(24, 110, 170, 0.15);
}

.PeteRegisterHeading {
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.PeteLoginLink {
  margin-top: 0.1rem;
  color: #36577c;
  font-size: 0.2rem;
  color: #435d7b;
  white-space: nowrap;
}

.PeteLoginLink span {
  color: #087fdc;
  font-weight: 700;
}

.PeteRegisterForm {
  width: 100%;
  margin-top: 0.19rem;
}

.PeteFormItem {
  display: flex;
  width: 100%;
  height: 0.67rem;
  align-items: center;
  margin-bottom: 0.13rem;
  padding: 0 0.24rem;
  border-radius: 0.1rem;
  background: url('../images/shuur.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.PeteFormIcon {
  position: relative;
  width: 0.4rem;
  margin-right: 0.26rem;
}
.PeteFormItem input {
  min-width: 0;
  flex: 1;
  color: #3b5878;
  font-size: 0.22rem;
}

.PeteFormItem input::placeholder {
  color: #a7b4c3;
  font-size: 0.22rem;
}

.PeteFormItem small {
  color: #8f9cad;
  font-size: 0.16rem;
  white-space: nowrap;
}

.PeteEyeIcon {
  position: relative;
  width: 0.36rem;
}
.PetePasswordTip {
  margin: -0.04rem 0 0.13rem 0.92rem;
  color: #8593a6;
  font-size: 0.16rem;
}

.PeteAgreement {
  display: flex;
  align-items: center;
  margin: 0.12rem 0 0.18rem;
  color: #263d60;
  font-size: 0.15rem;
  padding-left: 0.1rem;
}

.PeteAgreement input {
  position: absolute;
  opacity: 0;
}

.PeteAgreementCheck {
  position: relative;
  width: 0.29rem;
  height: 0.29rem;
  flex: 0 0 0.29rem;
  margin-right: 0.13rem;
  border: 0.025rem solid #0e4c89;
  border-radius: 50%;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.PeteAgreementCheck::after {
  position: absolute;
  top: 0.04rem;
  left: 0.085rem;
  width: 0.065rem;
  height: 0.12rem;
  border-right: 0.025rem solid #ffffff;
  border-bottom: 0.025rem solid #ffffff;
  content: '';
  opacity: 0;
  transform: rotate(45deg) scale(0.5);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.PeteAgreement input:checked + .PeteAgreementCheck {
  border-color: #0788e8;
  background: #0788e8;
}

.PeteAgreement input:checked + .PeteAgreementCheck::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.PeteAgrTxt {
  color: #263d60;
  font-size: 0.18rem;
}

.PeteAgrTxt span {
  color: #087ddd;
}

.PeteSubmitButton {
  width: 100%;
  height: 0.79rem;
}

.PeteSubmitButton img {
  width: 100%;
}

.PeteOtherTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.17rem;
  color: #7c8998;
  font-size: 0.18rem;
}

.PeteOtherTitle i {
  width: 0.45rem;
  height: 0.015rem;
  margin: 0 0.15rem;
  background: #9aa8b5;
}

.PeteOtherMethods {
  display: flex;
  width: 80%;
  justify-content: space-between;
  margin: 0.13rem auto 0;
}

.PeteOtherItem {
  display: flex;
  width: 42%;
  align-items: center;
  flex-direction: column;
}

.PeteServiceIcon {
  width: 0.66rem;
  height: 0.66rem;
  margin-bottom: 0.05rem;
}

.PeteOtherItem strong {
  color: #173d70;
  font-size: 0.18rem;
}

.PeteOtherItem small {
  margin-top: 0.04rem;
  color: #8491a4;
  font-size: 0.16rem;
  white-space: nowrap;
}
