/* PC recommended items layout fix 2026-07-24 */
@media screen and (min-width: 751px) {
  .recomend ul {
    width: min(1200px, 100%) !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 30px 10px !important;
  }
  .recomend ul li {
    width: 200px !important;
    flex: 0 0 200px !important;
    margin: 0 !important;
    box-sizing: border-box !important;
  }
  .recomend ul li img {
    max-width: 100% !important;
    height: auto !important;
  }
  .recomend ul li .info .title {
    width: 90% !important;
  }
}
