.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;
}
