.no-data {
  width: 400px;
  margin: 0 auto;
  padding: 80px 0;
}
.no-data .img {
  height: 150px;
  background: url(/assets/images/common/no-search-data.png) no-repeat center center;
  background-size: auto 100%;
  margin-bottom: 32px;
}
.no-data .tips {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #8B919F;
  text-align: center;
}
