/* #ifdef harmony */
/* #endif */
/* #ifndef harmony */
/* #endif */
.nut-tabbar {
  border: 0;
  box-shadow: var(--nutui-tabbar-box-shadow, none);
  border-bottom: var(--nutui-tabbar-border-bottom, none);
  border-top: var(--nutui-tabbar-border-top, none);
  width: 100%;
  background: var(--nutui-color-surface-2);
}
.nut-tabbar-wrap {
  height: var(--nutui-tabbar-height, 50px);
  display: flex;
}
.nut-tabbar-wrap-3 {
  padding: 0 scale-px(16px);
}
.nut-tabbar-wrap-2 {
  padding: 0 scale-px(32px);
}
.nut-tabbar-wrap-horizontal {
  align-items: center;
}
.nut-tabbar-wrap-horizontal .nut-tabbar-item {
  flex-direction: row;
  justify-content: center;
}
.nut-tabbar-wrap-horizontal .nut-tabbar-item .nut-icon {
  width: scale-px(20px);
  height: scale-px(20px);
}
.nut-tabbar-wrap-horizontal .nut-tabbar-item .nut-tabbar-item-text {
  margin: 0 scale-px(4px) 0 scale-px(6px);
  font-size: var(--nutui-font-text);
}
.nut-tabbar-wrap-horizontal .nut-tabbar-item .nut-badge-sup::after {
  border: 0;
}
.nut-tabbar-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}

[dir=rtl] .nut-tabbar:last-child,
.nut-rtl .nut-tabbar:last-child {
  border-right: none;
  border-left: 0;
}
[dir=rtl] .nut-tabbar-fixed,
.nut-rtl .nut-tabbar-fixed {
  left: auto;
  right: 0;
}