/* v11：只优化移动端首页幻灯片与广告间距、详情页广告上方间距；播放页不处理 */
@media(max-width:767px){
  /* 首页：幻灯片与首页广告之间的空隙压缩，整体广告位上移 */
  body.page-home .custom-banner{
    margin-bottom:6px!important;
    border-radius:14px!important;
  }
  body.page-home .banner-container{
    padding-bottom:52%!important;
  }
  body.page-home .site-ad-home{
    margin-top:0!important;
    margin-bottom:10px!important;
  }
  body.page-home .home-main-wrap{
    margin-top:0!important;
  }

  /* 详情页：详情信息面板与详情页广告之间的间距压缩，广告整体上移 */
  body.page-detail .col-lg-wide-75 > .stui-pannel:first-child{
    margin-bottom:8px!important;
  }
  body.page-detail .site-ad-detail{
    margin-top:0!important;
    margin-bottom:10px!important;
  }
  body.page-detail .container > .row{
    margin-top:0!important;
  }

  /* 仅保证广告图正常自适应，不遮挡、不裁掉外层 */
  body.page-home .site-ad-home,
  body.page-detail .site-ad-detail{
    overflow:hidden!important;
  }
  body.page-home .site-ad-home img,
  body.page-detail .site-ad-detail img{
    display:block!important;
    width:100%!important;
  }
}
