.panel-list[data-v-5ca55784] {
  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-list .title-row[data-v-5ca55784] {
  color: black;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 22px;
}
.panel-list .bg-music-type[data-v-5ca55784] {
  display: flex;
  color: #000;
  font-size: 16px;
}
.panel-list .bg-music-type .bg-music[data-v-5ca55784] {
  line-height: 36px;
  cursor: pointer;
  margin-right: 10px;
}
.panel-list .bg-music-type .bg-music.active[data-v-5ca55784] {
  cursor: default;
  border-bottom: 1px solid #4bc5fd;
  color: #4bc5fd;
  font-weight: bold;
}
.panel-list .bg-music-type .bg-music[data-v-5ca55784]:last-child {
  margin: 0;
}
.panel-list .bg-music-type .bg-music[data-v-5ca55784]:hover {
  border-bottom: 1px solid #4bc5fd;
  color: #4bc5fd;
}
.panel-list .usercontent[data-v-5ca55784] {
  flex-grow: 1;
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.panel-list .usercontent .user-list-item[data-v-5ca55784] {
  align-items: center;
  font-size: 12px;
  width: 130px;
  height: 106px;
  display: flex;
  flex-direction: column;
  color: black;
  background: #f0f0f0;
  border-radius: 2px 2px 2px 2px;
  margin-right: 10px;
  margin-top: 10px;
  justify-content: space-evenly;
  border: 2px solid transparent;
}
.panel-list .usercontent .user-list-item.active[data-v-5ca55784] {
  border-color: #4bc5fd;
}
.panel-list .usercontent .user-list-item .name[data-v-5ca55784] {
  width: 110px;
}
.panel-list .usercontent .user-list-item img[data-v-5ca55784] {
  width: 110px;
  height: 64px;
  border-radius: 2px;
  object-fit: cover;
}
.panel-list .usercontent .user-list-item .left[data-v-5ca55784] {
  display: flex;
  align-items: center;
}
.panel-list .usercontent .user-list-item .left .name[data-v-5ca55784] {
  margin-left: 20px;
  color: black;
}
.panel-list .usercontent .user-list-item .right .usertype[data-v-5ca55784] {
  color: #999999;
}
.panel-list .usercontent .user-list-item .right .usertype.host[data-v-5ca55784] {
  display: block !important;
}
.panel-list .usercontent .user-list-item .hoverbtn[data-v-5ca55784] {
  display: none;
}
.panel-list .usercontent .user-list-item .hidden[data-v-5ca55784] {
  display: none;
}
.panel-list .usercontent .user-list-item:hover .usertype[data-v-5ca55784] {
  display: none;
}
.panel-list .usercontent .user-list-item:hover .hoverbtn[data-v-5ca55784] {
  display: block;
}
.panel-list .userfoot[data-v-5ca55784] {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.btn2[data-v-2ce3ed45] {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.btn2 .image[data-v-2ce3ed45] {
  width: 100%;
}
.btn2 .text[data-v-2ce3ed45] {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}

.ShareScreenAndCamera {
  display: flex;
}
.ShareScreenAndCamera .btn1 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.ShareScreenAndCamera .btn1 .image {
  width: 100%;
}
.ShareScreenAndCamera .btn1 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}
.ShareScreenAndCamera .btn2 {
  cursor: pointer;
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-left: 10px;
}
.ShareScreenAndCamera .btn2 .image {
  width: 100%;
}
.ShareScreenAndCamera .btn2 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
}

.dialog-mobileaction {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100vh;
  height: 100vh;
  color: black;
  z-index: 9998;
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
}
.dialog-mobileaction .form {
  width: 100%;
  height: 40%;
  border-radius: 16px 16px 16px 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 43px;
  display: inline-flex;
  transform: scale(0, 0);
  transition: all 0.1s linear;
  position: relative;
}
.dialog-mobileaction .form .btn1 {
  cursor: pointer;
  position: inherit;
  bottom: 20px;
  width: 20vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 10px 10px 0px;
}
.dialog-mobileaction .form .btn1 .image {
  width: 100%;
}
.dialog-mobileaction .form .btn1 .text {
  margin-top: 10px;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #202020;
}
.dialog-mobileaction .form .closebtn {
  position: absolute;
  bottom: -45px;
  left: 45%;
  cursor: pointer;
}
.dialog-mobileaction .form .row1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24px;
}
.dialog-mobileaction .form .row1 .nickname {
  font-size: 20px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
}
.dialog-mobileaction .form .row1 .uid {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
}
.dialog-mobileaction .form .row2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.dialog-mobileaction .form .row2 .left {
  display: flex;
  flex-direction: column;
}
.dialog-mobileaction .form .row2 .post {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  margin-top: 12px;
}
.dialog-mobileaction .form .row2 .other {
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  margin-top: 119px;
  display: flex;
  flex-direction: column;
}
.dialog-mobileaction .form .row2 .other span {
  margin-top: 6px;
}
.dialog-mobileaction .form .row2 .right {
  position: relative;
}
.dialog-mobileaction .form .row2 .thumbnail {
  width: 220px;
  position: absolute;
  right: -20px;
}
.dialog-mobileaction.visible {
  opacity: 1;
  pointer-events: auto;
}
.dialog-mobileaction.visible .form {
  transform: scale(1, 1);
}

.dialog-report {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100vw;
  height: 100vh;
  color: black;
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.dialog-report.visible {
  opacity: 1;
  pointer-events: auto;
}
.dialog-report.visible .form {
  transform: scale(1, 1) !important;
}
.dialog-report .form {
  width: 467px;
  height: 335px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  transform: scale(0, 0);
  transition: all 0.1s linear;
  position: relative;
}
.dialog-report .form .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
}
.dialog-report .form .closebtn {
  width: 48px;
  height: 48px;
  border-radius: 0px 16px 0px 16px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.dialog-report .form .content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0 20px;
}
.dialog-report .form .content .text {
  width: 427px;
  height: 192px;
  background: #f5f5f5;
  resize: none;
  padding: 10px;
  font-size: 14px;
  border: none;
}
.dialog-report .form .content .text:focus {
  outline: none;
}
.dialog-report .form .btn {
  width: 125px;
  background: #4bc5fd;
  border-radius: 4px 4px 4px 4px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.drag-outer[data-v-d3515f32] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-outer .drag-inner[data-v-d3515f32] {
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: move;
  user-select: none;
}
.drag-outer .drag-inner > *[data-v-d3515f32] {
  -webkit-user-drag: none;
  user-drag: none;
}
@media screen and (orientation: portrait) and (max-device-width: 768px) and (max-device-height: 1024px) {
.drag-outer[data-v-d3515f32] {
    align-items: baseline;
}
.drag-outer .drag-inner[data-v-d3515f32] {
    margin-top: 1rem;
}
}

.ScreenChatPage[data-v-746ae72a] {
  width: 330px;
  height: 385px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 20px;
  position: absolute;
  bottom: 100px;
  left: 0;
  border-radius: 0 4px 4px 0;
}
.ScreenChatPage .top.top-message[data-v-746ae72a] {
  width: 100%;
  display: flex;
  border: 1px solid #ffffff40;
  border-radius: 4px;
  overflow: hidden;
}
.ScreenChatPage .top .channel[data-v-746ae72a] {
  width: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.ScreenChatPage .top .channel.selected[data-v-746ae72a] {
  background-color: rgba(0, 0, 0, 0.5);
}
.ScreenChatPage .top .channel .read-icon[data-v-746ae72a] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 3px;
  right: 33px;
}
.ScreenChatPage .top .return-btn[data-v-746ae72a] {
  width: 88px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.ScreenChatPage .top .return-btn .return-btn-icon[data-v-746ae72a] {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  width: 16px;
  height: 16px;
  display: block;
  margin: 0 10px;
}
.ScreenChatPage .middle.middle-message[data-v-746ae72a] {
  padding: 20px 0;
  height: 80%;
}
.ScreenChatPage .middle.middle-list[data-v-746ae72a] {
  overflow-y: auto;
  height: 310px;
  margin-top: 10px;
}
.ScreenChatPage .middle .content[data-v-746ae72a] {
  height: 100%;
  overflow-y: auto;
}
.ScreenChatPage .middle .content .item[data-v-746ae72a] {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.ScreenChatPage .middle .content .item[data-v-746ae72a]:last-child {
  margin-bottom: 0;
}
.ScreenChatPage .middle .content .item .name[data-v-746ae72a] {
  color: #26d356;
  white-space: nowrap;
}
.ScreenChatPage .middle .content .item .name.host[data-v-746ae72a] {
  color: #bc41f5;
}
.ScreenChatPage .middle .content .item .name.guest[data-v-746ae72a] {
  color: #4dc9ff;
}
.ScreenChatPage .middle .content .item .name.visitor[data-v-746ae72a] {
  color: #fff;
}
.ScreenChatPage .middle .content .item .text[data-v-746ae72a] {
  word-wrap: break-word;
  word-break: break-all;
}
.ScreenChatPage .middle .list[data-v-746ae72a] {
  font-size: 14px;
}
.ScreenChatPage .middle .list .list-item[data-v-746ae72a] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff40;
  padding: 15px 0;
  cursor: pointer;
}
.ScreenChatPage .middle .list .list-item[data-v-746ae72a]:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
}
.ScreenChatPage .middle .list .list-item .left[data-v-746ae72a] {
  width: 20%;
  position: relative;
}
.ScreenChatPage .middle .list .list-item .left .avatar[data-v-746ae72a] {
  width: 40px;
  height: 40px;
}
.ScreenChatPage .middle .list .list-item .left .avatar-read-icon[data-v-746ae72a] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 0px;
  left: 30px;
}
.ScreenChatPage .middle .list .list-item .right[data-v-746ae72a] {
  width: 80%;
  position: relative;
}
.ScreenChatPage .middle .list .list-item .right .name[data-v-746ae72a] {
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ScreenChatPage .middle .list .list-item .right .msg[data-v-746ae72a] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ScreenChatPage .middle .list .list-item .right .time[data-v-746ae72a] {
  position: absolute;
  top: 0;
  right: 0;
}
.ScreenChatPage .bottom[data-v-746ae72a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ScreenChatPage .bottom input[data-v-746ae72a] {
  border: 1px solid #ffffff20;
  background-color: #ffffff10;
  padding: 0 20px;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  width: 75%;
  height: 40px;
}
.ScreenChatPage .bottom input[data-v-746ae72a]::placeholder {
  color: #fff;
}
.ScreenChatPage .bottom .wait[data-v-746ae72a] {
  width: 75%;
  line-height: 38px;
  font-size: 14px;
  padding: 0 20px;
  border-radius: 4px;
  border: 1px solid #ffffff20;
  background-color: #ffffff10;
}
.ScreenChatPage .bottom .send[data-v-746ae72a] {
  font-size: 14px;
  color: #fff;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #ffffff20;
  background-color: #ffffff10;
  cursor: pointer;
  border-radius: 4px;
}
.ScreenChatPage .page-scale[data-v-746ae72a] {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0, -50%);
  background-color: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 7px;
  width: 50px;
  height: 50px;
  border-radius: 0 50% 50% 0;
  clip: rect(0, 50px, 50px, 25px);
}
.ScreenChatPage .page-scale[data-v-746ae72a]:hover {
  background-color: rgba(0, 0, 0, 0.6);
}
.ScreenChatPage .page-scale .scale-icon[data-v-746ae72a] {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
}
.ScreenChatPage .page-scale .scale-icon.icon-show[data-v-746ae72a] {
  transform: rotate(90deg);
}
.ScreenChatPage .page-scale .scale-icon.icon-hide[data-v-746ae72a] {
  transform: rotate(-90deg);
}

