.ant-indexbar-side {
  z-index: 9;
}
.ant-indexbar-side-mask {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 9;
}
.ant-indexbar-side-content {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ant-indexbar-side-item {
  position: relative;
  padding-left: 20rpx;
}
.ant-indexbar-side-item-default {
  font-size: 22rpx;
  font-weight: bold;
  color: var(--index-bar-assist-color, #999999);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-indexbar-side-item-tip {
  position: absolute;
  left: -158rpx;
  top: 50%;
  transform: translateY(-50%);
  width: 94rpx;
  height: 94rpx;
  border-radius: 94rpx;
  line-height: 94rpx;
  text-align: center;
  background: var(--index-bar-tip-background-color, #cccccc);
  color: var(--index-bar-text-color, #ffffff);
  font-size: 50rpx;
}
.ant-indexbar-side-active {
  border-radius: 16rpx;
  background-color: var(--index-bar-active-color, #1677ff);
  color: var(--index-bar-text-color, #ffffff);
}
.ant-indexbar-side-scroll {
  width: 100%;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}
.ant-indexbar-side-notSee {
  position: fixed;
  left: -200%;
  top: 0;
  z-index: -1;
}
