.content {
  background-color: #f7f8f9;
}
.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;
}
.types {
  margin: 40px 0 36px;
}
.types .type {
  text-align: center;
  line-height: 40px;
  width: auto;
  padding: 0 15px;
  height: 40px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  margin-right: 10px;
  background: #EBEBEB;
}
.types .active {
  background: #3654C2;
  color: white;
}
.products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
  margin-bottom: 60px;
}
.products .product > div:first-child {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #000000;
  margin-bottom: 6px;
}
.products .product .img-wrapper {
  width: 100%;
}
.products .product .img-wrapper .up-icon {
  width: 100%;
  position: relative;
  top: 10px;
  z-index: -1;
}
.products .product .img-wrapper .up-icon > div {
  flex: 1;
  border-top: 1px solid #ffffff;
  box-shadow: 0 0 4px #cccccc;
}
.products .product .img-wrapper .up-icon > span {
  display: block;
  box-shadow: 0 0 4px #cccccc;
  top: 0;
  position: relative;
  transform: rotate(45deg);
  width: 20px;
  height: 20px;
  transform-origin: center 50%;
  background-color: white;
  z-index: -1;
}
.products .product .img-wrapper > div:last-child {
  width: 100%;
  box-shadow: 0px 2px 2px #e1e1e1;
  background-color: white;
}
.products .product .img-wrapper > div:last-child img {
  width: 220px;
  height: auto;
}
.products .product .img-wrapper > div:last-child ul {
  flex: 1;
  padding: 0 10px;
}
.products .product .img-wrapper > div:last-child ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 33px;
}
.products .product .img-wrapper > div:last-child ul li:before {
  content: '·';
  font-family: Microsoft YaHei;
  font-weight: 600;
  color: #cccccc;
  position: relative;
  margin-right: 5px;
}
.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 {
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .products .product > div:first-child {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000000;
    margin-bottom: 3px;
  }
  .products .product .img-wrapper .up-icon {
    width: 100%;
    position: relative;
    top: 5px;
    z-index: -1;
  }
  .products .product .img-wrapper .up-icon > div {
    flex: 1;
    border-top: 1px solid #ffffff;
    box-shadow: 0 0 4px #cccccc;
  }
  .products .product .img-wrapper .up-icon > span {
    box-shadow: 0 0 4px #cccccc;
    width: 10px;
    height: 10px;
  }
  .pagination {
    flex-wrap: wrap;
  }
}
/*# sourceMappingURL=products.css.map */