.pushTestContent {
  display: flex;
  height: calc(100% - 75px);

  .searchHeader {
    display: flex;
  }

  .checkScrollBox {
    overflow-y: scroll;
    height: calc(100% - 82px);
    margin: 20px 0;
    padding-right: 5px;

    .checkContainer {
      width: 100%;

      .checkContent {
        display: flex;
        width: 100%;
        flex-direction: column;
        border: 1px solid #c2cdfd;
        border-radius: 5px;
        margin-top: 20px;
        min-height: 50px;
        padding: 0 10px 10px 20px;

        .ant-checkbox-wrapper {
          background-color: #fff;
        }

        .topCheckbox {
          height: 20px;
          margin: -10px 0 0 0px;
          line-height: 20px;
        }

        .topCheckbox>label :hover {
          font-weight: 600;
        }

        .bottomCheckbox {
          margin-top: 10px;

          .ant-checkbox-wrapper {
            min-width: 150px;
            margin-left: 0;
          }

          // .ant-checkbox-group-item {
          //   min-width: 150px !important;
          // }
          // .ant-checkbox-wrapper {
          //   min-width: 150px !important;
          // }
        }

        .checkdiv {
          display: flex;
          flex-wrap: wrap;
        }
      }
    }
  }

  .leftContent {
    width: 100%;
  }

  .tableRight {
    margin-left: 10px;
    height: 100%;

    .ant-spin-nested-loading {
      height: 100%;

      .ant-table {
        height: 100%;

        .ant-table-container {
          height: 100%;
        }
      }
    }
  }

  .ant-table-body {
    // height: calc(100vh - 290px);
  }
}