.m-shade {
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #848484;
}

.m-add-member {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 102;
  width: 740px;
  height: 622px;
  border-radius: 6px;
  background-color: #fff;
  transform: translate(-50%, -50%);
}

.head {
  margin-top: 50px;
  text-align: center;
}

.head img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

.infolist {
  width: 100%;
  margin-top: 36px;
}

.infolist p {
  height: 30px;
  margin: 0 80px;
  font-size: 14px;
  line-height: 30px;
  color: #464646;
}

.infolist hr {
  height: 1px;
  margin: 5px 70px;
  border: none;
  border-top: 1px solid #d1d1d1;
}

.m-add-member .createchat {
  width: 100%;
  margin-top: 22px;
}

.m-add-member .m-add-member .createchat a {
  display: block;
  width: 120px;
  height: 42px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background-color: #06acb6;
  cursor: pointer;
}

.m-add-member .m-add-main {
  width: 100%;
  height: 100%;
  font-family: "Microsoft YaHei UI";
  background-color: #fff;
}

.m-add-member .m-add-group {
  width: 654px;
  margin: 0 auto;
  padding-top: 36px;
  text-align: left;
}

.m-add-member .add-title {
  font-size: 18px;
  font-weight: bold;
  color: #010101;
}

.card {
  position: absolute;
  top: 20px;
  right: 26px;
  color: #898989;
  cursor: pointer;
}

.m-add-member .ginit {
  position: relative;
  padding-top: 20px;
}

.m-add-member .ginit .m-search {
  position: relative;
  height: 40px;
}

.m-add-member .ginit .m-search input {
  width: 100%;
  height: 40px;
  padding: 0 18px 0 30px;
  border: solid 1px #dce3f0;
  border-radius: 4px;
  font-size: 13px;
  color: #898989;
}

.m-add-member .ginit .m-search input:focus {
  border: solid 1px #ff8928;
  border-radius: 4px;
  outline: none;
}

.m-add-member .ginit .content {
  margin-top: 0;
  text-align: center;
}

.m-add-member .ginit .content img {
  width: 160px;
  height: 160px;
  margin-top: 100px;
}

.m-add-member .ginit .content p {
  margin-top: 26px;
  font-size: 20px;
  color: #d1d1d1;
  text-align: center;
}

.m-add-member .ginit p.select-title em {
  color: #5095ff;
}

.m-add-member .ginit p.select-title {
  padding-top: 25px;
  color: #898989;
}

.m-add-member .ginit .l-choiced {
  width: 100%;
  height: 300px;
  margin-top: 16px;
  text-align: center;
}

.m-add-member .u-button-save {
  display: inline-block;
  width: 170px;
  height: 42px;
  margin-top: 60px;
  border-radius: 3px;
  line-height: 42px;
  color: #fff;
  text-align: center;
  background-color: #ff8928;
  cursor: pointer;
}

/* 搜索结果列表 */
.m-add-member .search .i-close {
  position: absolute;
  top: -3px;
  right: 20px;
  font-size: 28px;
  color: #bbbbbc;
}

.m-add-member .m-list {
  position: absolute;
  top: 62px;
  z-index: 3;
  width: 100%;
  height: 434px;
  max-height: 432px;
  -moz-box-shadow: 5px 5px 10px #e7e8e8;
  -webkit-box-shadow: 5px 5px 10px #e7e8e8;
  box-shadow: 5px 5px 10px #e7e8e8;
  background-color: #fff;
}

.m-add-member .m-list ul li {
  position: relative;
  height: 72px;
  border: 1px solid #dce3f0;
  border-top: 0;
  background: #fff;
  cursor: pointer;
}

.m-add-member .m-list ul li:hover {
  background-color: #f5f6f6;
}

.m-add-member .m-list img {
  position: absolute;
  top: 16px;
  left: 18px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.l-info-staff,
.l-info-channel {
  height: 72px;
  margin-left: 76px;
  line-height: 72px;
}

.l-info-staff {
  padding-top: 17px;
  line-height: 20px;
}

.l-info-staff p strong,
.l-info-channel p strong {
  font-size: 14px;
  color: #010101;
}

.l-info-staff.added p strong,
.l-info-channel.added p strong {
  color: #a5a5a5;
}

.l-info-staff p,
.l-info-channel p {
  font-size: 12px;
  color: #a5a5a5;
}

.location {
  margin-right: 12px;
}

.isAdded {
  position: absolute;
  right: 20px;
  z-index: 3;
}

.no-result {
  position: absolute;
  z-index: 30;
  width: 100%;
  height: 100%;
  background: #fff;
}

.no-result img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 167px;
  height: 205px;
  margin-top: -83.5px;
  margin-left: -102.5px;
}

/* 成员列表 */
.m-add-member .l-choiced ul {
  margin: -22px -15px 0 -15px;
}

.m-add-member .l-choiced ul li {
  float: left;
  position: relative;
  width: 84px;
  height: 84px;
  margin: 22px 15px 0;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}

.m-add-member .l-choiced ul li img {
  overflow: hidden;
  width: 40px;
  height: 40px;
  margin-top: 10px;
  border-radius: 50%;
}

.m-add-member .l-choiced ul li p {
  overflow: hidden;
  width: 100%;
  height: 21px;
  font-size: 14px;
  color: #010101;
  text-align: center;
}

.m-add-member .l-choiced ul li:hover {
  border: 1px solid #ff8928;
}

.m-add-member .l-choiced ul li .btn-selected {
  opacity: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #d1d1d1;
  cursor: pointer;
}

.m-add-member .l-choiced ul li:hover .btn-selected {
  opacity: 1;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #d1d1d1;
  cursor: pointer;
}

.m-add-member .l-choiced ul li i.cell-add {
  display: block;
  margin: 22px auto;
  font-size: 32px;
  color: #d1d1d1;
}

.m-add-member .m-shade-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.m-add-member .n-show {
  display: block;
}

.m-add-member .n-hidden {
  display: none;
}

.m-search input {
  width: 100%;
}

/* added by wjc, for search */
.search-clear {
  position: absolute;
  right: 15px;
  line-height: 40px;
}

.hide {
  display: none;
}

.u-msg-system {
  /* height: 24px; */
  padding: 0 28px;
  font-size: 12px;
  line-height: 24px;
  color: #b0b0b0;
  text-align: center;
}

.forward-search {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 8px;
  font-size: 18px;
  line-height: 40px;
  color: #909090;
}

.star-one {
  display: inline-block;
  vertical-align: top;
}

.star-two {
  display: inline-block;
  overflow: hidden;
  max-width: 180px;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

.extenal {
  line-height: 38px;
}

.toConfirm {
  display: inline-block;
  padding: 2px;
  color: #4c92ff;
  cursor: pointer;
}

.toConfirm::before {
  content: "，";
}

.l-tip-info {
  display: block;
  height: 34px;
  padding-left: 18px;
  border: 1px solid #dce3f0;
  border-top: none;
  font-size: 13px;
  line-height: 34px;
  color: #a7a7a7;
}

.revert {
  display: inline-block;
  padding: 2px;
  color: #4c92ff;
  cursor: pointer;
}
