.tabBar_css {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
  width: calc(100vw - 20px);
  border-radius: 99px;
  overflow: hidden;
  box-shadow: 0 -6px 10px hsla(0, 0%, 58.8%, .1), 0 6px 10px hsla(0, 0%, 58.8%, .1)
}

.tabBar_css .u-tabbar__content {
  background-color: hsla(0, 0%, 100%, .4);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid hsla(0, 0%, 100%, .8)
}

.tabBar_css .u-tabbar .u-border-top {
  border-color: transparent !important
}

.u-page__item__slot-icon {
  width: 20px;
  height: 20px
}

.u-tabbar-item__text {
  margin-top: 0 !important;
  line-height: 20px !important
}