/* 产品 */
.product .section_cate {
  margin: 0 0.3rem;
}

.product_content {
  flex-wrap: wrap;
  padding: 0 10px;
  background-color: #fff;
  z-index: 9;
}

.product_content_item {
  position: relative;
  text-align: center;
  margin: 20px 5px;
  width: calc((100vw - 40px) / 2);
}

.product_content_item-label {
  position: absolute;
  top: -5px;
  left: -8px;
  width: 53px;
  height: 30px;
}

.product_content_item-pic {
  width: 100%;
}

.product_content_item > p {
  font-size: 0.3rem;
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #222222;
}

.product_loadMore {
  width: 100px;
  margin: 0.6rem auto 0;
  height: 32px;
  background: #ffffff;
  border: 1px solid #2b92ea;
  border-radius: 16px;
  font-size: 0.28rem;
  font-weight: bold;
  color: #2b92ea;
}
