/* category_scyb.html 专用样式 */

/*
 * 平板端（501–1259px）
 * 公共重置已提取至 responsive-tablet.css，此处仅保留页面专有规则
 */
@media screen and (max-width: 1259px) {
  /* 搜索框：平板下选择框占满宽度 */
  .v2022.derivative .search-box .input-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .v2022.derivative .search-box .input-box .input {
    width: 100%;
  }
}

/*
 * 小屏平板 / 大屏手机（768px 及以下）
 * .ll-list-2 卡片网格从双列切换为单列，避免窄屏挤压
 */
@media screen and (max-width: 1259px) {
  .v2022 .ll-list-2 .ll-item ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
