.electron-table {
  // background-color: red;
  .ant-table-tbody > tr > td:nth-child(3),
  .ant-table-tbody > tr > td:nth-child(2) {
    padding: 0;
  }
  .electron-seal-list--wrap {
    text-align: left;
    width: 100%;
    height: 90%;
    height: calc(100% - 70px);
    margin-bottom: 8px;
    min-height: 150px;
    > * {
      font-size: 13px;
    }
    .zt-collapse {
      .ant-collapse-item .ant-collapse-content-box {
        padding-left: 8px;
      }
      .ant-collapse-header {
        background-color: rgb(235, 243, 254);
      }
    }
    .ant-collapse-content-box {
      display: flex;
      flex-direction: column;
    }
    .ant-checkbox-wrapper {
      font-size: 13px;
      margin-left: 0;
    }
  }
  .electron-seal--first-level-person {
    // height: 36px;
    max-height: 70px;
    // line-height: 36px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 5px;
    overflow: hidden;
    text-align: left;
    padding-left: 8px;
    .ant-checkbox-wrapper {
      font-size: 13px;
      max-height: 70px;
      // height: 36px;
      // line-height: 36px;
      > span:last-child {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        // 显示补全加盖经济责任人手签章
        // white-space: nowrap;
        // max-width: 260px;
      }
    }
  }

  .electron-seal-detail--wrap {
    // text-align: left;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 5px 0;
    .electron-seal-detail--wrap__item {
      margin-bottom: 8px;
      width: 100%;
      &:last-child {
        margin-bottom: 2px;
      }
    }
  }

  .electron-seal-setting--wrap {
    font-size: 13px;
    height: 100%;
    padding-top: 10px;
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 20px;
  }
  .electron-seal--any {
    font-size: 13px;
    margin-top: 6px;
    text-align: center;
    .ant-checkbox-wrapper {
      font-size: 13px;
      + .ant-checkbox-wrapper {
        margin-left: 0;
      }
    }
  }

  .file-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .file-label {
      text-align: center;
      flex: 1;
    }
    .file-add--isOnlyQunj {
      font-size: 13px;
    }
    .file-upload {
      button {
        font-size: 13px;
      }
    }
    .electron-seal-setting--wrap {
      flex-direction: row;
      top: 0;
      position: relative;
      padding-top: 0;
    }
  }

  // 群杰相关样式
  .qunj-list--wrap {
    text-align: left;
    width: 100%;
    padding: 8px 0;
    height: 100%;
    min-height: 150px;
    > * {
      font-size: 13px;
    }
    .qunj-list--need {
      text-align: center;
      height: 36px;
      line-height: 36px;
      background: #c5cdd9;
      display: flex;
      justify-content: space-between;
      padding: 0 10px;
      margin-bottom: 4px;
    }
    .qunj-list--area {
      height: 32px;
      margin-top: 2px;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: rgb(245, 249, 254);
      border: 1px solid rgb(205, 217, 230);
      border-radius: 4px;
      > label {
        padding-left: 4px;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        > span {
          height: 30px;
          color: rgb(255, 77, 79);
          margin-right: 2px;
        }
      }
      > .ant-select .ant-select-selector {
        height: 30px;
        line-height: 30px;
        border: none;
        background-color: rgb(245, 249, 254);
        input {
          height: 30px !important;
          line-height: 30px;
          outline: none;
        }
        .ant-select-selection-item {
          height: 30px !important;
          line-height: 30px;
        }
      }
    }
    .qunj-list--title {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgb(235, 235, 235);
      padding-bottom: 5px;
      .ant-radio-wrapper {
        font-size: 13px;
      }
    }
    .qunj-list--contract {
      & > div {
        white-space: nowrap;
      }
      &.count {
        width: 130px;
      }
      // width: 110px;
      :root[lang="en"] & {
        width: auto;
      }
      text-align: right;
      > span {
        font-size: 14px;
      }
      .ant-input-number {
        width: 60px;
      }
    }
    .qunj-list {
      margin-top: 5px;
      .qunj-list--item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        line-height: 32px;
        .ant-checkbox-wrapper {
          font-size: 13px;
          line-height: 22px;
          flex: 1;
        }
      }
    }
  }

  .qunj-detail--wrap {
    text-align: left;
    width: 100%;
    padding: 8px 0;
    height: 100%;
    min-height: 150px;
    .qunj-detail--title {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      border-bottom: 1px solid rgb(235, 235, 235);
      padding-bottom: 5px;
      .qunj-detail--code {
        width: 160px;
        height: 32px;
        background: rgb(252, 236, 200);
        border-radius: 4px;
        padding: 0px 0px 0px 6px;
        line-height: 32px;
        margin-right: 10px;
      }
    }
    .qunj-detail--info {
      border-bottom: 1px solid rgb(235, 235, 235);
      padding-bottom: 5px;
      margin-bottom: 5px;
      font-size: 13px;
      color: rgb(136, 136, 136);
      span {
        color: #333;
      }
      .qunj-detail--address {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        .qunj-detail--type {
          margin-right: 20px;
        }
      }
    }
    .qunj-detail--list {
      .qunj-detail--item {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        line-height: 28px;
        span {
          padding: 0 4px;
        }
        > div:first-child {
          flex: 1;
          line-height: 22px;
        }
        > div:last-child {
          width: 80px;
          text-align: right;
        }
      }
    }
  }

  .file-add--wrap {
    width: 100%;
    height: 100%;
    position: relative;
    .file-add--btn {
      position: sticky;
      top: 20px;
    }
    .file-add--fragment {
      height: 20px;
    }
  }

  .file-operation--wrap {
    padding: 4px;
    .file-operation--date-container {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .file-operation--list {
      font-size: 13px;
      > button {
        font-size: 13px;
      }
      // 20250415修改样式
      > span.electron-file-upload {
        .zt-btn.zt-btn-link {
          font-size: 13px;
        }
      }
    }
    .file-operation--title {
      margin-bottom: 0;
    }
    .file-operation--isWater {
      .ant-checkbox-wrapper {
        font-size: 13px;
      }
    }
    .file-operation--label {
      text-align: left;
      > span {
        border: 1px solid #d9d9d9;
        padding: 0 3px;
        border-radius: 3px;
        color: rgb(238, 63, 63);
        margin-right: 4px;
      }
    }
  }

  .contract-comparison--wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-width: 250px;
    > button {
      font-size: 13px;
    }
    .ant-checkbox-wrapper {
      font-size: 13px;
    }
  }
}

.batch-download--container {
  > button {
    margin-right: 10px;
  }
  > span.electron-file-upload {
    margin-right: 10px;
  }
}
