.content {
  background-color: #f1f1f1;
}
.content-wrapper {
  width: 1230px;
  z-index: 6;
}
.banner-container {
  position: relative;
}
.banner-container img {
  width: 100%;
  height: auto;
}
.banner-container .content-wrapper {
  z-index: 2;
  position: absolute;
  top: 180px;
  left: 50%;
  transform: translateX(-50%);
}
.banner-container .content-wrapper > div:first-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #222222;
}
.banner-container .content-wrapper > div:last-child {
  font-size: 30px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #222222;
  opacity: 0.6;
  margin-top: 22px;
}
.products {
  margin-bottom: 60px;
  margin-top: 60px;
}
.products .product {
  background-color: white;
  align-items: flex-start;
  padding: 35px 45px;
  margin-bottom: 30px;
}
.products .product > div:first-child img {
  width: 26px;
  height: auto;
  margin-bottom: 20px;
}
.products .product > div:first-child > div:nth-child(2) {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 15px;
}
.products .product > div:first-child > div:last-child {
  font-size: 16px;
  font-family: DIN;
  font-weight: 500;
  color: #9C9C9C;
}
.products .product > div:first-child > div:last-child span {
  margin-right: 36px;
}
.products .product > a:last-child {
  width: 150px;
  height: 46px;
  background: #3654C2;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 46px;
  text-align: center;
}
.pagination {
  margin-bottom: 130px;
}
.pagination .pagination-item {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: rgba(144, 144, 144, 0.99);
  line-height: 14px;
  margin-left: 10px;
}
.pagination .active {
  background: #3654C2;
  color: white;
}
@media (max-width: 990px) {
  .content-wrapper {
    width: calc(100vw - 16px);
  }
  .banner-container .content-wrapper {
    top: 20px;
    padding-left: 60px;
  }
  .banner-container .content-wrapper > div:first-child {
    font-size: 20px;
  }
  .banner-container .content-wrapper > div:last-child {
    font-size: 16px;
    margin-top: 12px;
  }
  .types {
    margin: 20px 0 18px;
    flex-wrap: wrap;
  }
  .types .type {
    margin-bottom: 10px;
  }
  .products {
    margin-bottom: 60px;
    margin-top: 60px;
  }
  .products .product {
    background-color: white;
    align-items: flex-start;
    padding: 10px 15px;
    margin-bottom: 20px;
  }
  .products .product > div:first-child img {
    width: 26px;
    height: auto;
    margin-bottom: 20px;
  }
  .products .product > div:first-child > div:nth-child(2) {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 15px;
  }
  .products .product > div:first-child > div:last-child {
    font-size: 16px;
    font-family: DIN;
    font-weight: 500;
    color: #9C9C9C;
  }
  .products .product > div:first-child > div:last-child span {
    margin-right: 36px;
  }
  .products .product > a:last-child {
    width: 100px;
    height: 36px;
    background: #3654C2;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align: center;
  }
  .pagination {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=support.css.map */