/* list_clearing_options.html 专用样式 — 期货期权页响应式适配 */

/* 从内联 style 迁移的基础排版规则 */
.v2022 p {
  font-size: 16px;
  line-height: 20px;
}
.futures-options .fz-20 {
  font-size: 20px;
  line-height: 1.6;
}
.futures-options .fz-16 {
  font-size: 16px;
  line-height: 1.6;
}

/* 平板端公共响应式已提取至 responsive-tablet.css，不再重复 */

/* 平板（1259px 及以下） */
@media screen and (max-width: 1259px) {
  .futures-options .concat-wrapper {
    height: auto;
    min-height: 150px;
    padding: 30px 25px;
  }
  .futures-options .concat-wrapper .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* 移动端（500px 及以下） — 从内联 style 迁移 */
@media screen and (max-width: 500px) {
  .v2022 p {
    font-size: 14px;
    line-height: 1.6;
  }
  .futures-options .fz-20 {
    font-size: 14px;
    line-height: 1.6;
  }
  .futures-options .fz-16 {
    font-size: 12px;
  }
}
