html,body {
    height:100%;
}
.no-data__container {
  /*padding-bottom: 190px;*/
    height: calc(100% - 432px);
    position: relative;
}
.no-data {
  /*padding: 150px 0;*/
  text-align: center;
  /*padding-top: 20px;*/
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -100px;
    margin-top: -132px;
}
.no-data div:nth-child(2) {
  font-size: 16px;
  font-family: SourceHanSansCN, SourceHanSansCN-Regular;
  font-weight: 400;
  text-align: justify;
  color: #999999;
  text-align: center;
}
.no-data div:nth-child(1) {
  width: 200px;
  height: 208px;
  background: url(../images/nodata.png?v=20220427150713);
  background-size: 200px 208px;
  display: inline-block;
  margin-bottom: 30px;
}
.footer {
  width: 100%;
  height: 190px;
  background: #333333;
  border-top: 4px solid #c60605;
  position: fixed;
  bottom: 0;
}