.regBg {
  width: 750px;
  height: 100%;
  position: absolute;
  z-index: -1;
  font-size: 0;
}
.regBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.regBlock {
  padding: 0 60px;
  display: flex;
  flex-direction: column;
  padding-top: 198px;
  padding-bottom: 120px;
}
.regBlock .return {
  font-size: 0;
}
.regBlock .regTitle {
  position: relative;
  font-size: 60px;
  line-height: 1.4;
  color: #2c2d2e;
  margin-top: 158px;
}
.regBlock .regTitle::after {
  width: 124px;
  height: 16px;
  background-color: #48b4fc;
  display: block;
  content: "";
  position: absolute;
  bottom: 6px;
  z-index: -1;
}
.regBlock .regTips {
  color: rgba(132, 136, 149, 0.7);
  font-size: 28px;
  margin-top: 17px;
}
.regBlock .regTips a {
  color: #48b4fc;
  margin-left: 4px;
}
.regBlock #reg, .regBlock #login_password, .regBlock #login_tel {
  margin-top: 120px;
}
.regBlock #reg p, .regBlock #login_password p, .regBlock #login_tel p {
  margin-bottom: 37px;
  position: relative;
}
.regBlock #reg p input, .regBlock #login_password p input, .regBlock #login_tel p input {
  height: 100px;
  width: 100%;
  background: none;
  border: 0;
  border-bottom: 1px solid #e8e9e9;
  font-size: 30px;
  color: #848895;
}
.regBlock #reg p input::-moz-placeholder, .regBlock #login_password p input::-moz-placeholder, .regBlock #login_tel p input::-moz-placeholder {
  color: rgba(132, 136, 149, 0.5);
}
.regBlock #reg p input:-ms-input-placeholder, .regBlock #login_password p input:-ms-input-placeholder, .regBlock #login_tel p input:-ms-input-placeholder {
  color: rgba(132, 136, 149, 0.5);
}
.regBlock #reg p input::placeholder, .regBlock #login_password p input::placeholder, .regBlock #login_tel p input::placeholder {
  color: rgba(132, 136, 149, 0.5);
}
.regBlock #reg p .btn, .regBlock #login_password p .btn, .regBlock #login_tel p .btn {
  position: absolute;
  font-size: 28px;
  color: rgba(72, 180, 252, 0.7);
  right: 0;
  line-height: 100px;
}
.regBlock #reg .submit, .regBlock #login_password .submit, .regBlock #login_tel .submit {
  width: 630px;
  background-image: linear-gradient(90deg, #48b4fc 0%, #6cc3fe 100%), linear-gradient(#48b4fc, #48b4fc);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 20px 0px rgba(72, 180, 252, 0.3);
  border-radius: 24px;
  display: block;
  text-align: center;
  line-height: 96px;
  font-size: 32px;
  color: #fff;
  margin-top: 72px;
}
.regBlock #login_password .loginTips, .regBlock #login_tel .loginTips {
  text-align: center;
  font-size: 28px;
  color: rgba(132, 136, 149, 0.7);
  margin-top: 52px;
  display: block;
}
.regBlock .xieyi {
  text-align: center;
  font-size: 22px;
  color: rgba(132, 136, 149, 0.7);
  margin-top: 196px;
}/*# sourceMappingURL=reg.css.map */