/* =========================================================
   V90 Banner Position
   只负责移动后的间距/圆角
   ========================================================= */

.home .banner-section,
.new-home .banner-section,
.home .banner,
.new-home .banner,
.home .swiper,
.new-home .swiper,
.home .banner-box,
.new-home .banner-box{
  margin-top:18px!important;
  margin-bottom:24px!important;
}

/* 移动后保持与5个按钮有明显距离 */
.home .quick-nav + .banner-section,
.new-home .quick-nav + .banner-section,
.home .quick + .banner-section,
.new-home .quick + .banner-section,
.home .menu-list + .banner-section,
.new-home .menu-list + .banner-section,
.home .tools + .banner-section,
.new-home .tools + .banner-section{
  margin-top:22px!important;
}

/* 轮播圆角 */
.home .banner-section .van-swipe,
.new-home .banner-section .van-swipe,
.home .banner,
.new-home .banner,
.home .swiper,
.new-home .swiper{
  border-radius:16px!important;
  overflow:hidden!important;
}

/* 手机端 */
@media(max-width:600px){
  .home .banner-section,
  .new-home .banner-section,
  .home .banner,
  .new-home .banner,
  .home .swiper,
  .new-home .swiper{
    margin-top:20px!important;
    margin-bottom:26px!important;
  }
}
