.fe-badge {
  display: inline-block;
  user-select: none;
}
.fe-badge-color {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
}
.fe-badge-color.fe-badge-success {
  background: #52c41a;
}
.fe-badge-color.fe-badge-warning {
  background: #faad14;
}
.fe-badge-color.fe-badge-error {
  background: #f5222d;
}
.fe-badge-color.fe-badge-default {
  background: #ff3b30;
}
.fe-badge-noslots {
  background: #ff3b30;
  border-radius: 14px;
  padding: 0px 6px;
  color: white;
  font-size: 14px;
}
.fe-badge-slots {
  position: relative;
  display: inline-block;
}
.fe-badge-slots .fe-badge-sup {
  position: absolute;
  background: #ff3b30;
  border-radius: 12px;
  padding: 1px 4px;
  color: white;
  font-size: 12px;
  right: 0px;
  top: 0px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.fe-badge-slots .fe-badge-sup.fe-badge-dot {
  width: 10px;
  height: 10px;
  padding: 0px;
}
.fe-tabbar-item {
  flex: 1;
  text-align: center;
}
.fe-tabbar-item .fe-tabbar-item-icon {
  display: block;
  position: relative;
  top: 8px;
  margin: 0 auto;
  width: 22px;
  height: 22px;
  font-size: 18px;
}
.fe-tabbar-item .fe-tabbar-item-icon .fe-tabbar-item-badge {
  position: absolute;
  top: -3px;
  right: -12px;
}
.fe-tabbar-item .fe-tabbar-item-text {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #949494;
}
.fe-tabbar-item.fe-tabbar-item-active .fe-tabbar-item-text,
.fe-tabbar-item.fe-tabbar-item-active .fe-tabbar-item-icon {
  color: #1b82d2;
}
.fe-tabbar-item.fe-tabbar-item-reddot .fe-tabbar-item-icon:after {
  content: '';
  position: absolute;
  right: -8px;
  top: -3px;
  width: 10px;
  height: 10px;
  background-color: #f74c31;
  border-radius: 5px;
  background-clip: padding-box;
}
