body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  background: #fff;
}
.operating {
  margin-right: 8px;
  padding: 0;
  color: #f5711e !important;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.operating:hover {
  color: #f5711e;
}
.defaultOperating {
  margin-right: 8px;
  padding: 0;
  color: #666 !important;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.disableBtn button[disabled] {
  color: rgba(0, 0, 0, 0.3) !important;
  background-color: rgba(255, 255, 255, 0) !important;
  border: none !important;
}
.ag-font-style {
  -ms-user-select: text !important;
  -webkit-user-select: text !important;
  user-select: initial !important;
}
.ag-theme-balham.ag-unselectable {
  -webkit-user-select: text !important;
  -ms-user-select: initial !important;
      user-select: initial !important;
}
.scrollBar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.scrollBar::-webkit-scrollbar-thumb {
  border-radius: 0;
}
.scrollBar::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.ag-header-cell-label {
  -webkit-justify-content: center;
          justify-content: center;
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  height: calc(100% - 40px);
  background: #fff;
}
.ant-tabs-tabpane-active {
  height: 100%;
}
.commonCard::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.commonCard::-webkit-scrollbar-thumb {
  border-radius: 0;
}
.commonCard::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.commonCard .ant-collapse-header {
  background: #f7f7f7;
}
.onlineText {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
div.ag-root .ag-cell-focus {
  -webkit-user-select: text !important;
  -ms-user-select: text !important;
  user-select: text !important;
}
.ant-cascader-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.ant-cascader-menu::-webkit-scrollbar-thumb {
  border-radius: 0;
}
.ant-cascader-menu::-webkit-scrollbar-track {
  border-radius: 0;
  cursor: pointer;
}
.ant-btn-icon-only > i {
  display: inline !important;
}
.container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.container .ant-page-header-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 1 1;
          flex: 1 1;
  -webkit-flex-direction: column;
          flex-direction: column;
}
.ant-menu-submenu-popup {
  z-index: 4444444 !important;
}
.redWord {
  color: red !important;
}
.xzg-content {
  height: calc(100vh - 360px) !important;
}
.ant-page-header {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-page-header-content {
  -webkit-flex: 1 1;
          flex: 1 1;
  padding-top: 24px !important;
}
.ka-wrapper,
.ka-content {
  height: 100%;
}
.xzg_iframe_content .ka-wrapper,
.xzg_iframe_content .ka-content {
  height: auto;
}
.xzg_iframe_content .ant-page-header-content {
  display: none;
}

