.product-block {
  margin: 0 auto;
}
.product-block ul {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product-item {
  text-align: left;
  position: relative;
  overflow: hidden;
  margin: 0 30px 100px;
  width: calc( 20% - 60px );
  padding: 0px 0px 63px 0px;
  background-color: #033c1c;
  background-image: url('/sysy_front/images/ground.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
}
@media (max-width: 1600px) {
  .product-item {
    margin: 0 15px 50px;
    width: calc( 25% - 30px );
  }
}
@media (max-width: 800px) {
  .product-item {
    margin: 0 15px 50px;
    width: calc( 33.33% - 30px );
  }
}
@media (max-width: 600px) {
  .product-item {
    padding: 0px 0px 35px 0px;
    margin: 0 7px 20px;
    width: calc( 50% - 14px );
  }
}
.slender-products-block .slogan-box {
  font-size: 1.5rem;
  line-height: 32px;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
  /* color: #e4d0a3; */
  white-space: nowrap;
  overflow: hidden;
  margin-left: -100%;
  margin-right: -100%;
  padding-left: 100%;
  padding-right: 100%;
}
.slender-products-block .slogan-box p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.slogan-box-new {
  padding: 8px 5% 0;
  background: #000;
  
}
@media (max-width: 600px) {
  .slender-products-block .slogan-box {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slogan-box-new a{
    font-size: 11px;
    margin-bottom: 10px;
  }
}
.product-item:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.product-item:hover .hover {
  opacity: 1;
}
.product-item img {
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .product-item img {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  .product-item img {
    margin-bottom: 0px;
  }
}
.product-item p {
  font-size: 1rem;
  line-height: 24px;
}
@media (max-width: 900px) {
  .product-item p {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
@media (max-width: 600px) {
  .product-item p {
    font-size: 0.75rem;
    line-height: 20px;
    line-height: 15px;
    margin-bottom: 10px;
  }
}
.product-item .price,
.promotions-item .price {
  font-size: 1.2rem;
  line-height: 32px;
  font-weight: bold;
  margin-right: 0;
  text-align: right;
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .product-item .price {
    font-size: 0.75rem;
    line-height: 20px;
    margin-right: 5px;
  }
}

.product-item .original,
.promotions-item .original {
  font-size: 1rem;
  line-height: 32px;
  text-decoration: line-through;
  text-align: right;
  display: block;
  width: 100%;
}
@media (max-width: 900px) {
  .product-item .original {
    font-size: 1.125rem;
    line-height: 26px;
  }
}
@media (max-width: 600px) {
  .product-item .original {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.product-item .text-box {
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.product-item .sall-tag {
  position: absolute;
  width: 88px;
  left: 0;
  top: 24px;
  font-size: 1rem;
  line-height: 24px;
  color: #fff;
  z-index: 3;
  text-align: center;
  padding: 8px 0;
  -webkit-box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .product-item .sall-tag {
    font-size: 0.875rem;
    line-height: 22px;
    padding: 5px 0;
  }
}
@media (max-width: 600px) {
  .product-item .sall-tag {
    font-size: 0.75rem;
    line-height: 20px;
    padding: 3px 0;
    width: 60px;
  }
}
.product-item .cart-plus-icon {
  width: 100%;
  margin: 0;
  position: absolute;
  bottom: 1px;
  margin-bottom: -18px;
}
@media (max-width: 600px) {
  .product-item .cart-plus-icon {
    margin-bottom: 0px;
  }
}

.product-text {
  text-align: center;
}
.product-text p {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .product-text p {
    font-size: 0.875rem;
    line-height: 22px;
    margin-bottom: 0px;
  }
}
.product-text span {
  font-weight: 800;
}
.product-text .price-box {
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .product-text .price-box {
    margin-bottom: 5px;
  }
}
.product-text .price {
  font-size: 1.125rem;
  line-height: 26px;
  color: #c65a2a;
  margin-right: 10px;
}
@media (max-width: 600px) {
  .product-text .price {
    font-size: 0.875rem;
    line-height: 22px;
  }
}
.product-text .original {
  font-size: 0.875rem;
  line-height: 22px;
  color: #aaaaaa;
  text-decoration: line-through;
}

@media (max-width: 1200px) {
  .product-item .price,
  .promotions-item .price,
  .product-item .original,
  .promotions-item .original {
    font-size: 1.125rem;
    line-height: 26px;
  }
}

@media (max-width: 600px) {
  .product-item .price,
  .promotions-item .price{
    font-size: 0.95rem;
    line-height: 20px;
  }
  .product-item .original,
  .promotions-item .original {
    font-size: 0.75rem;
    line-height: 20px;
  }
}

.product-item p.title,
.promotions-item p.title {
  font-size: 1rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: bold;
  text-align: left;
  align-self: flex-start;
}

.product-item p.dot,
.promotions-item p.dot {
  font-size:8px;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  padding-bottom: 10px;
  text-align: center;
  width: 100%;
}

@media (max-width: 1200px) {
  .product-item p.title,
  .promotions-item p.title {
    font-size: 0.875rem;
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 3px;
  }

  .product-item p.dot,
  .promotions-item p.dot {
    padding-bottom: 5px;
  }
}

@media (max-width: 600px) {
  .product-item p.title,
  .promotions-item p.title {
    font-size: 0.75rem;
    line-height: 15px;
  }
}

.product-item .price,
.promotions-item .price,
.product-item .original,
.promotions-item .original {
  align-self: flex-start;
}