page .anyui-tabbar-box {
  width: 100%;
  height: 93rpx;
  padding-top: 10rpx;
  overflow: hidden;
  display: flex;
}

page .anyui-tabbar-btnBox {
  flex: 1;
  height: 100%;
}

page .anyui-tabbar-iconBox {
  width: 100%;
  text-align: center;
}

page .anyui-tabbar-imgBox {
  height: 48rpx;
}

page .anyui-tabbar-image {
  position: relative;
  width: 48rpx;
  height: 48rpx;
  display: inline-block;
  vertical-align: top;
}

page .anyui-tabbar-dot {
  position: absolute;
  background-color: red;
  width: 9rpx;
  height: 9rpx;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: translate(55%, -38%);
}

page .anyui-tabbar-deg {
  position: absolute;
  background-color: red;
  top: 0;
  right: 0;
  line-height: 1.2;
  font-size: 12rpx;
  color: #fff;
  padding: 0 3rpx;
  min-width: 14rpx;
  border-radius: 7rpx;
  transform: translate(50%, -30%);
}

page .anyui-tabbar-name {
  line-height: 22rpx;
  height: 22rpx;
  font-size: 24rpx;
  margin-top: 3rpx;
  user-select: none;
  text-align: center;
}