.form-section {
  background: url(/template/default/images/product/fourth_bg.jpg) no-repeat center;
  background-size: cover;
}
.form-section .section-title {
  font-size: 30px;
  font-weight: 700;
  color: #333;
  text-align: center;
}
.form-section .section-text {
  color: #333;
  text-align: center;
  margin-top: 15px;
}
.form-section .form-section-list {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.form-section .form-section-list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-section .form-section-list li p:first-child {
  font-size: 18px;
  color: #171717;
  display: flex;
  align-items: center;
}
.form-section .form-section-list li p:first-child b {
  font-family: Impact;
  margin-right: 5px;
  color: #f9bb0b;
  font-weight: normal;
}
.form-section .form-section-list li p:last-child {
  color: #1f1e1e;
  margin-top: 10px;
}
.form-section .index-form {
  margin-top: 50px;
}
.form-section .index-form .form-item {
  margin-bottom: 20px;
}
.form-section .index-form .material {
  position: relative;
}
.form-section .index-form .material .material-select {
  width: 100%;
  border: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 35px;
  z-index: 111;
}
.form-section .index-form .material .material-select:focus {
  box-shadow: none;
  border: none;
}
.form-section .index-form .material .select-arrow {
  position: absolute;
  right: 20px;
  top: 14px;
  pointer-events: none;
}
.form-section .index-form .form-control {
  border-radius: 0;
  font-size: 18px;
  padding: 10px;
  border: solid 1px #d8d9d4;
  color: #1d1d1d;
}
.form-section .index-form .form-control::placeholder {
  color: #1d1d1d;
}
.form-section .index-form .form-control:focus {
  box-shadow: none;
}
.form-section .index-form .submit button {
  background-color: #3f51b5;
  color: #fff;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: 10px;
  font-weight: lighter;
  font-size: 20px;
  line-height: 28px;
  background-size: 200% auto;
  transition: 0.8s;
}
.form-section .index-form .submit button:hover {
  background-image: linear-gradient(to right, #3f51b5 0%, #8f9deb 51%, #3f51b5 100%);
  background-position: center right;
}
@media (max-width: 575px) {
  .form-section {
    padding: 30px 0 15px;
  }
  .form-section .form-section-list {
    margin-top: 30px;
  }
  .form-section .form-section-list li {
    width: 33%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 50px;
    font-size: 16px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 50px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .form-section {
    padding: 30px 0;
  }
  .form-section .form-section-list li {
    width: 32%;
  }
  .form-section .form-section-list li p:first-child {
    line-height: 55px;
  }
  .form-section .form-section-list li p:first-child b {
    font-size: 55px;
  }
  .form-section .form-section-list li p:last-child {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .form-section .form-section-list li {
    width: 22%;
  }
  .form-section .index-form .form-item {
    margin-bottom: 0px;
  }
  .form-section .section-title {
    font-size: 36px;
  }
  .form-section h2 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .form-section .section-title {
    font-size: 38px;
  }
}
@media (min-width: 1400px) {
  .form-section {
    padding: 45px 0 50px;
  }
  .form-section .section-title {
    font-size: 40px;
  }
}
@media (min-width: 1600px) {
  .form-section .section-title {
    font-size: 44px;
  }
}