.status-view[data-v-b36fb17c] {
  display: inline-block;
  width: 53px;
  height: 22px;
}
.status-view .status-btn[data-v-b36fb17c] {
    height: 22px;
    border-radius: 12px;
    font-size: 0;
}
.status-view .status-btn.confirm[data-v-b36fb17c] {
      background-color: #fe7c2a;
}
.status-view .status-btn.confirm .text[data-v-b36fb17c] {
        color: #ffffff;
}
.status-view .status-btn.valid[data-v-b36fb17c] {
      background-color: #00ca5c;
}
.status-view .status-btn.valid .text[data-v-b36fb17c] {
        color: #ffffff;
}
.status-view .status-btn.invalid[data-v-b36fb17c] {
      background-color: #c8cad3;
}
.status-view .status-btn.invalid .text[data-v-b36fb17c] {
        color: #ffffff;
}
.status-view .status-btn.invalid .huIcon[data-v-b36fb17c] {
        font-size: 13px;
}
.status-view .text[data-v-b36fb17c] {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.setting-view[data-v-58059b06] {
  color: #101739;
}
.tab-view[data-v-58059b06] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 20px;
}
.tab-view .tab-list[data-v-58059b06] {
    height: 58px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px;
    color: #101739;
    font-weight: 500;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}
.tab-view .tab-list[data-v-58059b06]:hover {
      color: #0d5aff;
}
.tab-view .select-tab[data-v-58059b06] {
    color: #0d5aff;
    border-bottom: 2px solid #0d5aff;
}
.content-view[data-v-58059b06] {
  padding: 20px 26px 20px 20px;
  height: calc(100vh - 58px);
  overflow: auto;
}
.content-view .content-table[data-v-58059b06] {
    width: 100%;
    border-radius: 4px;
    border: 1px solid #e7e7eb;
    border-bottom: 0 none;
    overflow: hidden;
}
.content-view .content-table .table-title[data-v-58059b06] {
      height: 45px;
      background: #f7f8fa;
      border-bottom: 1px solid #e7e7eb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.content-view .content-table .table-title .th-first[data-v-58059b06],
      .content-view .content-table .table-title .th-second[data-v-58059b06],
      .content-view .content-table .table-title .th-third[data-v-58059b06] {
        height: 45px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #101739;
        font-weight: 500;
}
.content-view .content-table .content-list[data-v-58059b06] {
      border-bottom: 1px solid #e7e7eb;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.content-view .content-table .content-list .row-first[data-v-58059b06] {
        padding-top: 18px;
        padding-bottom: 18px;
        background: #f7f8fa;
}
.content-view .content-table .content-list .row-second[data-v-58059b06] {
        padding-top: 18px;
        padding-bottom: 18px;
}
.content-view .content-table .content-list .btn-row[data-v-58059b06] {
        width: 656px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 18px 12px 4px 20px;
}
.content-view .content-table .content-list .btn-row .btn-list[data-v-58059b06] {
          width: 156px;
          margin-bottom: 12px;
}
.content-view .content-table .th-first[data-v-58059b06] {
      min-width: 158px;
      width: 158px;
      border-right: 1px solid #e7e7eb;
      padding-left: 20px;
      color: #101739;
      font-weight: 500;
}
.content-view .content-table .th-second[data-v-58059b06] {
      min-width: 158px;
      width: 158px;
      border-right: 1px solid #e7e7eb;
      padding-left: 20px;
}
.content-view .content-table .th-third[data-v-58059b06] {
      width: 649px;
      padding-left: 19px;
}
.content-view .content-table .border-bottom-style[data-v-58059b06] {
      border-bottom: 1px solid #e7e7eb;
}
.content-view .checkbox-style[data-v-58059b06] {
    margin-right: 8px;
    vertical-align: middle;
    cursor: pointer;
}
.content-view .text-style[data-v-58059b06] {
    display: inline-block;
    line-height: 14px;
    font-size: 12px;
}
.content-view .row_style[data-v-58059b06] {
    width: 807px;
}
.content-view .row-style[data-v-58059b06] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 814px;
}
.click-area--view[data-v-58059b06] {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}
.is-checked--title[data-v-58059b06] {
  color: #0d5aff;
}

.dz-dropdown-add[data-v-5a6e90a0] {
  margin-right: 8px;
  padding-bottom: 5px;
}
.dz-dropdown-add .dz-add[data-v-5a6e90a0] {
    width: 85px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    position: relative;
}
.dz-dropdown-add .dz-add .add-btn[data-v-5a6e90a0] {
      width: 52px;
      height: 32px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      font-size: 14px;
      color: #ffffff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      background: #0d5aff;
}
.dz-dropdown-add .dz-add .no-import[data-v-5a6e90a0] {
      border-radius: 4px;
      width: 85px;
      border-right: 0 none;
}
.dz-dropdown-add .dz-add .down-icon[data-v-5a6e90a0] {
      width: 33px;
      height: 32px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background: #0d5aff;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
}
.dz-dropdown-add .dz-add .down-icon .iconxiala1[data-v-5a6e90a0] {
        color: #ffffff;
}
.dz-dropdown-add .dz-add .shadow-view[data-v-5a6e90a0] {
      width: 33px;
      height: 32px;
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.14);
}
.dz-dropdown-add .dz-add .shadow-view[data-v-5a6e90a0]:hover {
        display: block;
}
.dz-dropdown-add .dz-add .shadow-view:hover ~ .dz-export[data-v-5a6e90a0] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.dz-dropdown-add .dz-add .dz-export[data-v-5a6e90a0] {
      width: 83px;
      height: 44px;
      display: none;
      background: #ffffff;
      -webkit-box-shadow: 0px 2px 6px 0px #e7e8ec;
              box-shadow: 0px 2px 6px 0px #e7e8ec;
      border-radius: 4px;
      font-size: 14px;
      color: #101739;
      position: absolute;
      top: 32px;
      left: 2px;
      z-index: 999;
}
.dz-dropdown-add .dz-add .dz-export[data-v-5a6e90a0]:hover {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.dz-dropdown-add .dz-add .down-icon:hover ~ .shadow-view[data-v-5a6e90a0] {
      display: block;
}
.dz-dropdown-add .dz-add .down-icon:hover ~ .dz-export[data-v-5a6e90a0] {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
}

.form-import[data-v-7dfff279] {
  height: calc(100vh - 100px);
  color: #72767b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  margin-bottom: 30px;
}
.tips[data-v-7dfff279] {
  font-size: 14px;
  color: #606266;
  margin-top: 10px;
}
.record-title[data-v-7dfff279] {
  line-height: 40px;
  font-weight: bold;
  color: #101739;
}
.title[data-v-7dfff279] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
}
.title .title-text[data-v-7dfff279] {
    font-size: 16px;
    font-weight: 500;
    color: #101739;
}
.line-view[data-v-7dfff279] {
  height: 10px;
  width: 100%;
  background: #f7f8fa;
}
.import-view[data-v-7dfff279] {
  padding: 24px 20px !important;
}
.repeat-import[data-v-7dfff279] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  color: #444b6c;
}
.repeat-import .tip[data-v-7dfff279] {
    margin-right: 8px;
}
.dialog-title-text[data-v-7dfff279] {
  font-size: 16px;
  color: #101739;
}
.dialog-title-tips[data-v-7dfff279] {
  font-size: 12px;
  color: #606266;
}
.import-header--card[data-v-7dfff279] {
  margin: 0 22px;
  padding: 16px;
  background: linear-gradient(179deg, #eaf3ff 0%, #f5f9ff 100%);
  border-radius: 6px;
}
.import-header--card .card--view[data-v-7dfff279] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.import-header--card .card--view .card-list[data-v-7dfff279] {
      width: 376px;
      height: 78px;
      background: #ffffff;
      border-radius: 6px;
      margin-right: 16px;
      padding: 16px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content[data-v-7dfff279] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content .card-list--icon[data-v-7dfff279] {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 90, 255, 0.3)), to(rgba(222, 239, 255, 0.3)));
          background: linear-gradient(180deg, rgba(13, 90, 255, 0.3) 0%, rgba(222, 239, 255, 0.3));
          text-align: center;
          line-height: 20px;
          font-size: 12px;
          color: #0d5aff;
          margin-right: 6px;
          font-weight: 600;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content .card-text[data-v-7dfff279] {
          font-weight: 500;
          color: #101739;
          line-height: 20px;
}
.import-header--card .card--view .card-list .card-list--text .card-text--tips[data-v-7dfff279] {
        margin-left: 26px;
        margin-top: 8px;
        font-size: 12px;
        color: #444b6c;
}
.import-header--card .card--view .card-list .down-load--btn[data-v-7dfff279] {
        width: 88px;
        height: 32px;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #0d5aff;
        color: #0d5aff;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
}
.result-view[data-v-7dfff279] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fail-number[data-v-7dfff279] {
  color: #f2333a;
}
.down-load--fail[data-v-7dfff279] {
  margin-left: 4px;
  line-height: 16px;
  display: none;
}
.hover-row .down-load--fail[data-v-7dfff279] {
  display: block;
}
[data-v-7dfff279] .el-upload-list--text {
  display: none;
}
.dialog-view[data-v-7dfff279] .el-dialog__body {
  padding: 70px 24px 24px 40px;
}
.upload-tips--view[data-v-7dfff279] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #101739;
}
.upload-tips--view .upload-tips--text[data-v-7dfff279] {
    margin-right: 16px;
}
.upload-tips--view[data-v-7dfff279] .el-radio-group {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.upload-tips--view[data-v-7dfff279] .el-radio-group .el-radio {
      line-height: 17px;
}
.upload-content--view[data-v-7dfff279] {
  margin-top: 24px;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger {
    width: 632px;
    height: 140px;
    background: #f7f8fa;
    border-radius: 4px;
    border: 1px dashed #e7e8ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 34px 0 24px 0;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger .iconshengji {
      font-size: 20px;
      color: #a2a5b5;
      margin-bottom: 24px;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger .el-upload__text {
      color: #101739;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger .el-upload__text .click-upload--text {
        color: #0d5aff;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger .upload-tips--text {
      color: #a2a5b5;
      font-size: 12px;
}
.upload-content--view[data-v-7dfff279] .el-upload-dragger:hover {
      background: #f1f7ff;
}
.upload-content--view[data-v-7dfff279] .is-dragover {
    background: #f1f7ff;
}
.upload-content--view .upload-content--null[data-v-7dfff279] {
    height: 122px;
    padding-top: 8px;
}
.upload-content--view .upload-content--null .file-content--view[data-v-7dfff279] {
      height: 32px;
      width: 600px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #f7f8fa;
      padding: 0 9px 0 12px;
      color: #444b6c;
}
.upload-content--view .upload-content--null .file-content--view .iconshanchu1[data-v-7dfff279] {
        font-size: 14px;
        color: #aeb0be;
        cursor: pointer;
}
.upload-content--view .upload-content--null .file-content--view .iconshanchu1[data-v-7dfff279]:hover {
          color: #f2333a;
}
.upload-btn--view[data-v-7dfff279] {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.form-import[data-v-3ba3cc97] {
  height: calc(100vh - 100px);
  color: #72767b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
  margin-bottom: 30px;
}
.tips[data-v-3ba3cc97] {
  font-size: 14px;
  color: #606266;
  margin-top: 10px;
}
.record-title[data-v-3ba3cc97] {
  line-height: 40px;
  font-weight: bold;
  color: #101739;
}
.title[data-v-3ba3cc97] {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  white-space: nowrap;
  overflow: hidden;
}
.title .title-text[data-v-3ba3cc97] {
    font-size: 16px;
    font-weight: 500;
    color: #101739;
}
.line-view[data-v-3ba3cc97] {
  height: 10px;
  width: 100%;
  background: #f7f8fa;
}
.import-view[data-v-3ba3cc97] {
  padding: 24px 20px !important;
}
.repeat-import[data-v-3ba3cc97] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 16px;
  color: #444b6c;
}
.repeat-import .tip[data-v-3ba3cc97] {
    margin-right: 8px;
}
.dialog-title-text[data-v-3ba3cc97] {
  font-size: 16px;
  color: #101739;
}
.dialog-title-tips[data-v-3ba3cc97] {
  font-size: 12px;
  color: #606266;
}
.import-header--card[data-v-3ba3cc97] {
  margin: 0 22px;
  padding: 16px;
  background: linear-gradient(179deg, #eaf3ff 0%, #f5f9ff 100%);
  border-radius: 6px;
}
.import-header--card .card--view[data-v-3ba3cc97] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.import-header--card .card--view .card-list[data-v-3ba3cc97] {
      width: 376px;
      height: 78px;
      background: #ffffff;
      border-radius: 6px;
      margin-right: 16px;
      padding: 16px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content[data-v-3ba3cc97] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content .card-list--icon[data-v-3ba3cc97] {
          width: 20px;
          height: 20px;
          border-radius: 50%;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 90, 255, 0.3)), to(rgba(222, 239, 255, 0.3)));
          background: linear-gradient(180deg, rgba(13, 90, 255, 0.3) 0%, rgba(222, 239, 255, 0.3));
          text-align: center;
          line-height: 20px;
          font-size: 12px;
          color: #0d5aff;
          margin-right: 6px;
          font-weight: 600;
}
.import-header--card .card--view .card-list .card-list--text .card-list--content .card-text[data-v-3ba3cc97] {
          font-weight: 500;
          color: #101739;
          line-height: 20px;
}
.import-header--card .card--view .card-list .card-list--text .card-text--tips[data-v-3ba3cc97] {
        margin-left: 26px;
        margin-top: 8px;
        font-size: 12px;
        color: #444b6c;
}
.import-header--card .card--view .card-list .down-load--btn[data-v-3ba3cc97] {
        width: 88px;
        height: 32px;
        background: #ffffff;
        border-radius: 4px;
        border: 1px solid #0d5aff;
        color: #0d5aff;
        text-align: center;
        line-height: 32px;
        cursor: pointer;
}
.result-view[data-v-3ba3cc97] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fail-number[data-v-3ba3cc97] {
  color: #f2333a;
}
.down-load--fail[data-v-3ba3cc97] {
  margin-left: 4px;
  line-height: 16px;
  display: none;
}
.hover-row .down-load--fail[data-v-3ba3cc97] {
  display: block;
}
[data-v-3ba3cc97] .el-upload-list--text {
  display: none;
}
.dialog-view[data-v-3ba3cc97] .el-dialog__body {
  padding: 70px 24px 24px 40px;
}
.upload-tips--view[data-v-3ba3cc97] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #101739;
}
.upload-tips--view .upload-tips--text[data-v-3ba3cc97] {
    margin-right: 16px;
}
.upload-tips--view[data-v-3ba3cc97] .el-radio-group {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.upload-tips--view[data-v-3ba3cc97] .el-radio-group .el-radio {
      line-height: 17px;
}
.upload-content--view[data-v-3ba3cc97] {
  margin-top: 24px;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger {
    width: 632px;
    height: 140px;
    background: #f7f8fa;
    border-radius: 4px;
    border: 1px dashed #e7e8ec;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 34px 0 24px 0;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger .iconshengji {
      font-size: 20px;
      color: #a2a5b5;
      margin-bottom: 24px;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger .el-upload__text {
      color: #101739;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger .el-upload__text .click-upload--text {
        color: #0d5aff;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger .upload-tips--text {
      color: #a2a5b5;
      font-size: 12px;
}
.upload-content--view[data-v-3ba3cc97] .el-upload-dragger:hover {
      background: #f1f7ff;
}
.upload-content--view[data-v-3ba3cc97] .is-dragover {
    background: #f1f7ff;
}
.upload-content--view .upload-content--null[data-v-3ba3cc97] {
    height: 122px;
    padding-top: 8px;
}
.upload-content--view .upload-content--null .file-content--view[data-v-3ba3cc97] {
      height: 32px;
      width: 600px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #f7f8fa;
      padding: 0 9px 0 12px;
      color: #444b6c;
}
.upload-content--view .upload-content--null .file-content--view .iconshanchu1[data-v-3ba3cc97] {
        font-size: 14px;
        color: #aeb0be;
        cursor: pointer;
}
.upload-content--view .upload-content--null .file-content--view .iconshanchu1[data-v-3ba3cc97]:hover {
          color: #f2333a;
}
.upload-btn--view[data-v-3ba3cc97] {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.el-icon-loading[data-v-3ba3cc97] {
  margin-left: 4px;
}
.upload-content--view .upload-content--null .file-content--view[data-v-3ba3cc97] {
  width: 100%;
}
.upload-content--view .upload-content--null .file-content--view:hover .iconshanchu1[data-v-3ba3cc97] {
    color: #101739;
}
.upload-content--view .upload-content--null .file-content--view:hover .iconshanchu1[data-v-3ba3cc97]:hover {
      color: #f2333a;
}

.pool-tab-view[data-v-766144f7] {
  margin: 0 20px 16px 20px;
}
.pool-tab-view .icon-view[data-v-766144f7] {
    height: 53px;
    line-height: 53px;
    position: relative;
    cursor: pointer;
}
.pool-tab-view .icon-view i[data-v-766144f7] {
      color: #101739;
      font-weight: 600;
}
.pool-tab-view .icon-view i[data-v-766144f7]:hover {
        color: #0d5aff;
}
.pool-tab-view .icon-view .el-icon-arrow-left[data-v-766144f7] {
      margin-right: 10px;
}
.pool-tab-view .icon-view .el-icon-arrow-right[data-v-766144f7] {
      margin-left: 10px;
      margin-right: 18px;
}
.pool-tab-view .icon-view .no-click[data-v-766144f7] {
      cursor: no-drop;
      color: #a2a5b5;
}
.pool-tab-view .icon-view .no-click[data-v-766144f7]:hover {
        color: #a2a5b5;
}
.pool-tab-view .icon-view .popover-view[data-v-766144f7] {
      z-index: 99;
      background: #ffffff;
      -webkit-box-shadow: 0px 2px 6px 0px #e7e8ec;
              box-shadow: 0px 2px 6px 0px #e7e8ec;
      border-radius: 4px;
      font-size: 14px;
      line-height: 14px;
      color: #101739;
      position: absolute;
      max-height: 200px;
      overflow: auto;
      padding: 8px 0;
      top: 45px;
}
.pool-tab-view .icon-view .popover-view .popover-list--view[data-v-766144f7] {
        min-width: 150px;
        max-width: 250px;
        padding: 8px 16px;
        color: #101739;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.pool-tab-view .icon-view .popover-view .popover-list--view[data-v-766144f7]:hover {
          background: #f5f7fa;
}
.pool-tab-view .icon-view .left-content[data-v-766144f7] {
      left: -15px;
}
.pool-tab-view .icon-view .right-content[data-v-766144f7] {
      right: 0;
}
.pool-tab-view .pool-view-content[data-v-766144f7] {
    height: 53px;
    line-height: 53px;
    border-bottom: 1px solid #e4e7ed;
    display: -webkit-box;
    overflow-x: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.pool-tab-view .pool-view-content .pool-list[data-v-766144f7] {
      margin-right: 40px;
      cursor: pointer;
      height: 53px;
      line-height: 53px;
}
.pool-tab-view .pool-view-content .pool-list[data-v-766144f7]:last-child {
        margin-right: 0;
}
.pool-tab-view .pool-view-content .pool-list[data-v-766144f7]:hover {
        color: #0d5aff;
}
.pool-tab-view .pool-view-content .active-list[data-v-766144f7] {
      border-bottom: 3px solid #0d5aff;
      color: #0d5aff;
      font-weight: 500;
}
.pool-tab-view .pool-view-content[data-v-766144f7]::-webkit-scrollbar {
      display: none;
}
.pool-tab-view .to-setting-btn[data-v-766144f7] {
    width: 32px;
    height: 32px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    cursor: pointer;
}
.pool-tab-view .to-setting-btn[data-v-766144f7]:hover {
      border: 1px solid #0d5aff;
      color: #0d5aff;
}

.drop-down--content {
  margin-top: -10px !important;
}
.drop-down--content .popper__arrow {
    display: none;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-fe7630ce] {
  height: 32px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  cursor: pointer;
  position: relative;
  border: 1px solid #e7e8ec;
  border-radius: 4px;
  padding: 0 12px 0 16px;
}
.dz-dropdown-add .dz-add .add-btn[data-v-fe7630ce] {
    height: 30px;
    font-size: 14px;
    color: #101739;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.dz-dropdown-add .dz-add .no-import[data-v-fe7630ce] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-fe7630ce] {
    width: 16px;
    height: 30px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 8px;
}
.dz-dropdown-add .dz-add .down-icon .iconxiala1[data-v-fe7630ce] {
      color: #a2a5b5;
      z-index: 1500;
      -webkit-transition: -webkit-transform 0.2s ease-in-out;
      transition: -webkit-transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.dz-dropdown-add .dz-add .shadow-view[data-v-fe7630ce] {
    width: 31px;
    height: 30px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background: #f7f8fa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dz-dropdown-add .dz-add .shadow-view[data-v-fe7630ce]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-fe7630ce] {
    display: none;
    border-radius: 4px;
    font-size: 14px;
    color: #101739;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 999;
}
.dz-dropdown-add .dz-add .dz-export[data-v-fe7630ce]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-fe7630ce]::before {
      display: block;
      content: "";
      height: 1px;
      width: 112px;
      height: 8px;
      margin-left: 2px;
      -webkit-transform: scaleY(0.8);
              transform: scaleY(0.8);
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-fe7630ce] {
      -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
              box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
      border: 1px solid #ebeef5;
      position: relative;
      border-radius: 4px;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-fe7630ce] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-fe7630ce]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-fe7630ce]::before {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        /* 稍大尺寸（边框） */
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ebeef5;
        /* 边框颜色（如黑色） */
        top: -6px;
        left: 12px;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-fe7630ce]::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        /* 稍小尺寸（内部） */
        border-right: 4px solid transparent;
        border-bottom: 4px solid #fff;
        /* 内部白色 */
        top: -4px;
        left: 14px;
        /* 调整位置居中 */
}
.dz-dropdown-add .dz-add:hover .dz-export[data-v-fe7630ce] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-fe7630ce] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.convenience-tag[data-v-6bdebd35] {
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.convenience-tag .content-wrapper[data-v-6bdebd35] {
    padding: 0 12px;
    margin-top: 16px;
}
.convenience-tag .content-wrapper .group-header[data-v-6bdebd35] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 40px;
}
.convenience-tag .content-wrapper .group-header .drop[data-v-6bdebd35] {
        display: inline-block;
        width: 20px;
        line-height: 40px;
        padding-left: 2px;
        cursor: pointer;
}
.convenience-tag .content-wrapper .group-header .drop .el-icon-arrow-up[data-v-6bdebd35] {
          display: inline-block;
          -webkit-transform: rotate(-90deg);
                  transform: rotate(-90deg);
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
}
.convenience-tag .content-wrapper .group-header .drop.show-child .el-icon-arrow-up[data-v-6bdebd35] {
          -webkit-transform: rotate(0);
                  transform: rotate(0);
}
.convenience-tag .content-wrapper .group-header .drop:hover .el-icon-arrow-up[data-v-6bdebd35] {
          color: #555f7a !important;
}
.convenience-tag .content-wrapper .name-count[data-v-6bdebd35],
    .convenience-tag .content-wrapper .tag-item[data-v-6bdebd35] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 32px;
      padding: 0 6px;
      margin-bottom: 3px;
      border-radius: 8px;
      overflow: hidden;
      padding-left: 8px;
}
.convenience-tag .content-wrapper .name-count.active[data-v-6bdebd35],
      .convenience-tag .content-wrapper .tag-item.active[data-v-6bdebd35] {
        background: #edf4fe;
        color: #0d5aff;
        font-weight: 500;
}
.convenience-tag .content-wrapper .name-count[data-v-6bdebd35]:hover,
      .convenience-tag .content-wrapper .tag-item[data-v-6bdebd35]:hover {
        color: #0d5aff;
}
.convenience-tag .content-wrapper .name-count .name[data-v-6bdebd35],
      .convenience-tag .content-wrapper .tag-item .name[data-v-6bdebd35] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        font-size: 12px;
}
.convenience-tag .content-wrapper .name-count .count[data-v-6bdebd35],
      .convenience-tag .content-wrapper .tag-item .count[data-v-6bdebd35] {
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 9px;
        padding: 0 6px;
        background: #eff1f5;
        font-size: 12px;
        color: #303b5b;
        text-align: center;
}
.convenience-tag .content-wrapper .name-count .tooltip__view--count[data-v-6bdebd35],
      .convenience-tag .content-wrapper .tag-item .tooltip__view--count[data-v-6bdebd35] {
        width: 18px;
}
.convenience-tag .empty[data-v-6bdebd35] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 130px;
    overflow: hidden;
}
.convenience-tag .empty[data-v-6bdebd35] .avue-empty__image {
      height: 66px;
}
.convenience-tag .empty .text[data-v-6bdebd35] {
      font-size: 14px;
      font-weight: 400;
      color: #a2a5b5;
      white-space: nowrap;
      overflow: hidden;
}
.btn-operate[data-v-6bdebd35] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.group-type-item[data-v-8f2b29ec] {
  height: 100%;
  overflow: hidden;
}
.group-type-item .title-name[data-v-8f2b29ec] {
    font-size: 14px;
    font-weight: 500;
    color: #101739;
    padding-right: 6px;
}
.group-type-item .splite-line[data-v-8f2b29ec] {
    width: 100%;
    height: 1px;
    margin: 5px 0;
    background-color: #f2f3f5;
}
.group-type-item .group-content-wrapper[data-v-8f2b29ec] {
    height: calc(100% - 50px);
    padding: 0 12px;
    overflow-y: auto;
}
.group-type-item .group-item .huIcon[data-v-8f2b29ec] {
    display: inline-block;
    margin-right: 8px;
    color: #d0d2da;
}
.group-type-item .group-item .huIcon.iconyixuan[data-v-8f2b29ec] {
      color: #0d5aff;
}
.group-type-item .tag-item[data-v-8f2b29ec] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
    padding: 0 4px 0 8px;
    margin-bottom: 3px;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}
.group-type-item .tag-item.active[data-v-8f2b29ec] {
      background: #edf4fe;
      color: #0d5aff;
      font-weight: 500;
}
.group-type-item .tag-item[data-v-8f2b29ec]:hover {
      color: #0d5aff;
}
.group-type-item .tag-item .name[data-v-8f2b29ec] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 12px;
}
.group-type-item .tag-item .count[data-v-8f2b29ec] {
      min-width: 18px;
      height: 18px;
      line-height: 18px;
      border-radius: 9px;
      padding: 0 6px;
      background: #eff1f5;
      font-size: 12px;
      color: #303b5b;
      text-align: center;
}
.btn-operate[data-v-8f2b29ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.icontuodong1[data-v-8f2b29ec] {
  color: #a2a5b5;
  padding-left: 12px;
  font-size: 12px !important;
}
.title-icon[data-v-8f2b29ec] {
  padding-left: 4px;
}
.group-setting-table[data-v-8f2b29ec] .el-table__row:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.empty-view[data-v-8f2b29ec] .empty-data-view {
  width: 96px;
  height: 96px;
}
.empty-view[data-v-8f2b29ec] .empty__desc {
  font-size: 12px;
}
.group-table .el-table__row[data-v-8f2b29ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #ebeef5;
}
.group-table .el-table__row .cell[data-v-8f2b29ec] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 45px;
}
.group-table .el-table__row .cell-sort[data-v-8f2b29ec] {
    width: 50px;
}
.group-table .el-table__row .cell-operate[data-v-8f2b29ec] {
    width: 80px;
}
.group-table .el-table__row .cell-name[data-v-8f2b29ec] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
}
.group-table .table-header[data-v-8f2b29ec] {
  background-color: #f4f4f5;
}
.group-table .table-header .cell[data-v-8f2b29ec] {
    color: #101739;
    font-weight: 500;
}
.group-table .table-header .cell[data-v-8f2b29ec]:hover {
      background-color: #eaebed;
}
.group-table .table-header .cell-name[data-v-8f2b29ec] {
    padding-left: 24px;
}
.group-table .el-table__body .el-table__row[data-v-8f2b29ec] {
  cursor: -webkit-grab;
  cursor: grab;
}
.group-table .el-table__body .el-table__row[data-v-8f2b29ec]:hover {
    background-color: #edf4fe;
}
.group-table .group-item .group-header[data-v-8f2b29ec] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  padding-left: 20px;
  border-bottom: 1px solid #ebeef5;
  cursor: pointer;
}
.group-table .group-item .group-header.active .huIcon[data-v-8f2b29ec] {
    rotate: 0deg;
}
.group-table .group-item .group-header .header-text[data-v-8f2b29ec] {
    margin-left: 4px;
    font-weight: 500;
    font-size: 12px;
    color: #444b6c;
}
.group-table .group-item .group-header .huIcon[data-v-8f2b29ec] {
    color: #a2a5b5;
    rotate: -90deg;
}
.group-list[data-v-8f2b29ec] .el-checkbox__inner::before {
  left: 1px !important;
}

.convenience-tag[data-v-692a3bcb] {
  height: 100%;
  overflow: hidden;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}
.convenience-tag .group-content-wrapper[data-v-692a3bcb] {
    height: calc(100% - 68px);
    padding: 0 12px 12px 0;
    overflow-y: auto;
}
.convenience-tag .group-content-wrapper .tag-group + .tag-group[data-v-692a3bcb] {
      margin-top: 3px;
}
.convenience-tag .group-content-wrapper .group-header[data-v-692a3bcb] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 40px;
}
.convenience-tag .group-content-wrapper .group-header .drop[data-v-692a3bcb] {
        display: inline-block;
        padding-left: 2px;
        margin: -2px -5px 0 0;
        cursor: pointer;
        opacity: 0;
}
.convenience-tag .group-content-wrapper .group-header .drop .huIcon[data-v-692a3bcb] {
          display: inline-block;
          padding: 2px;
          -webkit-transition: -webkit-transform 0.2s;
          transition: -webkit-transform 0.2s;
          transition: transform 0.2s;
          transition: transform 0.2s, -webkit-transform 0.2s;
          font-size: 12px;
          color: #b2b2b2;
}
.convenience-tag .group-content-wrapper .group-header .drop.show-child .huIcon[data-v-692a3bcb] {
          -webkit-transform: rotate(90deg);
                  transform: rotate(90deg);
}
.convenience-tag .group-content-wrapper .name-count[data-v-692a3bcb],
    .convenience-tag .group-content-wrapper .tag-item[data-v-692a3bcb] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 32px;
      padding: 0 6px;
      margin-bottom: 3px;
      border-radius: 8px;
      overflow: hidden;
      padding-left: 8px;
}
.convenience-tag .group-content-wrapper .name-count[data-v-692a3bcb]:hover,
      .convenience-tag .group-content-wrapper .tag-item[data-v-692a3bcb]:hover {
        color: #0d5aff;
}
.convenience-tag .group-content-wrapper .name-count .name[data-v-692a3bcb],
      .convenience-tag .group-content-wrapper .tag-item .name[data-v-692a3bcb] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        cursor: pointer;
        font-size: 12px;
}
.convenience-tag .group-content-wrapper .name-count .count[data-v-692a3bcb],
      .convenience-tag .group-content-wrapper .tag-item .count[data-v-692a3bcb] {
        min-width: 18px;
        height: 18px;
        line-height: 18px;
        border-radius: 9px;
        padding: 0 6px;
        background: #eff1f5;
        font-size: 12px;
        color: #303b5b;
        text-align: center;
}
.convenience-tag .group-content-wrapper .name-count .tooltip__view--count[data-v-692a3bcb],
      .convenience-tag .group-content-wrapper .tag-item .tooltip__view--count[data-v-692a3bcb] {
        width: 18px;
}
.convenience-tag .group-content-wrapper .name-count .huIcon[data-v-692a3bcb],
      .convenience-tag .group-content-wrapper .tag-item .huIcon[data-v-692a3bcb] {
        display: inline-block;
        margin-right: 8px;
        color: #d0d2da;
}
.convenience-tag .group-content-wrapper .name-count .huIcon.iconyixuan[data-v-692a3bcb],
        .convenience-tag .group-content-wrapper .tag-item .huIcon.iconyixuan[data-v-692a3bcb] {
          color: #0d5aff;
}
.convenience-tag .group-content-wrapper .group-content[data-v-692a3bcb] {
      margin-left: 12px;
}
.convenience-tag .group-content-wrapper .active[data-v-692a3bcb] {
      background: #edf4fe;
      color: #0d5aff;
      font-weight: 500;
      border-radius: 8px;
}
.convenience-tag .empty-view[data-v-692a3bcb] .empty-data-view {
    width: 96px;
    height: 96px;
}
.convenience-tag .empty-view[data-v-692a3bcb] .empty__desc {
    font-size: 12px;
}
.btn-operate[data-v-692a3bcb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.tag-flex[data-v-692a3bcb] {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@charset "UTF-8";
.convenience-view--contain[data-v-b1256c60] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.convenience-view[data-v-b1256c60] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  background: #fff;
  border-radius: 10px 0px 0px 10px;
  text-align: left;
  -webkit-transition: margin-left 0.2s ease;
  transition: margin-left 0.2s ease;
}
.convenience-view[data-v-b1256c60]:hover .group-header .drop {
    opacity: 1;
}
.convenience-view .left-sidebar-view[data-v-b1256c60] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border-right: 0 none;
}
.convenience-view .left-sidebar-view[data-v-b1256c60]::-webkit-scrollbar {
      width: 0;
}
.convenience-view .left-sidebar-view .resizable-handle[data-v-b1256c60] {
      margin: 10px 10px 0 10px;
      border-top: 1px solid #f2f3f5;
      cursor: row-resize;
}
.convenience-view .left-sidebar-view .resizable-handle .handle-item[data-v-b1256c60] {
        width: 30px;
        height: 4px;
        margin: 8px auto 0 auto;
        background: #dfdfdf;
        border-radius: 90px;
}
.convenience-view .left-sidebar-view .resizable-top[data-v-b1256c60] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.convenience-view .left-sidebar-view .resizable-bottom[data-v-b1256c60] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-height: 300px;
}
.convenience-view .split-line[data-v-b1256c60] {
    position: relative;
    width: 0;
}
.convenience-view .split-line .collpase[data-v-b1256c60] {
      position: absolute;
      top: 10px;
      right: -6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 20px;
      height: 32px;
      border: 1px solid #e7e7eb;
      border-right: none;
      border-radius: 4px 0 0 4px;
      background-color: #fff;
      cursor: pointer;
      z-index: 99;
}
.convenience-view .split-line .collpase.is-collpase[data-v-b1256c60] {
        left: 0;
        -webkit-transform: rotateZ(180deg);
                transform: rotateZ(180deg);
}
.convenience-view .split-line .collpase .huIcon[data-v-b1256c60] {
        font-size: 12px;
        color: #555f7a;
}
.convenience-view .split-line .collpase:hover .huIcon[data-v-b1256c60] {
        color: #0d5aff;
}
.convenience-view[data-v-b1256c60] .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 16px 10px 20px;
    white-space: nowrap;
    overflow: hidden;
}
.convenience-view[data-v-b1256c60] .header .title-name {
      font-size: 14px;
      font-weight: 500;
      color: #101739;
}
.convenience-view[data-v-b1256c60] .setting {
    font-size: 12px;
    margin-right: 12px;
    color: #0d5aff;
    cursor: pointer;
}
.convenience-view[data-v-b1256c60] .empty-data-view {
    display: none;
}
.hide-view[data-v-b1256c60] {
  margin-left: -196px;
}
.drag-bar[data-v-b1256c60] {
  width: 6px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e7e7eb;
  cursor: col-resize;
  cursor: col-resize;
  /* 水平拖拽光标 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止选中文本 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drag-bar[data-v-b1256c60]:hover {
    border-right: 1px solid #c8cad3;
}

.play-audio[data-v-2b3ec4d6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.play-audio .play-btn[data-v-2b3ec4d6] {
    margin-right: 12px;
    color: #a2a5b5;
    cursor: pointer;
}
.play-audio .play-btn[data-v-2b3ec4d6]:hover {
      color: #303b5b;
}
.play-audio .play-btn .huIcon[data-v-2b3ec4d6] {
      font-size: 20px;
}
.play-audio .audio-message[data-v-2b3ec4d6] {
    min-width: 160px;
}
.play-audio .audio-message .title[data-v-2b3ec4d6] {
      height: 20px;
      font-size: 14px;
      color: #303b5b;
      line-height: 20px;
}
.play-audio .audio-message .process-bar[data-v-2b3ec4d6] .el-slider .el-slider__runway {
      height: 10px;
      margin: 3px 0;
      -webkit-transform: scaleY(0.2);
              transform: scaleY(0.2);
}
.play-audio .audio-message .process-bar[data-v-2b3ec4d6] .el-slider .el-slider__bar {
      height: 10px;
}
.play-audio .audio-message .process-bar[data-v-2b3ec4d6] .el-slider .el-slider__button-wrapper {
      display: none;
      width: 110px;
      height: 110px;
      top: -50px;
      -webkit-transform: translateX(-50%) scaleX(0.2);
              transform: translateX(-50%) scaleX(0.2);
}
.play-audio .audio-message .process-bar[data-v-2b3ec4d6] .el-slider .el-slider__button {
      width: 50px;
      height: 50px;
      border-width: 10px;
}
.play-audio .audio-message .process-bar[data-v-2b3ec4d6] .el-slider:hover .el-slider__button-wrapper {
      display: block;
}
.play-audio .audio-message .time[data-v-2b3ec4d6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.play-audio .audio-message .time .time-item[data-v-2b3ec4d6] {
        font-size: 20px !important;
        font-family: ArialMT;
        color: #bdc0cb;
        line-height: 11px;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
}
.play-audio .audio-message .time .time-item[data-v-2b3ec4d6]:first-of-type {
          margin-left: -21px;
}
.play-audio .audio-message .time .time-item[data-v-2b3ec4d6]:last-of-type {
          margin-right: -20px;
}

.widget-config .field-type[data-v-81971e56] {
  width: 300px;
  height: 120px;
  border-radius: 2px;
  border: 1px solid #e7e7eb;
  margin-left: 120px;
  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: #303b5b;
}
.widget-config .field-type[data-v-81971e56] .el-checkbox__label {
    color: #303b5b;
    font-size: 14px;
}
.widget-config .field-type .is-checked[data-v-81971e56] .el-checkbox__inner {
    background-color: #0d5aff;
    border-radius: 2px;
}
.widget-config .field-type[data-v-81971e56] .el-switch__core {
    background-color: #fff;
    border-color: #e7e7eb;
}
.widget-config .field-type[data-v-81971e56] .el-switch__core::after {
      background-color: #e7e7eb;
}
.widget-config .field-type[data-v-81971e56] .el-switch.is-checked .el-switch__core {
    background-color: #0d5aff;
    border-color: #0d5aff;
}
.widget-config .field-type[data-v-81971e56] .el-switch.is-checked .el-switch__core::after {
      background-color: #fff;
}
.widget-config .field-type .field-type-item[data-v-81971e56] {
    padding: 0 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.widget-config[data-v-81971e56] .el-radio__input.is-checked .el-radio__inner {
  background-color: #fff;
  border-radius: 50%;
}
.widget-config[data-v-81971e56] .el-radio__input.is-checked .el-radio__inner::after {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #0d5aff;
}
.widget-config[data-v-81971e56] .el-radio__inner {
  width: 16px;
  height: 16px;
  border: 1px solid #e7e7eb;
  border-radius: 50%;
}
.widget-config .required-box[data-v-81971e56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.widget-config .required-box .required-item[data-v-81971e56] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
}
.widget-config .required-box .required-item + .required-item[data-v-81971e56] {
      margin-left: 20px;
}
.widget-config .required-box .required-item .icondanxuanyixuan[data-v-81971e56] {
      color: #0d5aff;
}
.widget-config .required-box .required-item .text[data-v-81971e56] {
      margin-left: 4px;
}
.el-icon-rank[data-v-81971e56] {
  cursor: move;
  margin-right: 8px;
}
.iconshanchu1[data-v-81971e56] {
  cursor: pointer;
  margin-left: 4px;
}
.add-row-btn[data-v-81971e56] {
  width: 100%;
  height: 34px;
  background: #f7f8fa;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.add-row-btn .iconshangchuantupian1[data-v-81971e56] {
    font-size: 12px;
    color: #101739;
    margin-right: 4px;
}
.radio-group-view[data-v-81971e56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.radio-group-view .radio-group-list[data-v-81971e56] {
    width: 88px;
    height: 34px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #101739;
}
.radio-group-view .left-group[data-v-81971e56] {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #e7e8ec;
}
.radio-group-view .center-group[data-v-81971e56] {
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}
.radio-group-view .right-group[data-v-81971e56] {
    border-radius: 0 4px 4px 0;
    border: 1px solid #e7e8ec;
}
.radio-group-view .select-radio-group[data-v-81971e56] {
    border: 1px solid #0d5aff;
    background: #edf0fd;
    color: #0d5aff;
}
.widget-config-list[data-v-81971e56] {
  margin-bottom: 20px;
}
.widget-config-list .widget-config-title[data-v-81971e56] {
    font-size: 14px;
    color: #101739;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.widget-config-list .widget-config-title .widget-config-title-tips[data-v-81971e56] {
      font-size: 12px;
      color: #a2a5b5;
}
.widget-config-list .widget-config-title .title-checkbox[data-v-81971e56] {
      margin-left: 16px;
}
.widget-config-list .config-checkout[data-v-81971e56] {
    margin-bottom: 20px;
}
.widget-config-list .tips-text[data-v-81971e56] {
    font-size: 12px;
    color: #a2a5b5;
}
.widget-config-table-view[data-v-81971e56] {
  height: 38px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 19px;
}
.widget-config-table-view .widget-config-table-title[data-v-81971e56] {
    font-size: 16px;
    color: #101739;
    font-weight: 600;
}
.el-icon-rank[data-v-81971e56] {
  cursor: move;
}
.iconshanchu1[data-v-81971e56] {
  cursor: pointer;
  margin-left: 4px;
}
.add-row-btn[data-v-81971e56] {
  width: 100%;
  height: 34px;
  background: #f7f8fa;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.add-row-btn .iconshangchuantupian1[data-v-81971e56] {
    font-size: 12px;
    color: #101739;
    margin-right: 4px;
}
.radio-group-view[data-v-81971e56] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 9px;
}
.radio-group-view .radio-group-list[data-v-81971e56] {
    width: 88px;
    height: 34px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #101739;
}
.radio-group-view .left-group[data-v-81971e56] {
    border-radius: 4px 0px 0px 4px;
    border: 1px solid #e7e8ec;
}
.radio-group-view .center-group[data-v-81971e56] {
    border-top: 1px solid #e7e8ec;
    border-bottom: 1px solid #e7e8ec;
}
.radio-group-view .right-group[data-v-81971e56] {
    border-radius: 0 4px 4px 0;
    border: 1px solid #e7e8ec;
}
.radio-group-view .select-radio-group[data-v-81971e56] {
    border: 1px solid #0d5aff;
    background: #edf0fd;
    color: #0d5aff;
}
.mb-0[data-v-81971e56] {
  margin-bottom: 0;
}
[data-v-81971e56] .el-collapse-item__header {
  font-size: 14px;
  color: #101739;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
  height: 38px;
}
[data-v-81971e56] .el-collapse-item__wrap {
  border-bottom: 0 none;
  padding-top: 19px;
}
[data-v-81971e56] .el-collapse {
  border-bottom: 0 none;
}
[data-v-81971e56] .el-collapse-item__content {
  padding-bottom: 0;
}
.select-item[data-v-81971e56] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 8px;
}
.select-item .select-value-view[data-v-81971e56] {
    margin: 0 8px;
}
[data-v-81971e56] .el-select-group__title {
  padding-left: 12px !important;
}
.select-content-view[data-v-81971e56] {
  background: #f7f8fa;
  padding: 8px 16px;
  margin-top: 16px;
  border-radius: 4px;
}
.static-position[data-v-81971e56] {
  position: relative;
}
.static-position[data-v-81971e56]::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-bottom-color: #f7f8fa;
    position: absolute;
    left: 36px;
    top: -16px;
}
.dict-position[data-v-81971e56] {
  position: relative;
}
.dict-position[data-v-81971e56]::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-bottom-color: #f7f8fa;
    position: absolute;
    left: 124px;
    top: -16px;
}
.api-position[data-v-81971e56] {
  position: relative;
}
.api-position[data-v-81971e56]::after {
    content: "";
    width: 0px;
    height: 0px;
    border: 8px solid transparent;
    border-bottom-color: #f7f8fa;
    position: absolute;
    left: 212px;
    top: -16px;
}
.flex-style[data-v-81971e56] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.require__text[data-v-81971e56] {
  margin-left: 4px;
  color: #f56c6c;
}
.empty__view[data-v-81971e56] {
  margin-top: 100%;
}
.precision-input[data-v-81971e56] {
  width: 100%;
}
.precision-input[data-v-81971e56] .el-input__inner {
    text-align: left;
}
.date-view[data-v-81971e56] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.date-view .iconicon_tishi_lanse[data-v-81971e56] {
    margin-left: 4px;
    font-size: 14px;
}
.detail-text[data-v-81971e56] {
  width: 480px;
}


.dray-icon[data-v-d85a3e9e] {
    font-size: 16px;
    margin: 0 5px;
    cursor: move;
}
li[data-v-d85a3e9e] {
    margin-top: 5px;
}
.remove-btn[data-v-d85a3e9e] {
    padding: 4px;
    margin-left: 5px;
    width: 20px;
    height: 20px !important;
}
.d-ib[data-v-d85a3e9e] {
    display: inline-block;
}
.option__view--draggable[data-v-d85a3e9e] {
    padding-left: 0;
    margin: 0;
}

.tooltip--view__content[data-v-7be0221c] {
  margin-left: 10px;
}
.tooltip--view__content .lh-20[data-v-7be0221c] {
    line-height: 20px;
}
.iconicon_tishi_lanse[data-v-7be0221c] {
  cursor: pointer;
}


.dray-icon[data-v-5075b606] {
    font-size: 16px;
    margin: 0 5px;
    cursor: move;
}
li[data-v-5075b606] {
    margin-top: 5px;
}
.remove-btn[data-v-5075b606] {
    padding: 4px;
    margin-left: 5px;
    width: 20px;
    height: 20px !important;
}
.d-ib[data-v-5075b606] {
    display: inline-block;
}
.option__view--draggable[data-v-5075b606] {
    padding-left: 0;
    margin: 0;
}


.dray-icon[data-v-7e2a9a2c] {
    font-size: 16px;
    margin: 0 5px;
    cursor: move;
}
.remove-btn[data-v-7e2a9a2c] {
    padding: 4px;
    margin-left: 5px;
    width: 20px;
    height: 20px !important;
}
.option-container[data-v-7e2a9a2c] {
    margin-top: 15px;
}
.w-300[data-v-7e2a9a2c] {
    width: 300px;
}
.d-ib[data-v-7e2a9a2c] {
    display: inline-block;
}
.option__view--draggable[data-v-7e2a9a2c] {
    padding-left: 0;
    margin: 0;
}

.dic[data-v-0eeb5922] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
.mr-5[data-v-0eeb5922] {
  margin-right: 5px;
}

.text-container[data-v-3c28d814] {
  width: 100%;
}
.text-container .ellipsis-content[data-v-3c28d814] {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-container .more[data-v-3c28d814] {
    position: absolute;
    width: 72px;
    right: 0;
    bottom: 0;
    background: #fff;
}
.text-container .more .more__text[data-v-3c28d814] {
      color: #0d5aff;
      cursor: pointer;
}

.cloudcall-account .crud-container[data-v-545c0a0f] {
  padding: 20px;
  background: #ffffff;
}
.cloudcall-account .crud-container[data-v-545c0a0f] .avue-crud {
    padding: 0 !important;
}
.cloudcall-account .crud-container[data-v-545c0a0f] .bg-gray span {
    color: #a2a5b5;
}
.cloudcall-account .crud-container[data-v-545c0a0f] .avue-crud__menu {
    display: none;
}
.cloudcall-account .crud-container[data-v-545c0a0f] .tips {
    height: 17px;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 400;
    color: #83899d;
    line-height: 17px;
}
.cloudcall-account .crud-container[data-v-545c0a0f] .el-tabs__item.is-active .iconicon_tishi_lanse {
    color: #0d5aff;
}
.cloudcall-account[data-v-545c0a0f] .el-tabs__nav-wrap::after {
  display: none;
}
.cloudcall-account .total-container[data-v-545c0a0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0 20px;
  background: #ffffff;
}
.cloudcall-account .total-container .total-item[data-v-545c0a0f] {
    height: 82px;
    width: 260px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    position: relative;
    padding: 14px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cloudcall-account .total-container .total-item + .total-item[data-v-545c0a0f] {
      margin-left: 16px;
}
.cloudcall-account .total-container .total-item .title[data-v-545c0a0f],
    .cloudcall-account .total-container .total-item .unit[data-v-545c0a0f] {
      color: #444b6c;
      font-size: 14px;
}
.cloudcall-account .total-container .total-item .value[data-v-545c0a0f] {
      font-size: 26px;
      color: #101739;
      font-weight: 500;
      margin-top: 4px;
      font-family: "Roboto Medium";
}
.tab-label[data-v-545c0a0f] {
  margin-right: 8px;
}
.tooltip-content[data-v-545c0a0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tab-wrapper[data-v-545c0a0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tab-wrapper .iconicon_tishi_lanse[data-v-545c0a0f]:hover {
    color: #0d5aff;
}

.call-table[data-v-68aa7328] {
  padding: 16px 20px 0px;
}
.common-list-container[data-v-68aa7328] .avue-crud__menu {
  display: none;
}
.audio--view[data-v-68aa7328] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.audio--view .iconvoice[data-v-68aa7328] {
    font-size: 12px;
    margin-right: 6px;
}
.audio--view .play--text[data-v-68aa7328] {
    font-size: 12px;
    margin-left: 4px;
}

.pool-container .total-rate[data-v-29af176f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 20px 0 20px;
  background: #ffffff;
}
.pool-container .total-rate .rate-item[data-v-29af176f] {
    height: 20px;
    font-size: 14px;
    color: #101739;
    line-height: 20px;
}
.pool-container .total-rate .rate-item .rate-value[data-v-29af176f] {
      color: #0d5aff;
}
.pool-container .total-rate .rate-item + .rate-item[data-v-29af176f] {
      margin-left: 36px;
}
.pool-container[data-v-29af176f] .avue-crud__menu {
  display: none;
}
.filter-reset[data-v-29af176f] {
  padding-top: 10px;
}

.seat-name[data-v-dd30f8fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.seat-name .name[data-v-dd30f8fc] {
    min-width: 80px;
}
.seat-name .huIcon[data-v-dd30f8fc] {
    color: #0d5aff;
    margin-left: 8px;
}
.select-user__btn[data-v-dd30f8fc] {
  margin: 20px 8px 0 0;
  text-align: right;
}
.select-user .select-user-dept[data-v-dd30f8fc] {
  float: none;
}
.select-user[data-v-dd30f8fc] .el-select__tags-text {
  font-size: 12px;
}

.seat-setting .tip[data-v-38e130d8] {
  height: 20px;
  padding: 20px;
  font-size: 12px;
  color: #83899d;
  line-height: 20px;
  background: #ffffff;
}
.seat-setting[data-v-38e130d8] .avue-crud__menu {
  display: none;
}

.common-list-container[data-v-6da9dce8] {
  position: relative;
}
.common-list-container .down-load[data-v-6da9dce8] {
    position: absolute;
    top: 11px;
    right: 20px;
    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;
    width: 98px;
    height: 34px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    z-index: 10;
    cursor: pointer;
}
.common-list-container .down-load .huIcon[data-v-6da9dce8] {
      margin-right: 6px;
      font-size: 14px;
}
.common-list-container .down-load[data-v-6da9dce8]:hover {
      color: #0d5aff;
      border-color: #0d5aff;
}

.determine-duplicates--view[data-v-3431d07d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.determine-duplicates--view .determine-duplicates--content[data-v-3431d07d] {
    height: calc(100vh - 213px);
    overflow-y: auto;
    padding: 20px 20px;
}
.determine-duplicates--view .determine-duplicates--content .group[data-v-3431d07d] {
      margin-top: 22px;
}
.determine-duplicates--view .determine-duplicates--content .group .group-source[data-v-3431d07d] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.determine-duplicates--view .determine-duplicates--content .group .group-source .group-source__select[data-v-3431d07d] {
          width: 420px;
          height: 32px;
          position: relative;
}
.determine-duplicates--view .determine-duplicates--content .group .group-source .group-source__select[data-v-3431d07d] .el-select__input,
          .determine-duplicates--view .determine-duplicates--content .group .group-source .group-source__select[data-v-3431d07d] .el-input--suffix {
            height: 32px;
            line-height: 32px;
}
.determine-duplicates--view .determine-duplicates--content .group .group--title[data-v-3431d07d] {
        margin-left: 13px;
        width: 94px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style[data-v-3431d07d] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .group--title[data-v-3431d07d] {
          margin-top: 7px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .group--title .iconicon_tishi_lanse[data-v-3431d07d] {
            cursor: pointer;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view[data-v-3431d07d] {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
          position: relative;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view[data-v-3431d07d] {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .select-type-list[data-v-3431d07d] {
              width: 88px;
              height: 32px;
              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-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              border: 1px solid #e7e8ec;
              background: #fff;
              cursor: pointer;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .left-type[data-v-3431d07d] {
              border-radius: 4px 0px 0px 4px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .right-type[data-v-3431d07d] {
              border-radius: 0px 4px 4px 0px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .active-type[data-v-3431d07d] {
              background: #edf0fd;
              color: #0d5aff;
              border: 1px solid #0d5aff;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .no-border-right[data-v-3431d07d] {
              border-right: 1px solid transparent;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-view .no-border-left[data-v-3431d07d] {
              border-left: 1px solid transparent;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-tips[data-v-3431d07d] {
            font-size: 12px;
            color: #a2a5b5;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .select-type-tips-view[data-v-3431d07d] {
            margin-top: 7px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule[data-v-3431d07d] {
            margin-top: 16px;
            border-radius: 4px;
            background: #f7f8fa;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule .duplicate-removal-rule-list[data-v-3431d07d] {
              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-align: center;
                  -ms-flex-align: center;
                      align-items: center;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule .duplicate-removal-rule-list .duplicate-removal-rule-list-title[data-v-3431d07d] {
                font-size: 14px;
                color: #101739;
                margin-right: 16px;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule .duplicate-removal-rule-list .duplicate-removal-rule-list-title-two[data-v-3431d07d] {
                margin-top: 0;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule .duplicate-removal-rule-list .rule-tips[data-v-3431d07d] {
                margin-top: 8px;
                font-size: 14px;
                color: #a2a5b5;
}
.determine-duplicates--view .determine-duplicates--content .group .flex-style .content-view .duplicate-removal-rule .duplicate-removal--rule__customer[data-v-3431d07d] {
              margin-top: 16px;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day[data-v-3431d07d] {
        margin-top: 20px;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] {
          width: 420px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select .type-select[data-v-3431d07d] {
            width: 220px;
            margin-right: 8px;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] .day-num--view {
            width: 192px;
            position: relative;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] .day-num--view .el-input-number {
              width: 192px;
              line-height: 32px;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] .day-num--view .el-input-number__decrease,
            .determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] .day-num--view .el-input-number__increase {
              display: none;
}
.determine-duplicates--view .determine-duplicates--content .group .decision-day .decision-day--select[data-v-3431d07d] .day-num--view .number-append--view {
              position: absolute;
              right: 0;
              top: 0;
              line-height: 32px;
              padding-right: 8px;
}
.determine-duplicates--view .determine-duplicates--content .error-tips[data-v-3431d07d] {
      position: absolute;
      top: 26px;
      color: #f56c6c;
      font-size: 12px;
}
.determine-duplicates--view .determine-duplicates--content .day-error--tips[data-v-3431d07d] {
      top: 56px;
}
.determine-duplicates--view .determine-duplicates--content .add-btn-view[data-v-3431d07d] {
      height: 60px;
      padding: 0 20px;
      border-radius: 2px;
      border: 1px dashed #e7e7eb;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0d5aff;
      margin: 12px 0 0 0;
      cursor: pointer;
}
.determine-duplicates--view .determine-duplicates--content .add-btn-view .iconshangchuantupian1[data-v-3431d07d] {
        font-size: 12px;
        margin-right: 9px;
}
.determine-duplicates--view .determine-duplicates--content .add-btn-view .add-btn-text[data-v-3431d07d] {
        font-size: 14px;
        font-weight: 400px;
}
.determine-duplicates--view .determine-duplicates--content .add-btn-view-no[data-v-3431d07d] {
      color: #a2a5b5;
      cursor: no-drop;
}
.determine-duplicates--view .save-btn--view[data-v-3431d07d] {
    height: 64px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px -2px 8px 0px #e7e8ec;
            box-shadow: 0px -2px 8px 0px #e7e8ec;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
[data-v-3431d07d] .el-form-item__error {
  margin-left: 107px;
}
[data-v-3431d07d] .el-input--medium .el-input__inner {
  height: 32px;
  line-height: 32px;
}
.error-select--view[data-v-3431d07d] .el-input__inner {
  border-color: #f56c6c;
}

.component__view[data-v-06873928] {
  width: 100%;
}

.filter-rules--view[data-v-789b752e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter-rules--view .filter-rules--content[data-v-789b752e] {
    height: calc(100vh - 213px);
    overflow-y: auto;
    padding: 20px 20px;
}
.filter-rules--view .filter-rules--content .group-view[data-v-789b752e] {
      min-width: 1150px;
}
.filter-rules--view .filter-rules--content .group[data-v-789b752e] {
      margin-top: 22px;
}
.filter-rules--view .filter-rules--content .group .group-source[data-v-789b752e] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.filter-rules--view .filter-rules--content .group .group-source .group-source__select[data-v-789b752e] {
          width: 420px;
          height: 32px;
          position: relative;
}
.filter-rules--view .filter-rules--content .group .group-source .group-source__select[data-v-789b752e] .el-select__input,
          .filter-rules--view .filter-rules--content .group .group-source .group-source__select[data-v-789b752e] .el-input--suffix {
            height: 32px;
            line-height: 32px;
}
.filter-rules--view .filter-rules--content .group .group-source .group-source__select .error-tips[data-v-789b752e] {
            position: absolute;
            top: 24px;
            color: #f56c6c;
            font-size: 12px;
}
.filter-rules--view .filter-rules--content .group .group--title[data-v-789b752e] {
        margin-left: 13px;
        width: 94px;
}
.filter-rules--view .filter-rules--content .group .group-select-content[data-v-789b752e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 1100px;
        padding-top: 16px;
}
.filter-rules--view .filter-rules--content .group .group-select-content .must-condition--view[data-v-789b752e] {
          width: 49%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
}
.filter-rules--view .filter-rules--content .group .group-select-content .optional-condition--view[data-v-789b752e] {
          width: 50%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
}
.filter-rules--view .filter-rules--content .group .group-select-content .group--title[data-v-789b752e] {
          margin-top: 7px;
}
.filter-rules--view .filter-rules--content .group .group-select-content .right[data-v-789b752e] {
          width: 420px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
}
.filter-rules--view .filter-rules--content .group .group-select-content .right .el-row[data-v-789b752e] {
            margin: 0 !important;
}
.filter-rules--view .filter-rules--content .group .group-select-content .right .el-col[data-v-789b752e] {
            width: 420px;
            padding: 0 !important;
}
.filter-rules--view .filter-rules--content .group .group-select-content .right .el-col .el-form-item[data-v-789b752e] {
              margin-top: 8px !important;
              margin-bottom: 0;
}
.filter-rules--view .filter-rules--content .add-btn-view[data-v-789b752e] {
      height: 60px;
      padding: 0 20px;
      border-radius: 2px;
      border: 1px dashed #e7e7eb;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #0d5aff;
      margin: 12px 0 0 0;
      min-width: 1150px;
      cursor: pointer;
}
.filter-rules--view .filter-rules--content .add-btn-view .iconshangchuantupian1[data-v-789b752e] {
        font-size: 12px;
        margin-right: 9px;
}
.filter-rules--view .filter-rules--content .add-btn-view .add-btn-text[data-v-789b752e] {
        font-size: 14px;
        font-weight: 400px;
}
.filter-rules--view .filter-rules--content .add-btn-view-no[data-v-789b752e] {
      color: #a2a5b5;
      cursor: no-drop;
}
.filter-rules--view .save-btn--view[data-v-789b752e] {
    height: 64px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px -2px 8px 0px #e7e8ec;
            box-shadow: 0px -2px 8px 0px #e7e8ec;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
[data-v-789b752e] .el-form-item__error {
  margin-left: 107px;
}
.rule-field--view[data-v-789b752e] {
  width: 420px;
  height: 32px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
  overflow: hidden;
  background: #fff;
}
.rule-field--view .rule-field--name[data-v-789b752e] {
    color: #a2a5b5;
    font-size: 14px;
    width: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 0 0 0 15px;
}
.rule-field--view[data-v-789b752e] .el-input__inner {
    border: 0 none;
}
.rule-field--view[data-v-789b752e] .el-input-group__append,
  .rule-field--view[data-v-789b752e] .el-input-group__prepend {
    border: 0 none;
}
.error-select--view[data-v-789b752e] .el-input__inner {
  border-color: #f56c6c;
}
.group-item[data-v-789b752e] {
  position: relative;
  padding-bottom: 18px;
}
.group-item[data-v-789b752e]::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #e7e8ec;
    border-radius: 54px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    pointer-events: none;
}
.group-item .channel-form[data-v-789b752e] {
    margin-bottom: 0;
}
.left-relation[data-v-789b752e] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52px;
  padding: 24px 0 16px 0;
  overflow: hidden;
  margin-left: -52px;
}
.left-relation .left-item[data-v-789b752e] {
    position: relative;
    width: 34px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    text-align: center;
    font-size: 12px;
    color: #101739;
}
.left-relation .left-item[data-v-789b752e]::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      right: -8px;
      width: 8px;
      height: 1px;
      background: #e7e8ec;
}
.left-relation .right-item[data-v-789b752e] {
    float: right;
    width: 16px;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #e7e8ec;
    -webkit-transform: translateX(7px);
            transform: translateX(7px);
}

.api-rule-view .operat-content[data-v-2ec5015e] .el-tabs__nav {
  height: 60px;
  line-height: 60px;
}
.api-rule-view .operat-content[data-v-2ec5015e] .el-tabs__header {
  margin: 0 20px;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view {
  width: 100%;
  padding: 20px 16px;
  background: #f7f8fa;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-view-title {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-view-title .group-view-title-line::before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 14px;
        margin-right: 10px;
        background: -webkit-gradient(linear, left top, left bottom, from(#3a7df2), to(#5cbafb));
        background: linear-gradient(180deg, #3a7df2 0%, #5cbafb 100%);
        border-radius: 3px;
        -webkit-transform: translateY(2px);
                transform: translateY(2px);
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-view-title .group-view-title-text {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-del--view {
      display: none;
      cursor: pointer;
      position: absolute;
      top: -7px;
      right: -3px;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-del--view .iconshurushanchu {
        color: #c8cad3;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view .group-header--view .group-del--view:hover .huIcon {
        color: #83899d;
}
.api-rule-view .operat-content[data-v-2ec5015e] .group-view:hover .group-del--view {
    display: block;
}
.is-active .iconicon_tishi_lanse[data-v-2ec5015e] {
  color: #0d5aff;
}
.el-tabs__item .label--view[data-v-2ec5015e] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-tabs__item .label--view .iconicon_tishi_lanse[data-v-2ec5015e] {
    font-size: 14px;
    margin-left: 4px;
}
.el-tabs__item:hover .iconicon_tishi_lanse[data-v-2ec5015e] {
  color: #0d5aff;
}
[data-v-2ec5015e] .api-rule--dialog {
  background: linear-gradient(184deg, #cee1fc 0%, #e5edfd 23%, #ffffff 85%);
}
[data-v-2ec5015e] .api-rule--dialog .el-dialog__header {
    display: none;
}
[data-v-2ec5015e] .api-rule--dialog .rule-dialog--title {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 12px;
}
[data-v-2ec5015e] .api-rule--dialog .rule-dialog--title .dialog-tilte--text {
      font-size: 16px;
      font-weight: 500;
      color: #101739;
}
[data-v-2ec5015e] .api-rule--dialog .dialog-header--view {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px 6px 6px 6px;
    padding: 12px 14px;
    color: #444b6c;
}
[data-v-2ec5015e] .api-rule--dialog .dialog-header--view .color-text {
      color: #101739;
      font-weight: 600;
      display: inline-block;
}
[data-v-2ec5015e] .api-rule--dialog .rule-content .rule-content--title {
    margin: 20px 0 8px 0;
    color: #101739;
    font-weight: 500;
}
[data-v-2ec5015e] .api-rule--dialog .rule-content .rule-content--text {
    color: #444b6c;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 4px;
}
[data-v-2ec5015e] .api-rule--dialog .rule-content .margin-bottom--text {
    margin-bottom: 8px;
}
[data-v-2ec5015e] .api-rule--dialog .rule-content .margin-top--text {
    margin-top: 20px;
}
[data-v-2ec5015e] .api-rule--dialog .rule-content .hide-view {
    opacity: 0;
}

.operat-title[data-v-0d1cbf98] {
  font-size: 16px;
  font-weight: 500;
  color: #101739;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operat-title .add-rule--view[data-v-0d1cbf98] {
    margin-left: 16px;
    font-size: 14px;
    color: #0d5aff;
    font-weight: 400;
    cursor: pointer;
}
.operat-title .add-rule--view .icontianjia1[data-v-0d1cbf98] {
      font-size: 12px;
}
.operat-title--dialog[data-v-0d1cbf98] {
  font-size: 14px;
  font-weight: 400;
}
.operat-title--dialog .operat-name--view[data-v-0d1cbf98] {
    margin-left: 16px;
}
.name-view[data-v-0d1cbf98] {
  margin-bottom: 24px;
}
.operat-name--view[data-v-0d1cbf98] {
  width: 422px;
}
.operat-name--view_margin[data-v-0d1cbf98] {
  margin: 12px 0 32px 0;
}
.rule-list[data-v-0d1cbf98] {
  padding-top: 16px;
  max-width: 1200px;
}
.rule-list .rule-list--item[data-v-0d1cbf98] {
    background: #f7f8fa;
    border-radius: 4px;
    margin-bottom: 12px;
    padding: 24px 24px 8px 24px;
    position: relative;
}
.rule-list .rule-list--item .remove-data[data-v-0d1cbf98] {
      position: absolute;
      right: -10px;
      top: -10px;
      display: none;
      color: #c8cad3;
      background: #fff;
      width: 20px;
      height: 20px;
      border-radius: 50%;
}
.rule-list .rule-list--item .remove-data .iconshurushanchu[data-v-0d1cbf98] {
        font-size: 20px;
        cursor: pointer;
}
.rule-list .rule-list--item .remove-data .iconshurushanchu[data-v-0d1cbf98]:hover {
          color: #83899d;
}
.rule-list .rule-list--item .list-item[data-v-0d1cbf98] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.rule-list .rule-list--item .list-item .list-item--title[data-v-0d1cbf98] {
        width: 90px;
        font-size: 14px;
        color: #101739;
}
.rule-list .rule-list--item .list-item .list-item--title .iconicon_tishi_lanse[data-v-0d1cbf98] {
          margin-left: 0;
}
.rule-list .rule-list--item .list-item .pool-view[data-v-0d1cbf98] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.rule-list .rule-list--item .list-item .pool-view[data-v-0d1cbf98] .el-checkbox {
          width: 132px;
          margin-right: 8px;
          margin-bottom: 16px;
}
.rule-list .rule-list--item .list-item .pool-view[data-v-0d1cbf98] .el-checkbox .el-checkbox__input {
            vertical-align: baseline;
}
.rule-list .rule-list--item .list-item .pool-view[data-v-0d1cbf98] .el-checkbox .el-checkbox__label {
            width: 116px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            line-height: 16px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list[data-v-0d1cbf98] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-bottom: 16px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .settlement-method--view[data-v-0d1cbf98] {
          width: 120px;
          margin-right: 12px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .city--view[data-v-0d1cbf98] {
          width: 600px;
          margin-right: 12px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .price--view[data-v-0d1cbf98] {
          width: 120px;
          margin-right: 16px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .operate--view[data-v-0d1cbf98] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .operate--view .icontianjia[data-v-0d1cbf98] {
            margin-left: 8px;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .operate--view .huIcon[data-v-0d1cbf98] {
            font-size: 16px;
            color: #101739;
            cursor: pointer;
}
.rule-list .rule-list--item .list-item .rule-setting--view .rule-setting--list .operate--view .huIcon.disabled[data-v-0d1cbf98] {
              color: #c8cad3;
              cursor: not-allowed;
}
.rule-list .rule-list--item .rule-view[data-v-0d1cbf98] {
      margin-top: 12px;
}
.rule-list .rule-list--item .rule-view .list-item--title[data-v-0d1cbf98] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 32px;
}
.rule-list .rule-list--item .rule-view .list-item--title .iconicon_tishi_lanse[data-v-0d1cbf98] {
          margin-left: 4px;
          font-size: 14px;
}
.rule-list .rule-list--item:hover .remove-data[data-v-0d1cbf98] {
      display: block;
}
.rule-list[data-v-0d1cbf98] .editNum input::-webkit-outer-spin-button,
  .rule-list[data-v-0d1cbf98] .editNum input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.rule-list[data-v-0d1cbf98] .editNum input[type="number"] {
    line-height: 1px !important;
    -moz-appearance: textfield;
}
.rule-list[data-v-0d1cbf98] .editNum .el-input-group__append {
    border-radius: 0;
}
.rule-list--dialog[data-v-0d1cbf98] {
  padding-top: 12px;
}
.pool-error--tips[data-v-0d1cbf98] {
  margin-top: -12px;
}
[data-v-0d1cbf98] .is-error .city-select--view__compontent {
  border-color: #f56c6c;
}
.form-error--tips[data-v-0d1cbf98] {
  padding-top: 0;
}
.fade-enter-active[data-v-0d1cbf98],
.fade-leave-active[data-v-0d1cbf98] {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.fade-enter[data-v-0d1cbf98], .fade-leave-to[data-v-0d1cbf98] {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
}
.fade-leave-active[data-v-0d1cbf98] {
  position: absolute;
}
.switch--view[data-v-0d1cbf98] {
  margin-left: 16px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
[data-v-0d1cbf98] .city-search--view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-0d1cbf98] .city-search--view .placeholder--tips {
    font-size: 12px;
}

.settlement--view[data-v-ddfa166c] {
  padding: 24px 16px;
  height: calc(100vh - 200px);
}
.settlement--view .empty-view[data-v-ddfa166c] {
    padding-top: 160px;
}
.settlement--view .empty-view .to-association--text[data-v-ddfa166c] {
      color: #0d5aff;
      cursor: pointer;
}
.settlement--view .template-header--view[data-v-ddfa166c] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.settlement--view .template-header--view .template-name--view[data-v-ddfa166c] {
      font-size: 14px;
      color: #101739;
      font-weight: 500;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.settlement--view .template-header--view .template-name--view .stop-view[data-v-ddfa166c] {
        height: 20px;
        line-height: 20px;
        padding: 0 6px;
        font-size: 12px;
        background: #ffebeb;
        border-radius: 10px;
        color: #f2333a;
        margin-left: 12px;
        font-weight: 400;
}
.settlement--view .template-header--view .template-header--btn[data-v-ddfa166c] {
      font-size: 14px;
      color: #0d5aff;
      cursor: pointer;
      margin-left: 24px;
}
.template-dialog[data-v-ddfa166c] .el-dialog__body {
  padding: 16px 24px;
}
.template-dialog[data-v-ddfa166c] .el-dialog__body .filter-reset {
    padding: 0;
}
.template-dialog[data-v-ddfa166c] .el-dialog__body .filter-reset .customer-filter-item {
      margin: 0 12px 0 0;
}
.template-dialog[data-v-ddfa166c] .el-dialog__body .avue-crud-view {
    margin-top: 4px;
}
.template-dialog[data-v-ddfa166c] .el-dialog__body .avue-crud-view .operate-btn {
      margin-right: 12px;
      font-size: 12px;
}
.edit-template-dialog[data-v-ddfa166c] .el-dialog__body {
  min-height: 400px;
  max-height: 600px;
}
[data-v-ddfa166c] .avue-crud__menu {
  display: none;
}
[data-v-ddfa166c] .el-table td,[data-v-ddfa166c] .el-table th {
  border-right: 1px solid #e8e8e8;
}
[data-v-ddfa166c] .el-table .el-table__row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
[data-v-ddfa166c] .el-table__empty-block {
  display: none;
}
[data-v-ddfa166c] .el-table {
  border: 0 none;
  border-left: 1px solid #e8e8e8;
}
[data-v-ddfa166c] .el-table th:nth-last-child(1),[data-v-ddfa166c] .el-table td:nth-last-child(1) {
  border-right: 0 none;
}
[data-v-ddfa166c] .el-table__row td:nth-last-child(1) {
  display: none;
}
[data-v-ddfa166c] .el-table__header tr th {
  border-top: 1px solid #e8e8e8;
}
[data-v-ddfa166c] .el-table__header th:nth-last-child(2) {
  display: none;
}
[data-v-ddfa166c] .iconicon_tishi_lanse {
  margin-left: 4px;
  cursor: pointer;
}
.row-item--view[data-v-ddfa166c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}
.bind-list--crud[data-v-ddfa166c] {
  margin-top: 16px;
}
[data-v-ddfa166c] .el-dialog__footer {
  padding: 24px;
}
[data-v-ddfa166c] .hover-row {
  background-color: #edf4fe !important;
}

.channel-record {
  padding: 16px 16px 30px 16px;
  height: calc(100vh - 160px);
}
.channel-record .record-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.channel-record .record-item:last-of-type .content {
      margin-bottom: 0;
}
.channel-record .item-time {
    padding-right: 24px;
    text-align: right;
    width: 96px;
}
.channel-record .item-time .date,
    .channel-record .item-time .time {
      font-size: 12px;
}
.channel-record .operation-record--container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    padding-left: 23px;
    border-left: 1px solid #e7e8ec;
}
.channel-record .icon {
    position: absolute;
    top: 0;
    left: -8px;
    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;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #a8b5f6;
}
.channel-record .icon::after {
      content: "";
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #fff;
}
.channel-record .item-title {
    line-height: 20px;
    color: #303b5b;
    font-size: 14px;
    font-weight: 500;
}
.channel-record .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 33px 0;
    padding: 12px 16px;
    background-color: #f7f8fa;
    width: 650px;
}
.channel-record .content .record {
      font-size: 12px;
      margin-top: 4px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.channel-record .content .record .record-list--item .record-list--item__name {
        color: #101739;
        font-size: 12px;
        margin-right: 4px;
        min-width: 30px;
}
.channel-record .content .record .record-list--item .record-list--item__condition {
        font-size: 12px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.channel-record .content .record .record-list--item .record-list--item__title {
        color: #101739;
        font-size: 12px;
        margin-right: 4px;
        text-align: right;
}
.channel-record .content .record .record-list--item .record-list--item__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.channel-record .content .record .delivery-time--view {
        margin-top: 12px;
}
.channel-record .content .record .delivery-time--view .value--view {
          background: #fff;
          border-radius: 5px;
          padding: 12px 40px 12px 16px;
          position: relative;
          margin-bottom: 8px;
}
.channel-record .content .record .delivery-time--view .value--view .value--text {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
                -ms-flex-direction: row;
                    flex-direction: row;
}
.channel-record .content .record .delivery-time--view .value--view .value--text .delivery-time--view__label {
              margin-right: 8px;
              font-size: 12px;
              color: #83899d;
}
.channel-record .content .record .delivery-time--view .value--view .value--text .delivery-time--view__value {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              font-size: 12px;
              color: #83899d;
}
.channel-record .content .record .delivery-time--view .value--view .bage--view {
            position: absolute;
            top: 0;
            right: 0;
            background: #ecf0f7;
            border-radius: 0px 5px 0px 5px;
            width: 46px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            color: #9b9d9e;
            font-size: 12px;
            zoom: 0.83;
}
.channel-record .content .record .delivery-time--view .value--view .bage--view__after {
            background: #d6e4ff;
            color: #4a7cff;
            font-size: 12px;
}
.channel-record .content .avatar-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.channel-record .content .avatar-box .avatar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 29px;
        height: 29px;
        line-height: 29px;
        margin-right: 10px;
        border-radius: 50%;
        background-color: #0d5aff;
        color: #fff;
        font-size: 12px;
        zoom: 0.83;
}
.empty__view {
  margin: 40px;
}
.type--view {
  margin-top: 8px;
  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-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.record-list--title {
  width: 65px;
  font-size: 12px;
}
.record-list--content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
}
.record-list--content div {
    font-size: 12px;
}

.form-detail[data-v-1b10856c] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  color: #72767b;
}
.form-detail[data-v-1b10856c] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-1b10856c] .form-value-text {
    line-height: 44px;
    padding: 0 8px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #303b5b;
}
.form-detail[data-v-1b10856c] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-1b10856c] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-1b10856c] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-1b10856c] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-1b10856c] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-1b10856c] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-1b10856c] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-1b10856c] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-1b10856c] {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0 0 0;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.form-detail .close-container[data-v-1b10856c]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-1b10856c] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-1b10856c] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-1b10856c] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-1b10856c] {
    position: absolute;
    top: 56px;
    left: -40px;
    z-index: -1;
    -webkit-box-shadow: -2px 4px 8px 0 #e7e8ec;
            box-shadow: -2px 4px 8px 0 #e7e8ec;
    border-radius: 0 0 0 4px;
}
.form-detail .tag-stage[data-v-1b10856c] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-1b10856c] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-1b10856c] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-1b10856c] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-1b10856c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 20px;
        margin-bottom: 16px;
}
.form-detail .tag-stage .stage .text[data-v-1b10856c] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-1b10856c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-1b10856c] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-1b10856c] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-1b10856c] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-1b10856c] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-1b10856c] .step .status-step {
        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;
}
.form-detail .tag-stage .stage[data-v-1b10856c] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-1b10856c] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-1b10856c] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-1b10856c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #f2f5fb;
    overflow: hidden;
}
.form-detail .detail-left[data-v-1b10856c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 675px;
    background: #ffffff;
}
.form-detail .detail-left[data-v-1b10856c] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-1b10856c] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-1b10856c] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-1b10856c] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-1b10856c] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-1b10856c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-1b10856c] .right-container,
    .form-detail .detail-right[data-v-1b10856c] .detail-right-tabs,
    .form-detail .detail-right[data-v-1b10856c] .el-card,
    .form-detail .detail-right[data-v-1b10856c] .el-card__body,
    .form-detail .detail-right[data-v-1b10856c] .tabs,
    .form-detail .detail-right[data-v-1b10856c] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-1b10856c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-1b10856c] .el-tabs,
    .form-detail .info-content[data-v-1b10856c] .el-tabs__content,
    .form-detail .info-content[data-v-1b10856c] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
      line-height: 60px;
      padding: 0 24px;
      border-bottom: 1px solid #e7e8ec;
      font-size: 16px;
      font-weight: 400;
      color: #303b5b;
}
.form-detail .info-content .form-box[data-v-1b10856c] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-1b10856c]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-1b10856c]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-1b10856c]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-1b10856c] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-1b10856c] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-1b10856c] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-1b10856c] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-1b10856c] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    margin-left: 24px;
    font-size: 12px;
    color: #303b5b;
}
.form-detail .order-detail-head .header-left[data-v-1b10856c],
    .form-detail .order-detail-head .header-right[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.form-detail .order-detail-head .header-right[data-v-1b10856c] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-1b10856c] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-1b10856c] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-1b10856c] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-1b10856c] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 32px;
}
.form-detail .order-detail-head .name-info .name[data-v-1b10856c] {
        height: 32px;
        line-height: 32px;
        max-width: 350px;
        margin-right: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 22px !important;
        font-weight: 600;
        color: #101739;
}
.form-detail .order-detail-head .name-info .contact[data-v-1b10856c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 12px;
}
.form-detail .order-detail-head .name-info .specia-attention .huIcon[data-v-1b10856c] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-1b10856c] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-1b10856c] {
      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;
      height: 20px;
      margin-left: 8px;
      padding: 0 4px 0 6px;
      background: #fef9e0;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #f9ebd6;
      cursor: pointer;
}
.form-detail .order-detail-head .repeat-tag .text[data-v-1b10856c] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-1b10856c] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 28px;
      padding: 0 10px;
      margin-left: 8px;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
      background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
      -webkit-box-shadow: 0px 4px 13px 0px rgba(166, 170, 183, 0.3);
              box-shadow: 0px 4px 13px 0px rgba(166, 170, 183, 0.3);
      border-radius: 15px 15px 15px 15px;
}
.form-detail .order-detail-head .phone-operate .operate-item[data-v-1b10856c] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-1b10856c] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-1b10856c]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-1b10856c] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-1b10856c] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-1b10856c] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-1b10856c] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 17px;
      line-height: 17px;
      margin-left: 23px;
      font-weight: 400;
      white-space: nowrap;
      color: #303b5b;
}
.form-detail .order-detail-head .follow-info .text[data-v-1b10856c] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-1b10856c] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-1b10856c] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-1b10856c] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-1b10856c] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-1b10856c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 12px 24px;
}
.form-detail .follow-info--view.left-32[data-v-1b10856c] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-1b10856c] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-1b10856c] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-1b10856c] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-1b10856c] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-1b10856c] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-1b10856c] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-1b10856c] {
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.form-detail .header-wrap .header[data-v-1b10856c] {
      padding: 8px 0;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.form-detail .header-wrap .header .header-info[data-v-1b10856c] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-1b10856c] {
          font-size: 14px;
}
.form-detail .content[data-v-1b10856c] {
    width: 100%;
    height: calc(100% - 150px);
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.form-detail .content .header[data-v-1b10856c] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 5px 0px 30px;
      padding: 10px 24px;
      border-bottom: 1px solid #eef1f6;
}
.form-detail .content .header .title[data-v-1b10856c] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-1b10856c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-1b10856c] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-1b10856c] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-1b10856c] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-1b10856c] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-1b10856c] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-1b10856c] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-1b10856c] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-1b10856c] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-1b10856c] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-1b10856c] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-1b10856c] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-1b10856c] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-1b10856c] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-1b10856c] {
      position: absolute;
      top: 4px;
      right: 10px;
      color: #768cf1;
      font-size: 14px;
      display: none;
      cursor: pointer;
      background: #edf4fe;
}
.form-detail .remark--view .icon-edit[data-v-1b10856c] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-1b10856c] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-1b10856c] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-1b10856c] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-1b10856c] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-1b10856c]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.detail-left[data-v-1b10856c] {
  width: 100% !important;
}
.detail-left .form-box[data-v-1b10856c] {
    width: 100% !important;
}
.detail-left .form-box__content[data-v-1b10856c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.detail-left .form-box__content[data-v-1b10856c] .avue-form {
      margin: 0 30px 0 0;
}
.detail-left .form-box__content .line--view[data-v-1b10856c] {
      width: 1px;
      height: 324px;
      border-left: 1px solid #e7e8ec;
      -webkit-transform: scaleX(0.5);
              transform: scaleX(0.5);
      margin-top: 32px;
}
.detail-left .form-box__content .preview--view[data-v-1b10856c] {
      width: 216px;
      margin-left: 27px;
      margin-top: 32px;
}
.detail-left .form-box__content .preview--view .upload-view[data-v-1b10856c] {
        width: 160px;
        height: 278px;
        background: #f7f8fa;
        position: relative;
        border-radius: 5px;
        margin-bottom: 12px;
}
.detail-left .form-box__content .preview--view .upload-view input[data-v-1b10856c] {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10;
          opacity: 0;
          cursor: pointer;
}
.detail-left .form-box__content .preview--view .upload-view .avatar[data-v-1b10856c] {
          position: absolute;
          left: 0;
          top: 0;
          width: 160px;
          height: 278px;
          z-index: 1;
          border-radius: 5px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          overflow: hidden;
}
.detail-left .form-box__content .preview--view .upload-view .avatar img[data-v-1b10856c] {
            width: 100%;
}
.detail-left .form-box__content .preview--view .upload-view .video--view[data-v-1b10856c] {
          background: #000;
}
.detail-left .form-box__content .preview--view .upload-view .video--view .play-icon--view[data-v-1b10856c] {
            width: 40px;
            height: 40px;
            background: rgba(255, 255, 255, 0.3);
            border-radius: 50%;
            position: absolute;
            left: 60px;
            top: 119px;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.detail-left .form-box__content .preview--view .upload-view .video--view .play-icon--view .iconbofang[data-v-1b10856c] {
              font-size: 14px;
              color: #fff;
              margin-left: 2px;
              margin-top: 2px;
}
.detail-left .form-box__content .preview--view .upload-view .upload--view[data-v-1b10856c] {
          height: 54px;
          font-size: 14px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          position: absolute;
          top: 112px;
          left: 52px;
}
.detail-left .form-box__content .preview--view .upload-view .upload--view .huIcon[data-v-1b10856c] {
            font-size: 24px;
            color: #303b5b;
}
.detail-left .form-box__content .preview--view .upload-view .upload--view .upload--view__text[data-v-1b10856c] {
            color: #303b5b;
}
.detail-left .form-box__content .preview--view .upload-view .has-img--text[data-v-1b10856c] {
          display: none;
          width: 160px;
          height: 278px;
          position: absolute;
          left: 0;
          top: 0;
          background: rgba(0, 0, 0, 0.4);
          z-index: 15;
          color: #ffffff;
}
.detail-left .form-box__content .preview--view .upload-view .has-img--text .preview--view__icon[data-v-1b10856c],
          .detail-left .form-box__content .preview--view .upload-view .has-img--text .reupload--view[data-v-1b10856c] {
            height: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            cursor: pointer;
}
.detail-left .form-box__content .preview--view .upload-view .has-img--text .preview--view__icon .huIcon[data-v-1b10856c],
            .detail-left .form-box__content .preview--view .upload-view .has-img--text .reupload--view .huIcon[data-v-1b10856c] {
              font-size: 20px;
}
.detail-left .form-box__content .preview--view .upload-view .has-img--text .preview--view__icon[data-v-1b10856c] {
            margin-right: 27px;
}
.detail-left .form-box__content .preview--view .upload-view .has-img--text .upload--text[data-v-1b10856c] {
            color: #ffffff;
            font-size: 14px;
}
.detail-left .form-box__content .preview--view .upload-view[data-v-1b10856c]:hover {
          background: #eff1f4;
}
.detail-left .form-box__content .preview--view .upload-view:hover .has-img--text[data-v-1b10856c] {
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            border-radius: 5px;
}
.detail-left .form-box__content .preview--view .upload-tips--text[data-v-1b10856c] {
        font-size: 12px;
        color: #a2a5b5;
}
.detail-left .tab__content--view[data-v-1b10856c] {
    overflow-y: auto;
}
.detail-left .mask[data-v-1b10856c] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
    background: rgba(51, 51, 51, 0.5);
    overflow: hidden;
    z-index: 3000;
}
.detail-left .mask .mask--view__video[data-v-1b10856c] {
      width: 854px;
      height: 480px;
      background: #000;
      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: center;
          -ms-flex-pack: center;
              justify-content: center;
}
.detail-left .mask .close-btn[data-v-1b10856c] {
      position: absolute;
      top: 106px;
      right: 48px;
      width: 40px;
      height: 40px;
      cursor: pointer;
}
.detail-left .mask .close-btn .huIcon[data-v-1b10856c] {
        font-size: 40px;
        color: #ffffff;
}
.detail-left .mask .close-btn:hover .huIcon[data-v-1b10856c] {
        color: #dddddd;
}
.detail-left .el-image[data-v-1b10856c] {
    width: 100%;
    height: 100%;
}
.close-container[data-v-1b10856c] {
  border-bottom-left-radius: 4px !important;
}
[data-v-1b10856c] .el-select__tags-text,[data-v-1b10856c] .el-select__tags-text-no-dept {
  font-size: 12px;
}

.detail-data .filter-reset[data-v-a5cc33a2] {
  margin-left: -20px;
}
.detail-data[data-v-a5cc33a2] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-a5cc33a2] {
  padding-top: 20px;
}

.detail-data .filter-reset[data-v-dd487058] {
  margin-left: -20px;
}
.detail-data[data-v-dd487058] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-dd487058] {
  padding-top: 20px;
}

.second-channel--view[data-v-1a3530aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}
.second-channel--view .left-sidebar-view[data-v-1a3530aa] {
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}
.second-channel--view .left-sidebar-view .title[data-v-1a3530aa] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 16px 0;
      white-space: nowrap;
      overflow: hidden;
}
.second-channel--view .left-sidebar-view .title .title-text[data-v-1a3530aa] {
        font-size: 16px;
        font-weight: 500;
        color: #101739;
}
.second-channel--view .left-sidebar-view .title .setting-text[data-v-1a3530aa] {
        font-size: 12px;
        color: #0d5aff;
        cursor: pointer;
}
.second-channel--view .left-sidebar-view .category-view .category-list[data-v-1a3530aa] {
      padding: 0 4px 0 5px;
      margin-bottom: 6px;
      height: 40px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 8px;
      cursor: pointer;
}
.second-channel--view .left-sidebar-view .category-view .category-list .icontuodong1[data-v-1a3530aa] {
        color: #a2a5b5;
        font-size: 10px;
        margin-right: 4px;
        cursor: move;
}
.second-channel--view .left-sidebar-view .category-view .category-list .all-text[data-v-1a3530aa] {
        color: #101739;
        font-size: 14px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.second-channel--view .left-sidebar-view .category-view .category-list .category-text[data-v-1a3530aa] {
        color: #101739;
        font-size: 12px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: hidden;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
}
.second-channel--view .left-sidebar-view .category-view .category-list:hover .category-text[data-v-1a3530aa] {
        color: #0d5aff;
}
.second-channel--view .left-sidebar-view .category-view .category-list:hover .operat-icon-view[data-v-1a3530aa] {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
}
.second-channel--view .left-sidebar-view .category-view .active[data-v-1a3530aa] {
      background: #edf4fe;
}
.second-channel--view .left-sidebar-view .category-view .active .category-text[data-v-1a3530aa] {
        color: #0d5aff;
}
.second-channel--view .left-sidebar-view[data-v-1a3530aa]::-webkit-scrollbar {
      display: none;
}
.second-channel--view .right-sidebar-view[data-v-1a3530aa] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% - 196px);
    height: 100%;
    overflow-y: auto;
}
.second-channel--view .right-sidebar-view .second-channel--content[data-v-1a3530aa] {
      padding: 16px 20px;
}
[data-v-1a3530aa] .add-page-form .page-container {
  height: calc(100vh - 170px);
}
[data-v-1a3530aa] .add-content--view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1200px;
  margin: 0 auto;
}
[data-v-1a3530aa] .add-content--view .msg--view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 58px;
}
[data-v-1a3530aa] .add-content--view .msg--view .avue-form {
      max-width: none !important;
}
[data-v-1a3530aa] .add-content--view .line--view {
    width: 1px;
    height: 324px;
    border-left: 1px solid #e7e8ec;
    -webkit-transform: scaleX(0.5);
            transform: scaleX(0.5);
}
[data-v-1a3530aa] .add-content--view .preview--view {
    width: 270px;
    padding-left: 50px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view {
      width: 160px;
      height: 278px;
      background: #f7f8fa;
      position: relative;
      border-radius: 5px;
      margin-bottom: 12px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view input {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .avatar {
        position: absolute;
        left: 0;
        top: 0;
        width: 160px;
        height: 278px;
        z-index: 1;
        border-radius: 5px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        overflow: hidden;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .avatar img {
          width: 100%;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .video--view {
        background: #000;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .video--view .play-icon--view {
          width: 40px;
          height: 40px;
          background: rgba(255, 255, 255, 0.3);
          border-radius: 50%;
          position: absolute;
          left: 60px;
          top: 119px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .video--view .play-icon--view .iconbofang {
            font-size: 14px;
            color: #fff;
            margin-left: 2px;
            margin-top: 2px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .upload--view {
        height: 54px;
        font-size: 14px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: absolute;
        top: 112px;
        left: 52px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .upload--view .huIcon {
          font-size: 24px;
          color: #303b5b;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .upload--view .upload--view__text {
          color: #303b5b;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text {
        display: none;
        width: 160px;
        height: 278px;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.4);
        z-index: 15;
        color: #ffffff;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .preview--view__icon,[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .reupload--view {
          height: 20px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          cursor: pointer;
          font-size: 20px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .preview--view__icon .huIcon,[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .reupload--view .huIcon {
            font-size: 20px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .preview--view__icon {
          margin-right: 27px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view .has-img--text .upload--text {
          color: #ffffff;
          font-size: 14px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view:hover {
        background: #eff1f4;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-view:hover .has-img--text {
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 5px;
}
[data-v-1a3530aa] .add-content--view .preview--view .upload-tips--text {
      font-size: 12px;
      color: #a2a5b5;
}
.list-code--view[data-v-1a3530aa] {
  color: #a2a5b5;
}
.cooperation-user--view[data-v-1a3530aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}
.dz-form-customer .type-radio[data-v-1a3530aa] {
  margin-left: 76px;
  margin-top: 24px;
}
.tips-error[data-v-1a3530aa] {
  padding-left: 76px;
  position: absolute;
}
[data-v-1a3530aa] .customer-search-select .is-disabled:hover .el-input__inner {
  border-color: #e4e7ed !important;
}
[data-v-1a3530aa] .el-loading-spinner {
  top: 50% !important;
}
.dialog-view[data-v-1a3530aa] .el-dialog__body {
  padding-top: 0;
}
.btn-operate--setting[data-v-1a3530aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}
.group-setting-table .icontuodong1[data-v-1a3530aa] {
  color: #a2a5b5;
  padding-left: 6px;
  font-size: 14px;
  cursor: -webkit-grab;
  cursor: grab;
}
.name--view[data-v-1a3530aa] {
  line-height: 45px;
}
.channel-initial--name[data-v-1a3530aa] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.child-num--view[data-v-1a3530aa] {
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 9px;
  padding: 0 6px;
  background: #eff1f5;
  font-size: 12px;
  color: #303b5b;
  text-align: center;
}
.select-user--view[data-v-1a3530aa] {
  min-height: 34px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7eb;
  border-radius: 4px;
  padding: 4px 0;
}
.select-user--view[data-v-1a3530aa]:hover {
    border-color: #0d5aff;
}
.error-view[data-v-1a3530aa] {
  border-color: #f56c6c;
}

.component__view[data-v-43943705] {
  width: 100%;
}

.customer-ruler[data-v-d589d200] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 10px;
  border: 1px solid #e7e8ec;
  border-radius: 4px;
  background: rgba(247, 248, 250, 0.5);
  overflow: hidden;
}
.customer-ruler .list-wrapper .list-item[data-v-d589d200] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px dashed #e7e8ec;
}
.customer-ruler .list-wrapper .list-item.error .is-error[data-v-d589d200] .el-input__inner,
    .customer-ruler .list-wrapper .list-item.error .is-error[data-v-d589d200] .city-select--view__compontent {
      border-color: #f56c6c;
}
.customer-ruler .list-wrapper .list-item + .list-item[data-v-d589d200] {
      padding-top: 12px;
}
.customer-ruler .list-wrapper .list-item .item + .item[data-v-d589d200] {
      margin-left: 12px;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .w220 {
      width: 220px;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .w220 .el-tag__close {
        color: #909399;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .w220 .el-tag__close:hover {
          color: #101739;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .w220 .el-popover__reference {
        height: 34px !important;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .w220 .city-select--view__compontent {
        height: 34px !important;
}
.customer-ruler .list-wrapper .list-item .item[data-v-d589d200] .el-tag {
      max-width: 130px;
}
.customer-ruler .list-wrapper .list-item .field[data-v-d589d200],
    .customer-ruler .list-wrapper .list-item .value[data-v-d589d200] {
      width: 224px;
}
.customer-ruler .list-wrapper .list-item .field[data-v-d589d200] .tag-filter,
      .customer-ruler .list-wrapper .list-item .value[data-v-d589d200] .tag-filter {
        margin: 0;
        line-height: 34px;
}
.customer-ruler .list-wrapper .list-item .field[data-v-d589d200] .el-input__inner,
      .customer-ruler .list-wrapper .list-item .field[data-v-d589d200] .el-cascader,
      .customer-ruler .list-wrapper .list-item .value[data-v-d589d200] .el-input__inner,
      .customer-ruler .list-wrapper .list-item .value[data-v-d589d200] .el-cascader {
        height: 34px !important;
        line-height: 34px !important;
}
.customer-ruler .list-wrapper .list-item .created-view[data-v-d589d200] {
      width: 396px;
}
.customer-ruler .list-wrapper .list-item .created-view .el-range-editor[data-v-d589d200] {
        padding-right: 0;
        width: 396px;
}
.customer-ruler .list-wrapper .list-item .created-view .el-range-editor[data-v-d589d200] .el-range-input {
          width: 40%;
}
.customer-ruler .list-wrapper .list-item .relation[data-v-d589d200] {
      width: 160px;
      height: 34px;
}
.customer-ruler .list-wrapper .list-item .relation[data-v-d589d200] .el-input__inner,
      .customer-ruler .list-wrapper .list-item .relation[data-v-d589d200] .el-cascader {
        height: 34px !important;
        line-height: 34px !important;
}
.customer-ruler .list-wrapper .list-item .operate[data-v-d589d200] {
      color: #101739;
      cursor: pointer;
}
.customer-ruler .list-wrapper .list-item .operate[data-v-d589d200]:hover {
        color: #f2333a;
}
.customer-ruler .list-wrapper .list-item .operate.disabled[data-v-d589d200] {
        cursor: not-allowed;
}
.customer-ruler .list-wrapper .list-item .operate.disabled[data-v-d589d200]:hover {
          color: #101739;
}
.customer-ruler .list-wrapper .list-item .operate.disabled .huIcon[data-v-d589d200] {
          color: #a2a5b5;
}
.customer-ruler .list-wrapper .add-container[data-v-d589d200] {
    padding-top: 8px;
    cursor: auto;
}
.customer-ruler .list-wrapper .add-container .el-icon-plus[data-v-d589d200],
    .customer-ruler .list-wrapper .add-container .btn-text[data-v-d589d200] {
      cursor: pointer;
}
.customer-ruler .left-relation[data-v-d589d200] {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 52px;
    padding: 20px 0 8px 0;
    margin-right: 6px;
    overflow: hidden;
}
.customer-ruler .left-relation .left-item[data-v-d589d200] {
      position: relative;
      width: 34px;
      height: 34px;
      line-height: 34px;
      border-radius: 4px;
      border: 1px solid #e7e8ec;
      text-align: center;
      font-size: 12px;
      color: #101739;
}
.customer-ruler .left-relation .left-item[data-v-d589d200]::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: -8px;
        width: 8px;
        height: 1px;
        background: #e7e8ec;
}
.customer-ruler .left-relation .right-item[data-v-d589d200] {
      float: right;
      width: 16px;
      height: 100%;
      border-radius: 6px;
      border: 1px solid #e7e8ec;
      -webkit-transform: translateX(7px);
              transform: translateX(7px);
}
.customer-ruler .time-select--view[data-v-d589d200] {
    width: 206px !important;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.customer-ruler .time-view[data-v-d589d200] {
    width: 180px;
}

.assign-merchant-ruler[data-v-dd93d796] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 11px 12px 11px 8px;
  background: #f7f8fa;
  border-radius: 4px;
  opacity: 0.87;
}
.assign-merchant-ruler .city-wrapper[data-v-dd93d796] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 138px;
    height: 100%;
}
.assign-merchant-ruler .city-wrapper .city-content[data-v-dd93d796] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-height: 34px;
      max-height: 380px;
      overflow-x: hidden;
      overflow-y: auto;
      padding-bottom: 10px;
}
.assign-merchant-ruler .city-wrapper .city-content .city-item[data-v-dd93d796] {
        height: 34px;
        margin: 10px 0;
        line-height: 34px;
        border-radius: 4px;
        padding: 0 8px;
        cursor: pointer;
        position: relative;
}
.assign-merchant-ruler .city-wrapper .city-content .select-city[data-v-dd93d796] {
        margin: 0 -8px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.assign-merchant-ruler .city-wrapper .city-content .select-city[data-v-dd93d796] .el-cascader {
          height: 34px;
          line-height: 34px;
}
.assign-merchant-ruler .city-wrapper .city-content[data-v-dd93d796]::-webkit-scrollbar {
        display: none;
}
.assign-merchant-ruler .city-wrapper .filter[data-v-dd93d796] .el-input__inner {
      border: none !important;
}
.assign-merchant-ruler .city-ruler[data-v-dd93d796] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8px;
    padding: 24px 20px;
    background: #ffffff;
    border-radius: 4px;
}
.assign-merchant-ruler .city-ruler .row-item[data-v-dd93d796] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.assign-merchant-ruler .city-ruler .row-item .label[data-v-dd93d796] {
        width: 72px;
        color: #101739;
}
.assign-merchant-ruler .city-ruler .row-item .row-label[data-v-dd93d796] {
        margin-right: 8px;
        white-space: nowrap;
        color: #101739;
}
.assign-merchant-ruler .city-ruler .assign-tips[data-v-dd93d796] {
      margin-top: 12px;
}
.assign-merchant-ruler .city-ruler .assign-tips .tip[data-v-dd93d796] {
        font-size: 12px;
        font-weight: 400;
        color: #6e758c;
        line-height: 17px;
}
.assign-merchant-ruler .merchant-list[data-v-dd93d796] {
    width: 100%;
    min-height: 70px;
    padding: 4px 16px;
    background: #fbfbfc;
    border-radius: 4px;
}
.assign-merchant-ruler .merchant-list .merchant-item[data-v-dd93d796] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px 0;
}
.assign-merchant-ruler .merchant-list .merchant-item + .merchant-item[data-v-dd93d796] {
        border-top: 1px dashed #e7e8ec;
}
.assign-merchant-ruler .merchant-list .merchant-item .row-item + .row-item[data-v-dd93d796] {
        margin-left: 16px;
}
.assign-merchant-ruler .merchant-list .merchant-item .row-item.operate[data-v-dd93d796] {
        width: 32px;
}
.assign-merchant-ruler .merchant-list .merchant-item .small-input[data-v-dd93d796] {
        width: 90px;
}
.assign-merchant-ruler .merchant-list .merchant-item .iconshanchu1[data-v-dd93d796] {
        margin-left: 12px;
        cursor: pointer;
        color: #101739;
}
.assign-merchant-ruler .merchant-list .merchant-item .iconshanchu1[data-v-dd93d796]:hover {
          color: #f2333a;
}
.assign-merchant-ruler .merchant-list .merchant-item .iconshanchu1 .huIcon[data-v-dd93d796] {
          color: #a2a5b5;
}
.assign-merchant-ruler .merchant-list .flex1[data-v-dd93d796] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.assign-merchant-ruler .merchant-container[data-v-dd93d796] {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 360px;
    overflow-y: auto;
}
.assign-merchant-ruler .merchant-container .label[data-v-dd93d796] {
      width: 72px;
      padding-top: 24px;
      color: #101739;
}
.assign-merchant-ruler .add-container[data-v-dd93d796] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
    cursor: pointer;
}
.assign-merchant-ruler .add-container .btn-text[data-v-dd93d796] {
      color: #0d5aff;
}
.assign-merchant-ruler .add-container .el-icon-plus[data-v-dd93d796] {
      color: #0d5aff;
}
.assign-merchant-ruler .add-container .operate-box[data-v-dd93d796] {
      cursor: pointer;
}
.assign-merchant-ruler .add-container .operate-box[data-v-dd93d796] {
      cursor: pointer;
}
.assign-merchant-ruler .add-container.merchant[data-v-dd93d796] {
      padding-left: 72px;
      margin-top: 16px;
      cursor: default;
}
.assign-merchant-ruler .add-container.city[data-v-dd93d796] {
      padding-left: 8px;
}
.assign-merchant-ruler .add-container.disabled[data-v-dd93d796] {
      cursor: not-allowed;
}
.drag-box[data-v-dd93d796] {
  cursor: row-resize;
}
.drag-box .icontuodong1[data-v-dd93d796] {
    color: #a2a5b5;
    font-size: 14px;
}
.city-item-text[data-v-dd93d796] .text {
  color: #101739;
}
.null-city-text[data-v-dd93d796] {
  font-size: 12px;
  color: #a2a5b5;
  margin: 8px auto;
}
[data-v-dd93d796] .el-input-number {
  line-height: 30px;
}
[data-v-dd93d796] .el-radio__input.is-checked .el-radio__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.tooltip-content[data-v-dd93d796] {
  line-height: 20px;
}
.del-city--icon[data-v-dd93d796] {
  margin-left: 6px;
  cursor: pointer;
  color: #101739;
}
.del-city--icon[data-v-dd93d796]:hover {
    color: #f2333a;
}
.del-city--icon .huIcon[data-v-dd93d796] {
    color: #a2a5b5;
}
.form-error--tips[data-v-dd93d796] {
  line-height: 12px;
}

.assign-pool-ruler[data-v-4412783e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 11px 12px 11px 8px;
  background: #f7f8fa;
  border-radius: 4px;
  opacity: 0.87;
}
.assign-pool-ruler .pool-ruler[data-v-4412783e] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8px;
    padding: 24px 20px;
    background: #ffffff;
    border-radius: 4px;
}
.assign-pool-ruler .pool-ruler .row-item[data-v-4412783e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.assign-pool-ruler .pool-ruler .row-item .label[data-v-4412783e] {
        width: 72px;
        color: #101739;
}
.assign-pool-ruler .pool-ruler .row-item .row-label[data-v-4412783e] {
        margin-right: 8px;
        white-space: nowrap;
        color: #101739;
}
.assign-pool-ruler .pool-container[data-v-4412783e] {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 360px;
    overflow-y: auto;
}
.assign-pool-ruler .pool-container .label[data-v-4412783e] {
      width: 72px;
      padding-top: 20px;
      color: #101739;
}
.assign-pool-ruler .pool-container .pool-list[data-v-4412783e] {
      width: 100%;
      min-height: 70px;
      padding: 4px 16px 4px 8px;
      background: #fbfbfc;
      border-radius: 4px;
}
.assign-pool-ruler .pool-container .pool-list .pool-item[data-v-4412783e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 12px 0;
}
.assign-pool-ruler .pool-container .pool-list .pool-item + .merchant-item[data-v-4412783e] {
          border-top: 1px dashed #e7e8ec;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .row-item + .row-item[data-v-4412783e] {
          margin-left: 16px;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .row-item.operate[data-v-4412783e] {
          width: 32px;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .small-input[data-v-4412783e] {
          width: 90px;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .iconshanchu1[data-v-4412783e] {
          margin-left: 12px;
          cursor: pointer;
          color: #101739;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .iconshanchu1[data-v-4412783e]:hover {
            color: #f2333a;
}
.assign-pool-ruler .pool-container .pool-list .pool-item .iconshanchu1 .huIcon[data-v-4412783e] {
            color: #a2a5b5;
}
.assign-pool-ruler .pool-container .pool-list .flex1[data-v-4412783e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.assign-pool-ruler .add-container[data-v-4412783e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 26px;
    padding-top: 10px;
    padding-left: 76px;
    margin-top: 16px;
}
.assign-pool-ruler .add-container .btn-text[data-v-4412783e] {
      color: #0d5aff;
}
.assign-pool-ruler .add-container .el-icon-plus[data-v-4412783e] {
      color: #0d5aff;
}
.assign-pool-ruler .add-container .operate-box[data-v-4412783e] {
      cursor: pointer;
}
.assign-pool-ruler .add-container .operate-box[data-v-4412783e] {
      cursor: pointer;
}
.assign-pool-ruler .add-container.city[data-v-4412783e] {
      padding-left: 8px;
}
.assign-pool-ruler .add-container.disabled[data-v-4412783e] {
      cursor: not-allowed;
}
.assign-pool-ruler .drag-box[data-v-4412783e] {
    cursor: row-resize;
}
.assign-pool-ruler .drag-box .icontuodong1[data-v-4412783e] {
      color: #a2a5b5;
      font-size: 14px;
}
.assign-pool-ruler .tooltip-content[data-v-4412783e] {
    line-height: 20px;
}
.custom-error--view[data-v-4412783e] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.ruler-detail[data-v-0728af64] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-top: 1px solid #e7e8ec;
  margin: 0 -20px -20px;
  padding-left: 20px;
}
.ruler-detail[data-v-0728af64] .el-radio .el-radio__input:not(.is-checked) .el-radio__inner {
    color: #a2a5b5;
}
.ruler-detail[data-v-0728af64] .el-radio .el-radio__label {
    color: #101739 !important;
}
.ruler-detail[data-v-0728af64] .el-icon-plus {
    font-weight: 500;
}
.ruler-detail .left[data-v-0728af64] {
    padding: 24px 20px 24px 4px;
    border-right: 1px solid #e7e8ec;
}
.ruler-detail .left .type-item[data-v-0728af64] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 160px;
      padding: 16px 12px 16px 16px;
      border-radius: 4px;
      border: 1px solid #e7e8ec;
      cursor: pointer;
}
.ruler-detail .left .type-item + .type-item[data-v-0728af64] {
        margin-top: 16px;
}
.ruler-detail .left .type-item .icondanxuanweixuan[data-v-0728af64] {
        color: #a2a5b5;
}
.ruler-detail .left .type-item.active[data-v-0728af64] {
        border-color: #b9c3f7;
        background: #edf0fd;
}
.ruler-detail .left .type-item.active .title[data-v-0728af64],
        .ruler-detail .left .type-item.active .icondanxuanyixuan[data-v-0728af64] {
          color: #0d5aff !important;
}
.ruler-detail .left .type-item.active .tip[data-v-0728af64] {
          color: #7e91f1 !important;
}
.ruler-detail .left .type-item .type-text[data-v-0728af64] {
        margin-left: 8px;
        margin-top: -2px;
}
.ruler-detail .left .type-item .type-text .title[data-v-0728af64] {
          font-size: 14px;
          font-weight: 500;
          color: #101739;
}
.ruler-detail .left .type-item .type-text .tip[data-v-0728af64] {
          color: #6e758c;
}
.ruler-detail .left .type-item .type-text .tip[data-v-0728af64] {
          margin-top: 8px;
          font-size: 12px;
          font-weight: 400;
}
.ruler-detail .left .disabeld--view[data-v-0728af64] {
      background: #f7f8fa;
      cursor: no-drop;
}
.ruler-detail .left .disabeld--view .title[data-v-0728af64] {
        color: #a2a5b5 !important;
}
.ruler-detail .left .disabeld--view .tip[data-v-0728af64] {
        color: #a2a5b5 !important;
}
.ruler-detail .left .disabeld--view.active[data-v-0728af64] {
        cursor: default;
}
.ruler-detail .right[data-v-0728af64] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px 20px 24px 24px;
    overflow-y: auto;
}
.ruler-detail .right .right-item[data-v-0728af64] {
      position: relative;
}
.ruler-detail .right .right-item + .right-item[data-v-0728af64] {
        margin-top: 24px;
}
.ruler-detail .right .right-item .label[data-v-0728af64] {
        font-size: 14px;
        color: #101739;
        line-height: 20px;
}
.ruler-detail .right .right-item .label.mb[data-v-0728af64] {
          margin-bottom: 12px;
}
.ruler-detail .right .right-item .condition-wrapper[data-v-0728af64] {
        margin-top: 16px;
}
.ruler-detail .right .right-item .range-tip[data-v-0728af64] {
        display: inline-block;
        -webkit-transform: translateX(-20px) translateY(1px);
                transform: translateX(-20px) translateY(1px);
        color: #a2a5b5;
}
.ruler-detail .right .right-item .assign-tips[data-v-0728af64] {
        margin-top: 12px;
}
.ruler-detail .right .right-item .assign-tips .tip[data-v-0728af64] {
          font-size: 12px;
          font-weight: 400;
          color: #6e758c;
          line-height: 17px;
}
.ruler-detail .right .right-item .member-table .add-container[data-v-0728af64] {
        padding-top: 16px;
        width: 100px;
}
.ruler-detail .right .right-item .member-table[data-v-0728af64] .el-table__empty-block {
        height: 16px;
        min-height: auto !important;
}
.ruler-detail .right .border-box[data-v-0728af64] {
      position: relative;
      padding: 16px 12px;
      border-radius: 4px;
      border: 1px solid #e7e8ec;
}
.ruler-detail .right .border-box + .border-box[data-v-0728af64] {
        margin-top: 16px;
}
.ruler-detail .right .border-box .remove-city[data-v-0728af64] {
        position: absolute;
        right: -12px;
        top: -10px;
        font-size: 20px;
        color: #bbbecc;
        cursor: pointer;
}
.ruler-detail .right .border-box .remove-city[data-v-0728af64]:hover {
          color: #83899d;
}
.ruler-detail .right .row-item[data-v-0728af64] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
}
.ruler-detail .right .row-item + .row-item[data-v-0728af64] {
        margin-top: 16px;
}
.ruler-detail .right .row-item.align-center[data-v-0728af64] {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.ruler-detail .right .row-item .label[data-v-0728af64] {
        width: 72px;
        white-space: nowrap;
}
.ruler-detail .right .row-item .content[data-v-0728af64] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.ruler-detail .right .row-item .member-table[data-v-0728af64] .drag-box {
        cursor: row-resize;
        text-align: center;
}
.ruler-detail .right .row-item .member-table[data-v-0728af64] .drag-box .huIcon {
          color: #a2a5b5;
          font-size: 14px;
}
.ruler-detail .right .customer-width[data-v-0728af64] {
      width: 400px;
}
.ruler-detail .footer-operate[data-v-0728af64] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    left: 220px;
    height: 68px;
    padding: 20px 14px 14px;
    background-color: #fff;
    text-align: right;
    z-index: 10;
}
.ruler-detail .top-operate[data-v-0728af64] {
    position: absolute;
    top: -48px;
    right: 0;
    padding-right: 24px;
    text-align: right;
    z-index: 10;
}
.ruler-detail .user-tip[data-v-0728af64] {
    margin-left: 4px;
    font-size: 12px;
    color: #ff8700;
    cursor: pointer;
}
.small-input[data-v-0728af64] {
  width: 90px;
}
.big-input[data-v-0728af64] {
  width: 180px;
}
.not-drag[data-v-0728af64] {
  width: 100%;
}
[data-v-0728af64] .el-radio__input.is-checked .el-radio__inner {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.tooltip-content[data-v-0728af64] {
  line-height: 20px;
}
.text-view[data-v-0728af64] {
  color: #101739;
}
.text-view[data-v-0728af64] .el-switch__core {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 4px;
    top: -1px;
}
.dialog-title--view[data-v-0728af64] {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #101739;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-title--view .dialog-title--tips[data-v-0728af64] {
    font-size: 12px;
    color: #a2a5b5;
}

.clue-assign-ruler[data-v-7786cdf9] {
  position: relative;
}
.clue-assign-ruler .add-ruler[data-v-7786cdf9] {
    margin-bottom: 16px;
}
.clue-assign-ruler .alert-tips[data-v-7786cdf9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 0 14px;
    margin-bottom: 16px;
    background: rgba(255, 135, 0, 0.12);
    border-radius: 4px;
}
.clue-assign-ruler .alert-tips .text[data-v-7786cdf9] {
      margin-left: 4px;
      font-size: 14px;
      font-weight: 400;
      color: #444b6c;
}
.clue-assign-ruler .table-content[data-v-7786cdf9] .icontuodong1 {
    cursor: move;
}
.clue-assign-ruler[data-v-7786cdf9] .popup-close {
    border-bottom-left-radius: 4px;
}
.icontuodong1[data-v-7786cdf9] {
  color: #a2a5b5;
  padding-left: 6px;
}
.popup-content[data-v-7786cdf9] {
  height: 100%;
  padding: 0 20px 20px;
}
.popup-content[data-v-7786cdf9] .ruler-detail {
    border-top: none;
}
.popup-content[data-v-7786cdf9] .ruler-detail .right {
      height: calc(100% - 44px);
}
.dialog-content[data-v-7786cdf9] {
  height: 100%;
}
.dialog-content[data-v-7786cdf9] .ruler-detail .right {
    height: 590px;
    margin-bottom: 79px;
}
.dialog-content[data-v-7786cdf9] .ruler-detail .right .merchant-container {
      max-height: 190px;
}
.tooltip-content[data-v-7786cdf9] {
  line-height: 20px;
}

[data-v-bcf2a002] .avue-crud .avue-crud__menu {
  display: none;
}
[data-v-bcf2a002] .log--item {
  padding: 8px 0;
}
[data-v-bcf2a002] .log--item .log--title {
    color: #101739;
}
[data-v-bcf2a002] .log--item .log--ul {
    padding-left: 18px;
    margin: 4px 0 0 0;
}
[data-v-bcf2a002] .log--item .log--content {
    color: #a2a5b5;
    font-size: 12px;
}

[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body {
  height: 336px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 20px 24px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .label-box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 95px;
      color: #101739;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .label-box .label {
        width: unset;
        padding-right: 4px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .label {
      vertical-align: top;
      height: 36px;
      line-height: 36px;
      width: 95px;
      padding-right: 4px;
      color: #101739;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .required:after {
      content: "*";
      color: #f56c6c;
      margin-right: 4px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .input {
      width: 400px !important;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .row .url-tips--view {
      width: 400px;
      margin-left: 10px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .tips-row--view {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .copy-sapn {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #0d5aff;
    cursor: pointer;
    margin-left: 16px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 {
    position: relative;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .img-content {
      position: relative;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .img-content .copy-jump-btn {
        width: 120px;
        position: absolute;
        top: 25px;
        left: 420px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .img-content .less-left {
        left: 380px !important;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .tips {
      font-size: 12px;
      color: #a2a5b5;
      text-align: left;
      margin-top: 9px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .tips .red {
        color: #fe7c2a;
        font-size: 12px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .tips .time-text {
        color: #444b6c;
        font-size: 12px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .tips .look-help {
        color: #0d5aff;
        font-size: 12px;
        cursor: pointer;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 img {
      width: 100%;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .preview--view {
      position: relative;
      width: 76px;
      height: 16px;
      overflow: hidden;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .preview--view .can-click-text {
        position: absolute;
        top: 1px;
        left: 0;
        pointer-events: none;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-2 .preview--view .img-box {
        opacity: 0;
        cursor: pointer;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-3 {
    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;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-3 .step-3-content {
      display: inline-block;
      text-align: center;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-3 .step-3-content .el-icon-success {
        color: #1bc668;
        font-size: 50px;
        margin-bottom: 20px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-3 .step-3-content .success-text {
        color: #303b5b;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 20px;
}
[data-v-3b67d6e3] .clue-config-dialog .el-dialog__body .step-3 .step-3-content .success-info {
        color: #303b5b;
        font-size: 16px;
}
.clue-config[data-v-3b67d6e3] {
  width: 100%;
}
.clue-config .table-content[data-v-3b67d6e3] {
    padding: 16px 20px 12px 20px;
    border-radius: 0 0 10px 10px;
    background-color: #fff;
}
.clue-config .table-content .btn-content[data-v-3b67d6e3] {
      width: 100%;
      height: 32px;
      line-height: 32px;
      margin-bottom: 16px;
}
.clue-config .table-content .page[data-v-3b67d6e3] {
      text-align: right;
      margin-top: 20px;
}
.clue-config .add-page[data-v-3b67d6e3] {
    background-color: #fff;
}
.clue-config .add-page .title[data-v-3b67d6e3] {
      height: 60px;
      line-height: 60px;
      padding-left: 20px;
      color: #303b5b;
      font-size: 16px;
      border-bottom: solid 1px #e7e7eb;
}
.clue-config .add-page .title .text[data-v-3b67d6e3] {
        margin-left: 10px;
}
.clue-config .add-page .clue-content[data-v-3b67d6e3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 20px;
}
.clue-config .add-page .clue-content .clue-item[data-v-3b67d6e3] {
        position: relative;
        width: 234px;
        height: 176px;
        cursor: pointer;
        border: solid 1px #e0e3e9;
        border-radius: 4px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-right: 20px;
        margin-bottom: 20px;
}
.clue-config .add-page .clue-content .clue-item .img-content[data-v-3b67d6e3] {
          width: 100%;
          height: 140px;
          padding: 0 28px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: center center;
}
.clue-config .add-page .clue-content .clue-item .baidu[data-v-3b67d6e3] {
          background-image: url("/img/ads/baidu.png");
}
.clue-config .add-page .clue-content .clue-item .juliang[data-v-3b67d6e3] {
          background-image: url("/img/ads/juliang.jpg");
}
.clue-config .add-page .clue-content .clue-item .tencent[data-v-3b67d6e3] {
          background-image: url("/img/ads/tencent.jpg");
}
.clue-config .add-page .clue-content .clue-item .cili[data-v-3b67d6e3] {
          background-image: url("/img/ads/cili.png");
}
.clue-config .add-page .clue-content .clue-item .third[data-v-3b67d6e3] {
          background-image: url("/img/ads/third.png");
}
.clue-config .add-page .clue-content .clue-item .clue-title[data-v-3b67d6e3] {
          width: 100%;
          height: 32px;
          line-height: 32px;
          background: #f9fcff;
          text-align: center;
          font-size: 14px;
}
.clue-config .add-page .clue-content .clue-item .status-text[data-v-3b67d6e3] {
          font-size: 14px;
          position: absolute;
          top: 10px;
          right: 10px;
}
.clue-config .add-page .clue-content .clue-item .model[data-v-3b67d6e3] {
          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;
          position: absolute;
          top: 0;
          left: 0;
          bottom: 32px;
          width: 100%;
          opacity: 0;
}
.clue-config .add-page .clue-content .clue-item .model[data-v-3b67d6e3]:hover {
            background: rgba(33, 35, 41, 0.7);
            opacity: 1;
}
.clue-config .add-page .clue-content .clue-item .model .icons[data-v-3b67d6e3] {
            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;
            width: 48px;
            height: 48px;
            border: 1px solid #fff;
            border-radius: 50%;
            font-size: 20px;
            color: #fff;
}
[data-v-3b67d6e3] .text {
  height: 55px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-view[data-v-3b67d6e3] {
  cursor: pointer;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
}
.text-view[data-v-3b67d6e3]:hover {
    color: #0d5aff;
}
.text-view:hover .iconfanhui[data-v-3b67d6e3] {
      color: #0d5aff;
}
.btn-view[data-v-3b67d6e3] {
  position: absolute;
  top: 10px;
  right: 20px;
}
.edit-form[data-v-3b67d6e3] .avue-form__menu {
  display: none;
}
.edit__text[data-v-3b67d6e3] {
  margin-right: 12px;
}
.status__text--green[data-v-3b67d6e3] {
  color: #00ca5c;
}
.status__text--red[data-v-3b67d6e3] {
  color: #f2333a;
}
.tooltip-content[data-v-3b67d6e3] {
  line-height: 20px;
}
.iconicon_tishi_lanse[data-v-3b67d6e3] {
  cursor: pointer;
  font-size: 14px;
  color: #a2a5b5;
}
.el-form-item .sceond-channel--view[data-v-3b67d6e3] {
  width: 400px;
}
.select--view[data-v-3b67d6e3] {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
[data-v-3b67d6e3] .steps {
  height: 32px;
  margin-bottom: 38px;
}
[data-v-3b67d6e3] .steps .steps-step {
    overflow-x: hidden;
}
[data-v-3b67d6e3] .steps .steps-processes {
    margin-bottom: 0;
}
[data-v-3b67d6e3] .steps .steps-processes .step-wrapper {
      width: 210px;
}
.step-list--view[data-v-3b67d6e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.active-step[data-v-3b67d6e3] {
  background: #0d5aff !important;
}
.active-step[data-v-3b67d6e3] .step {
    background: #0d5aff !important;
    color: #ffffff;
}
.edit-dialog[data-v-3b67d6e3] .el-dialog__footer {
  margin-top: -34px;
}

.detail-data .filter-reset[data-v-e1cde60e] {
  margin-left: -20px;
}
.detail-data[data-v-e1cde60e] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-e1cde60e] {
  padding-top: 20px;
}

.detail-data .filter-reset[data-v-72db23c4] {
  margin-left: -20px;
}
.detail-data[data-v-72db23c4] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-72db23c4] {
  padding-top: 20px;
}

.recycle-time[data-v-41f0ef0a] {
  width: 130px !important;
}
[data-v-41f0ef0a] .line-two {
  height: 140px !important;
}

.recycle-time[data-v-355da3f6] {
  width: 130px !important;
}
[data-v-355da3f6] .line-two {
  height: 200px !important;
}

.pool-recovery-rule[data-v-4c3fa210] {
  position: relative;
  padding: 32px 0 32px 20px;
  overflow: auto;
}
.pool-recovery-rule .category[data-v-4c3fa210] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pool-recovery-rule .category .label[data-v-4c3fa210] {
      width: 76px;
      color: #303b5b;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content {
    padding: 32px 20px 24px 0;
    height: calc(100vh - 240px);
    overflow: auto;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin-bottom: 16px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-title {
        font-size: 14px;
        color: #303b5b;
        margin-right: 20px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .list-one {
        margin-top: 20px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 20px 16px;
        background: rgba(247, 248, 250, 0.5);
        border-radius: 4px;
        border: 1px solid #e7e8ec;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex {
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .text-div {
            width: 34px;
            height: 34px;
            line-height: 34px;
            text-align: center;
            background: #ffffff;
            border-radius: 4px;
            border: 1px solid #e7e8ec;
            font-size: 12px;
            color: #101739;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .line-one {
            width: 8px;
            height: 1px;
            border-top: 1px solid #e7e8ec;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .line-two {
            width: 9px;
            height: 115px;
            border: 1px solid #e7e8ec;
            border-right: 0 none;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .rule-text {
            font-size: 14px;
            color: #303b5b;
            margin-right: 16px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .select-view {
            margin-right: 13px;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-flex .select-view .input-style {
              width: 100px;
              height: 34px;
              margin-right: 3px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-content {
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-content .row-list {
            height: 58px;
            border-bottom: 1px dashed #e7e8ec;
            padding-left: 9px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-list-content .row-content .row-list__border-bottom--none {
            border-bottom: 0 none;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-list .rule-setting__view {
        padding-top: 0;
        padding-bottom: 0;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .rule-switch {
      margin-bottom: 32px;
}
.pool-recovery-rule[data-v-4c3fa210] .ruler-content .center-style {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.pool-recovery-rule .null-view[data-v-4c3fa210] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.pool-recovery-rule .ruler-descript[data-v-4c3fa210] {
    color: #0d5aff;
    cursor: pointer;
    margin-right: 20px;
}
.tips-dialog-title[data-v-4c3fa210] {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 24px;
}
.tips-dialog-title .common-list-tab[data-v-4c3fa210] {
    margin-top: -20px;
}
.tips-dialog-title .common-list-tab[data-v-4c3fa210] .el-tabs__header {
      padding: 0;
}
.tips-dialog-title .el-icon-close[data-v-4c3fa210] {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    color: #444b6c;
    cursor: pointer;
}
.tips-dialog-title .el-icon-close[data-v-4c3fa210]:hover {
      color: #0d5aff;
}
.tips-content[data-v-4c3fa210] {
  margin-top: 8px;
}
.tips-content div[data-v-4c3fa210],
  .tips-content p[data-v-4c3fa210],
  .tips-content li[data-v-4c3fa210] {
    font-size: 14px;
    color: #101739;
}
.tips-content .label-text[data-v-4c3fa210] {
    margin-top: 14px;
}
.tips-content .rule-content .first-text[data-v-4c3fa210] {
    padding-left: 28px;
}
.tips-content .rule-content .second-text[data-v-4c3fa210] {
    padding-left: 44px;
}
[data-v-4c3fa210] .hide-text {
  color: #fff !important;
}

.form-detail[data-v-f141545a] {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  background-color: #ffffff;
  color: #72767b;
}
.form-detail[data-v-f141545a] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-f141545a] .form-value-text {
    line-height: 44px;
    padding: 0 8px 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #303b5b;
}
.form-detail[data-v-f141545a] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-f141545a] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-f141545a] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-f141545a] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-f141545a] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-f141545a] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-f141545a] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-f141545a] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-f141545a] {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0 0 0;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.form-detail .close-container[data-v-f141545a]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-f141545a] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-f141545a] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-f141545a] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-f141545a] {
    position: absolute;
    top: 56px;
    left: -40px;
    z-index: -1;
    -webkit-box-shadow: -2px 4px 8px 0 #e7e8ec;
            box-shadow: -2px 4px 8px 0 #e7e8ec;
    border-radius: 0 0 0 4px;
}
.form-detail .tag-stage[data-v-f141545a] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-f141545a] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-f141545a] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-f141545a] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-f141545a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 20px;
        margin-bottom: 16px;
}
.form-detail .tag-stage .stage .text[data-v-f141545a] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-f141545a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-f141545a] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-f141545a] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-f141545a] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-f141545a] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-f141545a] .step .status-step {
        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;
}
.form-detail .tag-stage .stage[data-v-f141545a] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-f141545a] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-f141545a] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-f141545a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    background: #f2f5fb;
    overflow: hidden;
}
.form-detail .detail-left[data-v-f141545a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 675px;
    background: #ffffff;
}
.form-detail .detail-left[data-v-f141545a] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-f141545a] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-f141545a] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-f141545a] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-f141545a] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-f141545a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-f141545a] .right-container,
    .form-detail .detail-right[data-v-f141545a] .detail-right-tabs,
    .form-detail .detail-right[data-v-f141545a] .el-card,
    .form-detail .detail-right[data-v-f141545a] .el-card__body,
    .form-detail .detail-right[data-v-f141545a] .tabs,
    .form-detail .detail-right[data-v-f141545a] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-f141545a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-f141545a] .el-tabs,
    .form-detail .info-content[data-v-f141545a] .el-tabs__content,
    .form-detail .info-content[data-v-f141545a] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 60px;
      line-height: 60px;
      padding: 0 24px;
      border-bottom: 1px solid #e7e8ec;
      font-size: 16px;
      font-weight: 400;
      color: #303b5b;
}
.form-detail .info-content .form-box[data-v-f141545a] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-f141545a]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-f141545a]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-f141545a]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-f141545a] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-f141545a] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-f141545a] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-f141545a] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-f141545a] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 66px;
    margin-left: 24px;
    font-size: 12px;
    color: #303b5b;
}
.form-detail .order-detail-head .header-left[data-v-f141545a],
    .form-detail .order-detail-head .header-right[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.form-detail .order-detail-head .header-right[data-v-f141545a] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f141545a] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-f141545a] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f141545a] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f141545a] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 32px;
}
.form-detail .order-detail-head .name-info .name[data-v-f141545a] {
        height: 32px;
        line-height: 32px;
        max-width: 350px;
        margin-right: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 22px !important;
        font-weight: 600;
        color: #101739;
}
.form-detail .order-detail-head .name-info .contact[data-v-f141545a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: 12px;
}
.form-detail .order-detail-head .name-info .specia-attention .huIcon[data-v-f141545a] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-f141545a] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-f141545a] {
      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;
      height: 20px;
      margin-left: 8px;
      padding: 0 4px 0 6px;
      background: #fef9e0;
      border-radius: 4px 4px 4px 4px;
      border: 1px solid #f9ebd6;
      cursor: pointer;
}
.form-detail .order-detail-head .repeat-tag .text[data-v-f141545a] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-f141545a] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 28px;
      padding: 0 10px;
      margin-left: 8px;
      background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
      background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
      -webkit-box-shadow: 0px 4px 13px 0px rgba(166, 170, 183, 0.3);
              box-shadow: 0px 4px 13px 0px rgba(166, 170, 183, 0.3);
      border-radius: 15px 15px 15px 15px;
}
.form-detail .order-detail-head .phone-operate .operate-item[data-v-f141545a] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-f141545a] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-f141545a]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-f141545a] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-f141545a] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-f141545a] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-f141545a] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 17px;
      line-height: 17px;
      margin-left: 23px;
      font-weight: 400;
      white-space: nowrap;
      color: #303b5b;
}
.form-detail .order-detail-head .follow-info .text[data-v-f141545a] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-f141545a] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-f141545a] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-f141545a] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-f141545a] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-f141545a] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 0 12px 24px;
}
.form-detail .follow-info--view.left-32[data-v-f141545a] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-f141545a] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-f141545a] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-f141545a] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-f141545a] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-f141545a] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-f141545a] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-f141545a] {
    padding-right: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
}
.form-detail .header-wrap .header[data-v-f141545a] {
      padding: 8px 0;
      border-radius: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.form-detail .header-wrap .header .header-info[data-v-f141545a] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-f141545a] {
          font-size: 14px;
}
.form-detail .content[data-v-f141545a] {
    width: 100%;
    height: calc(100% - 150px);
    margin-top: 10px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
}
.form-detail .content .header[data-v-f141545a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 5px 0px 30px;
      padding: 10px 24px;
      border-bottom: 1px solid #eef1f6;
}
.form-detail .content .header .title[data-v-f141545a] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-f141545a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-f141545a] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-f141545a] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-f141545a] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-f141545a] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-f141545a] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-f141545a] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-f141545a] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-f141545a] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-f141545a] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-f141545a] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-f141545a] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-f141545a] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-f141545a] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-f141545a] {
      position: absolute;
      top: 4px;
      right: 10px;
      color: #768cf1;
      font-size: 14px;
      display: none;
      cursor: pointer;
      background: #edf4fe;
}
.form-detail .remark--view .icon-edit[data-v-f141545a] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-f141545a] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-f141545a] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-f141545a] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-f141545a] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-f141545a]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
[data-v-f141545a] .detail-left {
  width: 720px !important;
}
.form-box[data-v-f141545a] {
  width: 100% !important;
}
.form-box .form-box__content[data-v-f141545a] {
    overflow-y: auto;
}
[data-v-f141545a] .el-form-item .el-switch {
  height: 44px;
}
[data-v-f141545a] .el-select__tags-text {
  font-size: 12px;
}
.form-label--text[data-v-f141545a] {
  font-size: 12px;
}
.iconicon_tishi_lanse[data-v-f141545a] {
  font-size: 14px;
  margin-left: 4px;
}
[data-v-f141545a] .form-table .el-switch__core {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.code-text[data-v-f141545a] {
  margin-left: 8px;
  color: #83899d;
  height: 32px;
  line-height: 28px;
}
[data-v-f141545a] .tips-text-user {
  line-height: 28px;
  margin-left: 10px;
}
[data-v-f141545a] .select-user-dept .el-select {
  min-height: 44px;
  line-height: normal;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 0;
}
[data-v-f141545a] .admin-range .tile-tags--view,[data-v-f141545a] .visible-range .tile-tags--view {
  overflow: hidden;
  top: 0;
}

.tips[data-v-f4510e46] {
  color: #c0c4cc;
}
.customer-tags .el-tag[data-v-f4510e46] {
  margin-right: 10px;
}
.cluepool[data-v-f4510e46] .el-table__header tr > th:last-child .cell {
  text-align: left;
}
.popup.assign-popup[data-v-f4510e46] .header {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.popup.assign-popup[data-v-f4510e46] .header .header-title {
    max-width: 500px;
    margin-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.help[data-v-f4510e46] {
  font-size: 14px;
  color: #0d5aff;
  cursor: pointer;
  font-weight: 400;
  margin-top: 1px;
}
.warning-body .tip-content[data-v-f4510e46] {
  margin-bottom: 10px;
}
.rule-content__li--none[data-v-f4510e46] {
  list-style: none;
}
.col-gray[data-v-f4510e46] {
  color: #a2a5b5;
  line-height: 12px;
}
[data-v-f4510e46] .full-screen-customer .dialog-content .line.mg-24 {
  margin: 0;
}
[data-v-f4510e46] .full-screen-customer .dialog-content .filter-reset {
  margin-left: 0;
}
[data-v-f4510e46] .full-screen-customer .dialog-content .crud-box {
  padding: 16px 20px 0 20px;
}
.select-user--view[data-v-f4510e46] {
  width: 100%;
  line-height: 34px;
  min-height: 34px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7eb;
  border-radius: 4px;
}
.select-user--view[data-v-f4510e46]:hover {
    border-color: #0d5aff;
}
.select-user--view[data-v-f4510e46] .el-select {
    line-height: 32px;
}
.select-user--view[data-v-f4510e46] .el-popover__reference {
    line-height: initial;
}
.select-user--view[data-v-f4510e46] .arrow-icon {
    top: 1px;
}
.select-user--view[data-v-f4510e46] .arrow-icon--selected {
    top: -2px;
}
.admin-user--view[data-v-f4510e46] .arrow-icon {
  top: -2px;
  height: 25px;
}
.padding--view[data-v-f4510e46] {
  padding: 4px 0;
}

.avue-group__header {
  margin-right: 10px;
}
.pool-opeartion--dialog .avue-form__group {
  margin-top: 27px !important;
}
.pool-opeartion--dialog .form-line--view {
  display: none;
}

.common-stage[data-v-dad46de8] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-dad46de8] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-dad46de8] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-dad46de8] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-dad46de8] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-dad46de8] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-dad46de8] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-dad46de8] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-dad46de8] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-dad46de8] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-dad46de8] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-dad46de8] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-dad46de8] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-dad46de8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-dad46de8] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-dad46de8],
        .config-body .setps .setp-item-des .container .percent .input[data-v-dad46de8] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-dad46de8] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-dad46de8] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-dad46de8] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-dad46de8] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-dad46de8] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-dad46de8] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-dad46de8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-dad46de8] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-dad46de8] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-dad46de8] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-dad46de8] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-dad46de8] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-dad46de8] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-dad46de8] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-dad46de8] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-dad46de8] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-dad46de8] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-dad46de8] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.category[data-v-dad46de8] .el-tabs__header,
.category[data-v-dad46de8] .el-tabs__nav {
  margin: 0;
  border: none !important;
}
.category[data-v-dad46de8] .el-tabs__nav-scroll {
  padding-bottom: 20px;
}
.category[data-v-dad46de8] .el-tabs__nav-next,
.category[data-v-dad46de8] .el-tabs__nav-prev {
  line-height: 56px;
}
.category[data-v-dad46de8] .el-tabs__item {
  height: 36px;
  padding: 0 !important;
  border: none;
}
.category[data-v-dad46de8] .el-tabs__item + .el-tabs__item {
    margin-left: 12px;
}
.category[data-v-dad46de8] .el-tabs__item.is-active .cate-title {
    color: #0d5aff;
    background: #edf0fd;
    border: 1px solid #0d5aff;
}
.category[data-v-dad46de8] .el-tabs__item.is-active .cate-title .icondanchuangshanchu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #0d5aff;
}
.category .category-list[data-v-dad46de8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.category .category-list .category-list-content[data-v-dad46de8] {
    margin-right: 12px;
    margin-bottom: 10px;
    cursor: pointer;
}
.category .category-list .select-category .cate-title[data-v-dad46de8] {
    color: #0d5aff;
    background: #edf0fd;
    border: 1px solid #0d5aff;
}
.category .category-list .select-category .cate-title .icondanchuangshanchu[data-v-dad46de8] {
      opacity: 1;
      color: #0d5aff;
}
.category .cate-title[data-v-dad46de8] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 106px;
  height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  border: 1px solid #e7e7eb;
}
.category .cate-title .text[data-v-dad46de8] {
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}
.category .cate-title[data-v-dad46de8]:hover {
    border: 1px solid #0d5aff;
    color: #0d5aff;
}
.category .cate-title:hover .icondanchuangshanchu[data-v-dad46de8] {
      opacity: 1;
      color: #c3c3cd;
}
.category .add[data-v-dad46de8] {
  width: 106px;
  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;
  height: 36px;
  border-radius: 4px;
  border: 1px dashed #e7e7eb;
  cursor: pointer;
  color: #101739;
  margin-bottom: 10px;
}
.category .add i[data-v-dad46de8] {
    font-size: 14px;
    margin-right: 4px;
    color: #6e758c;
}
.category .add[data-v-dad46de8]:hover {
    color: #0d5aff;
    border-color: #0d5aff;
}
.category .add:hover i[data-v-dad46de8] {
      color: #0d5aff;
}
.category .icondanchuangshanchu[data-v-dad46de8] {
  font-size: 12px;
  opacity: 0;
  cursor: pointer;
}
.category .icondanchuangshanchu[data-v-dad46de8]:hover {
    color: #0d5aff !important;
}
.input-view[data-v-dad46de8] {
  height: 36px;
  width: 140px;
  margin-bottom: 0px;
}
.input-view[data-v-dad46de8] .el-input__inner {
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.common-stage[data-v-dad46de8] {
  min-height: calc(100vh - 145px);
  padding-bottom: 16px !important;
}
.content[data-v-dad46de8] {
  background: #f7f8fa;
  padding: 24px;
  border-radius: 8px;
  margin-top: 10px;
}
.content .description-label[data-v-dad46de8] {
    height: 14px;
    line-height: 14px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2px;
}
.content .description-label .left-border[data-v-dad46de8] {
      height: 14px;
      margin-right: 8px;
}
.content .description-label .description-label-text[data-v-dad46de8] {
      color: #303b5b;
      font-weight: 500;
}
.content .setps[data-v-dad46de8] {
    margin-left: 12px;
}
.content .setps .label-name[data-v-dad46de8] {
      margin-right: 16px !important;
}
.content .setps[data-v-dad46de8] .el-step__main {
      padding-left: 1px;
}
.content .percent[data-v-dad46de8] {
    position: relative;
}
.content .percent .input[data-v-dad46de8] .el-input__inner {
      text-align: left;
}
.content .percent .unit[data-v-dad46de8] {
      position: absolute;
      top: 10px;
      right: 10px;
}
.content .add-div[data-v-dad46de8] {
    margin-left: 100px !important;
}
[data-v-dad46de8] .el-step__icon {
  background: #f7f8fa;
}
.add-group-form__view[data-v-dad46de8] {
  height: 36px;
}
.el-form-view[data-v-dad46de8] {
  margin-top: 30px;
}

.common-stage[data-v-33396678] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-33396678] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-33396678] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-33396678] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-33396678] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-33396678] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-33396678] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-33396678] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-33396678] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-33396678] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-33396678] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-33396678] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-33396678] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-33396678] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-33396678] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-33396678],
        .config-body .setps .setp-item-des .container .percent .input[data-v-33396678] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-33396678] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-33396678] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-33396678] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-33396678] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-33396678] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-33396678] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-33396678] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-33396678] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-33396678] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-33396678] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-33396678] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-33396678] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-33396678] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-33396678] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-33396678] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-33396678] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-33396678] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-33396678] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.el-form-view[data-v-33396678] {
  margin-top: 30px;
}
.no-click[data-v-33396678] {
  color: #a2a5b5 !important;
  cursor: no-drop !important;
}
.color-view[data-v-33396678] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
}
.color-view[data-v-33396678] .el-color-picker {
    height: 32px;
}
.color-view[data-v-33396678] .el-color-picker .el-color-picker__trigger {
      width: 32px;
      height: 32px;
      padding: 5px;
      border-radius: 4px;
      border: 1px solid #e7e7eb;
}
.color-view[data-v-33396678] .el-color-picker .el-color-picker__color {
      border-radius: 4px;
      border: none;
      overflow: hidden;
}
.color-view[data-v-33396678] .el-color-picker .el-color-picker__icon {
      display: none;
}

.content-wrapper[data-v-7285525f] {
  padding: 20px 20px 20px 20px;
  background-color: #ffffff;
}
.sales-capacity .tip[data-v-7285525f] {
  margin-bottom: 16px;
}
.sales-capacity .tip-item[data-v-7285525f] {
  font-size: 12px;
  color: #a2a5b5;
  line-height: 20px;
}
.sales-capacity .item-user[data-v-7285525f],
.sales-capacity .item-cycle[data-v-7285525f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sales-capacity .item-user .label[data-v-7285525f],
  .sales-capacity .item-cycle .label[data-v-7285525f] {
    width: 100px;
    font-size: 14px;
    color: #303b5b;
}
.sales-capacity .input-user[data-v-7285525f] {
  width: 400px;
}
.sales-capacity .input-number[data-v-7285525f] {
  width: 100px;
  margin-right: 4px;
}
.sales-capacity .item-cycle[data-v-7285525f] {
  margin: 16px 0;
}
.target-wrapper[data-v-7285525f] {
  max-width: 720px;
}
.target-wrapper .title[data-v-7285525f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 43px;
    padding: 0 20px;
    background: #f7f8fa;
    border-radius: 4px 4px 0px 0px;
}
.target-wrapper .title .title-item[data-v-7285525f] {
      font-size: 14px;
      font-weight: 500;
      color: #303b5b;
      line-height: 20px;
}
.target-wrapper .el-form[data-v-7285525f] .el-form-item__label {
    width: 100%;
}
.target-wrapper .el-form[data-v-7285525f] .el-form-item__content {
    width: 480px;
}
.form-label[data-v-7285525f] {
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-label .left[data-v-7285525f],
  .form-label .right[data-v-7285525f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.form-label .label-tip[data-v-7285525f] {
    font-size: 12px;
    color: #a2a5b5;
}
.form-label .huIcon[data-v-7285525f] {
    color: #a2a5b5;
    cursor: pointer;
}
.form-label .huIcon[data-v-7285525f]:hover {
      color: #0d5aff;
}
.form-label .company-value[data-v-7285525f] {
    margin-right: 8px;
}
.sales-content[data-v-7285525f] .el-card__body {
  padding: 16px 20px;
}
.sales-content .header[data-v-7285525f] {
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdfe6;
  line-height: 24px;
}
.sales-content .header .title[data-v-7285525f] {
    font-size: 14px;
    font-weight: 500;
}

.common-stage[data-v-3ea3cf10] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-3ea3cf10] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-3ea3cf10] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-3ea3cf10] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-3ea3cf10] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-3ea3cf10] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-3ea3cf10] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-3ea3cf10] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-3ea3cf10] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-3ea3cf10] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-3ea3cf10] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-3ea3cf10] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-3ea3cf10] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-3ea3cf10] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-3ea3cf10] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-3ea3cf10],
        .config-body .setps .setp-item-des .container .percent .input[data-v-3ea3cf10] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-3ea3cf10] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-3ea3cf10] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-3ea3cf10] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-3ea3cf10] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-3ea3cf10] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-3ea3cf10] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-3ea3cf10] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-3ea3cf10] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-3ea3cf10] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-3ea3cf10] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-3ea3cf10] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-3ea3cf10] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-3ea3cf10] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-3ea3cf10] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-3ea3cf10] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-3ea3cf10] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-3ea3cf10] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-3ea3cf10] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.label-name[data-v-3ea3cf10] {
  display: inline-block;
  width: 52px;
  margin-right: 0 !important;
}
.config-body .add-div[data-v-3ea3cf10] {
  margin-left: 89px;
}
.status-view[data-v-3ea3cf10] .el-switch__core {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.delete-icon[data-v-3ea3cf10] {
  margin-left: 14px !important;
}
[data-v-3ea3cf10] .step-line {
  top: -100px !important;
  height: 100px !important;
}

.common-stage[data-v-5c0eacfa] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-5c0eacfa] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-5c0eacfa] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-5c0eacfa] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-5c0eacfa] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-5c0eacfa] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-5c0eacfa] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-5c0eacfa] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-5c0eacfa] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-5c0eacfa] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-5c0eacfa] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-5c0eacfa] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-5c0eacfa] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-5c0eacfa] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-5c0eacfa] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-5c0eacfa],
        .config-body .setps .setp-item-des .container .percent .input[data-v-5c0eacfa] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-5c0eacfa] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-5c0eacfa] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-5c0eacfa] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-5c0eacfa] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-5c0eacfa] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-5c0eacfa] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-5c0eacfa] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-5c0eacfa] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-5c0eacfa] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-5c0eacfa] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-5c0eacfa] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-5c0eacfa] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-5c0eacfa] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-5c0eacfa] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-5c0eacfa] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-5c0eacfa] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-5c0eacfa] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-5c0eacfa] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.label-name[data-v-5c0eacfa] {
  display: inline-block;
  width: 52px;
  margin-right: 0 !important;
}
.config-body .add-div[data-v-5c0eacfa] {
  margin-left: 89px;
}
.status-view[data-v-5c0eacfa] .el-switch__core {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.delete-icon[data-v-5c0eacfa] {
  margin-left: 14px !important;
}
[data-v-5c0eacfa] .step-line {
  top: -100px !important;
  height: 100px !important;
}

.common-stage[data-v-db2f09cc] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-db2f09cc] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-db2f09cc] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-db2f09cc] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-db2f09cc] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-db2f09cc] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-db2f09cc] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-db2f09cc] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-db2f09cc] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-db2f09cc] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-db2f09cc] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-db2f09cc] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-db2f09cc] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-db2f09cc] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-db2f09cc] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-db2f09cc],
        .config-body .setps .setp-item-des .container .percent .input[data-v-db2f09cc] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-db2f09cc] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-db2f09cc] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-db2f09cc] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-db2f09cc] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-db2f09cc] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-db2f09cc] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-db2f09cc] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-db2f09cc] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-db2f09cc] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-db2f09cc] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-db2f09cc] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-db2f09cc] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-db2f09cc] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-db2f09cc] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-db2f09cc] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-db2f09cc] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-db2f09cc] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-db2f09cc] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.el-form-view[data-v-db2f09cc] {
  margin-top: 30px;
}
.no-click[data-v-db2f09cc] {
  color: #a2a5b5 !important;
  cursor: no-drop !important;
}

.other-setting--view[data-v-27daea92] .el-card__body {
  padding: 16px 20px;
}
.other-setting--view[data-v-27daea92] .el-input__inner {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
}
.other-setting--view[data-v-27daea92] .el-input__inner::-webkit-input-placeholder {
    font-size: 12px;
}
.other-setting--view[data-v-27daea92] .el-input__inner::-moz-placeholder {
    font-size: 12px;
}
.other-setting--view[data-v-27daea92] .el-input__inner:-ms-input-placeholder {
    font-size: 12px;
}
.other-setting--view[data-v-27daea92] .el-input__inner::-ms-input-placeholder {
    font-size: 12px;
}
.other-setting--view[data-v-27daea92] .el-input__inner::placeholder {
    font-size: 12px;
}
.other-setting--view + .other-setting--view[data-v-27daea92] {
  margin-top: 10px;
}
.other-setting--view .header[data-v-27daea92] {
  position: relative;
  padding-bottom: 16px;
  border-bottom: 1px solid #dcdfe6;
  margin-bottom: 20px;
  line-height: 24px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.other-setting--view .header .left-border[data-v-27daea92] {
    width: 2px;
    height: 12px;
    margin-right: 4px;
    background: #0d5aff;
}
.other-setting--view .header .title[data-v-27daea92] {
    font-size: 14px;
    font-weight: 500;
}
.other-setting--view .open-header[data-v-27daea92] {
  border-bottom: 0 none;
  margin-bottom: 0;
}
.other-setting--view .label-border[data-v-27daea92] {
  width: 3px;
  height: 12px;
  padding-right: 13px;
  border-left: 3px solid #0d5aff;
}
.other-setting--view .content[data-v-27daea92] {
  margin-bottom: 32px;
}
.other-setting--view .content .content-title[data-v-27daea92] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.other-setting--view .content .content-title .content-title--line[data-v-27daea92] {
      width: 2px;
      height: 14px;
      background: #0d5aff;
      margin-right: 4px;
      border-radius: 2px;
}
.other-setting--view .content .content-title .content-title--text[data-v-27daea92] {
      margin-right: 8px;
      font-size: 14px;
      color: #101739;
      font-weight: 500;
      line-height: 14px;
}
.other-setting--view .content .row[data-v-27daea92] {
    line-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.other-setting--view .content .row.row-header[data-v-27daea92] {
      min-height: 34px;
}
.other-setting--view .content .row .label[data-v-27daea92] {
      color: #101739;
}
.other-setting--view .content .row .call-time[data-v-27daea92] {
      margin-left: 44px;
}
.other-setting--view .content .row .call-time .time[data-v-27daea92] {
        margin-right: 16px;
}
.other-setting--view .tip[data-v-27daea92] {
  width: 100%;
  height: 17px;
  margin-top: 8px;
  line-height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #a2a5b5;
  margin-bottom: 12px;
}
.other-setting--view .tip .tip-bold[data-v-27daea92] {
    color: #101739;
}
.iconbianji[data-v-27daea92] {
  font-size: 14px;
  cursor: pointer;
}
.iconbianji[data-v-27daea92]:hover {
    color: #0d5aff;
}
.time-popover__btn[data-v-27daea92] {
  margin: 20px 8px 0 0;
  text-align: right;
}

.common-stage[data-v-0fb23d3b] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-0fb23d3b] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-0fb23d3b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-0fb23d3b] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-0fb23d3b] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-0fb23d3b] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-0fb23d3b] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-0fb23d3b] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-0fb23d3b] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-0fb23d3b] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-0fb23d3b] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-0fb23d3b] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-0fb23d3b] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-0fb23d3b] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-0fb23d3b] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-0fb23d3b],
        .config-body .setps .setp-item-des .container .percent .input[data-v-0fb23d3b] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-0fb23d3b] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-0fb23d3b] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-0fb23d3b] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-0fb23d3b] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-0fb23d3b] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-0fb23d3b] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-0fb23d3b] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-0fb23d3b] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-0fb23d3b] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-0fb23d3b] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-0fb23d3b] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-0fb23d3b] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-0fb23d3b] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-0fb23d3b] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-0fb23d3b] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-0fb23d3b] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-0fb23d3b] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-0fb23d3b] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.name[data-v-0fb23d3b] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.name .option-item-select[data-v-0fb23d3b] {
    width: 160px;
    margin-left: 16px;
}
.el-form-view[data-v-0fb23d3b] {
  margin-top: 30px;
}
.no-click[data-v-0fb23d3b] {
  color: #a2a5b5 !important;
  cursor: no-drop !important;
}
.config-body[data-v-0fb23d3b] {
  padding-bottom: 40px;
}
.content-title[data-v-0fb23d3b] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  margin-left: 20px;
}
.content-title .content-title--line[data-v-0fb23d3b] {
    width: 2px;
    height: 14px;
    background: #0d5aff;
    margin-right: 4px;
    border-radius: 2px;
}
.content-title .content-title--text[data-v-0fb23d3b] {
    font-size: 14px;
    color: #101739;
    font-weight: 500;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 14px;
}
.content-title .content-title--text .content-title--tips[data-v-0fb23d3b] {
      font-size: 12px;
      color: #a2a5b5;
      margin-left: 8px;
}
.content-title[data-v-0fb23d3b] .el-switch {
    margin-left: 8px;
    margin-top: 1px;
}
.content-title[data-v-0fb23d3b] .el-switch .el-switch__core {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
}

@charset "UTF-8";
.common-stage[data-v-e4bf3956] {
  padding-top: 16px;
  background-color: #fff;
}
.common-stage .tips[data-v-e4bf3956] {
    padding-left: 20px;
    color: #83899d;
    margin-bottom: 20px;
    font-size: 12px;
}
.common-stage .category[data-v-e4bf3956] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
}
.common-stage .category[data-v-e4bf3956] .el-tabs {
      max-width: calc(100% - 50px);
}
.common-stage .category[data-v-e4bf3956] .cate-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.common-stage .category[data-v-e4bf3956] .cate-title:hover .operate {
        display: inline-block;
}
.common-stage .category[data-v-e4bf3956] .cate-title .text {
        margin-right: 10px;
}
.common-stage .category[data-v-e4bf3956] .cate-title .operate {
        display: none;
}
.common-stage .category[data-v-e4bf3956] .cate-title .operate .huIcon {
          padding: 2px;
}
.common-stage .category[data-v-e4bf3956] .cate-title .edit {
        margin-right: 8px;
}
.config-body[data-v-e4bf3956] {
  background-color: #fff;
  padding: 0 20px 70px 20px;
}
.config-body .setps[data-v-e4bf3956] {
    margin-top: 28px;
}
.config-body .setps .setp-item-des[data-v-e4bf3956] {
      width: 100%;
      position: relative;
      top: -8px;
      color: #101739;
      margin-bottom: 28px;
}
.config-body .setps .setp-item-des .container[data-v-e4bf3956] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 34px;
}
.config-body .setps .setp-item-des .container .label-name[data-v-e4bf3956] {
          margin-right: 16px;
}
.config-body .setps .setp-item-des .container .name .input[data-v-e4bf3956],
        .config-body .setps .setp-item-des .container .percent .input[data-v-e4bf3956] {
          width: 270px;
}
.config-body .setps .setp-item-des .container .name[data-v-e4bf3956] {
          padding-left: 2px;
}
.config-body .setps .setp-item-des .container .percent[data-v-e4bf3956] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status[data-v-e4bf3956] {
          padding-left: 48px;
}
.config-body .setps .setp-item-des .container .status-view[data-v-e4bf3956] {
          margin-left: 14px;
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-right: -9px;
}
.config-body .setps .setp-item-des .container .delete-icon[data-v-e4bf3956] {
          margin-left: 16px;
          font-size: 16px;
          color: #83899d;
          cursor: pointer;
}
.config-body .setps .setp-item-des .el-icon-circle-plus[data-v-e4bf3956] {
        margin-left: 20px;
        color: #0d5aff;
        cursor: pointer;
        font-size: 20px;
}
.config-body .setps .finish[data-v-e4bf3956] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 27px;
}
.config-body .setps .finish .step[data-v-e4bf3956] {
        position: relative;
        margin: 0 16px 0 3px;
}
.config-body .setps .finish .step-line[data-v-e4bf3956] {
        position: absolute;
        top: -138px;
        left: 8px;
        height: 138px;
        border-left: 1px solid #e7e8ec;
}
.config-body .setps .finish .huIcon[data-v-e4bf3956] {
        color: #a8b5f6;
        font-size: 16px;
}
.config-body .add-div[data-v-e4bf3956] {
    display: inline-block;
    margin-left: 109px;
    margin-top: -6px;
    padding: 0 12px;
    text-align: center;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    border: 1px solid #0d5aff;
    color: #0d5aff;
    cursor: pointer;
}
.config-body .add-div .huIcon[data-v-e4bf3956] {
      margin-right: 2px;
      font-size: 14px;
}
.config-body .description-label[data-v-e4bf3956] {
    display: inline-block;
    text-align: right;
    height: 40px;
    line-height: 40px;
}
.config-body .description-label .left-border[data-v-e4bf3956] {
      width: 3px;
      border-radius: 2px;
      background: #0d5aff;
}
.config-body .description-label .step-description[data-v-e4bf3956] {
      height: 52px;
      line-height: 52px;
}
.config-body .step-description[data-v-e4bf3956] {
    margin-top: 32px;
}
.config-body .step-description .description-value[data-v-e4bf3956] {
      width: calc(100% - 34px);
      margin-left: 36px;
}
.config-body .step-description .description-value .textarea[data-v-e4bf3956] {
        width: 600px;
        padding: 8px 0;
        margin-top: 12px;
        padding: 0;
}
.common-stage[data-v-e4bf3956] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common-stage .inventory-content[data-v-e4bf3956] {
    height: calc(100vh - 225px);
    overflow: auto;
}
.tips[data-v-e4bf3956] {
  margin-bottom: 16px !important;
}
.tips-other[data-v-e4bf3956] {
  padding: 8px;
  background: #fff7eb;
  margin: 0 20px 4px 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.tips-other .icontishi[data-v-e4bf3956] {
    font-size: 12px;
    color: #fe7c2a;
    margin-right: 4px;
}
.tips-other .tips-other--text[data-v-e4bf3956] {
    font-size: 12px;
    color: #444b6c;
}
.tips-other .bolder-text[data-v-e4bf3956] {
    font-size: 12px;
    color: #101739;
    font-weight: 600;
}
.tips-other[data-v-e4bf3956]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border: 1px solid #ffd88c;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    pointer-events: none;
    /* 防止遮挡点击事件 */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
}
.setting-item[data-v-e4bf3956] {
  margin-left: 20px;
  margin-top: 24px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting-item .content-title--text[data-v-e4bf3956] {
    margin-right: 16px;
    font-weight: 500;
    color: #101739;
}
.setting-item .weight-400[data-v-e4bf3956] {
    font-weight: 400;
}
.setting-item .setting-content .setting-list[data-v-e4bf3956] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 12px;
}
.setting-item .setting-content .setting-list .setting-list--item[data-v-e4bf3956] {
      height: 54px;
      background: #f7f8fa;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 0 0 16px;
      border-radius: 4px;
}
.setting-item .setting-content .setting-list .setting-list--item .table-text[data-v-e4bf3956] {
        font-size: 14px;
        color: #101739;
        margin-right: 16px;
}
.setting-item .setting-content .setting-list .setting-list--item .select-view[data-v-e4bf3956] {
        width: 320px;
        margin-right: 16px;
}
.setting-item .setting-content .setting-list .setting-list--item .select-view[data-v-e4bf3956] .el-input__inner {
          font-size: 12px;
}
.setting-item .setting-content .setting-list .setting-list--item .number-input--view[data-v-e4bf3956] {
        width: 100px;
        margin-right: 16px;
}
.setting-item .setting-content .setting-list .setting-list--item .number-input--view[data-v-e4bf3956] .el-input-number__decrease,
        .setting-item .setting-content .setting-list .setting-list--item .number-input--view[data-v-e4bf3956] .el-input-number__increase {
          height: 15px;
          line-height: 12px;
}
.setting-item .setting-content .setting-list .setting-list--item .number-input--view[data-v-e4bf3956] .el-input-number__increase {
          top: 4px;
}
.setting-item .setting-content .setting-list .setting-list--item .number-input--view[data-v-e4bf3956] .el-input-number__decrease {
          bottom: 4px;
}
.setting-item .setting-content .setting-list .operate-view[data-v-e4bf3956] {
      margin-left: 16px;
}
.setting-item .setting-content .setting-list .operate-view .huIcon[data-v-e4bf3956] {
        cursor: pointer;
        color: #444b6c;
}
.setting-item .setting-content .setting-list .operate-view .iconjianshao[data-v-e4bf3956] {
        margin-right: 8px;
}
.setting-item .setting-content .setting-list .operate-view .is-disabled[data-v-e4bf3956] {
        cursor: auto;
        color: #cad5e9;
}
.setting-item--other[data-v-e4bf3956] {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.setting-tips[data-v-e4bf3956] {
  margin-top: 8px;
  margin-left: 20px;
  color: #a2a5b5;
  font-size: 12px;
}
.save-btn--view[data-v-e4bf3956] {
  height: 64px;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px -2px 8px 0px #e7e8ec;
          box-shadow: 0px -2px 8px 0px #e7e8ec;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-e4bf3956] .is-disabled .el-input__inner:hover {
  border-color: #e4e7ed !important;
}

.customer-config[data-v-0ba9e070] .el-step__description {
  padding-right: 0;
  margin-top: 0;
}
.customer-config[data-v-0ba9e070] .el-step__icon.is-text {
  border: none;
}
.customer-config[data-v-0ba9e070] .el-step__icon {
  height: auto;
}
.customer-config[data-v-0ba9e070] .el-step__icon .huIcon {
    color: #a8b5f6;
    font-size: 16px;
}
.customer-config[data-v-0ba9e070] .el-step.is-vertical .el-step__line {
  width: 1px;
  background-color: #e7e8ec;
}
[data-v-0ba9e070] .el-step.is-vertical .el-step__title {
  padding-bottom: 0;
}
[data-v-0ba9e070] .el-switch__core {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  left: -6px;
  top: 1px;
}

.text[data-v-5d47f006] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dcdfe6;
  padding: 16px 0;
  line-height: 24px;
}
.data-export .form-container[data-v-5d47f006] {
  padding: 16px 20px 50px;
  background-color: #ffffff;
}
.data-export .form-container[data-v-5d47f006] .el-form-item {
    width: 400px;
}
.data-export .tip[data-v-5d47f006] {
  margin-top: 18px;
  padding-left: 80px;
  color: #83899d;
  font-size: 12px;
}
.data-export .record-list[data-v-5d47f006] {
  background-color: #ffffff;
}
.data-export .record-list[data-v-5d47f006] .avue-crud__menu {
    display: none;
}
.data-export .record-list .title[data-v-5d47f006] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 65px;
    line-height: 65px;
    color: #303b5b;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid #e7e8ec;
}
.data-export .record-list .title .title-text[data-v-5d47f006] {
      font-size: 16px;
      font-weight: 500;
}
.data-export .record-list .list-title[data-v-5d47f006] {
    padding: 20px;
    font-size: 16px;
    font-weight: 500;
}
.data-export .record-list .search-container[data-v-5d47f006] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px;
    margin-top: 16px;
}
.pick-date-export[data-v-5d47f006] {
  width: 320px;
}
.pick-date-export[data-v-5d47f006] .el-input__icon {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
[data-v-5d47f006] .el-input__inner {
  height: 32px;
}
[data-v-5d47f006] .el-input__icon {
  line-height: 32px;
}
.dialog-title-tips[data-v-5d47f006] {
  margin-bottom: 8px;
}
.tab-warpper--view[data-v-5d47f006] {
  position: relative;
}
.tab-export--view[data-v-5d47f006] {
  position: absolute;
  top: 18px;
  right: 20px;
}
.custom-conditions--view[data-v-5d47f006] {
  padding: 16px 20px;
}
.record-curd[data-v-5d47f006] {
  max-height: calc(100vh - 110px);
  overflow: auto;
}
.export--view[data-v-5d47f006] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dot1[data-v-5d47f006],
.dot2[data-v-5d47f006],
.dot3[data-v-5d47f006] {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  margin-left: 1px;
  margin-top: 12px;
}
.dot1[data-v-5d47f006] {
  -webkit-animation: jump-5d47f006 1.2s -0.4s linear infinite;
          animation: jump-5d47f006 1.2s -0.4s linear infinite;
  background: #a2a5b5;
  margin-left: 4px;
}
.dot2[data-v-5d47f006] {
  -webkit-animation: jump-5d47f006 1.2s -0.2s linear infinite;
          animation: jump-5d47f006 1.2s -0.2s linear infinite;
  background: #a2a5b5;
}
.dot3[data-v-5d47f006] {
  -webkit-animation: jump-5d47f006 1.2s linear infinite;
          animation: jump-5d47f006 1.2s linear infinite;
  background: #a2a5b5;
}
@-webkit-keyframes jump-5d47f006 {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
}
}
@keyframes jump-5d47f006 {
0%,
  80%,
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
}
40% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
}
}

.time-out--dialog .el-dialog__body {
  min-height: 0 !important;
}
.time-out--dialog .time-out--content {
  padding: 0 8px;
}
.time-out--dialog .time-out--content .cor-red--text {
    color: #f2333a;
}
.refresh-btn {
  width: 58px !important;
  height: 32px !important;
  line-height: 32px !important;
}

[data-v-be9d4976] .el-table__header tr > th:last-child .cell {
  text-align: left;
}
[data-v-be9d4976] .el-table .el-button + .el-button {
  margin-left: 0 !important;
  margin-right: 12px !important;
}

.page-title[data-v-7ac2acb1] {
  margin-bottom: 8px;
}
.page-title .text[data-v-7ac2acb1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #dcdfe6;
    padding: 16px 0;
    line-height: 24px;
}
.page-title .text .bold[data-v-7ac2acb1] {
      font-size: 14px;
      font-weight: 500;
}
.custom-conditions--view[data-v-7ac2acb1] {
  padding: 16px 20px;
}

.title-view[data-v-2aabc3be] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.page-title .text[data-v-2aabc3be] {
  border-bottom: 1px solid #dcdfe6;
  padding: 12px 0 10px 0 !important;
}
.icontuodong1[data-v-2aabc3be] {
  color: #a2a5b5;
  margin-left: 6px;
  font-size: 14px;
}
.icontuodong1[data-v-2aabc3be]:hover {
    cursor: -webkit-grab;
    cursor: grab;
}
[data-v-2aabc3be] .addFormFieldDialog {
  margin-top: 100px !important;
}
[data-v-2aabc3be] .addFormFieldDialog .el-dialog__body {
    max-height: 500px;
    overflow: auto;
}
[data-v-2aabc3be] .addFormFieldDialog .el-dialog__body .widget-container ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
}
[data-v-2aabc3be] .el-select-dropdown__item {
  padding: 20px 0;
}
[data-v-2aabc3be] .el-drawer__body {
  background-color: #fff;
}
.form-field[data-v-2aabc3be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.form-field .new-btn[data-v-2aabc3be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px;
}
.form-field .new-btn .load-btn[data-v-2aabc3be] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: right;
}
.field-table .system-span[data-v-2aabc3be]::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #a2a5b5;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.field-table .expend-span[data-v-2aabc3be]::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #0d5aff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.field-table .operate-icon[data-v-2aabc3be] {
  font-size: 12px;
}
.field-table .el-table__row[data-v-2aabc3be] {
  cursor: move;
}
.field-table .el-table--medium td[data-v-2aabc3be] {
  padding: 0px 0;
}
.field-table .checked-tag[data-v-2aabc3be] {
  color: green;
  font-size: 18px;
  font-weight: 400;
}
[data-v-2aabc3be] .form-designer {
  font-size: 16px;
  color: #303b5b;
  width: 500px !important;
}
[data-v-2aabc3be] .form-designer .form-designer-head {
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e7e7eb;
    margin-bottom: 20px;
}
[data-v-2aabc3be] .form-designer .form-designer-head .close {
      color: #a2a5b5;
      width: 8px;
      height: 8px;
      cursor: pointer;
}
[data-v-2aabc3be] .form-designer .widget-container {
    padding: 0 20px;
    overflow: scroll;
    height: calc(100% - 125px);
}
.sortable-ghost[data-v-2aabc3be] {
  opacity: 0.4;
  background-color: #f4e2c9;
}
.async-target[data-v-2aabc3be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 24px;
}
.async-tips[data-v-2aabc3be] {
  margin-top: 12px;
  padding-left: 24px;
}
.async-tips .item[data-v-2aabc3be] {
    color: #83899d;
    line-height: 20px;
    font-size: 12px;
}
.content-view[data-v-2aabc3be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  overflow: hidden;
}
.content-view .left-sidebar-view[data-v-2aabc3be] {
    padding-top: 16px;
}
.content-view .left-sidebar-view .tab-list[data-v-2aabc3be] {
      width: 164px;
      height: 52px;
      background: #f7f8fa;
      border-radius: 4px;
      padding: 0 14px;
      margin-bottom: 8px;
      -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-align: center;
          -ms-flex-align: center;
              align-items: center;
      cursor: pointer;
}
.content-view .left-sidebar-view .tab-list .tab-label[data-v-2aabc3be] {
        font-size: 14px;
        color: #101739;
        font-weight: 500;
        margin-left: 14px;
}
.content-view .left-sidebar-view .tab-list .tab-icon[data-v-2aabc3be] {
        color: #4881ff;
}
.content-view .left-sidebar-view .tab-list:hover .tab-label[data-v-2aabc3be] {
        color: #0d5aff;
}
.content-view .left-sidebar-view .select-tab[data-v-2aabc3be] {
      background: #edf0fd;
}
.content-view .left-sidebar-view .select-tab .tab-label[data-v-2aabc3be] {
        color: #0d5aff;
}
.content-view .left-sidebar-view[data-v-2aabc3be]::-webkit-scrollbar {
      display: none;
}
.content-view[data-v-2aabc3be] .basic-container {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
}
.content-view[data-v-2aabc3be] .basic-container .el-card__body {
      padding: 16px 20px !important;
}
.widget-config-container[data-v-2aabc3be] .el-form-item__content {
  margin-left: 0 !important;
}
.can-click-text[data-v-2aabc3be] {
  margin-right: 10px;
}
.height-no-tips[data-v-2aabc3be] {
  height: calc(100vh - 97px);
}
.height-tips[data-v-2aabc3be] {
  height: calc(100vh - 135px);
}
[data-v-2aabc3be] .sortable-fallback {
  width: 100%;
}
.table-view[data-v-2aabc3be] {
  overflow-y: auto;
  padding: 0 20px 16px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.null-view[data-v-2aabc3be] {
  height: 16px;
}
.tooltip-content[data-v-2aabc3be] {
  line-height: 20px;
}
.container--view[data-v-2aabc3be] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-operate[data-v-2aabc3be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-operate .can-click-text[data-v-2aabc3be] {
    margin-right: 12px;
}

.head-top[data-v-26f6464a] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  border-bottom: 1px solid #e7e8ec;
  margin-right: 20px;
}
.head-top .left[data-v-26f6464a] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.head-top .left .back[data-v-26f6464a] {
      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;
      width: 26px;
      height: 26px;
      cursor: pointer;
}
.head-top .left .back:hover .iconfanhui1[data-v-26f6464a] {
        color: #0d5aff;
}
.head-top .left .iconfanhui1[data-v-26f6464a] {
      font-size: 18px;
      color: #101739;
}
.head-top .left .title[data-v-26f6464a] {
      margin-left: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #101739;
      line-height: 22px;
}
.operat-content[data-v-26f6464a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: calc(100vh - 160px);
  overflow-y: auto;
  padding: 32px;
}

.detail-data[data-v-913687ce] .avue-crud .avue-crud__menu {
  display: none;
}
.row-item--view[data-v-913687ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}
.line[data-v-913687ce] {
  margin: 0;
}
.crud-box[data-v-913687ce] {
  padding: 16px 20px 0 20px;
}
[data-v-913687ce] .hover-row {
  background-color: #edf4fe !important;
}
.search-key[data-v-913687ce] {
  color: #f2333a;
}

.table--view[data-v-0e580e4b] {
  padding: 16px 20px;
}
.menu-right--view[data-v-0e580e4b] {
  font-size: 14px;
  color: #0d5aff;
  height: 32px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
[data-v-0e580e4b] .iconicon_tishi_lanse {
  margin-left: 4px;
  cursor: pointer;
}
.edit-dialog-content[data-v-0e580e4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.edit-dialog-content .form-wrapper[data-v-0e580e4b] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: calc(100vh - 90px);
    padding: 0 0 0 20px;
}
[data-v-0e580e4b] .page-container {
  padding: 0 !important;
  height: 100% !important;
}
[data-v-0e580e4b] .page-header {
  display: none;
}
.row-item--view[data-v-0e580e4b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}
[data-v-0e580e4b] .el-table td,[data-v-0e580e4b] .el-table th {
  border-right: 1px solid #e8e8e8;
}
[data-v-0e580e4b] .el-table .el-table__row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
[data-v-0e580e4b] .el-table__empty-block {
  display: none;
}
[data-v-0e580e4b] .el-table {
  border: 0 none;
  border-left: 1px solid #e8e8e8;
}
[data-v-0e580e4b] .el-table__row td:nth-last-child(1) {
  display: none;
}
[data-v-0e580e4b] .el-table__header tr th {
  border-top: 1px solid #e8e8e8;
}
[data-v-0e580e4b] .el-table__header th:nth-last-child(2) {
  display: none;
}
.avue-crud-view[data-v-0e580e4b] .el-table th:nth-last-child(1),
.avue-crud-view[data-v-0e580e4b] .el-table td:nth-last-child(1) {
  border-right: 0 none;
}
.operate-btn[data-v-0e580e4b] {
  margin-right: 12px;
  font-size: 12px;
}
.channel-list--dialog[data-v-0e580e4b] .el-dialog__body {
  padding: 16px 24px;
}
.channel-list--dialog[data-v-0e580e4b] .el-table {
  border: 0 none;
  border-left: 1px solid #e8e8e8;
}
.channel-list--dialog[data-v-0e580e4b] .el-table__header tr th {
  border-top: 1px solid #e8e8e8;
}
.channel-list--dialog[data-v-0e580e4b] .el-table__header th:nth-last-child(2) {
  display: none;
}
.channel-list--dialog[data-v-0e580e4b] .el-table__row td:nth-last-child(1) {
  display: none;
}
.channel-list--dialog[data-v-0e580e4b] .empty-data-view {
  margin-top: 100px;
}
.channel-list--crud[data-v-0e580e4b] .avue-crud__menu {
  display: none;
}
[data-v-0e580e4b] .hover-row {
  background-color: #edf4fe !important;
}
[data-v-0e580e4b] .city-search--view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-0e580e4b] .city-search--view .city-select--com,[data-v-0e580e4b] .city-search--view .input--view {
    border: 0 none;
}
[data-v-0e580e4b] .city-search--view .placeholder--tips {
    font-size: 12px;
}
.search-key[data-v-0e580e4b] {
  color: #f2333a;
}

.message .content-header[data-v-0e806bd5] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}
.message .content-header .header-icon[data-v-0e806bd5] {
    width: 2px;
    height: 12px;
    background: #0d5aff;
}
.message .content-header .header-title[data-v-0e806bd5] {
    color: #101739;
    font-size: 14px;
    font-weight: 500;
    margin-left: 4px;
}
.message .content-header .header-tips[data-v-0e806bd5] {
    font-size: 12px;
    color: #a2a5b5;
    margin-left: 12px;
}
.message .list--view[data-v-0e806bd5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.message .list--view .list-item[data-v-0e806bd5] {
    padding: 16px 18px 16px 20px;
    background: #f7f8fa;
    border-radius: 5px;
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
    position: relative;
}
.message .list--view .list-item:hover .list-del--view[data-v-0e806bd5] {
      display: block;
}
.message .list--view .dynamics-list--item[data-v-0e806bd5] {
    height: 100px;
}
.message .base-list--view[data-v-0e806bd5] {
  margin-bottom: 15px;
}
.message .dynamics-signature--view[data-v-0e806bd5] {
  padding: 16px;
  border-radius: 4px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  background: #f7f8fa;
}
.message .dynamics-signature--view .dynamics-left[data-v-0e806bd5] {
    width: 232px;
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #e7e8ec;
}
.message .dynamics-signature--view .dynamics-left .dynamics-left--header[data-v-0e806bd5] {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 8px;
}
.message .dynamics-signature--view .dynamics-left .dynamics-left--header .dynamics-left--title[data-v-0e806bd5] {
        color: #303b5b;
        font-size: 14px;
        font-weight: 500;
}
.message .dynamics-signature--view .dynamics-left .dynamics-left--header .dynamics-left--change .dynamics-left--change__text[data-v-0e806bd5] {
        color: #0d5aff;
        font-size: 12px;
        cursor: pointer;
}
.message .dynamics-signature--view .dynamics-left .select-view[data-v-0e806bd5] {
      width: 216px;
}
.message .dynamics-signature--view .dynamics-left .dynamics-left--add[data-v-0e806bd5] {
      width: 216px;
      height: 32px;
      border: 1px dashed #d0d2da;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 16px;
      cursor: pointer;
      border-radius: 4px;
}
.message .dynamics-signature--view .dynamics-left .dynamics-left--add[data-v-0e806bd5]:hover {
        border-color: #0d5aff;
}
.message .dynamics-signature--view .add-list[data-v-0e806bd5] {
    height: 100px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.message .dynamics-signature--view .add-list span[data-v-0e806bd5]:nth-child(1) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
}
.message .dynamics-signature--view .null-data[data-v-0e806bd5] {
    cursor: auto;
    color: #a2a5b5;
}
.message .dynamics-signature--view:hover .group-del--view[data-v-0e806bd5] {
    display: block;
}
.message .dynamics-signature--view .list--view[data-v-0e806bd5] {
    margin-bottom: -16px;
}
.message .dynamics-signature--view .list-item[data-v-0e806bd5] {
    background: #fff;
}
.message .icontianjia1[data-v-0e806bd5] {
  font-size: 12px;
  color: #0d5aff;
  margin-right: 8px;
}
.message .add-text[data-v-0e806bd5] {
  font-size: 14px;
  color: #0d5aff;
}
.message .add-list--view[data-v-0e806bd5] {
  width: 100%;
  height: 52px;
  border-radius: 2px;
  border: 1px dashed #d0d2da;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  margin-bottom: 16px;
  cursor: pointer;
}
.list-row[data-v-0e806bd5] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list-row .list-title[data-v-0e806bd5] {
    color: #101739;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-row .switch-view[data-v-0e806bd5] .el-switch__core {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    left: 4px;
}
.list-row .module[data-v-0e806bd5] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.list-row .module .module-text[data-v-0e806bd5] {
      color: #101739;
      font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] {
      width: 216px !important;
      margin-left: 16px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner {
        font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner::-webkit-input-placeholder {
          font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner::-moz-placeholder {
          font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner:-ms-input-placeholder {
          font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner::-ms-input-placeholder {
          font-size: 14px;
}
.list-row .module .template-select[data-v-0e806bd5] .el-input__inner::placeholder {
          font-size: 14px;
}
.list-bottom[data-v-0e806bd5] {
  margin-top: 12px;
}
.disabled-text[data-v-0e806bd5] {
  color: #c8cad3 !important;
}
.condition-list[data-v-0e806bd5] {
  width: 260px;
  padding: 8px 16px 8px 16px;
  cursor: pointer;
}
.condition-list[data-v-0e806bd5]:hover {
    background: #f7f8fa;
}
.condition-title[data-v-0e806bd5] {
  font-size: 14px;
  color: #101739;
}
.condition-remark[data-v-0e806bd5] {
  font-size: 12px;
  color: #83899d;
  margin-top: 2px;
}
.scene-list[data-v-0e806bd5] {
  width: 430px;
  height: 100px;
  background: #f7f8fa;
  border-radius: 5px;
  padding: 16px 16px 20px 16px;
  margin-bottom: 12px;
  cursor: pointer;
}
.scene-list[data-v-0e806bd5]:hover {
    background: #edf4fe;
}
.group-del--view[data-v-0e806bd5] {
  display: none;
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -7px;
}
.group-del--view .iconshurushanchu[data-v-0e806bd5] {
    color: #c8cad3;
}
.group-del--view:hover .huIcon[data-v-0e806bd5] {
    color: #83899d;
}
.list-del--view[data-v-0e806bd5] {
  display: none;
  cursor: pointer;
  position: absolute;
  top: -7px;
  right: -7px;
}
.list-del--view .iconshurushanchu[data-v-0e806bd5] {
    color: #c8cad3;
}
.list-del--view:hover .huIcon[data-v-0e806bd5] {
    color: #83899d;
}
.name-content[data-v-0e806bd5] {
  padding-top: 8px;
  overflow-y: scroll;
  max-height: 150px;
}
.name-content .name-view[data-v-0e806bd5] {
    width: 205px;
    padding: 0 8px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 8px;
}
.name-content .name-view .circle-style[data-v-0e806bd5] {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #a2a5b5;
      margin-right: 6px;
      margin-top: 3px;
}
.name-content .name-view .name-text[data-v-0e806bd5] {
      width: 177px;
}
.name-content .name-view .name-text[data-v-0e806bd5] .text {
        color: #101739;
        font-size: 12px;
}

.condition-tool {
  padding: 0;
}

@charset "UTF-8";
#smsRecord[data-v-1248ffba] {
  background: #fff;
}
#smsRecord .record-table-content[data-v-1248ffba] {
    padding: 16px 0;
}
#smsRecord .record-table-content .add-btn[data-v-1248ffba] {
      margin-bottom: 20px;
}
#smsRecord .record-table-content .page[data-v-1248ffba] {
      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: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      margin-top: 20px;
}
#smsRecord .record-table-content .content-view[data-v-1248ffba] {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
}
#smsRecord .record-table-content .send-view[data-v-1248ffba] {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#smsRecord .record-table-content .send-view .send-full-name[data-v-1248ffba] {
        margin-right: 8px;
}
#smsRecord .record-table-content .send-view .send-phone[data-v-1248ffba] {
        margin-right: 8px;
}
#smsRecord .record-table-content .send-view .clue-style[data-v-1248ffba] {
        width: 38px;
        height: 22px;
        background: #ffebdf;
        border-radius: 4px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 12px;
        zoom: calc(0.83);
        color: #fe7c2a;
}
#smsRecord .record-table-content .send-view .customer-style[data-v-1248ffba] {
        width: 38px;
        height: 22px;
        background: #e4f1ff;
        border-radius: 4px;
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-size: 12px;
        color: #3f9cff;
        zoom: calc(0.83);
}
#smsRecord .record-table-content .pointer-style[data-v-1248ffba] {
      cursor: pointer;
}
#smsRecord .record-table-content .pointer-style:hover .send-full-name[data-v-1248ffba] {
        color: #0d5aff;
}
#smsRecord .record-table-content .pointer-style:hover .send-phone[data-v-1248ffba] {
        color: #0d5aff;
}
.filter-reset[data-v-1248ffba] {
  padding: 0 0 9px 0 !important;
  margin-top: -7px;
}
.dz-search__input--slot[data-v-1248ffba],[data-v-1248ffba] .customer-filter-item {
  margin: 0 12px 7px 0;
}
.sms-content[data-v-1248ffba] {
  word-break: break-all;
  line-height: 1.5;
}
.sms-content.ellipsis-multiline[data-v-1248ffba] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    /* 2行 * 1.5行高 */
}

@charset "UTF-8";
#smsTemplate[data-v-3af81323] {
  background: #fff;
  padding: 16px 20px;
}
#smsTemplate .tips-text[data-v-3af81323] {
    font-size: 12px;
    color: #83899d;
}
#smsTemplate .preview-text[data-v-3af81323] {
    font-size: 12px;
    color: #0d5aff;
    margin-left: 12px;
    cursor: pointer;
}
#smsTemplate .table-content .btn-content[data-v-3af81323] {
    margin: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#smsTemplate .table-content .btn-content .null--view[data-v-3af81323] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
#smsTemplate .table-content .page[data-v-3af81323] {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 22px;
}
#smsTemplate .reply-content[data-v-3af81323] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
#smsTemplate .status-view[data-v-3af81323] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#smsTemplate .status-view .green-circle[data-v-3af81323] {
      width: 6px;
      height: 6px;
      background: #00c800;
      border-radius: 50%;
      margin-right: 8px;
}
#smsTemplate .status-view .red-circle[data-v-3af81323] {
      width: 6px;
      height: 6px;
      background: #f2333a;
      border-radius: 50%;
      margin-right: 8px;
}
#smsTemplate .status-view .status-text[data-v-3af81323] {
      font-size: 14px;
      color: #444b6c;
}
[data-v-3af81323] .add-or-edit .el-dialog__body {
  padding-right: 60px;
}
[data-v-3af81323] .add-or-edit .el-form-item .user-tips {
  font-size: 12px;
  color: #a2a5b5;
}
[data-v-3af81323] .add-or-edit .select-user--view {
  padding: 2px 0;
}
[data-v-3af81323] .add-or-edit .select-user-dept,[data-v-3af81323] .add-or-edit .el-select--normal {
  line-height: 22px !important;
}
[data-v-3af81323] .add-or-edit .el-select__tags-text {
  font-size: 12px;
}
.name-view[data-v-3af81323] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 400px;
}
.preview-img[data-v-3af81323] {
  width: 200px;
}
.sms-content[data-v-3af81323] {
  word-break: break-all;
  line-height: 1.5;
}
.sms-content.ellipsis-multiline[data-v-3af81323] {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    /* 2行 * 1.5行高 */
}
.select-user--view[data-v-3af81323] {
  line-height: 32px;
  min-height: 32px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e7e7eb;
  border-radius: 4px;
  padding: 4px 0;
}
.select-user--view[data-v-3af81323]:hover {
    border-color: #0d5aff;
}
.select-user--view[data-v-3af81323] .el-select {
    line-height: 32px;
}

.report-dialog--view {
  max-width: 1160px;
}

.group-detail[data-v-01ce2363] {
  padding: 12px 0;
}
.group-name[data-v-01ce2363] {
  color: #101739;
}
.tips[data-v-01ce2363] {
  margin-top: 8px;
  font-size: 12px;
  color: #a2a5b5;
  line-height: 20px;
}
.tags-textarea[data-v-01ce2363] {
  width: 370px;
  height: 100px;
  border-color: #e7e8ec;
  border-radius: 2px;
  font-size: 14px;
  line-height: 20px;
  resize: none;
}
.tags-textarea[data-v-01ce2363]::-webkit-input-placeholder {
    color: #a2a5b5;
}
.tags-textarea[data-v-01ce2363]::-moz-placeholder {
    color: #a2a5b5;
}
.tags-textarea[data-v-01ce2363]:-ms-input-placeholder {
    color: #a2a5b5;
}
.tags-textarea[data-v-01ce2363]::-ms-input-placeholder {
    color: #a2a5b5;
}
.tags-textarea[data-v-01ce2363]::placeholder {
    color: #a2a5b5;
}
.select-all-tag[data-v-01ce2363] {
  float: right;
}
.tag-list[data-v-01ce2363] {
  padding: 24px 12px 12px 24px;
  margin-top: 16px;
  border: 1px solid #e7e7eb;
  border-radius: 2px;
}
.tag-list .tag-item[data-v-01ce2363] {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-right: 12px;
    margin-bottom: 12px;
    padding-left: 8px;
    height: 34px;
    width: 180px;
    line-height: 34px;
    background: #f7f7fa;
    border-radius: 2px;
    cursor: move;
}
.tag-list .tag-item[data-v-01ce2363]:hover {
      background: #ebefff;
}
.tag-list .tag-item:hover .operation[data-v-01ce2363] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.tag-list .tag-item[data-v-01ce2363] .el-checkbox__label {
      display: none;
}
.tag-list .tag-item .operation[data-v-01ce2363] {
      display: none;
      width: 48px;
      cursor: pointer;
}
.tag-list .tag-item .operation .operation-item[data-v-01ce2363] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 24px;
}
.tag-list .tag-item .operation .huIcon[data-v-01ce2363] {
        font-size: 14px;
}
.tag-list .tag-item .operation .huIcon[data-v-01ce2363]:hover {
          color: #0d5aff;
}
.tag-list .tag-item .tag-check[data-v-01ce2363] {
      line-height: 18px;
}
.add-tag[data-v-01ce2363] {
  display: inline-block;
  margin-right: 16px;
  line-height: 36px;
  color: #0d5aff;
  cursor: pointer;
}
.group-name--view[data-v-01ce2363] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: move;
  font-size: 12px;
  margin-left: 2px;
  color: #303b5b;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tag-manage[data-v-4784bbc5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tag-manage .left-sidebar-view[data-v-4784bbc5] {
    height: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}
.tag-manage .left-sidebar-view .header-wrapper[data-v-4784bbc5] {
      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;
      margin-bottom: 16px;
      padding-left: 3px;
}
.tag-manage .left-sidebar-view .header-wrapper .title[data-v-4784bbc5] {
        color: #101739;
        font-size: 14px;
        line-height: 22px;
        font-weight: 500;
}
.tag-manage .left-sidebar-view .header-wrapper .huIcon[data-v-4784bbc5] {
        color: #0d5aff;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
}
.tag-manage .left-sidebar-view .group-list .group-item[data-v-4784bbc5] {
      height: 40px;
      padding: 0 8px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #101739;
      cursor: move;
}
.tag-manage .left-sidebar-view .group-list .group-item.active[data-v-4784bbc5] {
        background: #edf4fe;
        font-weight: 500;
        color: #0d5aff;
        border-radius: 8px;
}
.tag-manage .left-sidebar-view .group-list .group-item[data-v-4784bbc5]:hover {
        color: #0d5aff;
}
.tag-manage .left-sidebar-view .group-list .group-item:hover .operation[data-v-4784bbc5] {
          display: block;
}
.tag-manage .left-sidebar-view .group-list .group-item .group-name[data-v-4784bbc5] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
        font-size: 12px;
        flex: 1;
        margin-left: 4px;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
}
.tag-manage .left-sidebar-view .group-list .group-item .group-name[data-v-4784bbc5] .text {
          font-size: 12px;
}
.tag-manage .left-sidebar-view .group-list .group-item .operation[data-v-4784bbc5] {
        display: none;
}
.tag-manage .left-sidebar-view .group-list .group-item .operation .huIcon[data-v-4784bbc5] {
          color: #101739;
          font-size: 12px;
          margin-left: 8px;
          cursor: pointer;
}
.tag-manage .left-sidebar-view .group-list .group-item .operation .huIcon[data-v-4784bbc5]:hover {
            color: #0d5aff;
}
.tag-manage .left-sidebar-view .group-list .group-item .icontuodong1[data-v-4784bbc5] {
        margin-top: 2px;
}
.tag-manage .left-sidebar-view .group-list .group-item--wc[data-v-4784bbc5] {
      cursor: auto;
}
.tag-manage .right-content[data-v-4784bbc5] {
    height: 100%;
    padding-left: 24px;
    padding-right: 27px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #ffffff;
    overflow-y: auto;
}
.tag-manage .right-content .header-title[data-v-4784bbc5] {
      font-size: 16px;
      color: #101739;
      font-weight: 500;
      line-height: 60px;
      border-bottom: 1px solid #e7e7eb;
}
.icontuodong1[data-v-4784bbc5] {
  color: #a2a5b5;
  font-size: 10px;
}
.hide-icon[data-v-4784bbc5] {
  opacity: 0;
  cursor: auto;
}
.iconshanchu1[data-v-4784bbc5] {
  font-size: 13px !important;
}
.empty__view[data-v-4784bbc5] {
  padding-top: 100px;
}
.content-view[data-v-4784bbc5] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.operation-menu {
  position: relative;
  z-index: 2;
}
.operation-menu.active::after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.operation-menu .icongengduo {
    cursor: pointer;
}
.operation-menu .menu-list {
    position: absolute;
    top: 120%;
    left: -150%;
    padding: 12px 0;
    background: #fff;
    -webkit-box-shadow: 0px 2px 6px 0px #e7e8ec;
            box-shadow: 0px 2px 6px 0px #e7e8ec;
    z-index: 3;
    cursor: pointer;
}
.operation-menu .menu-list .menu-item {
      padding-left: 13px;
      width: 107px;
      height: 32px;
      line-height: 32px;
      font-size: 13px;
      color: #1e1e1e;
}
.operation-menu .menu-list .menu-item:hover {
        background: #f7f8fa;
}


.iframe-page[data-v-615bed9f] {
    width: 100%;
    height: 100%;
}

.operate--view[data-v-4a8bfca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate--view .edit-form[data-v-4a8bfca8] {
    width: 816px !important;
    padding-top: 24px;
}
.operate--view .edit-form .setting-content[data-v-4a8bfca8] {
      width: 500px;
      height: 300px;
      background: #f2f3f5;
      margin-top: 12px;
      text-align: center;
}
.operate--view .edit-form .setting-content .thumbnail-img[data-v-4a8bfca8] {
        height: 100%;
}
.operate--view .edit-form .automatic-approval--view[data-v-4a8bfca8] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.operate--view .edit-form .automatic-approval--view .el-radio[data-v-4a8bfca8] {
        margin-top: 8px;
}
.operate--view .edit-form .automatic-approval--view[data-v-4a8bfca8] .el-radio__label {
        font-size: 12px;
}
.operate--view .edit-form .revoke-tips[data-v-4a8bfca8] {
      color: #a2a5b5;
      font-size: 12px;
      margin-left: 4px;
}
[data-v-4a8bfca8] .image-preview__content {
  width: auto;
}
.head-top[data-v-4a8bfca8] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 70px;
  margin: 0 20px;
  border-bottom: 1px solid #e7e8ec;
  width: 100%;
}
.head-top .left[data-v-4a8bfca8] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.head-top .left .back[data-v-4a8bfca8] {
      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;
      width: 26px;
      height: 26px;
      cursor: pointer;
}
.head-top .left .back:hover .iconfanhui1[data-v-4a8bfca8] {
        color: #0d5aff;
}
.head-top .left .iconfanhui1[data-v-4a8bfca8] {
      font-size: 18px;
      color: #101739;
}
.head-top .left .title[data-v-4a8bfca8] {
      margin-left: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #101739;
      line-height: 22px;
}

.process-management--view[data-v-b126c41a] {
  padding: 16px 20px;
}
.process-management--view .avue-crud-view[data-v-b126c41a] {
    margin-top: 16px;
}
[data-v-b126c41a] .el-table__header tr > th:last-child .cell {
  text-align: left;
}
[data-v-b126c41a] .page-container {
  padding: 0 !important;
}
.main-page-dialog-wrapper[data-v-b126c41a] {
  height: 100%;
}
.version-view[data-v-b126c41a] {
  background: #ecf5ff;
  border-radius: 4px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #59a9ff;
}
.status-view[data-v-b126c41a] {
  border-radius: 4px;
  padding: 2px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.active-status[data-v-b126c41a] {
  border: 1px solid #e1f3d8;
  color: #67c23a;
  background: #eff9eb;
}
.pending-status[data-v-b126c41a] {
  border: 1px solid #fce2e1;
  color: #f56c6c;
  background: #fef1f1;
}
.add-form-header[data-v-b126c41a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 20px;
}
.add-form-header .left[data-v-b126c41a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.add-form-header .left .back[data-v-b126c41a] {
      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;
      width: 26px;
      height: 26px;
      cursor: pointer;
}
.add-form-header .left .back:hover .iconfanhui1[data-v-b126c41a] {
        color: #0d5aff;
}
.add-form-header .left .iconfanhui1[data-v-b126c41a] {
      font-size: 18px;
      color: #101739;
}
.add-form-header .left .title[data-v-b126c41a] {
      margin-left: 12px;
      font-size: 16px;
      font-weight: 600;
      color: #101739;
      line-height: 22px;
}
.add-form-header .right .el-button + .el-button[data-v-b126c41a] {
    margin-left: 8px;
}

.dept[data-v-2b6636fa] .el-table__header tr > th:last-child .cell {
  text-align: left;
}
.dept[data-v-2b6636fa] .el-icon-arrow-right {
  font-family: "huIcon" !important;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 16px !important;
  color: #a2a5b5;
}
.dept[data-v-2b6636fa] .el-icon-arrow-right::before {
    content: "\E6EB";
}
.dept[data-v-2b6636fa] .el-icon-arrow-right:hover {
    color: #555f7a;
}
.dept[data-v-2b6636fa] .el-table__expand-icon {
  width: 16px;
  height: 16px;
  margin-right: 0;
}
.dept[data-v-2b6636fa] .el-table__placeholder {
  width: 16px;
}

.encryption-config .content-wrapper[data-v-1dbc7241] {
  padding: 0 20px;
  margin-top: 32px;
}
.encryption-config .content-wrapper .row[data-v-1dbc7241] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.encryption-config .content-wrapper .row .label[data-v-1dbc7241] {
      width: 72px;
      line-height: 32px;
      font-weight: 500;
      font-size: 14px;
      color: #101739;
}
.encryption-config .content-wrapper .row .content.user-content[data-v-1dbc7241] {
      width: 100%;
}
.encryption-config .content-wrapper .row .content.user-content .add-btn--view[data-v-1dbc7241] {
        width: 100px;
}
.encryption-config .content-wrapper .row + .row[data-v-1dbc7241] {
      margin-top: 24px;
}
.encryption-config .config-list[data-v-1dbc7241] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
}
.encryption-config .config-list .el-radio + .el-radio[data-v-1dbc7241] {
    margin-top: 16px;
}
.config-text[data-v-1dbc7241] {
  font-size: 14px;
  color: #101739;
}
.add-container[data-v-1dbc7241] {
  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;
  width: 96px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
}
.add-container .el-icon-plus[data-v-1dbc7241] {
    padding-right: 5px;
}
.add-container[data-v-1dbc7241]:hover {
    border-color: #0d5aff;
}

[data-v-5c4e2b32] .el-icon-sort {
  display: none;
}
[data-v-5c4e2b32] .el-icon-rank {
  font-family: "huIcon" !important;
}
[data-v-5c4e2b32] .el-icon-rank::before {
    content: "\E702";
    cursor: -webkit-grab;
    cursor: grab;
    color: #a2a5b5;
}
.del-text[data-v-5c4e2b32] {
  margin-left: 12px;
}

.authority-dialog .el-dialog__body {
  max-height: 400px;
  overflow-y: scroll;
}

.role[data-v-bc163398] .el-table__header tr > th:last-child .cell {
  text-align: left;
}
.btn-view[data-v-bc163398] {
  position: absolute;
  top: 12px;
  right: 24px;
}
[data-v-bc163398] .el-icon-sort {
  display: none;
}
[data-v-bc163398] .el-icon-rank {
  font-family: "huIcon" !important;
}
[data-v-bc163398] .el-icon-rank::before {
    content: "\E702";
    cursor: -webkit-grab;
    cursor: grab;
    color: #a2a5b5;
}
.del-text[data-v-bc163398] {
  margin: 0 12px;
}
.el-icon-s-flag[data-v-bc163398] {
  color: #ff0000;
}

.tenant-sms-record[data-v-50b55d23] {
  margin-top: -20px;
}
.tenant-sms-record .filter[data-v-50b55d23] {
    margin: 0 -20px;
}
.tenant-sms-record[data-v-50b55d23] .avue-crud .avue-crud__menu {
    display: none;
}
.status-tip[data-v-50b55d23] {
  margin-left: 8px;
}

.tenant-info[data-v-85fe4ed4] .el-card__body {
  padding: 0;
}
.page-header[data-v-85fe4ed4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  margin: 0 20px;
  border-bottom: 1px solid #e7e8ec;
}
.page-header .text[data-v-85fe4ed4] {
    font-size: 14px;
    font-weight: 500;
    color: #101739;
}
.page-header .dz-message[data-v-85fe4ed4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #101739;
    font-size: 14px;
}
.page-container[data-v-85fe4ed4] {
  padding: 20px;
}
.page-container .group[data-v-85fe4ed4] {
    padding-top: 20px;
}
.page-container .group .group-row[data-v-85fe4ed4] {
      margin-bottom: 20px;
}
.page-container .group .group-row .flex-style[data-v-85fe4ed4] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.page-container .group .group-row .flex-style .open-style[data-v-85fe4ed4] {
          margin-left: 20px;
}
.page-container .group + .group[data-v-85fe4ed4] {
      border-top: 1px solid #dcdfe6;
}
.page-container span[data-v-85fe4ed4] {
    color: #101739;
    font-size: 14px;
}
.page-container .label[data-v-85fe4ed4] {
    color: #444b6c;
}
.page-container .tips[data-v-85fe4ed4] {
    margin-left: 4px;
    color: #a2a5b5;
}
.page-container .iconbianji[data-v-85fe4ed4] {
    margin-left: 20px;
    font-size: 14px;
    cursor: pointer;
}
.page-container .iconbianji[data-v-85fe4ed4]:hover {
      color: #0d5aff;
}
.page-container .upload-logo[data-v-85fe4ed4] {
    width: 160px;
    height: 28px;
    color: #0d5aff;
    position: relative;
    border: 1px dashed #0d5aff;
    border-radius: 4px;
}
.page-container .upload-logo:hover i[data-v-85fe4ed4], .page-container .upload-logo.hover i[data-v-85fe4ed4] {
      display: block;
}
.page-container .upload-logo input[data-v-85fe4ed4] {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 3;
      opacity: 0;
      cursor: pointer;
}
.page-container .upload-logo img[data-v-85fe4ed4] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      background: rgba(0, 0, 0, 0.1);
}
.page-container .upload-logo i[data-v-85fe4ed4] {
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.3);
      text-align: center;
      line-height: 28px;
      font-size: 20px;
      z-index: 2;
      color: #fff;
}
.business-information[data-v-85fe4ed4] {
  margin-top: -21px;
}
.business-information .avue-crud-search[data-v-85fe4ed4] {
    padding-left: 0;
}
.business-information .avue-crud-search[data-v-85fe4ed4] .customer-filter-item {
      margin-left: 0;
}
.business-information .text-tips[data-v-85fe4ed4] {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.add-style[data-v-85fe4ed4] {
  color: #18b627;
}
.reduce-style[data-v-85fe4ed4] {
  color: #f2333a;
}
.text-tips--value[data-v-85fe4ed4] {
  font-size: 12px;
}
.total-style--one[data-v-85fe4ed4] {
  font-size: 16px;
  color: #101739;
  font-weight: 600;
  margin-right: 16px;
  margin-left: 6px;
  line-height: 16px;
}
.total-style--two[data-v-85fe4ed4] {
  font-size: 16px;
  color: #00ca5c;
  font-weight: 600;
  margin-right: 16px;
  margin-left: 6px;
  line-height: 16px;
}
.page[data-v-85fe4ed4] {
  text-align: right;
  margin-top: 20px;
}
.page-tips__alert[data-v-85fe4ed4] {
  font-size: 18px;
  font-weight: bold;
}
.group-row__input[data-v-85fe4ed4] {
  margin: 10px 0 20px;
}
.group-row__input--btn[data-v-85fe4ed4] {
  text-align: right;
  margin: 0px;
}
.group-row__text[data-v-85fe4ed4] {
  word-wrap: break-word;
}

.detail-data .filter-reset[data-v-bc710266] {
  margin-left: -20px;
}
.detail-data[data-v-bc710266] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-bc710266] {
  padding-top: 20px;
}

.detail-data .filter-reset[data-v-4e1a8970] {
  margin-left: -20px;
}
.detail-data[data-v-4e1a8970] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-4e1a8970] {
  padding-top: 20px;
}

.open-data--com[data-v-6ac330b4] {
  display: inline-block;
  width: 100%;
}
.open-data--com .el-select[data-v-6ac330b4] {
    width: 100%;
}
.open-data--com .el-select .el-icon-arrow-up[data-v-6ac330b4] {
      height: 32px;
      line-height: 32px;
}
.open-data--com .el-select .el-icon-circle-close[data-v-6ac330b4] {
      height: 32px;
      line-height: 32px;
      cursor: pointer;
}
.open-data--com .el-select .is-reverse[data-v-6ac330b4] {
      -webkit-transform: rotateZ(180deg);
      transform: rotateZ(180deg);
}
.open-data--com .disabled-select .el-input__inner[data-v-6ac330b4] {
    background: #f5f7fa;
    cursor: not-allowed;
}
.open-data--com.is-disabled *[data-v-6ac330b4] {
    cursor: not-allowed;
}
.open-data--com .el-select__tags-text.no-max[data-v-6ac330b4] {
    max-width: none;
}
.single--com[data-v-6ac330b4] .el-popover__reference-wrapper {
  display: block;
}
.single--view[data-v-6ac330b4] {
  border-radius: 4px;
  border: 1px solid #e7e7eb;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.single--view .single-select--label[data-v-6ac330b4] {
    padding: 0 10px;
}
.single--view .single-search--view[data-v-6ac330b4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.single--view .single-search--view[data-v-6ac330b4] .el-input__inner {
      border: 0 none;
      padding-left: 0;
}
.single--view .single-search--view[data-v-6ac330b4] .el-input-group__prepend {
      border: 0 none;
      padding: 0 0 0 10px;
      background: #fff;
      color: #303b5b;
}
.single--view .is-disabled[data-v-6ac330b4] .el-input-group__prepend {
    background: #f5f7fa;
}
.single--view[data-v-6ac330b4]:hover {
    border-color: #0d5aff !important;
}
.single--view[data-v-6ac330b4] .el-input__suffix {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.item[data-v-6ac330b4] {
  width: 390px;
  height: 32px;
  padding-left: 12px;
  padding-right: 10px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.item .name-view--text[data-v-6ac330b4] {
    color: #101739;
    font-size: 14px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.item .blue-text[data-v-6ac330b4] {
    color: #0d5aff;
}
.item[data-v-6ac330b4]:hover {
    background: #f5f7fa;
}
[data-v-6ac330b4] .el-input__inner {
  height: 32px;
  line-height: 32px;
  border: 0 none;
}
.place-holder--text[data-v-6ac330b4] {
  color: #acafbd;
}
.data-view[data-v-6ac330b4] {
  max-height: 300px;
  overflow: auto;
}
.active[data-v-6ac330b4] {
  background-color: #f5f7fa;
  color: #0d5aff;
}

.operat-content[data-v-4c6ba1fe] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.operat-content .head-top[data-v-4c6ba1fe] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70px;
    margin: 0 20px;
}
.operat-content .head-top .left[data-v-4c6ba1fe] {
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.operat-content .head-top .left .back[data-v-4c6ba1fe] {
        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;
        width: 26px;
        height: 26px;
        cursor: pointer;
}
.operat-content .head-top .left .back:hover .iconfanhui1[data-v-4c6ba1fe] {
          color: #0d5aff;
}
.operat-content .head-top .left .iconfanhui1[data-v-4c6ba1fe] {
        font-size: 18px;
        color: #101739;
}
.operat-content .head-top .left .title[data-v-4c6ba1fe] {
        margin-left: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #101739;
        line-height: 22px;
}
.operat-content .form-content[data-v-4c6ba1fe] {
    height: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: auto;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] {
      width: 816px !important;
      padding-top: 24px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-form__menu {
        display: none;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-collapse-item__header {
        pointer-events: none;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-group {
        padding-bottom: 12px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-group__header {
        height: 25px;
        margin-bottom: 24px;
        background: inherit;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-group__header .el-icon-caret-bottom {
          display: none;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-group__header .avue-group__title {
          margin: 0;
          line-height: 25px;
          font-size: 18px;
          font-weight: 600;
          color: #101739;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-form__group {
        margin-top: 0;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .avue-form__row {
        padding-left: 0 !important;
        padding-right: 16px !important;
}
.operat-content .form-content .edit-form .iconwenhao[data-v-4c6ba1fe] {
        font-size: 14px;
        margin-left: 6px;
        color: #a2a5b5;
}
.operat-content .form-content .edit-form .msg-view[data-v-4c6ba1fe] {
        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-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.operat-content .form-content .edit-form .msg-view .upload-img[data-v-4c6ba1fe] {
          width: 56px;
          height: 56px;
          border-radius: 50%;
          position: relative;
          overflow: hidden;
}
.operat-content .form-content .edit-form .msg-view .upload-img input[data-v-4c6ba1fe] {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 3;
            opacity: 0;
            cursor: pointer;
}
.operat-content .form-content .edit-form .msg-view .upload-img input[data-v-4c6ba1fe]::file-selector-button {
              cursor: pointer;
}
.operat-content .form-content .edit-form .msg-view .upload-img .iconshangchuantouxiang[data-v-4c6ba1fe] {
            font-size: 16px;
            color: #fff;
            position: absolute;
            top: 10px;
            left: 18px;
            z-index: 2;
            display: none;
}
.operat-content .form-content .edit-form .msg-view .upload-img .avatar[data-v-4c6ba1fe] {
            width: 100%;
            height: 100%;
}
.operat-content .form-content .edit-form .msg-view .upload-img .avatar-null-view[data-v-4c6ba1fe] {
            width: 56px;
            height: 56px;
            border-radius: 50%;
            background: #c8cad3;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
}
.operat-content .form-content .edit-form .msg-view .upload-img .avatar-null-view .avatar-null-icon[data-v-4c6ba1fe] {
              font-size: 50px;
}
.operat-content .form-content .edit-form .msg-view .upload-img .img-shadow[data-v-4c6ba1fe] {
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 1;
            background: rgba(0, 0, 0, 0.4);
            left: 0;
            top: 0;
            display: none;
}
.operat-content .form-content .edit-form .msg-view .upload-img:hover .iconshangchuantouxiang[data-v-4c6ba1fe],
          .operat-content .form-content .edit-form .msg-view .upload-img:hover .img-shadow[data-v-4c6ba1fe] {
            display: inline-block;
}
.operat-content .form-content .edit-form .msg-view .name-view[data-v-4c6ba1fe] {
          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-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin-left: 17px;
}
.operat-content .form-content .edit-form .msg-view .name-view .name-div[data-v-4c6ba1fe] {
            width: 108px;
            height: 22px;
            line-height: 22px;
            cursor: pointer;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            word-break: break-all;
}
.operat-content .form-content .edit-form .msg-view .name-view .name-div .null-name-view-style[data-v-4c6ba1fe] {
              font-size: 18px;
              color: #a2a5b5;
              font-weight: 600;
}
.operat-content .form-content .edit-form .msg-view .name-view .name-div .name-view-style[data-v-4c6ba1fe] {
              font-size: 18px;
              color: #101739;
              font-weight: 600;
}
.operat-content .form-content .edit-form .msg-view .name-view .iconbianji[data-v-4c6ba1fe] {
            margin-left: 8px;
            color: #101739;
            cursor: pointer;
            font-size: 14px;
            display: none;
            height: 22px;
            line-height: 22px;
}
.operat-content .form-content .edit-form .msg-view .name-view .iconbianji[data-v-4c6ba1fe]:hover {
              color: #0d5aff;
}
.operat-content .form-content .edit-form .msg-view .name-view[data-v-4c6ba1fe] .el-input {
            height: 22px;
            line-height: 22px;
}
.operat-content .form-content .edit-form .msg-view .name-view[data-v-4c6ba1fe] .el-input__inner {
            width: 108px;
            height: 22px;
            min-height: 22px;
            line-height: 22px;
            font-size: 18px;
            border: 0 none;
            padding: 0;
            color: #101739;
            font-weight: 600;
}
.operat-content .form-content .edit-form .msg-view .name-view[data-v-4c6ba1fe] .el-input__inner::-webkit-input-placeholder {
              color: #a2a5b5 !important;
              font-size: 18px;
              font-weight: 600 !important;
}
.operat-content .form-content .edit-form .msg-view .name-view:hover .iconbianji[data-v-4c6ba1fe] {
            display: inline-block;
}
.operat-content .form-content .edit-form .msg-view .status-view[data-v-4c6ba1fe] {
          margin-left: 17px;
          margin-top: 10px;
}
.operat-content .form-content .edit-form .msg-view .status-view .status-isopen[data-v-4c6ba1fe] {
            width: 52px;
            height: 20px;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: #dbe7ff;
            border-radius: 4px;
            font-size: 12px;
            color: #0d5aff;
}
.operat-content .form-content .edit-form .msg-view .status-view .status-disabled[data-v-4c6ba1fe] {
            width: 52px;
            height: 20px;
            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-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            background: #fde1e2;
            border-radius: 4px;
            font-size: 12px;
            color: #f2333a;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-form-item {
        margin-bottom: 24px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-form-item__label {
        padding-bottom: 12px;
        line-height: 14px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-form-item__content {
        min-height: 34px;
        line-height: 34px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-checkbox {
        margin-right: 10px;
        line-height: 14px;
}
.operat-content .form-content .edit-form[data-v-4c6ba1fe] .el-checkbox__label {
        width: 120px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 19px;
        line-height: 18px;
        vertical-align: middle;
}
.del-btn[data-v-4c6ba1fe] {
  border-color: #f2333a;
}
.del-btn[data-v-4c6ba1fe] span {
    color: #f2333a;
}
.status-btn[data-v-4c6ba1fe] {
  border-color: #0d5aff;
}
.status-btn[data-v-4c6ba1fe] span {
    color: #0d5aff;
}
[data-v-4c6ba1fe] .avue-radio .el-radio {
  margin-right: 36px;
}
.check-box-view .el-checkbox-group[data-v-4c6ba1fe] {
  background: #f7f8fa;
  border-radius: 5px;
  padding: 13px 16px 2px 16px;
}
[data-v-4c6ba1fe] .el-radio__input .el-radio__inner::before {
  color: #a2a5b5;
}
[data-v-4c6ba1fe] .el-radio__input .el-radio__inner:hover::before {
  color: #0d5aff;
}
[data-v-4c6ba1fe] .el-radio__input.is-checked .el-radio__inner::before {
  color: #0d5aff;
}
[data-v-4c6ba1fe] .el-checkbox__input .el-checkbox__inner {
  border-color: #a2a5b5;
  background: transparent;
}
[data-v-4c6ba1fe] .el-checkbox__input .el-checkbox__inner:hover {
    border-color: #0d5aff;
}
[data-v-4c6ba1fe] .el-checkbox__input.is-checked .el-checkbox__inner {
  border-color: #0d5aff;
  background: #0d5aff;
}
.operate--view[data-v-4c6ba1fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.null-tips[data-v-4c6ba1fe] {
  color: #a2a5b5;
}
[data-v-4c6ba1fe] .el-select__tags-text {
  font-size: 12px;
}
.item-list[data-v-4c6ba1fe] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-header--view[data-v-4c6ba1fe] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-header--view .cus-title[data-v-4c6ba1fe] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.work-header--view .cus-title .cus-title--tips[data-v-4c6ba1fe] {
      font-size: 12px;
      color: #a2a5b5;
}

.password-tips {
  width: 290px;
}
.password-ptooltip--view {
  max-width: 700px;
}
.password-ptooltip--view .tips--text {
    font-size: 12px;
}

@charset "UTF-8";
.usercentent[data-v-bc12c1ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.usercentent[data-v-bc12c1ee] .el-card,
  .usercentent .el-message[data-v-bc12c1ee] {
    border-radius: 0 0px 10px 0;
}
.usercentent .left-sidebar-view[data-v-bc12c1ee] {
    border-radius: 10px 0 0 10px;
    height: 100%;
    overflow: auto;
    padding: 16px;
    border-right: 0 none !important;
}
.usercentent .left-sidebar-view[data-v-bc12c1ee] .avue-tree__filter {
      display: none;
}
.usercentent .left-sidebar-view .left-title[data-v-bc12c1ee] {
      font-size: 14px;
      font-weight: 500;
      color: #101739;
      line-height: 20px;
      padding-left: 3px;
      margin-bottom: 12px;
}
.usercentent .left-sidebar-view[data-v-bc12c1ee]::-webkit-scrollbar {
      display: none;
}
.usercentent[data-v-bc12c1ee] .avue-crud__menu {
    overflow: visible;
}
.common-list-container[data-v-bc12c1ee] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.common-list-container[data-v-bc12c1ee] .el-table__header tr > th:last-child .cell {
    text-align: left;
}
.common-list-container .avue-crud[data-v-bc12c1ee] {
    padding: 0 20px 0 20px;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content {
  height: 40px;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content .el-tree-node__label span {
    font-size: 12px !important;
    color: #101739 !important;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content .span-ellipsis {
    font-size: 12px;
    color: #101739;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content:hover {
    color: #0d5aff;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node:focus > .el-tree-node__content {
  background: transparent !important;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node.is-current > .el-tree-node__content {
  background: #edf4fe !important;
  border-radius: 8px !important;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node.is-current > .el-tree-node__content .el-tree-node__label span {
    font-weight: 500 !important;
    color: #0d5aff !important;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content:hover {
  background: transparent;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content:hover .el-tree-node__label span {
    color: #0d5aff !important;
}
.dept-tree[data-v-bc12c1ee] .el-tree-node__content:hover:hover .span-ellipsis {
    color: #0d5aff !important;
}
.dept-tree[data-v-bc12c1ee] .is-current > .el-tree-node__content .span-ellipsis {
  color: #0d5aff;
}
[data-v-bc12c1ee] .el-icon-caret-right:not(.is-leaf):before {
  color: #a2a5b5 !important;
}
.line[data-v-bc12c1ee]::after {
  border-bottom-left-radius: 0;
}
.line[data-v-bc12c1ee]::before {
  border-top-left-radius: 0;
}
[data-v-bc12c1ee] .el-radio-group .el-radio-button__inner {
  height: 32px;
}
.form-tips-text[data-v-bc12c1ee] {
  color: #101739;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.count-num[data-v-bc12c1ee] {
  color: #0d5aff;
  cursor: pointer;
}
.main-page-dialog[data-v-bc12c1ee] {
  position: static;
  padding-bottom: 0;
  padding-right: 0;
}
.main-page-dialog[data-v-bc12c1ee] .page-container {
    padding: 0;
    height: 100%;
}
[data-v-bc12c1ee] .page-header {
  display: none;
}
.null-view[data-v-bc12c1ee] {
  height: 16px;
}
.el-icon-s-flag[data-v-bc12c1ee] {
  color: #ff0000;
}
.label__text[data-v-bc12c1ee] {
  font-size: 14px;
}
.tooltip__content-text[data-v-bc12c1ee] {
  font-size: 12px;
}
.dialog--view[data-v-bc12c1ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}
[data-v-bc12c1ee] .full-screen-dialog .title-view {
  display: none;
}
.open-data--view[data-v-bc12c1ee] {
  width: 200px;
  height: 32px;
}
.btn-box[data-v-bc12c1ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.drag-bar[data-v-bc12c1ee] {
  width: 6px;
  height: 100%;
  background: #fff;
  border-right: 1px solid #e7e7eb;
  cursor: col-resize;
  cursor: col-resize;
  /* 水平拖拽光标 */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* 防止选中文本 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.drag-bar[data-v-bc12c1ee]:hover {
    border-right: 1px solid #c8cad3;
}
.dialog-title--view[data-v-bc12c1ee] {
  line-height: 22px;
  font-size: 16px;
  font-weight: 500;
  color: #101739;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dialog-title--view .dialog-title--tips[data-v-bc12c1ee] {
    font-size: 12px;
    color: #a2a5b5;
}

.chang-pwd .avue-form__menu--right .el-form-item {
  margin-bottom: 0;
}
.chang-pwd .avue-form .el-row {
  margin-top: 0 !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}
.chang-pwd .avue-form .avue-form__group {
  margin-top: 0;
}

[data-v-2924fb72] .avue-crud__menu {
  display: none;
}
.call-curd--view[data-v-2924fb72] {
  padding: 6px 20px 0 20px;
}
.call-curd--view .customer-name--view[data-v-2924fb72] {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.call-curd--view .customer-name--view .customer-type--view[data-v-2924fb72] {
      padding: 0 4px;
      height: 16px;
      border-radius: 4px;
      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-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 4px;
}
.call-curd--view .customer-name--view .customer-type--view span[data-v-2924fb72] {
        zoom: 0.82;
}
.call-curd--view .customer-name--view .clue-type[data-v-2924fb72] {
      background: #ffebdf;
      color: #fe7c2a;
}
.call-curd--view .customer-name--view .customer-type[data-v-2924fb72] {
      background: #dbe6ff;
      color: #0c57fa;
}
.call-curd--view .customer-name--view .contacts-type[data-v-2924fb72] {
      background: #fff3db;
      color: #f6a400;
}
.audio--view[data-v-2924fb72] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.audio--view .iconvoice[data-v-2924fb72] {
    font-size: 12px;
    margin-right: 6px;
}
.audio--view .play--text[data-v-2924fb72] {
    font-size: 12px;
    margin-left: 4px;
}
.phone-text[data-v-2924fb72] {
  font-size: 12px;
  color: #a2a5b5;
}

.iconshengji[data-v-8a9b0c08] {
  display: none;
  margin-left: 8px;
  font-size: 12px !important;
}
.app-version--view[data-v-8a9b0c08] {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.updataing--view[data-v-8a9b0c08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.updataing--view .iconshengji[data-v-8a9b0c08] {
    display: inline-block;
}
.updataing--view .updataing-icon[data-v-8a9b0c08] {
    color: #a2a5b5;
    margin-right: 3px;
}
.updataing--view .updataing-text[data-v-8a9b0c08] {
    font-size: 12px;
    color: #a2a5b5;
}
.iconjiebang[data-v-8a9b0c08] {
  margin-left: 8px;
  display: none;
  font-size: 12px !important;
}
.hover-row .iconshengji[data-v-8a9b0c08],
.hover-row .iconjiebang[data-v-8a9b0c08] {
  display: inline-block;
}
.full-screen-dialog[data-v-8a9b0c08] .filter-reset {
  padding-top: 9px;
}
.app-list--view[data-v-8a9b0c08] {
  padding: 4px 0;
}

