#no-data {
  height: 400px;
  padding-top: 90px;
}
#no-data .img {
  width: 149px;
  height: 159px;
  background: url(/assets/images/common/no-data.png) no-repeat center center;
  background-size: 149px auto;
  margin: 0 auto;
}
#no-data .text {
  line-height: 21px;
  font-size: 16px;
  color: #39435A;
  text-align: center;
  margin-top: 24px;
}
#no-data .tips {
  line-height: 18px;
  font-size: 14px;
  color: #777E8E;
  text-align: center;
  margin-top: 12px;
}
