.cate-gory {
  width: 100%;
}

.cate-gory-item {
  width: 100%;
  height: 110rpx;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 26rpx;
  font-weight: 400;
}

.active {
  position: relative;
}

.active::before {
  content: '';
  position: absolute;
  border-left: 3rpx solid $uni-color-primary;
  height: 110rpx;
  left: 0;
}

