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

a {
  text-decoration: none;
  cursor: pointer;
  color: #f2f2f2;
}

input[type='text'],
input[type='password'] {
  outline: none;
  border: none;
  background: transparent;
  font-size: 4.0741vw;
  width: 100%;
  height: 100%;
  margin-left: 1.5vw;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

ul,
li {
  list-style: none;
}

.main {
  width: 100%;
  background-color: #2760d9;
  position: relative;
}

.banner {
  background: url(./img/banner1.jpg?v=20240827) no-repeat;
  background-size: cover;
  height: 211.4815vw;
  padding-top: 136.1111vw;
}

.logo {
  background: url(./img/logo.png?v=20240827) no-repeat center;
  background-size: contain;
  width: 18.2407vw;
  height: 5.2778vw;
  position: absolute;
  top: 6vw;
  left: 2vw;
}

.form_main {
  width: 88.8889vw;
  height: 87.037vw;
  margin: 0 auto;
  background: linear-gradient(90deg, #3673db, #1544e1);
  border-radius: 10px;
  padding: 9.2592vw 3.7037vw 0;
  position: relative;
}

.item {
  height: 17.5926vw;
}

.right {
  height: 13.8889vw;
  background-color: #f2f2f2;
  border-radius: 7vw;
  padding-left: 7.4074vw;
  display: flex;
  align-items: center;
}

.phone::before {
  background: url(./img/phone.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 3.6vw;
  height: 5.6vw;
}

.lock::before {
  background: url(./img/lock.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 4.267vw;
  height: 4.533vw;
}

.safe::before {
  background: url(./img/safe.png) no-repeat;
  background-size: contain;
  content: '';
  display: block;
  width: 4.267vw;
  height: 4.933vw;
}

#right3 {
  width: 42.5926vw;
}

.err {
  font-size: 3.3333vw;
  font-family: PingFang SC;
  font-weight: 300;
  color: #ffa120;
  line-height: 3.7037vw;
}

#item4 {
  width: 36.1111vw;
  height: 13.8889vw;
  background: linear-gradient(178deg, #ffa78d, #e63800);
  line-height: 13.8889vw;
  border-radius: 7vw;
  text-align: center;
  font-size: 4.4444vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  position: absolute;
  top: 44.5vw;
  right: 3.7037vw;
}

.checked {
  width: 100%;
  color: #fff;
  font-size: 3.6vw;
  padding-left: 4vw;
  height: 8vw;
  line-height: 8vw;
}

.btn {
  width: 100%;
  height: 13.8889vw;
  background: linear-gradient(178deg, #ffa78d, #e63800);
  line-height: 13.8889vw;
  border-radius: 7vw;
  text-align: center;
  font-size: 4.4444vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.part2 {
  background: url(./img/part2.webp) no-repeat center;
  background-size: contain;
  width: 89.908vw;
  height: 53.797vw;
  margin: 0 auto 9.2592vw;
  position: relative;
}

.part2 li {
  width: 38vw;
  height: 11vw;
  position: absolute;
  top: 54vw;
}

.part2 li:first-child {
  left: 3vw;
}

.part2 li:last-child {
  right: 3vw;
}

.part2 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.part3 {
  background: url(./img/part3.png) no-repeat center;
  background-size: contain;
  width: 88.8889vw;
  height: 170.5556vw;
  margin: 0 auto 9.2592vw;
  position: relative;
}

.part3 a {
  position: absolute;
  width: 37.037vw;
  height: 10.1852vw;
  text-align: center;
  line-height: 10.1852vw;
  border-radius: 6vw;
  font-size: 4.074vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #bf883b;
  background: linear-gradient(178deg, #fff7e6, #ffc87e);
  transform: translateX(-50%);
  left: 50%;
}

.part3 a:first-child {
  top: 77.963vw;
}

.part3 a:last-child {
  top: 152.037vw;
}

.part4 {
  background: url(./img/part4.webp) no-repeat center;
  background-size: contain;
  width: 90.1852vw;
  height: 109.6296vw;
  margin: 0 auto 9.2592vw;
}

.copyRight {
  height: 40vw;
  padding: 0 5vw;
  text-align: center;
  color: #f2f2f2;
  font-size: 12px;
}

.toast {
  position: fixed;
  background: #ccc;
  padding: 10px 10px;
  border-radius: 20px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #000000;
  font-size: 18px;
  z-index: 10000;
  max-width: 80%;
  display: none;
}

.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.warn {
  background: url(./img/bg.png) no-repeat center;
  background-size: 100% 90%;
  width: 100vw;
  height: 145vw;
  overflow: hidden;
  position: absolute;
  top: 10%;
  left: 50%;
  margin: auto;
  border-radius: 8px;
  transform: translate(-50%);
  padding: 0 5vw;
}

.autonym {
  width: 100%;
  height: 130vw;
  background: #fff;
  border: 1px solid purple;
}

.masktop {
  height: 100%;
  background: url(./img/title.png) no-repeat top;
  background-size: contain;
  font-size: 9vw;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #fffeff;
  text-align: center;
  padding: 5vw 5vw 0;
}

.masktop input {
  width: 100%;
  height: 15vw !important;
  border: 2px solid #3a2cb6;
  text-indent: 30px;
  border-radius: 15vw;
  margin-left: 0 !important;
  background-color: #fff;
}

.masktop input:first-child {
  margin-top: 12vw;
}

.maskbtn,
#maskbtn {
  width: 100%;
  height: 15vw;
  border-radius: 15vw;
  background: linear-gradient(0deg, #4032b8, #ffd4ec);
  font-size: 6vw;
  line-height: 15vw;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
}

.maskbtn a,
#maskbtn a {
  color: #fff;
}

.maskclose {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 137vw;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
  transform: translateY(-50%);
  font-size: 40px;
  border: 1px solid #fff;
  color: #fff;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.consummate {
  width: 100%;
  height: 6vw;
  text-align: left;
  line-height: 6vw;
  margin-left: 34px;
  color: #ff0000;
  font-size: 16px;
}

#kefu {
  display: inline-block;
  height: 7.2222vw;
  line-height: 7.2222vw;
  background: linear-gradient(178deg, #fff7e6, #ffc87e);
  border-bottom-left-radius: 4vw;
  border-top-left-radius: 4vw;
  font-size: 3.5185vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1854b7;
  padding: 0 3vw;
  position: fixed;
  right: 0;
  top: 56vw;
}

#downloadNow {
  display: inline-block;
  height: 7.2222vw;
  line-height: 7.2222vw;
  background: linear-gradient(178deg, #ffa78d, #e63800);
  border-bottom-left-radius: 4vw;
  border-top-left-radius: 4vw;
  font-size: 3.5185vw;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
  padding: 0 3vw;
  position: fixed;
  right: 0;
  top: 66vw;
}

.register {
  width: 88.889vw;
  height: 65.742vw;
  margin: 0 auto;
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding-top: 7.131vw;
}

.content_title {
  height: 6.0185vw;
}

.email input {
  width: 75.592vw;
  height: 10.186vw;
  background: #f5f5f5;
  padding-left: 3.3333vw;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 400;
  border-radius: 18.33px;
}

.submit {
  width: 45.742vw;
  height: 10.186vw;
  cursor: pointer;
  margin: auto;
  margin-top: 8.333vw;
  background: #f0461e;
  border-radius: 4.1667vw;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 10.5vw;
  text-align: center;
}

.submit.disabled {
  background: #d1d5db;
  color: #fff;
  width: 35vw;
}

.send-email-success {
  display: none;
}

.reset-email-btn {
  width: 56vw;
  height: 8.3333vw;
  line-height: 8.3333vw;
  background: linear-gradient(-2deg, #e20d03, #f55325, #ff6b32);
  border-radius: 4.1667vw;
  font-size: 4vw;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin: 2.5vw auto 0;
  cursor: pointer;
}
