/**
 * PisellTabbar 组件样式
 */
.pisell-tabbar2 {
  // height: 100vh;
  width: 96px;
  height: 100%;
  // position: fixed;
  // top: 0;
  // right: 0;
  // z-index: 1000;
}


.pisell-tabbar-level-2 {
  width: 104px;
  height: 100%;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.30);
  border-bottom: 1px solid rgba(255, 255, 255, 0.30);
  border-left: 1px solid rgba(255, 255, 255, 0.30);
  background: rgba(52, 64, 84, 0.80);
  box-shadow: -2px -1px 4px 0 rgba(0, 0, 0, 0.55), -2px 2px 4px 0 rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
}