.formTit {
  padding-top: 80px;
}
.formTit p {
  position: relative;
  padding-top: 3px;
  font-size: 44px;
  line-height: 1.5;
  color: #0e0e0e;
}
.formTit p span {
  display: block;
  position: absolute;
  bottom: -5px;
  font-family: SpaceGrotesk-Bold;
  font-size: 100px;
  line-height: 1;
  color: rgba(14, 14, 14, 0.05);
}
.formTit .tips {
  margin-top: 32px;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}

.formBlock {
  padding-bottom: 120px;
}
.formBlock .w1620 #form {
  margin-top: 55px;
  font-size: 0;
}
.formBlock .w1620 #form p {
  margin-bottom: 14px;
  margin-top: 42px;
  font-size: 16px;
  line-height: 28px;
  color: #555;
}
.formBlock .w1620 #form p span {
  margin-right: 5px;
  color: #e40b21;
}
.formBlock .w1620 #form .downInput {
  position: relative;
  z-index: 1;
}
.formBlock .w1620 #form .downInput .input {
  transition: border 0.5s;
  width: 100%;
  padding: 0 20px;
  border: 0;
  border-bottom: 4px solid rgba(14, 14, 14, 0.1);
  background: #f6f7f8;
  font-size: 16px;
  line-height: 56px;
  color: #555;
  cursor: pointer;
}
.formBlock .w1620 #form .downInput .input .posi {
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.5s;
  transform: rotate(0);
  height: calc(100% - 4px);
  aspect-ratio: 1;
  background: url(../images/footerDown.png) no-repeat center;
  background-size: 15px auto;
}
.formBlock .w1620 #form .downInput .input.on {
  border-color: #e40b21;
}
.formBlock .w1620 #form .downInput .input.on .posi {
  transform: rotate(-180deg);
}
.formBlock .w1620 #form .downInput .list {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(14, 14, 14, 0.1);
}
.formBlock .w1620 #form .downInput .list a {
  display: block;
  transition: background 0.5s, color 0.5s;
  padding: 0 20px;
  border-bottom: 1px solid rgba(14, 14, 14, 0.1);
  background: #f6f7f8;
  font-size: 16px;
  line-height: 46px;
  color: #555;
}
.formBlock .w1620 #form .content {
  display: flex;
  flex-wrap: wrap;
}
.formBlock .w1620 #form .content .list {
  position: relative;
  width: calc((100% - 60px) / 3);
  margin-left: 30px;
  margin-bottom: 28px;
}
.formBlock .w1620 #form .content .list input {
  width: 100%;
  padding: 0 20px;
  transition: border 0.5s;
  border: 0;
  border-bottom: 4px solid #eaeaea;
  font-size: 16px;
  line-height: 56px;
  color: #555;
  cursor: pointer;
}
.formBlock .w1620 #form .content .list input:focus {
  border-color: #e40b21;
}
.formBlock .w1620 #form .content .list span {
  position: absolute;
  top: 0;
  left: 20px;
  font-size: 16px;
  line-height: 56px;
  color: #e40b21;
}
.formBlock .w1620 #form .content .list.on input {
  padding-left: 32px;
}
.formBlock .w1620 #form .content .list:nth-child(3n+1) {
  margin-left: 0;
}
.formBlock .w1620 #form .content .list:first-child input {
  background: #f6f7f8 url(../images/form/ico.png) no-repeat right 20px center;
}
.formBlock .w1620 #form .content .list:nth-child(2) input {
  background: #f6f7f8 url(../images/form/ico2.png) no-repeat right 20px center;
}
.formBlock .w1620 #form .content .list:nth-child(3) input {
  background: #f6f7f8 url(../images/form/ico3.png) no-repeat right 20px center;
}
.formBlock .w1620 #form .content .list:nth-child(4) {
  width: 100%;
}
.formBlock .w1620 #form .content .list:nth-child(4) input {
  background: #f6f7f8 url(../images/form/ico4.png) no-repeat right 20px center;
}
.formBlock .w1620 #form .content .list:nth-child(5) {
  width: 100%;
  margin-left: 0;
}
.formBlock .w1620 #form .content .list:nth-child(5) input {
  padding-left: 32px;
  background: #f6f7f8;
}
.formBlock .w1620 #form textarea {
  transition: border 0.5s;
  width: 100%;
  height: 280px;
  margin-top: 22px;
  padding: 15px 20px;
  border: 0;
  border-bottom: 4px solid #eaeaea;
  background: #f6f7f8;
  font-family: MicrosoftYaHei;
  font-size: 16px;
}
.formBlock .w1620 #form textarea:focus {
  border-color: #e40b21;
}
.formBlock .w1620 #form .submit {
  display: block;
  width: 180px;
  margin-top: 70px;
  border-radius: 12px;
  background: #e40b21;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
}

@media (any-hover: hover) {
  .formBlock .w1620 #form .downInput .list a:hover {
    background: #e40b21;
    color: #fff;
  }
}
@media (max-width: 1080px) {
  .formBlock {
    padding-bottom: 40px;
  }
  .formBlock .w1620 #form {
    margin-top: 30px;
  }
  .formBlock .w1620 #form p {
    margin-top: 20px;
  }
  .formBlock .w1620 #form .content .list {
    width: 100%;
    margin-left: 0;
  }
  .formBlock .w1620 #form textarea {
    height: 100px;
    margin-top: 0;
  }
  .formBlock .w1620 #form .submit {
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  .formTit {
    padding-top: 40px;
  }
  .formTit p {
    font-size: 27px;
  }
  .formTit p span {
    font-size: 50px;
  }
  .formTit .tips {
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .formBlock .w1620 #form .downInput .input {
    line-height: 46px;
    font-size: 14px;
  }
  .formBlock .w1620 #form .downInput .list a {
    font-size: 14px;
  }
  .formBlock .w1620 #form .content .list input {
    font-size: 14px;
    line-height: 46px;
  }
  .formBlock .w1620 #form .content .list span {
    line-height: 46px;
  }
  .formBlock .w1620 #form textarea {
    font-size: 14px;
  }
  .formBlock .w1620 #form .submit {
    width: 100%;
    line-height: 46px;
    font-size: 14px;
  }
}/*# sourceMappingURL=form.css.map */