.product {
  background-color: #fcfcfc;
  overflow: hidden;
  position: relative;
}
.product .product-box {
  position: relative;
  padding: 200px 0;
}
.product .product-box .cate {
  position: relative;
  z-index: 10;
  margin: 20px 0;
  width: 550px;
}
.product .product-box .cate .label {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.product .product-box .cate .label .icon-box {
  margin-left: 10px;
  height: 14px;
  width: 14px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product .product-box .cate .label .icon-box .icon {
  position: absolute;
  left: 0;
  height: 14px;
  width: 14px;
  transform: rotate(180deg);
  filter: drop-shadow(-20px 0 0 #da251c);
}
.product .product-box .cate .label.current {
  color: #da251c;
}
.product .product-box .cate .label.current .icon-box .icon {
  left: -20px;
}
.product .product-box .cate .cate-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product .product-box .cate .cate-row .item {
  margin-bottom: 10px;
  flex-basis: 49%;
  height: 50px;
  border-radius: 8px;
  box-shadow: 0px 0px 6px 0px #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product .product-box .cate .cate-row .current {
  background-color: #da251c;
  color: white;
}
.product .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  background: no-repeat center/contain url("/static/images/home/product.png");
}

/*# sourceMappingURL=product.css.map */
