


































































































































































































































/*------------私聊打标------------*/
.content {
  padding: 0;
}
.btnArea {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  height: 1.06667rem;
}
.edit {
  position: absolute;
  top: 0.8rem;
  right: 0.53333rem;
  font-size: 0.74667rem;
  width: 2.66667rem;
  height: 1.06667rem;
  border-radius: 0.21333rem;
  text-align: center;
  color: #1780f4;
  border: 0.02667rem solid #1780f4;
}
.nullTags {
  text-align: center;
  margin-top: 5.33333rem;
}

/* .allTagsArea { */
/* margin-top: 90px; */
/* } */
.typeTitle {
  margin-top: 0.8rem;
  margin-left: 0.53333rem;
  font-size: 0.74667rem;
  font-weight: 500;
}
.tagArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.26667rem 0.53333rem;
}
.tagItem {
  border: 0.02667rem solid #f2f2f2;
  border-radius: 0.8rem;
  display: inline-block;
  font-size: 0.74667rem;
  padding: 0 0.53333rem;
  width: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  height: 1.6rem;
  line-height: 1.6rem;
  text-align: center;
  background-color: #ededed;
  color: #101010;
  margin: 0.26667rem 0.53333rem 0.26667rem 0;
}

/*------------群聊打标------------*/
.people-content {
  padding: 1.33333rem 1.33333rem 4rem 1.33333rem;
}
.people-btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.06667rem;
}
.people-inputView {
  border: 0.02667rem solid #101010;
  height: 0.8rem;
  border-radius: 0.21333rem;
  width: 14.66667rem !important;
  font-size: 0.74667rem;
  padding: 0.26667rem;
  margin-right: 1.06667rem;
}
.people-search {
  font-size: 0.74667rem;
  width: 1.6rem;
  height: 1.06667rem;
  text-align: center;
  color: #101010;
}
.user-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 1.86667rem;
}
.checkbox {
  /* width: 28px;
  height: 28px; */
  margin-right: 0.8rem;
}
.showUserName {
  font-size: 0.74667rem;
}
.man {
  color: #2370f8;
}
.women {
  color: #eb7925;
}
.gender {
  margin-right: 0.53333rem;
}
.bottom-bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.66667rem;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1.06667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.confirm-btn {
  background-color: #fff;
  padding: 0.26667rem 1.06667rem;
  border: 0.02667rem solid #bdbdbd;
  border-radius: 0.21333rem;
  font-size: 0.74667rem;
}

