.g-reward[data-v-0ae34c28] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 16px 25px;
}
.g-reward .m-reward-tit[data-v-0ae34c28] {
  color: black;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 22px;
}
.g-reward .m-reward-class[data-v-0ae34c28] {
  width: 100%;
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.g-reward .m-reward-class .u-class-item[data-v-0ae34c28] {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  cursor: pointer;
}
.g-reward .m-reward-class .u-class-item[data-v-0ae34c28]:last-child {
  margin-left: 50px;
}
.g-reward .m-reward-class .u-class-item-active[data-v-0ae34c28] {
  color: #4BC5FD;
  position: relative;
}
.g-reward .m-reward-class .u-class-item-active[data-v-0ae34c28]::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #4BC5FD;
  left: 0px;
  bottom: -20px;
}
.g-reward .m-reward-content[data-v-0ae34c28] {
  width: 100%;
  overflow: hidden;
  overflow-y: auto;
}

.g-reward[data-v-d9ab3f94] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: white;
  padding: 16px 25px;
}
.g-reward .m-reward-tit[data-v-d9ab3f94] {
  color: black;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 32px;
  margin-bottom: 22px;
}
.g-reward .m-reward-content[data-v-d9ab3f94] {
  width: 100%;
}
.g-reward .m-reward-content .banjiangitem[data-v-d9ab3f94] {
  display: flex;
  height: 80px;
  flex-direction: column;
}
.g-reward .m-reward-content .banjiangitem .row1 .right[data-v-d9ab3f94] {
  display: flex;
  margin-top: 24px;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
}
.g-reward .m-reward-content .banjiangitem .row1 .right .name[data-v-d9ab3f94] {
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #000000;
}
.g-reward .m-reward-content .banjiangitem .row1 .right .btn[data-v-d9ab3f94] {
  width: 42px;
  display: flex;
  height: 32px;
  background: #4bc5fd;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.g-reward .m-reward-content .banjiangitem .bottomline[data-v-d9ab3f94] {
  height: 0px;
  border: 1px solid #e0e0e0;
}

.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-2c8e2292] {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.drag-outer .drag-inner[data-v-2c8e2292] {
  transform-origin: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: move;
  user-select: none;
}
.drag-outer .drag-inner > *[data-v-2c8e2292] {
  -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-2c8e2292] {
    align-items: baseline;
}
.drag-outer .drag-inner[data-v-2c8e2292] {
    margin-top: 1rem;
}
}

.ScreenChatPage[data-v-3ce37da6] {
  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;
}
.ScreenChatPage .top.top-message[data-v-3ce37da6] {
  display: flex;
  background-color: #1f1f1f;
  padding: 5px;
  border-radius: 2px;
}
.ScreenChatPage .top.top-friend[data-v-3ce37da6] {
  width: 100%;
}
.ScreenChatPage .top .channel[data-v-3ce37da6] {
  color: #999;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  cursor: pointer;
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
}
.ScreenChatPage .top .channel.selected[data-v-3ce37da6] {
  background-color: #373737;
  color: #fff;
}
.ScreenChatPage .top .channel .read-icon[data-v-3ce37da6] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 0px;
  right: 10px;
}
.ScreenChatPage .top .return-btn[data-v-3ce37da6] {
  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;
}
.ScreenChatPage .top .return-btn .return-btn-icon[data-v-3ce37da6] {
  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;
}
.ScreenChatPage .middle.middle-message[data-v-3ce37da6] {
  margin: 10px 0;
  width: 100%;
  height: 276px;
  border-bottom: 1px solid #242424;
}
.ScreenChatPage .middle.middle-list[data-v-3ce37da6] {
  overflow-y: auto;
  width: 100%;
  height: 318px;
  margin-top: 10px;
}
.ScreenChatPage .middle .content[data-v-3ce37da6] {
  height: 100%;
  overflow-y: auto;
  padding: 10px 0;
}
.ScreenChatPage .middle .content .item[data-v-3ce37da6] {
  display: flex;
  font-size: 14px;
  color: #fff;
  margin-bottom: 20px;
}
.ScreenChatPage .middle .content .item[data-v-3ce37da6]:last-child {
  margin-bottom: 0;
}
.ScreenChatPage .middle .content .item .name[data-v-3ce37da6] {
  color: #26d356;
  white-space: nowrap;
}
.ScreenChatPage .middle .content .item .name.host[data-v-3ce37da6] {
  color: #bc41f5;
}
.ScreenChatPage .middle .content .item .name.guest[data-v-3ce37da6] {
  color: #4dc9ff;
}
.ScreenChatPage .middle .content .item .name.visitor[data-v-3ce37da6] {
  color: #fff;
}
.ScreenChatPage .middle .content .item .text[data-v-3ce37da6] {
  word-wrap: break-word;
  word-break: break-all;
}
.ScreenChatPage .middle .content .item .text img[data-v-3ce37da6] {
  width: 18px;
  height: 18px;
}
.ScreenChatPage .middle .list[data-v-3ce37da6] {
  font-size: 14px;
}
.ScreenChatPage .middle .list .list-item[data-v-3ce37da6] {
  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-3ce37da6]: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-3ce37da6] {
  width: 20%;
  position: relative;
}
.ScreenChatPage .middle .list .list-item .left .avatar[data-v-3ce37da6] {
  width: 40px;
  height: 40px;
}
.ScreenChatPage .middle .list .list-item .left .avatar-read-icon[data-v-3ce37da6] {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: red;
  position: absolute;
  top: 0px;
  left: 30px;
}
.ScreenChatPage .middle .list .list-item .right[data-v-3ce37da6] {
  width: 80%;
  position: relative;
}
.ScreenChatPage .middle .list .list-item .right .name[data-v-3ce37da6] {
  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-3ce37da6] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}
.ScreenChatPage .middle .list .list-item .right .msg img[data-v-3ce37da6] {
  width: 18px;
  height: 18px;
}
.ScreenChatPage .middle .list .list-item .right .time[data-v-3ce37da6] {
  position: absolute;
  top: 0;
  right: 0;
}
.ScreenChatPage .bottom[data-v-3ce37da6] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ScreenChatPage .bottom input[data-v-3ce37da6] {
  width: 60%;
  height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  border: none;
  background-color: #ffffff10;
  color: #fff;
}
.ScreenChatPage .bottom input[data-v-3ce37da6]::placeholder {
  color: #fff;
}
.ScreenChatPage .bottom .wait[data-v-3ce37da6] {
  width: 60%;
  line-height: 32px;
  font-size: 12px;
  padding: 0 10px;
  border-radius: 2px;
  background-color: #ffffff10;
}
.ScreenChatPage .bottom .emoji-icon[data-v-3ce37da6] {
  width: 32px;
  height: 32px;
  background: url(../assets/images/Frame@2x.7fb6a43b7ed9bb1f1306f7e43991ebae.png) no-repeat center #1f1f1f;
  background-size: 60% 60%;
  cursor: pointer;
}
.ScreenChatPage .bottom .send[data-v-3ce37da6] {
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  padding: 0 20px;
  background-color: #4bc5fd;
  cursor: pointer;
  border-radius: 2px;
}
.ScreenChatPage .emoji-box[data-v-3ce37da6] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.ScreenChatPage .emoji-box .item[data-v-3ce37da6] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.ScreenChatPage .emoji-box .item img[data-v-3ce37da6] {
  width: 100%;
  height: 100%;
}

.g-purview-page[data-v-f4e71d50] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  font-size: 14px;
  color: #000;
  padding: 30px 40px;
  border-radius: 10px;
}
.g-purview-page .m-purview-page .tips-title[data-v-f4e71d50] {
  font-size: 16px;
  font-weight: bold;
}
.g-purview-page .m-purview-page .tips1[data-v-f4e71d50] {
  margin-top: 10px;
}
.g-purview-page .m-purview-page .tips2[data-v-f4e71d50] {
  margin-bottom: 10px;
}
.g-purview-page .close[data-v-f4e71d50] {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

