.support-character-float {
  position: fixed;
  right: -10px;
  bottom: 54px;
  z-index: 38;
  width: 230px;
  max-width: 24vw;
  aspect-ratio: 360 / 484;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.34));
  transition: opacity .28s ease;
}

.support-character-float.is-playing {
  opacity: 1;
  visibility: visible;
}

.support-character-float video,
.support-character-float img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

body.wechat-panel-open .support-character-float,
body:has(.wechat-float.open) .support-character-float {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .support-character-float {
    display: none;
  }
}
