.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-618db1df] {
  width: 28px !important;
  height: 28px !important;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.voic-icon .volumemask[data-v-618db1df] {
  clip: rect(0px, 14px, 14px, 0px);
}
.voic-icon .bg[data-v-618db1df] {
  position: absolute;
  width: 100%;
}
.voic-icon .iconSpeak[data-v-618db1df] {
  position: absolute;
  width: 14px;
}
.voic-icon .fullvolume[data-v-618db1df] {
  position: absolute;
  width: 14px;
}
.voic-icon .volumemask[data-v-618db1df] {
  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-improveInformation[data-v-7d54d504] {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0);
  z-index: 20000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-improveInformation .m-improveInformation-item[data-v-7d54d504] {
  width: 460px;
  height: 460px;
  background: rgba(0, 0, 0, 0.9);
  box-sizing: border-box;
  padding: 0 80px;
  position: relative;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-close[data-v-7d54d504] {
  width: 56px;
  height: 56px;
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-close .close-improveInformation-pic[data-v-7d54d504] {
  width: 100%;
  height: 100%;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-class[data-v-7d54d504] {
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-class .improveInformation-class-item[data-v-7d54d504] {
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-class .improveInformation-class-item-active[data-v-7d54d504] {
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #4dc9ff;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-logo[data-v-7d54d504] {
  width: 100%;
  margin-top: 80px;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-logo .logo-improveInformation-pic[data-v-7d54d504] {
  width: 86px;
  height: 87px;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from[data-v-7d54d504] {
  width: 100%;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-class[data-v-7d54d504] {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-class .from-class-item[data-v-7d54d504] {
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-class .from-class-item-active[data-v-7d54d504] {
  width: 50%;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  color: #4dc9ff;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-tit[data-v-7d54d504] {
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item[data-v-7d54d504] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  position: relative;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item[data-v-7d54d504]::after {
  content: "";
  width: 1px;
  height: 80%;
  background: #4c4c4c;
  position: absolute;
  left: 89px;
  top: 50%;
  transform: translateY(-50%);
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-left[data-v-7d54d504] {
  height: 40px;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-left .item-left-prefix[data-v-7d54d504] {
  color: #ffffff;
  font-size: 14px;
  margin-left: 24px;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-left .item-left-bottom[data-v-7d54d504] {
  width: 8px;
  height: 4px;
  margin-left: 10px;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-left .item-left-bottom img[data-v-7d54d504] {
  width: 100%;
  height: 100%;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-left .nickName-pic[data-v-7d54d504] {
  width: 24px;
  height: 24px;
  margin-left: 32px;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-prefix[data-v-7d54d504] {
  width: 80%;
  height: 120px;
  border: 1px solid #ccc;
  position: absolute;
  left: 0px;
  bottom: -122px;
  background: #ffffff;
  overflow: auto;
  z-index: 99999;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-prefix .item-prefix-item[data-v-7d54d504] {
  width: 100%;
  line-height: 25px;
  color: #000;
  text-indent: 10px;
  font-size: 14px;
  cursor: pointer;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item .from-item-prefix .item-prefix-item[data-v-7d54d504]:hover {
  background: #4dc9ff;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item-code[data-v-7d54d504] {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item-code .from-item-code-left[data-v-7d54d504] {
  width: 180px;
  height: 100%;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-item-code .from-item-code-right[data-v-7d54d504] {
  width: 100px;
  height: 100%;
  line-height: 40px;
  background: #4dc9ff;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
}
.g-improveInformation .m-improveInformation-item .u-improveInformation-from .improveInformation-from-button[data-v-7d54d504] {
  width: 100%;
  line-height: 40px;
  background: #4dc9ff;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}
[data-v-7d54d504] .registerPhone .ivu-input {
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  color: #ffffff;
  font-size: 14px;
  text-indent: 149px;
  padding: 0px;
  height: 40px;
}
[data-v-7d54d504] .registerPhone .ivu-form-item-error .ivu-input:focus {
  border: none;
}
[data-v-7d54d504] .codePhone .ivu-input {
  border: none !important;
  outline: none !important;
  border-radius: 0px !important;
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  padding: 0px;
  height: 40px;
}
[data-v-7d54d504] .codePhone .ivu-form-item-error .ivu-input:focus {
  border: none;
}

.g-play-tips[data-v-2da0a7f5] {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #0008;
  z-index: 3;
}
.g-play-tips .m-play-tips-box[data-v-2da0a7f5] {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}
.g-play-tips .m-play-tips-box .tips-title[data-v-2da0a7f5] {
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
}
.g-play-tips .m-play-tips-box .u-content[data-v-2da0a7f5] {
  font-size: 20px;
  color: #000;
  padding: 30px 80px;
}
.g-play-tips .m-play-tips-box .u-btn[data-v-2da0a7f5] {
  width: 100px;
  line-height: 30px;
  margin: 0 auto 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background-color: #4bc5fd;
  border-radius: 4px;
  font-size: 14px;
}

