#agent-tabbar {
  display: flex !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2147483646;
  pointer-events: auto;
  min-height: 50px;
  height: calc(50px + env(safe-area-inset-bottom, 0px));
  padding-bottom: env(safe-area-inset-bottom, 0px);
  padding-bottom: constant(safe-area-inset-bottom);
  background: #fff;
  border-top: 1px solid #e8e8e8;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  align-items: stretch;
  visibility: visible;
  opacity: 1;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#agent-tabbar.hide {
  display: none !important;
}
uni-tabbar,
.uni-tabbar,
.uni-tabbar-bottom {
  display: none !important;
  height: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
}
#agent-tabbar a {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1.2;
  color: #999;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  pointer-events: auto;
  min-height: 50px;
}
#agent-tabbar a .ico {
  width: 22px;
  height: 22px;
  margin-bottom: 2px;
  display: block;
}
#agent-tabbar a.active {
  color: #722ed1;
  font-weight: 600;
}
#agent-tabbar a[data-tab="app"] {
  color: #722ed1;
  font-weight: 600;
}
#agent-tabbar a[data-tab="app"] .ico {
  filter: none;
}
body.agent-has-tabbar {
  padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px)) !important;
}
body.agent-has-tabbar #app,
body.agent-has-tabbar uni-page-body,
body.agent-has-tabbar uni-page-wrapper {
  padding-bottom: calc(50px + env(safe-area-inset-bottom, 0px)) !important;
  box-sizing: border-box;
}
