.container[data-v-ec2b0f92] {
  background: #EBEFF5;
  height: 100vh;
}
.mr8[data-v-ec2b0f92] {
  margin-right: 0.10667rem;
}
.mb8[data-v-ec2b0f92] {
  margin-bottom: 0.10667rem;
}
.mt8[data-v-ec2b0f92] {
  margin-top: 0.10667rem;
}
.pointer[data-v-ec2b0f92] {
  cursor: pointer;
}
.member-status.in-group[data-v-ec2b0f92] {
  color: #19A55C;
}
.member-status.signed-out[data-v-ec2b0f92] {
  color: #D98E1E;
}
.member-status.kicked[data-v-ec2b0f92] {
  color: #FB363F;
}
.customer-type[data-v-ec2b0f92] {
  border-radius: 0.05333rem;
  padding: 0.05333rem 0.21333rem;
  font-size: 0.26667rem;
  font-weight: 600;
}
.customer-type.wechat[data-v-ec2b0f92] {
  color: rgba(0, 0, 0, 0.65);
  background: #F2F2F2;
}
.customer-type.staff[data-v-ec2b0f92] {
  color: #2475FC;
  background: #F1F6FE;
}
.customer-type.corp[data-v-ec2b0f92] {
  color: #D68000;
  background: #FFFAF2;
}
.members-box[data-v-ec2b0f92] {
  padding: 0 0.32rem 0.32rem;
  height: calc(100vh - 3.38667rem - 1.01333rem);
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 0.21333rem;
}
.group-owner-info.member-info[data-v-ec2b0f92] {
  margin-top: 0;
  border-radius: 0 0 0.24rem 0.24rem;
}
.open-group-btn[data-v-ec2b0f92] {
  background: rgba(217, 217, 217, 0);
  border-radius: 1.16rem 1.16rem 1.16rem 1.16rem;
  opacity: 1;
  border: 1px solid #A4BEE9;
  padding: 0.10667rem 0.42667rem;
  display: inline-block;
  font-size: 0.26667rem;
  font-weight: 400;
  color: #1C5DC9;
  position: absolute;
  right: 0.32rem;
  bottom: 0.32rem;
  cursor: pointer;
}
.member-info[data-v-ec2b0f92] {
  background: #F8F9FA;
  margin-top: 0.21333rem;
  overflow: hidden;
  border-radius: 0.24rem;
  position: relative;
}
.member-info .header[data-v-ec2b0f92] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.21333rem 0.32rem 0.10667rem 0.32rem;
  font-size: 0.32rem;
  color: #666666;
}
.member-info .header label[data-v-ec2b0f92] {
  color: #999999;
}
.member-info .content[data-v-ec2b0f92] {
  display: flex;
  background: #FFFFFF;
  padding: 0.21333rem 0.32rem;
  border-radius: 0.24rem;
}
.member-info .content .avatar[data-v-ec2b0f92] {
  width: 1.06667rem;
  height: 1.06667rem;
  border-radius: 0.16rem;
}
.member-info .content .left[data-v-ec2b0f92] {
  flex-shrink: 0;
  margin-right: 0.21333rem;
}
.member-info .content .right[data-v-ec2b0f92] {
  flex: 1;
  width: calc(100% - 1.2rem);
}
.member-info .content .right .top[data-v-ec2b0f92] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.member-info .content .right .bottom[data-v-ec2b0f92] {
  margin-top: 0.42667rem;
  text-align: right;
}
.member-info .content .right .bottom .button[data-v-ec2b0f92] {
  display: inline-block;
  background: rgba(217, 217, 217, 0);
  border-radius: 1.16rem;
  padding: 0.10667rem 0.26667rem;
  opacity: 1;
  border: 1px solid #E6E8EB;
  margin-left: 0.21333rem;
}
.member-info .content .right .bottom .button.in-black[data-v-ec2b0f92] {
  background: #F0F2F5;
  border: 1px solid rgba(217, 217, 217, 0);
  color: #999999;
}
.member-info .content .right .bottom .button.add-tag[data-v-ec2b0f92] {
  border: 1px solid #A4BEE9;
  color: #1C5DC9;
}
.member-info .content .right .member-name[data-v-ec2b0f92] {
  display: inline-block;
  color: #333333;
  font-size: 0.37333rem;
  max-width: 4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.member-info .content .right .member-name .corp-name[data-v-ec2b0f92] {
  color: #E07B00;
  font-size: 0.32rem;
  margin-left: 0.10667rem;
}
.member-info .content .right .member-name .corp-name.wx[data-v-ec2b0f92] {
  color: #07C160;
}
.member-info .content .right .info-item[data-v-ec2b0f92] {
  margin-top: 0.10667rem;
  font-size: 0.32rem;
  display: flex;
}
.member-info .content .right .info-item label[data-v-ec2b0f92] {
  color: #999999;
  white-space: nowrap;
}
.member-info .content .right .info-item .value[data-v-ec2b0f92] {
  font-family: DIN-Medium, DIN;
  font-weight: 500;
  color: #666666;
}
.member-info .content .right .info-item .join-group-time[data-v-ec2b0f92] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.member-info .content .right .info-item .tag-box[data-v-ec2b0f92] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.member-info .content .right .info-item .tag-box .tag-expand[data-v-ec2b0f92] {
  background: #F8F9FA;
  border-radius: 0.05333rem;
  opacity: 1;
  border: 1px solid #E6E8EB;
  padding: 0.04rem 0.08rem;
}
.member-info .content .right .info-item .tag-box .tags[data-v-ec2b0f92] {
  overflow: hidden;
}
.member-info .content .right .info-item .tag-box .tag-item[data-v-ec2b0f92] {
  display: inline-block;
  background: #F8F9FA;
  border-radius: 0.05333rem;
  border: 1px solid #E6E8EB;
  padding: 0.05333rem 0.21333rem;
  margin: 0 0 0.10667rem 0.10667rem;
  white-space: nowrap;
}
.mi-1[data-v-ec2b0f92] {
  margin-top: 0;
}
.tabs-wra[data-v-ec2b0f92] {
  background-color: #fff;
  margin: 0 auto;
  margin-top: 0.32rem;
  width: 9.36rem;
  border-radius: 0.10667rem;
}
[data-v-ec2b0f92] .main-tabs .van-tabs__wrap {
  height: unset !important;
  margin: 0 0.08rem;
  background: #ffffff;
}
[data-v-ec2b0f92] .main-tabs .van-tabs__nav--line {
  height: unset;
  padding-bottom: 0;
}
[data-v-ec2b0f92] .main-tabs .van-tabs__nav {
  display: flex;
  justify-content: space-around;
  border-radius: 0.05333rem;
  height: 0.90667rem !important;
}
[data-v-ec2b0f92] .main-tabs .van-tab {
  flex: unset;
  line-height: 0.90667rem;
}
[data-v-ec2b0f92] .main-tabs .van-tab .van-tab__text {
  font-weight: 600;
  color: #666666;
  font-family: PingFang SC-Regular, PingFang SC;
  flex: unset;
  white-space: nowrap;
  font-size: 0.37333rem;
}
[data-v-ec2b0f92] .main-tabs .van-tab--active .van-tab__text {
  font-size: 0.37333rem;
  position: relative;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #2475FC;
}
[data-v-ec2b0f92] .main-tabs .van-tab--active .van-tab__text::after {
  position: absolute;
  content: '';
  clear: both;
  width: 0.34667rem;
  height: 0.08rem !important;
  left: 50%;
  transform: translateX(-50%);
  top: 90%;
  border-radius: 0.04rem;
  background-color: #2475FC;
}
.tabs-box[data-v-ec2b0f92] {
  margin-top: 0.37333rem;
}
.tabs-box[data-v-ec2b0f92] .van-tabs__content {
  border-bottom-left-radius: 0.32rem;
  border-bottom-right-radius: 0.32rem;
  padding-bottom: 0.32rem;
}
[data-v-ec2b0f92] .van-tab--active {
  color: #333 !important;
  border-bottom: 0;
}
[data-v-ec2b0f92] .van-tabs__line {
  background-color: transparent;
}
[data-v-ec2b0f92] .van-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: visible;
}
[data-v-ec2b0f92] .van-tab:hover .van-tab__text {
  color: #2475FC !important;
}
.no-data-wra[data-v-ec2b0f92] {
  text-align: center;
  height: 50vh;
  padding-top: 1.06667rem;
  box-sizing: border-box;
  width: 9.36rem;
  margin: 0 auto;
  margin-top: 0.21333rem;
}
.no-data-wra img[data-v-ec2b0f92] {
  width: 3.41333rem;
  height: 3.41333rem;
}
.no-data-wra div[data-v-ec2b0f92] {
  color: #333333;
  text-align: center;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: 0.53333rem;
}
.chat-list .c-item[data-v-ec2b0f92] {
  background: #FFF;
  margin-top: 0.21333rem;
  padding: 0.32rem 0.42667rem;
}
.chat-list .c-item .tit[data-v-ec2b0f92] {
  color: #1a1a1a;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: 0.53333rem;
}
.chat-list .c-item .desc[data-v-ec2b0f92] {
  color: #666666;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.48rem;
  margin-top: 0.10667rem;
}
.chat-list .c-item .border[data-v-ec2b0f92] {
  width: 2px;
  height: 0.32rem;
  background: #D9D9D9;
  margin: 0 0.21333rem;
}
.chat-list .c-item .time[data-v-ec2b0f92] {
  margin-top: 0.10667rem;
  color: #999999;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.48rem;
}
.chat-list .c-item[data-v-ec2b0f92]:first-child {
  margin-top: 0;
}
.staff-list .s-item[data-v-ec2b0f92] {
  background: #FFF;
  margin-top: 0.21333rem;
  padding: 0.32rem 0.42667rem;
  display: flex;
  align-items: flex-start;
}
.staff-list .s-item .left-img[data-v-ec2b0f92] {
  width: 1.06667rem;
  height: 1.06667rem;
  margin-right: 0.21333rem;
}
.staff-list .s-item .right-wra[data-v-ec2b0f92] {
  flex: 1;
  overflow: hidden;
}
.staff-list .s-item .right-wra .name[data-v-ec2b0f92] {
  display: flex;
  align-items: center;
}
.staff-list .s-item .right-wra .name .n-left[data-v-ec2b0f92] {
  flex: 1;
  color: #333333;
  font-size: 0.37333rem;
  font-weight: 400;
  line-height: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  word-break: break-all;
}
.staff-list .s-item .right-wra .name .n-left span[data-v-ec2b0f92] {
  color: #e07b00;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.48rem;
}
.staff-list .s-item .right-wra .name .n-left .wx[data-v-ec2b0f92] {
  color: #07C160;
}
.staff-list .s-item .right-wra .name .n-right .has[data-v-ec2b0f92] {
  padding: 0.05333rem 0.21333rem;
  border-radius: 0.10667rem;
  background: #FEEAEB;
  color: #fb363f;
  font-size: 0.26667rem;
  font-style: normal;
  font-weight: 600;
}
.staff-list .s-item .right-wra .name .n-right .not[data-v-ec2b0f92] {
  padding: 0.05333rem 0.21333rem;
  flex-direction: column;
  border-radius: 0.10667rem;
  background: #E0FFEF;
  color: #19a55c;
  font-size: 0.26667rem;
  font-style: normal;
  font-weight: 600;
}
.staff-list .s-item .right-wra .tag-box[data-v-ec2b0f92] {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex: 1;
  overflow: hidden;
  margin-top: 0.10667rem;
}
.staff-list .s-item .right-wra .tag-box .tag-expand[data-v-ec2b0f92] {
  background: #F8F9FA;
  border-radius: 0.05333rem;
  opacity: 1;
  border: 1px solid #E6E8EB;
  padding: 0.04rem 0.08rem;
}
.staff-list .s-item .right-wra .tag-box .tags[data-v-ec2b0f92] {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-right: 0.10667rem;
}
.staff-list .s-item .right-wra .tag-box .tag-item[data-v-ec2b0f92] {
  background: #F2F7FF;
  border: 1px solid #E5E8FF;
  padding: 0 0.21333rem;
  height: 0.58667rem;
  line-height: 0.56rem;
  border-radius: 0.50667rem;
  margin: 0 0 0.10667rem 0.10667rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.staff-list .s-item .right-wra .time[data-v-ec2b0f92] {
  margin-top: 0.10667rem;
  color: #999999;
  font-size: 0.32rem;
  font-style: normal;
  font-weight: 400;
  line-height: 0.48rem;
}
.staff-list .s-item .right-wra .border[data-v-ec2b0f92] {
  width: 2px;
  height: 0.32rem;
  background: #D9D9D9;
  margin: 0 0.21333rem;
}
.staff-list .s-item[data-v-ec2b0f92]:first-child {
  margin-top: 0;
}

