.voic-icon {
  width: 28px;
  height: 28px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.voic-icon .volumemask {
  clip: rect(0px, 18px, 18px, 0px);
}
.voic-icon .bg {
  position: absolute;
  width: 100%;
}
.voic-icon .iconSpeak {
  position: absolute;
  width: 18px;
}
.voic-icon .fullvolume {
  position: absolute;
  width: 18px;
}
.voic-icon .volumemask {
  width: 18px;
  position: absolute;
}

.user-item {
  height: 40px;
  display: flex;
  user-select: none;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  padding: 0 15px;
  font-size: 12px;
  align-items: center;
  border-radius: 100px;
}
.user-item.linegrid {
  border-bottom: 1px solid #dbdbdb;
  color: black;
  margin-bottom: unset;
  border-radius: unset;
}
.user-item.pos {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
  transform: translate(-18%, -16px);
}
.user-item.pos .avatar {
  background: white;
  cursor: pointer;
}
.user-item.transparent {
  background-color: rgba(0, 0, 0, 0.3);
  color: white;
}
.user-item.transparent .avatar {
  background: white;
}
.user-item .avatar {
  width: 28px;
  height: 28px;
  background-color: gray;
  border-radius: 50%;
  flex-shrink: 0;
  overflow: hidden;
}
.user-item .avatar img {
  width: 100%;
  height: 100%;
}
.user-item .avatar i {
  width: 12px;
  height: 12px;
  border-radius: 12px;
  display: inline-block;
  background: url("../assets/images/Group 732@2x.864685ef80a32753558792a29b2d9ad4.png") no-repeat;
  background-size: 100%;
  margin-right: 3px;
  position: absolute;
  top: 25px;
  left: 13px;
}
.user-item .avatar i.isOnline {
  background: url("../assets/images/Ellipse 19@2x.5b428be339dfe297717c8d9fe9ff741a.png") no-repeat;
  background-size: 100%;
}
.user-item .name-panel {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  margin-left: 8px;
}
.user-item .name-panel .user-type {
  margin-top: 4px;
  display: flex;
  justify-content: left;
}
.user-item .muted {
  width: 18px;
  margin-left: 20px;
}
.user-item .message {
  width: 25px;
  cursor: pointer;
}

.voic-icon[data-v-37021082] {
  width: 28px !important;
  height: 28px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.voic-icon .volumemask[data-v-37021082] {
  clip: rect(0px, 14px, 14px, 0px);
}
.voic-icon .bg[data-v-37021082] {
  position: absolute;
  width: 100%;
}
.voic-icon .iconSpeak[data-v-37021082] {
  position: absolute;
  width: 14px;
}
.voic-icon .fullvolume[data-v-37021082] {
  position: absolute;
  width: 14px;
}
.voic-icon .volumemask[data-v-37021082] {
  width: 14px;
  position: absolute;
}

.dialog-userinfo {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100vw;
  height: 100vh;
  color: #fff;
  z-index: 2;
  transition: all 0.1s linear;
  opacity: 0;
  pointer-events: none;
}
.dialog-userinfo .form {
  width: 516px;
  height: 336px;
  background: url(../assets/images/live-card-bg@2x.18903c2aaaf26cdec3f1b0f7cc4084ba.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 43px;
  transform: scale(0, 0);
  transition: all 0.1s linear;
  position: relative;
}
.dialog-userinfo .form .row1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 24px;
}
.dialog-userinfo .form .row1 .nickname {
  font-size: 20px;
  font-family: Inter-Bold, Inter;
  font-weight: bold;
}
.dialog-userinfo .form .row1 .uid {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
}
.dialog-userinfo .form .row2 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 55px;
}
.dialog-userinfo .form .row2 .left {
  display: flex;
  flex-direction: column;
}
.dialog-userinfo .form .row2 .post {
  font-size: 14px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  margin-top: 12px;
}
.dialog-userinfo .form .row2 .other {
  font-size: 10px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  margin-top: 119px;
  display: flex;
  flex-direction: column;
}
.dialog-userinfo .form .row2 .other span {
  margin-top: 6px;
  line-height: 16px;
}
.dialog-userinfo .form .row2 .thumbnail {
  height: 232px;
  position: absolute;
  bottom: 25px;
  right: 20px;
}
.dialog-userinfo.visible {
  opacity: 1;
  pointer-events: auto;
}
.dialog-userinfo.visible .form {
  transform: scale(1, 1);
}
.dialog-userinfo .userinfo-btns {
  display: flex;
  justify-content: space-between;
  background-color: #1a1a1a;
  padding: 10px 20px;
}
.dialog-userinfo .userinfo-btns .userinfo-btns-left {
  display: flex;
  font-size: 14px;
}
.dialog-userinfo .userinfo-btns .userinfo-btns-left .userinfo-btn-item {
  margin-right: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
  border-radius: 4px;
}
.dialog-userinfo .userinfo-btns .userinfo-btns-left .userinfo-btn-item .userinfo-btn-icon {
  margin-right: 10px;
}
.dialog-userinfo .userinfo-btns .userinfo-btns-left .userinfo-btn-item:hover {
  background-color: #292929;
}
.dialog-userinfo .userinfo-btns .userinfo-btns-left .userinfo-btn-item.collected {
  color: #4bc5fd;
}

.g-userLuckdraw[data-v-0cbc2904] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}
.g-userLuckdraw .m-userLuckdraw-box[data-v-0cbc2904] {
  width: 500px;
  height: 688px;
  background: url("../assets/images/Group 1395@2x1.5c5d5551318c2c640964a0fdc3e42666.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  transform: scale(0.9);
}
.g-userLuckdraw .m-userLuckdraw-box .u-pointer-item[data-v-0cbc2904] {
  width: 46px;
  height: 64px;
  background: url("../assets/images/Group 1393@2x.c822f68f2479b23631ad63418add55da.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 160px;
  left: 50%;
  transform: translateX(-50%);
}
.g-userLuckdraw .m-userLuckdraw-box .classification-rotate[data-v-0cbc2904] {
  animation: fadenum-0cbc2904 2s infinite linear;
}
.g-userLuckdraw .m-userLuckdraw-box .u-prize-classification[data-v-0cbc2904] {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50px;
  left: 100px;
}
.g-userLuckdraw .m-userLuckdraw-box .u-prize-classification .classification-item[data-v-0cbc2904] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
.g-userLuckdraw .m-userLuckdraw-box .u-prize-classification .classification-item .classification-item-bg[data-v-0cbc2904] {
  border-style: solid;
  border-color: rgba(0, 0, 0, 0);
}
.g-userLuckdraw .m-userLuckdraw-box .u-prize-classification .classification-item .item-text[data-v-0cbc2904] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.g-userLuckdraw .m-userLuckdraw-box .u-prize-classification .classification-item .item-text .text[data-v-0cbc2904] {
  font-weight: bold;
  font-size: 14px;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, calc(-60%)) rotate(-90deg);
  color: #FFFFFF;
}
.g-userLuckdraw .m-userLuckdraw-box .m-userLuckdraw-explain[data-v-0cbc2904] {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 60px;
  position: absolute;
  top: 438px;
}
.g-userLuckdraw .m-userLuckdraw-box .m-userLuckdraw-explain .u-explain-tit[data-v-0cbc2904] {
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.g-userLuckdraw .m-userLuckdraw-box .m-userLuckdraw-explain .u-explain-content[data-v-0cbc2904] {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.g-userLuckdraw .m-userLuckdraw-box .m-userLuckdraw-but[data-v-0cbc2904] {
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 58px;
  background: #4BC5FD;
  border-radius: 20px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.g-userLuckdraw .m-userLuckdraw-box .m-userLuckdraw-close[data-v-0cbc2904] {
  width: 30px;
  height: 30px;
  background: url(../assets/images/x-circle@2x.ff1749f8c0b04d9633557411016ecc9f.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
.g-userLuckdraw .m-result-box[data-v-0cbc2904] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-userLuckdraw .m-result-box .u-result-item[data-v-0cbc2904] {
  width: 320px;
  height: 200px;
  background: #4BC5FD;
  border-radius: 10px;
  color: #ffffff;
  font-size: 25px;
  text-align: center;
}
.g-userLuckdraw .m-result-box .u-result-item .result-item-text[data-v-0cbc2904] {
  margin-top: 50px;
}
.g-userLuckdraw .m-result-box .u-result-item .result-item-but[data-v-0cbc2904] {
  display: inline-block;
  padding: 10px 15px;
  background: #ffffff;
  color: #4BC5FD;
  margin-top: 42px;
  border-radius: 4px;
}
@keyframes fadenum-0cbc2904 {
100% {
    transform: rotate(360deg);
}
}

