/* CoinASX V160 - 仅导航 */
body #app .van-tabbar.van-tabbar--fixed > .van-tabbar-item,
body #app .bgFooter.van-tabbar > .van-tabbar-item{
  flex:1 1 20%!important;
  width:20%!important;
}

/* 1 首页 */
body #app .van-tabbar-item:has(img[alt="home"]){
  order:1!important;
}

/* 2 市场 */
body #app .van-tabbar-item:has(img[alt="Quotes"]){
  order:2!important;
}

/* 3 交易 */
body #app .van-tabbar-item:has(img[alt="trade"]){
  order:3!important;
}

/* 4 合约 */
body #app .van-tabbar-item:has(img[alt="perpetualContract"]){
  order:4!important;
}

/* 5 资产 */
body #app .van-tabbar-item:has(img[alt="assets"]),
body #app .van-tabbar-item:has(img[alt="Assets"]){
  order:5!important;
}

/* 首页图标单独精修 */
body #app .van-tabbar-item:has(img[alt="home"]) .van-tabbar-item__icon{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

body #app .van-tabbar-item:has(img[alt="home"]) .van-tabbar-item__icon img{
  width:27px!important;
  height:27px!important;
  max-width:27px!important;
  max-height:27px!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:7px!important;
  opacity:.82!important;
  filter:none!important;
}

/* 首页激活态 */
body #app .van-tabbar-item.van-tabbar-item--active:has(img[alt="home"]) .van-tabbar-item__icon img{
  width:29px!important;
  height:29px!important;
  max-width:29px!important;
  max-height:29px!important;
  opacity:1!important;
  transform:translateY(-1px)!important;
}

/* 普通四个图标统一视觉，交易中间按钮继续沿用V159 */
body #app .van-tabbar-item:not(:has(img[alt="trade"])) .van-tabbar-item__icon img{
  object-fit:contain!important;
  object-position:center!important;
}

/* 小屏自动缩放 */
@media(max-width:390px){
  body #app .van-tabbar-item:has(img[alt="home"]) .van-tabbar-item__icon{
    width:26px!important;
    height:26px!important;
    min-width:26px!important;
    min-height:26px!important;
  }

  body #app .van-tabbar-item:has(img[alt="home"]) .van-tabbar-item__icon img{
    width:24px!important;
    height:24px!important;
    max-width:24px!important;
    max-height:24px!important;
  }

  body #app .van-tabbar-item.van-tabbar-item--active:has(img[alt="home"]) .van-tabbar-item__icon img{
    width:26px!important;
    height:26px!important;
    max-width:26px!important;
    max-height:26px!important;
  }
}
