.lion-table-Overall-area {
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);

  .lion-table-Content {
    flex: 1;
    overflow: auto;
    box-sizing: border-box;
    position: relative;

    .lion-table-loading {
      position: absolute;
      z-index: 8;
      background-color: hsla(0, 0%, 100%, 0.9);
      margin: 0;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      transition: opacity 0.3s;

      .lion-table-loading-wrapper {
        top: 50%;
        margin-top: -21px;
        width: 100%;
        text-align: center;
        position: absolute;
      }
    }

    .lion-table-container {
      height: 100%;
      background-color: #fff;
      max-height: 100vh;
      overflow: hidden;
      box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);

      .lion-talbe-container-pagination {
        background-color: inherit;
        padding: 6px 16px;
        text-align: right;
        min-width: inherit;

        .lion-talbe-container-pagination-wrapper {
          white-space: nowrap;
          padding: 0px 5px;
          color: #303133;
          font-weight: 700;
          height: 34px;
          position: relative;

          .ant-pagination-total-text {
            margin-right: 10px;
            font-weight: 400;
            color: #606266;

            @media screen and (min-width:1280px) and (max-width:1440px) {
              height: 1.2rem;
              line-height: 1.2rem;
              margin-top: 10px;
              vertical-align: bottom;
            }

            @media screen and(min-width:1441px) and(max-width:1680px) {
              height: 1.5rem;
              line-height: 1.5rem;
            }
          }

          .ant-pagination-prev {
            margin: 0 5px;
            min-width: 30px;
            border-radius: 2px;
            padding: 0;

            @media screen and (min-width:1280px) and (max-width:1440px) {
              min-width: 25px;
              height: 1.2rem;
            }

            @media screen and(min-width:1441px) and(max-width:1680px) {
              min-width: 25px;
              height: 1.5rem;
            }

            .ant-pagination-item-link {
              background-color: #f4f4f5;
            }
          }

          .ant-pagination-item-active {
            background-color: #3582fb;
            color: #fff;

            a {
              color: #fff;
            }
          }

          .ant-pagination-item {
            margin: 0 3px;
            border-radius: 2px;

            @media screen and (min-width:1280px) and (max-width:1440px) {
              min-width: 25px;
              height: 1.2rem;
              line-height: 1.1rem;
            }

            @media screen and(min-width:1441px) and(max-width:1680px) {
              min-width: 25px;
              height: 1.5rem;
              line-height: 1.5rem;
            }
          }

          .ant-pagination-next {
            margin: 0 3px;
            min-width: 30px;
            border-radius: 2px;
            padding: 0;

            @media screen and (min-width:1280px) and (max-width:1440px) {
              min-width: 25px;
              height: 1.2rem;
              line-height: 1.2rem;
            }

            @media screen and(min-width:1441px) and(max-width:1680px) {
              min-width: 25px;
              height: 1.5rem;
              line-height: 1.5rem;
            }

            .ant-pagination-item-link {
              background-color: #f4f4f5;
            }
          }

          .ant-pagination-options {
            .ant-pagination-options-size-changer {
              display: inline-block;
              font-size: 14px;
              margin: 0 3px;
              min-width: 35.5px;
              height: 28px;
              line-height: 28px;
              vertical-align: top;
              box-sizing: border-box;
              margin: 0 10px 0 0;
              font-weight: 400;
              color: #606266;

              @media screen and (min-width:1280px) and (max-width:1440px) {
                height: 1.2rem;
                line-height: 1.2rem;
              }

              @media screen and(min-width:1441px) and(max-width:1680px) {

                height: 1.5rem;
                line-height: 1.5rem;
              }

              .ant-select-selector {
                height: 28px;

                @media screen and (min-width:1280px) and (max-width:1440px) {
                  height: 1.2rem;
                }

                @media screen and(min-width:1441px) and(max-width:1680px) {
                  height: 1.5rem;
                }

                .ant-select-selection-search {
                  line-height: 25px;
                }

                .ant-select-selection-item {
                  line-height: 25px;
                }

                @media screen and (min-width:1280px) and (max-width:1440px) {

                  .ant-select-selection-item,
                  .ant-select-selection-item {
                    line-height: 1.2rem;
                  }

                  input.ant-select-selection-search-input {
                    height: 1.2rem;
                    line-height: 1.2rem;
                  }

                }

                @media screen and(min-width:1441px) and(max-width:1680px) {

                  .ant-select-selection-item,
                  .ant-select-selection-item {

                    line-height: 1.5rem;

                  }

                  input.ant-select-selection-search-input {
                    height: 1.5rem;
                    line-height: 1.5rem;
                  }
                }
              }
            }

            .ant-pagination-options-quick-jumper {
              margin-left: 8px;
              font-weight: 400;
              color: #606266;
              height: 28px;
              line-height: 28px;

              input {
                height: 28px;
                padding: 0 3px;

                &:focus {
                  border-color: #3582fb;
                }
              }
            }

            .ant-select-item-option-content {
              text-align: center;
            }
          }
        }
      }

      .lion-table-container-body {
        .lion-table-container-body-wrapper {
          border-top: 1px solid #f0f0f0;
          border-right: 0;
          border-bottom: 0;
          font-size: 14px;
          position: relative;
          min-width: 700px;

          .lion-table-header {
            border-right: 1px solid #f0f0f0;
            overflow: hidden;
            overflow-y: scroll;
            min-width: inherit;

            &::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 7px !important;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 7px !important;
            }

            &::-webkit-scrollbar-corner {
              background-color: #f6f6f6;
            }

            &::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 2px;
              background-color: #cdcdcd;
              background-image: -webkit-linear-gradient(45deg,
                  rgba(255, 255, 255, 0.2) 25%,
                  transparent 25%,
                  transparent 50%,
                  rgba(255, 255, 255, 0.2) 50%,
                  rgba(255, 255, 255, 0.2) 75%,
                  transparent 75%,
                  transparent);
            }

            &::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              background: transparent;
              border-radius: 2px;
            }
          }

          .lion-table-body {
            min-width: inherit;
            overflow: auto scroll;

            &::-webkit-scrollbar {
              /*滚动条整体样式*/
              width: 7px !important;
              /*高宽分别对应横竖滚动条的尺寸*/
              height: 7px !important;
            }

            &::-webkit-scrollbar-corner {
              background-color: #f6f6f6;
            }

            &::-webkit-scrollbar-thumb {
              /*滚动条里面小方块*/
              border-radius: 2px;
              background-color: #cdcdcd;
              background-image: -webkit-linear-gradient(45deg,
                  rgba(255, 255, 255, 0.2) 25%,
                  transparent 25%,
                  transparent 50%,
                  rgba(255, 255, 255, 0.2) 50%,
                  rgba(255, 255, 255, 0.2) 75%,
                  transparent 75%,
                  transparent);
            }

            &::-webkit-scrollbar-track {
              /*滚动条里面轨道*/
              box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
              background: #f6f6f6;
              border-radius: 2px;
            }

          }
        }

      }
    }
  }
}

//modal中table的高度重新设置
.cxd-Modal-body,
.antd-Modal-body {

  .lion-table-Overall-area {
    .lion-table-Content {
      .lion-table-container {
        .lion-table-container-body {
          height: calc(100% - 46px) !important;

          .lion-table-container-body-wrapper {
            height: 100% !important;

            .lion-table-body {

              // height: calc(100% - 40px) !important;
              @media screen and (min-width:1280px) and (max-width:1440px) {
                height: calc(100% - 25px) !important;
              }

              @media screen and (min-width:1441px) and (max-width:1680px) {
                height: calc(100% - 30px) !important;
              }
            }
          }

          .lion-table-container-fixed-wrapper {

            .lion-table-container-fixed-wrapper--left,
            .lion-table-container-fixed-wrapper--right {
              height: calc(100% - 46px) !important;

              .lion-table-container-fixed-body {
                height: calc(100% - 47px) !important;

                @media screen and (min-width:1280px) and (max-width:1440px) {
                  height: calc(100% - 32px) !important;
                }

                @media screen and (min-width:1441px) and (max-width:1680px) {
                  height: calc(100% - 37px) !important;
                }
              }
            }
          }
        }
      }
    }
  }
}