#bili-loading {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: var(--global-bg, #f4f5f7);
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.5s;
}
#bili-loading.loaded {
  opacity: 0;
  pointer-events: none;
}
.bili-tv {
  width: 150px;
  height: 150px;
  background: url('https://cdn.jsdelivr.net/gh/cy-stars/cdn@1.0/img/bilibili.gif') center/contain no-repeat;

