.curr-speaking {
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.curr-speaking .tip {
  color: white;
  font-size: 12px;
  margin-top: 10px;
}

.panel-bokong[data-v-b8d917ec] {
  width: 100%;
  height: 100%;
}
.panel-bokong .panel-list[data-v-b8d917ec] {
  width: 100%;
  height: 100%;
  padding: 16px 25px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 4px 4px 1px rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.panel-bokong .panel-list .title-row[data-v-b8d917ec] {
  width: 136px;
  height: 24px;
  font-size: 24px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin-top: 10px;
}
.panel-bokong .panel-list .grayline[data-v-b8d917ec] {
  width: 290px;
  height: 0px;
  border: 1px solid #E0E0E0;
  margin-top: 31px;
}
.panel-bokong .panel-list .usercontent[data-v-b8d917ec] {
  flex: 1;
  overflow: auto;
  display: flex;
  align-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  flex-direction: column;
}
.panel-bokong .panel-list .usercontent .textTips[data-v-b8d917ec] {
  width: 72px;
  height: 15px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #999999;
  line-height: 14px;
}
.panel-bokong .panel-list .usercontent .item[data-v-b8d917ec] {
  margin-top: 2px;
  margin-bottom: 2px;
  border: 3px solid rgba(0, 0, 0, 0);
}
.panel-bokong .panel-list .usercontent .item.Select[data-v-b8d917ec] {
  border: 3px solid #19be6b;
}
.panel-bokong .panel-list .btnSetTexture[data-v-b8d917ec] {
  width: 286px;
  height: 30px;
  background: #2991F1;
  border-radius: 2px 2px 2px 2px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}


.menu-bottomleft {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.menu-bottomright {
  display: flex;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.menu-topright {
  display: flex;
  position: absolute;
  top: 20px;
  right: 20px;
}
.menu-topright .menubtn-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  pointer-events: auto;
  color: white;
  position: relative;
}
.menu-topright .menubtn-avatar .icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 24px;
}
.menu-topright .menubtn-avatar .icon .avatar-box {
  background-color: rgba(0, 0, 0, 0.8);
  width: 90%;
  height: 90%;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.menu-topright .menubtn-avatar .icon .avatar-box img {
  width: 100%;
}
.menu-topright .menubtn-avatar .text {
  margin-top: 10px;
}
.menu-topright .iframe-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9;
}
.menu-topright .iframe-box iframe {
  width: 100%;
  height: 100%;
}
.menu-topright .iframe-box .go-back {
  position: absolute;
  top: 13px;
  left: 10px;
  cursor: pointer;
}
.menu-topright .iframe-box .go-back img {
  transform: rotateZ(90deg);
  width: 16px;
  height: 16px;
}

.menu-bottom {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  display: flex;
}
.menu-bottom .btn {
  text-align: center;
}
.menu-bottom .btn .btn-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  margin-bottom: 10px;
  cursor: pointer;
}
.menu-bottom .btn .btn-icon img {
  width: 100%;
}
.menu-bottom .btn.btn1 .btn-icon {
  background: url("../assets/images/Group 11@2x.012d941d4bdc0b2cba3bc3e92279f038.png") no-repeat;
  background-size: cover;
}
.menu-bottom .btn.btn1 .btn-icon img {
  width: 34%;
}
.menu-bottom .btn.btn2 {
  margin-left: 20px;
}
.menu-bottom .btn.btn2 .btn-icon {
  background-size: cover;
}

.slideFade-user-enter[data-v-fd3f136e] {
  animation: slideFade-user-dialog-fade-in-fd3f136e 0.5s;
}
.slideFade-user-leave[data-v-fd3f136e] {
  animation: slideFade-user-dialog-fade-out-fd3f136e 0.5s forwards;
}
.slideFade-user-enter-active[data-v-fd3f136e] {
  animation: slideFade-user-dialog-fade-in-fd3f136e 0.5s;
}
.slideFade-user-leave-active[data-v-fd3f136e] {
  animation: slideFade-user-dialog-fade-out-fd3f136e 0.5s forwards;
}
@keyframes slideFade-user-dialog-fade-in-fd3f136e {
0% {
    opacity: 0;
    transform: translateX(100%);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes slideFade-user-dialog-fade-out-fd3f136e {
0% {
    opacity: 1;
    transform: translateX(0);
}
100% {
    opacity: 0;
    transform: translateX(100%);
}
}
.user-list-box[data-v-fd3f136e] {
  width: 170px;
  height: 60%;
  opacity: 1;
  position: fixed;
  bottom: 180px;
  right: 20px;
}
.user-list-box .user-online[data-v-fd3f136e] {
  font-size: 14px;
  font-family: Inter-Bold, Inter;
  color: #ffffff;
  text-align: center;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 8px 8px 0 0;
  padding: 10px 0px;
  line-height: 20px;
}
.user-list-box .user-online .online-item[data-v-fd3f136e] {
  width: 100%;
  display: flex;
  padding: 0px 10px;
  justify-content: space-between;
}
.user-list-box ul[data-v-fd3f136e] {
  list-style-type: none;
  height: calc(100% - 120px);
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.3);
}
.user-list-box ul li[data-v-fd3f136e] {
  height: 50px;
  display: flex;
  align-items: center;
  position: relative;
}
.user-list-box ul li[data-v-fd3f136e]:hover {
  background: rgba(255, 255, 255, 0.3);
}
.user-list-box ul li .avatar-box[data-v-fd3f136e] {
  background: gray;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  overflow: hidden;
  margin: 0 10px;
}
.user-list-box ul li .avatar-box .user-avatar[data-v-fd3f136e] {
  width: 32px;
  height: 32px;
}
.user-list-box ul li .user-info[data-v-fd3f136e] {
  font-size: 12px;
  color: #fff;
}
.user-list-box ul li .user-info .user-info-item[data-v-fd3f136e] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 70px;
  margin-top: 3px;
}
.user-list-box ul li .user-card[data-v-fd3f136e] {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  background: url(../assets/images/userinfo-icon2@2x.b0399e34bf93b5f6feaaae09eedaa01a.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.user-list-box .user-bottom[data-v-fd3f136e] {
  height: 60px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0 0 8px 8px;
}

.bottomBtnGroup {
  position: absolute;
  bottom: 22px;
  left: 50%;
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translate(-50%, 0);
}
.bottomBtnGroup .btn1 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bottomBtnGroup .btn1 .image {
  width: 100%;
}
.bottomBtnGroup .btn1 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.bottomBtnGroup .btn2 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.bottomBtnGroup .btn2 .image {
  width: 100%;
}
.bottomBtnGroup .btn2 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.bottomRightBtnGroup {
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 48px;
  border-radius: 16px;
  position: fixed;
  bottom: 95px;
  right: 78px;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  background: rgba(0, 0, 0, 0.8);
}
.bottomRightBtnGroup .btnBox {
  width: 100%;
}
.bottomRightBtnGroup .btnBox .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #0000;
  line-height: 14px;
  padding: 10px 0 10px;
  width: 100%;
}
.bottomRightBtnGroup .btnBox .btn1:hover {
  background: rgba(255, 255, 255, 0.3);
}
.bottomRightBtnGroup .btnBox .btn1 .imageBox {
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-items: center;
  justify-content: center;
}
.bottomRightBtnGroup .btnBox .btn1 .imageBox .image {
  width: 24px;
}
.bottomRightBtnGroup .btnBox .btn1 .text {
  margin-top: 5px;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
}

.bottomBtnGroup {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transform: translate(-50%, 0);
}
.bottomBtnGroup .btn1 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.bottomBtnGroup .btn1 .image {
  width: 100%;
}
.bottomBtnGroup .btn1 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.bottomBtnGroup .btn2 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.bottomBtnGroup .btn2 .image {
  width: 100%;
}
.bottomBtnGroup .btn2 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}

