/* stylelint-disable no-eol-whitespace */
/* stylelint-disable color-hex-case */
/* stylelint-disable color-hex-length */
.q-blank-page {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.q-blank-page_fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.q-blank-page_fullscreen .q-blank-page__bitmap {
  width: 256px;
  height: 192px;
}
.q-blank-page__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.q-blank-page__bitmap {
  width: 176px;
  height: 132px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.q-blank-page__bitmap.q-blank-page__bitmap_default {
  width: 100px;
  height: 100px;
  background-image: url('https://qq-web.cdn-go.cn/qui/latest/image/img_locallogo_qq.png');
}
.q-blank-page__title {
  font-size: 17px;
  line-height: 24px;
  color: var(--text_primary, #000000);
}
.q-blank-page__desc {
  font-size: 14px;
  color: var(--text_secondary, #8C8C8C);
  margin-top: 5px;
  line-height: 20px;
}
.q-blank-page__icon {
  margin-bottom: 24px;
}
