body {
  -webkit-touch-callout: none; /* iOS Safari */

  -webkit-user-select: none; /* Chrome/Safari/Opera */

  -khtml-user-select: none; /* Konqueror */

  -moz-user-select: none; /* Firefox */

  -ms-user-select: none; /* Internet Explorer/Edge */

  user-select: none;

  font-family: 微软雅黑;

}

body,
html {
  min-width: 1200px;
  min-height: 768px;
}

h1, h2, h3 {
  color: #fff
}

th {
  background: -webkit-linear-gradient(#00103b, #004c88) !important;
  color: #fff !important;
  border: 1px solid #054174 !important;
}

td {
  border: 1px solid #054174 !important;
}

.cardAvatar {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}

.toolBar {
  display: flex;
  background-color: #fff;
  align-items: center;
  height: 45px;
  padding-left: 10px;
  border-radius: 5px;
  background: -webkit-linear-gradient(#00103b, #004c88);
}

body :global(.ant-modal-header) {
  background: -webkit-linear-gradient(#00103b, #004c88);
  border-bottom: 0;
}

body :global(input#userPwd.ant-input) {
  background: #0E0F23;
  color: #fff;
  border: 1px solid #054174;
}

body :global(.ant-modal-footer) {
  background: #00042c;
  border-top: 0;
  text-align: center;
}

body :global(.ant-modal-body) {
  background: #00042c;
}

body :global(.ant-select-selection.ant-select-selection--single) {
  background: #0E0F23 !important;
  color: #fff;
  border: 1px solid #054174 !important;
}

body :global(.ant-select-selection.ant-select-selection--multiple) {
  background: #0E0F23;
  color: #fff;
  border: 1px solid #054174;
}

body :global(.ant-input) {
  background: #0E0F23;
  color: #fff;
  border: 1px solid #054174;
}

body :global(.g6-editor-minimap-background){
  background: rgb(14,15,35 );
  z-index: 999 !important;
}

body :global(.ant-card-body) {
  background: #0E0F23;
}

body :global(.ant-card) {
  border: 1px solid #054174;
}

body :global(.ant-card-actions) {
  background: #0E0F23;
  border-top: 1px solid #054174;
}

body :global(.ant-table-tbody) {
  color: #00DBFA;
}

body :global(.ant-table-placeholder) {
  background: #0E0F23;
  border: 0;
}

body :global(.ant-empty-description) {
  color: #fff;
}

body :global(.ant-table-bordered.ant-table-empty .ant-table-placeholder) {
  border: 0;
}

body :global(.ant-select-arrow .ant-select-arrow-icon svg) {
  color: #fff;
}

body :global(.ant-tabs-tabpane-inactive){
  border-bottom-style:none !important;
}

.commit-btn {
  color: #00DBFA;
  background: -webkit-linear-gradient(#004c88, #00103b);

  border: 0;
  margin-left: 15px;
}

.commit-btn:hover {
  background: -webkit-linear-gradient(#004c88, #00103b);
}

.command {
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.general-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

// 火狐、Chrome、IE 滚动条兼容性
.innerScroll {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -13px;
}

.dataset-outter-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.params-outter-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 420px;
}

.help-outter-scroll {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 290px;
}

.outterScroll {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.no-params-outter {
  width: 100%;
  height: 420px;
  text-align: center;
  padding-top: 40px;
}

.no-params-board {
  color: rgb(102, 164, 214);
  font-weight: 600;
}

.no-calculation-outter {
  width: 100%;
  height: 420px;
  text-align: center;
  padding-top: 50px;
}

.no-calculation-board {
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}

.calculation-success-outter {
  border: 1px solid red;
}

.elastic-layout {
  display: flex;
  align-items: center;
  justify-content: center;
}

.calculation-success-text {
  font-size: 15px;
  margin-left: 5px;
  color: #fff;
}

.calculation-results-outter {
  margin-top: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
}

body :global(.ant-tabs-bar) {
  margin: 0;
}

.vertical-center {
  display: flex;
  align-items: center;
}

.card-border {
  border: 1px solid #054174 !important;
  margin: 0 auto;
}

.fx-icon {
  margin: 0 5px 0 30px;
  font-size: 15px;
}

.middle-board {
  background: white;
}

.console {
  height: 420px;
  background: white;
}

.command-icon {
  color: #00DBFA;
  font-size: 13px;
}

body :global(.ant-collapse-header) {
  background: #0E0F23 !important;
  color: #fff !important;
}

body :global(.ant-collapse-content-box) {
  background: #0E0F23 !important;
  color: #fff !important;
}

body :global(.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active) {
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  background: -webkit-linear-gradient(#00103b, #004c88);

  color: #00DBFA;
}

body :global(.ant-tabs-tab) {
  background-color: #005390 !important;
  color: #fff;
  border: 0 !important;
}

.middle-board-detail {
  height: 760px;
}

.mini-board {
  height: 290px;
  background: white;
}

.chart-title {
  font-size: 25px;
  font-weight: 550;
  height: 80px;
  display: flex;
  align-items: center;
  text-indent: 20px;
  color: rgb(24, 144, 255);
}

.success-icon {
  font-size: 25px;
}

.item {
  height: 64px;
  color: #fff;
}

.no-calculation-result-icon {
  font-size: 200px;
}

.results-outter {
  text-align: center;
}

.hives-table-text {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 300px;
}

.chart-height {
  height: 660px;
}

.success-text-result {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.no-help {
  padding-top: 40px;
}

.no-data {
  font-size: 200px;
}

@media screen and(max-width: 1600px) {
  .no-params-outter {
    width: 100%;
    height: 420px;
    text-align: center;
    padding-top: 20px;
  }

  .no-calculation-outter {
    width: 100%;
    height: 420px;
    text-align: center;
    padding-top: 20px;
  }

  .no-help {
    padding-top: 20px;
  }

  .no-data {
    font-size: 180px;
  }

}
