/* TabBar 图标 — iconfont Symbol 风格（参考 https://www.iconfont.cn/ ） */
.iconfont-svg {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
  display: block;
}

.app-tabbar .tab-item-icon .iconfont-svg {
  width: 22px;
  height: 22px;
  transition: transform 0.22s ease, fill 0.22s ease;
}

.app-tabbar .tab-item.active .tab-item-icon .iconfont-svg {
  transform: translateY(-1px) scale(1.06);
}
