
/* 基础样式 - 适用于所有 1000px 以上的屏幕 */
@media screen and (min-width: 1000px) {
  .ly_carousel_34 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
    position: absolute;
    left: 22%;
  }
}

/* 中等屏幕 (1000px - 1440px) */
@media screen and (min-width: 1000px) and (max-width: 1440px) {
  .ly_carousel_34 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
    bottom: -20%;
  }
}

/* 大屏幕 (1441px - 1770px) */
@media screen and (min-width: 1441px) and (max-width: 1770px) {
  .ly_carousel_34 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
    bottom: -70%;
  }
}

/* 超大屏幕 (1771px 及以上) */
@media screen and (min-width: 1771px) {
  .ly_carousel_34 .carousel_wrapper .carousel_box .carousel_item .carousel_info .carousel_content {
    bottom: -92%;
  }
}
