
.qrcode_box[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.top_title img[data-v-b1374d7e] {
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}
.top_title[data-v-b1374d7e] {
    text-align: center;
    margin-right: 30px;
}
.time_or_name[data-v-b1374d7e] {
    margin: 5px 0;
}
.demo-input-suffix[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
}
.people_item[data-v-b1374d7e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.people_item img[data-v-b1374d7e] {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    border-radius: 50%;
}
.people_item .name[data-v-b1374d7e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}


.button_box[data-v-ba546f82] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.detail_box[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1400px;
}
.detail_box .left[data-v-62f1ef6a] {
  width: 300px;
  margin-right: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.detail_box .right[data-v-62f1ef6a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.people_item[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}
.people_item[data-v-62f1ef6a]:hover {
  background-color: #f3f8ff;
}
.people_item:hover .toShowButton[data-v-62f1ef6a] {
  display: block;
}
.people_item[data-v-62f1ef6a]:last-child {
  margin-bottom: 0px;
}
.toShowButton[data-v-62f1ef6a] {
  display: none;
}
.people_item img[data-v-62f1ef6a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 20px;
}
.group_top[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #333;
  padding-bottom: 20px;
}
.group_list .name[data-v-62f1ef6a] {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.group_bottom[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 20px;
}
.group_bottom .item[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  background-color: #fff;
}
.group_bottom .item[data-v-62f1ef6a]:hover {
  background-color: #e6f7ff;
}
.group_bottom .item img[data-v-62f1ef6a] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.group_bottom .delete[data-v-62f1ef6a] {
  width: 10px;
  height: 10px;
}
.group_error[data-v-62f1ef6a] {
  color: #fa5555;
  visibility: hidden;
}
.group_bottom .item:hover .group_error[data-v-62f1ef6a] {
  visibility: visible;
}
.group-list .group-item[data-v-62f1ef6a] {
  margin-bottom: 30px;
  background-color: #f3f8ff;
}
.group-list .group-item .group-item-top[data-v-62f1ef6a] {
    background-color: #dfecff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 54px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 24px;
}
.group-list .group-item .group-item-top .lefts[data-v-62f1ef6a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
}
.group-list .group-item .group-item-top .tag[data-v-62f1ef6a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #eb0606;
      margin-right: 24px;
}
.group-list .group-item .group-item-top .row[data-v-62f1ef6a] {
      width: 10px;
      height: 10px;
      background-color: #eb0606;
      border-radius: 50%;
      margin-right: 4px;
}
.group-list .group-item .group-item-top .name[data-v-62f1ef6a] {
      font-weight: 600;
      min-width: 180px;
}
.group-list .group-item .group-item-top .worker[data-v-62f1ef6a] {
      color: #666666;
      margin-right: 48px;
}
.group-list .group-item .group-item-top .rigths[data-v-62f1ef6a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.group-list .group-item .group-item-bottom[data-v-62f1ef6a] {
    padding: 16px 20px;
}
.group-list .group-item .people-list[data-v-62f1ef6a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.group-list .group-item .people-item[data-v-62f1ef6a] {
    background-color: #fff;
    border-radius: 4px;
    width: 210px;
    height: 70px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 10px;
}
.group-list .group-item .people-item-head[data-v-62f1ef6a] {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 10px;
}
.group-list .group-item .people-item-head .people-item-row[data-v-62f1ef6a] {
      width: 15px;
      height: 15px;
      position: absolute;
      border-radius: 50%;
      top: -4px;
      right: -4px;
      cursor: pointer;
}
.group-list .group-item .people-item-head img[data-v-62f1ef6a] {
      width: 100%;
      height: 100%;
      border-radius: 50%;
}
.no-join-box[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 10px;
}
.attention-tip[data-v-62f1ef6a] {
  width: 600px;
  margin: 0 auto;
  padding: 16px;
  background-color: #ecf8ff;
  border-radius: 4px;
  border-left: 5px solid #50bfff;
  margin: 10px auto 50px;
}
.attention-tip-min[data-v-62f1ef6a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.attention-tip-min-right[data-v-62f1ef6a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
}
.attention-tip-min-right-head[data-v-62f1ef6a] {
  font-size: 16px;
  color: #333;
  font-weight: 600;
  margin-bottom: 10px;
}
.attention-tip-min-right-notic[data-v-62f1ef6a] {
  font-size: 14px;
  color: #5a6064;
  margin-bottom: 4px;
}
.up-file-box[data-v-62f1ef6a] {
  position: relative;
}
.up-file-box-btn[data-v-62f1ef6a] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

