@charset "UTF-8";
.empty-component[data-v-053c4860] {
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin-top: 68px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-component img[data-v-053c4860] {
  width: 300px;
  height: 300px;
}
.empty-component .empty-text[data-v-053c4860] {
  font-size: 14px;
  color: #909399;
}
@media screen and (max-width: 750px) {
  .empty-component[data-v-053c4860] {
    min-height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .empty-component img[data-v-053c4860] {
    width: 40vw;
    height: 40vw;
  }
  .empty-component .empty-text[data-v-053c4860] {
    font-size: 2.9333333333vw;
    color: #909399;
  }
}
.hidden-view {
  display: none !important;
}