//@import '~antd/lib/style/themes/default.less';
@import './utils.less';
.clearfix {
  width: 110px;
  height: 90px;
}
.headBox {
  position: absolute;
  top: 55px;
  right: 100px;
}
.infoBox label {
  width: 100px;
  text-align: right;
}
.pagBox {
  position: relative;
  width: 100%;
}
.infoBox {
  position: relative;
  width: 100%;
}
.boxTitle {
  font-size: 18px;
  border-bottom: 1px solid #f0f0f0;
  color: #333;
  padding-bottom: 10px;
}
.tableList {
  .tableListOperator {
    margin-bottom: 16px;
    button {
      margin-right: 8px;
    }
  }
}

.tableListForm {
  :global {
    .ant-form-item {
      margin-bottom: 24px;
      margin-right: 0;
      display: flex;
      > .ant-form-item-label {
        width: auto;
        line-height: 32px;
        padding-right: 8px;
      }
      .ant-form-item-control {
        line-height: 32px;
      }
    }
    .ant-form-item-control-wrapper {
      flex: 1;
    }
  }
  .submitButtons {
    display: block;
    white-space: nowrap;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 992px) {
  .tableListForm :global(.ant-form-item) {
    margin-right: 24px;
  }
}

@media screen and (max-width: 768px) {
  .tableListForm :global(.ant-form-item) {
    margin-right: 8px;
  }
}

.filter_btn {
  font-size: 14px;
  font-weight: 400;
  color: #1998f0;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  border-color: #1998f0;
}
.hidden{
  margin: 0px;
}
.mobelDiv{
  width: auto;
}