.yn-lists-v9 .sec-summary {
  color: var(--yn-font-color-1);
}

.yn-lists-v9 .sec-content p {
  margin: 0;
  padding: 0;
  color: var(--yn-font-color-main);
}

.yn-lists-v9 .body-box .item-box {
  margin-bottom: 20px;
}

.yn-lists-v9 .body-box img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.yn-lists-v9 .body-box .item-box .text {
  padding: 4px 8px;
  max-height: 129px;
  min-height: 129px;
  background-color: #f2f2f2;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}


.yn-lists-v9 .body-box .item-box .text .title p {
  color: #333;
  line-height: 24px;
  max-height: 48px;
  margin: 0;
  padding: 0;
}

.yn-lists-v9 .body-box .item-box .text .time {
  font-size: 13px;
  color: #000;
}

.yn-lists-v9 .body-box .item-box .text .num {
  font-size: 14px;
  color: #000;
}

.yn-lists-v9 .body-box .item-box .text .price-box .price-from {
  font-size: 13.5px;
  color: #333;
}

.yn-lists-v9 .body-box .item-box .text .price {
  color: #333;
  font-size: 14px;
  /* font-weight: lighter; */
  text-decoration-line: line-through;
}

.yn-lists-v9 .body-box .item-box .text .price-sell {
  color: #FF6B00;
  font-size: 16px;
  font-weight: 400;

}



@media only screen and (max-width: 499px) {


  .yn-lists-v9 .body-box .item-box {
    margin-bottom: 20px;
  }

  .yn-lists-v9 .body-box .item-box .text {
    height: auto !important;
  }

  .yn-lists-v2 .body-box .item-box .text {
    height: auto !important;
  }
}