.zbx-category-swiper {
  &-item {
    display: flex;
    flex-wrap: wrap;
    &-category {
      width: 25%;
      margin-bottom: 16px;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      color: #999;
      .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        font-size: 18px;
        margin-bottom: 6px;
      }
      .label {
        width: 96%;
        line-height: 17px;
        font-weight: 400;
        font-size: 12px;
        text-align: center;
        color: #999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        word-break: break-all;
      }
      &.selected {
        color: #191919;
        .label {
          color: #191919;
        }
      }
    }
  }
}
