/*
 * MIIGO_A_APP_SLOT_V2_7
 *
 * Do NOT touch the accepted V2.2 navigation.
 * applicationLayer is the full-screen page that covers it.
 * Leave a 58px physical slot at the bottom so the existing original nav
 * remains naturally visible and clickable.
 */
@media (max-width:699px) {

  html.miigo-a-mobile-v2 #applicationLayer.is-open {
    position:fixed!important;

    top:0!important;
    left:0!important;
    right:0!important;
    bottom:58px!important;

    height:auto!important;
    min-height:0!important;
    max-height:none!important;

    box-sizing:border-box!important;
  }

  /*
   * A fixed 58px nav covers the final part of lists.
   * Give the scrolling content enough extra runway for "查看更多".
   */
  html.miigo-a-mobile-v2 .s2h-list-page {
    padding-bottom:140px!important;
    scroll-padding-bottom:140px!important;
  }

  html.miigo-a-mobile-v2 .s2h-more {
    margin-bottom:82px!important;
    scroll-margin-bottom:82px!important;
  }
}
