#root {
  min-height: 100vh;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -o-user-select: none;
  user-select: none;
  width: auto !important;
  position: relative;
}
body{
  background-image: url("./report-background@2x.png") ;
  background-size: 100% auto;
}

* {
  font-family: 'PingFang SC', 'Microsoft YaHei', 'SimHei', 'Arial', 'SimSun';
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

html {
  overflow: auto;
  /*min-width: 1200px;*/
  position: relative;
  overflow-x: hidden;
}

li {
  list-style: none;
}

h2 {
  white-space: nowrap;
}

.flex-x {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.flex-y {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.adm-dialog-wrap{
  width: 20rem!important;
}

.adm-dialog-button {
  color: #009080 !important;
}

.adm-dialog-body-content .adm-auto-center .adm-auto-center-content {
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

body:before {
  width: 100%;
  height: 100%;
  content: " ";
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  background: #fff;
}
