body {
  overflow-x: hidden;
  letter-spacing: 1px;
}
.empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.empty .picbox {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.empty .picbox .pic {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
}
.empty .txt {
  font-size: 20px;
  font-weight: normal;
  color: #666;
}
/*# sourceMappingURL=./style.css.map */