//空状态
.shopEmpty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 145px;
  background-color: #ebf8fd;
  color: #88c4dc;
  vertical-align: middle;

  p {
    font-size: 12px;
    text-align: center;
  }
}