.product-item {
  padding: 0.24rem 0 0.12rem 0;
  border-bottom: 1px solid rgba(244,244,244,1);
  width: 6.5rem;
  margin: 0 0.26rem;
  display: flex;
  text-decoration: none;
}
.product-item img {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.12rem;
}
.product-item .product-info {
  width: 4.46rem;
  padding-left: 0.28rem;
}
.product-item .product-title {
  font-family: PingFangSC-Medium;
  font-size: 0.3rem;
  color: #101010;
  line-height: 0.32rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .product-subtitle {
  padding-top: 0.12rem;
  font-family: PingFangSC-Regular;
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.24rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-item .product-tags {
  display: flex;
}
.product-item  .product-tags .tags-item {
  background: #F7F7F7;
  border-radius: 0.04rem;
  padding: 0 0.08rem;
  height: 0.4rem;
  line-height: 0.4rem;
  font-family: PingFangSC-Regular;
  font-size: 0.22rem;
  color: #5D78FA;
  letter-spacing: 0;
  margin-right: 0.18rem;
  margin-top: 0.12rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-item  .product-tags .tags-item:last-child {
  margin-right: 0;
}
.product-item .product-tags .tags-item:first-child{
  background-image: linear-gradient(90deg, #FFDD98 0%, #FFFBF1 49%, #FFD98A 100%);
  border: 0.5px solid rgba(220,186,162,1);
  color: #5C3229;
}
.product-item .price-box {
  /* padding-top: 0.2rem; */
  font-family: Helvetica-Bold;
  font-size: 0.24rem;
  color: #FD7420;
  line-height: 0.24rem;
  font-weight: bold;
}
.product-item .price-box .num {
  font-size: 0.36rem;
  line-height: 0.48rem;
}
.product-item {
  display: none;
}
.product-item:nth-child(-n+5){
  display: flex;
}
.product-bottom {
  display: flex;
  padding-top: 0.2rem;
  justify-content: space-between;
}
.product-bottom .product-link {
  font-size: 0.24rem;
  color: #005bac;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: auto;
}
.product-bottom i {
  display: inline-block;
  height: 0.26rem;
  width: 0.26rem;
  background: url(/images/v3/lijitoubao.png) center center/100% 100% no-repeat;
  margin-left: 0.06rem;
}