.banner {
  width: 100%;
  height: auto;
}
.banner img {
  width: 100%;
  height: auto;
}
section {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: #F7F7F7;
}
.types-section .wrapper {
  width: 125.8rem;
}
.types-section .types-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  width: 125.8rem;
  height: 12.9rem;
  padding: 0 3.8rem;
  margin-top: 5.2rem;
}
.types-section .types {
  display: flex;
  align-items: center;
}
.types-section .types .type {
  height: 1.5rem;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  margin-right: 5.6rem;
}
.types-section .types .active {
  height: 4.2rem;
  line-height: 4.2rem;
  background: #348C2D;
  padding: 0 2.4rem;
  color: white;
}
.types-section .types .active a {
  color: white;
}
.types-section .search {
  display: flex;
  height: 4.2rem;
  background: #ffffff;
  border: 0.1px solid #d8d8d8;
  border-radius: 0rem;
}
.types-section .search input {
  border: none;
  flex: 1;
  height: 100%;
  padding-left: 1rem;
}
.types-section .search div {
  width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  align-items: center;
  background: #f1f1f1;
  border: 0.1px solid #d8d8d8;
}
.types-section .search div img {
  width: 60%;
  height: 60%;
}
.types-section .sub-types {
  width: 125.8rem;
  height: 8.7rem;
  background: #ffffff;
  border: 0.1rem solid #eeeeee;
  display: flex;
  font-size: 1.5rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #545454;
  align-items: center;
}
.types-section .sub-types > div {
  margin: 0 2rem;
}
.products-section .wrapper {
  width: 125.8rem;
}
.products-section .products {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 3.8rem;
}
.products-section .products .product {
  background-color: white;
  width: 40rem;
  height: 47.5rem;
  margin-right: 2.9rem;
  margin-bottom: 3.8rem;
}
.products-section .products .product a > div:first-child {
  width: 100%;
  height: 38rem;
  padding: 4rem;
}
.products-section .products .product a > div:first-child img {
  width: 100%;
  height: 100%;
}
.products-section .products .product a > div:last-child {
  width: 100%;
  height: 10rem;
  padding: 2.8rem;
  font-size: 1.5rem;
  font-family: Arial;
  font-weight: 300;
  color: #444444;
  line-height: 2.98rem;
  text-align: center;
}
.products-section .products .product:hover > div:last-child,
.products-section .products .product:focus > div:last-child {
  background-color: #348C2D;
  color: #ffffff;
}
.products-section .products > div:nth-child(3n+3) {
  margin-right: 0;
}
.paginations-section .wrapper {
  width: 125.8rem;
  display: flex;
  justify-content: flex-end;
}
.paginations-section .pagination {
  display: flex;
}
.paginations-section .pagination > li {
  margin: 0 1rem;
  background-color: white;
}
.paginations-section .pagination > li,
.paginations-section > li > a {
  font-size: 1.48rem;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  line-height: 2.01rem;
}
.paginations-section .pagination > .active > a {
  background-color: #348C2D;
  border-color: #348C2D;
  color: white;
}
.paginations-section .pagination > .disabled > a {
  color: #a7a7a7;
}
@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 20px;
  }
  .types-section .wrapper {
    width: 100%;
  }
  .types-section .types-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: #ffffff;
    width: 100%;
    height: auto;
    padding: 10px;
    margin-top: 26px;
  }
  .types-section .types {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .types-section .types .type {
    height: auto;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    margin-right: 10px;
    text-align: center;
    line-height: 2.5;
  }
  .types-section .types .active {
    height: auto;
    line-height: 2.5;
    background: #348C2D;
    padding: 0 12px;
    color: white;
  }
  .types-section .search {
    margin-top: 10px;
    align-self: flex-end;
    display: flex;
    height: 21px;
    background: #ffffff;
    border: 0.1px solid #d8d8d8;
    border-radius: 0px;
  }
  .types-section .search input {
    border: none;
    flex: 1;
    height: 100%;
    padding-left: 5px;
  }
  .types-section .search div {
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    align-items: center;
    background: #f1f1f1;
    border: 0.1px solid #d8d8d8;
  }
  .types-section .search div img {
    width: 60%;
    height: 60%;
  }
  .types-section .sub-types {
    width: 100%;
    height: auto;
    background: #ffffff;
    border: 0.5px solid #eeeeee;
    display: flex;
    flex-wrap: wrap;
    font-size: 7.5px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #545454;
    align-items: center;
  }
  .types-section .sub-types > div {
    margin: 0 10px;
    line-height: 2;
  }
  .products-section .wrapper {
    width: 100%;
  }
  .products-section .products {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 19px;
  }
  .products-section .products .product {
    background-color: white;
    width: 45%;
    height: 237.5px;
    margin-right: 27px;
    margin-bottom: 19px;
  }
  .products-section .products .product a > div:first-child {
    width: 100%;
    height: 190px;
    padding: 20px;
  }
  .products-section .products .product a > div:first-child img {
    width: 100%;
    height: 100%;
  }
  .products-section .products .product a > div:last-child {
    width: 100%;
    height: 50px;
    padding: 14px;
    font-size: 10px;
    font-family: Arial;
    font-weight: 300;
    color: #444444;
    line-height: 1.6;
    text-align: center;
  }
  .products-section .products .product:hover > div:last-child,
  .products-section .products .product:focus > div:last-child {
    background-color: #348C2D;
    color: #ffffff;
  }
  .products-section .products > div:nth-child(3n+3) {
    margin-right: 14.5px;
  }
  .products-section .products > div:nth-child(2n+2) {
    margin-right: 0;
  }
  .paginations-section .wrapper {
    width: 629px;
    display: flex;
    justify-content: flex-end;
  }
  .paginations-section .pagination {
    display: flex;
  }
  .paginations-section .pagination > li {
    margin: 0 4px;
    background-color: white;
  }
  .paginations-section .pagination > li,
  .paginations-section > li > a {
    font-size: 9px;
    font-family: Arial;
    font-weight: 400;
    color: #444444;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    padding: 0;
  }
  .paginations-section .pagination > .active > a {
    background-color: #348C2D;
    border-color: #348C2D;
    color: white;
  }
  .paginations-section .pagination > .disabled > a {
    color: #a7a7a7;
  }
}
/*# sourceMappingURL=products.css.map */