@charset "UTF-8";
.container[data-v-6e72507b] {
  position: absolute;
}
.content[data-v-6e72507b] {
  overflow: hidden;
  transition: height 0.6s ease;
  /* 增加过渡时间 */
}
.signal[data-v-6e72507b] {
  position: absolute;
  bottom: 0;
  z-index: 4;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.signal__images[data-v-6e72507b] {
  z-index: 9;
}
.signal__images img[data-v-6e72507b] {
  height: 1.8em;
}
.background__gray[data-v-6e72507b] {
  background-color: #333333;
}
.background__owner[data-v-6e72507b] {
  background-color: #b84600;
}
.game__video--chat[data-v-6e72507b] {
  z-index: 3;
  max-height: 23vw;
  overflow: scroll;
}
.game__video--chat .chat__text[data-v-6e72507b] {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  border-radius: 5px;
  margin-bottom: 5px;
  font-size: 10px;
}
.slide-enter-active[data-v-6e72507b],
.slide-leave-active[data-v-6e72507b] {
  transition: transform 0.5s ease;
  transform: translateX(100%);
}
.slide-leave[data-v-6e72507b],
.slide-enter-to[data-v-6e72507b] {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
.signal__images img[data-v-6e72507b] {
    height: 2.2em;
}
}
