.ant-checkbox-wrapper {
  font-size: 12px;
  line-height: 40px;
}
.nest-table-wrapper {
  border: 1px solid rgba(234, 234, 237, 1);
  margin-bottom: 16px;
  .merchant {
    padding: 0 8px;
    background: rgba(250, 250, 252, 1);
    box-shadow: 0px 1px 0px 0px rgba(234, 234, 237, 1);
    label {
      margin-right: 10px;
    }
    .merchant-name {
      font-size: 12px;
      color: #324150;
    }
  }
  .spu-item {
    padding: 0 24px;
    .spu-info {
      height: 40px;
      line-height: 40px;
      border-bottom: 1px solid rgba(234, 234, 237, 1);
      .ant-checkbox-wrapper {
        margin-right: 20px;
      }
      > span {
        margin-right: 30px;
        font-size: 12px;
        color: #324150;
      }
    }
    .sku-list {
      > .sku-item {
        display: flex;
        align-items: center;
        overflow: hidden;
        padding: 10px 0;
        color: #324150;
        font-size: 12px;
        div {
          float: left;
          height: 100%;
        }
        .col-0 {
          .ant-checkbox-wrapper {
            margin-right: 20px;
          }
        }
        .col-1 {
          width: 28%;
          img {
            width: 38px;
            height: 38px;
            float: left;
            margin-right: 10px;
          }
          .brief-info {
            float: left;
            > p {
              margin: 0;
              &.number {
                color: #7f8fa4;
                margin-top: 5px;
              }
            }
          }
        }
        .col-2 {
          width: 13%;
        }
        .col-3 {
          width: 11%;
        }
        .col-4 {
          width: 10.5%;
        }
        .col-5 {
          width: 12.5%;
        }
      }
    }
  }
}
