.product-list-order {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.product-list {
  width: 285px;
  margin-right: 20px;
}
.product-list .product-desc .add-cart-theme-btn {
  background-image: url(../img/new-theme/PlusCircleFilled.svg);
}
.product-list .product-single {
  width: 100%;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  position: relative;
}
.product-list .product-single .collect-button {
  position: absolute;
  display: none;
  top: 23px;
  right: 23px;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #FFFFFF;
  justify-content: center;
  align-items: center;
  border: 1px solid #d9d9d9;
}
.product-list .product-single .collect-button span {
  background-image: url('../img/new-theme/collect-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
}
.product-list .product-single .collect-button:hover > span {
  background-image: url('../img/new-theme/collect-icon-hover.svg');
}
.product-list .product-single .collect-button span.isCollect {
  background-image: url('../img/new-theme/collected-icon.svg');
}
.product-list .product-single:hover .collect-button {
  display: flex;
}
.product-list .product-single .search-icon,
.product-list .product-single .icon-protection,
.product-list .product-single .icon-energy {
  width: 60px;
  height: 20px;
  background-size: 60px;
}
.product-list:nth-child(4n) {
  margin-right: 0;
}
.product-pic {
  width: 253px;
  height: 253px;
  border: 1px solid transparent;
  margin-bottom: 12px;
}
.product-desc {
  padding-left: 0;
  padding-right: 0;
}
.product-desc .pd-icons {
  margin-top: 0;
}
.product-desc .pd-icons i:not(:first-child) {
  margin-left: 5px;
}
.product-desc .pd-title {
  height: 44px;
  line-height: 22px;
}
.product-desc .pd-price {
  margin-top: 8px;
  color: #FF8225;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}
.product-desc .add-cart-theme-btn {
  margin-top: 8px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  background-image: url(../img/new-theme/PlusCircleFilled.svg);
  background-size: 100%;
}
.product-desc .add-cart-theme-btn span {
  box-sizing: border-box;
  font-size: 25px;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.product-desc .add-cart-theme-disabled-btn {
  cursor: not-allowed;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url(../img/new-theme/plusDisabled.svg) !important;
}
.product-desc .pd-agent {
  width: 100%;
  height: 48px;
  line-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  border-radius: 4px;
  background: #F4F4F4;
  box-sizing: border-box;
  position: relative;
}
.product-desc .pd-agent .shop-name {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 6px;
  white-space: normal;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.product-desc .pd-agent .shop-name .store-logo-box {
  height: 100%;
}
.product-desc .pd-agent .shop-name .store-logo-box img {
  margin-right: 10px;
}
.product-desc .pd-agent .shop-name .shop-name-text {
  max-height: 36px;
  overflow: hidden;
  line-height: 18px;
  padding-right: 20px;
}
.product-desc .pd-agent .store-logo-box img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 2px;
  background: #D9D9D9;
}
.product-desc .pd-agent .arrow-btn-theme-v {
  top: 18px;
  right: 6px;
}
.ellipsis-two-line {
  overflow: hidden;
  display: -webkit-box;
  /* 将对象作为弹性伸缩盒子模型显示 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.no-content {
  left: 0;
}
.layui-laypage .layui-laypage-skip {
  background-color: transparent;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
