.zbx-category-page {
  display: flex;
  &-swiper {
    margin-top: 16px;
    position: relative;

    --width: 375px;

    //left: -15px;

    &-item {
      display: flex;
      justify-content: center;
      width: 100%;
      height: 297px;
      .box {
        position: relative;
        padding: 24px;
        box-sizing: border-box;
        width: 236px;
        height: 297px;
        border-radius: 10px;
        background: #fff;
        box-shadow: 0 4px 8px rgba(5, 16, 64, 0.1);
        display: flex;
        flex-direction: column;
        align-items: center;

        .image {
          width: 156px;
          height: 156px;
          border-radius: 6px;
        }

        .tag {
          display: flex;
          position: absolute;
          left: 12px;
          top: 12px;
          .hot {
            width: 49px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            border-radius: 4px;
            background: #191919;
            color: #fff;
            margin-right: 6px;
          }
          .create-time {
            height: 26px;
            border-radius: 4px;
            background: rgba(25, 25, 25, 0.5);
            display: flex;
            align-items: center;
            color: #fff;
            padding: 0 6px;
            .diamond-box {
              width: 16px;
              height: 16px;
              background: #fff;
              display: flex;
              align-items: center;
              justify-content: center;
              border-radius: 50%;
              color: #8b95ab;
              margin-right: 4px;
            }
          }
        }

        .product-line-name {
          margin-top: 12px;
          line-height: 25px;
          font-weight: bold;
          font-size: 18px;
          color: #333;
        }

        .peoples {
          margin-top: 12px;
          color: #999;
        }

        .videos {
          line-height: 20px;
          font-weight: bold;
          font-size: 14px;
          color: #333;
        }

        .view-more-box {
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          .view-more-icon {
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 84px;
            height: 84px;
            background: #f4f5f5;
            .icon {
              font-size: 24px;
            }
          }
          .view-more-text {
            margin-top: 18px;
          }
        }
      }
    }
  }

  .card-list {
    width: 100%;
    height: 102px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 1px 12px rgba(5, 16, 64, 0.1);
    padding: 16px 10px;
    box-sizing: border-box;
    display: flex;
    .image {
      width: 70px;
      height: 70px;
      border-radius: 6px;
    }
    .right-content {
      margin-left: 8px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      font-size: 12px;
      .title {
        font-weight: bold;
        font-size: 16px;
        color: #333;
      }
      .video-number {
        font-weight: 400;
        font-size: 14px;
        color: #333;
      }
      .bottom-info {
        display: flex;
        justify-content: space-between;
        span {
          font-size: 12px;
          color: #999;
          width: 120px;
        }
      }
    }
  }

  .oss-image {
    width: 18px;
    height: 18px;
  }
}
