.formBlock {
  position: relative;
  padding-top: 256px;
  padding-bottom: 180px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.formBlock::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}
.formBlock .w1280 {
  max-width: 820px;
}
.formBlock .w1280 .title {
  text-align: center;
  font-family: cutedino;
  font-size: 48px;
  color: #fff;
}
.formBlock .w1280 .title span {
  color: #12eb31;
}
.formBlock .w1280 .tips {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.formBlock .w1280 form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 63px;
}
.formBlock .w1280 form input {
  max-width: 650px;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  padding: 0 20px;
  border: 0;
  font-size: 16px;
  color: #666;
}
.formBlock .w1280 form input::-moz-placeholder {
  color: #999;
}
.formBlock .w1280 form input::placeholder {
  color: #999;
}
.formBlock .w1280 form .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 650px;
  width: 100%;
  height: 60px;
  margin-top: 20px;
  background-image: linear-gradient(90deg, #caf662 0%, #008b88 100%), linear-gradient(#11cdd5, #11cdd5);
}
.formBlock .w1280 form .submit span {
  transform: translateY(2px);
  font-size: 20px;
  color: #fff;
}
.formBlock .w1280 form .submit img {
  filter: grayscale(0) brightness(10);
  margin-left: 12px;
}

@media (max-width: 1080px) {
  .formBlock {
    padding: 120px 0 60px;
  }
  .formBlock .w1280 .title {
    font-size: 32px;
  }
  .formBlock .w1280 .tips {
    font-size: 14px;
    line-height: 24px;
  }
  .formBlock .w1280 form {
    margin-top: 30px;
  }
  .formBlock .w1280 form input {
    height: 50px;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .formBlock .w1280 form .submit {
    height: 50px;
    margin-top: 0;
  }
  .formBlock .w1280 form .submit span {
    transform: translateY(0);
    font-size: 14px;
  }
}
@media (max-width: 500px) {
  .formBlock .w1280 .title {
    font-size: 24px;
  }
  .formBlock .w1280 form input, .formBlock .w1280 form .submit {
    height: 44px;
  }
}/*# sourceMappingURL=form.css.map */