.user_container[data-v-760c1f87] {
  overflow: hidden;
}
.user_card[data-v-760c1f87] {
  padding: 20px;
  border-radius: 8px;
  background: #FBFCFC;
  border: 1px solid #D8D8D8;
  float: left;
  margin-right: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
  position: relative;
}
.user_card .card_mask[data-v-760c1f87] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.user_card .card_mask .operate_con[data-v-760c1f87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.user_card .card_mask .operate_con .btn[data-v-760c1f87] {
  width: 77.77px;
  height: 29.24px;
  background: rgba(0, 0, 0, 0.37);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  color: #fff;
  margin-right: 12px;
}
.user_card .blogImg[data-v-760c1f87] {
  width: 61px;
  height: 64px;
  border-radius: 50%;
  margin-left: 40px;
}
.user_card .info_detail[data-v-760c1f87] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.user_card .info_detail .nick[data-v-760c1f87] {
  color: #0C1916;
  font-weight: 600;
  font-size: 16px;
  width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user_card .info_detail .info_bottom[data-v-760c1f87] {
  margin-top: 16px;
}
.user_card .info_detail .sex[data-v-760c1f87] {
  width: 19px;
  height: 19px;
  margin-top: -4px;
  margin-right: 10px;
}
.user_card:hover .card_mask[data-v-760c1f87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.personNum[data-v-760c1f87] {
  font-size: 15px;
  font-weight: bold;
}
.personNum span[data-v-760c1f87] {
  font-size: 20px;
}
.shops[data-v-760c1f87] {
  color: #999;
  line-height: 40px;
}
.btns[data-v-760c1f87] {
  float: right;
  margin-right: 20px;
}
.tabMiddleContext[data-v-760c1f87] {
  background: #fff;
  padding: 30px 40px 40px;
}
.operateSpan[data-v-760c1f87] {
  margin-right: 5px;
  margin-left: 5px;
}
