.black-toaster {
  width: 403px;
  height: 96px;
  background: rgba(0, 0, 0, .7);
  font-size: 22px;
  color: #fff;
  line-height: 96px;
  display: none;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 99999;
}

.no-data-box {
  margin-top: 200px;
  text-align: center;
  width: 100%;
  font-size: 0;
}

.no-data-box .icon-nodata {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: no-repeat center/cover;
  margin-bottom: 20px;
  background-image: url(../images/icon-nodata.png);
}

.no-data-box .no-data-info {
  font-size: 14px;
  color: #A0A2A8;
  text-align: center;
  line-height: 28px;
}

.common-blog-praise {
  width: 16px;
  height: 21px;
}