.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
}
section .wrapper {
  width: 126rem;
}
.product-section .wrapper {
  display: flex;
  margin: 6.7rem 0;
}
.product-section .wrapper .pic-wrap {
  width: 70rem;
  height: 58rem;
  display: flex;
}
.product-section .wrapper .pic-wrap .small-pics {
  display: flex;
  flex-direction: column;
  margin-right: 2.9rem;
}
.product-section .wrapper .pic-wrap .small-pics img {
  width: 9rem;
  height: 9rem;
  margin-bottom: 0.5rem;
}
.product-section .wrapper .pic-wrap .small-pics .select {
  border: 0.2px solid #217e1a;
}
.product-section .wrapper .pic-wrap > div:last-child {
  width: 58rem;
  height: 58rem;
}
.product-section .wrapper .pic-wrap > div:last-child img {
  width: 100%;
  height: 100%;
}
.product-section .wrapper .title-wrap {
  margin-left: 4.2rem;
  flex: 1;
}
.product-section .wrapper .title-wrap .title {
  font-size: 2.8rem;
  font-family: Arial;
  font-weight: 500;
  color: #444444;
}
.product-section .wrapper .title-wrap > div:nth-child(2) {
  width: 100%;
  height: 43rem;
  padding: 5rem 0;
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 3.38rem;
}
.product-section .wrapper .title-wrap > div:last-child {
  display: flex;
  align-items: center;
}
.product-section .wrapper .title-wrap > div:last-child > div:first-child {
  width: 19.4rem;
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 2.38rem;
}
.product-section .wrapper .title-wrap > div:last-child > div:last-child img {
  width: 4rem;
  height: 4rem;
  margin-left: 2rem;
}
.specification-section {
  background-color: white;
}
.specification-section .title {
  width: 126rem;
  height: 6rem;
  line-height: 6rem;
  padding-left: 2rem;
  margin: 5.6rem 0 3.4rem 0;
  background: #f7f7f7;
  font-size: 2rem;
  font-family: Arial;
  font-weight: bold;
  color: #444444;
}
.specification-section .content > img {
  width: 100%;
  height: auto;
}
.specification-section .content p img {
  width: 100%;
  height: auto;
}
.specification-section .certificate-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specification-section .certificate-next,
.specification-section .certificate-prev {
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  background-color: #f7f7f7;
  color: #8f8f8f;
  font-size: 3rem;
}
.specification-section .certificate-swiper {
  width: 110rem;
}
.specification-section .certificate-swiper .product {
  width: 10rem;
  height: 10rem;
}
.specification-section .certificate-swiper .product img {
  width: 100%;
  height: 100%;
}
.form-section {
  background-color: white;
}
.form-section .title {
  width: 126rem;
  height: 6rem;
  line-height: 6rem;
  padding-left: 2rem;
  margin: 5.6rem 0 3.4rem 0;
  background: #f7f7f7;
  font-size: 2rem;
  font-family: Arial;
  font-weight: bold;
  color: #444444;
}
.form-section .form-wrapper .form-title {
  width: 29.8rem;
  height: 1.5rem;
  font-size: 1.6rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  margin-bottom: 2.1rem;
}
.form-section .form-wrapper > div:nth-child(2) {
  margin-bottom: 2.1rem;
}
.form-section .form-wrapper > div:nth-child(2) input {
  width: 34.6rem;
  height: 4.2rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  margin-right: 2.4rem;
  padding: 1.4rem;
}
.form-section .form-wrapper > div:nth-child(3) {
  margin-bottom: 2.1rem;
}
.form-section .form-wrapper > div:nth-child(3) textarea {
  width: 100%;
  height: 12.1rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  padding: 1.4rem;
  resize: none;
}
.form-section .form-wrapper > div:nth-child(4) {
  margin-bottom: 2.1rem;
}
.form-section .form-wrapper > div:nth-child(4) input {
  width: 71.6rem;
  height: 4.2rem;
  background: #ffffff;
  border: 0.1px solid #e0e0e0;
  margin-right: 2.4rem;
  padding: 1.4rem;
}
.form-section .form-wrapper > div:last-child {
  width: 34.6rem;
  height: 4.2rem;
  background: #217e1a;
  color: white;
  line-height: 4.2rem;
  text-align: center;
  margin-bottom: 11.8rem;
}
@media (max-width: 991px) {
  .banner {
    width: 100%;
    height: auto;
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  section {
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }
  section .wrapper {
    width: 100%;
    padding: 0 4rem;
  }
  .product-section .wrapper {
    display: flex;
    flex-direction: column;
    margin: 6.7rem 0;
  }
  .product-section .wrapper .pic-wrap {
    width: 100%;
    height: 58rem;
    display: flex;
  }
  .product-section .wrapper .pic-wrap .small-pics {
    display: flex;
    flex-direction: column;
    margin-right: 2.9rem;
  }
  .product-section .wrapper .pic-wrap .small-pics img {
    width: 9rem;
    height: 9rem;
    margin-bottom: 0.5rem;
  }
  .product-section .wrapper .pic-wrap .small-pics .select {
    border: 0.2px solid #217e1a;
  }
  .product-section .wrapper .pic-wrap > div:last-child {
    width: 58rem;
    height: auto;
  }
  .product-section .wrapper .pic-wrap > div:last-child img {
    width: 100%;
    height: auto;
  }
  .product-section .wrapper .title-wrap {
    margin-left: 0;
    flex: 1;
  }
  .product-section .wrapper .title-wrap .title {
    font-size: 2.8rem;
    font-family: Arial;
    font-weight: 500;
    color: #444444;
  }
  .product-section .wrapper .title-wrap > div:nth-child(2) {
    width: 100%;
    height: auto;
    padding: 5px 0;
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 1.6;
    text-align: justify;
  }
  .product-section .wrapper .title-wrap > div:last-child {
    display: flex;
    align-items: center;
  }
  .product-section .wrapper .title-wrap > div:last-child > div:first-child {
    width: 50%;
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 1.6;
    text-align: justify;
  }
  .product-section .wrapper .title-wrap > div:last-child > div:last-child img {
    width: 4rem;
    height: 4rem;
    margin-left: 8px;
  }
  .specification-section {
    background-color: white;
  }
  .specification-section .title {
    width: 100%;
    height: 6rem;
    line-height: 6rem;
    padding-left: 2rem;
    margin: 5.6rem 0 3.4rem 0;
    background: #f7f7f7;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #444444;
  }
  .specification-section .content > img {
    width: 100%;
    height: auto;
  }
  .specification-section .content p img {
    width: 100%;
    height: auto;
  }
  .specification-section .certificate-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .specification-section .certificate-next,
  .specification-section .certificate-prev {
    width: 5rem;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    background-color: #f7f7f7;
    color: #8f8f8f;
    font-size: 3rem;
  }
  .specification-section .certificate-swiper {
    width: 110rem;
  }
  .specification-section .certificate-swiper .product {
    width: 10rem;
    height: 10rem;
  }
  .specification-section .certificate-swiper .product img {
    width: 100%;
    height: 100%;
  }
  .form-section {
    background-color: white;
  }
  .form-section .title {
    width: 126rem;
    height: 6rem;
    line-height: 6rem;
    padding-left: 2rem;
    margin: 5.6rem 0 3.4rem 0;
    background: #f7f7f7;
    font-size: 14px;
    font-family: Arial;
    font-weight: bold;
    color: #444444;
  }
  .form-section .form-wrapper .form-title {
    width: auto;
    height: 16px;
    font-size: 12px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    margin-bottom: 2.1rem;
  }
  .form-section .form-wrapper > div:nth-child(2) {
    margin-bottom: 2.1rem;
  }
  .form-section .form-wrapper > div:nth-child(2) input {
    width: 45%;
    height: 4.2rem;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    margin-right: 2.4rem;
    padding: 1.4rem;
  }
  .form-section .form-wrapper > div:nth-child(3) {
    margin-bottom: 2.1rem;
  }
  .form-section .form-wrapper > div:nth-child(3) textarea {
    width: 100%;
    height: 12.1rem;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    padding: 1.4rem;
    resize: none;
  }
  .form-section .form-wrapper > div:nth-child(4) {
    margin-bottom: 2.1rem;
  }
  .form-section .form-wrapper > div:nth-child(4) input {
    width: 100%;
    height: 4.2rem;
    background: #ffffff;
    border: 0.1px solid #e0e0e0;
    margin-right: 2.4rem;
    padding: 1.4rem;
  }
  .form-section .form-wrapper > div:last-child {
    width: 34.6rem;
    height: 4.2rem;
    background: #217e1a;
    color: white;
    line-height: 4.2rem;
    text-align: center;
    margin-bottom: 11.8rem;
  }
}
/*# sourceMappingURL=product.css.map */