.draw-business .el-drawer__header {
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.draw-business .el-drawer__body {
  height: calc(100% - 105px);
  position: relative;
}
.draw-business .content[data-v-8754b658] {
  overflow-y: auto;
}
.draw-business .content header[data-v-8754b658] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
}
.draw-business .content header img[data-v-8754b658] {
  width: 60px;
  height: 60px;
}
.draw-business .content header .info[data-v-8754b658] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  font-size: 14px;
  color: #666;
  position: relative;
}
.draw-business .content header .info h1[data-v-8754b658] {
  font-weight: normal;
  margin-bottom: 5px;
}
.draw-business .content header .info p[data-v-8754b658] {
  font-size: 13px;
  margin: 5px 0 !important;
}
.draw-business .content header .icon-make[data-v-8754b658] {
  position: absolute;
  right: 0;
  top: 10px;
  color: #2a97f9;
  font-size: 22px;
  cursor: pointer;
}
.lead-name-input[data-v-8754b658] {
  border: none;
  width: 100px;
  border-bottom: 1px solid rgb(221, 221, 221);
  font-size: 14px;
  height: 27px;
  margin-right: 10px;
}
.info-row[data-v-8754b658] {
  font-size: 14px;
  padding: 10px;
  color: #666;
}
.uploader[data-v-8754b658] {
  border: 1px dashed #d9d9d9;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}
.uploader .uploader-icon[data-v-8754b658] {
  font-size: 14px;
  color: #8c939d;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.tag-text-display[data-v-04898f82] {
  width: 100%;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
}
.tag-text-display__reference[data-v-04898f82],
.tag-text-display__popover[data-v-04898f82] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 0;
}
.tag-text-display__reference[data-v-04898f82] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: hidden;
}
.tag-text-display__popover[data-v-04898f82] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
}
.tag-text-display__tag[data-v-04898f82] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  max-width: 100%;
  min-width: 0;
  margin: 2px 4px 2px 0;
  vertical-align: middle;
}
.tag-text-display__text[data-v-04898f82] {
  display: block;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tag-text-display__more[data-v-04898f82] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
