/*首页模板样式*/

/* .datasetCell{ padding: 15px 10px;} */

.datasetCell:last-child {
  border: none;
}

.datashow {
  font-size: 30px;
  margin-bottom: 5px;
  margin-top: 1.5em;
  color: #fb5e5e;
  text-align: center;
}

.dataTitle {
  font-size: 12px;
  color: #797979;
  text-align: center;
}

.elcoldataSets :hover {
  background-color: #f1f1f1;
}

.elcoldataSets {
  cursor: pointer;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
}

html,
body,
body>.el-container {
  height: 100%;
  overflow: auto;
}

.body-main {
  background-image: url('./home.png');
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  height: inherit;
  z-index: 10000;
}

.body-main-mask {
  position: absolute;
  z-index: 10000;
  /* background-color: hsla(0, 0%, 100%, 0.9); */
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* opacity: 1;
  filter: Alpha(opacity=100);
  transition: opacity 0.2s; */
}

.body-main-mask .loading-spinner {
  top: 50%;
  margin-top: -21px;
  width: 100%;
  text-align: center;
  position: absolute;
}

.loading-spinner .circular {
  height: 42px;
  width: 42px;
  animation: loading-rotate 2s linear infinite;
}

.loading-spinner .path {
  animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90, 150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #c8c9cc;
  stroke-linecap: round;
}