.activity-item[data-v-97281f7c] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-97281f7c] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-97281f7c] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-97281f7c] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-97281f7c] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-97281f7c]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-97281f7c] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-97281f7c]:last-child {
  margin-bottom: 0px;
}

.activity-item[data-v-402152ef] {
  margin: 5px 0 15px 0;
  background: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-402152ef] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-402152ef] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-402152ef] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-402152ef] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-402152ef]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-402152ef] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-402152ef]:last-child {
  margin-bottom: 0px;
}
.activity-info-time[data-v-402152ef],
.activity-info-type[data-v-402152ef] {
  color: rgba(0, 0, 0, 0.4);
}
.activity-info-creator[data-v-402152ef],
.activity-info-type[data-v-402152ef] {
  margin-left: 5px;
}
.activity-item-claim[data-v-402152ef] {
  background-color: #fff8e4 !important;
}

.activity-item[data-v-39cc3c48] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-39cc3c48] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-39cc3c48] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-39cc3c48] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-39cc3c48] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-39cc3c48]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-39cc3c48] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-39cc3c48]:last-child {
  margin-bottom: 0px;
}

.chatrecord-page[data-v-1b292dd6] {
  background-color: #f5f5f5;
  min-height: 82vh;
}
.chatrecord-page .no-result-title[data-v-1b292dd6] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  text-align: center;
}
.chatrecord-page .has-result[data-v-1b292dd6] {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.chatrecord-item .chat-time[data-v-1b292dd6] {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  margin: 2px 2px;
}
.chatrecord-item .chat-body[data-v-1b292dd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chatrecord-item .chat-body .chat-user[data-v-1b292dd6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
}
.chatrecord-item .chat-body .chat-user .chat-avatar[data-v-1b292dd6] {
  padding: 10px 10px 5px 10px;
}
.chatrecord-item .chat-body .chat-user .chat-avatar img[data-v-1b292dd6] {
  width: 39px;
  height: 39px;
}
.chatrecord-item .chat-body .chat-user .chat-username[data-v-1b292dd6] {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: rgba(51, 51, 51, 0.6);
}
.chatrecord-item .chat-body .chat-content-box[data-v-1b292dd6] {
  min-width: 20px;
  min-height: 20px;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  background-color: #ffffff;
  margin: 10px 0 10px 10px;
}
.chatrecord-item .chat-body .chat-content-box .chat-content[data-v-1b292dd6] {
  font-size: 12px;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
}
.chatrecord-item .chatmsg-card[data-v-1b292dd6] {
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  background-color: white;
  border-color: #333333;
  text-align: left;
}
.chatrecord-item .chatmsg-card .chatmsg-card-displayname[data-v-1b292dd6] {
  font-size: 10px;
  color: #33333399;
}
.chatrecord-item .chatmsg-card .chatmsg-card-title[data-v-1b292dd6] {
  font-size: 11px;
  color: #333333ff;
}
.chatrecord-item .chatmsg-card .chatmsg-card-description[data-v-1b292dd6] {
  font-size: 10px;
  color: #333333aa;
}
.chatrecord-item .chat-image-autosize[data-v-1b292dd6] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.chatrecord-item .chat-image[data-v-1b292dd6] {
  width: 100px;
}
.chatrecord-item .chat-emotion[data-v-1b292dd6] {
  width: 32px;
  height: 32px;
}

.chatlist-page[data-v-1f1b7ae3] {
  background-color: #f5f5f5;
  padding: 5px 0px 60px 0px;
  min-height: 50vh;
  height: 100%;
}
.chatlist-page .no-result-title[data-v-1f1b7ae3] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  text-align: center;
}
.chatlist-page .has-result[data-v-1f1b7ae3] {
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.chatlist-page .chatlist-header[data-v-1f1b7ae3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
}
.chatlist-page .chatlist-header .chatlist-back[data-v-1f1b7ae3] {
  color: #2c90ff;
  margin-left: 10px;
  width: 50px;
}
.chatlist-page .chatlist-header .chatlist-title[data-v-1f1b7ae3] {
  font-size: 15px;
  color: #333333;
  text-align: center;
  width: 100%;
  margin-right: 50px;
}
.chat-log-item .chat-time[data-v-1f1b7ae3] {
  font-size: 12px;
  color: rgba(51, 51, 51, 0.6);
  text-align: center;
  margin: 2px 2px;
}
.chat-log-item .chat-body[data-v-1f1b7ae3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.chat-log-item .chat-body .chat-user[data-v-1f1b7ae3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 60px;
}
.chat-log-item .chat-body .chat-user .chat-avatar[data-v-1f1b7ae3] {
  padding: 10px 10px 5px 10px;
}
.chat-log-item .chat-body .chat-user .chat-avatar img[data-v-1f1b7ae3] {
  width: 39px;
  height: 39px;
}
.chat-log-item .chat-body .chat-user .chat-username[data-v-1f1b7ae3] {
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: rgba(51, 51, 51, 0.6);
}
.chat-log-item .chat-body .chat-content-box[data-v-1f1b7ae3] {
  min-width: 20px;
  min-height: 20px;
  padding: 5px 8px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}
.chat-log-item .chat-body .chat-content-box .chat-content[data-v-1f1b7ae3] {
  font-size: 12px;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
}
.chat-log-item .chat-body-left[data-v-1f1b7ae3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  justify-items: auto;
}
.chat-log-item .chat-body-left .chat-content-box[data-v-1f1b7ae3] {
  background-color: #ffffff;
  margin: 10px 0 10px 10px;
}
.chat-log-item .chat-body-left .chat-content-box[data-v-1f1b7ae3]:after {
  content: '';
  border: 6px solid #ffffff00;
  border-right: 6px solid #fff;
  position: absolute;
  top: 6px;
  left: -12px;
}
.chat-log-item .chat-body-right[data-v-1f1b7ae3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  justify-items: right;
}
.chat-log-item .chat-body-right .chat-content-box[data-v-1f1b7ae3] {
  background-color: #9eea6a;
  margin: 10px 10px 10px 0px;
}
.chat-log-item .chat-body-right .chat-content-box[data-v-1f1b7ae3]::before {
  content: '';
  border: 6px solid #ffffff00;
  border-left: 6px solid #9eea6a;
  position: absolute;
  top: 6px;
  right: -12px;
}
.chat-log-item .chatmsg-card[data-v-1f1b7ae3] {
  padding: 5px 8px;
  display: inline-block;
  position: relative;
  background-color: white;
  border-color: #333333;
  min-width: 100px;
  text-align: left;
}
.chat-log-item .chatmsg-card .chatmsg-card-displayname[data-v-1f1b7ae3] {
  font-size: 10px;
  color: #33333399;
}
.chat-log-item .chatmsg-card .chatmsg-card-title[data-v-1f1b7ae3] {
  font-size: 11px;
  color: #333333ff;
}
.chat-log-item .chatmsg-card .chatmsg-card-description[data-v-1f1b7ae3] {
  font-size: 10px;
  color: #333333aa;
}
.chat-log-item .chat-image-autosize[data-v-1f1b7ae3] {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.chat-log-item .chat-image[data-v-1f1b7ae3] {
  width: 100px;
}
.chat-log-item .chat-emotion[data-v-1f1b7ae3] {
  width: 32px;
  height: 32px;
}
.refresh-chat[data-v-1f1b7ae3] {
  border: 0;
  color: #2c90ff;
  background-color: #f5f5f5;
}

.activity-item[data-v-54f3abbc] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-54f3abbc] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-54f3abbc] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-title-type[data-v-54f3abbc] {
  color: rgba(0, 0, 0, 0.4);
  margin-left: 5px;
}
.activity-item-field[data-v-54f3abbc] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
  word-break: break-all;
  word-wrap: break-word;
}
.activity-item-field span[data-v-54f3abbc] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-54f3abbc]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-54f3abbc] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-54f3abbc]:last-child {
  margin-bottom: 0px;
}
.activity-item-follow[data-v-54f3abbc] {
  background-color: #fff8e4 !important;
}
.btn-view-more[data-v-54f3abbc] {
  color: #2c90ff;
  width: 100px;
}

.activity-item[data-v-510d722a] {
  margin: 5px 0 15px 0;
  background: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-510d722a] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-510d722a] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-510d722a] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-510d722a] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-510d722a]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-510d722a] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-510d722a]:last-child {
  margin-bottom: 0px;
}
.activity-info-time[data-v-510d722a],
.activity-info-type[data-v-510d722a] {
  color: rgba(0, 0, 0, 0.4);
}
.activity-info-creator[data-v-510d722a],
.activity-info-type[data-v-510d722a] {
  margin-left: 5px;
}

.activity-item[data-v-1d9da700] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-1d9da700] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-1d9da700] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-1d9da700] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-1d9da700] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-1d9da700]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-1d9da700] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-1d9da700]:last-child {
  margin-bottom: 0px;
}

.activity-item[data-v-19643ce8] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-19643ce8] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-19643ce8] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-19643ce8] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-19643ce8] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-19643ce8]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-19643ce8] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-19643ce8]:last-child {
  margin-bottom: 0px;
}
.activity-item-follow[data-v-19643ce8] {
  background-color: #fff8e4 !important;
}

.activity-item[data-v-36adaf01] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-36adaf01] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-36adaf01] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-36adaf01] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-36adaf01] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-36adaf01]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-36adaf01] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-36adaf01]:last-child {
  margin-bottom: 0px;
}

.activity-list .activity-items[data-v-f4c67e10] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.activity-item-field[data-v-f4c67e10] {
  word-wrap: break-word;
  word-break: break-all;
}
.activity-item[data-v-f4c67e10] {
  margin: 5px 0 15px 0;
  background: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-f4c67e10] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-f4c67e10] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-f4c67e10] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-f4c67e10] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-f4c67e10]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-f4c67e10] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-f4c67e10]:last-child {
  margin-bottom: 0px;
}
.activity-info-time[data-v-f4c67e10],
.activity-info-type[data-v-f4c67e10] {
  color: rgba(0, 0, 0, 0.4);
}
.activity-info-creator[data-v-f4c67e10],
.activity-info-type[data-v-f4c67e10] {
  margin-left: 5px;
}
.activity-item-claim[data-v-f4c67e10] {
  width: 93%;
  background-color: #fff8e4 !important;
}
.tag[data-v-f4c67e10] {
  background: red;
  color: white;
  position: absolute;
  right: 10px;
  top: 2px;
  padding: 4px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 5px;
}

.activity-item[data-v-28a57565] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-28a57565] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-28a57565] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-28a57565] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-28a57565] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-28a57565]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-28a57565] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-28a57565]:last-child {
  margin-bottom: 0px;
}

.activity-item[data-v-34ae30e9] {
  margin: 5px 0 15px 0;
  background-color: #e5f7ff;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
}
.activity-item-title[data-v-34ae30e9] {
  color: rgba(0, 0, 0, 0.6);
}
.activity-item-title-time[data-v-34ae30e9] {
  color: rgba(0, 0, 0, 0.4);
  margin-right: 4px;
}
.activity-item-field[data-v-34ae30e9] {
  color: rgba(0, 0, 0, 0.6);
  margin: 5px 0 0px 0;
}
.activity-item-field span[data-v-34ae30e9] {
  color: rgba(0, 0, 0, 0.9);
}
.activity-item[data-v-34ae30e9]:last-child {
  margin-bottom: 10px;
}
.activity-item .follow-item[data-v-34ae30e9] {
  margin: 5px 0 0px 0 !important;
}
.activity-item .follow-item[data-v-34ae30e9]:last-child {
  margin-bottom: 0px;
}
.activity-item-follow[data-v-34ae30e9] {
  background-color: FFF8E4;
}

.activity-list[data-v-3eb3a8f4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.activity-list .activity-items[data-v-3eb3a8f4] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}
.activity-list .activity-items div[data-v-3eb3a8f4] {
  width: 100%;
}
.activity-list[data-v-3eb3a8f4]::before {
  content: ' ';
  width: 0px;
  display: block;
  margin: 0 10px;
  border: 0px;
  border-right: 1px solid #dddddd;
}

.van-tag[data-v-bb7ceecc] {
  margin: 5px 8px 5px 0px;
}
.label_div[data-v-bb7ceecc] {
  background-color: #486bf8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}
.label_show[data-v-bb7ceecc] {
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
}
.marked[data-v-bb7ceecc] {
  background-color: #486bf8;
  color: #ffffff;
  border: none;
  height: 24px;
  border-radius: 5px;
  margin: 5px 10px 5px 10px;
}
.unmarked[data-v-bb7ceecc] {
  background-color: #eaeeff;
  color: #486bf8;
  border: none;
  height: 24px;
  border-radius: 5px;
  margin: 5px 10px 5px 10px;
}
.disselect[data-v-bb7ceecc] {
  background-color: rgba(19, 1, 1, 0.082);
  color: rgba(16, 16, 16, 0.3);
}
.setTag[data-v-bb7ceecc] {
  background-color: #eaeeff;
  color: #486bf8;
  border: none;
  height: 24px;
  border-radius: 5px;
  margin: 5px 10px 5px 10px;
  width: 90px;
}
.setTag2[data-v-bb7ceecc] {
  color: #486bf8;
  font-size: 14px;
}
.label-box[data-v-bb7ceecc] {
  width: 100%;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.label-box .label-btn[data-v-bb7ceecc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.label-box .label-btn > a[data-v-bb7ceecc] {
  color: #1890ff;
}
.popup-header[data-v-bb7ceecc] {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}
.popup-header .p-h-left[data-v-bb7ceecc] {
  font-size: 14px;
  color: #646566;
  cursor: pointer;
}
.popup-header .p-h-middle[data-v-bb7ceecc] {
  font-size: 16px;
}
.popup-header .p-h-right[data-v-bb7ceecc] {
  font-size: 14px;
  color: #576b95;
  cursor: pointer;
}
.popup-label-box[data-v-bb7ceecc] {
  width: calc(100% - 20px);
  height: calc(100% - 65px);
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow-y: scroll;
}
.popup-label-box .popup-label-box-item[data-v-bb7ceecc] {
  width: 100%;
  margin-bottom: 16px;
}
.popup-label-box .popup-label-box-item .dividers[data-v-bb7ceecc] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
  font-size: 16px;
  letter-spacing: 0.27000019px;
  font-family: PingFangSC-Semibold;
  font-weight: 600;
}
.popup-label-box .popup-label-box-item .dividers .divider[data-v-bb7ceecc] {
  width: 3px;
  background: #1890ff;
  height: 18px;
  margin-right: 8px;
}
.popup-label-box .popup-label-box-item .form[data-v-bb7ceecc] {
  width: 100%;
}
.popup-label-box .popup-label-box-item .form .form-item[data-v-bb7ceecc] {
  width: 100%;
  margin-bottom: 10px;
}
.popup-label-box .popup-label-box-item .form .form-item .f-i-title[data-v-bb7ceecc] {
  width: 100%;
  margin-bottom: 6px;
}
.popup-label-box .popup-label-box-item .form .form-item .f-i-content[data-v-bb7ceecc] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup-label-box .popup-label-box-item .form .form-item .f-i-content .tagSelected[data-v-bb7ceecc] {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  border-right: 7px solid;
  border-bottom: 7px solid;
  border-radius: 0 0px 4px 0;
}
.popup-label-box .popup-label-box-item .form .form-item .f-i-content .mbLabelCheckIcon[data-v-bb7ceecc] {
  position: absolute;
  right: -6px;
  bottom: -8px;
  font-size: 10px;
  -webkit-transform: rotate(356deg);
          transform: rotate(356deg);
}
.popup-label-box .popup-label-box-item .form .form-item .f-i-content .myLabelDisabledClick[data-v-bb7ceecc] {
  opacity: 0.6;
  cursor: not-allowed !important;
}

