.goods-list-page {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.goods-list-page a {
  color: inherit;
}
.goods-list-page a:hover {
  text-decoration: none;
}
.goods-list-page .goods-item {
  width: calc((100% - 5rem - 2px) / 6);
  border: 1px solid transparent;
  border-radius: 0.5rem;
  gap: 0.625rem 0;
  padding: 0.25rem;
  transform: scale(0.98);
}
@media (min-width: 768px) {
  .goods-list-page .goods-item {
    width: calc((100% - 1.875rem) / 4);
  }
}
@media (min-width: 1200px) {
  .goods-list-page .goods-item {
    width: calc((100% - 2.5rem - 2px) / 5);
  }
}
@media (min-width: 1400px) {
  .goods-list-page .goods-item {
    width: calc((100% - 3.125rem - 2px) / 6);
  }
}
.goods-list-page .goods-item {
  flex-shrink: 0;
  overflow: hidden;
}
.goods-list-page .goods-item .goods-pic {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.goods-list-page .goods-item .goods-pic .new-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 2.25rem;
  height: 2.25rem;
  z-index: 2;
}
.goods-list-page .goods-item .goods-pic .brand-tag {
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(to left, #f70a63, #ff468c);
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  height: 1.375rem;
  line-height: 1.375rem;
  border-radius: 0 0 0 0.25rem;
  z-index: 2;
}
.goods-list-page .goods-item .goods-pic .video-tag {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  z-index: 2;
  left: calc((100% - 1.5rem) / 2);
  top: calc((100% - 1.5rem) / 2);
  background: url("https://wap.yhddxh.com/static/images/video-tag-new.png") no-repeat center/cover;
}
.goods-list-page .goods-item .goods-pic .sell-out-tag {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.goods-list-page .goods-item .goods-pic .sell-out-tag .sq {
  width: 33%;
  height: 33%;
  border-radius: 50%;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.58);
}
.goods-list-page .goods-item:hover {
  border-color: #ff468c;
  transform: scale(1);
  box-shadow: 0 0 2px 1px #c7c4c4;
}
.goods-list-page .goods-item .goods-title {
  cursor: pointer;
  font-weight: 500;
  font-size: 0.875rem;
  color: rgba(9, 9, 10, 0.92);
}
.goods-list-page .goods-item .goods-title .level {
  color: #ff468c;
  margin-right: 0.625rem;
}
.goods-list-page .goods-item .first-return-row {
  display: flex;
  gap: 0 0.625rem;
  font-size: 0.75rem;
}
.goods-list-page .goods-item .first-return-row .icon {
  width: 0.75rem;
  height: 0.75rem;
}
.goods-list-page .goods-item .goods-options {
  display: flex;
  font-size: 0.75rem;
  gap: 2px 0.625rem;
  color: rgba(49, 49, 51, 0.55);
}
.goods-list-page .goods-item .goods-price-info {
  gap: 0 0.625rem;
}
.goods-list-page .goods-item .goods-price-info .goods-price {
  text-align: left;
  display: inline-flex;
  align-items: flex-end;
  height: 1.5rem;
  color: #ff468c;
}
.goods-list-page .goods-item .goods-price-info .goods-price .symbol {
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 0.75rem;
}
.goods-list-page .goods-item .goods-price-info .goods-price .price {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
}
.goods-list-page .goods-item .goods-price-info .custom-plus {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.25rem;
  text-align: center;
  border-radius: 50%;
  background: #fff0f5;
  color: #ff468c;
  font-size: 1.5rem;
  font-weight: 700;
}
.goods-list-page .goods-item .goods-price-info .custom-plus:hover {
  background: #ff468c;
  color: #fff;
}
.goods-list-page .goods-item .shop-info {
  font-size: 0.75rem;
  color: #7a7a7a;
  height: 1.5rem;
  border-radius: 1000px;
  padding: 0 0.5rem;
  background: rgba(31, 31, 51, 0.06);
  justify-content: flex-start;
  align-self: flex-start;
  max-width: 100%;
  cursor: pointer;
}
.goods-list-page .goods-item .shop-info .shop-name {
  margin-left: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
  flex: 1;
}/*# sourceMappingURL=goods-list.css.map */