
.no-data-page {
  background: #F6F6F6;
  height: 100%;
}
.no-data-page .none-data {
  margin-top: 53.33333vw;
  width: 50vw;
  margin-left: 25.06667vw;
}
.no-data-page .header {
  height: 14.93333vw;
  font-size: 4.4vw;
  font-weight: 600;
  color: #333333;
  line-height: 14.93333vw;
  text-align: center;
  word-break: break-all;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 4.26667vw;
}
.no-data-page .none-tip {
  text-align: center;
  font-size: 3.73333vw;
  color: #999;
  margin-top: 4.26667vw;
}

.load-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  text-align: center;
  padding-top: calc(50vh - 13.33333vw);
  font-size: 3.73333vw;
  color: #ccc;
}
.load-bg .load-img {
  display: block;
  margin: 0 auto;
  width: 19.2vw;
  height: 19.2vw;
}

