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

.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);
}

.MessageBoardPage[data-v-a9b6c54c] {
  width: 330px;
  background-color: #181818;
  padding: 20px;
  position: absolute;
  bottom: 100px;
  left: 0;
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.MessageBoardPage .top.top-message[data-v-a9b6c54c] {
  display: flex;
  background-color: #1f1f1f;
  padding: 5px;
  border-radius: 2px;
}
.MessageBoardPage .top.top-friend[data-v-a9b6c54c] {
  width: 100%;
}
.MessageBoardPage .top .channel[data-v-a9b6c54c] {
  color: #999;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
}
.MessageBoardPage .top .channel.selected[data-v-a9b6c54c] {
  background-color: #373737;
  color: #fff;
}
.MessageBoardPage .top .return-btn[data-v-a9b6c54c] {
  width: 78px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.MessageBoardPage .top .return-btn .return-btn-icon[data-v-a9b6c54c] {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 10px;
}
.MessageBoardPage .middle .message-list .list-name-box[data-v-a9b6c54c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MessageBoardPage .middle .message-list .list-name-box .name[data-v-a9b6c54c] {
  font-size: 14px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #ffffff;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status[data-v-a9b6c54c] {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.ing[data-v-a9b6c54c] {
  color: #4BC5FD;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.pass[data-v-a9b6c54c] {
  color: #26D356;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.error[data-v-a9b6c54c] {
  color: #f00;
}
.MessageBoardPage .middle .message-list .name[data-v-a9b6c54c] {
  font-size: 14px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #ffffff;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .msg-content[data-v-a9b6c54c] {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #242424;
}
.MessageBoardPage .middle.middle-message[data-v-a9b6c54c] {
  margin: 10px 0;
  width: 100%;
  height: 276px;
  border-bottom: 1px solid #242424;
  overflow: hidden;
  overflow-y: auto;
}
.MessageBoardPage .middle.middle-list[data-v-a9b6c54c] {
  overflow-y: auto;
  width: 100%;
  height: 318px;
  margin-top: 10px;
}
.MessageBoardPage .middle .content[data-v-a9b6c54c] {
  height: 100%;
  overflow-y: auto;
  padding: 10px 0;
}
.MessageBoardPage .middle .content .item[data-v-a9b6c54c] {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.MessageBoardPage .middle .content .item[data-v-a9b6c54c]:last-child {
  margin-bottom: 0;
}
.MessageBoardPage .middle .content .item .name[data-v-a9b6c54c] {
  color: #26d356;
  white-space: nowrap;
}
.MessageBoardPage .middle .content .item .name.host[data-v-a9b6c54c] {
  color: #bc41f5;
}
.MessageBoardPage .middle .content .item .name.guest[data-v-a9b6c54c] {
  color: #4dc9ff;
}
.MessageBoardPage .middle .content .item .name.visitor[data-v-a9b6c54c] {
  color: #fff;
}
.MessageBoardPage .middle .content .item .text[data-v-a9b6c54c] {
  word-wrap: break-word;
  word-break: break-all;
}
.MessageBoardPage .middle .content .item .text img[data-v-a9b6c54c] {
  width: 18px;
  height: 18px;
}
.MessageBoardPage .middle .list[data-v-a9b6c54c] {
  font-size: 14px;
}
.MessageBoardPage .middle .list .list-item[data-v-a9b6c54c] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff40;
  padding: 15px 0;
  cursor: pointer;
}
.MessageBoardPage .middle .list .list-item[data-v-a9b6c54c]:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
}
.MessageBoardPage .middle .list .list-item .left[data-v-a9b6c54c] {
  width: 20%;
  position: relative;
}
.MessageBoardPage .middle .list .list-item .left .avatar[data-v-a9b6c54c] {
  width: 40px;
  height: 40px;
}
.MessageBoardPage .middle .list .list-item .left .avatar-read-icon[data-v-a9b6c54c] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 0px;
  left: 30px;
}
.MessageBoardPage .middle .list .list-item .right[data-v-a9b6c54c] {
  width: 80%;
  position: relative;
}
.MessageBoardPage .middle .list .list-item .right .name[data-v-a9b6c54c] {
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.MessageBoardPage .middle .list .list-item .right .msg[data-v-a9b6c54c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.MessageBoardPage .middle .list .list-item .right .msg img[data-v-a9b6c54c] {
  width: 18px;
  height: 18px;
}
.MessageBoardPage .middle .list .list-item .right .time[data-v-a9b6c54c] {
  position: absolute;
  top: 0;
  right: 0;
}
.MessageBoardPage .bottom[data-v-a9b6c54c] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MessageBoardPage .bottom .message-box[data-v-a9b6c54c] {
  display: flex;
  align-items: center;
}
.MessageBoardPage .bottom .message-box .reset[data-v-a9b6c54c] {
  margin-right: 6px;
  background: #33D35D;
}
.MessageBoardPage .bottom input[data-v-a9b6c54c] {
  width: 66%;
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  border: none;
  background-color: #ffffff10;
  color: #fff;
}
.MessageBoardPage .bottom input[data-v-a9b6c54c]::placeholder {
  color: #fff;
}
.MessageBoardPage .bottom .wait[data-v-a9b6c54c] {
  width: 60%;
  line-height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff10;
}
.MessageBoardPage .bottom .emoji-icon[data-v-a9b6c54c] {
  width: 32px;
  height: 32px;
  background: url(../assets/images/Frame@2x.7fb6a43b7ed9bb1f1306f7e43991ebae.png) no-repeat center #1f1f1f;
  background-size: 60% 60%;
  cursor: pointer;
}
.MessageBoardPage .bottom .send[data-v-a9b6c54c] {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  padding: 0 10px;
  background-color: #4bc5fd;
  cursor: pointer;
  border-radius: 2px;
}
.MessageBoardPage .emoji-box[data-v-a9b6c54c] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.MessageBoardPage .emoji-box .item[data-v-a9b6c54c] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.MessageBoardPage .emoji-box .item img[data-v-a9b6c54c] {
  width: 100%;
  height: 100%;
}

.MessageBoardPage[data-v-32446f25] {
  width: 500px;
  background-color: #fff;
  padding: 10px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  border-radius: 0 4px 4px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, 0);
}
.MessageBoardPage .knocktxt[data-v-32446f25] {
  font-size: 32px;
  font-weight: bold;
  color: #fb7414;
  position: absolute;
  right: -118px;
  top: -40px;
  animation: move-32446f25 1s linear 1 alternate forwards;
}
@keyframes move-32446f25 {
0% {
    top: 15px;
    opacity: 1;
}
}
.MessageBoardPage .top.top-message[data-v-32446f25] {
  display: flex;
  background-color: #1f1f1f;
  padding: 5px;
  border-radius: 2px;
}
.MessageBoardPage .top.top-friend[data-v-32446f25] {
  width: 100%;
}
.MessageBoardPage .top .channel[data-v-32446f25] {
  color: #999;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
}
.MessageBoardPage .top .channel.selected[data-v-32446f25] {
  background-color: #373737;
  color: #fff;
}
.MessageBoardPage .top .return-btn[data-v-32446f25] {
  width: 78px;
  height: 32px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 16px;
  color: #fff;
  font-size: 12px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.MessageBoardPage .top .return-btn .return-btn-icon[data-v-32446f25] {
  background: url(../assets/images/downjiantou.30c2f3ef5db941f3307ceffdf4d6c4d3.png) no-repeat;
  background-size: 100% 100%;
  transform: rotate(90deg);
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 10px;
}
.MessageBoardPage .middle .message-list .list-name-box[data-v-32446f25] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MessageBoardPage .middle .message-list .list-name-box .name[data-v-32446f25] {
  font-size: 14px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #ffffff;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status[data-v-32446f25] {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.ing[data-v-32446f25] {
  color: #4BC5FD;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.pass[data-v-32446f25] {
  color: #26D356;
}
.MessageBoardPage .middle .message-list .list-name-box .status-box .status.error[data-v-32446f25] {
  color: #f00;
}
.MessageBoardPage .middle .message-list .name[data-v-32446f25] {
  font-size: 14px;
  font-family: Inter-Medium, Inter;
  font-weight: 500;
  color: #ffffff;
  padding-top: 10px;
}
.MessageBoardPage .middle .message-list .msg-content[data-v-32446f25] {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #242424;
}
.MessageBoardPage .middle.middle-message[data-v-32446f25] {
  margin: 10px 0;
  width: 100%;
  height: 276px;
  border-bottom: 1px solid #242424;
  overflow: hidden;
  overflow-y: auto;
}
.MessageBoardPage .middle.middle-list[data-v-32446f25] {
  overflow-y: auto;
  width: 100%;
  height: 318px;
  margin-top: 10px;
}
.MessageBoardPage .middle .content[data-v-32446f25] {
  height: 100%;
  overflow-y: auto;
  padding: 10px 0;
}
.MessageBoardPage .middle .content .item[data-v-32446f25] {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.MessageBoardPage .middle .content .item[data-v-32446f25]:last-child {
  margin-bottom: 0;
}
.MessageBoardPage .middle .content .item .name[data-v-32446f25] {
  color: #26d356;
  white-space: nowrap;
}
.MessageBoardPage .middle .content .item .name.host[data-v-32446f25] {
  color: #bc41f5;
}
.MessageBoardPage .middle .content .item .name.guest[data-v-32446f25] {
  color: #4dc9ff;
}
.MessageBoardPage .middle .content .item .name.visitor[data-v-32446f25] {
  color: #fff;
}
.MessageBoardPage .middle .content .item .text[data-v-32446f25] {
  word-wrap: break-word;
  word-break: break-all;
}
.MessageBoardPage .middle .content .item .text img[data-v-32446f25] {
  width: 18px;
  height: 18px;
}
.MessageBoardPage .middle .list[data-v-32446f25] {
  font-size: 14px;
}
.MessageBoardPage .middle .list .list-item[data-v-32446f25] {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff40;
  padding: 15px 0;
  cursor: pointer;
}
.MessageBoardPage .middle .list .list-item[data-v-32446f25]:hover {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.6), rgba(0, 0, 0, 0));
}
.MessageBoardPage .middle .list .list-item .left[data-v-32446f25] {
  width: 20%;
  position: relative;
}
.MessageBoardPage .middle .list .list-item .left .avatar[data-v-32446f25] {
  width: 40px;
  height: 40px;
}
.MessageBoardPage .middle .list .list-item .left .avatar-read-icon[data-v-32446f25] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 0px;
  left: 30px;
}
.MessageBoardPage .middle .list .list-item .right[data-v-32446f25] {
  width: 80%;
  position: relative;
}
.MessageBoardPage .middle .list .list-item .right .name[data-v-32446f25] {
  color: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.MessageBoardPage .middle .list .list-item .right .msg[data-v-32446f25] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.MessageBoardPage .middle .list .list-item .right .msg img[data-v-32446f25] {
  width: 18px;
  height: 18px;
}
.MessageBoardPage .middle .list .list-item .right .time[data-v-32446f25] {
  position: absolute;
  top: 0;
  right: 0;
}
.MessageBoardPage .bottom[data-v-32446f25] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.MessageBoardPage .bottom .message-box[data-v-32446f25] {
  display: flex;
  align-items: center;
}
.MessageBoardPage .bottom .message-box .reset[data-v-32446f25] {
  margin-right: 6px;
  background: #33D35D;
}
.MessageBoardPage .bottom input[data-v-32446f25] {
  width: 88%;
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  border: none;
  background-color: #f1f2f3;
  color: #94999e;
}
.MessageBoardPage .bottom input[data-v-32446f25]::placeholder {
  color: #94999e;
}
.MessageBoardPage .bottom .wait[data-v-32446f25] {
  width: 60%;
  line-height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff10;
}
.MessageBoardPage .bottom .emoji-icon[data-v-32446f25] {
  width: 32px;
  height: 32px;
  background: url(../assets/images/Frame@2x.7fb6a43b7ed9bb1f1306f7e43991ebae.png) no-repeat center #1f1f1f;
  background-size: 60% 60%;
  cursor: pointer;
}
.MessageBoardPage .bottom .send[data-v-32446f25] {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  padding: 0 10px;
  background-color: #4bc5fd;
  cursor: pointer;
  border-radius: 2px;
}
.MessageBoardPage .emoji-box[data-v-32446f25] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.MessageBoardPage .emoji-box .item[data-v-32446f25] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.MessageBoardPage .emoji-box .item img[data-v-32446f25] {
  width: 100%;
  height: 100%;
}
/*!*竖屏样式*!*/
@media screen and (orientation: portrait) and (max-device-width: 768px) and (max-device-height: 1024px) {
.MessageBoardPage[data-v-32446f25] {
    width: 350px !important;
}
}
/* 横屏 */
@media all and (orientation: landscape) and (max-device-width: 1024px) {
.MessageBoardPage[data-v-32446f25] {
    width: 360px !important;
}
}

