.choose-mall-goods-modal {
  .ww-search {
    background-color: #fafafa;
    padding: 20px;
    .ww-search-flex {
      width: 100%;
      display: flex;
      align-items: center;
      overflow: hidden;
      .ww-search-range-input {
        flex: 1;
        display: flex;
        align-items: center;
      }
    }
  }
  .main-search {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
  }
  .search-2 {
    .sort-item {
      display: flex;
      align-items: center;
      .sort-item-label {
        font-size: 12px;
      }
      .sort-item-icon {
        font-size: 10px;
        margin-left: 4px;
      }
    }
    .ant-radio-button-wrapper {
      padding: 0 10px !important;
    }
  }
  .table-goods-wrap {
    display: flex;

    .table-goods-img-wrap {
      width: 60px;
      height: 60px;
      background: #ffffff;
      border-radius: 1px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      overflow: hidden;
      .pro-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        .ant-image {
          width: 100%;
          height: 100%;
        }
      }
    }

    .table-goods-content {
      margin-left: 10px;
      flex: 1;

      .table-goods-content-title {
        height: 34px;
        font-size: 12px;
        font-weight: 500;
        color: #666666;
        line-height: 17px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        text-align: left;
      }

      .table-goods-content-sub-title {
        text-align: left;
        height: 17px;
        font-size: 12px;
        font-weight: 400;
        color: #666666;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 9px;
      }
    }
  }

  .ml-3 {
    margin-left: 3px;
  }
}
