body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.config-center-row-background {
  background-color: rgb(177, 197, 238);
}
.config-center-row-background>td.ant-table-cell-row-hover {
  background: none !important;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.App {
  background: #f8f8f8;
  box-sizing: border-box;
}
#app {
  font-family: "Pingfang SC";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  color: #2c3e50;
}

#nav {
  padding: 30px;
}

html,body,div,ul,li,p,span,h1,h2,h3,img,article,aside,details,figcaption,figure,footer,header,main,nav,section,summary,input{
  border:0;
  padding:0;
  margin:0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline:none;
}

ul,
ol,
li {
  list-style: none;
}

ins,
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  text-decoration: none;
  display: block;
  -webkit-touch-callout: none; /* 禁止长按链接与图片弹出菜单 */
  text-decoration:none;
  outline: none;
  background: none;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent; /* For some Androids */
  -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}

img {
  vertical-align: middle;
}

*:not(input, textarea) {
  -webkit-touch-callout: none;
}
* {
  box-sizing: content-box;
}

.clear::after {
  display: block;
  content: '';
  clear: both;
}

.css-dev-only-do-not-override-1k979oh.ant-layout {
  background: #ffffff !important;
}

.Content {
  background: #f4f7fc;
  padding-top: 10px;
  box-sizing: border-box;
}

.echarts-page {
  margin-top: 5px;
}

.css-dev-only-do-not-override-1me4733.ant-card .ant-card-body {
  padding-top: 0px;
  border-radius: 8px 8px 8px 8px;
}

.ant-breadcrumb {
  font-size: 16px !important;
  height: 35px;
}

.title {
  font-size: 20px;
  color: #45484E;
  font-weight: 600;
  /* padding: 24px 0 0 0; */
}

.echarts-bottom-line {
  margin-top: 5px;
  background: #D9E1E4;
  height: 1px;
  width: 100%;
  border-radius: 3px;
}
