.product-content {
  margin-top: 1rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-item-tx {
  position: relative;
  width: 30%;
  padding-left: 1.6rem;
  margin-top: 1rem;
}

.product-item-tx div,
.product-item-ys div,
.product-item-gn div,
.product-item-jz div {
  font-size: 0.35rem;
  font-weight: 500;
  color: #495770;
}

.product-item-tx img {
  position: absolute;
  top: -0.2rem;
  left: 0;
}

.product-item-tx b {
  font-size: 0.4rem;
  font-weight: 500;
  color: #000000;
}

.product-item-tx div {
  margin-top: 0.5rem;
  line-height: 0.6rem;
}

.product-seize {
  width: 30%;
}

.product-item-ys {
  position: relative;
  width: 23%;
  margin-top: 1.8rem;
  text-align: center;
}

.product-item-ys img {
  display: block;
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
}

.product-item-ys b {
  font-size: 0.5rem;
  font-weight: 500;
  color: #000000;
  margin-top: 0.75rem;
}

.product-item-ys div {
  margin-top: 0.5rem;
  text-align: left;
  line-height: 0.6rem;
}

.bgF5F7FB {
  background-color: #f5f7fb;
}

.product-gn {
  padding-top: 1.85rem;
  padding-bottom: 2.55rem;
}

.product-item-gn {
  position: relative;
  width: 30%;
  padding: 0.8rem 0.5rem;
  margin-top: 1.5rem;
  border: 0px solid #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, #f1f4f7 100%);
  box-shadow: 0rem 0rem 1rem 0rem #d5dded;
  border-radius: 0.1rem;
}

.product-item-gn-zw {
  width: 30%;
}

.product-item-gn img {
  position: absolute;
  right: 0.1rem;
  top: -1rem;
}

.product-item-gn b {
  font-size: 0.6rem;
  font-weight: 500;
  color: #000000;
}

.product-item-gn div {
  margin-top: 0.5rem;
  line-height: 0.6rem;
}

.product-item-jz {
  position: relative;
  width: 30%;
  padding-left: 1.6rem;
  margin-top: 1rem;
  padding: 1rem 0.7rem;
  border: 0px solid #ffffff;
  background: linear-gradient(0deg, #ffffff 0%, #f1f4f7 100%);
  box-shadow: 0rem 0rem 1rem 0rem #d5dded;
  border-radius: 0.1rem;
}

.product-item-jz img {
  position: absolute;
  top: 1.1rem;
  left: 0.7rem;
}

.product-item-jz b {
  padding-left: 1rem;
  font-size: 0.6rem;
  font-weight: 500;
  color: #000000;
}

.product-item-jz div {
  margin-top: 0.35rem;
  line-height: 0.6rem;
}

.product-item-tx,
.product-item-ys,
.product-item-gn,
.product-item-jz {
  transition: all 0.3s;
}

.product-item-tx:hover,
.product-item-ys:hover,
.product-item-gn:hover,
.product-item-jz:hover {
  cursor: pointer;
  /* box-shadow: 0 6px 16px 2px rgba(7, 12, 20, 0.08); */
  transform: translateY(-8px);
}

.tpm-prod-hero__event {
  display: inline-block;
  vertical-align: top;
  height: 32px;
  padding: 0 28px 0 12px;
  background-image: linear-gradient(90deg, #f64041 1%, #f64041 74%, rgba(246, 64, 65, 0) 99%);
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  margin-right: 20px;
  margin-top: 14px;
  border-radius: 0.1rem 0 0 0.1rem;
}