.item-management-content {
  width: 100%;
  height: 848px;
  padding: 20px;
  border: 1px solid #c2cadb;
  background-color: #fff;
  border-radius: 24px;
  border-top-left-radius: 0;

  .item-management-table-container {
    width: 100%;
    height: 585px;
    overflow: auto;

    text-align: center;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.56px;

    .item-management-table {
      table-layout: fixed;
      width: 100%;
      vertical-align: middle;

      thead tr th {
        height: 44px;
        border-top: 1px solid #aeb7c6;
        border-bottom: 1px solid #d9dfec;
        background: #f5f6f8;
        font-weight: 500;
      }

      thead tr th:first-child {
        width: 64px;
      }

      thead tr th:nth-child(2) {
        width: 1148px;
      }

      thead tr th:nth-child(3),
      thead tr th:nth-child(4) {
        width: 240px;
      }

      thead tr th:nth-child(5) {
        width: 160px;
      }

      thead tr th {
        position: sticky;
        top: 0;

        width: 120px;
      }

      td {
        color: #383d48;
        height: 56px;
        border-bottom: 1px solid #d9dfec;
        div {
          line-height: 16px;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
        }
      }
    }
  }
}
