/* jb698 底栏色：仅叠加在现网旧包上，不改业务包 */
.tabbar-item {
  color: #ceced9 !important;
}
.tabbar-item > span:not(.tab-icon) {
  color: rgba(186, 189, 255, 0.8) !important;
}
.tabbar-item.active {
  color: #fff !important;
  background-color: hsla(0, 0%, 100%, 0.14) !important;
}
.tabbar-item.active > span:not(.tab-icon) {
  color: #fff !important;
}
.tabbar-item .tab-icon {
  color: inherit;
  width: min(7.467vw, 31.957px) !important;
  height: min(7.467vw, 31.957px) !important;
}
.tabbar-item .tab-icon svg {
  width: min(6.4vw, 27.392px) !important;
  height: min(6.4vw, 27.392px) !important;
}
/* 选中态上色（按文案打的 data-nav-tint） */
.tabbar-item[data-nav-tint="home"].active .tab-icon {
  color: #852bec !important;
}
.tabbar-item[data-nav-tint="promo"].active .tab-icon {
  color: #fe667d !important;
}
.tabbar-item[data-nav-tint="download"].active .tab-icon {
  color: #ffea00 !important;
}
.tabbar-item[data-nav-tint="mine"].active .tab-icon {
  color: #3ac7f7 !important;
}
