.category-tab {
  float: left;
  width: 0.9rem;
  height: 100%;
  overflow-y: hidden;
}
.category-tab ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.category-tab ul li p {
  padding: 0 0.05rem;
}
.category-tab ul li .cnt {
  position: relative;
  height: 0.4rem;
  padding: 0.08rem 0;
  line-height: 0.4rem;
}
.category-tab ul li .current {
  background: var(--bg-block) !important;
  border-bottom: 0.01rem solid transparent;
  font-weight: bold;
}
.category-tab ul li .current:before {
  content: '';
  display: block;
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 0.04rem;
  height: 0.14rem;
  background-color: var(--text-selected);
}
.category-tab ul li .currentP {
  font-size: var(--size-normal) !important;
  color: var(--text-normal);
}
