.InteractivePopPage {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (orientation: landscape) {
.InteractivePopPage .Container {
    display: flex;
    height: 100%;
    position: relative;
}
}
@media all and (orientation: portrait) {
.InteractivePopPage .Container {
    display: flex;
    width: 100%;
    position: relative;
}
}
.InteractivePopPage .Container .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 48px;
  height: 48px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center;
  cursor: pointer;
}
.InteractivePopPage .Container .text {
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.MiniMap[data-v-c4f6bf6e] {
  position: absolute;
  top: 110px;
  left: 20px;
  border: 1px solid #686868;
}
.PlayerPos[data-v-c4f6bf6e] {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f00;
  border-radius: 3px;
}
.map-location[data-v-c4f6bf6e] {
  width: 15px;
  height: 15px;
  position: absolute;
  cursor: pointer;
}

.rotate90[data-v-4acd9432] {
  transform-origin: 0% 0%;
  transform: rotateZ(90deg) translateY(-100%);
}
.PreviewPage[data-v-4acd9432] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #111111;
  font-size: 24px;
  display: flex;
  flex-direction: column;
}
.PreviewPage .share-screen[data-v-4acd9432] {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.PreviewPage .share-screen .empty[data-v-4acd9432] {
  font-size: 18px;
  color: white;
}
.PreviewPage .share-screen .close[data-v-4acd9432] {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  color: white;
  pointer-events: auto;
  padding: 15px 30px;
  background: #5eb4f0;
  border-radius: 8px;
  z-index: 99999;
}
.PreviewPage .share-screen.hide[data-v-4acd9432] {
  visibility: hidden;
  pointer-events: none;
}
.PreviewPage .listThumbnail[data-v-4acd9432] {
  position: absolute;
  top: 100px;
  right: 12px;
  cursor: pointer;
}
.PreviewPage .header[data-v-4acd9432] {
  position: fixed;
  left: 0px;
  width: 100%;
  padding: 0px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  top: 9px;
}
.PreviewPage .header .user-item[data-v-4acd9432] {
  margin-bottom: unset;
}
.PreviewPage .header .self-info[data-v-4acd9432] {
  position: absolute;
  left: 40px;
  top: 115%;
}
.PreviewPage .header .error[data-v-4acd9432] {
  color: red;
}
.PreviewPage .header .ok[data-v-4acd9432] {
  color: green;
}
.PreviewPage .headText[data-v-4acd9432] {
  position: absolute;
  pointer-events: none;
  left: 0px;
  top: 0px;
  width: 100px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  color: #ff9e00;
  font-size: 14px;
  background: #213847f2;
  line-height: 30px;
  border-radius: 5px;
}
.PreviewPage .subject[data-v-4acd9432] {
  position: fixed;
  font-size: 20px;
  color: white;
  top: 42px;
  left: 50%;
  transform: translateX(-50%);
}
.show-process[data-v-4acd9432] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000cc;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.show-process img[data-v-4acd9432] {
  max-width: 80%;
  max-height: 80%;
}
.topRightPop[data-v-4acd9432] {
  width: 230px;
  height: 105px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px;
  position: absolute;
  top: 70px;
  right: 30px;
  padding: 25px;
}
.topRightPop .text[data-v-4acd9432] {
  font-size: 12px;
  line-height: 30px;
  color: #ffffff;
}
.topRightPop a[data-v-4acd9432] {
  font-size: 12px;
  color: #1750e9;
  text-decoration: underline;
}
.topRightPop a[data-v-4acd9432]:hover {
  color: #1750e9;
  text-decoration: underline;
}
.welcome[data-v-4acd9432] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.7);
  width: 406px;
  height: 220px;
  border-radius: 16px 16px 16px 16px;
  padding: 40px;
  z-index: 2;
}
.welcome .closeBtn[data-v-4acd9432] {
  width: 48px;
  height: 48px;
  border-radius: 0px 16px 0px 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: -3px;
}
.welcome .content .imgBox[data-v-4acd9432] {
  margin: 0 auto;
  width: 60px;
  height: 66px;
}
.welcome .content .imgBox img[data-v-4acd9432] {
  width: 60px;
  height: 66px;
}
.welcome .content .text[data-v-4acd9432] {
  font-size: 14px;
  color: #000000;
  text-align: center;
  margin-top: 25px;
}
.loadingBox[data-v-4acd9432] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../assets/images/live-loading-bg.eb303ed5779d17e6ce589927d11e78f6.png) center center no-repeat fixed #000;
  background-size: cover;
  z-index: 4;
}
.loadingBox .loading[data-v-4acd9432] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadingBox .loading .imgBox[data-v-4acd9432] {
  position: relative;
  width: 133px;
  margin: 20px auto;
}
.loadingBox .loading .imgBox .animation[data-v-4acd9432] {
  width: 133px;
  -webkit-transform: rotate 360deg;
  animation: rotation-4acd9432 3s linear infinite;
  -moz-animation: rotation-4acd9432 3s linear infinite;
  -webkit-animation: rotation-4acd9432 3s linear infinite;
  -o-animation: rotation-4acd9432 3s linear infinite;
}
@-webkit-keyframes rotation-4acd9432 {
from {
    -webkit-transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(360deg);
}
}
.loadingBox .loading .imgBox .gear[data-v-4acd9432] {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadingBox .progressBox[data-v-4acd9432] {
  position: relative;
}
.loadingBox .progressBox .progress[data-v-4acd9432] {
  background: url(../assets/images/live-loading-progress-bar@2x.a744f992eb54775cdc18a2c3d29a2079.png) no-repeat;
  background-size: 100% 100%;
  width: 460px;
  height: 35px;
}
.loadingBox .progressBox .progress .progressInner[data-v-4acd9432] {
  padding: 8px;
  display: flex;
}
.loadingBox .progressBox .progress .progressInner .progressBg[data-v-4acd9432] {
  width: 10px;
  height: 19px;
  background: url(../assets/images/live-loading-progress@2x.ea03940cef8f60ddec06e95d7da691a3.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 5px;
}
.loadingBox .progressBox .progress .progressInner .progressBg[data-v-4acd9432]:last-child {
  margin: 0;
}
.loadingBox .progressBox .progressTxt[data-v-4acd9432] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 14px;
  line-height: 35px;
}
.mobileWelcome[data-v-4acd9432] {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #0006;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}
.mobileWelcome .content[data-v-4acd9432] {
  background: #fff9;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  width: 13rem;
  justify-content: center;
}
.mobileWelcome .content .icon[data-v-4acd9432] {
  display: flex;
  width: 7rem;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 1rem;
}
.mobileWelcome .content .icon img[data-v-4acd9432] {
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}
.mobileWelcome .content .icon p[data-v-4acd9432] {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.mobileWelcome .content .tips[data-v-4acd9432] {
  color: #666666;
  font-size: 16px;
  margin: 1rem 0;
}
.u-copy-box[data-v-4acd9432] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  color: #000;
  font-size: 16px;
}
.u-copy-box .m-establish-copy .u-copy-title[data-v-4acd9432] {
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  position: relative;
}
.u-copy-box .m-establish-copy .u-copy-title img[data-v-4acd9432] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -75%);
  cursor: pointer;
}
.u-copy-box .m-establish-copy .u-copy-content[data-v-4acd9432] {
  background: #f5f5f5;
  padding: 30px 60px;
  line-height: 30px;
}
.u-copy-box .m-establish-copy .u-copy-content div[data-v-4acd9432] {
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.u-copy-box .m-establish-copy .u-copy-button[data-v-4acd9432] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.u-copy-box .m-establish-copy .u-copy-button div[data-v-4acd9432] {
  line-height: 40px;
  padding: 0 60px;
  background: #4dc9ff;
  border-radius: 4px;
  color: #fff;
  margin: 20px 0;
  cursor: pointer;
}
.notice-box[data-v-4acd9432] {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translate(-50%);
  background: url(../assets/images/live-notice@2x.76105f4701c0066f60eff3da48c30262.png) no-repeat #ff6565;
  background-size: 18px;
  background-position: 20px;
  border-radius: 8px;
  font-size: 14px;
  padding: 5px 30px 5px 50px;
  color: #fff;
  width: 27%;
  height: 24px;
  box-sizing: border-box;
  overflow: hidden;
}
.notice-box .notice-content[data-v-4acd9432] {
  overflow: hidden;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: relative;
}
.notice-box .notice-content div[data-v-4acd9432] {
  position: absolute;
  left: 0%;
  animation: notice-dialog-fade-4acd9432 20s linear infinite normal;
}
@keyframes notice-dialog-fade-4acd9432 {
0% {
    transform: translateX(420px);
}
100% {
    transform: translateX(-100%);
}
}
.audio-play-tips[data-v-4acd9432] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0008;
  z-index: 3;
}
.audio-play-tips .audio-play-tips-box[data-v-4acd9432] {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}
.audio-play-tips .audio-play-tips-box .tips-title[data-v-4acd9432] {
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.audio-play-tips .audio-play-tips-box .tips-content[data-v-4acd9432] {
  font-size: 20px;
  color: #000;
  padding: 30px 80px;
}
.audio-play-tips .audio-play-tips-box .tips-btn[data-v-4acd9432] {
  width: 100px;
  line-height: 30px;
  margin: 0 auto 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #4bc5fd;
  border-radius: 4px;
  font-size: 14px;
}
.link-pop-box[data-v-4acd9432] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0006;
  z-index: 3;
}
.link-pop-box .link-pop[data-v-4acd9432] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px 50px;
  border-radius: 4px;
  font-size: 14px;
  color: #000;
}
.link-pop-box .link-pop .link-tips[data-v-4acd9432] {
  margin-bottom: 20px;
}
.link-pop-box .link-pop .link-btn[data-v-4acd9432] {
  display: flex;
  justify-content: space-between;
}
.link-pop-box .link-pop .link-btn .link-confirm[data-v-4acd9432] {
  background-color: green;
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
}
.link-pop-box .link-pop .link-btn .link-cancel[data-v-4acd9432] {
  color: #fff;
  padding: 5px 20px;
  border-radius: 4px;
  background-color: gray;
}
.bullet-chat-input-box[data-v-4acd9432] {
  position: fixed;
  color: #fff;
  font-size: 14px;
}
.bullet-chat-input-box.viewer[data-v-4acd9432] {
  bottom: 110px;
  left: 50%;
  transform: translate(-50%);
}
.bullet-chat-input-box.host[data-v-4acd9432] {
  bottom: 35px;
  left: 90px;
}
.bullet-chat-input-box .bullet-chat-input-item[data-v-4acd9432] {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 10px;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.bullet-chat-input-box .bullet-chat-input-item .bullet-chat-input-btn[data-v-4acd9432] {
  width: 68px;
  line-height: 32px;
  text-align: center;
  background-color: #4bc5fd;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
}
.bullet-chat-input-box .bullet-chat-input-item .bullet-chat-input[data-v-4acd9432] {
  padding-left: 10px;
  background-color: transparent;
  border: none;
  color: #fff;
}
.bullet-chat-input-box .bullet-chat-input-item .bullet-chat-tips[data-v-4acd9432] {
  padding: 10px;
  width: 60px;
  text-align: center;
}
.bullet-chat-input-box .close-btn[data-v-4acd9432] {
  width: 12px;
  height: 12px;
  background: url("../assets/images/Frame@2x(42).b0f79800bc7cef4011f548a57b1be946.png") no-repeat center;
  cursor: pointer;
}
.bullet-chat-input-box .bullet-chat-preset[data-v-4acd9432] {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  position: absolute;
  bottom: 60px;
  left: 0px;
  width: 100%;
  padding: 20px 30px;
}
.bullet-chat-input-box .bullet-chat-preset .preset-item-box[data-v-4acd9432] {
  height: 15vh;
  overflow: auto;
}
.bullet-chat-input-box .bullet-chat-preset .preset-item-box .preset-item[data-v-4acd9432] {
  line-height: 30px;
  border-bottom: 1px solid #333333;
  cursor: pointer;
}
.show-bullet-chat[data-v-4acd9432] {
  position: fixed;
  color: #fff;
  width: 100vw;
  line-height: 41px;
  display: flex;
  font-size: 16px;
  animation: bullet-chat-fade-4acd9432 20s linear forwards;
}
.show-bullet-chat .bullet-chat-avatar[data-v-4acd9432] {
  display: none;
  width: 65px;
  height: 41px;
  position: relative;
}
.show-bullet-chat .bullet-chat-avatar.host[data-v-4acd9432] {
  display: flex;
  background: url(../assets/images/bullet-chat-avatar-bg1@2x.8b73650d3df8a42352cb5dc53d84c271.png) no-repeat;
  background-size: 100% 100%;
}
.show-bullet-chat .bullet-chat-avatar.guest[data-v-4acd9432] {
  display: flex;
  background: url(../assets/images/bullet-chat-avatar-bg2@2x.691cafe5360154f35aac02e98499cd99.png) no-repeat;
  background-size: 100% 100%;
}
.show-bullet-chat .bullet-chat-avatar img[data-v-4acd9432] {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: gray;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
}
@keyframes bullet-chat-fade-4acd9432 {
0% {
    left: 100%;
}
100% {
    left: -100%;
}
}
.btnMap[data-v-4acd9432] {
  background: #005a91;
  line-height: 20px;
  margin: 3px;
  width: 50px;
  cursor: pointer;
  border-radius: 10px;
  position: absolute;
  left: 20px;
  top: 70px;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 1;
}
.btnMap[data-v-4acd9432]:active {
  background: rgba(0, 90, 145, 0.4);
}
#mount-point[data-v-4acd9432] {
  width: 100vw;
  height: 100vh;
}

