/* 未来展望 wlzw.html — 仅手机端：背景 + 内层滚动 */

@media (max-width: 992px) {

  body.page-h5.page-about-sub .wlzw-main {

    --about-h5-bg-image: url("../img/h5/wlzw_bg.png");

    background: none;

  }



  body.page-h5.page-about-sub .wlzw-main .page-wrap {

    height: 100%;

    min-height: 0;

    overflow-x: hidden;

    overflow-y: auto;

    -webkit-overflow-scrolling: touch;

  }



  body.page-h5.page-about-sub .wlzw-main .page-content {

    flex: none;

    overflow: visible;

  }

}

