.footer {
  background: #f3f4f5;
  height: 70px;
  line-height: 70px;
  position: relative;
  text-align: right;
  padding: 0 20px 0 17px;
}
.tbprod {
  margin: 16px 0 -16px 0;
  position: relative;
  &:after,
  &:before {
    content: '';
    position: absolute;
    left: -16px;
    width: 16px;
    height: 50px;
    background-color: #dee1e9;
    top: 0;
  }
  &:after {
    right: -16px;
    left: auto;
    width: 16px;
  }
  :global {
    .ant-table-thead > tr > th {
      background-color: #dee1e9;
      font-weight: bold;
      color: #30344f;
      line-height: 25px;
    }
    .ant-table-thead > tr > th.ant-table-selection-column,
    .ant-table-tbody > tr > td.ant-table-selection-column {
      width: 50px;
      min-width: 50px;
    }
    .ant-table-tbody > tr[data-row-key='_more'] > td {
      border-bottom-width: 0;
    }
    .ant-table-tbody > tr:not([data-row-key='_more']) > td {
      cursor: pointer;
    }
    .ant-table-tbody > tr:hover > td {
      background-color: #fff;
    }
  }
  .img {
    height: 40px;
    width: 40px;
    float: left;
    position: relative;
    margin-right: 10px;
    background: transparent url() no-repeat scroll center center/contain;
  }
  .title {
    line-height: 20px;
    height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.tbsubprod {
  :global {
    .ant-table-small {
      border-width: 0;
    }
    .ant-table-thead > tr > th.ant-table-selection-column,
    .ant-table-tbody > tr > td.ant-table-selection-column {
      width: 34px; // 50- 8 -8
      min-width: 34px;
    }
  }
}
