.business-transfer[data-v-9757134e] {
  display: inline-block;
}
.tips[data-v-9757134e] {
  padding-left: 76px;
}
.select-user--view[data-v-9757134e] {
  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-9757134e]:hover {
    border-color: #0d5aff;
}
.error-view[data-v-9757134e] {
  border-color: #f56c6c;
}

.clue-transfer[data-v-e84415b8] {
  display: inline-block;
}
.error-tips--view[data-v-e84415b8] {
  padding-left: 76px;
}

.result-header[data-v-2651c82e] {
  margin-top: 16px;
  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;
}
.result-header .iconchenggongtishi[data-v-2651c82e] {
    font-size: 40px;
    color: #00ca5c;
}
.result-header .iconshibai[data-v-2651c82e] {
    font-size: 40px;
    color: #fe7c2a;
}
.result-header .result-number[data-v-2651c82e] {
    margin-top: 12px;
    color: #101739;
    font-size: 14px;
}
.result-table[data-v-2651c82e] {
  margin-top: 24px;
}
.result-table .iconkuozhanxinxi[data-v-2651c82e] {
    color: #a2a5b5;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-f9912abe] {
  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-f9912abe] {
    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-f9912abe] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-f9912abe] {
    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-f9912abe] {
      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-f9912abe] {
    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-f9912abe]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-f9912abe] {
    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-f9912abe]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-f9912abe]::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-f9912abe] {
      -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-f9912abe] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-f9912abe]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-f9912abe]::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-f9912abe]::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-f9912abe] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-f9912abe] {
    -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;
}
[data-v-f9912abe] .dz-dropdown-add:not(.dz-dropdown_add) {
  margin-right: 8px;
}
[data-v-f9912abe] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover {
    border: 1px solid #0d5aff;
}
[data-v-f9912abe] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover .no-import {
      color: #0d5aff;
}
.clue-assign-clue[data-v-f9912abe] {
  display: inline-block;
}
.error-tips--view__user[data-v-f9912abe] {
  padding-left: 76px;
}
.select-user--view[data-v-f9912abe] {
  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-f9912abe]:hover {
    border-color: #0d5aff;
}
.error-view[data-v-f9912abe] {
  border-color: #f56c6c;
}
.dz-export[data-v-f9912abe] {
  width: 114px;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-2ee3ac62] {
  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-2ee3ac62] {
    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-2ee3ac62] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-2ee3ac62] {
    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-2ee3ac62] {
      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-2ee3ac62] {
    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-2ee3ac62]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-2ee3ac62] {
    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-2ee3ac62]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-2ee3ac62]::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-2ee3ac62] {
      -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-2ee3ac62] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-2ee3ac62]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-2ee3ac62]::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-2ee3ac62]::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-2ee3ac62] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-2ee3ac62] {
    -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;
}
[data-v-2ee3ac62] .dz-dropdown-add:not(.dz-dropdown_add) {
  margin-right: 8px;
}
[data-v-2ee3ac62] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover {
    border: 1px solid #0d5aff;
}
[data-v-2ee3ac62] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover .no-import {
      color: #0d5aff;
}
[data-v-2ee3ac62] .dz-dropdown-add {
  margin-right: 8px;
}
[data-v-2ee3ac62] .dz-dropdown-add .dz-add:hover {
    border: 1px solid #0d5aff;
}
[data-v-2ee3ac62] .dz-dropdown-add .dz-add:hover .no-import {
      color: #0d5aff;
}
[data-v-2ee3ac62] .dz-dropdown-add .dz-add .dz-export {
    width: 128px;
}
[data-v-2ee3ac62] .dz-dropdown-add .dz-add .dz-export::before {
      width: 120px !important;
}
.clue-assign-clue[data-v-2ee3ac62] {
  display: inline-block;
}

.set-invalid[data-v-68adca78] {
  display: inline-block;
}
.invalid-reason .tips[data-v-68adca78] {
  color: #a2a5b5;
  font-size: 12px;
}
.invalid-reason .form[data-v-68adca78] {
  padding: 30px;
}
.invalid-reason .field-label[data-v-68adca78] {
  width: 85px;
  height: 36px;
  line-height: 36px;
  margin-right: 16px;
  text-align: right;
}
.invalid-reason .field-content[data-v-68adca78] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.invalid-reason .field-item[data-v-68adca78] {
  height: 36px;
  line-height: 36px;
}
.invalid-reason .field-item[data-v-68adca78] .el-checkbox__input {
    line-height: 36px;
}
.invalid-reason[data-v-68adca78] .el-form-item {
  height: 32px;
}
.invalid-reason[data-v-68adca78] .el-form-item__label {
  height: 32px;
  line-height: 32px;
}
.invalid-reason[data-v-68adca78] .el-form-item__content {
  line-height: 12px;
}
.invalid-reason .form-btn[data-v-68adca78] {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
.invalid-reason .other-view[data-v-68adca78] {
  margin-top: 8px;
}
.invalid-reason .return-back--view[data-v-68adca78] {
  margin-top: 16px;
}
.invalid-reason .form-error--tips[data-v-68adca78] {
  padding-top: 0 !important;
}

.select-view[data-v-f67e7664] {
  width: 210px;
  margin-right: 20px;
}

.order-product .footer[data-v-9660ba14] {
  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;
  margin-top: 6px;
}
.form-item100[data-v-9660ba14] {
  width: 100px;
}
.form-item120[data-v-9660ba14] {
  width: 120px;
}
.require-style[data-v-9660ba14] {
  color: #f56c6c;
  margin-right: 4px;
}
[data-v-9660ba14] .text-area-style {
  padding: 12px 0;
}
[data-v-9660ba14] .text-area-style textarea {
    min-height: auto !important;
}
[data-v-9660ba14] .select-template .el-select__tags .el-tag--light {
  margin: 2px 5px 0 5px;
}
[data-v-9660ba14] .select-template .el-select__tags .el-tag--light:first-of-type {
    margin-top: 0 !important;
}
[data-v-9660ba14] .select-template .el-select__tags .el-tag--light:last-of-type {
    margin-top: 0 !important;
}
[data-v-9660ba14] .editNum input::-webkit-outer-spin-button,[data-v-9660ba14] .editNum input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[data-v-9660ba14] .editNum input[type="number"] {
  line-height: 1px !important;
  -moz-appearance: textfield;
}

.option[data-v-675d71b0] {
  background: inherit !important;
}
.filter-input[data-v-675d71b0] {
  margin: 0 12px 6px 12px;
}
.disabled--input[data-v-675d71b0] .el-input__inner {
  cursor: auto;
}
.category-tree[data-v-675d71b0] {
  max-height: 360px;
  overflow-y: auto;
}
.category-tree[data-v-675d71b0] .el-tree-node__label {
    color: #101739;
}
.category-tree[data-v-675d71b0] .is-current > .el-tree-node__content .el-tree-node__label {
    color: #496dff;
}
.category-tree[data-v-675d71b0] .el-tree-node__content {
    height: 32px;
    line-height: 32px;
}
.category-tree[data-v-675d71b0] .el-tree-node__content > .el-tree-node__expand-icon {
    padding: 5px 6px;
    margin-left: 6px;
}
.category-tree[data-v-675d71b0] .el-tree-node__expand-icon {
    color: #a2a5b5;
    font-family: "huIcon" !important;
    font-size: 16px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.category-tree[data-v-675d71b0] .el-tree-node__expand-icon.expanded {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
}
.category-tree[data-v-675d71b0] .el-tree-node__expand-icon::before {
      content: "\E6EB";
}
.category-tree[data-v-675d71b0] .el-tree-node__expand-icon.is-leaf {
      color: transparent;
}


.hide-select {
    display: none;
}
.product-category--view {
    padding: 6px 0 !important;
}

.category-tree[data-v-29b8335c] {
  height: calc(100% - 54px);
}
.content-wrapper[data-v-29b8335c] {
  max-height: calc(100% - 54px);
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  padding: 0 16px;
}
.content-wrapper[data-v-29b8335c]::-webkit-scrollbar {
    display: none;
}
.el-tree[data-v-29b8335c] .el-tree-node__content {
  height: 32px;
  background-color: inherit;
  border-radius: 8px;
}
.el-tree[data-v-29b8335c] .el-tree-node__content:hover {
    border-radius: 8px;
}
.el-tree[data-v-29b8335c] .el-tree-node__content:hover .node-name {
      color: #0d5aff;
}
.el-tree[data-v-29b8335c] .node-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
}
.el-tree[data-v-29b8335c] .node-name .dz-tooltip-content .text {
    font-size: 12px;
}
.el-tree[data-v-29b8335c] .el-tree-node__expand-icon {
  padding-left: 0 !important;
}
.el-tree[data-v-29b8335c] .el-tree-node__expand-icon:hover {
    color: #555f7a;
}
.el-tree[data-v-29b8335c] .el-tree-node__expand-icon.is-leaf::before {
    content: "" !important;
}
.el-tree[data-v-29b8335c] .el-tree-node__expand-icon.expanded {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.el-tree[data-v-29b8335c] .el-icon-caret-right {
  font-family: "huIcon" !important;
  font-size: 16px !important;
  color: #a2a5b5 !important;
  margin-top: 2px !important;
  margin-left: 2px;
}
.el-tree[data-v-29b8335c] .el-icon-caret-right::before {
    content: "\E6EB" !important;
}
.el-tree[data-v-29b8335c] .el-icon-caret-right.is-leaf {
    margin-left: 0;
}
.el-tree .category-item[data-v-29b8335c] {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  height: 32px;
  border-radius: 8px;
  color: #101739;
  overflow: hidden;
  padding: 0 6px;
}
.el-tree .category-item.active[data-v-29b8335c] {
    background: #edf4fe;
}
.el-tree .category-item.active[data-v-29b8335c] .node-name {
      font-weight: 500;
      color: #0d5aff;
}
.el-tree .category-item.active[data-v-29b8335c] .node-name .dz-tooltip-content .text {
        color: #0d5aff;
}
.el-tree .category-item.active[data-v-29b8335c] .icongengduo {
      color: #0d5aff;
}
.el-tree .category-item.active[data-v-29b8335c] .icongengduo:hover {
        background: #e1e6f9;
}
.el-tree .category-item[data-v-29b8335c]:hover .more {
    display: block;
}
.el-tree .more[data-v-29b8335c] {
  display: none;
}
.el-tree .more .icongengduo[data-v-29b8335c] {
    display: inline-block;
    padding: 3px;
    border-radius: 2px;
    font-size: 14px;
}
.el-tree .more .icongengduo[data-v-29b8335c]:hover {
      background: #e5e7eb;
}
.el-tree .more.show-popover[data-v-29b8335c] {
    display: block;
}
.add-container[data-v-29b8335c] {
  width: 156px;
  height: 34px;
  margin: 12px auto 0 auto;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
  cursor: pointer;
}
.add-container i[data-v-29b8335c],
  .add-container span[data-v-29b8335c] {
    color: #101739;
}
.add-container[data-v-29b8335c]:hover {
    border-color: #0d5aff;
}
.add-container:hover i[data-v-29b8335c],
    .add-container:hover span[data-v-29b8335c] {
      color: #0d5aff;
}
.add-container .text[data-v-29b8335c] {
    margin-left: 2px;
}
.popover-item.red[data-v-29b8335c] {
  color: #f2333a;
}
.empty[data-v-29b8335c] {
  margin-top: 100px;
}
.empty[data-v-29b8335c] .avue-empty__image {
    margin-top: 100px;
}
.empty[data-v-29b8335c] .avue-empty__image img {
      width: 89px;
      height: 86px;
}
[data-v-29b8335c] .el-tree-node.is-current > .el-tree-node__content {
  background: #edf4fe !important;
  padding: 0 8px;
}
[data-v-29b8335c] .el-tree-node__expand-icon {
  padding: 0;
}
[data-v-29b8335c] .empty {
  margin-top: 0;
}
[data-v-29b8335c] .empty .empty-view .empty-data-view {
    display: none;
}
[data-v-29b8335c] .empty .empty-view .empty__desc {
    margin-top: 0;
}

.border-line[data-v-7708312d] {
  height: 1px;
  width: 952px;
  margin: 0 -20px;
  background-color: #e7e7eb;
}
.select-container[data-v-7708312d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  height: 562px;
  overflow: hidden;
}
.select-container[data-v-7708312d] .category-tree {
    width: 190px;
    height: 100%;
    padding: 24px 16px;
}
.select-container[data-v-7708312d] .category-tree .content-wrapper {
      max-height: 100%;
      padding: 0;
}
.select-container[data-v-7708312d] .category-tree .category-item {
      padding: 0 5px !important;
}
.select-container .right-container[data-v-7708312d] {
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 20px 24px 0;
    border-left: 1px solid #e7e8ec;
    overflow: hidden;
    background: #ffffff;
}
.select-container .right-container .content-wrapper[data-v-7708312d] {
      height: 420px;
      padding-left: 20px;
      overflow: auto;
}
.select-container .right-container .content-wrapper[data-v-7708312d] .avue-crud__menu {
        display: none;
}
.select-container .bottom[data-v-7708312d] {
    height: 30px;
    padding-left: 20px;
}
.select-container .bottom .count[data-v-7708312d] {
      color: #303b5b;
}
.select-container-edit[data-v-7708312d] {
  height: 630px;
}
.step-two-btn[data-v-7708312d] {
  margin-top: 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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.group-title-text[data-v-7708312d] {
  font-size: 12px;
  color: #101739;
  margin-bottom: 16px;
}
.group-title-num[data-v-7708312d] {
  font-size: 18px;
}
.group-title-price[data-v-7708312d] {
  font-size: 18px;
}
[data-v-7708312d] .text-area-style .el-textarea__inner {
  min-height: 58px !important;
  height: auto !important;
}
[data-v-7708312d] .el-table__fixed-body-wrapper .is-disabled .el-checkbox__inner::before {
  position: absolute;
  left: 0;
  top: 1px;
  line-height: 14px;
  font-size: 12px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  font-family: "element-icons";
  content: "\E6DA";
  color: #bebfbf;
}
[data-v-7708312d] .filter-reset {
  padding: 9px 20px 9px 8px;
}
[data-v-7708312d] .el-dialog__body {
  padding: 0 !important;
}
[data-v-7708312d] .el-dialog__header {
  display: none;
}
.customer-title[data-v-7708312d] {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 68px;
  padding: 0 24px;
  border-bottom: 1px solid #e7e8ec;
}
.customer-title .customer-title-text[data-v-7708312d] {
    font-size: 16px;
    color: #101739;
    font-weight: 500px;
}
.content-view[data-v-7708312d] {
  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;
  border-radius: 4px;
  overflow: hidden;
}
.content-view .step-view[data-v-7708312d] {
    width: 140px;
    padding: 30px 0 0 18px;
    background: #f4f8fe;
}
.content-view .step-view .step-list[data-v-7708312d] {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
}
.content-view .step-view .step-list .step-circle[data-v-7708312d] {
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: #ffffff;
        font-size: 14px;
        border: 1px solid #e7e8ec;
}
.content-view .step-text[data-v-7708312d] {
    font-size: 14px;
    color: #a2a5b5;
    margin-left: 8px;
}
.content-view .active-circle[data-v-7708312d] {
    background: #0d5aff !important;
    border: 0 none !important;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.content-view .active-text[data-v-7708312d] {
    color: #101739;
    font-weight: 500;
}
.content-view .step-line[data-v-7708312d] {
    width: 1px;
    height: 48px;
    background: #d5dceb;
    margin-left: 12px;
}
.content-view .step-two-view[data-v-7708312d] {
    width: 891px;
    padding: 24px 20px;
    overflow-y: auto;
}
.content-view .close-icon[data-v-7708312d] {
    position: absolute;
    right: 27px;
    top: 27px;
    cursor: pointer;
}
.order-view[data-v-7708312d] {
  height: 492px;
  overflow: auto;
}
.el-dialog__close[data-v-7708312d] {
  font-size: 20px;
  color: #444b6c;
  cursor: pointer;
}
.el-dialog__close[data-v-7708312d]:hover {
    color: #0d5aff;
}
.edit-width[data-v-7708312d] {
  width: 181px !important;
  padding: 16px !important;
}
[data-v-7708312d] .category-item {
  padding-left: 8px !important;
}
[data-v-7708312d] .avue-crud__pagination {
  padding-bottom: 0 !important;
}
.edit-height[data-v-7708312d] {
  height: 486px !important;
  padding-bottom: 0 !important;
}


.process-flow[data-v-042f40be] {
    padding: 0 10px;
    /* width: 240px; */
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.process-node[data-v-042f40be] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0px 0 10px;
}
.node-connector[data-v-042f40be] {
    position: absolute;
    left: 9px;
    top: 0px;
    bottom: 0px;
    width: 1px;
    background: #e4e7ed;
}
.node-connector.agree[data-v-042f40be] {
    background: #126dff;
}
.node-connector.last[data-v-042f40be] {
    bottom: 30px;
}
.node-icon[data-v-042f40be] {
    width: 20px;
    height: 23px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}
.node-icon.root[data-v-042f40be] {
    background: #fff;
    color: #126dff;
}
.node-icon.end[data-v-042f40be] {
    background: #08bd00;
    color: #fff;
}
.node-icon.agree[data-v-042f40be] {
    height: 20px;
    background: #fff;
    color: #08bd00;
}
.node-icon.reject[data-v-042f40be] {
    background: #fff;
    color: #f2333a;
}
.node-icon[data-v-042f40be]:not(.root):not(.agree):not(.reject):not(.end) {
    background: #fff;
    color: #d5d8e1;
}
.node-content[data-v-042f40be] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0px 5px;
    border-radius: 4px;
}
.node-title[data-v-042f40be] {
    font-weight: 600;
    color: #303133;
    margin-bottom: 6px;
}
.approver-list[data-v-042f40be] {
    width: 100%;
    margin-top: 8px;
}
.approver-item[data-v-042f40be] {
    padding: 6px 0;
}
.approver-user[data-v-042f40be] {
    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;
    padding: 0 0 6px 0;
}
.approver-opinion[data-v-042f40be] {
    background-color: #f3f4f8;
    border-radius: 4px;
    padding: 6px;
    font-size: 12px;
}
.user-name[data-v-042f40be] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 0.9em;
    color: #000;
    margin-right: 8px;
}
.color-red[data-v-042f40be] {
    color: #f56c6c;
}
.approve-status[data-v-042f40be] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
}
.status-text[data-v-042f40be] {
    font-size: 12px;
}
.status-text.agree[data-v-042f40be] {
    color: #08bd00;
}
.status-text.reject[data-v-042f40be] {
    color: #f56c6c;
}
.status-text.time[data-v-042f40be] {
    color: #909399;
    text-align: right;
}
.el-icon-more[data-v-042f40be] {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.el-icon-success[data-v-042f40be] {
    font-size: 21px;
    color: #126dff;
}
.iconshenpi[data-v-042f40be] {
    font-size: 20px;
}

.form-detail[data-v-f68e6f78] {
  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-f68e6f78] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-f68e6f78] .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-f68e6f78] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-f68e6f78] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-f68e6f78] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-f68e6f78] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-f68e6f78] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-f68e6f78] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-f68e6f78] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-f68e6f78] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-f68e6f78] {
    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-f68e6f78]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-f68e6f78] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-f68e6f78] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-f68e6f78] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-f68e6f78] {
    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-f68e6f78] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-f68e6f78] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-f68e6f78] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-f68e6f78] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-f68e6f78] {
        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-f68e6f78] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-f68e6f78] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-f68e6f78] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-f68e6f78] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-f68e6f78] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-f68e6f78] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-f68e6f78] .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-f68e6f78] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-f68e6f78] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-f68e6f78] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-f68e6f78] {
    -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-f68e6f78] {
    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-f68e6f78] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-f68e6f78] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-f68e6f78] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-f68e6f78] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-f68e6f78] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-f68e6f78] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-f68e6f78] .right-container,
    .form-detail .detail-right[data-v-f68e6f78] .detail-right-tabs,
    .form-detail .detail-right[data-v-f68e6f78] .el-card,
    .form-detail .detail-right[data-v-f68e6f78] .el-card__body,
    .form-detail .detail-right[data-v-f68e6f78] .tabs,
    .form-detail .detail-right[data-v-f68e6f78] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-f68e6f78] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-f68e6f78] .el-tabs,
    .form-detail .info-content[data-v-f68e6f78] .el-tabs__content,
    .form-detail .info-content[data-v-f68e6f78] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-f68e6f78] {
      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-f68e6f78] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-f68e6f78]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-f68e6f78]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-f68e6f78]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-f68e6f78] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-f68e6f78] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-f68e6f78] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-f68e6f78] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-f68e6f78] {
    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-f68e6f78],
    .form-detail .order-detail-head .header-right[data-v-f68e6f78] {
      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-f68e6f78] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f68e6f78] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-f68e6f78] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f68e6f78] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-f68e6f78] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-f68e6f78] {
      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-f68e6f78] {
        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-f68e6f78] {
        -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-f68e6f78] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-f68e6f78] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-f68e6f78] {
      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-f68e6f78] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-f68e6f78] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-f68e6f78] {
      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-f68e6f78] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-f68e6f78] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-f68e6f78]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-f68e6f78] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-f68e6f78] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-f68e6f78] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-f68e6f78] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-f68e6f78] {
      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-f68e6f78] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-f68e6f78] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-f68e6f78] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-f68e6f78] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-f68e6f78] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-f68e6f78] {
    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-f68e6f78] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-f68e6f78] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-f68e6f78] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-f68e6f78] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-f68e6f78] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-f68e6f78] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-f68e6f78] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-f68e6f78] {
    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-f68e6f78] {
      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-f68e6f78] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-f68e6f78] {
          font-size: 14px;
}
.form-detail .content[data-v-f68e6f78] {
    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-f68e6f78] {
      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-f68e6f78] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-f68e6f78] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-f68e6f78] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-f68e6f78] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-f68e6f78] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-f68e6f78] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-f68e6f78] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-f68e6f78] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-f68e6f78] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-f68e6f78] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-f68e6f78] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-f68e6f78] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-f68e6f78] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-f68e6f78] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-f68e6f78] {
      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-f68e6f78] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-f68e6f78] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-f68e6f78] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-f68e6f78] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-f68e6f78] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-f68e6f78]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
#addOpportunity[data-v-f68e6f78] {
  position: relative;
}
#addOpportunity .opportunity-content .content--view[data-v-f68e6f78] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#addOpportunity .opportunity-content .content--view .opportunity-content-view[data-v-f68e6f78] {
      max-width: 820px;
}
#addOpportunity .opportunity-content .content--view .flow-view[data-v-f68e6f78] {
      margin-left: 64px;
}
#addOpportunity .opportunity-content .group-title-text[data-v-f68e6f78] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #6e758c;
}
#addOpportunity .opportunity-content .group-title-num[data-v-f68e6f78] {
    color: #101739;
}
#addOpportunity .opportunity-content .group-title-price[data-v-f68e6f78] {
    color: #101739;
}
#addOpportunity .opportunity-content[data-v-f68e6f78] .add-container {
    text-align: right;
}
#addOpportunity .opportunity-content[data-v-f68e6f78] .add-container .huIcon {
      font-size: 12px;
}
#addOpportunity .detail-add[data-v-f68e6f78] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0 20px 82px 20px;
}
#addOpportunity .detail-add .title-content[data-v-f68e6f78] {
      border-bottom: 1px solid #e7e8ec;
      height: 54px;
      margin-bottom: 20px;
}
#addOpportunity .detail-add .title-content .title[data-v-f68e6f78] {
        font-size: 16px;
        font-weight: 500;
        color: #101739;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
#addOpportunity .detail-add .group-title[data-v-f68e6f78] {
      font-size: 14px;
      color: #101739;
      font-weight: 500;
}
#addOpportunity .detail-add .group-title__view--product[data-v-f68e6f78] {
      margin-top: 20px;
}
#addOpportunity .detail-add .order-view[data-v-f68e6f78] {
      margin: 12px 0 16px 0;
}
#addOpportunity .add[data-v-f68e6f78] {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    background: #ffffff;
}
#addOpportunity .add .group-title[data-v-f68e6f78] {
      margin-bottom: 16px;
      font-size: 18px;
      font-weight: 600;
      color: #101739;
      line-height: 25px;
}
.base-group[data-v-f68e6f78] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.iconfanhui1[data-v-f68e6f78] {
  margin-right: 16px;
  cursor: pointer;
}
.iconfanhui1[data-v-f68e6f78]:hover {
    color: #0d5aff;
}
.iconfanhui1[data-v-f68e6f78] {
  margin-right: 16px;
  cursor: pointer;
}
.iconfanhui1[data-v-f68e6f78]:hover {
    color: #506aed;
}
.failuer-reason__input[data-v-f68e6f78] {
  margin-top: 10px !important;
}

.add-file-bar[data-v-4427bf0f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msg-item[data-v-4427bf0f] {
  position: relative;
  width: 28px;
  height: 28px;
  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: #eff1f4;
  border-radius: 4px;
  cursor: pointer;
}
.msg-item .file-input[data-v-4427bf0f] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.msg-item + .msg-item[data-v-4427bf0f] {
    margin-left: 8px;
}
.msg-item .msg-type[data-v-4427bf0f] {
    color: #303133;
    font-size: 12px !important;
}
.file-input[data-v-4427bf0f] {
  display: none;
}
.input-file__input[data-v-4427bf0f] {
  display: none;
}

.file-type[data-v-2229a6c3] {
  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;
  background: #f3f4f8;
  border-radius: 4px;
  padding: 0 8px 0 4px;
}
.file-type:hover .iconshurushanchu[data-v-2229a6c3] {
    display: block;
}
.file-type:hover .iconxiazai[data-v-2229a6c3] {
    display: block;
}
.avue-icon--view[data-v-2229a6c3] {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.name-text[data-v-2229a6c3] {
  margin-left: 12px;
  max-width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.name-text span[data-v-2229a6c3] {
    font-size: 12px;
    color: #1e1e1e;
}
.name-text[data-v-2229a6c3]:hover {
    cursor: pointer;
    text-decoration: underline;
}
.size[data-v-2229a6c3] {
  font-size: 12px;
  color: #a2a5b5;
  margin-left: 4px;
  margin-right: 8px;
}
.null-view[data-v-2229a6c3] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.iconshurushanchu[data-v-2229a6c3] {
  color: #c8cad3;
  cursor: pointer;
  display: none;
}
.iconshurushanchu[data-v-2229a6c3]:hover {
    color: #83899d;
}
.iconxiazai[data-v-2229a6c3] {
  color: #83899d;
  cursor: pointer;
  display: none;
  font-size: 14px;
}
.iconxiazai[data-v-2229a6c3]:hover {
    color: #0d5aff;
}
[data-v-2229a6c3] .el-loading-spinner {
  top: 50% !important;
  margin-top: -10px;
}
[data-v-2229a6c3] .el-loading-spinner .circular {
    width: 20px;
    height: 20px;
}

.follow-file-preview .picture[data-v-f1eb0904] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.follow-file-preview .picture.line4[data-v-f1eb0904] {
    padding-right: 0;
}
.follow-file-preview .picture.line4 .picture-item[data-v-f1eb0904]:nth-of-type(4n) {
      margin-right: 0;
}
.follow-file-preview .picture .picture-item[data-v-f1eb0904] {
    width: 40px;
    height: 40px;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    overflow: hidden;
}
.follow-file-preview .file-item[data-v-f1eb0904] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.follow-file-preview .file-item[data-v-f1eb0904] .file-type {
    background: #ffffff;
    width: 100%;
}
.follow-file-preview .file-item[data-v-f1eb0904] .file-type .name {
      line-height: 17px;
}
.follow-file-preview .file-item[data-v-f1eb0904] .file-icon img {
    width: 34px;
    height: 34px;
}
[data-v-f1eb0904] .play-icon {
  font-size: 14px !important;
  top: 50% !important;
  left: 50% !important;
  margin-top: -7px !important;
  margin-left: -7px !important;
}

.remark-content[data-v-473adc79] {
  border-radius: 8px;
  margin: 0 0 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
.remark-content .remark-content--view[data-v-473adc79] {
    min-height: 180px;
    max-height: 230px;
    overflow: auto;
}
.remark-content .place-holder[data-v-473adc79] {
    position: absolute;
    top: 12px;
    left: 12px;
    color: #a2a5b5;
    pointer-events: none;
}
.remark-content .input-content[data-v-473adc79] {
    padding: 12px 12px 20px 12px;
    border-radius: 4px;
    word-break: break-all;
    background: #ffffff;
    color: #303b5b;
    min-height: 135px;
}
.remark-content[data-v-473adc79] .el-textarea__inner {
    border: 0 none;
    resize: none;
}
.remark-content .add-file--view[data-v-473adc79] {
    padding: 0 12px 12px 12px;
    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;
}
.remark-content .add-file--view .buttonContent .el-button[data-v-473adc79] {
      height: 28px;
      line-height: 28px;
      padding: 0 12px;
}
.picture-list[data-v-473adc79] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 12px;
  margin-bottom: 8px;
}
.picture-list .picture-item[data-v-473adc79] {
    position: relative;
    margin-right: 8px;
    margin-bottom: 4px;
}
.picture-list .picture-item:hover .huIcon[data-v-473adc79] {
      display: block;
}
.picture-list .picture-item[data-v-473adc79] .edit-name {
      display: none;
}
.picture-list .item-container[data-v-473adc79] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
}
.picture-list .item-container.loading-box[data-v-473adc79] {
      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: #eff1f4;
}
.file-list[data-v-473adc79] {
  padding: 0 12px;
  margin-bottom: 12px;
}
.file-list .file-item[data-v-473adc79] {
    position: relative;
    width: 100%;
}
.file-list .file-item .file-name[data-v-473adc79] {
      width: 100%;
      line-height: 28px;
      border-radius: 4px;
}
.file-list .file-item:hover .huIcon[data-v-473adc79] {
      display: block;
}
.file-list .file-item[data-v-473adc79] .file-icon img {
      width: 28px !important;
      height: 28px !important;
}
.file-list .file-item[data-v-473adc79] .file-content .name {
      line-height: 17px;
}
.file-list .file-item .loading-file[data-v-473adc79] .file-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.file-list .file-item .loading-file[data-v-473adc79] .file-content .name-extname {
        display: none;
}
.file-list .file-item .loading-file[data-v-473adc79] .file-type {
      cursor: auto;
}
.picture-item .remove[data-v-473adc79],
.file-item .remove[data-v-473adc79] {
  display: none;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 17px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
}
.picture-item .remove .huIcon[data-v-473adc79],
  .file-item .remove .huIcon[data-v-473adc79] {
    color: #83899d;
}
.picture-item .remove:hover .huIcon[data-v-473adc79],
  .file-item .remove:hover .huIcon[data-v-473adc79] {
    color: #444b6c;
}
.picture-item:hover .remove[data-v-473adc79],
.file-item:hover .remove[data-v-473adc79] {
  display: block;
}
.file-item--list[data-v-473adc79] {
  margin-bottom: 8px;
}
.file-item--loading[data-v-473adc79] {
  margin-top: 8px;
}

.flow-process--remark[data-v-16f05675] {
  border-top: 1px solid #e7e8ec;
  padding-top: 16px;
}
.flow-process--remark .follow-list .record-title[data-v-16f05675] {
    margin-bottom: 12px;
    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;
}
.flow-process--remark .follow-list .record-title .remark-title[data-v-16f05675] {
      font-size: 14px;
      color: #101739;
      font-weight: 500;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.flow-process--remark .follow-list .record-title .icontianjia[data-v-16f05675] {
      cursor: pointer;
}
.flow-process--remark .follow-list .record-title .icontianjia[data-v-16f05675]:hover {
        color: #0d5aff;
}
.flow-process--remark .follow-list .record-list--item .record-content[data-v-16f05675] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 3px;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--line__top[data-v-16f05675] {
      width: 1px;
      height: 16px;
      background: #e7e8ec;
      margin-left: 4.5px;
      margin-bottom: 6px;
}
.flow-process--remark .follow-list .record-list--item .record-content .transparent-bg[data-v-16f05675] {
      background: transparent;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--line[data-v-16f05675] {
      width: 1px;
      height: calc(100% - 32px);
      background: #e7e8ec;
      margin-left: 4.5px;
      margin-top: 6px;
}
.flow-process--remark .follow-list .record-list--item .record-content .last-content--line[data-v-16f05675] {
      height: calc(100% - 44px);
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view[data-v-16f05675] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 16px 16px 8px 16px;
      border-radius: 4px;
      background: #f7f8fa;
      margin-left: 12px;
      margin-bottom: 12px;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header[data-v-16f05675] {
        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;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .userImg[data-v-16f05675] {
          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;
          width: 20px;
          height: 20px;
          margin-right: 6px;
          border-radius: 50%;
          background-color: #0d5aff;
          color: #fff;
          text-align: center;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .userImg span[data-v-16f05675] {
            display: inline-block;
            font-size: 12px;
            -webkit-transform: scale(0.75);
                    transform: scale(0.75);
            font-weight: 500;
            margin-top: -2px;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-add--name[data-v-16f05675] {
          font-size: 12px;
          color: #101739;
          font-weight: 500;
          padding: 0 6px 0 0;
          max-width: 205px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .no-weight--name[data-v-16f05675] {
          font-weight: 400;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-add--text[data-v-16f05675] {
          font-size: 12px;
          color: #83899d;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-add--time[data-v-16f05675] {
          font-size: 12px;
          color: #83899d;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view[data-v-16f05675] {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view .huIcon[data-v-16f05675] {
            font-size: 14px;
            margin-left: 8px;
            cursor: pointer;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view .huIcon[data-v-16f05675]:hover {
              color: #0d5aff;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view .iconshanchu1[data-v-16f05675]:hover {
            color: #f2333a;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view .iconbianji[data-v-16f05675] {
            font-size: 12px;
            margin-top: -1px;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__out[data-v-16f05675],
        .flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__in[data-v-16f05675] {
          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;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__out .huIcon[data-v-16f05675],
          .flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__in .huIcon[data-v-16f05675] {
            color: #b2b5c0;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__out .huIcon[data-v-16f05675]:hover,
            .flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-header .record-opearte--view__in .huIcon[data-v-16f05675]:hover {
              color: #0d5aff !important;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view .content-msg--view[data-v-16f05675] {
        margin-top: 10px;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view:hover .record-add--time__out .huIcon[data-v-16f05675] {
        color: #6e758c;
}
.flow-process--remark .follow-list .record-list--item .record-content .record-content--view:hover .record-opearte--view__out .huIcon[data-v-16f05675] {
        color: #6e758c;
}
.flow-process--remark .follow-list .record-list--item:hover .iconshanchu1[data-v-16f05675] {
    color: #6e758c;
}
.flow-process--remark .follow-list[data-v-16f05675] .name-text {
    max-width: 220px;
}
.flow-process--remark .add-text[data-v-16f05675] {
    font-size: 14px;
    color: #0d5aff;
    cursor: pointer;
    margin-bottom: 12px;
}
.flow-process--remark .remark-content[data-v-16f05675] {
    width: calc(100% - 25px);
    border: 1px solid #e7e8ec;
    border-radius: 4px;
    margin: 0 0 12px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.record-circle--icon[data-v-16f05675] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0d5aff;
  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;
}
.record-circle--icon .record-circle--small[data-v-16f05675] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
.follow-content--text[data-v-16f05675] {
  margin-bottom: 8px;
  font-size: 12px;
  color: #303b5b;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.iconshanchu1[data-v-16f05675] {
  font-size: 14px;
  cursor: pointer;
  color: #b2b5c0;
}
.iconshanchu1[data-v-16f05675]:hover {
    color: #f2333a !important;
}
.file-item--list[data-v-16f05675] {
  margin-bottom: 8px;
}
.file-item--loading[data-v-16f05675] {
  margin-top: 8px;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-213127ba] {
  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-213127ba] {
    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-213127ba] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-213127ba] {
    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-213127ba] {
      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-213127ba] {
    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-213127ba]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-213127ba] {
    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-213127ba]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-213127ba]::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-213127ba] {
      -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-213127ba] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-213127ba]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-213127ba]::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-213127ba]::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-213127ba] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-213127ba] {
    -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;
}
.error-tips--view[data-v-213127ba] {
  padding-left: 76px;
}
.select-user--view[data-v-213127ba] {
  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-213127ba]:hover {
    border-color: #0d5aff;
}
.error-view[data-v-213127ba] {
  border-color: #f56c6c;
}

.input-wrapper[data-v-6207552b] {
  position: relative;
}
.input-wrapper .place-holder[data-v-6207552b] {
    position: absolute;
    top: 6px;
    left: 12px;
    color: #a2a5b5;
    pointer-events: none;
}
.input-wrapper .input-content[data-v-6207552b] {
    min-height: 128px;
    padding: 8px 10px 40px 10px;
    border-radius: 4px;
    word-break: break-all;
    background: #ffffff;
    color: #303b5b;
}
.input-wrapper[data-v-6207552b] .at-span {
    color: #0d5aff;
}
.input-wrapper .at-list[data-v-6207552b] {
    position: fixed;
    width: 240px;
    max-height: 308px;
    border-radius: 4px;
    border: 1px solid #e4e7ed;
    -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);
    overflow-y: auto;
    z-index: 10;
    background: #ffffff;
}
.input-wrapper .at-item[data-v-6207552b] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
    cursor: pointer;
}
.input-wrapper .at-item.at-active[data-v-6207552b] {
      background: #f7f8fa;
}
.input-wrapper .at-item[data-v-6207552b]:hover {
      background: #f7f8fa;
}
.input-wrapper .at-item .avatar[data-v-6207552b] {
      width: 64px;
      height: 64px;
      line-height: 64px;
      border-radius: 32px;
      font-size: 20px;
      background: #0d5aff;
      color: #ffffff;
      text-align: center;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      overflow: hidden;
}
.input-wrapper .at-item .avatar.all[data-v-6207552b] {
        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;
}
.input-wrapper .at-item .avatar.all .huIcon[data-v-6207552b] {
          color: #ffffff;
          font-size: 24px;
}
.input-wrapper .at-item .name[data-v-6207552b] {
      margin-left: -8px;
      font-size: 14px;
      line-height: 32px;
      color: #101739;
}
.input-wrapper .empty-list[data-v-6207552b] {
    line-height: 32px;
    text-align: center;
}

@charset "UTF-8";
#timeSelect[data-v-3089786d] {
  background: #fff;
  -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
  padding: 12px 0;
  border-radius: 5px;
  /* 原生CSS的深度选择器<<< */
}
#timeSelect .date-panel > > > .el-picker-panel__footer[data-v-3089786d] {
    /* 隐藏.el-picker-panel的底部确定按钮 */
    display: none !important;
}
#timeSelect .date-panel > > > .el-picker-panel[data-v-3089786d] {
    -webkit-box-shadow: none;
            box-shadow: none;
    /* border: 0; */
}
#timeSelect .line-view[data-v-3089786d] {
    width: 292px;
    margin: 0 auto;
    border-bottom: solid 1px #ebeef5;
}
#timeSelect .time-view[data-v-3089786d] {
    padding: 12px 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;
}
#timeSelect .time-view .el-date-editor[data-v-3089786d] {
      width: 100%;
}
#timeSelect .time-view[data-v-3089786d] .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;
}
#timeSelect .btn-view[data-v-3089786d] {
    padding: 8px 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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
#timeSelect .btn-view .btn__view[data-v-3089786d] {
      width: 80px;
}
#timeSelect[data-v-3089786d] .el-picker-panel {
    -webkit-box-shadow: 0 0 0 0;
            box-shadow: 0 0 0 0;
    border: 0 none;
}
#timeSelect[data-v-3089786d] .el-input__inner {
    background: #fff;
    border: 1px solid #e7e7eb;
}
#timeSelect[data-v-3089786d] .el-input__inner:hover {
      border: 1px solid #0d5aff;
      cursor: pointer;
}
#timeSelect[data-v-3089786d] .el-input__validateIcon {
    display: none !important;
}
[data-v-3089786d] .el-time-select__view {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
  margin-left: 8px !important;
}

#dateTimeComponents[data-v-7130947d] {
  position: relative;
}
#dateTimeComponents .text-view[data-v-7130947d] {
    padding: 6px 14px;
    border-radius: 4px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    position: relative;
    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;
}
#dateTimeComponents .text-view .riqi-view[data-v-7130947d] {
      width: 20px;
      margin-left: -8px;
}
#dateTimeComponents .text-view .riqi-view .huIcon[data-v-7130947d] {
        font-size: 14px;
        color: #91959f;
}
#dateTimeComponents .text-view .null-placeholder-style[data-v-7130947d] {
      color: #b8bbc7;
}
#dateTimeComponents .text-view[data-v-7130947d]:hover {
      border: 1px solid #0d5aff;
}
#dateTimeComponents .disabled-style[data-v-7130947d] {
    background: #f5f7fa;
    cursor: not-allowed;
}
#dateTimeComponents .disabled-style[data-v-7130947d]:hover {
      background: #f5f7fa;
}
#dateTimeComponents .select-view-popup[data-v-7130947d] {
    position: absolute;
    left: 0;
    z-index: 200;
}
#dateTimeComponents .el-icon-circle-close[data-v-7130947d] {
    position: absolute;
    right: 4px;
    top: 8px;
    color: #b8bbc7;
}
#dateTimeComponents .time-content[data-v-7130947d] {
    min-width: 86px;
}

.add-follow[data-v-52ba8899] .el-input__inner {
  border: none;
  background: transparent;
}
.fake-input[data-v-52ba8899] {
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding-left: 10px;
  color: #a2a5b5;
  font-size: 14px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #e7e7eb;
}
.add-follow[data-v-52ba8899] {
  width: 100%;
  position: relative;
}
.add-follow .follow-add[data-v-52ba8899] {
    background: transparent;
    border: 1px solid #e7e7eb;
    border-radius: 4px;
}
.add-follow .follow-add[data-v-52ba8899] .el-textarea__inner {
      padding-bottom: 40px;
      border: none;
}
.add-follow .follow-button[data-v-52ba8899] {
    background: #ffffff;
    border-radius: 0 0 4px 4px;
}
.add-follow .simple-follow-button[data-v-52ba8899] {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.add-follow .datepick[data-v-52ba8899] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 10px 10px 10px;
    border-radius: 4px;
    background-color: #fff;
}
.add-follow .datepick[data-v-52ba8899] .el-input {
      width: 130px;
      background: #eff1f4;
      border-radius: 4px;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner {
        height: 28px;
        line-height: 28px;
        padding: 0 22px;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner::-webkit-input-placeholder {
          color: #444b6c !important;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner::-moz-placeholder {
          color: #444b6c !important;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner:-ms-input-placeholder {
          color: #444b6c !important;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner::-ms-input-placeholder {
          color: #444b6c !important;
}
.add-follow .datepick[data-v-52ba8899] .el-input .el-input__inner::placeholder {
          color: #444b6c !important;
}
.add-follow .datepick[data-v-52ba8899] .el-input__prefix {
      left: 1px;
}
.add-follow .datepick[data-v-52ba8899] .el-input__prefix .el-input__icon {
        display: inline-block;
        line-height: 30px;
        font-family: "huIcon" !important;
        font-style: normal;
        color: #444b6c;
}
.add-follow .datepick[data-v-52ba8899] .time-select-view .el-input__prefix .el-input__icon {
      font-family: element-icons !important;
}
.add-follow .datepick .operate-content[data-v-52ba8899] {
      -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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.add-follow .datepick .operate-content .operate[data-v-52ba8899] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.add-follow .buttonContent .el-button[data-v-52ba8899] {
    height: 28px;
    line-height: 28px;
    padding: 0 12px;
}
[data-v-52ba8899] .btn-view .btn__view {
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  width: auto !important;
}
.picture-item .remove[data-v-52ba8899],
.file-item .remove[data-v-52ba8899] {
  display: none;
  position: absolute;
  right: -4px;
  top: -4px;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  line-height: 17px;
  text-align: center;
  background: #ffffff;
  cursor: pointer;
}
.picture-item .remove .huIcon[data-v-52ba8899],
  .file-item .remove .huIcon[data-v-52ba8899] {
    color: #83899d;
}
.picture-item .remove:hover .huIcon[data-v-52ba8899],
  .file-item .remove:hover .huIcon[data-v-52ba8899] {
    color: #444b6c;
}
.picture-item:hover .remove[data-v-52ba8899],
.file-item:hover .remove[data-v-52ba8899] {
  display: block;
}
.picture-list[data-v-52ba8899] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 10px;
  margin-bottom: 4px;
}
.picture-list .picture-item[data-v-52ba8899] {
    position: relative;
    margin-right: 8px;
    margin-bottom: 4px;
}
.picture-list .picture-item:hover .huIcon[data-v-52ba8899] {
      display: block;
}
.picture-list .picture-item[data-v-52ba8899] .edit-name {
      display: none;
}
.picture-list .item-container[data-v-52ba8899] {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    overflow: hidden;
}
.picture-list .item-container.loading-box[data-v-52ba8899] {
      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: #eff1f4;
}
.file-list[data-v-52ba8899] {
  padding: 0 10px;
  margin-bottom: 12px;
}
.file-list .file-item[data-v-52ba8899] {
    position: relative;
    width: 100%;
}
.file-list .file-item .file-name[data-v-52ba8899] {
      width: 100%;
      line-height: 28px;
      border-radius: 4px;
}
.file-list .file-item:hover .huIcon[data-v-52ba8899] {
      display: block;
}
.file-list .file-item[data-v-52ba8899] .file-icon img {
      width: 28px !important;
      height: 28px !important;
}
.file-list .file-item[data-v-52ba8899] .file-content .name {
      line-height: 17px;
}
.file-list .file-item .loading-file[data-v-52ba8899] .file-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.file-list .file-item .loading-file[data-v-52ba8899] .file-content .name-extname {
        display: none;
}
.file-list .file-item .loading-file[data-v-52ba8899] .file-type {
      cursor: auto;
}
.upload-box[data-v-52ba8899] {
  visibility: hidden;
}
[data-v-52ba8899] .at-tip {
  width: 28px;
  height: 28px;
  margin-left: 8px;
  line-height: 28px;
  text-align: center;
  background: #eff1f4;
  border-radius: 4px;
  color: #303133;
  cursor: pointer;
  font-size: 14px !important;
}
.time-select-view[data-v-52ba8899] {
  margin: 0 8px 0 0;
  height: 28px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.time-select-view[data-v-52ba8899] .text-view {
    background: #eff1f4 !important;
    border: 0 none !important;
}
.time-select-view[data-v-52ba8899] .text-view:hover {
      border: 0 none !important;
}
.time-select-view[data-v-52ba8899] .text-view .time-content {
      font-size: 12px;
}
.time-select-view[data-v-52ba8899] .text-view .null-placeholder-style {
      color: #91959f !important;
      font-size: 12px;
}
.file-item--list[data-v-52ba8899] {
  margin-bottom: 8px;
}
.file-item--loading[data-v-52ba8899] {
  margin-top: 8px;
}

@charset "UTF-8";
.followup-status--view[data-v-b3434180] {
  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;
  position: relative;
  padding-bottom: 2px;
}
.followup-status--view .followup-status--item[data-v-b3434180] {
    padding: 2px 8px;
    border-radius: 4px;
    background: #eff1f4;
    color: #444b6c;
    font-size: 12px;
    margin: 0 8px 8px 0;
    cursor: pointer;
}
.followup-status--view .followup-status--item[data-v-b3434180]:hover {
      color: #0d5aff;
      background: #ebf4ff;
      font-weight: 500;
}
.followup-status--view .selected-item[data-v-b3434180] {
    color: #0d5aff;
    background: #ebf4ff;
    font-weight: 500;
    position: relative;
}
.followup-status--view .selected-item[data-v-b3434180]::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 200%;
      height: 200%;
      border: 1px solid #0d5aff;
      -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: 8px;
}

.inputContent[data-v-64d69bb8] {
  margin-bottom: 8px;
  border: 1px solid #e7e8ec;
  border-radius: 4px;
  overflow: hidden;
  background: #fff;
}
.inputContent .buttonContent[data-v-64d69bb8] {
    margin-bottom: 8px;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}
.inputContent .buttonContent .el-button[data-v-64d69bb8] {
      height: 28px;
      line-height: 28px;
      padding: 0 12px;
}
.reply-inputContent[data-v-64d69bb8] {
  margin-top: 8px;
  margin-bottom: 0;
}
.reply-inputContent[data-v-64d69bb8] .buttonContent {
    padding-bottom: 8px;
    margin-bottom: 0;
    padding-right: 8px;
}
[data-v-64d69bb8] .el-timeline-item__wrapper {
  padding-left: 20px;
}
.follow-record[data-v-64d69bb8] {
  padding: 16px;
}
.follow-record .follow-edit[data-v-64d69bb8] {
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: justify;
        align-content: space-between;
}
.follow-record .more-view[data-v-64d69bb8] {
    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;
}
.follow-record .more-view .add-more[data-v-64d69bb8] {
      color: #0d5aff;
      font-size: 12px;
      cursor: pointer;
}
.follow-record .more-view .no-more[data-v-64d69bb8] {
      color: #a2a5b5;
      font-size: 12px;
}
.follow-record .el-timeline[data-v-64d69bb8] {
    padding: 0;
}
.follow-record .follow-content[data-v-64d69bb8] {
    margin-bottom: 16px;
    border-radius: 4px;
}
.follow-record .follow-content.reply[data-v-64d69bb8] {
      padding: 12px;
      margin-bottom: 0;
      background: #eef1f8;
}
.follow-record .follow-content .reply-item[data-v-64d69bb8] {
      position: relative;
      width: 100%;
      margin-bottom: 12px;
}
.follow-record .follow-content .reply-item + .reply-item[data-v-64d69bb8] {
        padding-top: 12px;
        border-top: 1px solid #e7e8ec;
}
.follow-record .follow-content .reply-item[data-v-64d69bb8]:last-of-type {
        margin-bottom: 0;
}
.follow-record .follow-content .reply-item:last-of-type p[data-v-64d69bb8] {
          margin-bottom: 0;
}
.follow-record .follow-content .icongengduo[data-v-64d69bb8] {
      position: absolute;
      right: 5px;
      top: 12px;
      font-size: 14px;
      color: #303b5b;
      cursor: pointer;
}
.follow-record .follow-content .icongengduo[data-v-64d69bb8]:hover {
      color: #0d5aff !important;
}
.follow-record .follow-content .iconicon_pinglun_normal[data-v-64d69bb8] {
      display: none;
      position: absolute;
      right: 0;
      font-size: 12px;
      color: #a2a5b5;
      cursor: pointer;
}
.follow-record .follow-content .iconicon_pinglun_normal[data-v-64d69bb8]:hover {
      color: #0d5aff !important;
}
.follow-record .follow-content .follow-content:hover .iconicon_pinglun_normal[data-v-64d69bb8] {
      display: block !important;
}
.follow-record .follow-content .edit[data-v-64d69bb8] {
      margin: 10px 0;
}
.reply-list__view--more[data-v-64d69bb8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  margin-bottom: 8px;
}
.reply-list__view--more .reply-list__text--more[data-v-64d69bb8] {
    color: #83899d;
    cursor: pointer;
    font-size: 12px;
    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;
}
.reply-list__view--more .reply-list__text--more[data-v-64d69bb8]:hover {
      color: #0d5aff;
}
.empty__view[data-v-64d69bb8] {
  margin: 40px;
}
.record-header--view[data-v-64d69bb8] {
  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: 3px;
}
.record-header--view .record-header--left[data-v-64d69bb8] {
    width: 34px;
}
.record-header--view .record-header--time[data-v-64d69bb8] {
    font-size: 14px;
    color: #83899d;
    font-weight: 500;
    line-height: 20px;
}
.record-header--view .today-icon[data-v-64d69bb8] {
    width: 53px;
    height: 21px;
}
.record-line[data-v-64d69bb8] {
  width: 1px;
  height: 6px;
  background: #e7e8ec;
  margin-left: 7.5px;
  margin-bottom: 6px;
}
.record-content[data-v-64d69bb8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 3px;
}
.record-content .record-content--line__top[data-v-64d69bb8] {
    width: 1px;
    height: 16px;
    background: #e7e8ec;
    margin-left: 4.5px;
    margin-bottom: 10px;
}
.record-content .transparent-bg[data-v-64d69bb8] {
    background: transparent;
}
.record-content .record-content--line[data-v-64d69bb8] {
    width: 1px;
    height: calc(100% - 22px);
    background: #e7e8ec;
    margin-left: 4.5px;
    margin-top: 6px;
}
.record-content .record-content--view[data-v-64d69bb8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 16px 16px 8px 16px;
    border-radius: 4px;
    background: #f7f8fa;
    margin-left: 12px;
    margin-bottom: 12px;
}
.record-content .record-content--view .content-header[data-v-64d69bb8] {
      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;
}
.record-content .record-content--view .content-header .userImg[data-v-64d69bb8] {
        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;
        width: 24px;
        height: 24px;
        margin-right: 6px;
        border-radius: 50%;
        background-color: #0d5aff;
        color: #fff;
        text-align: center;
}
.record-content .record-content--view .content-header .userImg span[data-v-64d69bb8] {
          display: inline-block;
          font-size: 12px;
          -webkit-transform: scale(0.75);
                  transform: scale(0.75);
          font-weight: 500;
          margin-top: -2px;
}
.record-content .record-content--view .content-header .name--view[data-v-64d69bb8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.record-content .record-content--view .content-header .record-add--name[data-v-64d69bb8] {
        font-size: 12px;
        color: #101739;
        font-weight: 500;
        padding: 0 6px 0 0;
        max-width: 205px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.record-content .record-content--view .content-header .no-weight--name[data-v-64d69bb8] {
        font-weight: 400;
}
.record-content .record-content--view .content-header .null-view[data-v-64d69bb8] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.record-content .record-content--view .content-header .record-add--text[data-v-64d69bb8] {
        font-size: 12px;
        color: #83899d;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.record-content .record-content--view .content-header .record-add--time[data-v-64d69bb8] {
        font-size: 12px;
        color: #83899d;
}
.record-content .record-content--view .content-header .record-opearte--view[data-v-64d69bb8] {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.record-content .record-content--view .content-header .record-opearte--view .huIcon[data-v-64d69bb8] {
          font-size: 14px;
          margin-left: 8px;
          cursor: pointer;
}
.record-content .record-content--view .content-header .record-opearte--view .huIcon[data-v-64d69bb8]:hover {
            color: #0d5aff;
}
.record-content .record-content--view .content-header .record-opearte--view .iconshanchu1[data-v-64d69bb8]:hover {
          color: #f2333a;
}
.record-content .record-content--view .content-header .record-opearte--view .iconbianji[data-v-64d69bb8] {
          font-size: 12px;
          margin-top: -1px;
}
.record-content .record-content--view .content-header .record-opearte--view__out[data-v-64d69bb8],
      .record-content .record-content--view .content-header .record-opearte--view__in[data-v-64d69bb8] {
        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;
}
.record-content .record-content--view .content-header .record-opearte--view__out .huIcon[data-v-64d69bb8],
        .record-content .record-content--view .content-header .record-opearte--view__in .huIcon[data-v-64d69bb8] {
          color: #b2b5c0;
}
.record-content .record-content--view .content-header .record-opearte--view__out .huIcon[data-v-64d69bb8]:hover,
          .record-content .record-content--view .content-header .record-opearte--view__in .huIcon[data-v-64d69bb8]:hover {
            color: #0d5aff !important;
}
.record-content .record-content--view .content-header .record-opearte--view__out[data-v-64d69bb8] {
        margin-top: -8px;
}
.record-content .record-content--view .content-msg--view[data-v-64d69bb8] {
      margin-top: 10px;
}
.record-content .record-content--view:hover .record-add--time__out .huIcon[data-v-64d69bb8] {
      color: #6e758c;
}
.record-content .record-content--view:hover .record-opearte--view__out .huIcon[data-v-64d69bb8] {
      color: #6e758c;
}
.follow-content--view[data-v-64d69bb8] {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.follow-content--view .follow-content--title[data-v-64d69bb8] {
    font-size: 12px;
    color: #83899d;
}
.follow-content--view .follow-content--msg[data-v-64d69bb8] {
    font-size: 12px;
    color: #303b5b;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.follow-content--view .follow-content--msg .follow-content--text[data-v-64d69bb8] {
      margin-bottom: 8px;
      font-size: 12px;
      color: #303b5b;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.follow-content--view .next-follow--time[data-v-64d69bb8] {
    margin-bottom: 8px;
}
.next-follow--view[data-v-64d69bb8] {
  margin-top: 8px;
}
.next-follow--view__other[data-v-64d69bb8] {
  margin-top: 16px;
}
.record-circle--icon[data-v-64d69bb8] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0d5aff;
  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;
}
.record-circle--icon .record-circle--small[data-v-64d69bb8] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
[data-v-64d69bb8] .follow-list .name-text {
  max-width: 145px;
}
[data-v-64d69bb8] .follow-list .input-content {
  min-height: 88px;
}
.reply-content[data-v-64d69bb8] {
  padding: 12px;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 8px;
}
.reply-content:hover .huIcon[data-v-64d69bb8] {
    color: #6e758c !important;
}
.mt-8[data-v-64d69bb8] {
  margin-top: 8px;
}
.hide-view .huIcon[data-v-64d69bb8] {
  color: #b2b5c0 !important;
}
.edit-view[data-v-64d69bb8] {
  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;
}
.file-title--style[data-v-64d69bb8] {
  margin-top: 8px;
}

.follow-popper--view {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.call-record[data-v-6263d4c0] {
  padding: 16px;
}
.call-record .record-item[data-v-6263d4c0] {
    margin-bottom: 10px;
    border-radius: 4px;
    border: 1px solid #e7e8ec;
}
.empty__view[data-v-6263d4c0] {
  margin: 40px;
}

.preview-slot-view[data-v-d2a7b96a] {
  margin-left: 30px;
  width: 300px;
}
.preview-slot-view .preview-title[data-v-d2a7b96a] {
    font-weight: 500;
    font-size: 16px;
    color: #101739;
}
.preview-slot-view .preview-code[data-v-d2a7b96a] {
    font-size: 12px;
    color: #303b5b;
    margin: 18px 0 8px 0;
}
.preview-slot-view .preview-url[data-v-d2a7b96a] {
    width: 300px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #303b5b;
}
.preview-slot-view .preview-url .url-text[data-v-d2a7b96a] {
      width: 270px;
      font-size: 12px;
      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;
}
.preview-slot-view .preview-url .url-text .url-style[data-v-d2a7b96a] {
        width: 230px;
        font-size: 12px;
        color: #0d5aff;
        cursor: pointer;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
}
.preview-slot-view .preview-qrcode[data-v-d2a7b96a] {
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.preview-slot-view .preview-qrcode .qrcode-img[data-v-d2a7b96a] {
      width: 160px;
      height: 165px;
      margin-top: 64px;
}
.preview-slot-view .preview-qrcode .qrcode-tips[data-v-d2a7b96a] {
      font-size: 12px;
      color: #303b5b;
      margin-top: 2px;
}
.short-url[data-v-d2a7b96a] {
  margin-top: 8px;
}
.short-url .get-text[data-v-d2a7b96a] {
    margin-left: 4px;
    color: #0d5aff;
    cursor: pointer;
    font-size: 12px;
}
.copy-text[data-v-d2a7b96a] {
  color: #0d5aff;
  font-size: 12px;
  margin-left: 4px;
  cursor: pointer;
}
.short-url__text[data-v-d2a7b96a] {
  width: auto !important;
}

.journey-view[data-v-6f8985a4] {
  padding: 0 15px 24px 24px;
  overflow: auto;
  height: calc(100vh - 252px);
}
.journey-view .time[data-v-6f8985a4] {
    font-size: 16px;
    color: #202020;
    font-weight: 600;
    margin-top: 24px;
    margin-bottom: 24px;
}
.journey-view .journey-list[data-v-6f8985a4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.journey-view .journey-list .list-left[data-v-6f8985a4] {
      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-bottom: 4px;
}
.journey-view .journey-list .list-left .icon-img--view[data-v-6f8985a4] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 1px solid #e7e8ec;
        line-height: 32px;
        text-align: center;
        overflow: hidden;
}
.journey-view .journey-list .list-left .icon-img--view .head-img[data-v-6f8985a4] {
          width: 100%;
          height: 100%;
}
.journey-view .journey-list .list-left .time-msg[data-v-6f8985a4] {
        color: #a2a5b5;
        font-size: 12px;
        margin: 4px 0;
        width: 34px;
        text-align: center;
}
.journey-view .journey-list .list-left .time-line[data-v-6f8985a4] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: 1px;
        border-right: 1px dashed #e7e8ec;
}
.journey-view .journey-list .list-right[data-v-6f8985a4] {
      margin-left: 12px;
}
.journey-view .journey-list .list-right .type-view[data-v-6f8985a4] {
        color: #1e1e1e;
        font-size: 14px;
        font-weight: 500;
        height: 32px;
        line-height: 32px;
}
.journey-view .journey-list .list-right .list-view[data-v-6f8985a4] {
        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;
        margin-top: 4px;
        cursor: pointer;
}
.journey-view .journey-list .list-right .list-view .avatar-img[data-v-6f8985a4] {
          width: 48px;
          height: 48px;
          border: 1px solid #e7e7eb;
          border-radius: 4px;
}
.journey-view .journey-list .list-right .list-view .list-msg[data-v-6f8985a4] {
          margin-left: 12px;
}
.journey-view .journey-list .list-right .list-view .list-msg .list-title[data-v-6f8985a4] {
            width: 300px;
            font-size: 12px;
            color: #1e1e1e;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}
.journey-view .journey-list .list-right .list-view .list-msg .list-des[data-v-6f8985a4] {
            width: 300px;
            font-size: 12px;
            color: #a2a5b5;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
}
.journey-view .journey-list .list-right .list-view:hover .list-title[data-v-6f8985a4],
        .journey-view .journey-list .list-right .list-view:hover .list-des[data-v-6f8985a4] {
          color: #0d5aff;
}
.journey-view .journey-list .list-right .send-msg[data-v-6f8985a4] {
        font-size: 12px;
        color: #a2a5b5;
        margin-bottom: 8px;
}
.journey-view .journey-list .list-right .journey-msg[data-v-6f8985a4] {
        margin-bottom: 17px;
}
.journey-view .journey-list .list-right .journey-msg .journey-msg-text[data-v-6f8985a4] {
          margin-bottom: 8px;
          font-size: 12px;
          color: #202020;
}
.journey-empty--view[data-v-6f8985a4] {
  padding: 16px;
}
.empty__view[data-v-6f8985a4] {
  margin-top: 56px;
}

@charset "UTF-8";
.avatar-img[data-v-23fcc11c] {
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
}
.avatar-img img[data-v-23fcc11c] {
    width: 100%;
    height: 100%;
}
.popover-header[data-v-23fcc11c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 16px;
  position: relative;
}
.popover-header .avatar-icon[data-v-23fcc11c] {
    width: 56px;
    height: 56px;
    border-radius: 6px;
    margin-right: 16px;
}
.popover-header .wx-name[data-v-23fcc11c] {
    color: #101739;
    font-size: 14px;
    font-weight: 600;
}
.popover-header .wx-number[data-v-23fcc11c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.popover-header .wx-number div[data-v-23fcc11c] {
      color: #83899d;
      font-size: 12px;
}
.popover-header .wx-number .wx-number--text[data-v-23fcc11c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 6px;
}
.popover-header[data-v-23fcc11c]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #e7e8ec;
    -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;
}
.popover-content[data-v-23fcc11c] {
  padding-top: 16px;
}
.popover-content .list-item[data-v-23fcc11c] {
    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;
    margin-bottom: 8px;
}
.popover-content .list-item .list-item--label[data-v-23fcc11c] {
      width: 84px;
      color: #83899d;
      font-size: 14px;
}
.popover-content .list-item .list-item--content[data-v-23fcc11c] {
      color: #101739;
      font-size: 14px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.popover-content .last-item[data-v-23fcc11c] {
    margin-bottom: 0;
}
.look-detail--view[data-v-23fcc11c] {
  margin-top: 16px;
  padding-top: 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;
  position: relative;
  cursor: pointer;
}
.look-detail--view .look-detail--text[data-v-23fcc11c] {
    color: #83899d;
    font-size: 14px;
}
.look-detail--view .iconfanhui[data-v-23fcc11c] {
    color: #83899d;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    font-size: 12px;
    zoom: calc(0.83);
    margin-left: 4px;
    margin-top: -2px;
}
.look-detail--view:hover .look-detail--text[data-v-23fcc11c],
  .look-detail--view:hover .iconfanhui[data-v-23fcc11c] {
    color: #0d5aff;
}
.look-detail--view[data-v-23fcc11c]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border-top: 1px solid #e7e8ec;
    -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;
}

.avatar-com--popover {
  padding: 24px;
  border-radius: 8px;
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.chat--view[data-v-dce3d288] {
  padding: 16px 0 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chat--view .chat-content[data-v-dce3d288] {
    overflow: auto;
    padding-right: 16px;
}
.collapse-item[data-v-dce3d288] {
  margin-bottom: 12px;
  background-color: #f7f8fa;
  border: 1px solid #e7e8ec;
  border-bottom: 0 none;
  border-radius: 4px;
  overflow: hidden;
}
.collapse-item .coll-header[data-v-dce3d288] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 42px;
    line-height: 42px;
    padding: 0 14px 0 14px;
    color: #303b5b;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #f7f8fa;
    position: relative;
    border-bottom: 1px solid #e7e8ec;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.collapse-item .coll-header .left[data-v-dce3d288] {
      height: 42px;
      -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;
}
.collapse-item .coll-header .left[data-v-dce3d288]::before {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: #0d5aff;
}
.collapse-item .coll-header .left .title[data-v-dce3d288] {
        padding-left: 10px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        width: 300px;
}
.collapse-item .coll-header .left .chat-type--view[data-v-dce3d288] {
        padding: 3px;
        border-radius: 2px;
        margin-left: 8px;
        height: 18px;
        line-height: 18px;
        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-shadow: 0px 0px 0px 0.5px #c8cad3;
                box-shadow: 0px 0px 0px 0.5px #c8cad3;
}
.collapse-item .coll-header .left .chat-type--view .avue-icon[data-v-dce3d288] {
          height: 18px;
          font-size: 12px;
          margin-right: 3px;
}
.collapse-item .coll-header .left .chat-type--view .avue-icon .icon[data-v-dce3d288] {
            vertical-align: 0 !important;
}
.collapse-item .coll-header .left .chat-type--view span[data-v-dce3d288] {
          font-size: 12px;
          color: #a2a5b5;
          zoom: 0.83;
}
.collapse-item .coll-header .right[data-v-dce3d288] {
      position: relative;
      z-index: 1;
}
.collapse-item--boder[data-v-dce3d288] {
  border-radius: 4px;
  overflow: hidden;
  border-bottom: 1px solid #e7e8ec;
}
.record-container[data-v-dce3d288] {
  width: 100%;
  background: #fff;
}
.record-container--noboder[data-v-dce3d288] {
  border-top: 0 none;
}
.chat-transfer[data-v-dce3d288] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.chat-transfer .popup-wrapper[data-v-dce3d288] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ededed;
}
.chat-transfer .popup-wrapper .head-wrapper[data-v-dce3d288] {
      height: 48px;
      line-height: 48px;
      background: #302f33;
      position: relative;
      text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: 500;
}
.chat-transfer .popup-wrapper .head-wrapper .huIcon[data-v-dce3d288] {
        position: absolute;
        left: 8px;
        top: 0;
        font-size: 20px;
        font-weight: 500;
        cursor: pointer;
}
.chat-transfer .popup-wrapper .chat-list[data-v-dce3d288] {
      height: calc(100% - 80px);
      overflow-y: auto;
}
.iconshouqi1[data-v-dce3d288],
.iconxialazhankai[data-v-dce3d288] {
  color: #a2a5b5;
}
.contact-list[data-v-dce3d288] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 12px;
}
.contact-list .contact-item[data-v-dce3d288] {
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 20px;
    border-radius: 16px;
    border: 1px solid #e7e8ec;
    background: #ffffff;
    color: #303b5b;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.contact-list .contact-item.active[data-v-dce3d288] {
      border: none;
      background: #0d5aff;
      color: #ffffff;
}
.scollDiv[data-v-dce3d288] {
  padding-top: 12px;
}
.chat-record__content--empty[data-v-dce3d288] {
  margin: 40px;
}
.chat-select--tab[data-v-dce3d288] {
  height: 36px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #e7e8ec;
  padding: 4px 0 4px 4px;
  margin-bottom: 12px;
  margin-right: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chat-select--tab .select-item--view[data-v-dce3d288] {
    width: 50%;
    height: 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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
    color: #303b5b;
    margin-right: 4px;
}
.chat-select--tab .select-item--view[data-v-dce3d288]:hover {
      background: #f7f8fa;
}
.chat-select--tab .activity-item[data-v-dce3d288] {
    background: #f0f4fe;
    color: #0d5aff;
}
.chat-select--tab .activity-item[data-v-dce3d288]:hover {
      background: #f0f4fe;
}
.ft-500[data-v-dce3d288] {
  font-weight: 600;
}

[data-v-53fa2fca] .el-tabs__content {
  padding-bottom: 0 !important;
}

.ad-creative-preview[data-v-0d844e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-0d844e88] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-0d844e88] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-0d844e88] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-0d844e88] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-0d844e88] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-0d844e88] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-0d844e88] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-0d844e88] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-0d844e88] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-0d844e88] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-0d844e88] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-0d844e88] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-0d844e88] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-0d844e88] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-0d844e88] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-0d844e88] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-0d844e88] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-0d844e88] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-0d844e88] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-0d844e88] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-0d844e88] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0d844e88] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0d844e88] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-0d844e88] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-0d844e88] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.preview[data-v-0d844e88] {
  height: 549px !important;
}
.ad-empty[data-v-0d844e88] {
  margin-top: 100px;
}
.ad-creative-preview .media-list[data-v-0d844e88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  padding-left: 10px;
}
.ad-creative-preview .media-list .img-item[data-v-0d844e88] {
    font-size: 0;
    opacity: 0.6;
    cursor: pointer;
}
.ad-creative-preview .media-list .img-item .tab-line[data-v-0d844e88] {
      display: none;
      height: 2px;
      margin: 0 13px;
      background-color: #0d5aff;
}
.ad-creative-preview .media-list .img-item.active[data-v-0d844e88] {
      opacity: 1;
}
.ad-creative-preview .media-list .img-item.active .tab-line[data-v-0d844e88] {
        display: block;
}
.ad-creative-preview .preview-container[data-v-0d844e88] {
  position: relative;
  width: 216px;
  height: 386px;
  margin: 12px auto 9px auto;
  border-radius: 4px;
  background-color: #000000;
}
.ad-creative-preview .preview-container .base-container[data-v-0d844e88] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}
.ad-creative-preview .preview-container .base-container .row[data-v-0d844e88] {
      width: 216px;
}
.ad-creative-preview .preview-container .base-container .vertical[data-v-0d844e88] {
      height: 386px;
}
.ad-creative-preview .preview-container .base-container .iconbofang[data-v-0d844e88] {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px;
      color: #ffffff;
      font-size: 40px;
}
.ad-creative-preview .preview-container .base-container.fanqie[data-v-0d844e88] {
      position: absolute;
      top: 6px;
      left: 3px;
      width: 210px;
      height: 210px;
      z-index: 20;
}
.ad-creative-preview .preview-container .base-container.fanqie .row[data-v-0d844e88] {
        width: 210px;
}
.ad-creative-preview .preview-container .base-container.fanqie .vertical[data-v-0d844e88] {
        height: 210px;
}
.ad-creative-preview .preview-container .base-container.ohayoo[data-v-0d844e88] {
      position: absolute;
      top: 58px;
      left: 20px;
      z-index: 20;
      width: 175px;
      height: 187px;
      font-size: 0;
}
.ad-creative-preview .preview-container .base-container.ohayoo .row[data-v-0d844e88] {
        width: 172px;
}
.ad-creative-preview .preview-container .base-container.ohayoo .vertical[data-v-0d844e88] {
        height: 186px;
}
.ad-creative-preview .preview-container .video.toutiao[data-v-0d844e88], .ad-creative-preview .preview-container .video.douyin[data-v-0d844e88], .ad-creative-preview .preview-container .video.xigua[data-v-0d844e88] {
    height: 386px;
}
.ad-creative-preview .preview-container .video[data-v-0d844e88] .el-icon-loading {
    color: #cccccc;
    font-size: 54px;
}
.ad-creative-preview .preview-container .video[data-v-0d844e88] .icon-box {
    background: unset;
}
.ad-creative-preview .preview-container .video[data-v-0d844e88] .iconbofang {
    font-size: 40px;
}
.ad-creative-preview .preview-container .image.xigua[data-v-0d844e88] {
    position: absolute;
    top: 195px;
    width: 216px;
    height: 129px;
    z-index: 100;
}
.ad-creative-preview .preview-container .image.xigua .row[data-v-0d844e88] {
      width: 100%;
      height: 100%;
}
.ad-creative-preview .preview-container .image.toutiao[data-v-0d844e88] {
    position: absolute;
    top: 192px;
    left: 8px;
    width: 198px;
    height: 119px;
    z-index: 100;
}
.ad-creative-preview .preview-container .image.toutiao .row[data-v-0d844e88] {
      width: 100%;
      height: 100%;
}
.ad-creative-preview .preview-container .bg[data-v-0d844e88] {
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 386px;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
}
.ad-creative-preview .preview-container .no-show[data-v-0d844e88] {
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    background-color: #f7f8fa;
}
.ad-creative-preview .preview-container .no-show span[data-v-0d844e88] {
      color: #a2a5b5;
}
.ad-creative-preview .preview-container .video-text[data-v-0d844e88] {
    overflow: hidden;
}
.ad-creative-preview .preview-container .video-text .text-source[data-v-0d844e88] {
      position: absolute;
      width: 216px;
      font-size: 14px;
      color: #ffffff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      z-index: 10;
}
.ad-creative-preview .preview-container .video-text .text-source.douyin[data-v-0d844e88] {
        bottom: 65px;
}
.ad-creative-preview .preview-container .video-text .text-source.toutiao[data-v-0d844e88] {
        bottom: 84px;
}
.ad-creative-preview .preview-container .video-text .text-source.xigua[data-v-0d844e88] {
        bottom: 28px;
        left: 28px;
}
.ad-creative-preview .preview-container .video-text .text-source.fanqie[data-v-0d844e88] {
        bottom: 106px;
        left: 18px;
        color: #1e1e1e;
        z-index: 100;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
}
.ad-creative-preview .preview-container .video-text .text-source.ohayoo[data-v-0d844e88] {
        bottom: 113px;
        left: 38px;
        width: 170px;
        color: #1e1e1e;
        z-index: 100;
        -webkit-transform: scale(0.9);
                transform: scale(0.9);
}
.ad-creative-preview .preview-container .video-text .text-title[data-v-0d844e88] {
      position: absolute;
      width: 200px;
      font-size: 12px;
      color: #ffffff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
      z-index: 10;
}
.ad-creative-preview .preview-container .video-text .text-title.douyin[data-v-0d844e88] {
        bottom: 45px;
}
.ad-creative-preview .preview-container .video-text .text-title.toutiao[data-v-0d844e88] {
        bottom: 64px;
}
.ad-creative-preview .preview-container .video-text .text-title.xigua[data-v-0d844e88] {
        bottom: 6px;
}
.ad-creative-preview .preview-container .video-text .text-title.fanqie[data-v-0d844e88] {
        bottom: 144px;
        color: #1e1e1e;
        z-index: 100;
}
.ad-creative-preview .preview-container .image-title[data-v-0d844e88] {
    position: absolute;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 100;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
}
.ad-creative-preview .preview-container .image-title.xigua[data-v-0d844e88] {
      top: 162px;
      left: 22px;
      width: 188px;
      font-size: 12px;
}
.ad-creative-preview .preview-container .image-title.toutiao[data-v-0d844e88] {
      top: 166px;
      width: 218px;
      font-size: 12px;
}
.ad-creative-preview .preview-container .image-title.fanqie[data-v-0d844e88] {
      top: 224px;
      width: 218px;
      font-size: 12px;
}
.ad-creative-preview .preview-container .image-title-box .source[data-v-0d844e88] {
    position: absolute;
    max-width: 360px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    z-index: 100;
}
.ad-creative-preview .preview-container .image-title-box .source.xigua[data-v-0d844e88] {
      top: 143px;
      left: 22px;
}
.ad-creative-preview .preview-container .image-title-box .source.fanqie[data-v-0d844e88] {
      top: 258px;
      left: 30px;
}
.ad-creative-preview .preview-container .image-title-box .source.ohayoo[data-v-0d844e88] {
      top: 252px;
      left: 46px;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container {
    width: 216px;
    height: 358px;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__item {
      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;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow {
      background-color: rgba(31, 45, 61, 0.3);
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow:hover {
        background-color: rgba(31, 45, 61, 0.5);
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--left {
      left: 8px;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--left .el-icon-arrow-left {
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        font-family: "huIcon" !important;
        font-size: 22px;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--left .el-icon-arrow-left::before {
          content: "\E6D3";
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--right {
      right: 8px;
      z-index: 11;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--right .el-icon-arrow-right {
        font-family: "huIcon" !important;
        font-size: 22px;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__container .el-carousel__arrow--right .el-icon-arrow-right::before {
          content: "\E6D3";
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__indicators {
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(90%, rgba(0, 0, 0, 0.2)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 90%);
    z-index: 11;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__indicators .el-carousel__indicator {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
        width: 100%;
}
.ad-creative-preview .preview-container[data-v-0d844e88] .el-carousel__indicators .el-carousel__button {
      height: 4px;
      border-radius: 90px;
}
.type[data-v-0d844e88] {
  width: auto !important;
}
.type .type-item[data-v-0d844e88] {
    padding: 0 9px;
    color: #6a6f84 !important;
}
.type .active[data-v-0d844e88] {
    color: #101739 !important;
}
.text-source.douyin[data-v-0d844e88] {
  bottom: 80px !important;
}
.text--title-other[data-v-0d844e88] {
  position: absolute;
  bottom: 45px;
  width: 200px;
  font-size: 12px;
  color: #ffffff;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  z-index: 10;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ad-promotion-info[data-v-1f436a5e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.ad-promotion-info.partner[data-v-1f436a5e] {
    height: auto;
}
.ad-promotion-info .info-item .label[data-v-1f436a5e] {
    margin-bottom: 4px;
    color: #83899d;
    line-height: 20px;
    font-size: 12px;
}
.ad-promotion-info .info-item .content[data-v-1f436a5e] {
    color: #101739;
    line-height: 20px;
    font-size: 12px;
    word-break: break-all;
}
.ad-promotion-info .info-item .content[data-v-1f436a5e] .el-link--inner {
      font-size: 12px;
      color: #101739;
}
.ad-promotion-info .info-item .content[data-v-1f436a5e] .el-link--inner:hover {
        color: #3d7bff;
}
.ad-promotion-info .info-item + .info-item[data-v-1f436a5e] {
    margin-top: 16px;
}
.ad-promotion-info .creative-content[data-v-1f436a5e] {
    padding: 10px;
    background: #f7f8fa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ad-promotion-info .creative-content .img-container[data-v-1f436a5e] {
      margin-right: 10px;
}
.ad-promotion-info .creative-content .img-box[data-v-1f436a5e] {
      position: relative;
      width: 76px;
      height: 54px;
      cursor: pointer;
}
.ad-promotion-info .creative-content .img-box img[data-v-1f436a5e] {
        width: 100%;
        height: 100%;
}
.ad-promotion-info .creative-content .img-box .palyer[data-v-1f436a5e] {
        position: absolute;
        left: 25px;
        top: 15px;
        font-size: 16px;
        color: #fff;
}
.ad-promotion-info .creative-content .img-list[data-v-1f436a5e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.ad-promotion-info .creative-content .img-list img + img[data-v-1f436a5e] {
        margin-left: 10px;
}
.ad-promotion-info .creative-content .text-container[data-v-1f436a5e] {
      font-size: 12px;
      font-weight: 400;
      color: #101739;
      line-height: 20px;
      word-break: break-all;
}
.ad-promotion-info .info-none[data-v-1f436a5e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-promotion-info .mask[data-v-1f436a5e] {
    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;
}
.ad-promotion-info .mask .video-dom[data-v-1f436a5e] {
      max-width: 80%;
      max-height: 80%;
}
.ad-promotion-info .mask .close-btn[data-v-1f436a5e] {
      position: absolute;
      top: 106px;
      right: 48px;
      width: 40px;
      height: 40px;
      cursor: pointer;
}
.ad-promotion-info .mask .close-btn .huIcon[data-v-1f436a5e] {
        font-size: 40px;
        color: #ffffff;
}
.ad-promotion-info .mask .close-btn:hover .huIcon[data-v-1f436a5e] {
        color: #dddddd;
}
.ad-promotion-info .preview-none[data-v-1f436a5e] {
    width: 250px;
    height: 480px;
    padding: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
}
.ad-promotion-info .preview-none .title[data-v-1f436a5e] {
      height: 22px;
      line-height: 22px;
      font-weight: 500;
      color: #101739;
      font-size: 16px;
}
.ad-promotion-info .preview-none .content[data-v-1f436a5e] {
      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: 386px;
      margin-top: 12px;
      background: #f7f8fa;
      border-radius: 5px;
      color: #83899d;
      font-size: 14px;
}
.ad-promotion-info .preview-partner[data-v-1f436a5e] {
    width: 250px;
    padding: 16px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
}
.ad-promotion-info .preview-partner .title[data-v-1f436a5e] {
      height: 22px;
      line-height: 22px;
      font-weight: 500;
      color: #101739;
      font-size: 16px;
}
.ad-promotion-info .preview-partner .partner-img[data-v-1f436a5e] {
      width: 100%;
}
.ad-promotion-info .preview-partner .content[data-v-1f436a5e] {
      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: 386px;
      background: #f7f8fa;
      border-radius: 5px;
      margin-top: 12px;
      color: #83899d;
      font-size: 14px;
      overflow: hidden;
}
.ad-promotion-info .preview-partner .content img[data-v-1f436a5e] {
        width: 100%;
}

.ad-creative-preview[data-v-0d522240] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-0d522240] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-0d522240] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-0d522240] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-0d522240] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-0d522240] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-0d522240] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-0d522240] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-0d522240] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-0d522240] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-0d522240] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-0d522240] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-0d522240] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-0d522240] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-0d522240] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-0d522240] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-0d522240] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-0d522240] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-0d522240] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-0d522240] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-0d522240] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-0d522240] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0d522240] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0d522240] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-0d522240] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-0d522240] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.info-item[data-v-0d522240] {
  margin-top: 16px;
}
.info-item .label[data-v-0d522240] {
    color: #0d5aff !important;
    cursor: pointer;
}
.session-record--view[data-v-0d522240] {
  width: 566px;
  height: calc(100vh - 105px);
  border-radius: 8px;
  background: linear-gradient(194deg, #eaf1fb 0%, #f7faff 100%);
  -webkit-box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #e7e8ec;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999;
  overflow: hidden;
}
.session-record--view .session-record--header[data-v-0d522240] {
    padding: 0 24px;
    height: 70px;
    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;
}
.session-record--view .session-record--header .header-title[data-v-0d522240] {
      font-size: 16px;
      color: #101739;
      font-weight: 500;
}
.session-record--view .session-record--header .icondanchuangshanchu[data-v-0d522240] {
      font-size: 20px;
      cursor: pointer;
}
.session-record--view .session-record--header .icondanchuangshanchu[data-v-0d522240]:hover {
        color: #0d5aff;
}
.session-record--view .session-record--content[data-v-0d522240] {
    height: calc(100vh - 175px);
    overflow: auto;
    padding: 0 24px;
}
.session-record--view .session-record--content .record-list--item[data-v-0d522240] {
      margin-bottom: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.session-record--view .session-record--content .record-list--item .list-item--content[data-v-0d522240] {
        padding: 12px 14px;
        background: #fff;
        border-radius: 0 8px 8px 8px;
        color: #1e1e1e;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-height: 45px;
}
.session-record--view .session-record--content .record-list--item .list-item--msg[data-v-0d522240] {
        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;
}
.session-record--view .session-record--content .record-list--item .list-item--msg .list-item--source[data-v-0d522240] {
          font-size: 12px;
          color: #444b6c;
}
.session-record--view .session-record--content .record-list--item .list-item--msg .list-item--time[data-v-0d522240] {
          font-size: 12px;
          color: #444b6c;
          margin-left: 4px;
}
.session-record--view .session-record--content .customer--view[data-v-0d522240] {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
}
.session-record--view .session-record--content .customer--view .list-item--content[data-v-0d522240] {
        background: #b5ddfd;
        border-radius: 8px 0 8px 8px;
}

.ad-creative-preview[data-v-b70f64f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-b70f64f6] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-b70f64f6] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-b70f64f6] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-b70f64f6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-b70f64f6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-b70f64f6] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-b70f64f6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-b70f64f6] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-b70f64f6] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-b70f64f6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-b70f64f6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-b70f64f6] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-b70f64f6] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-b70f64f6] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-b70f64f6] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-b70f64f6] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-b70f64f6] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-b70f64f6] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-b70f64f6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-b70f64f6] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-b70f64f6] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-b70f64f6] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-b70f64f6] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-b70f64f6] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-b70f64f6] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.ad-empty[data-v-b70f64f6] {
  margin-top: 100px;
}
.ad-creative-preview .preview[data-v-b70f64f6] {
  height: 516px !important;
}
.ad-creative-preview .preview-container[data-v-b70f64f6] {
  position: relative;
  width: 216px;
  height: 386px;
  margin: 12px auto;
  border-radius: 4px;
}
.ad-creative-preview .preview-container .base-container[data-v-b70f64f6] {
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}
.ad-creative-preview .preview-container .base-container .container-wrapper[data-v-b70f64f6] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #f5f7f9;
      overflow-y: auto;
}
.ad-creative-preview .preview-container .base-container .container-wrapper[data-v-b70f64f6]::-webkit-scrollbar {
        display: none;
}
.ad-creative-preview .preview-container .base-container .content-wrapper[data-v-b70f64f6] {
      border-radius: 6px;
      padding: 4px;
      margin: 0 8px;
      background-color: #ffffff;
}
.ad-creative-preview .preview-container .base-container .content-title[data-v-b70f64f6] {
      margin: 0 -8px;
      font-weight: 500;
      font-size: 12px;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.ad-creative-preview .preview-container .base-container .content-title[data-v-b70f64f6] span {
        font-weight: 500;
        font-size: 12px;
}
.ad-creative-preview .preview-container .base-container .iconbofang[data-v-b70f64f6] {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -20px;
      margin-left: -20px;
      color: #ffffff;
      font-size: 40px;
}
.ad-creative-preview .preview-container .base-container .search-word[data-v-b70f64f6] {
      position: absolute;
      top: 33px;
      left: -46px;
      width: 304px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      font-size: 20px;
      -webkit-transform: scale(0.5);
              transform: scale(0.5);
      z-index: 100;
}
.ad-creative-preview .preview-container .base-container .bg[data-v-b70f64f6] {
      width: 100%;
      margin-right: -2px;
}
.ad-creative-preview .preview-container .preview-content[data-v-b70f64f6] {
    width: 100%;
}
.ad-creative-preview .preview-container .preview-content.m-small[data-v-b70f64f6], .ad-creative-preview .preview-container .preview-content.pc-32[data-v-b70f64f6], .ad-creative-preview .preview-container .preview-content.pc-169[data-v-b70f64f6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 4px;
      overflow: hidden;
}
.ad-creative-preview .preview-container .preview-content.m-small .content-descript[data-v-b70f64f6], .ad-creative-preview .preview-container .preview-content.pc-32 .content-descript[data-v-b70f64f6], .ad-creative-preview .preview-container .preview-content.pc-169 .content-descript[data-v-b70f64f6] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: -8px;
}
.ad-creative-preview .preview-container .preview-content .content-descript[data-v-b70f64f6] {
      margin: 0 -20px;
      font-size: 12px;
      word-break: break-all;
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
}
.ad-creative-preview .preview-container .preview-content .content-descript[data-v-b70f64f6] span {
        font-size: 12px;
}
.ad-creative-preview .preview-container .preview-material[data-v-b70f64f6] {
    border-radius: 4px;
    overflow: hidden;
    background-color: inherit;
    font-size: 0;
}
.ad-creative-preview .preview-container .preview-material.m-small[data-v-b70f64f6] {
      width: 56px;
      height: 56px;
}
.ad-creative-preview .preview-container .preview-material.m-small img[data-v-b70f64f6] {
        width: 56px;
        height: 56px;
}
.ad-creative-preview .preview-container .preview-material.m-large[data-v-b70f64f6] {
      width: 100%;
}
.ad-creative-preview .preview-container .preview-material.m-large img[data-v-b70f64f6] {
        width: 100%;
}
.ad-creative-preview .preview-container .preview-material.m-more[data-v-b70f64f6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.ad-creative-preview .preview-container .preview-material.m-more img[data-v-b70f64f6] {
        width: 60px;
        height: 60px;
        border-radius: 4px;
}
.ad-creative-preview .preview-container .preview-material.pc-32[data-v-b70f64f6] {
      width: 60px;
      height: 38px;
}
.ad-creative-preview .preview-container .preview-material.pc-32 img[data-v-b70f64f6] {
        width: 100%;
        height: 100%;
}
.ad-creative-preview .preview-container .preview-material.pc-169[data-v-b70f64f6] {
      width: 95px;
      height: 63px;
}
.ad-creative-preview .preview-container .preview-material.pc-169 img[data-v-b70f64f6] {
        width: 100%;
        height: 100%;
}
.ad-creative-preview .preview-container .subject-content[data-v-b70f64f6] {
    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;
    width: 400px;
    margin: 0 -100px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}
.ad-creative-preview .preview-container .subject-content .img-subject[data-v-b70f64f6] {
      width: 28px;
      height: 28px;
}
.ad-creative-preview .preview-container .subject-content .subject-text[data-v-b70f64f6] {
      margin-left: 8px;
      font-size: 20px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.ad-creative-preview .preview-container .subject-content .sub-text[data-v-b70f64f6] {
      margin: 0 8px;
      font-size: 20px;
      color: #b9d4ff;
      white-space: nowrap;
}
.ad-creative-preview .preview-container .subject-content .img-protect[data-v-b70f64f6] {
      width: 60px;
      height: 28px;
}

.ad-creative-preview[data-v-6c193402] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-6c193402] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-6c193402] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-6c193402] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-6c193402] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-6c193402] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-6c193402] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-6c193402] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-6c193402] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-6c193402] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-6c193402] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-6c193402] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-6c193402] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-6c193402] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-6c193402] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-6c193402] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-6c193402] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-6c193402] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-6c193402] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-6c193402] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-6c193402] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-6c193402] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-6c193402] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-6c193402] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-6c193402] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-6c193402] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.baidu-info.preview[data-v-6c193402] {
  height: 516px !important;
}
.baidu-info[data-v-6c193402] .baiduinfo-program-creative {
  width: 216px;
  margin: 0 auto;
}
.ad-empty[data-v-6c193402] {
  margin-top: 100px;
}
.preview-container[data-v-6c193402] {
  position: relative;
  width: 216px;
  height: 426px;
  margin: 12px auto;
  border-radius: 4px;
}
.preview-container .base-container[data-v-6c193402] {
    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-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    font-size: 0;
    overflow: hidden;
    cursor: pointer;
}
.preview-container .base-container .bg[data-v-6c193402] {
      width: 100%;
      margin-right: -2px;
}
.preview-container .container-wrapper[data-v-6c193402] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #f5f7f9;
    overflow-y: auto;
}
.preview-container .container-wrapper[data-v-6c193402]::-webkit-scrollbar {
      display: none;
}
.preview-container .content-wrapper[data-v-6c193402] {
    background: #ffffff;
    border-radius: 6px;
    padding: 8px 4px;
    margin: 0 auto;
}
.preview-container .content-wrapper .program-title[data-v-6c193402] {
      margin: 0 -12px;
      line-height: 16px;
      font-size: 12px;
      overflow: hidden;
      -webkit-transform: scale(0.85);
              transform: scale(0.85);
}
.preview-container .picture-box[data-v-6c193402] {
    margin: 0 4px;
}
.preview-container .creative-box[data-v-6c193402] {
    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: 100%;
    height: 100%;
    overflow: hidden;
}
.brand[data-v-6c193402] {
  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: 14px;
  margin: 8px -12px 0;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}
.brand .name[data-v-6c193402] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.brand .name[data-v-6c193402],
  .brand .icon[data-v-6c193402] {
    font-size: 12px;
    color: #a2a5b5;
}
.small-picture.content-wrapper[data-v-6c193402] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 208px;
  overflow: hidden;
}
.small-picture .content[data-v-6c193402] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.small-picture .content .program-title[data-v-6c193402] {
    line-height: 12px;
}
.small-picture .picture-box[data-v-6c193402] {
  margin-left: 4px;
}
.large-picture.content-wrapper[data-v-6c193402] {
  width: 208px;
}
.large-picture.content-wrapper .picture-box.video[data-v-6c193402] {
    width: 192px;
    overflow: hidden;
}
.multiple-picture.content-wrapper[data-v-6c193402] {
  width: 208px;
}
.multiple-picture.content-wrapper .picture-box[data-v-6c193402] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 200px;
    padding-bottom: 4px;
    overflow-x: scroll;
}
.multiple-picture.content-wrapper .picture-box img[data-v-6c193402] {
      width: 62px;
      margin-right: 4px;
}
.multiple-picture .brand[data-v-6c193402] {
  margin-top: 0;
}

.ad-creative-preview[data-v-0505b56a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-0505b56a] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-0505b56a] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-0505b56a] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-0505b56a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-0505b56a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-0505b56a] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-0505b56a] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-0505b56a] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-0505b56a] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-0505b56a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-0505b56a] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-0505b56a] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-0505b56a] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-0505b56a] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-0505b56a] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-0505b56a] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-0505b56a] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-0505b56a] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-0505b56a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-0505b56a] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-0505b56a] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0505b56a] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-0505b56a] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-0505b56a] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-0505b56a] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.ad-creative-preview .preview[data-v-0505b56a] {
  height: 504px !important;
}
.preview-container[data-v-0505b56a] {
  position: relative;
  width: 216px;
  height: 386px;
  margin: 12px auto 9px auto;
  border-radius: 4px;
}
.preview-container .bg[data-v-0505b56a] {
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 386px;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
}
.preview-container .video-text[data-v-0505b56a] {
    position: absolute;
    bottom: 27px;
    overflow: hidden;
}
.preview-container .video-text .text-source[data-v-0505b56a] {
      width: 200px;
      font-size: 14px;
      color: #ffffff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.preview-container .video-text .text-title[data-v-0505b56a] {
      width: 200px;
      font-size: 12px;
      color: #ffffff;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-transform: scale(0.9);
              transform: scale(0.9);
}
.preview-container[data-v-0505b56a] .video-box .icon-box {
    background: unset;
}
.preview-container[data-v-0505b56a] .video-box .icon-box .huIcon {
      font-size: 40px;
}

.ad-creative-preview[data-v-622e84a3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 4px;
}
.ad-creative-preview .preview[data-v-622e84a3] {
    width: 251px;
    height: 545px;
    background: #ffffff;
    -webkit-box-shadow: 0px 2px 8px 0px #e5e7ec;
            box-shadow: 0px 2px 8px 0px #e5e7ec;
    border-radius: 8px;
}
.ad-creative-preview .preview .title[data-v-622e84a3] {
      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: 52px;
      padding: 0 18px;
}
.ad-creative-preview .preview .title .text[data-v-622e84a3] {
        font-size: 14px;
        font-weight: 500;
        color: #101739;
}
.ad-creative-preview .preview .type[data-v-622e84a3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 94px;
      height: 30px;
      padding: 2px;
      background: #f2f2f4;
      border-radius: 16px;
}
.ad-creative-preview .preview .type .type-item[data-v-622e84a3] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        line-height: 24px;
        color: #101739;
        font-size: 12px;
        text-align: center;
        opacity: 0.8;
        cursor: pointer;
}
.ad-creative-preview .preview .type .type-item.active[data-v-622e84a3] {
          background-color: #ffffff;
          border-radius: 14px;
          opacity: 1;
}
.ad-creative-preview .preview .ad-empty[data-v-622e84a3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
}
.ad-creative-preview .toggle[data-v-622e84a3] {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 36px;
}
.ad-creative-preview .toggle .icon-box[data-v-622e84a3] {
      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;
      width: 91px;
      background: #f7f8fa;
      border-radius: 18px;
}
.ad-creative-preview .toggle .icon-box .left[data-v-622e84a3] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .right[data-v-622e84a3] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
        cursor: pointer;
}
.ad-creative-preview .toggle .icon-box .huIcon[data-v-622e84a3] {
        font-size: 22px;
}
.ad-creative-preview .toggle .icon-box .toggle-line[data-v-622e84a3] {
        width: 1px;
        height: 18px;
        background-color: #e7e8ec;
}
.ad-creative-preview .toggle .icon-box .disabled[data-v-622e84a3] {
        cursor: not-allowed !important;
}
.ad-creative-preview .toggle .icon-box .disabled .huIcon[data-v-622e84a3] {
          color: #a2a5b5;
}
.ad-creative-preview .toggle .count[data-v-622e84a3] {
      position: absolute;
      right: 16px;
      top: 10px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.ad-creative-preview .toggle .count .current[data-v-622e84a3] {
        color: #444b6c;
}
.ad-creative-preview .toggle .count .total[data-v-622e84a3] {
        color: #a2a5b5;
}
.ad-creative-preview .info[data-v-622e84a3] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 24px;
}
.ad-creative-preview .info .info-item + .info-item[data-v-622e84a3] {
      margin-top: 16px;
}
.ad-creative-preview .info .info-item .label[data-v-622e84a3] {
      width: 80px;
      margin-right: 6px;
      margin-bottom: 4px;
      line-height: 20px;
      color: #83899d;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-622e84a3] {
      line-height: 20px;
      color: #101739;
      word-break: break-all;
      font-size: 12px;
}
.ad-creative-preview .info .info-item .content[data-v-622e84a3] .el-link--inner {
        font-size: 12px;
        color: #101739;
}
.ad-creative-preview .info .info-item .content[data-v-622e84a3] .el-link--inner:hover {
          color: #3d7bff;
}
.ad-creative-preview .info .ellipsis-text[data-v-622e84a3] {
      display: inline-block;
      max-width: 358px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.ad-creative-preview .preview[data-v-622e84a3] {
  height: 504px !important;
}
.preview-container[data-v-622e84a3] {
  position: relative;
  width: 216px;
  height: 386px;
  margin: 12px auto 9px auto;
  border-radius: 4px;
}
.preview-container .bg[data-v-622e84a3] {
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 386px;
    z-index: 10;
    overflow: hidden;
    pointer-events: none;
}
.preview-container .creative-box[data-v-622e84a3] {
    position: relative;
    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: 100%;
    border-radius: 4px;
    background: #f7f8fa;
    overflow: hidden;
    cursor: pointer;
}
.preview-container .creative-box .cover-image[data-v-622e84a3] {
      width: 100%;
}
.preview-container .creative-box .iconbofang[data-v-622e84a3] {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      font-size: 40px;
      color: #ffffff;
}
.preview-popup[data-v-622e84a3] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 3000;
}
.preview-popup .bg-wrapper[data-v-622e84a3] {
    position: absolute;
    top: 32px;
    left: 16px;
    right: 16px;
    bottom: 0;
    border-radius: 8px 8px 0 0;
    z-index: 1;
}
.preview-popup .ad-iframe[data-v-622e84a3] {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.preview-popup .close-container[data-v-622e84a3] {
    position: absolute;
    top: 32px;
    right: 16px;
    width: 48px;
    height: 48px;
    padding: 14px 12px;
    cursor: pointer;
    z-index: 10;
}

.chat-record[data-v-e2043540] {
  width: 100%;
  padding: 16px 16px 0 16px;
}
.chat-record .record-tabs[data-v-e2043540] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin: 16px 0;
}
.chat-record .record-tabs .tab-item[data-v-e2043540] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      font-weight: 400;
      color: #303b5b;
      border: 1px solid #e7e8ec;
      text-align: center;
      cursor: pointer;
}
.chat-record .record-tabs .tab-item.active[data-v-e2043540] {
        background: rgba(80, 106, 237, 0.08);
        border: 1px solid #0d5aff;
        color: #0d5aff;
}
.chat-record .record-tabs .single[data-v-e2043540] {
      border-radius: 4px 0px 0px 4px;
      border-right: none;
}
.chat-record .record-tabs .group[data-v-e2043540] {
      border-radius: 0px 4px 4px 0px;
      border-left: none;
}

.wx-association--view[data-v-480e7744] {
  margin-top: -8px;
  min-height: 300px;
}
[data-v-480e7744] .avue-crud-search {
  padding: 0;
}
[data-v-480e7744] .avue-crud-search .customer-filter-item {
    margin: 0;
}
.table-view[data-v-480e7744] {
  margin-top: 4px;
}
.name--view[data-v-480e7744] {
  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;
}
.tag-text[data-v-480e7744] {
  -webkit-transform: scale(0.82);
          transform: scale(0.82);
}
.page-view[data-v-480e7744] {
  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: 16px;
}
.page-view .pre-text[data-v-480e7744],
  .page-view .next-text[data-v-480e7744] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-480e7744]:hover,
    .page-view .next-text[data-v-480e7744]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-480e7744] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-480e7744]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}
.page-view--null[data-v-480e7744] {
  height: 30px;
  margin-top: 16px;
}

@charset "UTF-8";
.detail-page[data-v-0ebb8ba4] {
  height: 100%;
}
.wechat-detail[data-v-0ebb8ba4] {
  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: #f2f5fb;
}
.wechat-detail .close-container[data-v-0ebb8ba4] {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.wechat-detail .close-container[data-v-0ebb8ba4]:hover {
      background-color: #3d7bff;
}
.wechat-detail .has-toggle--view[data-v-0ebb8ba4] {
    border-bottom-left-radius: 0;
}
.wechat-detail .change-container[data-v-0ebb8ba4] {
    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;
}
.wechat-detail .header-wrapper[data-v-0ebb8ba4] {
    padding: 20px 24px;
    background: #ffffff;
}
.wechat-detail .detail-header[data-v-0ebb8ba4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.wechat-detail .detail-header .null-view[data-v-0ebb8ba4] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.wechat-detail .detail-header .name[data-v-0ebb8ba4] {
      font-size: 22px;
      font-weight: 600;
      color: #101739;
      line-height: 30px;
}
.wechat-detail .detail-header .type[data-v-0ebb8ba4] {
      margin-left: 10px;
      font-size: 14px;
      line-height: 20px;
      color: #18b627;
}
.wechat-detail .detail-header .type.yellow[data-v-0ebb8ba4] {
        color: #fe9135;
}
.wechat-detail .detail-header .header-item[data-v-0ebb8ba4] {
      margin-left: 32px;
      font-weight: 400;
      color: #444b6c;
      line-height: 20px;
      font-size: 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;
}
.wechat-detail .detail-header .header-item .look-text[data-v-0ebb8ba4] {
        color: #0d5aff;
        cursor: pointer;
        margin-left: 8px;
}
.wechat-detail .detail-header .association-operation--view[data-v-0ebb8ba4] {
      height: 32px;
      padding: 0 20px;
      line-height: 32px;
      border-radius: 4px;
      cursor: pointer;
      margin-left: 20px;
}
.wechat-detail .detail-header .secure--association[data-v-0ebb8ba4] {
      border: 1px solid #f2333a;
      color: #f2333a;
      padding: 0 16px;
}
.wechat-detail .detail-header .add--association[data-v-0ebb8ba4] {
      border: 1px solid #0d5aff;
      color: #0d5aff;
}
.wechat-detail .tag-detail[data-v-0ebb8ba4] {
    margin-top: 16px;
}
.wechat-detail .tag-detail .detail-list[data-v-0ebb8ba4] {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.wechat-detail .tag-detail .detail-list .detail-item[data-v-0ebb8ba4] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 20px;
}
.wechat-detail .tag-detail .detail-list .detail-item + .detail-item[data-v-0ebb8ba4] {
          margin-left: 60px;
}
.wechat-detail .tag-detail .detail-list .detail-item .detail-label[data-v-0ebb8ba4] {
          margin-right: 16px;
          line-height: 20px;
          font-size: 14px;
          color: rgba(48, 59, 91, 0.8);
}
.wechat-detail .tag-detail .detail-list .detail-item .detail-content[data-v-0ebb8ba4] {
          font-size: 14px;
          color: #101739;
          line-height: 20px;
}
.wechat-detail .follower-detail[data-v-0ebb8ba4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 10px 16px 10px;
    overflow: hidden;
}
.wechat-detail .follower-detail .detail-left--view[data-v-0ebb8ba4] {
      width: 657px;
      background: #ffffff;
}
.wechat-detail .follower-detail .all-view[data-v-0ebb8ba4] {
      width: 100%;
}
.wechat-detail .follower-detail .detail-right--view[data-v-0ebb8ba4] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #ffffff;
      margin-left: 10px;
}
.wechat-detail .follower-detail .detail-view--title[data-v-0ebb8ba4] {
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #e7e8ec;
      padding-left: 16px;
      font-weight: 500;
      color: #101739;
}
.wechat-detail .follower-detail .left-content[data-v-0ebb8ba4] {
      padding: 20px 16px 60px 16px;
      height: 100%;
      overflow: auto;
}
.wechat-detail .follower-detail .left-content .list-item + .list-item[data-v-0ebb8ba4] {
        margin-top: 24px;
}
.wechat-detail .follower-detail .left-content .list-item .list-follow--view[data-v-0ebb8ba4] {
        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: 20px;
        margin-bottom: 16px;
}
.wechat-detail .follower-detail .left-content .list-item .list-follow--view .icontouxiang[data-v-0ebb8ba4] {
          color: #b5bbc7;
}
.wechat-detail .follower-detail .left-content .list-item .list-follow--view .follow-text[data-v-0ebb8ba4] {
          color: #101739;
          font-weight: 500;
          margin-left: 8px;
          line-height: 20px;
}
.wechat-detail .follower-detail .left-content .list-item .list-follow--view .identifying-view[data-v-0ebb8ba4] {
          width: 72px;
          height: 27px;
          background: -webkit-gradient(linear, left top, right top, from(#ffa467), to(#ff6d37));
          background: linear-gradient(90deg, #ffa467 0%, #ff6d37 100%);
          border-radius: 100px 100px 100px 1px;
          margin-top: -26px;
          zoom: 0.67;
          line-height: 27px;
          font-size: 12px;
          text-align: center;
          font-weight: 500;
          color: #ffffff;
}
.vertical-tabbar[data-v-0ebb8ba4] {
  position: relative;
}
.vertical-tabbar.active[data-v-0ebb8ba4]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 3px;
    height: 31px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: #0d5aff;
    border-radius: 0px 100px 100px 0px;
}
.icon-edit[data-v-0ebb8ba4] {
  position: absolute;
  top: 15px;
  right: 10px;
  width: 14px;
  height: 14px;
  display: none;
  cursor: pointer;
}
.remark--view[data-v-0ebb8ba4] {
  position: relative;
}
.remark--view .inline-value[data-v-0ebb8ba4] {
    cursor: pointer;
}
.remark--view .inline-value .inline-value--text[data-v-0ebb8ba4] {
      font-size: 12px;
      color: #303b5b;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.remark--view .inline-value .inline-value--empty[data-v-0ebb8ba4] {
      font-size: 12px;
      color: #c0c4cc;
}
.remark--view .inline-value .inline-value__empty[data-v-0ebb8ba4] {
      font-size: 12px;
}
.remark--view .hover-inline--view[data-v-0ebb8ba4] {
    background: #edf4fe;
}
.remark--view .disabled--view[data-v-0ebb8ba4]:hover {
    background: #fff !important;
    cursor: auto;
}
.remark--view .iconbianji[data-v-0ebb8ba4] {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #768cf1;
    font-size: 14px;
    display: none;
    cursor: pointer;
    background: #edf4fe;
}
.remark--view:hover .iconbianji[data-v-0ebb8ba4] {
    display: block;
}
.remark--view:hover .icon-edit[data-v-0ebb8ba4] {
    display: block;
}
.remark-mobiles--content[data-v-0ebb8ba4] {
  min-height: 44px;
  padding: 12px 8px 8px 10px;
}
.remark-mobiles--content .remark-mobiles--view[data-v-0ebb8ba4] {
    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;
}
.remark-mobiles--content .remark-mobiles--view .mobiles-data--list[data-v-0ebb8ba4] {
      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;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list[data-v-0ebb8ba4] {
      padding-left: 4px;
      border-radius: 4px;
      border: 1px solid #dae3f4;
      background: #f1f6ff;
      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: 20px;
      margin-right: 8px;
      margin-bottom: 4px;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list .list-label[data-v-0ebb8ba4] {
        font-size: 12px;
        line-height: 12px;
        color: #83899d;
        margin-right: 4px;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list .remark-mobiles--del[data-v-0ebb8ba4] {
        height: 20px;
        line-height: 22px;
        margin: 0 2px 0 0;
        cursor: pointer;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list .remark-mobiles--del .icondanchuangguanbi[data-v-0ebb8ba4] {
          font-size: 14px;
          color: #83899d;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list .remark-mobiles--del:hover .icondanchuangguanbi[data-v-0ebb8ba4] {
          color: #0d5aff;
}
.remark-mobiles--content .remark-mobiles--view .remark-mobiles--list[data-v-0ebb8ba4]:hover {
        background: #e3eaf7;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4] {
      margin-bottom: 4px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::-webkit-input-placeholder {
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::-moz-placeholder {
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]:-ms-input-placeholder {
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::-ms-input-placeholder {
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::placeholder {
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::-webkit-input-placeholder {
        /* WebKit browsers 适配谷歌 */
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 适配火狐 */
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]::-moz-placeholder {
        /* Mozilla Firefox 19+ 适配火狐 */
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .add-input[data-v-0ebb8ba4]:-ms-input-placeholder {
        /* Internet Explorer 10+  适配ie*/
        color: #c0c4cc !important;
}
.remark-mobiles--content .remark-mobiles--view .null-placeholder[data-v-0ebb8ba4] {
      color: #c0c4cc;
      font-size: 12px;
      line-height: 16px;
      padding-left: 2px;
}
.view-mobiles[data-v-0ebb8ba4] {
  cursor: pointer;
}
.view-mobiles[data-v-0ebb8ba4]:hover {
    background: #edf4fe;
}
.view-mobiles:hover .iconbianji[data-v-0ebb8ba4] {
      display: block;
}
.view-mobiles:hover .icon-edit[data-v-0ebb8ba4] {
      display: block;
}
.view-input--mobiles[data-v-0ebb8ba4] {
  cursor: pointer;
}
.remark-mobiles--disabled[data-v-0ebb8ba4] {
  height: 44px;
  line-height: 44px;
  font-size: 12px;
  padding: 0 8px 0 10px;
}
[data-v-0ebb8ba4] .city-select-view {
  display: none !important;
}
.promotion--content[data-v-0ebb8ba4] {
  height: 44px;
  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 8px 0 10px;
}
.promotion--content .promotion--label[data-v-0ebb8ba4] {
    color: #0d5aff;
    cursor: pointer;
    font-size: 12px;
}
.wx-from--curd[data-v-0ebb8ba4] .el-row {
  border: 0 none;
}
.wx-from--curd[data-v-0ebb8ba4] .table-group {
  margin-bottom: 0 !important;
}
.remark-mobiles--input[data-v-0ebb8ba4] {
  height: 20px !important;
  line-height: 20px !important;
}
.remark-mobiles--input[data-v-0ebb8ba4] .el-input__inner {
    height: 19px !important;
    line-height: 19px !important;
    padding: 0;
    color: #83899d;
    cursor: pointer;
}
.dialog-title--view[data-v-0ebb8ba4] {
  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 .iconicon_tishi_lanse[data-v-0ebb8ba4] {
    margin-left: 8px;
}
.detail-popup--view[data-v-0ebb8ba4] .close-container {
  border-radius: 4px 0 0 4px !important;
}

.customer-select-item[data-v-299889c6] {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
}
.customer-select-item .left[data-v-299889c6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}
.customer-select-item .left .name[data-v-299889c6] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.customer-select-item .right[data-v-299889c6] {
    margin-left: 10px;
    color: #83899d;
}
.customer-select-item .right.delete[data-v-299889c6] {
      color: #f2333a;
}
.type-name__text--wx[data-v-299889c6] {
  color: #18b627;
}
.type-name__text--other[data-v-299889c6] {
  color: #fe9135;
}
.select-external-user[data-v-299889c6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.select-external-user.border[data-v-299889c6] {
    border: 1px solid #e7e7eb;
    border-radius: 4px;
    overflow: hidden;
}
.select-external-user .wechat-customer[data-v-299889c6] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    background: #fff;
    z-index: 10;
}
.select-external-user .wechat-customer .null-view[data-v-299889c6] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.select-external-user .wechat-customer .text[data-v-299889c6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-left: 10px;
      font-size: 12px;
}
.select-external-user .wechat-customer .text.empty-text .empty--text[data-v-299889c6] {
        font-size: 12px;
        color: #c0c4cc;
}
.select-external-user .wechat-customer .text.customer-name[data-v-299889c6] {
        white-space: nowrap;
        overflow: hidden;
        color: #3f9cff;
        cursor: pointer;
}
.select-external-user .wechat-customer .text.disabled-customer-name[data-v-299889c6] {
        white-space: nowrap;
        overflow: hidden;
        color: #303b5b;
}
.select-external-user .select-trigger[data-v-299889c6] {
    position: absolute;
    width: 64px;
    right: 0;
    z-index: 10;
}
.select-external-user .select-trigger[data-v-299889c6] .el-select {
      opacity: 0;
}
.select-external-user .select-trigger[data-v-299889c6] .el-select .el-input {
        border: none;
}
.select-external-user .select-trigger:hover .bind-trigger .huIcon[data-v-299889c6] {
      color: #3d7bff;
}
.select-external-user .bind-trigger[data-v-299889c6] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    width: 46px;
    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: #fff;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}
.select-external-user .bind-trigger .huIcon[data-v-299889c6] {
      font-size: 20px;
      color: #83899d;
}
.empty-null--text[data-v-299889c6] {
  color: #303b5b;
  font-size: 12px;
}

.dz-call-phone[data-v-09be4929] {
  display: inline-block;
}
.dz-call-phone[data-v-09be4929] .dz-call-bar {
    margin-left: 16px;
}
.phone[data-v-09be4929] {
  font-size: 18px;
  margin-left: 20px;
  cursor: pointer;
  color: #0d5aff;
}

.tips-msg-dialog {
  width: 400px;
}
.tips-msg-dialog .el-message-box__header {
    padding-left: 32px;
}
.tips-msg-dialog .el-message-box__message {
    padding-left: 40px !important;
}

.business-phone[data-v-3157a5e2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.business-phone .phone-number[data-v-3157a5e2] {
    white-space: nowrap;
}
.business-phone .phone-number.show-all[data-v-3157a5e2] {
      cursor: pointer;
}
.phone-view[data-v-3157a5e2] {
  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;
}

.popover-title[data-v-c033b692] {
  font-size: 16px;
  color: #101739;
  font-weight: 600;
  text-align: center;
  margin-bottom: 24px;
}
.popover-msg[data-v-c033b692] {
  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-bottom: 16px;
  border-bottom: 1px solid #e7e8ec;
}
.popover-msg .avatar-icon[data-v-c033b692] {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 12px;
}
.popover-msg .wx-name[data-v-c033b692] {
    color: #101739;
    font-size: 14px;
    font-weight: 600;
}
.popover-msg .wx-time[data-v-c033b692] {
    color: #83899d;
    font-size: 12px;
}
.popover-content[data-v-c033b692] {
  height: 200px;
  overflow: auto;
  padding-top: 16px;
  color: #101739;
  font-size: 14px;
  line-height: 20px;
  margin-right: -8px;
  padding-right: 8px;
}
.empty-text[data-v-c033b692] {
  margin-top: 96px;
  margin-bottom: 150px;
  color: #a2a5b5;
  text-align: center;
}

.announcement-com--popover {
  padding: 24px;
  border-radius: 8px;
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.group-detail[data-v-2c3a9c6b] {
  height: calc(100vh - 136px);
  padding: 20px 20px 0 20px;
  overflow: hidden;
}
.detail-header[data-v-2c3a9c6b] {
  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;
  cursor: pointer;
}
.detail-header .left[data-v-2c3a9c6b] {
    font-weight: 500;
    font-size: 14px;
    color: #101739;
}
.detail-header .right[data-v-2c3a9c6b] {
    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: 20px;
    height: 20px;
}
.detail-header .right:hover .huIcon[data-v-2c3a9c6b] {
      color: #506aed;
}
.detail-header .huIcon[data-v-2c3a9c6b] {
    font-size: 20px;
}
.filter-content[data-v-2c3a9c6b] {
  margin: 12px 0;
}
.detail-container[data-v-2c3a9c6b] {
  height: calc(100% - 80px);
  margin-right: -20px;
  overflow-y: auto;
}
.detail-container .filter-empty[data-v-2c3a9c6b] {
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #a2a5b5;
}
.detail-container .container-item + .container-item[data-v-2c3a9c6b] {
    margin-top: 20px;
}
.detail-container .container-item.notice[data-v-2c3a9c6b] {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
}
.detail-container .container-item.notice .notice-icon[data-v-2c3a9c6b] {
      position: absolute;
      top: 14px;
      right: 0;
}
.detail-container .container-item.notice .notice-icon .huIcon[data-v-2c3a9c6b] {
        color: #a2a5b5;
}
.detail-container .container-item .label[data-v-2c3a9c6b] {
    margin-bottom: 4px;
    font-size: 14px;
    color: #101739;
    line-height: 20px;
}
.detail-container .container-item .value[data-v-2c3a9c6b] {
    width: 100%;
    font-size: 12px;
    color: #83899d;
    line-height: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail-container .footer-content[data-v-2c3a9c6b] {
    padding-top: 20px;
    margin-right: 20px;
    position: relative;
}
.detail-container .footer-content[data-v-2c3a9c6b]::before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 1px;
      background: #e7e8ec;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
}
.member-list[data-v-2c3a9c6b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 4px 0;
}
.member-list[data-v-2c3a9c6b] .member-item {
    width: 36px;
    margin-right: 20px;
    margin-bottom: 16px;
}
.member-list[data-v-2c3a9c6b] .member-item .item-name {
      font-size: 12px;
      color: #83899d;
      text-align: center;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.member-list[data-v-2c3a9c6b] .member-item .item-avatar {
      width: 36px;
      height: 36px;
      background: #83899d;
}
.member-list .dz-lazy-load[data-v-2c3a9c6b] {
    width: unset;
}
.member-list .show-more[data-v-2c3a9c6b] {
    width: 100%;
    padding-bottom: 12px;
}
.member-list .show-more .more-item[data-v-2c3a9c6b] {
      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;
      cursor: pointer;
}
.member-list .show-more .more-item.collapse .huIcon[data-v-2c3a9c6b] {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
}
.member-list .show-more .more-item.extend .huIcon[data-v-2c3a9c6b] {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
}
.member-list .show-more .text[data-v-2c3a9c6b] {
      font-size: 12px;
      color: #83899d;
}
.member-list .show-more .huIcon[data-v-2c3a9c6b] {
      color: #83899d;
}

.detail-page[data-v-951a1076] {
  height: 100%;
}
.wechat-detail[data-v-951a1076] {
  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%;
}
.wechat-detail .close-container[data-v-951a1076] {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
.wechat-detail .close-container[data-v-951a1076]:hover {
      background-color: #3d7bff;
}
.wechat-detail .has-toggle--view[data-v-951a1076] {
    border-bottom-left-radius: 0;
}
.wechat-detail .change-container[data-v-951a1076] {
    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;
}
.wechat-detail .wechat-follow--view[data-v-951a1076] {
    width: 68px;
    height: 100%;
    padding-bottom: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f5fb), to(#fafbfd));
    background: linear-gradient(180deg, #f2f5fb 0%, #fafbfd 100%);
    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;
    overflow-y: auto;
}
.wechat-detail .wechat-follow--view .list-item[data-v-951a1076] {
      margin-top: 30px;
      cursor: pointer;
      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;
}
.wechat-detail .wechat-follow--view .list-item .name-icon[data-v-951a1076] {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: -webkit-gradient(linear, left top, left bottom, from(#e7eaf0), to(#d5d9e1));
        background: linear-gradient(180deg, #e7eaf0 0%, #d5d9e1 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;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.wechat-detail .wechat-follow--view .list-item .name-icon .name--view[data-v-951a1076] {
          font-size: 12px;
          zoom: 0.83;
          color: #646a86;
}
.wechat-detail .wechat-follow--view .list-item .name-text[data-v-951a1076] {
        font-size: 12px;
        line-height: 12px;
        color: #101739;
        margin-top: 4px;
        width: 44px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
}
.wechat-detail .wechat-follow--view .select-follower .name-icon[data-v-951a1076] {
      background: -webkit-gradient(linear, left top, left bottom, from(#29a6ff), to(#126dff));
      background: linear-gradient(180deg, #29a6ff 0%, #126dff 100%);
}
.wechat-detail .wechat-follow--view .select-follower .name-icon .name--view[data-v-951a1076] {
        color: #ffffff;
}
.wechat-detail .wechat-follow--view .select-follower .name-text[data-v-951a1076] {
      color: #0d5aff;
}
.wechat-detail .wechat-detail--follow[data-v-951a1076] {
    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: #f2f5fb;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.wechat-detail .header-wrapper[data-v-951a1076] {
    padding: 20px 24px;
    background: #ffffff;
}
.wechat-detail .null-view[data-v-951a1076] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.wechat-detail .detail-header[data-v-951a1076] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.wechat-detail .detail-header .detail-msg--view[data-v-951a1076] {
      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;
}
.wechat-detail .detail-header .detail-msg--view .wx-icon--com[data-v-951a1076] {
        width: 60px;
        height: 60px;
        border-radius: 6px;
        margin-right: 16px;
}
.wechat-detail .detail-header .detail-msg--view .detail-name--view[data-v-951a1076] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
}
.wechat-detail .detail-header .detail-msg--view .detail-name--view .name-view[data-v-951a1076] {
          font-size: 18px;
          font-weight: 500;
          color: #101739;
}
.wechat-detail .detail-header .detail-msg--view .detail-name--view .nick-name--view[data-v-951a1076] {
          font-size: 12px;
          color: #6c738a;
}
.wechat-detail .detail-header .detail-msg--view .detail-name--view .wx-number--view[data-v-951a1076] {
          font-size: 12px;
          color: #6c738a;
}
.wechat-detail .detail-header .type[data-v-951a1076] {
      margin-left: 10px;
      font-size: 14px;
      line-height: 20px;
      color: #18b627;
}
.wechat-detail .detail-header .type.yellow[data-v-951a1076] {
        color: #fe9135;
}
.wechat-detail .detail-header .header-item[data-v-951a1076] {
      margin-left: 32px;
      font-weight: 400;
      color: #444b6c;
      line-height: 20px;
      font-size: 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;
}
.wechat-detail .detail-header .header-item .look-text[data-v-951a1076] {
        color: #0d5aff;
        cursor: pointer;
        margin-left: 8px;
}
.wechat-detail .detail-header .association-operation--view[data-v-951a1076] {
      height: 32px;
      padding: 0 20px;
      line-height: 32px;
      border-radius: 4px;
      cursor: pointer;
      margin-left: 20px;
}
.wechat-detail .detail-header .secure--association[data-v-951a1076] {
      border: 1px solid #f2333a;
      color: #f2333a;
      padding: 0 16px;
}
.wechat-detail .detail-header .add--association[data-v-951a1076] {
      border: 1px solid #0d5aff;
      color: #0d5aff;
}
.wechat-detail .tag-detail[data-v-951a1076] {
    margin-top: 16px;
}
.wechat-detail .tag-detail .detail-list[data-v-951a1076] {
      margin-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.wechat-detail .tag-detail .detail-list .detail-item[data-v-951a1076] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 20px;
}
.wechat-detail .tag-detail .detail-list .detail-item + .detail-item[data-v-951a1076] {
          margin-left: 60px;
}
.wechat-detail .tag-detail .detail-list .detail-item .detail-label[data-v-951a1076] {
          margin-right: 16px;
          line-height: 20px;
          font-size: 14px;
          color: rgba(48, 59, 91, 0.8);
}
.wechat-detail .tag-detail .detail-list .detail-item .detail-content[data-v-951a1076] {
          font-size: 14px;
          color: #101739;
          line-height: 20px;
}
.wechat-detail .content--view[data-v-951a1076] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    border-top: 1px solid #e7e8ec;
}
.wechat-detail .content--view .detail-left--view[data-v-951a1076] {
      width: 312px;
      background: #ffffff;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view[data-v-951a1076] {
        padding: 18px 20px;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list[data-v-951a1076] {
          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;
          margin-bottom: 8px;
          line-height: normal;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list .msg-list--label[data-v-951a1076] {
            width: 84px;
            font-size: 14px;
            color: #83899d;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list .msg-list--content[data-v-951a1076] {
            font-size: 14px;
            color: #101739;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list .msg-list--content .remark-info--view[data-v-951a1076] {
              font-size: 14px;
              color: #101739;
              word-break: break-all;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list .remark-img[data-v-951a1076] {
            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;
            margin-top: 8px;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .msg-list .remark-img .img-box[data-v-951a1076] {
              width: 48px;
              height: 48px;
              margin-right: 8px;
              border-radius: 4px;
}
.wechat-detail .content--view .detail-left--view .wx-msg--view .bottom-line[data-v-951a1076] {
          height: 1px;
          border-bottom: 1px solid #e7e8ec;
          margin: 16px 0 16px 0;
}
.wechat-detail .content--view .detail-right--view[data-v-951a1076] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: #ffffff;
      border-left: 1px solid #e7e8ec;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
}
.wechat-detail .content--view .detail-content--header[data-v-951a1076] {
      width: 100%;
      height: 53px;
      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: relative;
      background: #fff;
}
.wechat-detail .content--view .detail-content--header .header-label[data-v-951a1076] {
        font-size: 14px;
        color: #101739;
        font-weight: 500;
        width: 100%;
}
.wechat-detail .content--view .detail-content--header .header-label[data-v-951a1076] .el-tabs__header {
          padding: 0;
}
.wechat-detail .content--view .detail-content--header .header-label[data-v-951a1076] .el-tabs__nav {
          margin-left: 24px;
}
.wechat-detail .content--view .detail-content--header .search-content[data-v-951a1076] {
        position: absolute;
        right: 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;
}
.wechat-detail .content--view .detail-content--header .search-content .type-search--view[data-v-951a1076] {
          width: 136px;
          margin-right: 12px;
}
.wechat-detail .content--view .detail-content--header .search-content[data-v-951a1076] .el-input__inner {
          border: 1px solid #e7e7eb !important;
          height: 32px;
          line-height: 32px;
}
.wechat-detail .content--view .detail-content--header .search-content[data-v-951a1076] .el-input__inner:hover, .wechat-detail .content--view .detail-content--header .search-content[data-v-951a1076] .el-input__inner:focus {
            border-color: #0d5aff !important;
}
.wechat-detail .content--view .detail-content--header--base[data-v-951a1076] {
      padding: 0 20px;
}
.content-title[data-v-951a1076] {
  font-weight: 500;
}
.content--view div[data-v-951a1076] {
  font-size: 12px;
}
.dialog-title--view[data-v-951a1076] {
  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 .iconicon_tishi_lanse[data-v-951a1076] {
    margin-left: 8px;
}
.chat-content[data-v-951a1076] {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.chat-content .user-content[data-v-951a1076] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 260px;
    height: calc(100% - 115px);
    margin-left: -8px;
    padding: 16px 0 16px 20px;
    overflow: hidden;
    border-right: 1px solid #e7e8ec;
}
.chat-content .user-content .filter-content[data-v-951a1076] {
      padding-left: 8px;
      padding-right: 20px;
}
.chat-content .user-content .user-list[data-v-951a1076] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-top: 20px;
      padding-right: 12px;
      overflow-y: auto;
}
.chat-content .user-content .user-item[data-v-951a1076] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px 8px;
      border-radius: 8px;
      cursor: pointer;
}
.chat-content .user-content .user-item + .user-item[data-v-951a1076] {
        margin-top: 4px;
}
.chat-content .user-content .user-item.active[data-v-951a1076] {
        background: #edf4fe;
}
.chat-content .user-content .user-item:hover .name[data-v-951a1076] {
        color: #0d5aff;
}
.chat-content .user-content .user-item .avatar[data-v-951a1076] {
        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: 36px;
        height: 36px;
        background: #e2e6ed;
        border-radius: 4px;
        overflow: hidden;
}
.chat-content .user-content .user-item .avatar .huIcon[data-v-951a1076] {
          color: #b5bbc7;
}
.chat-content .user-content .user-item .avatar img[data-v-951a1076] {
          width: 100%;
          height: 100%;
}
.chat-content .user-content .user-item .name-time[data-v-951a1076] {
        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: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin: 0 8px;
        overflow: hidden;
}
.chat-content .user-content .user-item .name[data-v-951a1076] {
        color: #101739;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.chat-content .user-content .user-item .time[data-v-951a1076],
      .chat-content .user-content .user-item .count[data-v-951a1076] {
        font-size: 12px;
        color: #83899d;
        cursor: pointer;
}
.chat-content[data-v-951a1076] .chat-record-container {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.empty-filter[data-v-951a1076] {
  width: 100%;
  text-align: center;
  color: #a2a5b5;
}
.group-content--view[data-v-951a1076] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.group-content--view .chat-header[data-v-951a1076] {
    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: 56px;
    padding: 0 20px;
    position: relative;
}
.group-content--view .chat-header[data-v-951a1076]::after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #e7e8ec;
      -webkit-transform: scaleY(0.5);
              transform: scaleY(0.5);
}
.group-content--view .chat-header .chat-name[data-v-951a1076] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: 600;
      font-size: 14px;
      color: #101739;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.group-content--view .chat-header .chat-more[data-v-951a1076] {
      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: 32px;
      height: 24px;
      margin-left: 24px;
      background: #e7e8ec;
      border-radius: 12px;
      cursor: pointer;
}
.group-content--view .chat-header .chat-more .huIcon[data-v-951a1076] {
        font-weight: 600;
}
.group-popup[data-v-951a1076] .popup-close {
  display: none !important;
}
[data-v-951a1076] .el-tabs__nav-wrap::after {
  bottom: 1px;
}
[data-v-951a1076] .el-tabs__active-bar {
  bottom: 1px;
}
.detail-popup--view[data-v-951a1076] .close-container {
  border-radius: 4px 0 0 4px !important;
}

.tips-tooltip--view {
  margin-left: 6px !important;
}

.customer-select-item[data-v-4a425b65] {
  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;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: hidden;
}
.customer-select-item .left[data-v-4a425b65] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow: hidden;
}
.customer-select-item .left .name[data-v-4a425b65] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.customer-select-item .right[data-v-4a425b65] {
    margin-left: 10px;
    color: #83899d;
}
.customer-select-item .right.delete[data-v-4a425b65] {
      color: #f2333a;
}
.type-name__text--wx[data-v-4a425b65] {
  color: #18b627;
}
.type-name__text--other[data-v-4a425b65] {
  color: #fe9135;
}
.select-external-user[data-v-4a425b65] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.select-external-user.border[data-v-4a425b65] {
    border: 1px solid #e7e7eb;
    border-radius: 4px;
    overflow: hidden;
}
.select-external-user .wechat-customer[data-v-4a425b65] {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -20px;
    background: #fff;
    z-index: 10;
}
.select-external-user .wechat-customer .null-view[data-v-4a425b65] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.select-external-user .wechat-customer .text[data-v-4a425b65] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      margin-left: 10px;
      font-size: 12px;
}
.select-external-user .wechat-customer .text.empty-text .empty--text[data-v-4a425b65] {
        font-size: 12px;
        color: #c0c4cc;
}
.select-external-user .wechat-customer .text.customer-name[data-v-4a425b65] {
        white-space: nowrap;
        overflow: hidden;
        color: #3f9cff;
        cursor: pointer;
}
.select-external-user .wechat-customer .text.disabled-customer-name[data-v-4a425b65] {
        white-space: nowrap;
        overflow: hidden;
        color: #303b5b;
}
.select-external-user .select-trigger[data-v-4a425b65] {
    position: absolute;
    width: 64px;
    right: 0;
    z-index: 10;
}
.select-external-user .select-trigger[data-v-4a425b65] .el-select {
      opacity: 0;
}
.select-external-user .select-trigger[data-v-4a425b65] .el-select .el-input {
        border: none;
}
.select-external-user .select-trigger:hover .bind-trigger .huIcon[data-v-4a425b65] {
      color: #3d7bff;
}
.select-external-user .bind-trigger[data-v-4a425b65] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 1px;
    width: 46px;
    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: #fff;
    z-index: 10;
    cursor: pointer;
    pointer-events: none;
}
.select-external-user .bind-trigger .huIcon[data-v-4a425b65] {
      font-size: 20px;
      color: #83899d;
}
.empty-null--text[data-v-4a425b65] {
  color: #303b5b;
  font-size: 12px;
}

.customer-select-item[data-v-49c37392] {
  padding-left: 10px;
}
.contact-edit[data-v-49c37392] .el-form-item__label {
  font-size: 14px;
}
.external-user-box[data-v-49c37392] {
  height: 44px;
}
.page-view[data-v-49c37392] {
  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: 16px;
}
.page-view .pre-text[data-v-49c37392],
  .page-view .next-text[data-v-49c37392] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-49c37392]:hover,
    .page-view .next-text[data-v-49c37392]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-49c37392] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-49c37392]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}

.dz-call-sms[data-v-7d68e6fc] {
  display: inline-block;
  cursor: pointer;
}
.send-sms-view[data-v-7d68e6fc] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(80, 106, 237, 0.15);
  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;
}
.send-sms-view .send-sms-icon[data-v-7d68e6fc] {
    width: 16px;
    height: 16px;
}
.send-sms-view .iconduanxin[data-v-7d68e6fc] {
    color: #0d5aff;
    font-size: 12px;
}
.send-sms-view .other-iconduanxin[data-v-7d68e6fc] {
    color: #a2a5b5;
    font-size: 14px;
}
.send-sms-view .other-iconduanxin[data-v-7d68e6fc]:hover {
      color: #0d5aff;
}
.bg-transparent[data-v-7d68e6fc] {
  background: transparent;
}
.jump-text[data-v-7d68e6fc] {
  color: #0d5aff;
  cursor: pointer;
  margin-left: 4px;
}
.sms-template-popover .popover-title[data-v-7d68e6fc] {
  font-size: 14px;
  color: #101739;
  margin-bottom: 8px;
}
.sms-template-popover .materia-list[data-v-7d68e6fc] .text-item {
  min-height: 120px !important;
}
.sms-template-popover .save-change[data-v-7d68e6fc] {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.send-template-form[data-v-7d68e6fc]  {
  margin-bottom: -26px;
}
.send-template-form[data-v-7d68e6fc] .el-form-item__label {
    text-align: left;
}
.send-template-form[data-v-7d68e6fc] .sms-user {
    color: #101739;
}
.send-template-form[data-v-7d68e6fc] .materia-list .text-item {
    height: 84px;
    min-height: unset;
}
.send-template-form[data-v-7d68e6fc] .template-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 14px 12px 14px 4px;
    border: 1px solid #e7e8ec;
    border-top: none;
    max-height: 112px;
    overflow-y: auto;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-left {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: -8px;
      margin-right: 8px;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-right .right-text {
        font-size: 12px;
        color: #a2a5b5;
        line-height: 24px;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-right .right-text.jump-text {
          color: #0d5aff;
          cursor: pointer;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-right.flex-1 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-item {
      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: 24px;
      margin-left: 8px;
      margin-bottom: 8px;
      padding: 0 7px 0 4px;
      background: #edf0fd;
      border-radius: 4px;
      cursor: pointer;
}
.send-template-form[data-v-7d68e6fc] .template-list .list-item:hover {
        background: rgba(13, 90, 255, 0.15);
}
.send-template-form[data-v-7d68e6fc] .template-list .list-item .huIcon {
        font-size: 20px;
        color: #0d5aff;
        -webkit-transform: scale(0.5);
                transform: scale(0.5);
}
.send-template-form[data-v-7d68e6fc] .template-list .list-item .item-text {
        display: inline-block;
        max-width: 120px;
        font-size: 12px;
        color: #0d5aff;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}

.dz-call-sms[data-v-40f50140] {
  display: inline-block;
  cursor: pointer;
}
.send-sms-view[data-v-40f50140] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(80, 106, 237, 0.15);
  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;
}
.send-sms-view .send-sms-icon[data-v-40f50140] {
    width: 16px;
    height: 16px;
}
.send-sms-view .iconweixin[data-v-40f50140] {
    color: #0d5aff;
    font-size: 16px;
}
.send-sms-view .other-iconduanxin[data-v-40f50140] {
    color: #a2a5b5;
    font-size: 14px;
}
.send-sms-view .other-iconduanxin[data-v-40f50140]:hover {
      color: #0d5aff;
}
.add-wechat--view[data-v-40f50140] {
  position: relative;
}
.chosen-wx--view[data-v-40f50140] {
  position: absolute;
  top: 36px;
  left: -30px;
  background: #fff;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 16px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 0 5px 0;
  z-index: 99;
}
.chosen-wx--view .chosen-wx--content[data-v-40f50140] {
    width: 312px;
    padding: 0 16px;
}
.chosen-wx--view .chosen-wx--content[data-v-40f50140] .el-form-item__label {
      line-height: 20px;
      padding-bottom: 8px;
}
.chosen-wx--view .chosen-wx--content[data-v-40f50140] .el-form-item__content {
      line-height: 32px;
}
.bg-transparent[data-v-40f50140] {
  background: transparent;
}
.search-select[data-v-40f50140] {
  width: 280px;
}
.btn-content--view[data-v-40f50140] {
  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: 5px;
}
.btn-content--view .btn-view[data-v-40f50140] {
    height: 28px;
}
.btn-content--view .btn-view[data-v-40f50140] span {
      font-size: 12px;
}

.trans-dialog .container[data-v-83698478] {
  padding: 28px 80px 45px 80px;
}
.trans-dialog .container .tips[data-v-83698478] {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 14px;
    color: #303b5b;
}
.contacts-view[data-v-83698478] {
  width: 100%;
}
.contacts-view .operate[data-v-83698478] {
    margin-bottom: 16px;
}
.contacts-view .list-box[data-v-83698478] {
    width: 100%;
}
.contacts-view .coll-header[data-v-83698478] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
    color: #101739;
}
.contacts-view .coll-header .left[data-v-83698478] {
      -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;
}
.contacts-view .coll-header .left .user-name[data-v-83698478] {
        margin-right: 12px;
}
.contacts-view .coll-header .left .icon-box[data-v-83698478] {
        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: 24px;
        height: 24px;
        margin-right: 3px;
        border-radius: 6px;
        cursor: pointer;
}
.contacts-view .coll-header .left .icon-box[data-v-83698478]:hover {
          background: #edf4fe;
}
.contacts-view .coll-header .left .icon-box[data-v-83698478] .avue-icon {
          font-size: 16px;
}
.contacts-view .coll-header .right[data-v-83698478] {
      position: relative;
      z-index: 1;
}
.contacts-view .coll-header .right[data-v-83698478] .el-radio {
        margin-right: 0 !important;
}
.contacts-view .coll-header .right[data-v-83698478] .el-radio:hover .el-radio__inner::before {
          color: #0d5aff;
}
.contacts-view .coll-header .right[data-v-83698478] .is-disabled:not(.is-checked):hover .el-radio__inner::before {
        color: #d0d2da;
}
.contacts-view .coll-header .right[data-v-83698478] .is-disabled:not(.is-checked) .el-radio__inner {
        width: 16px;
        height: 16px;
}
.contacts-view .coll-header .delete-btn[data-v-83698478] {
      margin-left: 16px;
      font-size: 14px;
      color: #f2333a;
      line-height: 20px;
      cursor: pointer;
}
.contacts-view .item:hover .delete-btn[data-v-83698478] {
    visibility: visible;
}
.contacts-view .ft-500[data-v-83698478] {
    font-weight: 500;
}
.contacts-view .user-name[data-v-83698478] {
    display: inline-block;
    max-width: 380px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ml-12[data-v-83698478] {
  margin-left: 12px;
}
[data-v-83698478] .addDialog .avue-form__menu .el-form-item {
  margin-bottom: 0;
}
[data-v-83698478] .addDialog .select-trigger {
  right: 2px;
}
[data-v-83698478] .addDialog .select-trigger .bind-trigger {
    height: 32px;
    line-height: 32px;
}
.avue-form[data-v-83698478] .avue-form__group {
  margin-top: 0;
}
.external-input[data-v-83698478]  {
  height: 34px;
}
.external-input[data-v-83698478] .empty--text,
  .external-input[data-v-83698478] .customer-name {
    font-size: 14px !important;
}
.external-input[data-v-83698478] .empty--text {
    color: #b2b5c2 !important;
}
.page-view[data-v-83698478] {
  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: 16px;
}
.page-view .pre-text[data-v-83698478],
  .page-view .next-text[data-v-83698478] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-83698478]:hover,
    .page-view .next-text[data-v-83698478]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-83698478] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-83698478]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}

.add-file-trigger[data-v-5ae95090] {
  display: inline-block;
}
.add-file[data-v-5ae95090] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  height: 32px;
  background: #0d5aff;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}
.add-file .el-icon-plus[data-v-5ae95090] {
    padding-top: 2px;
    padding-right: 4px;
}
.add-file[data-v-5ae95090]:hover {
    background: #3d7bff;
}
.msg-type-wrapper[data-v-5ae95090] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.msg-type-wrapper .msg-item[data-v-5ae95090] {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 72px;
    height: 60px;
    background: #f7f8fa;
    border-radius: 2px;
}
.msg-type-wrapper .msg-item[data-v-5ae95090]:hover {
      background: #eff1f4;
}
.msg-type-wrapper .msg-item .file-input[data-v-5ae95090] {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
}
.msg-type-wrapper .msg-item + .msg-item[data-v-5ae95090] {
      margin-left: 18px;
}
.msg-type-wrapper .msg-item.disabled[data-v-5ae95090] {
      opacity: 0.6;
      cursor: not-allowed !important;
}
.msg-type-wrapper .msg-item .msg-type[data-v-5ae95090] {
      width: 16px;
      height: 16px;
}
.msg-type-wrapper .msg-item .msg-name[data-v-5ae95090] {
      margin-top: 8px;
      color: #101739;
      font-size: 12px;
      line-height: 17px;
}
.tip-container[data-v-5ae95090] {
  margin-top: 10px;
}
.tip-container .tip-item[data-v-5ae95090] {
    font-size: 12px;
    color: #a2a5b5;
    line-height: 17px;
}

.file-record[data-v-d597f240] {
  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%;
  overflow: hidden;
}
.file-record .add-and-search[data-v-d597f240] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 32px;
    margin-bottom: 22px;
}
.file-record .add-and-search .btn-item + .btn-item[data-v-d597f240] {
      margin-left: 8px;
}
.file-record .search[data-v-d597f240] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.file-record .search .search-item[data-v-d597f240] {
      height: 30px;
      line-height: 30px;
      padding: 0 13px;
      font-size: 14px;
      border-radius: 4px;
      background: #ffffff;
      color: #101739;
      cursor: pointer;
}
.file-record .search .search-item + .search-item[data-v-d597f240] {
        margin-left: 12px;
}
.file-record .search .search-item.active[data-v-d597f240] {
        border-radius: 15px;
        background: #eff1f4;
}
.file-record .btn-select-all[data-v-d597f240] {
    margin-bottom: 16px;
}
.file-record .file-content[data-v-d597f240] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
    padding-left: 8px;
    padding-right: 20px;
}
.file-record .file-content:last-of-type .content[data-v-d597f240] {
      margin-bottom: 0;
}
.file-record .file-content .container[data-v-d597f240] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      position: relative;
      padding-left: 23px;
      border-left: 1px solid #e7e8ec;
}
.file-record .file-content .icon[data-v-d597f240] {
      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;
}
.file-record .file-content .icon[data-v-d597f240]::after {
        content: "";
        display: block;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #fff;
}
.file-record .file-content .item-title[data-v-d597f240] {
      line-height: 20px;
      color: #303b5b;
      font-size: 14px;
      font-weight: 500;
}
.file-record .file-content .content[data-v-d597f240] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: 8px;
      padding-bottom: 20px;
}
.file-record .file-content .content .file-box[data-v-d597f240] {
        position: relative;
        width: 84px;
        height: 84px;
        margin: 0 4px 4px 0;
        border-radius: 4px;
        border: 1px solid transparent;
}
.file-record .file-content .content .file-box.type-file[data-v-d597f240] {
          width: 100% !important;
          height: 64px;
}
.file-record .file-content .content .file-box.selected[data-v-d597f240] {
          border: 1px solid #0d5aff;
}
.file-record .file-content .content .file-box.selected .select-box[data-v-d597f240] {
            display: block;
}
.file-record .file-content .content .file-box:hover .select-box[data-v-d597f240] {
          display: block;
}
.file-record .file-content .content .file-box .select-box[data-v-d597f240] {
          position: absolute;
          top: 4px;
          left: 4px;
          display: none;
          z-index: 1;
}
.file-record .file-content .content .file-box .remove[data-v-d597f240] {
          display: none;
          position: absolute;
          right: -4px;
          top: -4px;
          width: 16px;
          height: 16px;
          border-radius: 8px;
          background: #ffffff;
          cursor: pointer;
}
.file-record .file-content .content .file-box .remove .huIcon[data-v-d597f240] {
            color: #83899d;
}
.file-record .file-content .content .file-box .remove .other-icon[data-v-d597f240] {
            color: #c8cad3;
}
.file-record .file-content .content .file-box .remove:hover .huIcon[data-v-d597f240] {
            color: #444b6c;
}
.file-record .file-content .content .file-box .remove:hover .other-icon[data-v-d597f240] {
            color: #83899d;
}
.file-record .file-content .content .file-box:hover .remove[data-v-d597f240] {
          display: block;
}
.empty__view[data-v-d597f240] {
  margin: 40px;
}

.dialog-title--view[data-v-490e5732] {
  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;
}
.icon-img[data-v-490e5732] {
  position: absolute;
  right: 70px;
  top: 0;
}
.dialog-title-tips[data-v-490e5732] {
  font-size: 12px;
  color: #6e758c;
  margin-top: 12px;
  margin-bottom: 16px;
}
.dialog-title-tips .search__text--total[data-v-490e5732] {
    font-size: 12px;
    color: #0d5aff;
}
.search-result--content[data-v-490e5732] {
  max-height: 505px;
  overflow: auto;
  padding-right: 24px;
  z-index: 80;
  position: absolute;
  width: 816px;
}
.search-list[data-v-490e5732] {
  background: #fff;
  border-radius: 6px;
  margin-bottom: 12px;
  padding: 16px;
}
.search-list .search-list-name[data-v-490e5732] {
    font-size: 14px;
    color: #101739;
    font-weight: 500;
}
.search-list:hover .search-list-name[data-v-490e5732] {
    cursor: pointer;
    color: #0d5aff;
}
.search-list .search-list-content[data-v-490e5732] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 16px;
}
.search-list .search-list-content .search-list--item[data-v-490e5732] {
      width: 33%;
      border-right: 1px solid #ebebef;
      padding-left: 16px;
}
.search-list .search-list-content .search-list--item .search-list-row[data-v-490e5732] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.search-list .search-list-content .search-list--item .search-list-row .row-title[data-v-490e5732] {
          width: 76px;
          font-size: 12px;
          color: #6c738a;
}
.search-list .search-list-content .search-list--item .search-list-row .row-content[data-v-490e5732] {
          font-size: 12px;
          color: #101739;
}
.search-list .search-list-content .search-list--item .search-list--row__one[data-v-490e5732] {
        margin-bottom: 8px;
}
.search-list .search-list-content .no-border[data-v-490e5732] {
      border-right: 0 none;
}
.search-list .search-list-content .no-padding[data-v-490e5732] {
      padding-left: 0;
}

#bussinessInformationDetail[data-v-651b855c] {
  overflow-y: auto;
}
#bussinessInformationDetail .info-header[data-v-651b855c] {
    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: 64px;
}
#bussinessInformationDetail .info-header .info-title[data-v-651b855c] {
      font-size: 22px;
      color: #101739;
      font-weight: 600;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      -o-text-overflow: ellipsis;
}
#bussinessInformationDetail .btn-view[data-v-651b855c] {
    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;
}
#bussinessInformationDetail .tips[data-v-651b855c] {
    margin-left: 10px;
    font-size: 18px;
    cursor: pointer;
    color: #a2a5b5;
}
#bussinessInformationDetail .info-content .alert-tips[data-v-651b855c] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 14px;
    margin-bottom: 16px;
    background: rgba(255, 135, 0, 0.12);
    border-radius: 4px;
}
#bussinessInformationDetail .info-content .alert-tips .text[data-v-651b855c] {
      margin-left: 4px;
      font-size: 14px;
      font-weight: 400;
      color: #444b6c;
      padding: 6px 0;
}
#bussinessInformationDetail .info-content .alert-tips .search-company[data-v-651b855c] {
      color: #0d5aff;
      cursor: pointer;
}
#bussinessInformationDetail .info-content .content-header[data-v-651b855c] {
    background: #f7f8fa;
    padding: 16px 16px 0 16px;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#bussinessInformationDetail .info-content .content-header .content-header-list[data-v-651b855c] {
      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;
      width: 50%;
      margin-bottom: 16px;
}
#bussinessInformationDetail .info-content .content-header .content-header-list .content-header-list-title[data-v-651b855c] {
        width: 100px;
        color: #6c738a;
        font-size: 12px;
}
#bussinessInformationDetail .info-content .content-header .content-header-list .content-header-list-view[data-v-651b855c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        color: #101739;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        font-size: 12px;
}
#bussinessInformationDetail .info-content .content-part[data-v-651b855c] {
    margin: 24px 0 16px 0;
}
#bussinessInformationDetail .info-content .content-part .part-title[data-v-651b855c] {
      font-size: 14px;
      font-weight: 500;
      color: #101739;
}
#bussinessInformationDetail .info-content .content-part .iconicon_tishi_lanse[data-v-651b855c] {
      margin-left: 8px;
      cursor: pointer;
}
#bussinessInformationDetail .info-content .content-table[data-v-651b855c] {
    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;
    border-top: 1px solid #ebeef5;
    border-left: 1px solid #ebeef5;
    margin-bottom: 16px;
}
#bussinessInformationDetail .info-content .content-table .table-list[data-v-651b855c] {
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
#bussinessInformationDetail .info-content .content-table .table-list .table-list-title[data-v-651b855c] {
        width: 130px;
        height: 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;
        background: #f7f8fa;
        border-right: 1px solid #ebeef5;
        border-bottom: 1px solid #ebeef5;
        padding: 12px 16px;
        color: #6c738a;
        font-size: 12px;
}
#bussinessInformationDetail .info-content .content-table .table-list .table-list-content[data-v-651b855c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        height: 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;
        background: #ffffff;
        border-right: 1px solid #ebeef5;
        border-bottom: 1px solid #ebeef5;
        padding: 12px 16px;
        line-height: 18px;
        white-space: normal;
        word-break: break-all;
        word-wrap: break-word;
        color: #101739;
        font-size: 12px;
}
#bussinessInformationDetail .info-content .content-table .row-one[data-v-651b855c] {
      width: 100%;
}
#bussinessInformationDetail .empty-view[data-v-651b855c] {
    background: #f7f8fa;
    border-radius: 6px;
}
#bussinessInformationDetail .popover-detail--view[data-v-651b855c] {
    margin: 0 24px;
}
[data-v-651b855c] .el-dialog__body {
  height: 600px;
}
.page[data-v-651b855c] {
  text-align: right;
  margin-top: 20px;
}
.el-icon-loading[data-v-651b855c] {
  color: #0d5aff;
  margin-left: 4px;
}
.flex-style[data-v-651b855c] {
  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;
}
.search__text--total[data-v-651b855c] {
  color: #0d5aff;
}
.empty-text[data-v-651b855c] {
  color: #a2a5b5;
}
.tips-text[data-v-651b855c] {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tips-text .tips-text--label[data-v-651b855c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
[data-v-651b855c] .search-business--dialog {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1ff), to(#f6f6f6));
  background: linear-gradient(180deg, #e0f1ff 0%, #f6f6f6 100%);
}
[data-v-651b855c] .search-business--dialog .el-dialog__header {
    display: none;
}
[data-v-651b855c] .search-business--dialog .el-dialog__body {
    padding-bottom: 0 !important;
}
[data-v-651b855c] .search-business--dialog .dialog-title--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;
    margin-bottom: 12px;
}
[data-v-651b855c] .search-business--dialog .dialog-title--view .dialog-tilte--text {
      font-size: 16px;
      font-weight: 500;
      color: #101739;
}

#businessInformation .bussiness-information-view[data-v-c735ab4c] {
  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;
}
#businessInformation .bussiness-information-view .auto-complete-view[data-v-c735ab4c] {
    width: 100%;
}
#businessInformation .bussiness-information-view .auto-complete-view[data-v-c735ab4c] .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;
}
#businessInformation .bussiness-information-view .icongongshangxinxi[data-v-c735ab4c] {
    font-size: 20px;
    cursor: pointer;
    color: #a2a5b5;
    margin-left: 10px;
}
#businessInformation .bussiness-information-view .can-click[data-v-c735ab4c] {
    color: #0d5aff;
}
[data-v-c735ab4c] .msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
}
[data-v-c735ab4c] .msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-c735ab4c] .msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-c735ab4c] .msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
[data-v-c735ab4c] .el-dialog__body {
  height: 600px;
}
.page[data-v-c735ab4c] {
  text-align: right;
  margin-top: 20px;
}
[data-v-c735ab4c] .search-business--dialog {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1ff), to(#f6f6f6));
  background: linear-gradient(180deg, #e0f1ff 0%, #f6f6f6 100%);
}
[data-v-c735ab4c] .search-business--dialog .el-dialog__header {
    display: none;
}
[data-v-c735ab4c] .search-business--dialog .el-dialog__body {
    padding-bottom: 0 !important;
}
[data-v-c735ab4c] .search-business--dialog .dialog-title--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;
    margin-bottom: 12px;
}
[data-v-c735ab4c] .search-business--dialog .dialog-title--view .dialog-tilte--text {
      font-size: 16px;
      font-weight: 500;
      color: #101739;
}

.platform-auto-complete {
  height: 200px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.platform-auto-complete ul li {
    pointer-events: none;
}
.platform-auto-complete ul li .default {
      text-align: center;
      color: #999;
}
.platform-auto-complete ul li .empty__img {
      width: 78px;
      height: 50px;
}
.platform-auto-complete ul li:hover {
      background-color: #fff;
}
.edit-complate {
  min-width: 300px !important;
}

.error-msg[data-v-08bf1cec] {
  position: absolute;
  height: 20px;
  line-height: 20px;
  color: #f56c6c;
  font-size: 12px;
}

.mt-20[data-v-5e5a7e74] {
  margin-top: 20px;
}
[data-v-5e5a7e74] #timeSelect {
  position: fixed !important;
  top: 30% !important;
}
.time-view[data-v-5e5a7e74] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.time-select-view[data-v-5e5a7e74] {
  width: 46%;
}
.time-select-view[data-v-5e5a7e74] .text-view {
    width: 100% !important;
}
.and-view[data-v-5e5a7e74] {
  width: 8%;
  text-align: center;
}
.add-row[data-v-5e5a7e74] {
  width: 104px;
  height: 32px;
  background: #0d5aff;
  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;
  color: #ffffff;
  font-size: 14px;
}
.add-row .iconxiala1[data-v-5e5a7e74] {
    color: #ffffff;
    margin-left: 8px;
}
.add-row[data-v-5e5a7e74]:hover {
    cursor: pointer;
    background: #3771ff;
}
.add-content-list[data-v-5e5a7e74] {
  height: 32px;
  font-size: 14px;
  color: #101739;
  margin: 0 -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;
  padding-left: 16px;
  cursor: pointer;
}
.add-content-list .icon-view[data-v-5e5a7e74] {
    margin-right: 16px;
}
.add-content-list .list-text[data-v-5e5a7e74] {
    font-size: 12px;
    color: #101739;
}
.add-content-list[data-v-5e5a7e74]:hover {
    background: #f7f8fa;
}
.iconshangchuantupian1[data-v-5e5a7e74] {
  font-size: 12px;
  margin-right: 4px;
}
[data-v-5e5a7e74] .avue-form__menu .el-form-item {
  margin-bottom: 0 !important;
}
.form-error--tips[data-v-5e5a7e74] {
  line-height: 12px;
}
.order-number--view[data-v-5e5a7e74] {
  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;
  margin: 8px 0;
}
.order-customer--view[data-v-5e5a7e74] {
  font-size: 12px;
  line-height: 12px;
  color: #a2a5b5;
  margin: 0 0 8px 0;
}

@charset "UTF-8";
.records-container .add[data-v-49183a94] {
  margin-bottom: 12px;
}
.records-container .card-container[data-v-49183a94] {
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  position: relative;
}
.records-container .card-container .title-container[data-v-49183a94] {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 12px;
}
.records-container .card-container .title-container .statusColor[data-v-49183a94] {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin-right: 12px;
}
.records-container .card-container .title-container[data-v-49183a94] .value {
      color: #101739;
      font-weight: 500;
      line-height: 20px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.records-container .card-container .title-container[data-v-49183a94] .btns-container .el-dropdown-link {
      padding: 0 2px;
}
.records-container .card-container .content-wrapper[data-v-49183a94] {
    padding-left: 26px;
}
.records-container .card-container .content-wrapper .content-header[data-v-49183a94] {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.records-container .card-container .content-wrapper .content-header .content-type[data-v-49183a94] {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
.records-container .card-container .content-wrapper .content-header .content-type .label[data-v-49183a94],
        .records-container .card-container .content-wrapper .content-header .content-type .value[data-v-49183a94] {
          color: #101739;
          line-height: 20px;
          font-size: 12px;
          -webkit-box-flex: 1;
              -ms-flex: 1;
                  flex: 1;
}
.records-container .card-container .content-wrapper .content-header .content-type .label[data-v-49183a94] {
          margin-right: 8px;
          white-space: nowrap;
}
.records-container .card-container .content-wrapper .content-header .content-type[data-v-49183a94] .text {
          color: #101739;
          line-height: 20px;
          font-size: 12px;
}
.records-container .card-container .content-wrapper .content-header .type[data-v-49183a94] {
        width: 180px;
}
.records-container .card-container .content-wrapper .content-header .main[data-v-49183a94] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        overflow: hidden;
}
.records-container .card-container .content-wrapper .content[data-v-49183a94] {
      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;
      width: 100%;
      overflow: hidden;
}
.records-container .card-container .content-wrapper .content .time[data-v-49183a94] {
        color: #444b6c;
        line-height: 17px;
        font-size: 12px;
}
.records-container .card-container .content-wrapper .content .iconxiaoxitongzhi[data-v-49183a94] {
        padding: 0 12px;
}
.records-container .card-container .content-wrapper .content .huIcon[data-v-49183a94] {
        color: #444b6c;
        font-size: 12px;
}
.records-container .card-container[data-v-49183a94]::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 200%;
    height: 200%;
    border-bottom: 1px solid #e7e8ec;
    -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;
}
.task-complate[data-v-49183a94] {
  margin-right: 6px;
  color: #83899d;
  cursor: pointer;
}
.empty__view[data-v-49183a94] {
  margin: 40px;
}
.type-row[data-v-49183a94] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.type-row .el-col + .el-col[data-v-49183a94] {
    margin-left: 12px;
}
.chosen-view[data-v-49183a94] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #83899d;
  margin-right: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.disabled--view[data-v-49183a94] {
  cursor: not-allowed;
}
.icongouxuan1[data-v-49183a94] {
  font-size: 16px;
  color: #83899d;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.5;
}
.operate--text[data-v-49183a94] {
  color: #0d5aff;
  font-size: 12px;
  cursor: pointer;
  margin-left: 8px;
  font-weight: 400;
}
.finish-style--value[data-v-49183a94] {
  text-decoration: line-through;
  opacity: 0.5;
}
.finish-view[data-v-49183a94] {
  opacity: 0.5;
}
.ing-style div[data-v-49183a94],
.ing-style i[data-v-49183a94] {
  color: #0d5aff !important;
}
.timeover-style div[data-v-49183a94],
.timeover-style i[data-v-49183a94] {
  color: #f2333a !important;
}

.flow-process--view[data-v-152bb27a] {
  padding: 16px 16px 16px 12px;
}

.product-item[data-v-78e6577d] {
  position: relative;
  height: 116px;
  margin-top: 16px;
  padding: 16px;
  background: #f7f8fa;
  border-radius: 4px;
}
.product-item[data-v-78e6577d]:hover .icon {
    display: block;
}
.product-item .header[data-v-78e6577d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 20px;
    margin-bottom: 16px;
}
.product-item .header .title[data-v-78e6577d] {
      font-size: 14px;
      font-weight: 500;
      color: #101739;
}
.product-item .content[data-v-78e6577d] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 16px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.product-item .content .item[data-v-78e6577d] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 33%;
      height: 20px;
      line-height: 20px;
      margin-bottom: 5px;
      font-size: 14px;
}
.product-item .content .item .label[data-v-78e6577d] {
        width: 56px;
        margin-right: 16px;
        text-align: right;
        color: #6e758c;
}
.product-item .content .item .value[data-v-78e6577d] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        color: #101739;
        word-break: break-word;
}
.icon[data-v-78e6577d] {
  display: none;
  width: 20px;
  height: 20px;
  color: #101739;
  cursor: pointer;
}
.icon[data-v-78e6577d]:hover {
    color: #0d5aff;
}
.icon-box[data-v-78e6577d] {
  margin-left: 12px;
}
.icon-box .huIcon[data-v-78e6577d] {
    line-height: 20px;
    font-size: 10px !important;
}
.delete-box .huIcon[data-v-78e6577d] {
  line-height: 20px;
  font-size: 14px !important;
}
.edit-input[data-v-78e6577d] .el-input__inner {
  height: 20px;
}
.popover__btn-view[data-v-78e6577d] {
  margin: 20px 8px 0 0;
  text-align: right;
}

.order-product-list[data-v-fa2860f0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  height: calc(100% - 60px);
}
.order-product-list .add-product[data-v-fa2860f0] {
    margin-bottom: 16px;
}
.order-product-list .product-total[data-v-fa2860f0] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    border: 1px dashed #e7e8ec;
    padding: 22px 26px;
}
.order-product-list .product-total .total-item[data-v-fa2860f0] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 56px;
      text-align: left;
      border-radius: 6px;
}
.order-product-list .product-total .total-item .label[data-v-fa2860f0] {
        color: #303b5b;
        font-size: 14px;
        line-height: 14px;
}
.order-product-list .product-total .total-item .value[data-v-fa2860f0] {
        display: table-cell;
        vertical-align: bottom;
        height: 26px;
}
.order-product-list .product-total .total-item .value .text[data-v-fa2860f0] {
          color: #303b5b;
          font-size: 26px;
}
.order-product-list .product-total .total-item .value .unit[data-v-fa2860f0] {
          font-size: 14px;
          margin-left: 5px;
}
.order-product-list .product-total .total-item + .total-item[data-v-fa2860f0] {
        padding-left: 24px;
        border-left: 1px solid #e7e8ec;
}
.order-product-list .list-container[data-v-fa2860f0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -20px;
    padding: 0 20px 12px 0;
    overflow-y: auto;
}

.add-popover[data-v-35e98ea4] {
  width: 100%;
  position: relative;
  color: #303b5b;
  font-size: 14px;
  line-height: 20px;
}
.add-popover .more-msg-type[data-v-35e98ea4] {
    padding: 14px 18px 0;
}
.add-popover .more-msg-type .msg-type-wrapper[data-v-35e98ea4] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item[data-v-35e98ea4] {
        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: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 72px;
        height: 60px;
        background: #f7f8fa;
        border-radius: 2px;
        cursor: pointer;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item + .msg-item[data-v-35e98ea4] {
          margin-left: 18px;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item.disabled[data-v-35e98ea4] {
          opacity: 0.6;
          cursor: not-allowed !important;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item .msg-type[data-v-35e98ea4] {
          width: 16px;
          height: 16px;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item .msg-name[data-v-35e98ea4] {
          margin-top: 8px;
          color: #101739;
          font-size: 12px;
          line-height: 17px;
}
.add-popover .more-msg-type .msg-type-wrapper .msg-item[data-v-35e98ea4]:hover {
          background: #eff1f4;
}
.add-popover .more-msg-type .tips[data-v-35e98ea4] {
      margin-top: 10px;
}
.add-btn-wrapper[data-v-35e98ea4] {
  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;
  width: 100%;
  min-height: 36px;
  cursor: pointer;
}
.add-btn-wrapper .el-icon-plus[data-v-35e98ea4] {
    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;
}
.add-btn-wrapper.disable .el-icon-plus[data-v-35e98ea4],
  .add-btn-wrapper.disable .add-btn[data-v-35e98ea4] {
    opacity: 0.6;
    cursor: not-allowed;
}
.add-btn-wrapper .add-text[data-v-35e98ea4] {
    color: #303b5b;
    font-size: 14px;
    margin-left: 6px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.add-btn-wrapper[data-v-35e98ea4]:hover {
    color: #0d5aff;
}
.add-btn-wrapper:hover div[data-v-35e98ea4] {
      color: #0d5aff;
}
.file-input[data-v-35e98ea4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.msg-list-item[data-v-35e98ea4] {
  position: relative;
  padding: 0 16px;
}
.msg-list-item .msg-list[data-v-35e98ea4] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}
.msg-list-item .img--view[data-v-35e98ea4] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 0 16px;
    width: 100%;
}
.msg-list-item[data-v-35e98ea4]:hover {
    background: #ecf0f9;
    cursor: pointer;
}
.msg-list-item:hover .el-icon-close[data-v-35e98ea4] {
      display: inline-block;
}
.msg-list-item:hover .el-icon-close[data-v-35e98ea4]:hover {
        color: #0d5aff;
}
.msg-list-item:hover .re-upload[data-v-35e98ea4] {
      display: inline-block;
}
.msg-list-item .msg-type[data-v-35e98ea4] {
    font-size: 16px;
    margin-right: 8px;
    border-radius: 2px;
}
.msg-list-item .msg-name[data-v-35e98ea4] {
    width: calc(100% - 40px);
    margin-right: 4px;
    color: #303b5b;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.msg-list-item .el-icon-close[data-v-35e98ea4] {
    display: none;
}
.msg-list-item .re-upload[data-v-35e98ea4] {
    display: none;
    font-size: 14px;
    line-height: 20px;
    color: #0d5aff;
}
.msg-list-item .iconcuowutishi[data-v-35e98ea4] {
    color: #f2333a;
    font-size: 14px;
    line-height: 14px;
    margin-right: 4px;
}
.msg-list-item[data-v-35e98ea4] .el-image {
    width: calc(100% - 16px);
}
.msg-list-item .f-1[data-v-35e98ea4] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.msg-list-item .img-box[data-v-35e98ea4] {
    opacity: 0;
    cursor: pointer;
    height: 20px;
}
.file--view[data-v-35e98ea4] {
  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;
  width: 100%;
}
.other-add--btn[data-v-35e98ea4] {
  position: relative;
  cursor: pointer;
}

.over-flow[data-v-4270c1d0] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wid190[data-v-4270c1d0] {
  width: 100%;
}
p[data-v-4270c1d0] {
  margin: 0;
}

#productItem .item-list[data-v-7af14a7c] {
  background: #f7f8fa;
  border-radius: 2px;
  padding: 16px 16px 8px 20px;
}
#productItem .item-list .item-name[data-v-7af14a7c] {
    font-size: 14px;
    color: #303b5b;
    font-weight: 500;
    margin-bottom: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
#productItem .item-list .item-name span[data-v-7af14a7c] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
#productItem .item-list .item-name .icon-view[data-v-7af14a7c] {
      width: 17px;
      height: 16px;
      margin-left: 8px;
}
#productItem .item-list .item-name .iconshanchu1[data-v-7af14a7c] {
      color: #101739;
      cursor: pointer;
      display: none;
}
#productItem .item-list .item-name .iconshanchu1[data-v-7af14a7c]:hover {
        color: #f2333a;
}
#productItem .item-list .item-name .item-name--text[data-v-7af14a7c] {
      font-weight: 500;
      color: #101739;
}
#productItem .item-list .item-name .create-time-text[data-v-7af14a7c] {
      font-size: 12px;
      color: #83899d;
      font-weight: 400;
}
#productItem .item-list .line-style[data-v-7af14a7c] {
    border-bottom: 1px solid #e7e7eb;
    margin: 0 -16px 16px -16px;
}
#productItem .item-list .item-content[data-v-7af14a7c] {
    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;
}
#productItem .item-list .item-content .item-row[data-v-7af14a7c] {
      width: 32%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 8px;
      margin-right: 4px;
}
#productItem .item-list .item-content .item-row .item-row-title[data-v-7af14a7c] {
        width: 72px;
        text-align: left;
        font-size: 12px;
        color: #83899d;
}
#productItem .item-list .item-content .item-row .popover-view[data-v-7af14a7c] {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
#productItem .item-list .item-content .item-row .item-row-content[data-v-7af14a7c] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
        color: #101739;
}
#productItem .item-list .item-content .item-row .row-text-style[data-v-7af14a7c] {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 0;
}
#productItem .item-list .item-content .item-row .iconbianji[data-v-7af14a7c] {
        margin-left: 4px;
        font-size: 12px;
        color: #101739;
        display: none;
}
#productItem .item-list .item-content .item-row .iconbianji[data-v-7af14a7c]:hover {
          color: #0d5aff;
}
#productItem .item-list .item-content .item-row:hover .iconbianji[data-v-7af14a7c] {
        display: block;
}
#productItem .item-list .show-all[data-v-7af14a7c] {
    color: #a4a7b5;
    font-size: 14px;
    text-align: center;
}
#productItem .item-list .show-all .show-icon[data-v-7af14a7c] {
      cursor: pointer;
}
#productItem .item-list .show-all .show-icon[data-v-7af14a7c]:hover {
        color: #0d5aff;
}
#productItem .item-list[data-v-7af14a7c]:hover {
    background: #eff1f4;
    cursor: pointer;
}
#productItem .item-list:hover .iconshanchu1[data-v-7af14a7c] {
      display: inline-block;
}
.value-text[data-v-7af14a7c] {
  max-width: 90px;
  font-size: 12px;
  color: #101739;
}
.value-text[data-v-7af14a7c] .over-flow span {
    font-size: 12px;
}
[data-v-7af14a7c] .editNum input::-webkit-outer-spin-button,[data-v-7af14a7c] .editNum input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[data-v-7af14a7c] .editNum input[type="number"] {
  line-height: 1px !important;
  -moz-appearance: textfield;
}
.popover__view--content[data-v-7af14a7c] {
  margin-bottom: 12px;
}
.popover__view--btn[data-v-7af14a7c] {
  text-align: right;
  margin: 0;
}
.popover-item--view[data-v-7af14a7c] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.attention-tip-content[data-v-f8e6d832] {
  width: 56px;
  text-align: center;
}
.specia-attention[data-v-f8e6d832] {
  display: inline-block;
  color: #d0d2da;
  cursor: pointer;
}
.specia-attention .huIcon[data-v-f8e6d832] {
    font-size: 20px;
}
.specia-attention .huIcon.iconguanzhuyixuan[data-v-f8e6d832] {
      color: #0d5aff;
}
.specia-attention .huIcon.iconyiguanzhu[data-v-f8e6d832] {
      color: #ffc958;
}
.disabled-style[data-v-f8e6d832] {
  cursor: auto;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-a1902472] {
  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-a1902472] {
    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-a1902472] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-a1902472] {
    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-a1902472] {
      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-a1902472] {
    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-a1902472]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-a1902472] {
    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-a1902472]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-a1902472]::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-a1902472] {
      -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-a1902472] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-a1902472]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-a1902472]::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-a1902472]::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-a1902472] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-a1902472] {
    -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;
}
[data-v-a1902472] .dz-dropdown-add:not(.dz-dropdown_add) {
  margin-right: 8px;
}
[data-v-a1902472] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover {
    border: 1px solid #0d5aff;
}
[data-v-a1902472] .dz-dropdown-add:not(.dz-dropdown_add) .dz-add:hover .no-import {
      color: #0d5aff;
}
[data-v-a1902472] .dz-dropdown-add {
  margin-right: 8px;
}
[data-v-a1902472] .dz-dropdown-add .dz-add:hover {
    border: 1px solid #0d5aff;
}
[data-v-a1902472] .dz-dropdown-add .dz-add:hover .no-import {
      color: #0d5aff;
}
[data-v-a1902472] .dz-dropdown-add .dz-add .dz-export {
    width: 128px;
}
[data-v-a1902472] .dz-dropdown-add .dz-add .dz-export::before {
      width: 120px !important;
}
.clue-assign-clue[data-v-a1902472] {
  display: inline-block;
}

[data-v-966ca214] .el-button.is-disabled {
  border-color: #a1c1ff !important;
  color: #a1c1ff !important;
}
.result-header[data-v-966ca214] {
  margin-top: 16px;
  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;
}
.result-header .iconchenggongtishi[data-v-966ca214] {
    font-size: 40px;
    color: #00ca5c;
}
.result-header .iconshibai[data-v-966ca214] {
    font-size: 40px;
    color: #fe7c2a;
}
.result-header .result-number[data-v-966ca214] {
    margin-top: 12px;
    color: #101739;
    font-size: 14px;
}
.result-header .look-detail[data-v-966ca214] {
    margin-top: 12px;
    color: #0d5aff;
    font-size: 14px;
    cursor: pointer;
}

.form-detail[data-v-0f23e34e] {
  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-0f23e34e] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-0f23e34e] .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-0f23e34e] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-0f23e34e] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-0f23e34e] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-0f23e34e] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-0f23e34e] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-0f23e34e] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-0f23e34e] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-0f23e34e] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-0f23e34e] {
    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-0f23e34e]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-0f23e34e] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-0f23e34e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-0f23e34e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-0f23e34e] {
    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-0f23e34e] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-0f23e34e] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-0f23e34e] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-0f23e34e] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-0f23e34e] {
        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-0f23e34e] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-0f23e34e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-0f23e34e] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-0f23e34e] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-0f23e34e] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-0f23e34e] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-0f23e34e] .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-0f23e34e] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-0f23e34e] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-0f23e34e] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-0f23e34e] {
    -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-0f23e34e] {
    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-0f23e34e] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-0f23e34e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-0f23e34e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-0f23e34e] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-0f23e34e] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-0f23e34e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-0f23e34e] .right-container,
    .form-detail .detail-right[data-v-0f23e34e] .detail-right-tabs,
    .form-detail .detail-right[data-v-0f23e34e] .el-card,
    .form-detail .detail-right[data-v-0f23e34e] .el-card__body,
    .form-detail .detail-right[data-v-0f23e34e] .tabs,
    .form-detail .detail-right[data-v-0f23e34e] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-0f23e34e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-0f23e34e] .el-tabs,
    .form-detail .info-content[data-v-0f23e34e] .el-tabs__content,
    .form-detail .info-content[data-v-0f23e34e] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-0f23e34e] {
      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-0f23e34e] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-0f23e34e]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-0f23e34e]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-0f23e34e]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-0f23e34e] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-0f23e34e] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-0f23e34e] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-0f23e34e] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-0f23e34e] {
    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-0f23e34e],
    .form-detail .order-detail-head .header-right[data-v-0f23e34e] {
      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-0f23e34e] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-0f23e34e] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-0f23e34e] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-0f23e34e] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-0f23e34e] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-0f23e34e] {
      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-0f23e34e] {
        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-0f23e34e] {
        -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-0f23e34e] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-0f23e34e] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-0f23e34e] {
      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-0f23e34e] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-0f23e34e] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-0f23e34e] {
      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-0f23e34e] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-0f23e34e] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-0f23e34e]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-0f23e34e] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-0f23e34e] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-0f23e34e] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-0f23e34e] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-0f23e34e] {
      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-0f23e34e] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-0f23e34e] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-0f23e34e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-0f23e34e] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-0f23e34e] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-0f23e34e] {
    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-0f23e34e] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-0f23e34e] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-0f23e34e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-0f23e34e] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-0f23e34e] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-0f23e34e] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-0f23e34e] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-0f23e34e] {
    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-0f23e34e] {
      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-0f23e34e] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-0f23e34e] {
          font-size: 14px;
}
.form-detail .content[data-v-0f23e34e] {
    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-0f23e34e] {
      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-0f23e34e] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-0f23e34e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-0f23e34e] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-0f23e34e] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-0f23e34e] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-0f23e34e] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-0f23e34e] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-0f23e34e] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-0f23e34e] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-0f23e34e] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-0f23e34e] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-0f23e34e] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-0f23e34e] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-0f23e34e] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-0f23e34e] {
      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-0f23e34e] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-0f23e34e] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-0f23e34e] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-0f23e34e] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-0f23e34e] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-0f23e34e]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.sms__button--view[data-v-0f23e34e] {
  margin-left: 21px;
}
.wecht-btn__view[data-v-0f23e34e] {
  margin-left: 16px;
}
.btn-name__text[data-v-0f23e34e] {
  color: #303133;
}
[data-v-0f23e34e] .header-right {
  padding-right: 24px;
}
[data-v-0f23e34e] .header-right .header-wrap {
    padding-right: 0;
}
[data-v-0f23e34e] .header-right .header-wrap .bind-btn--view {
      margin-left: 10px;
}

.association-popover {
  padding: 0 !important;
}
.association-popover .contact-list--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;
    height: 40px;
    padding: 0 16px;
    cursor: pointer;
}
.association-popover .contact-list--view .contact-list--label {
      font-size: 12px;
      color: #101739;
      margin-right: 24px;
}
.association-popover .contact-list--view .contact-list--association {
      font-size: 12px;
      color: #0d5aff;
}
.association-popover .contact-list--view:hover {
      background: #f7f8fa;
}
.iconzhongfuxiansuo {
  margin-right: 8px;
  margin-left: 4px;
  cursor: pointer;
  color: #0d5aff;
}
.page-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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.page-view .pre-text,
  .page-view .next-text {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text:hover,
    .page-view .next-text:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}

.form-table-slot[data-v-21cb2104] {
  position: relative;
}
.form-table-slot:hover:not(.disabled) .slot-value.empty[data-v-21cb2104] {
    color: #c0c4cc;
    background: #edf4fe;
}
.form-table-slot:hover:not(.disabled) .slot-content[data-v-21cb2104] {
    background: #edf4fe !important;
}
.form-table-slot:hover:not(.disabled) .slot-value .icon-box[data-v-21cb2104] {
    background: #edf4fe;
}
.form-table-slot:hover:not(.disabled) .slot-value .icon-box .huIcon[data-v-21cb2104] {
      display: block;
}
.form-table-slot .slot-value[data-v-21cb2104] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
    color: #303b5b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: inherit;
    pointer-events: none;
}
.form-table-slot .slot-value.empty[data-v-21cb2104] {
      color: #c0c4cc;
      background: #ffffff;
}
.form-table-slot .slot-value .text[data-v-21cb2104] {
      font-size: 12px;
}
.form-table-slot .slot-value .icon-box[data-v-21cb2104] {
      position: absolute;
      top: 1px;
      right: 0;
      bottom: 0;
      width: 32px;
      line-height: 44px;
      text-align: center;
      background: #ffffff;
}
.form-table-slot .slot-value .icon-box .huIcon[data-v-21cb2104] {
        display: none;
        font-size: 14px;
        color: #0d5aff;
}
.form-table-slot .slot-value.disabled[data-v-21cb2104] {
      color: #303b5b !important;
      cursor: inherit;
      pointer-events: auto;
}
.form-table-slot .slot-content[data-v-21cb2104] {
    height: 44px;
    font-size: 12px;
}
.form-table-slot.disabled[data-v-21cb2104] .el-input__inner {
    color: #303b5b !important;
}

.reservation-form[data-v-683eb2e8] .avue-form__row {
  padding-right: 0 !important;
}
.option-view[data-v-683eb2e8] {
  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;
}
.option-view .option-content[data-v-683eb2e8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.option-view .option-content .option-content--name[data-v-683eb2e8],
    .option-view .option-content .option-content--phone[data-v-683eb2e8] {
      font-size: 14px;
      color: #101739;
      line-height: 20px;
}
.option-view .option-content .option-content--phone[data-v-683eb2e8] {
      margin-left: 8px;
}
.option-view .option-content .company-name[data-v-683eb2e8] {
      color: #a2a5b5;
      font-size: 12px;
      line-height: 20px;
      margin-top: -8px;
}
.option-view .option-type[data-v-683eb2e8] {
    height: 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: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 6px;
    border-radius: 2px;
}
.option-view .clue-type[data-v-683eb2e8] {
    background: #fbebd4;
}
.option-view .clue-type div[data-v-683eb2e8] {
      color: #a46728;
      font-size: 12px;
      zoom: calc(0.83);
}
.option-view .customer-type[data-v-683eb2e8] {
    background: #dbe6ff;
}
.option-view .customer-type div[data-v-683eb2e8] {
      color: #0c57fa;
      font-size: 12px;
      zoom: calc(0.83);
}
.option-view .contact-type[data-v-683eb2e8] {
    background: #eae1fc;
}
.option-view .contact-type div[data-v-683eb2e8] {
      color: #5e3da4;
      font-size: 12px;
      zoom: calc(0.83);
}
[data-v-683eb2e8] .avue-form__menu {
  display: none;
}
.operate-btn[data-v-683eb2e8] {
  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;
}
[data-v-683eb2e8] .visit-time--view .customer-date-view {
  line-height: 34px;
}
[data-v-683eb2e8] .visit-time--view .el-input__inner {
  height: 34px;
  line-height: 34px;
}
[data-v-683eb2e8] .visit-time--view .iconicon_riqi {
  right: 10px !important;
}
[data-v-683eb2e8] .visit-time--view .value-text {
  font-size: 14px !important;
}

.detail-content--view[data-v-46728bc5] {
  padding-bottom: 8px;
}
.detail-content--view .detail-item[data-v-46728bc5] {
    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 16px;
    margin-bottom: 12px;
}
.detail-content--view .detail-item .huIcon[data-v-46728bc5] {
      font-size: 16px;
      color: #83899d;
      margin-right: 16px;
}
.detail-content--view .detail-item .iconxiaoxitongzhi[data-v-46728bc5] {
      font-size: 14px;
}
.detail-content--view .detail-item .item-text[data-v-46728bc5] {
      font-size: 14px;
      color: #101739;
}
.detail-content--view .detail-item .hide-icon[data-v-46728bc5] {
      opacity: 0;
}
.detail-content--view .detail-item .appointment-man--text[data-v-46728bc5] {
      cursor: pointer;
}
.detail-content--view .detail-item .appointment-man--text[data-v-46728bc5]:hover {
        color: #0d5aff;
}
.detail-content--view .contact-item[data-v-46728bc5] {
    margin-top: -12px;
    color: #a2a5b5;
}
.operate-view[data-v-46728bc5] {
  width: 100%;
  height: 50px;
  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;
  border-radius: 0 0 8px 8px;
}
.operate-view .operate-item[data-v-46728bc5] {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
}
.operate-view .operate-item .huIcon[data-v-46728bc5] {
      color: #83899d;
      margin-right: 6px;
}
.operate-view .operate-item .operate-item--text[data-v-46728bc5] {
      font-size: 14px;
      color: #101739;
}
.operate-view .operate-item:hover .huIcon[data-v-46728bc5] {
      color: #0d5aff;
}
.operate-view .operate-item:hover .operate-item--text[data-v-46728bc5] {
      color: #0d5aff;
}
.operate-view .finish-operate--item[data-v-46728bc5] {
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.operate-view .finish-operate--item .huIcon[data-v-46728bc5] {
      color: #00ca5c;
      margin-right: 6px;
}
.operate-view .finish-operate--item .operate-item--text[data-v-46728bc5] {
      font-size: 14px;
      color: #00ca5c;
}
.option-type[data-v-46728bc5] {
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  border-radius: 2px;
  margin-left: 8px;
}
.clue-type[data-v-46728bc5] {
  background: #fbebd4;
}
.clue-type div[data-v-46728bc5] {
    color: #a46728;
    font-size: 12px;
    zoom: calc(0.83);
}
.customer-type[data-v-46728bc5] {
  background: #dbe6ff;
}
.customer-type div[data-v-46728bc5] {
    color: #0c57fa;
    font-size: 12px;
    zoom: calc(0.83);
}
.contact-type[data-v-46728bc5] {
  background: #eae1fc;
}
.contact-type div[data-v-46728bc5] {
    color: #5e3da4;
    font-size: 12px;
    zoom: calc(0.83);
}
.finish-style[data-v-46728bc5] {
  text-decoration: line-through;
}
.reservation-detail--view[data-v-46728bc5] {
  border-radius: 8px;
  padding-top: 24px;
}

@charset "UTF-8";
.records-container[data-v-45bddb65] {
  height: 100%;
}
.records-container .add[data-v-45bddb65] {
    margin-bottom: 12px;
}
.records-container .card-container[data-v-45bddb65] {
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
    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;
}
.records-container .card-container .title-container[data-v-45bddb65] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 12px;
}
.records-container .card-container .title-container .record-time[data-v-45bddb65] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: 500;
        color: #101739;
}
.records-container .card-container .title-container .finish-style--time[data-v-45bddb65] {
        text-decoration: line-through;
        opacity: 0.5;
}
.records-container .card-container .title-container .to-detail[data-v-45bddb65] {
        cursor: pointer;
        color: #0d5aff;
        font-size: 12px;
}
.records-container .card-container .content-wrapper .content .content-type[data-v-45bddb65] {
      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: 4px;
      color: #101739;
      line-height: 17px;
}
.records-container .card-container .content-wrapper .content .content-type .label[data-v-45bddb65] {
        font-size: 12px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
}
.records-container .card-container .content-wrapper .content .content-type .value[data-v-45bddb65] {
        font-size: 12px;
        margin-left: 8px;
}
.records-container .card-container[data-v-45bddb65]::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 200%;
      height: 200%;
      border-bottom: 1px solid #e7e8ec;
      -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;
}
.flex-style[data-v-45bddb65] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.empty__view[data-v-45bddb65] {
  margin-top: 40px;
}
.finish-style[data-v-45bddb65] {
  opacity: 0.5;
  cursor: auto !important;
}
.chosen-view[data-v-45bddb65] {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  border: 1px solid #83899d;
  margin-right: 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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1px;
  cursor: pointer;
}
.icongouxuan1[data-v-45bddb65] {
  font-size: 16px;
  color: #83899d;
  margin-right: 8px;
  vertical-align: middle;
  opacity: 0.5;
}

.form-detail[data-v-01ba485a] {
  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-01ba485a] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-01ba485a] .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-01ba485a] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-01ba485a] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-01ba485a] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-01ba485a] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-01ba485a] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-01ba485a] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-01ba485a] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-01ba485a] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-01ba485a] {
    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-01ba485a]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-01ba485a] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-01ba485a] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-01ba485a] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-01ba485a] {
    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-01ba485a] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-01ba485a] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-01ba485a] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-01ba485a] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-01ba485a] {
        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-01ba485a] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-01ba485a] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-01ba485a] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-01ba485a] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-01ba485a] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-01ba485a] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-01ba485a] .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-01ba485a] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-01ba485a] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-01ba485a] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-01ba485a] {
    -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-01ba485a] {
    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-01ba485a] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-01ba485a] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-01ba485a] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-01ba485a] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-01ba485a] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-01ba485a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-01ba485a] .right-container,
    .form-detail .detail-right[data-v-01ba485a] .detail-right-tabs,
    .form-detail .detail-right[data-v-01ba485a] .el-card,
    .form-detail .detail-right[data-v-01ba485a] .el-card__body,
    .form-detail .detail-right[data-v-01ba485a] .tabs,
    .form-detail .detail-right[data-v-01ba485a] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-01ba485a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-01ba485a] .el-tabs,
    .form-detail .info-content[data-v-01ba485a] .el-tabs__content,
    .form-detail .info-content[data-v-01ba485a] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-01ba485a] {
      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-01ba485a] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-01ba485a]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-01ba485a]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-01ba485a]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-01ba485a] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-01ba485a] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-01ba485a] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-01ba485a] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-01ba485a] {
    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-01ba485a],
    .form-detail .order-detail-head .header-right[data-v-01ba485a] {
      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-01ba485a] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-01ba485a] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-01ba485a] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-01ba485a] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-01ba485a] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-01ba485a] {
      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-01ba485a] {
        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-01ba485a] {
        -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-01ba485a] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-01ba485a] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-01ba485a] {
      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-01ba485a] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-01ba485a] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-01ba485a] {
      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-01ba485a] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-01ba485a] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-01ba485a]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-01ba485a] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-01ba485a] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-01ba485a] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-01ba485a] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-01ba485a] {
      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-01ba485a] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-01ba485a] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-01ba485a] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-01ba485a] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-01ba485a] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-01ba485a] {
    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-01ba485a] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-01ba485a] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-01ba485a] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-01ba485a] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-01ba485a] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-01ba485a] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-01ba485a] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-01ba485a] {
    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-01ba485a] {
      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-01ba485a] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-01ba485a] {
          font-size: 14px;
}
.form-detail .content[data-v-01ba485a] {
    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-01ba485a] {
      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-01ba485a] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-01ba485a] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-01ba485a] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-01ba485a] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-01ba485a] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-01ba485a] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-01ba485a] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-01ba485a] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-01ba485a] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-01ba485a] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-01ba485a] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-01ba485a] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-01ba485a] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-01ba485a] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-01ba485a] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-01ba485a] {
      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-01ba485a] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-01ba485a] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-01ba485a] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-01ba485a] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-01ba485a] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-01ba485a]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.decrypt-phone[data-v-01ba485a] {
  color: #0d5aff;
  cursor: pointer;
}
.search[data-v-01ba485a] {
  width: 60%;
  margin: 16px auto;
}
.page-view[data-v-01ba485a] {
  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: 16px;
}
.page-view .pre-text[data-v-01ba485a],
  .page-view .next-text[data-v-01ba485a] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-01ba485a]:hover,
    .page-view .next-text[data-v-01ba485a]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-01ba485a] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-01ba485a]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}
[data-v-01ba485a] .single--view {
  border: 0 none;
}
[data-v-01ba485a] .single--view .el-input-group__prepend {
    font-size: 12px;
    background: #fff !important;
}

.form-detail[data-v-a8fed12c] {
  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-a8fed12c] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-a8fed12c] .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-a8fed12c] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-a8fed12c] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-a8fed12c] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-a8fed12c] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-a8fed12c] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-a8fed12c] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-a8fed12c] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-a8fed12c] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-a8fed12c] {
    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-a8fed12c]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-a8fed12c] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-a8fed12c] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-a8fed12c] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-a8fed12c] {
    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-a8fed12c] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-a8fed12c] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-a8fed12c] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-a8fed12c] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-a8fed12c] {
        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-a8fed12c] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-a8fed12c] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-a8fed12c] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-a8fed12c] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-a8fed12c] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-a8fed12c] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-a8fed12c] .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-a8fed12c] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-a8fed12c] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-a8fed12c] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-a8fed12c] {
    -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-a8fed12c] {
    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-a8fed12c] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-a8fed12c] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-a8fed12c] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-a8fed12c] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-a8fed12c] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-a8fed12c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-a8fed12c] .right-container,
    .form-detail .detail-right[data-v-a8fed12c] .detail-right-tabs,
    .form-detail .detail-right[data-v-a8fed12c] .el-card,
    .form-detail .detail-right[data-v-a8fed12c] .el-card__body,
    .form-detail .detail-right[data-v-a8fed12c] .tabs,
    .form-detail .detail-right[data-v-a8fed12c] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-a8fed12c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-a8fed12c] .el-tabs,
    .form-detail .info-content[data-v-a8fed12c] .el-tabs__content,
    .form-detail .info-content[data-v-a8fed12c] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-a8fed12c] {
      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-a8fed12c] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-a8fed12c]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-a8fed12c]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-a8fed12c]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-a8fed12c] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-a8fed12c] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-a8fed12c] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-a8fed12c] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-a8fed12c] {
    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-a8fed12c],
    .form-detail .order-detail-head .header-right[data-v-a8fed12c] {
      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-a8fed12c] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-a8fed12c] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-a8fed12c] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-a8fed12c] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-a8fed12c] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-a8fed12c] {
      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-a8fed12c] {
        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-a8fed12c] {
        -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-a8fed12c] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-a8fed12c] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-a8fed12c] {
      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-a8fed12c] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-a8fed12c] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-a8fed12c] {
      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-a8fed12c] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-a8fed12c] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-a8fed12c]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-a8fed12c] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-a8fed12c] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-a8fed12c] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-a8fed12c] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-a8fed12c] {
      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-a8fed12c] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-a8fed12c] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-a8fed12c] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-a8fed12c] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-a8fed12c] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-a8fed12c] {
    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-a8fed12c] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-a8fed12c] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-a8fed12c] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-a8fed12c] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-a8fed12c] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-a8fed12c] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-a8fed12c] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-a8fed12c] {
    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-a8fed12c] {
      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-a8fed12c] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-a8fed12c] {
          font-size: 14px;
}
.form-detail .content[data-v-a8fed12c] {
    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-a8fed12c] {
      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-a8fed12c] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-a8fed12c] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-a8fed12c] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-a8fed12c] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-a8fed12c] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-a8fed12c] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-a8fed12c] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-a8fed12c] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-a8fed12c] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-a8fed12c] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-a8fed12c] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-a8fed12c] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-a8fed12c] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-a8fed12c] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-a8fed12c] {
      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-a8fed12c] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-a8fed12c] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-a8fed12c] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-a8fed12c] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-a8fed12c] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-a8fed12c]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
[data-v-a8fed12c] .phone-number {
  color: #303b5b;
}
[data-v-a8fed12c] .second-channel--com {
  display: block !important;
}
[data-v-a8fed12c] .second-channel--com .el-popover__reference-wrapper,[data-v-a8fed12c] .second-channel--com .el-popover__reference {
    height: 44px;
}
[data-v-a8fed12c] .second-channel--com .el-input__suffix {
    background: #fff;
    z-index: 0;
    right: 0;
    padding-right: 5px;
}
[data-v-a8fed12c] .clue-assign-customer .dz-dropdown-add {
  margin-right: 0;
}

.cash-desk-container .add[data-v-1ce09b9e] {
  margin-bottom: 16px;
}
.cash-desk-container .card-container[data-v-1ce09b9e] {
  width: 100%;
  border-radius: 2px;
  background-color: #f7f8fa;
  padding: 16px 16px 8px 20px;
  margin-top: 12px;
}
.cash-desk-container .card-container:hover .icon-box[data-v-1ce09b9e] {
    display: block !important;
}
.cash-desk-container .card-container .title-container[data-v-1ce09b9e] {
    height: 20px;
    line-height: 20px;
}
.cash-desk-container .card-container .title-container .left[data-v-1ce09b9e] {
      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-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-weight: 500;
      color: #101739;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.cash-desk-container .card-container .title-container .left .statusColor[data-v-1ce09b9e] {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        margin-right: 7px;
}
.cash-desk-container .card-container .title-container .left .order-status[data-v-1ce09b9e] {
        height: 18px;
        line-height: 18px;
        padding: 0 5px;
        margin-left: 8px;
        background: #e7e8ec;
        border-radius: 4px;
        font-size: 10px;
        -webkit-transform: scale(0.83);
                transform: scale(0.83);
}
.cash-desk-container .card-container .title-container .left .order-status.status-0[data-v-1ce09b9e] {
          background: #e5e9fd;
          color: #0d5aff;
}
.cash-desk-container .card-container .title-container .left .order-status.status-1[data-v-1ce09b9e] {
          background: #dcf6e9;
          color: #17bf6d;
}
.cash-desk-container .card-container .title-container .right .icon-box[data-v-1ce09b9e] {
      margin-left: 8px;
      display: none;
      width: 20px;
      height: 20px;
      color: #101739;
      cursor: pointer;
}
.cash-desk-container .card-container .title-container .right .icon-box[data-v-1ce09b9e]:hover {
        color: #0d5aff;
}
.cash-desk-container .card-container .title-container .right .icon-box .huIcon[data-v-1ce09b9e] {
        line-height: 20px;
        font-size: 14px !important;
}
.cash-desk-container .card-container .label[data-v-1ce09b9e] {
    color: #cbcbcb;
    white-space: nowrap;
}
.cash-desk-container .card-container .content[data-v-1ce09b9e] {
    margin-top: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.cash-desk-container .card-container .content .item[data-v-1ce09b9e] {
      display: inline-block;
      width: 33%;
      height: 20px;
      line-height: 20px;
      margin-bottom: 8px;
      font-size: 14px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.cash-desk-container .card-container .content .item .label[data-v-1ce09b9e] {
        display: inline-block;
        width: 56px;
        margin-right: 16px;
        text-align: left;
        color: #83899d;
        font-size: 12px;
}
.cash-desk-container .card-container .content .item .value[data-v-1ce09b9e] {
        color: #101739;
        font-size: 12px;
        word-break: break-word;
}
.cash-desk-container .card-container .content .receipt-view[data-v-1ce09b9e] {
      width: 100%;
      overflow: inherit;
}
.cash-desk-container .card-container .content .attachments-view[data-v-1ce09b9e] {
      width: 100%;
      height: auto;
      min-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;
}
.cash-desk-container .card-container .content .attachments-view .attachments-list--view[data-v-1ce09b9e] {
        position: relative;
}
.cash-desk-container .card-container .content .attachments-view .attachments-list[data-v-1ce09b9e] {
        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: 4px;
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none;
}
.cash-desk-container .card-container .content .attachments-view .attachments-list .msg-type[data-v-1ce09b9e] {
          font-size: 16px;
          margin-right: 8px;
          border-radius: 2px;
}
.cash-desk-container .card-container .content .attachments-view .attachments-list .msg-name[data-v-1ce09b9e] {
          margin-right: 4px;
          color: #303b5b;
          font-size: 14px;
          line-height: 20px;
}
.cash-desk-container .card-container .content .remark-item[data-v-1ce09b9e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      height: auto;
}
.cash-desk-container .card-container .content .remark-item .label[data-v-1ce09b9e] {
        width: 56px;
}
.cash-desk-container .card-container .content .remark-item .value[data-v-1ce09b9e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.cash-desk-container .list-container[data-v-1ce09b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header[data-v-1ce09b9e] {
  margin-bottom: 10px;
  border: solid 1px #e7e8ec;
  padding: 16px 0;
  border-radius: 4px;
}
.header .split-line[data-v-1ce09b9e] {
    height: 56px;
    width: 1px;
    background-color: #e7e8ec;
}
.header .item[data-v-1ce09b9e] {
    width: calc(50% - 5px);
    height: 56px;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;
    padding-left: 16px;
}
.header .item .label[data-v-1ce09b9e] {
      color: #303b5b;
      font-size: 14px;
      height: 20px;
      line-height: 20px;
}
.header .item .value[data-v-1ce09b9e] {
      height: 36px;
      line-height: 36px;
      color: #101739;
      font-size: 26px;
      font-weight: 500;
      font-family: "Roboto Medium";
}
.header .item .value.font-small[data-v-1ce09b9e] {
        font-size: 18px;
}
.header .item .value .unit[data-v-1ce09b9e] {
        font-size: 14px;
        line-height: 58px;
}
.collect-amount--view[data-v-1ce09b9e] {
  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;
}
.collect-amount--view[data-v-1ce09b9e] .el-input-number--medium {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 8px;
}
.amount-tips[data-v-1ce09b9e] {
  font-size: 12px;
  line-height: 20px;
  color: #83899d;
}
.amount-tips span[data-v-1ce09b9e] {
    color: #f2333a;
}
.f-1[data-v-1ce09b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-1ce09b9e] .el-image {
  width: calc(100% - 16px);
}
.img-box[data-v-1ce09b9e] {
  opacity: 0;
  cursor: pointer;
  height: 20px;
}
[data-v-1ce09b9e] .avue-form__group {
  margin-top: 0;
}
.dialog-view[data-v-1ce09b9e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dialog-view .avue-form--view[data-v-1ce09b9e] {
    width: 600px;
}
.dialog-view[data-v-1ce09b9e] .avue-form__menu {
    display: none;
}
.flow-view[data-v-1ce09b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
}
.receipt-product--view[data-v-1ce09b9e] {
  font-size: 12px;
  color: #101739;
  font-weight: 500;
  margin-bottom: 10px;
}
[data-v-1ce09b9e] .product-table--view {
  border: 1px solid #e7e8ec;
}
[data-v-1ce09b9e] .product-table--view th {
    background: #eff1f4 !important;
}
[data-v-1ce09b9e] .product-table--view tr {
    background: #f7f8fa !important;
}
.group-title[data-v-1ce09b9e] {
  padding: 0 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;
  margin-bottom: 16px;
}
.group-title .group-title--view[data-v-1ce09b9e] {
    font-size: 16px;
    color: #101739;
    font-weight: 500;
}
.group-title-text[data-v-1ce09b9e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 12px;
  color: #83899d;
}
.group-title-num[data-v-1ce09b9e] {
  color: #101739;
  font-size: 12px;
}
.group-title-price[data-v-1ce09b9e] {
  color: #101739;
  font-size: 12px;
}
.group-pedding-price[data-v-1ce09b9e] {
  color: #f2333a;
  font-size: 12px;
}
[data-v-1ce09b9e] .editNum input[type="number"]::-webkit-outer-spin-button,[data-v-1ce09b9e] .editNum input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-v-1ce09b9e] .editNum input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-1ce09b9e] .error-input .el-input__inner {
  border-color: #f2333a;
}
[data-v-1ce09b9e] .error-input .el-input__inner:focus,[data-v-1ce09b9e] .error-input .el-input__inner:hover {
    border-color: #f2333a !important;
}
.no-attach[data-v-1ce09b9e] {
  color: #83899d;
}
.header-view[data-v-1ce09b9e] {
  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;
}
.header-view .iconchenggongtishi[data-v-1ce09b9e] {
    color: #00ca5c;
    font-size: 40px;
}
.send-tips[data-v-1ce09b9e] {
  font-size: 14px;
  color: #101739;
  margin-top: 16px;
}
.send-msg--view[data-v-1ce09b9e] {
  background: #f7f8fa;
  border-radius: 4px;
  padding: 16px 16px 1px 16px;
  margin-top: 24px;
}
.send-msg--view .webhook-list[data-v-1ce09b9e] {
    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: 16px;
}
.send-msg--view .webhook-list .webhook-list--title[data-v-1ce09b9e] {
      font-size: 14px;
      color: #444b6c;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.send-msg--view .webhook-list .send-btn--view[data-v-1ce09b9e] {
      padding: 0 8px;
      height: 28px;
      border-radius: 4px;
      border: 1px solid #0d5aff;
      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;
      color: #0d5aff;
      font-size: 14px;
      cursor: pointer;
}

#productPart .header-view[data-v-7b94c35c] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#productPart .header-view .select-product[data-v-7b94c35c] {
    margin-right: 20px;
}
#productPart .header-view .header-text[data-v-7b94c35c] {
    font-size: 12px;
    color: #83899d;
}
#productPart .header-view .header-text .group-title-num[data-v-7b94c35c] {
      font-size: 14px;
      color: #101739;
}
#productPart .header-view .header-text .group-title-icon[data-v-7b94c35c] {
      color: #101739;
}
#productPart .header-view .header-text .group-title-price[data-v-7b94c35c] {
      color: #101739;
}
#productPart .product-content[data-v-7b94c35c] {
  padding-top: 4px;
}
#productPart .product-view[data-v-7b94c35c] {
  margin-top: 12px;
}

.form-detail[data-v-91620eb6] {
  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-91620eb6] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-91620eb6] .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-91620eb6] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-91620eb6] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-91620eb6] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-91620eb6] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-91620eb6] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-91620eb6] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-91620eb6] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-91620eb6] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-91620eb6] {
    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-91620eb6]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-91620eb6] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-91620eb6] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-91620eb6] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-91620eb6] {
    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-91620eb6] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-91620eb6] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-91620eb6] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-91620eb6] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-91620eb6] {
        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-91620eb6] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-91620eb6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-91620eb6] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-91620eb6] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-91620eb6] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-91620eb6] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-91620eb6] .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-91620eb6] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-91620eb6] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-91620eb6] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-91620eb6] {
    -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-91620eb6] {
    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-91620eb6] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-91620eb6] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-91620eb6] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-91620eb6] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-91620eb6] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-91620eb6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-91620eb6] .right-container,
    .form-detail .detail-right[data-v-91620eb6] .detail-right-tabs,
    .form-detail .detail-right[data-v-91620eb6] .el-card,
    .form-detail .detail-right[data-v-91620eb6] .el-card__body,
    .form-detail .detail-right[data-v-91620eb6] .tabs,
    .form-detail .detail-right[data-v-91620eb6] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-91620eb6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-91620eb6] .el-tabs,
    .form-detail .info-content[data-v-91620eb6] .el-tabs__content,
    .form-detail .info-content[data-v-91620eb6] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-91620eb6] {
      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-91620eb6] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-91620eb6]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-91620eb6]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-91620eb6]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-91620eb6] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-91620eb6] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-91620eb6] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-91620eb6] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-91620eb6] {
    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-91620eb6],
    .form-detail .order-detail-head .header-right[data-v-91620eb6] {
      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-91620eb6] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-91620eb6] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-91620eb6] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-91620eb6] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-91620eb6] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-91620eb6] {
      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-91620eb6] {
        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-91620eb6] {
        -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-91620eb6] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-91620eb6] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-91620eb6] {
      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-91620eb6] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-91620eb6] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-91620eb6] {
      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-91620eb6] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-91620eb6] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-91620eb6]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-91620eb6] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-91620eb6] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-91620eb6] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-91620eb6] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-91620eb6] {
      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-91620eb6] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-91620eb6] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-91620eb6] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-91620eb6] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-91620eb6] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-91620eb6] {
    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-91620eb6] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-91620eb6] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-91620eb6] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-91620eb6] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-91620eb6] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-91620eb6] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-91620eb6] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-91620eb6] {
    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-91620eb6] {
      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-91620eb6] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-91620eb6] {
          font-size: 14px;
}
.form-detail .content[data-v-91620eb6] {
    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-91620eb6] {
      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-91620eb6] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-91620eb6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-91620eb6] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-91620eb6] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-91620eb6] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-91620eb6] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-91620eb6] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-91620eb6] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-91620eb6] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-91620eb6] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-91620eb6] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-91620eb6] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-91620eb6] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-91620eb6] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-91620eb6] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-91620eb6] {
      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-91620eb6] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-91620eb6] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-91620eb6] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-91620eb6] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-91620eb6] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-91620eb6]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.btn-name__text[data-v-91620eb6] {
  color: #303133;
}
.add[data-v-91620eb6] {
  width: 100%;
  position: relative;
  color: #303b5b;
  font-size: 14px;
  line-height: 20px;
}
.add .more-msg-type[data-v-91620eb6] {
    padding: 14px 18px 0;
}
.add .more-msg-type .msg-type-wrapper[data-v-91620eb6] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.add .more-msg-type .msg-type-wrapper .msg-item[data-v-91620eb6] {
        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: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 72px;
        height: 60px;
        background: #f7f8fa;
        border-radius: 2px;
        cursor: pointer;
}
.add .more-msg-type .msg-type-wrapper .msg-item .file-input[data-v-91620eb6] {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          opacity: 0;
          cursor: pointer;
}
.add .more-msg-type .msg-type-wrapper .msg-item + .msg-item[data-v-91620eb6] {
          margin-left: 18px;
}
.add .more-msg-type .msg-type-wrapper .msg-item.disabled[data-v-91620eb6] {
          opacity: 0.6;
          cursor: not-allowed !important;
}
.add .more-msg-type .msg-type-wrapper .msg-item .msg-type[data-v-91620eb6] {
          width: 16px;
          height: 16px;
}
.add .more-msg-type .msg-type-wrapper .msg-item .msg-name[data-v-91620eb6] {
          margin-top: 8px;
          color: #101739;
          font-size: 12px;
          line-height: 17px;
}
.add .more-msg-type .msg-type-wrapper .msg-item[data-v-91620eb6]:hover {
          background: #eff1f4;
}
.add .more-msg-type .tips[data-v-91620eb6] {
      margin-top: 10px;
}
.add-btn-wrapper[data-v-91620eb6] {
  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;
  width: 100%;
  min-height: 44px;
  padding-left: 10px;
  font-size: 12px;
  cursor: pointer;
}
.add-btn-wrapper .el-icon-plus[data-v-91620eb6] {
    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;
    font-size: 12px;
}
.add-btn-wrapper.disable .el-icon-plus[data-v-91620eb6],
  .add-btn-wrapper.disable .add-btn[data-v-91620eb6] {
    opacity: 0.6;
    cursor: not-allowed;
}
.add-btn-wrapper .add-text[data-v-91620eb6] {
    color: #303b5b;
    font-size: 12px;
    margin-left: 6px;
    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-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.add-btn-wrapper .add-text div span[data-v-91620eb6] {
      font-size: 12px;
}
.add-btn-wrapper[data-v-91620eb6]:hover {
    color: #0d5aff;
}
.add-btn-wrapper:hover div[data-v-91620eb6] {
      color: #0d5aff;
}
.msg-list-item[data-v-91620eb6] {
  position: relative;
  padding: 0 16px;
  min-height: 44px;
  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;
}
.msg-list-item .msg-list[data-v-91620eb6] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    min-height: 44px;
}
.msg-list-item .img--view[data-v-91620eb6] {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    padding: 0 16px;
    width: 100%;
}
.msg-list-item[data-v-91620eb6]:hover {
    background: #ecf0f9;
    cursor: pointer;
}
.msg-list-item:hover .el-icon-close[data-v-91620eb6] {
      display: inline-block;
}
.msg-list-item:hover .el-icon-close[data-v-91620eb6]:hover {
        color: #0d5aff;
}
.msg-list-item:hover .re-upload[data-v-91620eb6] {
      display: inline-block;
}
.msg-list-item .msg-type[data-v-91620eb6] {
    font-size: 16px;
    margin-right: 8px;
    border-radius: 2px;
}
.msg-list-item .msg-name[data-v-91620eb6] {
    margin-right: 4px;
    color: #303b5b;
    font-size: 12px;
    line-height: 20px;
}
.msg-list-item .el-icon-close[data-v-91620eb6] {
    display: none;
}
.msg-list-item .re-upload[data-v-91620eb6] {
    display: none;
    font-size: 12px;
    line-height: 20px;
    color: #0d5aff;
}
.msg-list-item .iconcuowutishi[data-v-91620eb6] {
    color: #f2333a;
    font-size: 12px;
    line-height: 14px;
    margin-right: 4px;
}
.file--view[data-v-91620eb6] {
  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;
  width: 100%;
}
.f-1[data-v-91620eb6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-91620eb6] .el-image {
  width: calc(100% - 16px);
}
.img-box[data-v-91620eb6] {
  opacity: 0;
  cursor: pointer;
  height: 20px;
}
.no-attach[data-v-91620eb6] {
  padding-left: 10px;
  font-size: 12px;
  height: 44px;
  line-height: 44px;
}
.attachments-view[data-v-91620eb6] {
  min-height: 44px;
}
.fs-12[data-v-91620eb6] {
  font-size: 12px;
}
.add-preview--view[data-v-91620eb6] {
  width: 150px;
}

.main-page-dialog[data-v-afeafeec] {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#e6f0fe), color-stop(50%, #f2f8ff));
  background: linear-gradient(180deg, #e6f0fe 0%, #f2f8ff 50%);
  z-index: 5000;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
.main-page-dialog .page-header[data-v-afeafeec] {
    width: 100%;
    height: 68px;
    margin-bottom: 12px;
    background: #ffffff;
    border-radius: 10px;
}
.main-page-dialog .header-wrapper[data-v-afeafeec] {
    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;
}
.main-page-dialog .header-wrapper .left[data-v-afeafeec] {
      -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;
}
.main-page-dialog .header-wrapper .left .back[data-v-afeafeec] {
        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;
}
.main-page-dialog .header-wrapper .left .back:hover .iconfanhui1[data-v-afeafeec] {
          color: #0d5aff;
}
.main-page-dialog .header-wrapper .left .iconfanhui1[data-v-afeafeec] {
        font-size: 18px;
        color: #101739;
}
.main-page-dialog .header-wrapper .left .title[data-v-afeafeec] {
        margin-left: 12px;
        font-size: 16px;
        font-weight: 600;
        color: #101739;
        line-height: 22px;
}
.main-page-dialog .header-wrapper .right .el-button + .el-button[data-v-afeafeec] {
      margin-left: 8px;
}
.main-page-dialog .page-container[data-v-afeafeec] {
    width: 100%;
    height: calc(100% - 80px);
    padding: 24px 0;
    border-radius: 10px;
    background: #ffffff;
    overflow-y: auto;
}

.add-page-form[data-v-eadf5f70] .avue-form {
  max-width: 820px;
  margin: 0 auto;
}
.add-page-form[data-v-eadf5f70] .avue-form .el-collapse-item__header {
    pointer-events: none;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-group {
    padding-bottom: 16px;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-group__header {
    height: 25px;
    margin-bottom: 16px;
    background: inherit;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-group__header .el-icon-caret-bottom {
      display: none;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-group__header .avue-group__title {
      margin: 0;
      line-height: 25px;
      font-size: 18px;
      font-weight: 600;
      color: #101739;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-form__group {
    margin: 0 -6px;
    padding: 0 0 6px 0;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-form__group .el-col {
      padding: 0 8px !important;
}
.add-page-form[data-v-eadf5f70] .avue-form .el-form-item__label {
    padding: 0;
}
.add-page-form[data-v-eadf5f70] .avue-form .avue-form__menu {
    display: none;
}

.records-container[data-v-7aa313e3] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.records-container .add[data-v-7aa313e3] {
    margin-bottom: 16px;
}
.records-container .header[data-v-7aa313e3] {
    margin-bottom: 10px;
    border: solid 1px #e7e8ec;
    padding: 16px 0;
    border-radius: 4px;
}
.records-container .header .split-line[data-v-7aa313e3] {
      height: 56px;
      width: 1px;
      background-color: #e7e8ec;
}
.records-container .header .item[data-v-7aa313e3] {
      width: calc(50% - 5px);
      height: 56px;
      text-align: left;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border-radius: 6px;
      padding-left: 16px;
}
.records-container .header .item .label[data-v-7aa313e3] {
        color: #303b5b;
        font-size: 12px;
        height: 20px;
}
.records-container .header .item .value[data-v-7aa313e3] {
        height: 36px;
        line-height: 40px;
        color: #101739;
        font-size: 26px;
        font-weight: 500;
        font-family: "Roboto Medium";
}
.records-container .header .item .value.font-small[data-v-7aa313e3] {
          font-size: 18px;
}
.records-container .header .item .value .unit[data-v-7aa313e3] {
          font-size: 14px;
}
.records-container .order-card[data-v-7aa313e3] {
    padding: 16px 16px 16px 20px;
    background: #f7f8fa;
    border-radius: 4px;
}
.records-container .order-card .card-header[data-v-7aa313e3] {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 20px;
      margin-bottom: 16px;
}
.records-container .order-card .card-header .name[data-v-7aa313e3] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: 500;
        color: #101739;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
.records-container .order-card .card-header .detail[data-v-7aa313e3] {
        margin-left: 12px;
        color: #0d5aff;
        font-size: 12px;
        cursor: pointer;
}
.records-container .order-card .card-header .order-status[data-v-7aa313e3] {
        height: 18px;
        line-height: 18px;
        padding: 0 5px;
        margin-left: 8px;
        background: #e7e8ec;
        border-radius: 4px;
        font-size: 10px;
        -webkit-transform: scale(0.83);
                transform: scale(0.83);
}
.records-container .order-card .card-header .order-status.status-0[data-v-7aa313e3] {
          background: #e5e9fd;
          color: #0d5aff;
}
.records-container .order-card .card-header .order-status.status-1[data-v-7aa313e3] {
          background: #dcf6e9;
          color: #17bf6d;
}
.records-container .order-card .content[data-v-7aa313e3] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.records-container .order-card .content .label[data-v-7aa313e3],
      .records-container .order-card .content .value[data-v-7aa313e3] {
        color: #101739;
        line-height: 20px;
        font-size: 12px;
}
.records-container .order-card .content .content-item[data-v-7aa313e3] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.records-container .order-card .content .content-item .label[data-v-7aa313e3] {
          margin-right: 8px;
}
.records-container .order-card .content .content-item + .content-item[data-v-7aa313e3] {
          margin-left: 48px;
}
.records-container .order-card .time[data-v-7aa313e3] {
      margin-top: 8px;
      color: #444b6c;
      line-height: 17px;
      font-size: 12px;
}
.records-container .order-card .time .huIcon[data-v-7aa313e3] {
        font-size: 12px;
}
.records-container .order-card + .order-card[data-v-7aa313e3] {
      margin-top: 10px;
}
[data-v-7aa313e3] .msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
  top: 0;
}
[data-v-7aa313e3] .msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-7aa313e3] .msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-7aa313e3] .msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
.add-wrapper[data-v-7aa313e3] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.add-wrapper .add-header[data-v-7aa313e3] {
    border-bottom: 1px solid #e7e8ec;
    height: 54px;
    margin: 0 20px 20px 20px;
}
.add-wrapper .add-header .title[data-v-7aa313e3] {
      font-size: 16px;
      font-weight: 600;
      color: #101739;
}
.add-wrapper[data-v-7aa313e3] .avue-form {
    padding: 0;
}
.add-wrapper[data-v-7aa313e3] .add-page-form .page-header {
    display: none;
}
.empty__view[data-v-7aa313e3] {
  margin: 40px;
}
[data-v-7aa313e3] .flow-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px !important;
}
[data-v-7aa313e3] .page-container {
  border-radius: 0 !important;
}

.failuer-reason__input[data-v-dae42a38] {
  margin-top: 10px !important;
}

.select-customer-container[data-v-4a29e938] {
  height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 12px;
}
.select-customer-container .label[data-v-4a29e938] {
    width: 71px;
    line-height: 32px;
    color: #101739;
}
.select-customer-container .content[data-v-4a29e938] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.buttons[data-v-4a29e938] {
  margin-top: 20px;
}
.failuer-reason__input[data-v-4a29e938] {
  margin-top: 10px !important;
}

.flow-process--view[data-v-65fc0744] {
  padding: 16px 16px 16px 12px;
}
.opportunity-right[data-v-65fc0744] .el-tabs__content {
  height: calc(100% - 52px) !important;
}

.form-detail[data-v-7f4fd3c0] {
  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-7f4fd3c0] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-7f4fd3c0] .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-7f4fd3c0] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-7f4fd3c0] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-7f4fd3c0] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-7f4fd3c0] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-7f4fd3c0] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-7f4fd3c0] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-7f4fd3c0] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-7f4fd3c0] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-7f4fd3c0] {
    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-7f4fd3c0]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-7f4fd3c0] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-7f4fd3c0] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-7f4fd3c0] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-7f4fd3c0] {
    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-7f4fd3c0] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-7f4fd3c0] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-7f4fd3c0] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-7f4fd3c0] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-7f4fd3c0] {
        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-7f4fd3c0] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-7f4fd3c0] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-7f4fd3c0] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-7f4fd3c0] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-7f4fd3c0] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-7f4fd3c0] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-7f4fd3c0] .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-7f4fd3c0] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-7f4fd3c0] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-7f4fd3c0] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-7f4fd3c0] {
    -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-7f4fd3c0] {
    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-7f4fd3c0] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-7f4fd3c0] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-7f4fd3c0] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-7f4fd3c0] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-7f4fd3c0] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-7f4fd3c0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-7f4fd3c0] .right-container,
    .form-detail .detail-right[data-v-7f4fd3c0] .detail-right-tabs,
    .form-detail .detail-right[data-v-7f4fd3c0] .el-card,
    .form-detail .detail-right[data-v-7f4fd3c0] .el-card__body,
    .form-detail .detail-right[data-v-7f4fd3c0] .tabs,
    .form-detail .detail-right[data-v-7f4fd3c0] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-7f4fd3c0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-7f4fd3c0] .el-tabs,
    .form-detail .info-content[data-v-7f4fd3c0] .el-tabs__content,
    .form-detail .info-content[data-v-7f4fd3c0] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-7f4fd3c0]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-7f4fd3c0]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-7f4fd3c0]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-7f4fd3c0] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-7f4fd3c0] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-7f4fd3c0] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-7f4fd3c0] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-7f4fd3c0] {
    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-7f4fd3c0],
    .form-detail .order-detail-head .header-right[data-v-7f4fd3c0] {
      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-7f4fd3c0] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7f4fd3c0] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-7f4fd3c0] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7f4fd3c0] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7f4fd3c0] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
        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-7f4fd3c0] {
        -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-7f4fd3c0] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-7f4fd3c0] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-7f4fd3c0] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-7f4fd3c0] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-7f4fd3c0]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-7f4fd3c0] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-7f4fd3c0] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-7f4fd3c0] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-7f4fd3c0] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-7f4fd3c0] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-7f4fd3c0] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-7f4fd3c0] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-7f4fd3c0] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-7f4fd3c0] {
    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-7f4fd3c0] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-7f4fd3c0] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-7f4fd3c0] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-7f4fd3c0] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-7f4fd3c0] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-7f4fd3c0] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-7f4fd3c0] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-7f4fd3c0] {
    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-7f4fd3c0] {
      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-7f4fd3c0] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-7f4fd3c0] {
          font-size: 14px;
}
.form-detail .content[data-v-7f4fd3c0] {
    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-7f4fd3c0] {
      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-7f4fd3c0] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-7f4fd3c0] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-7f4fd3c0] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-7f4fd3c0] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-7f4fd3c0] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-7f4fd3c0] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-7f4fd3c0] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-7f4fd3c0] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-7f4fd3c0] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-7f4fd3c0] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-7f4fd3c0] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-7f4fd3c0] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-7f4fd3c0] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-7f4fd3c0] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-7f4fd3c0] {
      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-7f4fd3c0] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-7f4fd3c0] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-7f4fd3c0] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-7f4fd3c0] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-7f4fd3c0] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-7f4fd3c0]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.complate-operate[data-v-7f4fd3c0] {
  display: inline-block;
}
.complate-operate .complate-operate-list[data-v-7f4fd3c0] {
    margin-left: 12px;
}
.complate-operate .complate-operate-list .btn-win[data-v-7f4fd3c0]:hover {
      border-color: #0d5aff;
      color: #0d5aff;
}
.complate-operate .complate-operate-list .item[data-v-7f4fd3c0] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 76px;
      height: 32px;
      cursor: pointer;
}
.complate-operate .complate-operate-list .item .huIcon[data-v-7f4fd3c0] {
        padding-right: 4px;
}
.complate-operate .complate-operate-list .win[data-v-7f4fd3c0] {
      background: rgba(23, 191, 109, 0.08);
      border-radius: 4px;
      color: #17bf6d;
}
.complate-operate .complate-operate-list .failure[data-v-7f4fd3c0] {
      background: #fff4f4;
      border-radius: 4px;
      color: #f2333a;
}
.complate-operate .complate-operate-list .change-btn[data-v-7f4fd3c0] {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      height: 32px;
      line-height: 32px;
      margin-left: 9px;
      padding: 0 10px;
      border: 1px solid #e7e7eb;
      cursor: pointer;
      color: #303b5b;
      font-size: 14px;
      border-radius: 4px;
}
.complate-operate .complate-operate-list .change-btn.to-win[data-v-7f4fd3c0]:hover {
        border-color: #0d5aff;
        color: #0d5aff;
}
.complate-operate .complate-operate-list .change-btn.to-failure[data-v-7f4fd3c0]:hover {
        border-color: #f2333a;
        color: #f2333a;
}
.complate-operate .complate-operate-list .no-icon[data-v-7f4fd3c0] {
      width: 76px;
      text-align: center;
}
.complate-operate .complate-operate-list .null-status-win[data-v-7f4fd3c0]:hover {
      opacity: 0.7;
}
.complate-operate .complate-operate-list .null-status-failure[data-v-7f4fd3c0]:hover {
      opacity: 0.7;
}
.stage.stage-single[data-v-7f4fd3c0] .steps {
  width: 120px !important;
  border-radius: 2px;
}
[data-v-7f4fd3c0] .msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
}
[data-v-7f4fd3c0] .msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-7f4fd3c0] .msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-7f4fd3c0] .msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
.order-drawer[data-v-7f4fd3c0] {
  top: 64px !important;
}
.add-wrapper[data-v-7f4fd3c0] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.add-wrapper .add-header[data-v-7f4fd3c0] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e7e8ec;
    height: 54px;
    margin: 0 20px 20px 20px;
}
.add-wrapper .add-header .title[data-v-7f4fd3c0] {
      font-size: 16px;
      font-weight: 600;
      color: #101739;
}
.add-wrapper[data-v-7f4fd3c0] .add-page-form .page-header {
    display: none;
}
.add-wrapper[data-v-7f4fd3c0] .flow-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px !important;
}
.btn-name__text[data-v-7f4fd3c0] {
  color: #303133;
}
.customer-contacts__select[data-v-7f4fd3c0] {
  width: 210px !important;
  margin-right: 20px !important;
}

.reason-dialog .el-dialog__body {
  min-height: 232px !important;
}

.records-container[data-v-523ae97e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.records-container .add[data-v-523ae97e] {
    margin-bottom: 16px;
}
.records-container .opportunity-card[data-v-523ae97e] {
    padding: 16px 16px 16px 20px;
    background: #f7f8fa;
    border-radius: 4px;
}
.records-container .opportunity-card .card-header[data-v-523ae97e] {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      height: 20px;
      margin-bottom: 16px;
}
.records-container .opportunity-card .card-header .name[data-v-523ae97e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-weight: 500;
        color: #101739;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
}
.records-container .opportunity-card .card-header .detail[data-v-523ae97e] {
        margin-left: 12px;
        color: #0d5aff;
        font-size: 12px;
        cursor: pointer;
}
.records-container .opportunity-card .content[data-v-523ae97e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
}
.records-container .opportunity-card .content .label[data-v-523ae97e],
      .records-container .opportunity-card .content .value[data-v-523ae97e] {
        color: #101739;
        line-height: 20px;
        font-size: 12px;
}
.records-container .opportunity-card .content .content-item[data-v-523ae97e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
}
.records-container .opportunity-card .content .content-item .label[data-v-523ae97e] {
          margin-right: 8px;
}
.records-container .opportunity-card .content .content-item + .content-item[data-v-523ae97e] {
          margin-left: 48px;
}
.records-container .opportunity-card .time[data-v-523ae97e] {
      margin-top: 8px;
      color: #444b6c;
      line-height: 17px;
      font-size: 12px;
}
.records-container .opportunity-card .time .huIcon[data-v-523ae97e] {
        font-size: 12px;
}
.records-container .opportunity-card + .opportunity-card[data-v-523ae97e] {
      margin-top: 10px;
}
[data-v-523ae97e] .msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
  top: 0 !important;
}
[data-v-523ae97e] .msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-523ae97e] .msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-523ae97e] .msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
.add-wrapper[data-v-523ae97e] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.add-wrapper .add-header[data-v-523ae97e] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #e7e8ec;
    height: 54px;
    margin: 0 20px 20px 20px;
}
.add-wrapper .add-header .title[data-v-523ae97e] {
      font-size: 16px;
      font-weight: 600;
      color: #101739;
}
.add-wrapper[data-v-523ae97e] .avue-form {
    padding: 0;
}
.add-wrapper[data-v-523ae97e] .add-page-form .page-header {
    display: none;
}
.empty__view[data-v-523ae97e] {
  margin: 40px;
}
.order-status[data-v-523ae97e] {
  height: 18px;
  line-height: 18px;
  padding: 0 5px;
  margin-left: 8px;
  background: #e7e8ec;
  border-radius: 4px;
  font-size: 10px;
  -webkit-transform: scale(0.83);
          transform: scale(0.83);
}
.order-status.status-0[data-v-523ae97e] {
    background: #e5e9fd;
    color: #0d5aff;
}
.order-status.status-1[data-v-523ae97e] {
    background: #dcf6e9;
    color: #17bf6d;
}
.null-view[data-v-523ae97e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-523ae97e] .flow-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px !important;
}
[data-v-523ae97e] .page-container {
  border-radius: 0 !important;
}

.form-detail[data-v-b36783c8] {
  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-b36783c8] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-b36783c8] .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-b36783c8] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-b36783c8] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-b36783c8] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-b36783c8] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-b36783c8] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-b36783c8] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-b36783c8] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-b36783c8] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-b36783c8] {
    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-b36783c8]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-b36783c8] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-b36783c8] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-b36783c8] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-b36783c8] {
    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-b36783c8] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-b36783c8] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-b36783c8] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-b36783c8] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-b36783c8] {
        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-b36783c8] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-b36783c8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-b36783c8] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-b36783c8] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-b36783c8] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-b36783c8] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-b36783c8] .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-b36783c8] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-b36783c8] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-b36783c8] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-b36783c8] {
    -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-b36783c8] {
    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-b36783c8] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-b36783c8] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-b36783c8] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-b36783c8] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-b36783c8] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-b36783c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-b36783c8] .right-container,
    .form-detail .detail-right[data-v-b36783c8] .detail-right-tabs,
    .form-detail .detail-right[data-v-b36783c8] .el-card,
    .form-detail .detail-right[data-v-b36783c8] .el-card__body,
    .form-detail .detail-right[data-v-b36783c8] .tabs,
    .form-detail .detail-right[data-v-b36783c8] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-b36783c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-b36783c8] .el-tabs,
    .form-detail .info-content[data-v-b36783c8] .el-tabs__content,
    .form-detail .info-content[data-v-b36783c8] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-b36783c8] {
      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-b36783c8] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-b36783c8]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-b36783c8]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-b36783c8]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-b36783c8] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-b36783c8] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-b36783c8] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-b36783c8] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-b36783c8] {
    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-b36783c8],
    .form-detail .order-detail-head .header-right[data-v-b36783c8] {
      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-b36783c8] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-b36783c8] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-b36783c8] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-b36783c8] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-b36783c8] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-b36783c8] {
      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-b36783c8] {
        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-b36783c8] {
        -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-b36783c8] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-b36783c8] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-b36783c8] {
      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-b36783c8] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-b36783c8] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-b36783c8] {
      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-b36783c8] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-b36783c8] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-b36783c8]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-b36783c8] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-b36783c8] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-b36783c8] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-b36783c8] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-b36783c8] {
      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-b36783c8] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-b36783c8] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-b36783c8] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-b36783c8] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-b36783c8] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-b36783c8] {
    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-b36783c8] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-b36783c8] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-b36783c8] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-b36783c8] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-b36783c8] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-b36783c8] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-b36783c8] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-b36783c8] {
    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-b36783c8] {
      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-b36783c8] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-b36783c8] {
          font-size: 14px;
}
.form-detail .content[data-v-b36783c8] {
    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-b36783c8] {
      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-b36783c8] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-b36783c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-b36783c8] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-b36783c8] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-b36783c8] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-b36783c8] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-b36783c8] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-b36783c8] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-b36783c8] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-b36783c8] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-b36783c8] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-b36783c8] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-b36783c8] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-b36783c8] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-b36783c8] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-b36783c8] {
      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-b36783c8] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-b36783c8] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-b36783c8] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-b36783c8] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-b36783c8] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-b36783c8]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.more[data-v-b36783c8] {
  font-size: 14px;
  color: #0d5aff;
  cursor: pointer;
  margin-right: 8px;
}
.search[data-v-b36783c8] {
  width: 60%;
  margin: 16px auto;
}
.contact-form[data-v-b36783c8] .avue-form__row:nth-child(odd) {
  padding-left: 0px !important;
}
.sms__button--view[data-v-b36783c8] {
  margin-left: 21px;
}
.wecht-btn__view[data-v-b36783c8] {
  margin-left: 16px;
}
[data-v-b36783c8] .header-right {
  padding-right: 24px;
}
[data-v-b36783c8] .header-right .header-wrap {
    padding-right: 0;
}
[data-v-b36783c8] .header-right .header-wrap .bind-btn--view {
      margin-left: 10px;
}
.page-view[data-v-b36783c8] {
  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: 16px;
}
.page-view .pre-text[data-v-b36783c8],
  .page-view .next-text[data-v-b36783c8] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-b36783c8]:hover,
    .page-view .next-text[data-v-b36783c8]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-b36783c8] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-b36783c8]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}
[data-v-b36783c8] .single--view {
  border: 0 none;
}
[data-v-b36783c8] .single--view .el-input-group__prepend {
    font-size: 12px;
    background: #fff !important;
}
[data-v-b36783c8] .second-channel--com {
  display: block !important;
}
[data-v-b36783c8] .second-channel--com .el-popover__reference-wrapper,[data-v-b36783c8] .second-channel--com .el-popover__reference {
    height: 44px;
}
[data-v-b36783c8] .second-channel--com .el-input__suffix {
    background: #fff;
    z-index: 0;
    right: 0;
    padding-right: 5px;
}

.association-popover {
  padding: 0 !important;
}
.association-popover .contact-list--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;
    height: 40px;
    padding: 0 16px;
    cursor: pointer;
}
.association-popover .contact-list--view .contact-list--label {
      font-size: 12px;
      color: #101739;
      margin-right: 24px;
}
.association-popover .contact-list--view .contact-list--association {
      font-size: 12px;
      color: #0d5aff;
}
.association-popover .contact-list--view:hover {
      background: #f7f8fa;
}
/deep/.phone-number {
  color: #303b5b;
}
.iconzhongfuxiansuo {
  margin-right: 8px;
  margin-left: 4px;
  cursor: pointer;
  color: #0d5aff;
}

.collect-amount--view[data-v-5a476389] {
  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;
}
.collect-amount--view[data-v-5a476389] .el-input-number--medium {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.amount-tips[data-v-5a476389] {
  font-size: 12px;
  line-height: 20px;
  color: #83899d;
  margin-left: 8px;
}
.amount-tips span[data-v-5a476389] {
    color: #f2333a;
}
[data-v-5a476389] .avue-form__group {
  margin: 0;
  padding: 0;
}
.dialog-view[data-v-5a476389] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.dialog-view .avue-form--view[data-v-5a476389] {
    width: 600px;
}
.dialog-view .avue-form--view[data-v-5a476389] .avue-form__menu {
      display: none;
}
.dialog-footer[data-v-5a476389] {
  padding-right: 10px;
}
.alread-do--view[data-v-5a476389] {
  margin-right: 10px;
}
.green-text[data-v-5a476389] {
  color: #00ca5c;
}
.red-text[data-v-5a476389] {
  color: #f2333a;
}
.flow-view[data-v-5a476389] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
}
.error-msg[data-v-5a476389] {
  position: absolute;
  height: 20px;
  line-height: 20px;
  color: #f56c6c;
  font-size: 12px;
}
.iconwenhao[data-v-5a476389] {
  color: #f2333a;
  font-size: 14px;
  margin-left: 4px;
}
.status-icon--view[data-v-5a476389] {
  position: absolute;
  bottom: 80px;
  right: 220px;
  z-index: 99;
  width: 180px;
}
.no-attach[data-v-5a476389] {
  color: #83899d;
}
.order-number--view[data-v-5a476389] {
  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;
  margin: 8px 0;
}
.order-number--view .approve-icon[data-v-5a476389] {
    background: #eff1f5;
    padding: 0 4px;
    border-radius: 4px;
    font-size: 12px;
    color: #0d5aff;
    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;
    zoom: calc(0.83);
    margin-left: 8px;
}
.order-customer--view[data-v-5a476389] {
  font-size: 12px;
  line-height: 12px;
  color: #a2a5b5;
  margin: 0 0 8px 0;
}
.group-title[data-v-5a476389] {
  padding: 0 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;
}
.group-title .group-title--view[data-v-5a476389] {
    font-size: 16px;
    color: #101739;
    font-weight: 500;
}
.group-title-text[data-v-5a476389] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 400;
  font-size: 12px;
  color: #83899d;
}
.group-title-num[data-v-5a476389] {
  color: #101739;
  font-size: 12px;
}
.group-title-price[data-v-5a476389] {
  color: #101739;
  font-size: 12px;
}
.group-pedding-price[data-v-5a476389] {
  color: #f2333a;
  font-size: 12px;
}
.product-view[data-v-5a476389] {
  margin-top: 17px;
  width: 100%;
  padding: 0 10px;
}
[data-v-5a476389] .editNum input[type="number"]::-webkit-outer-spin-button,[data-v-5a476389] .editNum input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
[data-v-5a476389] .editNum input[type="number"] {
  -moz-appearance: textfield;
}
[data-v-5a476389] .error-input .el-input__inner {
  border-color: #f2333a;
}
[data-v-5a476389] .error-input .el-input__inner:focus,[data-v-5a476389] .error-input .el-input__inner:hover {
    border-color: #f2333a !important;
}
.customer-name--text[data-v-5a476389] {
  color: #303b5b;
  cursor: pointer;
}
.customer-name--text[data-v-5a476389]:hover {
    color: #0d5aff;
}
[data-v-5a476389] .customer-name--view {
  margin: -14px 0;
}
.header-view[data-v-5a476389] {
  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;
}
.header-view .iconchenggongtishi[data-v-5a476389] {
    color: #00ca5c;
    font-size: 40px;
}
.send-tips[data-v-5a476389] {
  font-size: 14px;
  color: #101739;
  margin-top: 16px;
}
.send-msg--view[data-v-5a476389] {
  background: #f7f8fa;
  border-radius: 4px;
  padding: 16px 16px 1px 16px;
  margin-top: 24px;
}
.send-msg--view .webhook-list[data-v-5a476389] {
    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: 16px;
}
.send-msg--view .webhook-list .webhook-list--title[data-v-5a476389] {
      font-size: 14px;
      color: #444b6c;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.send-msg--view .webhook-list .send-btn--view[data-v-5a476389] {
      padding: 0 8px;
      height: 28px;
      border-radius: 4px;
      border: 1px solid #0d5aff;
      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;
      color: #0d5aff;
      font-size: 14px;
      cursor: pointer;
}
.iconjiqiren[data-v-5a476389] {
  color: #74b5ff;
  font-size: 16px;
  margin-right: 7px;
}
[data-v-5a476389] .order-msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
  top: 0;
}
[data-v-5a476389] .order-msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-5a476389] .order-msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-5a476389] .order-msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
[data-v-5a476389] .order-msg-drawer .flow-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px !important;
}
[data-v-5a476389] .el-drawer .avue-form {
  padding: 0;
}
.fs-12[data-v-5a476389] {
  font-size: 12px;
}
.add-preview--view[data-v-5a476389] {
  width: 150px;
}

.order-select--view .el-select-dropdown__item {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.form-detail[data-v-5f3c138f] {
  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-5f3c138f] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-5f3c138f] .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-5f3c138f] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-5f3c138f] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-5f3c138f] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-5f3c138f] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-5f3c138f] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-5f3c138f] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-5f3c138f] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-5f3c138f] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-5f3c138f] {
    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-5f3c138f]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-5f3c138f] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-5f3c138f] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-5f3c138f] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-5f3c138f] {
    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-5f3c138f] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-5f3c138f] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-5f3c138f] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-5f3c138f] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-5f3c138f] {
        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-5f3c138f] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-5f3c138f] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-5f3c138f] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-5f3c138f] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-5f3c138f] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-5f3c138f] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-5f3c138f] .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-5f3c138f] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-5f3c138f] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-5f3c138f] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-5f3c138f] {
    -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-5f3c138f] {
    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-5f3c138f] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-5f3c138f] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-5f3c138f] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-5f3c138f] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-5f3c138f] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-5f3c138f] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-5f3c138f] .right-container,
    .form-detail .detail-right[data-v-5f3c138f] .detail-right-tabs,
    .form-detail .detail-right[data-v-5f3c138f] .el-card,
    .form-detail .detail-right[data-v-5f3c138f] .el-card__body,
    .form-detail .detail-right[data-v-5f3c138f] .tabs,
    .form-detail .detail-right[data-v-5f3c138f] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-5f3c138f] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-5f3c138f] .el-tabs,
    .form-detail .info-content[data-v-5f3c138f] .el-tabs__content,
    .form-detail .info-content[data-v-5f3c138f] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-5f3c138f] {
      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-5f3c138f] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-5f3c138f]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-5f3c138f]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-5f3c138f]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-5f3c138f] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-5f3c138f] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-5f3c138f] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-5f3c138f] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-5f3c138f] {
    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-5f3c138f],
    .form-detail .order-detail-head .header-right[data-v-5f3c138f] {
      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-5f3c138f] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-5f3c138f] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-5f3c138f] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-5f3c138f] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-5f3c138f] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-5f3c138f] {
      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-5f3c138f] {
        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-5f3c138f] {
        -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-5f3c138f] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-5f3c138f] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-5f3c138f] {
      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-5f3c138f] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-5f3c138f] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-5f3c138f] {
      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-5f3c138f] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-5f3c138f] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-5f3c138f]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-5f3c138f] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-5f3c138f] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-5f3c138f] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-5f3c138f] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-5f3c138f] {
      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-5f3c138f] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-5f3c138f] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-5f3c138f] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-5f3c138f] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-5f3c138f] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-5f3c138f] {
    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-5f3c138f] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-5f3c138f] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-5f3c138f] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-5f3c138f] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-5f3c138f] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-5f3c138f] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-5f3c138f] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-5f3c138f] {
    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-5f3c138f] {
      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-5f3c138f] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-5f3c138f] {
          font-size: 14px;
}
.form-detail .content[data-v-5f3c138f] {
    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-5f3c138f] {
      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-5f3c138f] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-5f3c138f] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-5f3c138f] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-5f3c138f] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-5f3c138f] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-5f3c138f] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-5f3c138f] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-5f3c138f] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-5f3c138f] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-5f3c138f] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-5f3c138f] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-5f3c138f] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-5f3c138f] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-5f3c138f] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-5f3c138f] {
      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-5f3c138f] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-5f3c138f] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-5f3c138f] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-5f3c138f] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-5f3c138f] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-5f3c138f]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
#addOrder[data-v-5f3c138f] {
  position: relative;
}
#addOrder .order-content .content--view[data-v-5f3c138f] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
#addOrder .order-content .content--view .order-content-view[data-v-5f3c138f] {
      max-width: 820px;
}
#addOrder .order-content .content--view .flow-view[data-v-5f3c138f] {
      margin-left: 64px;
}
#addOrder .order-content .group-title-text[data-v-5f3c138f] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 8px;
    font-weight: 400;
    font-size: 12px;
    color: #6e758c;
}
#addOrder .order-content .group-title-num[data-v-5f3c138f] {
    color: #101739;
}
#addOrder .order-content .group-title-price[data-v-5f3c138f] {
    color: #101739;
}
#addOrder .order-content[data-v-5f3c138f] .add-container {
    text-align: right;
}
#addOrder .order-content[data-v-5f3c138f] .add-container .huIcon {
      font-size: 12px;
}
#addOrder .detail-add[data-v-5f3c138f] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    overflow-y: auto;
    background: #ffffff;
    padding: 0 20px 82px 20px;
}
#addOrder .detail-add .title-content[data-v-5f3c138f] {
      border-bottom: 1px solid #e7e8ec;
      height: 54px;
      margin-bottom: 20px;
}
#addOrder .detail-add .title-content .title[data-v-5f3c138f] {
        font-size: 16px;
        font-weight: 500;
        color: #101739;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
#addOrder .detail-add .group-title[data-v-5f3c138f] {
      font-size: 14px;
      color: #101739;
      font-weight: 500;
}
#addOrder .detail-add .order-view[data-v-5f3c138f] {
      margin: 12px 0 16px 0;
}
#addOrder .add[data-v-5f3c138f] {
    margin: 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    background: #ffffff;
}
#addOrder .add .group-title[data-v-5f3c138f] {
      margin-bottom: 16px;
      font-size: 18px;
      font-weight: 600;
      color: #101739;
      line-height: 25px;
}
#addOrder .fixed-btn[data-v-5f3c138f] {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 82px;
    background: #ffffff;
    -webkit-box-shadow: 0px -2px 8px 0px #e7e8ec;
            box-shadow: 0px -2px 8px 0px #e7e8ec;
    border-radius: 0px 0px 4px 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;
    z-index: 10;
}
.iconfanhui1[data-v-5f3c138f] {
  margin-right: 16px;
  cursor: pointer;
}
.iconfanhui1[data-v-5f3c138f]:hover {
    color: #0d5aff;
}
.base-title[data-v-5f3c138f] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.opportunity__select[data-v-5f3c138f] {
  margin-right: 20px !important;
}
.group__view--product[data-v-5f3c138f] {
  margin-top: 20px;
}
.product__select[data-v-5f3c138f] {
  margin-left: 8px;
}

[data-v-dfd81b7e] .reservation-add--view {
  margin: 0 10px;
}

.transform-customer .trans-form[data-v-9c895c02]  {
  padding: 30px;
}
.transform-customer .trans-form[data-v-9c895c02] .el-form-item {
    height: 36px;
}
.transform-customer .trans-form[data-v-9c895c02] .el-form-item__label {
    height: 36px;
    line-height: 36px;
}
.transform-customer .trans-form[data-v-9c895c02] .el-form-item__content {
    height: 36px;
    line-height: 36px;
}
.transform-customer .form-btn[data-v-9c895c02] {
  margin-top: 20px;
  width: 100%;
  text-align: right;
}
.prepend-input[data-v-9c895c02] .el-select .el-input {
  width: 100px;
  border: none;
}
.prepend-input[data-v-9c895c02] .el-select .el-input__inner {
  border: none;
}
.prepend-input[data-v-9c895c02] .el-input-group__prepend {
  background-color: #fff;
}
[data-v-9c895c02] .msg-drawer {
  width: 1154px !important;
  overflow: inherit !important;
}
[data-v-9c895c02] .msg-drawer .el-drawer__body {
    background: #fff !important;
    overflow-y: auto;
}
[data-v-9c895c02] .msg-drawer .close-container {
    position: absolute;
    top: 16px;
    left: -40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    background-color: #0d5aff;
    color: #fff;
    z-index: 1;
    cursor: pointer;
}
[data-v-9c895c02] .msg-drawer .close-container:hover {
      background-color: #3d7bff;
}
.add-wrapper[data-v-9c895c02] {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.add-wrapper .add-header[data-v-9c895c02] {
    border-bottom: 1px solid #e7e8ec;
    height: 54px;
    margin: 0 20px 20px 20px;
}
.add-wrapper[data-v-9c895c02] .add-page-form .page-header {
    display: none;
}
.add-wrapper[data-v-9c895c02] .flow-view {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 16px !important;
}
.next-tip-content[data-v-9c895c02] {
  height: 170px;
  padding-bottom: 46px;
}
.next-tip-content .content-row[data-v-9c895c02] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.next-tip-content .content-row .success[data-v-9c895c02] {
      font-size: 40px;
      color: #00ca5c;
}
.next-tip-content .content-row .text[data-v-9c895c02] {
      margin: 12px 0 20px 0;
      font-size: 14px;
      color: #101739;
}
.loading-content[data-v-9c895c02] {
  position: relative;
}
.loading-content .content-row[data-v-9c895c02] {
    height: 100%;
}
.loading-content .content-row[data-v-9c895c02] .el-loading-spinner {
      top: 50% !important;
}
.reservation-dom[data-v-9c895c02] {
  width: 0;
  height: 0;
  opacity: 0;
}
.tltle[data-v-9c895c02] {
  font-size: 16px;
  font-weight: 600;
  color: #101739;
}

.more-tips .el-message-box__headerbtn {
  display: block !important;
}

.status-view[data-v-dd2186a6] {
  display: inline-block;
}
.status-view .status-btn[data-v-dd2186a6] {
    height: 20px;
    line-height: 20px;
    padding: 0 6px;
    border-radius: 4px;
    font-size: 0;
}
.status-view .status-btn.confirm[data-v-dd2186a6] {
      background-color: #fff1e9;
      border: 1px solid #fde3d4;
}
.status-view .status-btn.confirm .text[data-v-dd2186a6] {
        font-weight: 500;
        color: #fe7c2a;
}
.status-view .status-btn.valid[data-v-dd2186a6] {
      background-color: #e8faf1;
      border: 1px solid #cdf1df;
}
.status-view .status-btn.valid .text[data-v-dd2186a6] {
        font-weight: 500;
        color: #1aa862;
}
.status-view .status-btn.invalid[data-v-dd2186a6] {
      background-color: #f5f6f9;
      border: 1px solid #e7e8ec;
}
.status-view .status-btn.invalid .text[data-v-dd2186a6] {
        font-weight: 500;
        color: #83899d;
}
.status-view .status-btn.invalid .huIcon[data-v-dd2186a6] {
        font-size: 13px;
}
.status-view .text[data-v-dd2186a6] {
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.btn-view[data-v-4237f3e8] {
  margin-left: 8px;
}
.can-click-text[data-v-4237f3e8] {
  margin-right: 10px;
}

.form-detail[data-v-3c249234] {
  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-3c249234] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-3c249234] .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-3c249234] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-3c249234] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-3c249234] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-3c249234] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-3c249234] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-3c249234] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-3c249234] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-3c249234] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-3c249234] {
    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-3c249234]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-3c249234] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-3c249234] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-3c249234] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-3c249234] {
    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-3c249234] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-3c249234] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-3c249234] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-3c249234] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-3c249234] {
        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-3c249234] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-3c249234] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-3c249234] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-3c249234] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-3c249234] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-3c249234] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-3c249234] .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-3c249234] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-3c249234] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-3c249234] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-3c249234] {
    -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-3c249234] {
    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-3c249234] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-3c249234] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-3c249234] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-3c249234] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-3c249234] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-3c249234] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-3c249234] .right-container,
    .form-detail .detail-right[data-v-3c249234] .detail-right-tabs,
    .form-detail .detail-right[data-v-3c249234] .el-card,
    .form-detail .detail-right[data-v-3c249234] .el-card__body,
    .form-detail .detail-right[data-v-3c249234] .tabs,
    .form-detail .detail-right[data-v-3c249234] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-3c249234] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-3c249234] .el-tabs,
    .form-detail .info-content[data-v-3c249234] .el-tabs__content,
    .form-detail .info-content[data-v-3c249234] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-3c249234] {
      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-3c249234] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-3c249234]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-3c249234]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-3c249234]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-3c249234] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-3c249234] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-3c249234] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-3c249234] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-3c249234] {
    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-3c249234],
    .form-detail .order-detail-head .header-right[data-v-3c249234] {
      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-3c249234] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-3c249234] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-3c249234] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-3c249234] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-3c249234] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-3c249234] {
      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-3c249234] {
        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-3c249234] {
        -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-3c249234] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-3c249234] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-3c249234] {
      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-3c249234] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-3c249234] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-3c249234] {
      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-3c249234] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-3c249234] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-3c249234]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-3c249234] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-3c249234] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-3c249234] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-3c249234] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-3c249234] {
      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-3c249234] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-3c249234] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-3c249234] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-3c249234] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-3c249234] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-3c249234] {
    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-3c249234] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-3c249234] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-3c249234] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-3c249234] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-3c249234] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-3c249234] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-3c249234] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-3c249234] {
    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-3c249234] {
      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-3c249234] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-3c249234] {
          font-size: 14px;
}
.form-detail .content[data-v-3c249234] {
    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-3c249234] {
      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-3c249234] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-3c249234] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-3c249234] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-3c249234] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-3c249234] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-3c249234] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-3c249234] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-3c249234] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-3c249234] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-3c249234] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-3c249234] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-3c249234] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-3c249234] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-3c249234] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-3c249234] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-3c249234] {
      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-3c249234] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-3c249234] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-3c249234] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-3c249234] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-3c249234] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-3c249234]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.sms-btn__view[data-v-3c249234] {
  margin-left: 21px;
}
.wecht-btn__view[data-v-3c249234] {
  margin-left: 16px;
}
.btn-name__view[data-v-3c249234] {
  color: #303133;
}
.trans-box[data-v-3c249234] {
  width: 0;
  height: 0;
  pointer-events: none;
}
.trans-box[data-v-3c249234] .customer-detail .popup {
    z-index: 5000;
}
.border-blue[data-v-3c249234] {
  border-color: #0d5aff;
  color: #0d5aff;
}
[data-v-3c249234] .header-right {
  padding-right: 24px;
}
[data-v-3c249234] .header-right .header-wrap {
    padding-right: 0;
}
[data-v-3c249234] .header-right .header-wrap .bind-btn--view {
      margin-left: 10px;
}
.iconzhongfuxiansuo[data-v-3c249234] {
  margin-right: 8px;
  margin-left: 4px;
  cursor: pointer;
  color: #0d5aff;
}
.page-view[data-v-3c249234] {
  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: 16px;
}
.page-view .pre-text[data-v-3c249234],
  .page-view .next-text[data-v-3c249234] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-3c249234]:hover,
    .page-view .next-text[data-v-3c249234]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-3c249234] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-3c249234]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}

.form-detail[data-v-7ece9a6e] {
  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-7ece9a6e] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-7ece9a6e] .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-7ece9a6e] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-7ece9a6e] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-7ece9a6e] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-7ece9a6e] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-7ece9a6e] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-7ece9a6e] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-7ece9a6e] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-7ece9a6e] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-7ece9a6e] {
    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-7ece9a6e]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-7ece9a6e] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-7ece9a6e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-7ece9a6e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-7ece9a6e] {
    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-7ece9a6e] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-7ece9a6e] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-7ece9a6e] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-7ece9a6e] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-7ece9a6e] {
        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-7ece9a6e] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-7ece9a6e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-7ece9a6e] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-7ece9a6e] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-7ece9a6e] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-7ece9a6e] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-7ece9a6e] .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-7ece9a6e] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-7ece9a6e] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-7ece9a6e] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-7ece9a6e] {
    -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-7ece9a6e] {
    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-7ece9a6e] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-7ece9a6e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-7ece9a6e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-7ece9a6e] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-7ece9a6e] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-7ece9a6e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-7ece9a6e] .right-container,
    .form-detail .detail-right[data-v-7ece9a6e] .detail-right-tabs,
    .form-detail .detail-right[data-v-7ece9a6e] .el-card,
    .form-detail .detail-right[data-v-7ece9a6e] .el-card__body,
    .form-detail .detail-right[data-v-7ece9a6e] .tabs,
    .form-detail .detail-right[data-v-7ece9a6e] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-7ece9a6e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-7ece9a6e] .el-tabs,
    .form-detail .info-content[data-v-7ece9a6e] .el-tabs__content,
    .form-detail .info-content[data-v-7ece9a6e] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-7ece9a6e] {
      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-7ece9a6e] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-7ece9a6e]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-7ece9a6e]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-7ece9a6e]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-7ece9a6e] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-7ece9a6e] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-7ece9a6e] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-7ece9a6e] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-7ece9a6e] {
    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-7ece9a6e],
    .form-detail .order-detail-head .header-right[data-v-7ece9a6e] {
      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-7ece9a6e] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7ece9a6e] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-7ece9a6e] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7ece9a6e] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-7ece9a6e] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-7ece9a6e] {
      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-7ece9a6e] {
        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-7ece9a6e] {
        -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-7ece9a6e] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-7ece9a6e] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-7ece9a6e] {
      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-7ece9a6e] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-7ece9a6e] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-7ece9a6e] {
      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-7ece9a6e] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-7ece9a6e] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-7ece9a6e]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-7ece9a6e] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-7ece9a6e] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-7ece9a6e] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-7ece9a6e] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-7ece9a6e] {
      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-7ece9a6e] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-7ece9a6e] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-7ece9a6e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-7ece9a6e] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-7ece9a6e] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-7ece9a6e] {
    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-7ece9a6e] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-7ece9a6e] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-7ece9a6e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-7ece9a6e] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-7ece9a6e] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-7ece9a6e] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-7ece9a6e] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-7ece9a6e] {
    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-7ece9a6e] {
      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-7ece9a6e] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-7ece9a6e] {
          font-size: 14px;
}
.form-detail .content[data-v-7ece9a6e] {
    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-7ece9a6e] {
      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-7ece9a6e] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-7ece9a6e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-7ece9a6e] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-7ece9a6e] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-7ece9a6e] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-7ece9a6e] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-7ece9a6e] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-7ece9a6e] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-7ece9a6e] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-7ece9a6e] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-7ece9a6e] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-7ece9a6e] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-7ece9a6e] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-7ece9a6e] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-7ece9a6e] {
      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-7ece9a6e] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-7ece9a6e] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-7ece9a6e] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-7ece9a6e] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-7ece9a6e] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-7ece9a6e]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.decrypt-phone[data-v-7ece9a6e] {
  color: #0d5aff;
  cursor: pointer;
}
.search[data-v-7ece9a6e] {
  width: 60%;
  margin: 16px auto;
}
.page-view[data-v-7ece9a6e] {
  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: 16px;
}
.page-view .pre-text[data-v-7ece9a6e],
  .page-view .next-text[data-v-7ece9a6e] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-7ece9a6e]:hover,
    .page-view .next-text[data-v-7ece9a6e]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-7ece9a6e] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-7ece9a6e]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}
[data-v-7ece9a6e] .single--view {
  border: 0 none;
}
[data-v-7ece9a6e] .single--view .el-input-group__prepend {
    font-size: 12px;
    background: #fff !important;
}

[data-v-9b38b74a] .el-tabs__content {
  padding-bottom: 0 !important;
}

.add-channel--content[data-v-4f6b2e98] {
  background: #fff;
  padding: 24px;
  border-radius: 4px;
}
.add-channel--content .title-label[data-v-4f6b2e98] {
    font-weight: 500;
    font-size: 16px;
    color: #101739;
    margin-bottom: 16px;
}
.add-channel--content .diaglog--view[data-v-4f6b2e98] {
    width: 552px;
    height: 360px;
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    background: #fff;
    overflow: hidden;
}
.add-channel--content .diaglog--view .view--header[data-v-4f6b2e98] {
      height: 40px;
      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-left: 16px;
      font-size: 14px;
      color: #101739;
      border-bottom: 1px solid #e7e8ec;
}
.add-channel--content .diaglog--view .view--content[data-v-4f6b2e98] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
}
.add-channel--content .diaglog--view .view--content .first-channel--view[data-v-4f6b2e98] {
        width: 148px;
        height: 320px;
        overflow: auto;
        padding: 16px 0 0 16px;
        border-right: 1px solid #e7e8ec;
}
.add-channel--content .diaglog--view .view--content .first-channel--view .first-channel--label[data-v-4f6b2e98] {
          width: 112px;
          font-size: 14px;
          color: #101739;
          margin-bottom: 16px;
          cursor: pointer;
}
.add-channel--content .diaglog--view .view--content .first-channel--view .first-channel--label[data-v-4f6b2e98]:hover {
            color: #0d5aff;
}
.add-channel--content .diaglog--view .view--content .first-channel--view .active[data-v-4f6b2e98] {
          color: #0d5aff;
}
.add-channel--content .diaglog--view .view--content .second-channel--view[data-v-4f6b2e98] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 16px 0 0 16px;
        height: 320px;
        overflow: auto;
}
.add-channel--content .diaglog--view .view--content .second-channel--view .el-radio[data-v-4f6b2e98] {
          width: calc(50% - 16px);
          margin-right: 16px;
          margin-bottom: 16px;
}
.add-channel--content .submit-btn--view[data-v-4f6b2e98] {
    margin-top: 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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
[data-v-4f6b2e98] .el-radio-group {
  width: 100%;
}

.form-detail[data-v-328db2f6] {
  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-328db2f6] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-328db2f6] .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-328db2f6] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-328db2f6] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-328db2f6] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-328db2f6] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-328db2f6] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-328db2f6] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-328db2f6] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-328db2f6] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-328db2f6] {
    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-328db2f6]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-328db2f6] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-328db2f6] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-328db2f6] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-328db2f6] {
    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-328db2f6] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-328db2f6] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-328db2f6] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-328db2f6] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-328db2f6] {
        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-328db2f6] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-328db2f6] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-328db2f6] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-328db2f6] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-328db2f6] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-328db2f6] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-328db2f6] .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-328db2f6] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-328db2f6] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-328db2f6] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-328db2f6] {
    -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-328db2f6] {
    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-328db2f6] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-328db2f6] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-328db2f6] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-328db2f6] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-328db2f6] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-328db2f6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-328db2f6] .right-container,
    .form-detail .detail-right[data-v-328db2f6] .detail-right-tabs,
    .form-detail .detail-right[data-v-328db2f6] .el-card,
    .form-detail .detail-right[data-v-328db2f6] .el-card__body,
    .form-detail .detail-right[data-v-328db2f6] .tabs,
    .form-detail .detail-right[data-v-328db2f6] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-328db2f6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-328db2f6] .el-tabs,
    .form-detail .info-content[data-v-328db2f6] .el-tabs__content,
    .form-detail .info-content[data-v-328db2f6] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-328db2f6] {
      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-328db2f6] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-328db2f6]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-328db2f6]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-328db2f6]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-328db2f6] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-328db2f6] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-328db2f6] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-328db2f6] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-328db2f6] {
    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-328db2f6],
    .form-detail .order-detail-head .header-right[data-v-328db2f6] {
      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-328db2f6] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-328db2f6] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-328db2f6] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-328db2f6] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-328db2f6] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-328db2f6] {
      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-328db2f6] {
        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-328db2f6] {
        -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-328db2f6] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-328db2f6] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-328db2f6] {
      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-328db2f6] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-328db2f6] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-328db2f6] {
      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-328db2f6] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-328db2f6] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-328db2f6]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-328db2f6] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-328db2f6] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-328db2f6] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-328db2f6] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-328db2f6] {
      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-328db2f6] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-328db2f6] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-328db2f6] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-328db2f6] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-328db2f6] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-328db2f6] {
    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-328db2f6] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-328db2f6] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-328db2f6] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-328db2f6] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-328db2f6] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-328db2f6] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-328db2f6] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-328db2f6] {
    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-328db2f6] {
      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-328db2f6] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-328db2f6] {
          font-size: 14px;
}
.form-detail .content[data-v-328db2f6] {
    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-328db2f6] {
      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-328db2f6] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-328db2f6] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-328db2f6] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-328db2f6] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-328db2f6] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-328db2f6] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-328db2f6] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-328db2f6] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-328db2f6] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-328db2f6] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-328db2f6] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-328db2f6] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-328db2f6] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-328db2f6] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-328db2f6] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-328db2f6] {
      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-328db2f6] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-328db2f6] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-328db2f6] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-328db2f6] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-328db2f6] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-328db2f6]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.customer-transfer[data-v-328db2f6] .el-button {
  border: none;
  background-color: transparent;
  color: #303b5b;
}
.add-channel--view[data-v-328db2f6] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  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;
  z-index: 99;
}
[data-v-328db2f6] .phone-number {
  color: #303b5b;
}
[data-v-328db2f6] .second-channel--com {
  display: block !important;
}
[data-v-328db2f6] .second-channel--com .el-popover__reference-wrapper,[data-v-328db2f6] .second-channel--com .el-popover__reference {
    height: 44px;
}
[data-v-328db2f6] .second-channel--com .el-input__suffix {
    background: #fff;
    z-index: 0;
    right: 0;
    padding-right: 5px;
}
[data-v-328db2f6] .clue-assign-clue .dz-dropdown-add {
  margin-right: 0;
}

@charset "UTF-8";
.dz-dropdown-add .dz-add[data-v-a28ba534] {
  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-a28ba534] {
    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-a28ba534] {
    border-right: 0 none;
    margin-right: 4px;
}
.dz-dropdown-add .dz-add .down-icon[data-v-a28ba534] {
    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-a28ba534] {
      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-a28ba534] {
    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-a28ba534]:hover {
      display: block;
}
.dz-dropdown-add .dz-add .dz-export[data-v-a28ba534] {
    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-a28ba534]:hover {
      display: block;
      text-align: center;
      line-height: 36px;
}
.dz-dropdown-add .dz-add .dz-export[data-v-a28ba534]::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-a28ba534] {
      -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-a28ba534] {
        text-align: left;
        padding-left: 12px;
        background: #ffffff;
}
.dz-dropdown-add .dz-add .dz-export .drop-content .drop-item[data-v-a28ba534]:hover {
          background-color: #f7f8fa;
}
.dz-dropdown-add .dz-add .dz-export .drop-content[data-v-a28ba534]::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-a28ba534]::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-a28ba534] {
    display: block;
    text-align: center;
    line-height: 36px;
}
.dz-dropdown-add .dz-add:hover .iconxiala1[data-v-a28ba534] {
    -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;
}
.error-tips--view[data-v-a28ba534] {
  padding-left: 76px;
}
.select-user--view[data-v-a28ba534] {
  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-a28ba534]:hover {
    border-color: #0d5aff;
}
.error-view[data-v-a28ba534] {
  border-color: #f56c6c;
}
.dz-export--long[data-v-a28ba534] {
  width: 120px;
}
.dz-export--long[data-v-a28ba534]::before {
    width: 120px !important;
}

.form-detail[data-v-33d543c8] {
  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-33d543c8] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-33d543c8] .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-33d543c8] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-33d543c8] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-33d543c8] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-33d543c8] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-33d543c8] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-33d543c8] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-33d543c8] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-33d543c8] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-33d543c8] {
    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-33d543c8]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-33d543c8] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-33d543c8] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-33d543c8] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-33d543c8] {
    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-33d543c8] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-33d543c8] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-33d543c8] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-33d543c8] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-33d543c8] {
        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-33d543c8] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-33d543c8] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-33d543c8] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-33d543c8] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-33d543c8] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-33d543c8] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-33d543c8] .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-33d543c8] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-33d543c8] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-33d543c8] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-33d543c8] {
    -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-33d543c8] {
    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-33d543c8] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-33d543c8] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-33d543c8] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-33d543c8] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-33d543c8] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-33d543c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-33d543c8] .right-container,
    .form-detail .detail-right[data-v-33d543c8] .detail-right-tabs,
    .form-detail .detail-right[data-v-33d543c8] .el-card,
    .form-detail .detail-right[data-v-33d543c8] .el-card__body,
    .form-detail .detail-right[data-v-33d543c8] .tabs,
    .form-detail .detail-right[data-v-33d543c8] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-33d543c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-33d543c8] .el-tabs,
    .form-detail .info-content[data-v-33d543c8] .el-tabs__content,
    .form-detail .info-content[data-v-33d543c8] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-33d543c8] {
      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-33d543c8] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-33d543c8]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-33d543c8]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-33d543c8]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-33d543c8] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-33d543c8] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-33d543c8] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-33d543c8] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-33d543c8] {
    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-33d543c8],
    .form-detail .order-detail-head .header-right[data-v-33d543c8] {
      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-33d543c8] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-33d543c8] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-33d543c8] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-33d543c8] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-33d543c8] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-33d543c8] {
      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-33d543c8] {
        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-33d543c8] {
        -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-33d543c8] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-33d543c8] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-33d543c8] {
      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-33d543c8] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-33d543c8] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-33d543c8] {
      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-33d543c8] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-33d543c8] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-33d543c8]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-33d543c8] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-33d543c8] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-33d543c8] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-33d543c8] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-33d543c8] {
      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-33d543c8] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-33d543c8] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-33d543c8] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-33d543c8] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-33d543c8] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-33d543c8] {
    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-33d543c8] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-33d543c8] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-33d543c8] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-33d543c8] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-33d543c8] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-33d543c8] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-33d543c8] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-33d543c8] {
    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-33d543c8] {
      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-33d543c8] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-33d543c8] {
          font-size: 14px;
}
.form-detail .content[data-v-33d543c8] {
    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-33d543c8] {
      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-33d543c8] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-33d543c8] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-33d543c8] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-33d543c8] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-33d543c8] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-33d543c8] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-33d543c8] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-33d543c8] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-33d543c8] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-33d543c8] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-33d543c8] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-33d543c8] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-33d543c8] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-33d543c8] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-33d543c8] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-33d543c8] {
      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-33d543c8] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-33d543c8] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-33d543c8] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-33d543c8] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-33d543c8] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-33d543c8]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.set-invalid[data-v-33d543c8] {
  cursor: pointer;
  color: #303b5b;
}
.set-invalid .huIcon[data-v-33d543c8] {
    margin-right: 8px;
    font-size: 14px;
}
.set-invalid.disabled[data-v-33d543c8] {
    cursor: not-allowed;
}
.set-invalid.disabled .huIcon[data-v-33d543c8] {
      color: #d0d2da !important;
      background-color: #f2f6fc;
}
.set-invalid .iconweixuan[data-v-33d543c8] {
    color: #d0d2da;
}
.set-invalid .iconweixuan[data-v-33d543c8]:hover {
      color: #0d5aff;
}
.set-invalid .iconyixuan[data-v-33d543c8] {
    color: #0d5aff;
}
.search[data-v-33d543c8] {
  width: 60%;
  margin: 16px auto;
}
.sms-btn__view[data-v-33d543c8] {
  margin-left: 21px;
}
.wecht-btn__view[data-v-33d543c8] {
  margin-left: 16px;
}
[data-v-33d543c8] .header-right {
  padding-right: 24px;
}
[data-v-33d543c8] .header-right .header-wrap {
    padding-right: 0;
}
[data-v-33d543c8] .header-right .header-wrap .bind-btn--view {
      margin-left: 10px;
}
.add-channel--view[data-v-33d543c8] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  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;
  z-index: 99;
}
[data-v-33d543c8] .phone-number {
  color: #303b5b;
}
.compensate-reason--view[data-v-33d543c8] .el-textarea__inner {
  min-height: 120px !important;
  resize: none;
}
.form-footer-btn[data-v-33d543c8] {
  margin-top: 56px;
}
.compensating--view[data-v-33d543c8] {
  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;
  color: #fe7c2a;
  font-size: 14px;
}
.compensating--view .iconwenhao[data-v-33d543c8] {
    font-size: 14px;
    margin-left: 4px;
}
.compensating--view .cancel-view[data-v-33d543c8] {
    margin-left: 10px;
}
.compensate-reject--view[data-v-33d543c8] {
  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;
  color: #f2333a;
  font-size: 14px;
}
.compensate-reject--view .iconwenhao[data-v-33d543c8] {
    font-size: 14px;
    margin-left: 4px;
}
.compensate-reject--view .again-view[data-v-33d543c8] {
    margin-left: 10px;
}
.page-view[data-v-33d543c8] {
  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: 16px;
}
.page-view .pre-text[data-v-33d543c8],
  .page-view .next-text[data-v-33d543c8] {
    border-radius: 4px;
    border: 1px solid #e7e8ec;
    padding: 0 8px;
    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;
    cursor: pointer;
}
.page-view .pre-text[data-v-33d543c8]:hover,
    .page-view .next-text[data-v-33d543c8]:hover {
      color: #0d5aff;
      border: 1px solid #0d5aff;
}
.page-view .no-pre[data-v-33d543c8] {
    cursor: not-allowed;
    color: #c8cad3;
}
.page-view .no-pre[data-v-33d543c8]:hover {
      color: #c8cad3;
      border: 1px solid #e7e8ec;
}
[data-v-33d543c8] .single--view {
  border: 0 none;
}
[data-v-33d543c8] .single--view .el-input-group__prepend {
    font-size: 12px;
    background: #fff !important;
}
[data-v-33d543c8] .second-channel--com {
  display: block !important;
}
[data-v-33d543c8] .second-channel--com .el-popover__reference-wrapper,[data-v-33d543c8] .second-channel--com .el-popover__reference {
    height: 44px;
}
[data-v-33d543c8] .second-channel--com .el-input__suffix {
    background: #fff;
    z-index: 0;
    right: 0;
    padding-right: 5px;
}
.iconzhongfuxiansuo[data-v-33d543c8] {
  margin-right: 8px;
  margin-left: 4px;
  cursor: pointer;
  color: #0d5aff;
}

.avue-time-zone table .table-content .row .half-time[data-v-3d4e477b] {
  cursor: no-drop;
}
.avue-time-zone table .table-content .row .half-time.selected[data-v-3d4e477b] {
  background: rgba(13, 90, 255, 0.4);
}

.receiving-rules-view[data-v-6353e990] {
  overflow-y: auto;
  height: calc(100vh - 140px);
  padding-left: 16px;
  padding-bottom: 20px;
}
.receiving-rules-view .inline-switch[data-v-6353e990] {
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.receiving-rules-view[data-v-6353e990] .avue-time-zone {
    margin-top: 16px;
    margin-bottom: 0px;
}
.receiving-rules-view[data-v-6353e990] .clear {
    height: 27px !important;
    top: 0 !important;
    line-height: 27px !important;
}
.receiving-rules-view .day-range-picker[data-v-6353e990] {
    height: 1px;
    margin-top: 11px;
    display: block;
}
.receiving-rules-view[data-v-6353e990] .el-form-item__label {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #101739 !important;
}
[data-v-6353e990] .avue-time-zone .week-time-list-text {
  padding-bottom: 12px;
}
[data-v-6353e990] .avue-time-zone .week-time-list-text .day-time-list-text p {
  margin: 0 !important;
}
[data-v-6353e990] .el-radio-button__inner {
  height: 34px;
  width: 88px;
  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-6353e990] .is-active .el-radio-button__inner {
  background-color: #edf0fd;
}
[data-v-6353e990] .is-disabled + .is-active .el-radio-button__inner {
  border-left: 1px solid #0d5aff;
}
.date-picker-view[data-v-6353e990] {
  height: 32px !important;
  line-height: 32px !important;
}
.date-picker-view[data-v-6353e990] .el-icon-date,
  .date-picker-view[data-v-6353e990] .el-range__close-icon {
    line-height: 32px !important;
}
.avue-time-zone__view[data-v-6353e990] {
  line-height: 1;
}
[data-v-6353e990] .el-form-item {
  margin-bottom: 0 !important;
}
[data-v-6353e990] .el-form-item__label {
  font-size: 16px;
  font-weight: 600;
  color: #101739;
  margin: 22px 0 12px 0;
  padding: 0;
  line-height: 16px;
}
[data-v-6353e990] .avue-time-zone .week-time-list-text .operation-bar .clear {
  right: 0;
}
.automatic-offline--view[data-v-6353e990] {
  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: 22px;
  margin-bottom: 14px;
}
.automatic-offline--view .automatic-offline--text[data-v-6353e990] {
    margin-right: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #101739;
}

.data-permission .group-item[data-v-59a29779] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-permission .group-item + .group-item[data-v-59a29779] {
    margin-top: 32px;
}
.data-permission .group-item .group-label[data-v-59a29779] {
    margin-right: 18px;
    font-size: 14px;
    color: #101739;
    white-space: nowrap;
}
.data-permission .group-item .group-label.pt[data-v-59a29779] {
      padding-top: 20px;
}
.data-permission .group-body[data-v-59a29779] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.data-permission .group-body .content-header[data-v-59a29779] {
    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;
    margin-bottom: 12px;
}
.data-permission .group-body .content-header .channel-text[data-v-59a29779] {
      color: #101739;
}
.data-permission .group-body .content-header .channel-text.red[data-v-59a29779] {
        color: #f2333a;
}
.data-permission .group-body .content-header .clear[data-v-59a29779] {
      font-size: 12px;
      color: #0d5aff;
      cursor: pointer;
}
.data-permission .group-content[data-v-59a29779] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 16px;
  background: #f7f8fa;
  border-radius: 4px;
}
.data-permission .group-content[data-v-59a29779] .el-checkbox-group {
    margin-bottom: -12px;
}
.data-permission .group-content[data-v-59a29779] .el-checkbox {
    min-width: 94px;
    margin-bottom: 12px;
    margin-right: 16px;
}
.data-permission .group-content[data-v-59a29779] .checkbox-item {
    width: 126px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.data-permission .row-item[data-v-59a29779] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.data-permission .row-item + .row-item[data-v-59a29779] {
    margin-top: 32px;
}
.data-permission .row-item .row-label[data-v-59a29779] {
    margin-right: 16px;
    font-size: 14px;
    color: #101739;
    white-space: nowrap;
}
.data-permission .content-header[data-v-59a29779] {
  background: #ffffff;
}
.hide-rule-list + .hide-rule-list[data-v-59a29779] {
  margin-top: 16px;
}

.hide-status-view[data-v-0830af15] {
  overflow-y: auto;
  height: calc(100vh - 168px);
  padding-left: 16px;
  padding-right: 20px;
}

.allot-num--view[data-v-192eefec] {
  overflow-y: auto;
  height: calc(100vh - 230px);
  padding: 0 16px;
}
.allot-num__table[data-v-192eefec] {
  width: 100%;
  margin-bottom: 24px;
  border: 1px solid #e8e8e8;
  border-bottom: 0 none;
}
.allot-num__table[data-v-192eefec] td,
  .allot-num__table[data-v-192eefec] th,
  .allot-num__table[data-v-192eefec] .el-table__body-wrapper .el-table--border.is-scrolling-left ~ .el-table__fixed {
    border-right: 1px solid #e8e8e8;
}
.allot-num__table[data-v-192eefec] th:nth-last-child(2) {
    border-right: 0 none;
}
.allot-num__table[data-v-192eefec] .el-table__row:last-child td {
    border-bottom: 1px solid #e8e8e8;
}
.no-data--table[data-v-192eefec] {
  border-bottom: 1px solid #e8e8e8;
}

[data-v-74d6bd67] .el-tabs__content {
  padding-bottom: 0 !important;
}

.customer-select-item[data-v-33fe22e5] {
  padding-left: 10px;
}
.contact-edit[data-v-33fe22e5] .el-form-item__label {
  font-size: 14px;
}

.trans-dialog .container[data-v-43ffa5d7] {
  padding: 28px 80px 45px 80px;
}
.trans-dialog .container .tips[data-v-43ffa5d7] {
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 14px;
    color: #303b5b;
}
.contacts-view[data-v-43ffa5d7] {
  width: 100%;
}
.contacts-view .operate[data-v-43ffa5d7] {
    margin-bottom: 16px;
}
.contacts-view .list-box[data-v-43ffa5d7] {
    width: 100%;
}
.contacts-view .coll-header[data-v-43ffa5d7] {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 36px;
    line-height: 36px;
    margin-bottom: 2px;
    color: #101739;
}
.contacts-view .coll-header .left[data-v-43ffa5d7] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.contacts-view .coll-header .left .huIcon[data-v-43ffa5d7] {
        margin-right: 4px;
        color: #a2a5b5;
}
.contacts-view .coll-header .left[data-v-43ffa5d7] .phone {
        color: #303b5b;
}
.contacts-view .coll-header .left[data-v-43ffa5d7] .phone:hover {
          color: #0d5aff;
}
.contacts-view .coll-header .right[data-v-43ffa5d7] {
      position: relative;
      z-index: 1;
}
.contacts-view .coll-header .right[data-v-43ffa5d7] .el-radio {
        margin-right: 0 !important;
}
.contacts-view .coll-header .right[data-v-43ffa5d7] .el-radio:hover .el-radio__inner::before {
          color: #0d5aff;
}
.contacts-view .coll-header .delete-btn[data-v-43ffa5d7] {
      margin-left: 16px;
      font-size: 14px;
      color: #f2333a;
      line-height: 20px;
      cursor: pointer;
}
.contacts-view .item:hover .delete-btn[data-v-43ffa5d7] {
    visibility: visible;
}
.contacts-view .ft-500[data-v-43ffa5d7] {
    font-weight: 500;
}
.contacts-view .user-name[data-v-43ffa5d7] {
    display: inline-block;
    max-width: 380px;
    vertical-align: top;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ml-12[data-v-43ffa5d7] {
  margin-left: 12px;
}
[data-v-43ffa5d7] .addDialog .avue-form__menu .el-form-item {
  margin-bottom: 0;
}
.external-input[data-v-43ffa5d7]  {
  height: 34px;
}
.external-input[data-v-43ffa5d7] .wechat-customer {
    top: 2px;
    bottom: 2px;
    left: 2px;
}
.external-input[data-v-43ffa5d7] .bind-trigger {
    top: 2px;
    right: 2px;
    bottom: 2px;
}

.form-detail[data-v-9a68944e] {
  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-9a68944e] .el-tabs__item {
    height: 52px;
    line-height: 52px;
    padding: 0 16px;
    font-size: 14px;
}
.form-detail[data-v-9a68944e] .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-9a68944e] .business-phone .phone-number.show-all {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-9a68944e] .business-phone .phone-number.empty-phone {
    height: 44px;
    line-height: 44px;
    padding: 0 8px 0 10px;
    font-size: 12px;
}
.form-detail[data-v-9a68944e] .form-table .el-input.is-disabled .el-input__inner {
    color: #303b5b !important;
}
.form-detail[data-v-9a68944e] .form-table .form-attachment .add-btn-wrapper {
    padding-left: 10px;
}
.form-detail[data-v-9a68944e] .form-table .form-attachment .add-btn-wrapper .el-icon-plus,
    .form-detail[data-v-9a68944e] .form-table .form-attachment .add-btn-wrapper span {
      font-size: 12px;
}
.form-detail[data-v-9a68944e] .form-table .form-attachment .msg-name {
    font-size: 12px;
}
.form-detail[data-v-9a68944e] .dz-move-container .prev {
    border-radius: 0;
}
.form-detail .close-container[data-v-9a68944e] {
    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-9a68944e]:hover {
      background-color: #3d7bff;
}
.form-detail .close-container .icondanchuangshanchu[data-v-9a68944e] {
      font-size: 16px;
}
.form-detail.no-change .close-container[data-v-9a68944e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .no-slot-style[data-v-9a68944e] {
    border-radius: 4px 0 0 4px;
}
.form-detail .change-container[data-v-9a68944e] {
    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-9a68944e] {
    padding: 0 24px 24px 24px;
}
.form-detail .tag-stage.left-32[data-v-9a68944e] {
      padding-left: 32px;
}
.form-detail .tag-stage .detail-tag + .stage[data-v-9a68944e] {
      margin-top: 16px;
}
.form-detail .tag-stage .stage[data-v-9a68944e] {
      margin-bottom: -10px;
}
.form-detail .tag-stage .stage .stage-title[data-v-9a68944e] {
        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-9a68944e] {
        font-size: 14px;
        font-weight: 500;
        color: #303b5b;
}
.form-detail .tag-stage .stage .stage-container[data-v-9a68944e] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
}
.form-detail .tag-stage .stage .stage-container[data-v-9a68944e] .not-allow {
          cursor: not-allowed;
}
.form-detail .tag-stage .stage .stage-container[data-v-9a68944e] .step-wrapper {
          min-width: 160px;
}
.form-detail .tag-stage .stage .stage-container[data-v-9a68944e] .mt-8 {
          margin-left: 8px;
}
.form-detail .tag-stage .stage .stage-container .btn-container[data-v-9a68944e] {
          margin-right: 10px;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
}
.form-detail .tag-stage .stage[data-v-9a68944e] .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-9a68944e] .step .status-step .huIcon {
          display: none;
          font-size: 14px;
}
.form-detail .tag-stage .stage[data-v-9a68944e] .step .status-step .status-text {
          margin-left: 4px;
}
.form-detail .tag-stage .stage[data-v-9a68944e] .step.active .status-step .huIcon {
        display: block;
}
.form-detail .detail-content[data-v-9a68944e] {
    -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-9a68944e] {
    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-9a68944e] .el-tabs__nav-wrap {
      padding: 0 16px;
}
.form-detail .detail-left[data-v-9a68944e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-left[data-v-9a68944e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .detail-left .operate[data-v-9a68944e] {
      margin-top: 10px;
      padding: 0 24px;
}
.form-detail .vertical-line[data-v-9a68944e] {
    width: 10px;
    background-color: #f2f5fb;
}
.form-detail .detail-right[data-v-9a68944e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background: #ffffff;
    overflow: hidden;
}
.form-detail .detail-right[data-v-9a68944e] .right-container,
    .form-detail .detail-right[data-v-9a68944e] .detail-right-tabs,
    .form-detail .detail-right[data-v-9a68944e] .el-card,
    .form-detail .detail-right[data-v-9a68944e] .el-card__body,
    .form-detail .detail-right[data-v-9a68944e] .tabs,
    .form-detail .detail-right[data-v-9a68944e] .el-tabs {
      width: 100%;
      height: 100%;
}
.form-detail .info-content[data-v-9a68944e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
}
.form-detail .info-content[data-v-9a68944e] .el-tabs,
    .form-detail .info-content[data-v-9a68944e] .el-tabs__content,
    .form-detail .info-content[data-v-9a68944e] .el-tab-pane {
      height: 100%;
}
.form-detail .info-content .tab-title[data-v-9a68944e] {
      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-9a68944e] {
      width: 675px;
      height: calc(100% - 50px);
      padding: 16px 16px 24px 16px;
      overflow-y: auto;
}
.form-detail .info-content .form-box[data-v-9a68944e]::-webkit-scrollbar-thumb, .form-detail .info-content .form-box[data-v-9a68944e]::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .info-content .form-box[data-v-9a68944e]:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .info-content .form-box.pr-0[data-v-9a68944e] {
        padding-right: 0;
}
.form-detail .info-content .form-box.pr-0[data-v-9a68944e] .add-and-search {
          padding-right: 16px;
}
.form-detail .info-content .form-box .el-collapse-item__wrap[data-v-9a68944e] {
        margin: 0 -10px;
}
.form-detail .info-content .promotion-box[data-v-9a68944e] {
      width: 675px;
      height: calc(100% - 60px);
      padding: 20px;
      overflow-y: auto;
}
.form-detail .order-detail-head[data-v-9a68944e] {
    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-9a68944e],
    .form-detail .order-detail-head .header-right[data-v-9a68944e] {
      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-9a68944e] .el-button--normal {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-9a68944e] .el-button--danger {
      border-color: #f2333a;
      color: #f2333a;
}
.form-detail .order-detail-head .header-right[data-v-9a68944e] .dz-dropdown-add .dz-add {
      border-color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-9a68944e] .dz-dropdown-add .add-btn {
      border-color: #0d5aff;
      color: #0d5aff;
}
.form-detail .order-detail-head .header-right[data-v-9a68944e] .dz-dropdown-add .iconxiala1 {
      color: #0d5aff;
}
.form-detail .order-detail-head .name-info[data-v-9a68944e] {
      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-9a68944e] {
        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-9a68944e] {
        -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-9a68944e] {
        font-size: 24px;
}
.form-detail .order-detail-head .name-info[data-v-9a68944e] .status-view {
        margin-left: 8px;
}
.form-detail .order-detail-head .repeat-tag[data-v-9a68944e] {
      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-9a68944e] {
        font-weight: 500;
        font-size: 12px;
        color: #df9b3d;
}
.form-detail .order-detail-head .repeat-tag .huIcon[data-v-9a68944e] {
        margin: 0 -2px;
        color: #df9b3d;
        scale: 0.8;
}
.form-detail .order-detail-head .phone-operate[data-v-9a68944e] {
      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-9a68944e] {
        margin: 0;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-9a68944e] {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-left: 8px;
}
.form-detail .order-detail-head .phone-operate .operate-item + .operate-item[data-v-9a68944e]::before {
            content: "";
            width: 1px;
            height: 16px;
            margin-right: 8px;
            background: #f1f1f4;
            opacity: 0.5;
}
.form-detail .order-detail-head .phone-operate[data-v-9a68944e] .phone {
        margin: 0;
        font-size: 15px;
}
.form-detail .order-detail-head .phone-operate[data-v-9a68944e] .send-sms-view {
        width: unset;
        height: 16px;
        background: unset;
}
.form-detail .order-detail-head .phone-operate[data-v-9a68944e] .send-sms-view .huIcon {
          color: #17bf6d;
}
.form-detail .order-detail-head .phone-operate[data-v-9a68944e] .iconweixin {
        font-size: 17px;
}
.form-detail .order-detail-head .follow-info[data-v-9a68944e] {
      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-9a68944e] {
        color: #83899d;
}
.form-detail .order-detail-head .follow[data-v-9a68944e] {
      margin-right: 30px;
}
.form-detail .order-detail-head .cooper[data-v-9a68944e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .order-detail-head .text[data-v-9a68944e] {
      font-size: 14px;
      color: #83899d;
}
.form-detail .order-detail-head .text-value[data-v-9a68944e] {
      margin-left: 4px;
      font-size: 14px;
      color: #303b5b;
}
.form-detail .follow-info--view[data-v-9a68944e] {
    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-9a68944e] {
      margin-left: 32px;
}
.form-detail .follow-info--view .follow[data-v-9a68944e] {
      margin-right: 30px;
}
.form-detail .follow-info--view .cooper[data-v-9a68944e] {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.form-detail .follow-info--view .text[data-v-9a68944e] {
      font-size: 12px;
      color: #83899d;
}
.form-detail .follow-info--view .text-value[data-v-9a68944e] {
      margin-left: 4px;
      font-size: 12px;
      color: #303b5b;
}
.form-detail .follow-info--view .text-name--view[data-v-9a68944e] {
      font-size: 12px;
      color: #303b5b;
}
.form-detail .form-detail--header__view[data-v-9a68944e] {
    height: 56px;
    padding-top: 14px;
    margin-left: 0;
}
.form-detail .header-wrap[data-v-9a68944e] {
    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-9a68944e] {
      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-9a68944e] {
        margin-left: 20px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
}
.form-detail .header-wrap .header .header-info .followup-name[data-v-9a68944e] {
          font-size: 14px;
}
.form-detail .content[data-v-9a68944e] {
    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-9a68944e] {
      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-9a68944e] {
        justify-items: center;
        font-size: 16px;
        font-weight: 400;
        color: #303133;
}
.form-detail .detail-right-tabs[data-v-9a68944e] {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-card__body {
      padding: 0;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__header {
      margin-bottom: 0;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__nav-wrap {
      padding: 0 20px;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__nav-next,
    .form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__nav-prev {
      padding: 0 2px;
      line-height: 52px;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__content {
      height: calc(100% - 52px);
      padding-bottom: 20px;
      overflow: auto;
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__content::-webkit-scrollbar-thumb, .form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__content::-webkit-scrollbar-track {
        background: rgba(0, 0, 0, 0);
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__content:hover::-webkit-scrollbar-thumb {
        background: rgba(144, 146, 152, 0.3);
}
.form-detail .detail-right-tabs[data-v-9a68944e] .el-tabs__active-bar {
      height: 2px;
}
.form-detail .specia-attention[data-v-9a68944e] {
    padding: 0 6px;
}
.form-detail .form-box[data-v-9a68944e] .el-row .el-row label[for="contactsList"] {
    display: none !important;
}
.form-detail .form-box[data-v-9a68944e] .el-row .el-row label[for="contactsList"] + .el-form-item__content {
      border-left: none;
}
.form-detail .form-box[data-v-9a68944e] .contacts-list-view {
    margin-top: -1px;
}
.form-detail .form-box[data-v-9a68944e] .contacts-list-view .table-group {
      margin-bottom: 0;
}
.form-detail .form-box[data-v-9a68944e] .contacts-list-view .table-group .table-group-header {
        display: none;
}
.form-detail .form-box[data-v-9a68944e] .contacts-list-view .el-row {
      border: none !important;
}
.form-detail .remark--view[data-v-9a68944e] {
    position: relative;
}
.form-detail .remark--view .inline-value[data-v-9a68944e] {
      cursor: pointer;
}
.form-detail .remark--view .inline-value .inline-value--text[data-v-9a68944e] {
        font-size: 12px;
        color: #303b5b;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
}
.form-detail .remark--view .inline-value .inline-value--empty[data-v-9a68944e] {
        font-size: 12px;
        color: #c0c4cc;
}
.form-detail .remark--view .hover-inline--view[data-v-9a68944e] {
      background: #edf4fe;
}
.form-detail .remark--view .iconbianji[data-v-9a68944e] {
      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-9a68944e] {
      position: absolute;
      top: 15px;
      right: 10px;
      width: 14px;
      height: 14px;
      display: none;
      cursor: pointer;
}
.form-detail .remark--view:hover .iconbianji[data-v-9a68944e] {
      display: block;
}
.form-detail .remark--view:hover .icon-edit[data-v-9a68944e] {
      display: block;
}
.form-detail .form-box__bussiness-information[data-v-9a68944e] {
    padding-top: 0 !important;
}
.form-detail .form-box__bussiness-information[data-v-9a68944e] .empty-view {
      margin-top: 16px;
}
.customer-name--text[data-v-9a68944e]:hover {
  color: #0d5aff !important;
  cursor: pointer;
}
.name[data-v-9a68944e] {
  max-width: none !important;
}
.detail-content .info-content[data-v-9a68944e] {
  background: #ffffff;
}
.detail-content[data-v-9a68944e] .el-tabs__nav-wrap {
  padding: 0 16px;
}
.detail-content .form-box[data-v-9a68944e] {
  width: 100% !important;
}
.detail-content .form-box .form-box__content[data-v-9a68944e] {
    overflow-y: auto;
}
.detail-content .ic-message-view[data-v-9a68944e] {
  margin-left: -100px;
}
.detail-content .updata-text[data-v-9a68944e] {
  font-size: 14px;
  color: #0d5aff;
  cursor: pointer;
  margin-right: 16px;
}
.empty-view[data-v-9a68944e] {
  background: #f7f8fa;
  border-radius: 6px;
  margin-bottom: 130px;
}
.empty-view div[data-v-9a68944e] {
    line-height: 18px;
}
[data-v-9a68944e] .editNum input::-webkit-outer-spin-button,[data-v-9a68944e] .editNum input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
[data-v-9a68944e] .editNum input[type="number"] {
  line-height: 1px !important;
  -moz-appearance: textfield;
}
[data-v-9a68944e] .editNum .el-input-group__append {
  border-radius: 0;
}
[data-v-9a68944e] .file-content {
  margin-right: 0 !important;
  height: calc(100% - 96px) !important;
}
[data-v-9a68944e] .type-file {
  width: 50% !important;
}
[data-v-9a68944e] .file-type .file-content {
  height: auto !important;
}
.iconwenhao[data-v-9a68944e] {
  font-size: 14px;
  margin-left: 6px;
  color: #a2a5b5;
}
.tab-file__content[data-v-9a68944e] {
  overflow-y: auto;
  margin: 16px 0 16px 16px;
}
.tab__content--view[data-v-9a68944e] {
  overflow-y: auto;
  margin: 16px 0;
}
.tab-rules--view[data-v-9a68944e] {
  overflow-y: auto;
  margin: 0 0 16px 0;
}
.num__text--blue[data-v-9a68944e] {
  color: #0d5aff;
}
.remark--view[data-v-9a68944e] {
  position: relative;
}
.remark--view .inline-value[data-v-9a68944e] {
    cursor: pointer;
}
.remark--view .inline-value .inline-value--text[data-v-9a68944e] {
      font-size: 12px;
      color: #303b5b;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.remark--view .inline-value .inline-value--empty[data-v-9a68944e] {
      font-size: 12px;
      color: #c0c4cc;
}
.remark--view .disabled-input--view[data-v-9a68944e] {
    cursor: no-drop;
}
.remark--view .hover-inline--view[data-v-9a68944e] {
    background: #edf4fe;
}
.remark--view .iconbianji[data-v-9a68944e] {
    position: absolute;
    top: 4px;
    right: 10px;
    color: #768cf1;
    font-size: 14px;
    display: none;
    cursor: pointer;
    background: #edf4fe;
}
.remark--view:hover .iconbianji[data-v-9a68944e] {
    display: inline-block;
}
.contact-form[data-v-9a68944e] .avue-form__row:nth-child(odd) {
  padding-left: 0px !important;
}
.contact-form[data-v-9a68944e] .el-form-item__content {
  border-left: 0 none !important;
}
.search[data-v-9a68944e] {
  width: 60%;
  margin: 16px auto;
}
[data-v-9a68944e] #bussinessInformationDetail .info-header,[data-v-9a68944e] #bussinessInformationDetail .info-content {
  margin: 0 16px;
}
[data-v-9a68944e] .master-list--view .el-select__tags-text {
  font-size: 12px;
  max-width: 70px;
}
.header-right[data-v-9a68944e] {
  padding-right: 24px;
}
.header-right .header-wrap[data-v-9a68944e] {
    margin-left: 12px;
    padding-right: 0px;
}
[data-v-9a68944e] .el-form-item__content {
  border-left: 0 none !important;
}
[data-v-9a68944e] .search-business--dialog {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0f1ff), to(#f6f6f6));
  background: linear-gradient(180deg, #e0f1ff 0%, #f6f6f6 100%);
}
[data-v-9a68944e] .search-business--dialog .el-dialog__header {
    display: none;
}
[data-v-9a68944e] .search-business--dialog .el-dialog__body {
    padding-bottom: 0 !important;
}
[data-v-9a68944e] .search-business--dialog .dialog-title--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;
    margin-bottom: 12px;
}
[data-v-9a68944e] .search-business--dialog .dialog-title--view .dialog-tilte--text {
      font-size: 16px;
      font-weight: 500;
      color: #101739;
}

.template-title[data-v-4cc5ec84] {
  color: #0d5aff;
  cursor: pointer;
}
.btn-view[data-v-4cc5ec84] {
  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: 30px;
}
.notice-follow[data-v-4cc5ec84] {
  margin-top: 20px;
}
.notice-follow[data-v-4cc5ec84] .el-step__head {
    display: none !important;
}
.notice-follow[data-v-4cc5ec84] .follow-list {
    padding: 0 !important;
}

.detail-data .filter-reset[data-v-f918e44c] {
  margin-bottom: 8px;
}
.detail-data[data-v-f918e44c] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-f918e44c] {
  padding: 20px;
}

.detail-data .filter-reset[data-v-d08fdd4a] {
  margin-bottom: 8px;
}
.detail-data[data-v-d08fdd4a] .avue-crud .avue-crud__menu {
  display: none;
}
.crud-box[data-v-d08fdd4a] {
  padding: 20px;
}

@charset "UTF-8";
[data-v-28ca9e3e] .el-dialog__header {
  height: 50px !important;
  padding-top: 20px !important;
  padding-bottom: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  background-color: #ffffff;
}
[data-v-28ca9e3e] .el-dialog__header .el-dialog__title {
    line-height: 20px;
    color: #101739;
    font-size: 16px;
    font-weight: 500;
}
[data-v-28ca9e3e] .el-dialog__headerbtn {
  top: 25px !important;
}
[data-v-28ca9e3e] .el-dialog__body {
  padding: 0;
}
.basic-notice .basic-notice__list[data-v-28ca9e3e] {
  width: 380px;
  background: #ffffff;
}
.basic-notice .basic-notice__list .basic-notice__item[data-v-28ca9e3e] {
    margin: 0 16px;
    padding: 12px 0;
    cursor: pointer;
    -webkit-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    position: relative;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__title[data-v-28ca9e3e] {
      font-size: 14px;
      color: #101739;
      line-height: 20px;
      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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__title .read--view[data-v-28ca9e3e] {
        color: #83899d;
        display: none;
        height: 20px;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__title .read--view .iconyidu[data-v-28ca9e3e] {
          font-size: 12px;
          margin-right: 4px;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__title .read--view .read--view__text[data-v-28ca9e3e] {
          font-size: 12px;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__title .read--view[data-v-28ca9e3e]:hover {
          color: #0d5aff;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__content[data-v-28ca9e3e] {
      width: 348px;
      line-height: 12px;
      margin-bottom: 8px;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__content .basic-notice__name[data-v-28ca9e3e] {
        font-size: 12px;
        color: #444b6c;
        line-height: 17px;
        word-break: break-all;
        white-space: break-spaces;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__content .basic-notice__text--more[data-v-28ca9e3e] {
        font-size: 12px;
        color: #0d5aff;
}
.basic-notice .basic-notice__list .basic-notice__item .basic-notice__subtitle[data-v-28ca9e3e] {
      height: 17px;
      line-height: 17px;
      font-size: 12px;
      color: #83899d;
}
.basic-notice .basic-notice__list .basic-notice__item[data-v-28ca9e3e]::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 200%;
      height: 200%;
      border-bottom: 1px solid #e7e7eb;
      -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;
}
.basic-notice .basic-notice__list[data-v-28ca9e3e]:hover {
    background: #f7f8fa;
}
.basic-notice .basic-notice__list:hover .read--view[data-v-28ca9e3e] {
      display: block !important;
}
.basic-notice .basic-notice__list:hover .basic-notice__text--more[data-v-28ca9e3e] {
      opacity: 1;
}
.basic-notice .basic-notice__list:nth-child(1) .basic-notice__item[data-v-28ca9e3e] {
    border-top: 0 none;
}
.basic-notice .readed--view__shadow[data-v-28ca9e3e] {
  opacity: 0.5;
}
.basic-notice__title[data-v-28ca9e3e] {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #515a6e;
  margin-bottom: 4px;
}
.basic-notice__tag[data-v-28ca9e3e] {
  float: right;
  margin-top: 2px;
}
.basic-notice__nomore[data-v-28ca9e3e] {
  color: #a2a5b5;
  text-align: center;
  padding: 8px 0 20px 0;
  font-size: 12px;
  line-height: 17px;
}
.basic-notice__empty[data-v-28ca9e3e] {
  padding-top: 80px;
}
.wechat-dialog[data-v-28ca9e3e] .el-dialog__body {
  padding: 0 !important;
}
.wechat-dialog[data-v-28ca9e3e] .el-dialog__body .el-tabs__header {
    margin: 0 24px !important;
    padding: 0 !important;
}
.wechat-dialog[data-v-28ca9e3e] .filter-reset {
  padding-left: 12px;
}
.wechat-dialog[data-v-28ca9e3e] .crud-box {
  padding-left: 24px;
}

.list-search--view[data-v-376c00dc] {
  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;
}
.list-search--view .operate--view[data-v-376c00dc] {
    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-search--view .operate--view .all-read--view[data-v-376c00dc] {
      color: #0d5aff;
      cursor: pointer;
      margin-left: 16px;
}
.list-search--view .operate--view .all-read--view .iconyidu[data-v-376c00dc] {
        font-size: 12px;
        margin-right: 4px;
}
.list-search--view .operate--view .all-read--view .all-read--text[data-v-376c00dc] {
        font-size: 12px;
}
.list-search--view .search--view[data-v-376c00dc] {
    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-search--view .search--view .select--view[data-v-376c00dc] {
      width: 100px;
}
.list-search--view .search--view .dz-search__input--slot[data-v-376c00dc] {
      width: 224px;
      margin: 0 0 0 8px;
}
.curd--view[data-v-376c00dc] {
  margin-top: 16px;
}
.curd--view .readed--text[data-v-376c00dc] {
    opacity: 0.5;
}
.curd--view .basic-notice__text--more[data-v-376c00dc] {
    font-size: 12px;
    color: #0d5aff;
    cursor: pointer;
}
[data-v-376c00dc] .avue-crud .avue-crud__menu {
  display: none;
}
.hover-row .basic-notice__text--more[data-v-376c00dc] {
  opacity: 1;
}
.disabled-style[data-v-376c00dc] {
  opacity: 0.5;
  cursor: auto;
}

.list-item[data-v-3bb7b8bb] {
  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: 29px;
}
.list-item .list-item--label[data-v-3bb7b8bb] {
    width: 86px;
    color: #101739;
}
.list-item .list-item--label__other[data-v-3bb7b8bb] {
    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;
}
.list-item .setting-type--view[data-v-3bb7b8bb] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
.list-item .setting-type--view .setting-type--left[data-v-3bb7b8bb] {
      width: 88px;
      height: 32px;
      border-top-left-radius: 4px;
      border-bottom-left-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;
      color: #101739;
      border-right: 0 none;
      cursor: pointer;
}
.list-item .setting-type--view .setting-type--right[data-v-3bb7b8bb] {
      width: 88px;
      height: 32px;
      border-top-right-radius: 4px;
      border-bottom-right-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;
      color: #101739;
      border-left: 0 none;
      cursor: pointer;
}
.list-item .setting-type--view .disabled-select[data-v-3bb7b8bb] {
      color: #a2a5b5;
      cursor: not-allowed;
}
.list-item .setting-type--view .can-select[data-v-3bb7b8bb]:hover {
      color: #0d5aff;
}
.list-item .setting-type--view .width-102[data-v-3bb7b8bb] {
      width: 102px;
}
.list-item .setting-type--view .selected-view[data-v-3bb7b8bb] {
      border: 1px solid #0d5aff;
      color: #0d5aff;
}
.list-item .setting-type--view .disabled-select.selected-view[data-v-3bb7b8bb] {
      color: #a1c1ff;
      border: 1px solid #a1c1ff;
}
.list-item .work-time--picker[data-v-3bb7b8bb] {
    margin-top: 12px;
}
.list-item .work-time--picker .el-input__inner[data-v-3bb7b8bb] {
      width: 240px;
      padding-right: 4px;
}
.form-list__item[data-v-3bb7b8bb] {
  margin-bottom: 24px;
}
.form-list__item .list-item--label[data-v-3bb7b8bb] {
    line-height: 20px;
}
.form-list__item .el-switch[data-v-3bb7b8bb] {
    height: 20px;
    line-height: 20px;
}
.form-list--item[data-v-3bb7b8bb] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 24px;
}
.form-list--item .list-item--label[data-v-3bb7b8bb] {
    line-height: 14px;
    margin-bottom: 12px;
}
.form-list--item .list-item--label__other[data-v-3bb7b8bb] {
    height: 14px;
}
.form-list--item .work-time--picker[data-v-3bb7b8bb] {
    width: 240px;
}
.form-list--item[data-v-3bb7b8bb] .operation-bar .clear {
    line-height: 12px;
}
.form-list--item .form-error--tips[data-v-3bb7b8bb] {
    line-height: 1;
    margin-left: -16px;
}
.null-view[data-v-3bb7b8bb] {
  height: 100px;
}
.work-setting--dialog__view[data-v-3bb7b8bb] {
  max-height: 500px;
  overflow: auto;
  margin-right: -24px;
}
.work-setting--dialog__view .disabled-btn[data-v-3bb7b8bb] {
    height: 12px;
}
.dialog-view--form[data-v-3bb7b8bb] {
  max-height: 1000px;
}
.form-work--week[data-v-3bb7b8bb] {
  background: #f7f8fa;
  border-radius: 5px;
  padding: 13px 16px 2px 16px;
}

.icondanxuanweixuan[data-v-acec8b0e],
.iconweixuan[data-v-acec8b0e] {
  color: #d0d2da;
}
.icondanxuanweixuan[data-v-acec8b0e]:hover {
  color: #0d5aff;
}
.icondanxuanyixuan[data-v-acec8b0e],
.iconyixuan[data-v-acec8b0e] {
  color: #0d5aff;
}
.clue-merger[data-v-acec8b0e] {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  overflow: hidden;
}
.clue-merger .popup-header[data-v-acec8b0e] {
    height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7eb;
    background: #fff;
}
.clue-merger .popup-header .header-title[data-v-acec8b0e] {
      font-weight: 500;
      font-size: 16px;
      color: #303b5b;
}
.clue-merger .popup-header .header-tips[data-v-acec8b0e] {
      font-size: 12px;
      margin-left: 8px;
      color: #a2a5b5;
}
.content-wrapper[data-v-acec8b0e] {
  position: relative;
  width: 100%;
  height: calc(100% - 58px);
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}
.content-wrapper .table-header[data-v-acec8b0e],
  .content-wrapper .table-row[data-v-acec8b0e] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.content-wrapper .table-header .header-item[data-v-acec8b0e],
    .content-wrapper .table-header .col-item[data-v-acec8b0e],
    .content-wrapper .table-row .header-item[data-v-acec8b0e],
    .content-wrapper .table-row .col-item[data-v-acec8b0e] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 120px;
      min-height: 50px;
      padding: 4px 20px;
      font-size: 12px;
      color: #303b5b;
      background: #ffffff;
      word-break: break-word;
}
.content-wrapper .table-header .header-item.item-default[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.item-default[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.item-default[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.item-default[data-v-acec8b0e] {
        width: 220px;
}
.content-wrapper .table-header .header-item.main-item[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.main-item[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.main-item[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.main-item[data-v-acec8b0e] {
        width: 220px;
}
.content-wrapper .table-header .header-item.item-large-2[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.item-large-2[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.item-large-2[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.item-large-2[data-v-acec8b0e] {
        width: 382px;
}
.content-wrapper .table-header .header-item.item-large-3[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.item-large-3[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.item-large-3[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.item-large-3[data-v-acec8b0e] {
        width: 254px;
}
.content-wrapper .table-header .header-item.required[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.required[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.required[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.required[data-v-acec8b0e] {
        position: relative;
}
.content-wrapper .table-header .header-item.required[data-v-acec8b0e]::before,
        .content-wrapper .table-header .col-item.required[data-v-acec8b0e]::before,
        .content-wrapper .table-row .header-item.required[data-v-acec8b0e]::before,
        .content-wrapper .table-row .col-item.required[data-v-acec8b0e]::before {
          content: "*";
          position: absolute;
          top: 18px;
          left: 9px;
          color: #f2333a;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.sticky-label[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.sticky-label[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.sticky-label[data-v-acec8b0e] {
        position: sticky;
        left: 1px;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-acec8b0e]::before,
        .content-wrapper .table-header .col-item.sticky-label[data-v-acec8b0e]::before,
        .content-wrapper .table-row .header-item.sticky-label[data-v-acec8b0e]::before,
        .content-wrapper .table-row .col-item.sticky-label[data-v-acec8b0e]::before {
          content: "";
          position: absolute;
          top: 0;
          left: -1px;
          bottom: 0;
          width: 1px;
          background: #e7e7eb;
}
.content-wrapper .table-header .header-item.sticky-main[data-v-acec8b0e],
      .content-wrapper .table-header .col-item.sticky-main[data-v-acec8b0e],
      .content-wrapper .table-row .header-item.sticky-main[data-v-acec8b0e],
      .content-wrapper .table-row .col-item.sticky-main[data-v-acec8b0e] {
        position: sticky;
        left: 121px;
}
.content-wrapper .table-header .header-item .item-main[data-v-acec8b0e],
      .content-wrapper .table-header .col-item .item-main[data-v-acec8b0e],
      .content-wrapper .table-row .header-item .item-main[data-v-acec8b0e],
      .content-wrapper .table-row .col-item .item-main[data-v-acec8b0e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .header-item .item-main span[data-v-acec8b0e],
        .content-wrapper .table-header .col-item .item-main span[data-v-acec8b0e],
        .content-wrapper .table-row .header-item .item-main span[data-v-acec8b0e],
        .content-wrapper .table-row .col-item .item-main span[data-v-acec8b0e] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .header-item .item-status[data-v-acec8b0e],
      .content-wrapper .table-header .col-item .item-status[data-v-acec8b0e],
      .content-wrapper .table-row .header-item .item-status[data-v-acec8b0e],
      .content-wrapper .table-row .col-item .item-status[data-v-acec8b0e] {
        width: 6px;
        height: 6px;
        margin-right: 6px;
        border-radius: 3px;
        background: #00ca5c;
}
.content-wrapper .table-header .header-item .item-status.empty[data-v-acec8b0e],
        .content-wrapper .table-header .col-item .item-status.empty[data-v-acec8b0e],
        .content-wrapper .table-row .header-item .item-status.empty[data-v-acec8b0e],
        .content-wrapper .table-row .col-item .item-status.empty[data-v-acec8b0e] {
          background: #a2a5b5;
}
.content-wrapper .table-header .header-item .empty-text[data-v-acec8b0e],
      .content-wrapper .table-header .col-item .empty-text[data-v-acec8b0e],
      .content-wrapper .table-row .header-item .empty-text[data-v-acec8b0e],
      .content-wrapper .table-row .col-item .empty-text[data-v-acec8b0e] {
        color: #a2a5b5;
}
.content-wrapper .table-header .operate-item[data-v-acec8b0e],
    .content-wrapper .table-row .operate-item[data-v-acec8b0e] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%;
      cursor: pointer;
}
.content-wrapper .table-header .operate-item .huIcon[data-v-acec8b0e],
      .content-wrapper .table-row .operate-item .huIcon[data-v-acec8b0e] {
        font-size: 14px;
        font-weight: 400;
}
.content-wrapper .table-header .operate-item .huIcon.item-select[data-v-acec8b0e],
        .content-wrapper .table-row .operate-item .huIcon.item-select[data-v-acec8b0e] {
          margin-right: 8px;
          font-size: 16px;
}
.content-wrapper .table-header .operate-item .huIcon.iconxuanze[data-v-acec8b0e],
        .content-wrapper .table-row .operate-item .huIcon.iconxuanze[data-v-acec8b0e] {
          color: #0d5aff;
}
.content-wrapper .table-header .operate-item .text[data-v-acec8b0e],
      .content-wrapper .table-row .operate-item .text[data-v-acec8b0e] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .operate-item .text span[data-v-acec8b0e],
        .content-wrapper .table-row .operate-item .text span[data-v-acec8b0e] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .operate-item .iconzhuyao[data-v-acec8b0e],
      .content-wrapper .table-row .operate-item .iconzhuyao[data-v-acec8b0e] {
        margin-left: 8px;
        color: #d0d2da;
        cursor: pointer;
}
.content-wrapper .table-header .operate-item .iconzhuyao.active[data-v-acec8b0e],
        .content-wrapper .table-row .operate-item .iconzhuyao.active[data-v-acec8b0e] {
          color: #fe7c2a;
}
.content-wrapper .table-header .name-follower[data-v-acec8b0e],
    .content-wrapper .table-row .name-follower[data-v-acec8b0e] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.content-wrapper .table-header .item-name[data-v-acec8b0e],
    .content-wrapper .table-row .item-name[data-v-acec8b0e] {
      font-size: 12px;
      color: #303b5b;
}
.content-wrapper .table-header .item-follower[data-v-acec8b0e],
    .content-wrapper .table-row .item-follower[data-v-acec8b0e] {
      font-size: 12px;
      color: #a2a5b5;
}
.content-wrapper .table-header .header-item[data-v-acec8b0e] {
    font-weight: bold;
}
.content-wrapper .fixed-header[data-v-acec8b0e] {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 51px;
    z-index: 10;
    border: 1px solid #e7e7eb;
    border-right: none;
    overflow-x: auto;
}
.content-wrapper .fixed-header[data-v-acec8b0e]::-webkit-scrollbar {
      display: none;
}
.content-wrapper .fixed-header .header-item[data-v-acec8b0e] {
      border-right: 1px solid #e7e7eb;
}
.content-wrapper .fixed-header .header-item.sticky-label[data-v-acec8b0e] {
        left: 0 !important;
}
.content-wrapper .fixed-header .header-item.sticky-main[data-v-acec8b0e] {
        left: 120px !important;
}
.table-container[data-v-acec8b0e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.table-container .merger-table[data-v-acec8b0e] {
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-acec8b0e] {
      border-right: 1px solid #e7e7eb;
      border-bottom: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-acec8b0e]:last-of-type {
        border-right: none;
}
.table-container .merger-table .table-body tr:last-of-type td[data-v-acec8b0e] {
      border-bottom: none;
}
.header-text[data-v-acec8b0e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  overflow: hidden;
}
.bg-gray[data-v-acec8b0e] {
  background: #fafbfc !important;
}
.fw-b[data-v-acec8b0e] {
  font-weight: bold;
}
.footer-operat[data-v-acec8b0e] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  height: 74px;
  line-height: 74px;
  padding-right: 20px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
}
.type__text--wx[data-v-acec8b0e] {
  color: #18b627;
}
.type__text--qw[data-v-acec8b0e] {
  color: #fe9135;
}
.tooltip-content[data-v-acec8b0e] {
  width: 60px;
  text-align: center;
}
.disabled-icon[data-v-acec8b0e] {
  cursor: no-drop !important;
}

.icondanxuanweixuan[data-v-25611f13],
.iconweixuan[data-v-25611f13] {
  color: #d0d2da;
}
.icondanxuanweixuan[data-v-25611f13]:hover {
  color: #0d5aff;
}
.icondanxuanyixuan[data-v-25611f13],
.iconyixuan[data-v-25611f13] {
  color: #0d5aff;
}
.clue-merger[data-v-25611f13] {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  overflow: hidden;
}
.clue-merger .popup-header[data-v-25611f13] {
    height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7eb;
    background: #fff;
}
.clue-merger .popup-header .header-title[data-v-25611f13] {
      font-weight: 500;
      font-size: 16px;
      color: #303b5b;
}
.clue-merger .popup-header .header-tips[data-v-25611f13] {
      font-size: 12px;
      margin-left: 8px;
      color: #a2a5b5;
}
.content-wrapper[data-v-25611f13] {
  position: relative;
  width: 100%;
  height: calc(100% - 58px);
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}
.content-wrapper .table-header[data-v-25611f13],
  .content-wrapper .table-row[data-v-25611f13] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.content-wrapper .table-header .header-item[data-v-25611f13],
    .content-wrapper .table-header .col-item[data-v-25611f13],
    .content-wrapper .table-row .header-item[data-v-25611f13],
    .content-wrapper .table-row .col-item[data-v-25611f13] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 120px;
      min-height: 50px;
      padding: 4px 20px;
      font-size: 12px;
      color: #303b5b;
      background: #ffffff;
      word-break: break-word;
}
.content-wrapper .table-header .header-item.item-default[data-v-25611f13],
      .content-wrapper .table-header .col-item.item-default[data-v-25611f13],
      .content-wrapper .table-row .header-item.item-default[data-v-25611f13],
      .content-wrapper .table-row .col-item.item-default[data-v-25611f13] {
        width: 220px;
}
.content-wrapper .table-header .header-item.main-item[data-v-25611f13],
      .content-wrapper .table-header .col-item.main-item[data-v-25611f13],
      .content-wrapper .table-row .header-item.main-item[data-v-25611f13],
      .content-wrapper .table-row .col-item.main-item[data-v-25611f13] {
        width: 220px;
}
.content-wrapper .table-header .header-item.item-large-2[data-v-25611f13],
      .content-wrapper .table-header .col-item.item-large-2[data-v-25611f13],
      .content-wrapper .table-row .header-item.item-large-2[data-v-25611f13],
      .content-wrapper .table-row .col-item.item-large-2[data-v-25611f13] {
        width: 382px;
}
.content-wrapper .table-header .header-item.item-large-3[data-v-25611f13],
      .content-wrapper .table-header .col-item.item-large-3[data-v-25611f13],
      .content-wrapper .table-row .header-item.item-large-3[data-v-25611f13],
      .content-wrapper .table-row .col-item.item-large-3[data-v-25611f13] {
        width: 254px;
}
.content-wrapper .table-header .header-item.required[data-v-25611f13],
      .content-wrapper .table-header .col-item.required[data-v-25611f13],
      .content-wrapper .table-row .header-item.required[data-v-25611f13],
      .content-wrapper .table-row .col-item.required[data-v-25611f13] {
        position: relative;
}
.content-wrapper .table-header .header-item.required[data-v-25611f13]::before,
        .content-wrapper .table-header .col-item.required[data-v-25611f13]::before,
        .content-wrapper .table-row .header-item.required[data-v-25611f13]::before,
        .content-wrapper .table-row .col-item.required[data-v-25611f13]::before {
          content: "*";
          position: absolute;
          top: 18px;
          left: 9px;
          color: #f2333a;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-25611f13],
      .content-wrapper .table-header .col-item.sticky-label[data-v-25611f13],
      .content-wrapper .table-row .header-item.sticky-label[data-v-25611f13],
      .content-wrapper .table-row .col-item.sticky-label[data-v-25611f13] {
        position: sticky;
        left: 1px;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-25611f13]::before,
        .content-wrapper .table-header .col-item.sticky-label[data-v-25611f13]::before,
        .content-wrapper .table-row .header-item.sticky-label[data-v-25611f13]::before,
        .content-wrapper .table-row .col-item.sticky-label[data-v-25611f13]::before {
          content: "";
          position: absolute;
          top: 0;
          left: -1px;
          bottom: 0;
          width: 1px;
          background: #e7e7eb;
}
.content-wrapper .table-header .header-item.sticky-main[data-v-25611f13],
      .content-wrapper .table-header .col-item.sticky-main[data-v-25611f13],
      .content-wrapper .table-row .header-item.sticky-main[data-v-25611f13],
      .content-wrapper .table-row .col-item.sticky-main[data-v-25611f13] {
        position: sticky;
        left: 121px;
}
.content-wrapper .table-header .header-item .item-main[data-v-25611f13],
      .content-wrapper .table-header .col-item .item-main[data-v-25611f13],
      .content-wrapper .table-row .header-item .item-main[data-v-25611f13],
      .content-wrapper .table-row .col-item .item-main[data-v-25611f13] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .header-item .item-main span[data-v-25611f13],
        .content-wrapper .table-header .col-item .item-main span[data-v-25611f13],
        .content-wrapper .table-row .header-item .item-main span[data-v-25611f13],
        .content-wrapper .table-row .col-item .item-main span[data-v-25611f13] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .header-item .item-status[data-v-25611f13],
      .content-wrapper .table-header .col-item .item-status[data-v-25611f13],
      .content-wrapper .table-row .header-item .item-status[data-v-25611f13],
      .content-wrapper .table-row .col-item .item-status[data-v-25611f13] {
        width: 6px;
        height: 6px;
        margin-right: 6px;
        border-radius: 3px;
        background: #00ca5c;
}
.content-wrapper .table-header .header-item .item-status.empty[data-v-25611f13],
        .content-wrapper .table-header .col-item .item-status.empty[data-v-25611f13],
        .content-wrapper .table-row .header-item .item-status.empty[data-v-25611f13],
        .content-wrapper .table-row .col-item .item-status.empty[data-v-25611f13] {
          background: #a2a5b5;
}
.content-wrapper .table-header .header-item .empty-text[data-v-25611f13],
      .content-wrapper .table-header .col-item .empty-text[data-v-25611f13],
      .content-wrapper .table-row .header-item .empty-text[data-v-25611f13],
      .content-wrapper .table-row .col-item .empty-text[data-v-25611f13] {
        color: #a2a5b5;
}
.content-wrapper .table-header .operate-item[data-v-25611f13],
    .content-wrapper .table-row .operate-item[data-v-25611f13] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%;
      cursor: pointer;
}
.content-wrapper .table-header .operate-item .huIcon[data-v-25611f13],
      .content-wrapper .table-row .operate-item .huIcon[data-v-25611f13] {
        font-size: 14px;
        font-weight: 400;
}
.content-wrapper .table-header .operate-item .huIcon.item-select[data-v-25611f13],
        .content-wrapper .table-row .operate-item .huIcon.item-select[data-v-25611f13] {
          margin-right: 8px;
          font-size: 16px;
}
.content-wrapper .table-header .operate-item .huIcon.iconxuanze[data-v-25611f13],
        .content-wrapper .table-row .operate-item .huIcon.iconxuanze[data-v-25611f13] {
          color: #0d5aff;
}
.content-wrapper .table-header .operate-item .text[data-v-25611f13],
      .content-wrapper .table-row .operate-item .text[data-v-25611f13] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .operate-item .text span[data-v-25611f13],
        .content-wrapper .table-row .operate-item .text span[data-v-25611f13] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .operate-item .iconzhuyao[data-v-25611f13],
      .content-wrapper .table-row .operate-item .iconzhuyao[data-v-25611f13] {
        margin-left: 8px;
        color: #d0d2da;
        cursor: pointer;
}
.content-wrapper .table-header .operate-item .iconzhuyao.active[data-v-25611f13],
        .content-wrapper .table-row .operate-item .iconzhuyao.active[data-v-25611f13] {
          color: #fe7c2a;
}
.content-wrapper .table-header .name-follower[data-v-25611f13],
    .content-wrapper .table-row .name-follower[data-v-25611f13] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.content-wrapper .table-header .item-name[data-v-25611f13],
    .content-wrapper .table-row .item-name[data-v-25611f13] {
      font-size: 12px;
      color: #303b5b;
}
.content-wrapper .table-header .item-follower[data-v-25611f13],
    .content-wrapper .table-row .item-follower[data-v-25611f13] {
      font-size: 12px;
      color: #a2a5b5;
}
.content-wrapper .table-header .header-item[data-v-25611f13] {
    font-weight: bold;
}
.content-wrapper .fixed-header[data-v-25611f13] {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 51px;
    z-index: 10;
    border: 1px solid #e7e7eb;
    border-right: none;
    overflow-x: auto;
}
.content-wrapper .fixed-header[data-v-25611f13]::-webkit-scrollbar {
      display: none;
}
.content-wrapper .fixed-header .header-item[data-v-25611f13] {
      border-right: 1px solid #e7e7eb;
}
.content-wrapper .fixed-header .header-item.sticky-label[data-v-25611f13] {
        left: 0 !important;
}
.content-wrapper .fixed-header .header-item.sticky-main[data-v-25611f13] {
        left: 120px !important;
}
.table-container[data-v-25611f13] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.table-container .merger-table[data-v-25611f13] {
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-25611f13] {
      border-right: 1px solid #e7e7eb;
      border-bottom: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-25611f13]:last-of-type {
        border-right: none;
}
.table-container .merger-table .table-body tr:last-of-type td[data-v-25611f13] {
      border-bottom: none;
}
.header-text[data-v-25611f13] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  overflow: hidden;
}
.bg-gray[data-v-25611f13] {
  background: #fafbfc !important;
}
.fw-b[data-v-25611f13] {
  font-weight: bold;
}
.footer-operat[data-v-25611f13] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  height: 74px;
  line-height: 74px;
  padding-right: 20px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
}
.type__text--wx[data-v-25611f13] {
  color: #18b627;
}
.type__text--qw[data-v-25611f13] {
  color: #fe9135;
}
.table-row .row-col[data-v-25611f13] {
  width: 120px;
  background: #ffffff;
}
.table-row .row-col .col-item[data-v-25611f13] {
    width: 100% !important;
}
.table-row .row-col .empty-text[data-v-25611f13] {
    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: 100%;
    height: 100%;
    font-size: 12px;
    color: #a2a5b5;
}
.table-row .row-col.item-default[data-v-25611f13] {
    width: 220px;
}
.table-row .row-col.main-item[data-v-25611f13] {
    width: 220px;
}
.table-row .row-col.item-large-2[data-v-25611f13] {
    width: 382px;
}
.table-row .row-col.item-large-3[data-v-25611f13] {
    width: 254px;
}
.table-row .row-col.sticky-label[data-v-25611f13] {
    position: sticky;
    left: 1px;
}
.table-row .row-col.sticky-label[data-v-25611f13]::before {
      content: "";
      position: absolute;
      top: 0;
      left: -1px;
      bottom: 0;
      width: 1px;
      background: #e7e7eb;
}
.table-row .row-col.sticky-main[data-v-25611f13] {
    position: sticky;
    left: 121px;
}
.font-400[data-v-25611f13] {
  font-weight: 400 !important;
}

.icondanxuanweixuan[data-v-c3b8bf22],
.iconweixuan[data-v-c3b8bf22] {
  color: #d0d2da;
}
.icondanxuanweixuan[data-v-c3b8bf22]:hover {
  color: #0d5aff;
}
.icondanxuanyixuan[data-v-c3b8bf22],
.iconyixuan[data-v-c3b8bf22] {
  color: #0d5aff;
}
.clue-merger[data-v-c3b8bf22] {
  position: relative;
  height: 100%;
  background-color: #ffffff;
  z-index: 100;
  overflow: hidden;
}
.clue-merger .popup-header[data-v-c3b8bf22] {
    height: 58px;
    padding: 0 20px;
    border-bottom: 1px solid #e7e7eb;
    background: #fff;
}
.clue-merger .popup-header .header-title[data-v-c3b8bf22] {
      font-weight: 500;
      font-size: 16px;
      color: #303b5b;
}
.clue-merger .popup-header .header-tips[data-v-c3b8bf22] {
      font-size: 12px;
      margin-left: 8px;
      color: #a2a5b5;
}
.content-wrapper[data-v-c3b8bf22] {
  position: relative;
  width: 100%;
  height: calc(100% - 58px);
  padding: 20px 10px 10px 20px;
  overflow: hidden;
}
.content-wrapper .table-header[data-v-c3b8bf22],
  .content-wrapper .table-row[data-v-c3b8bf22] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.content-wrapper .table-header .header-item[data-v-c3b8bf22],
    .content-wrapper .table-header .col-item[data-v-c3b8bf22],
    .content-wrapper .table-row .header-item[data-v-c3b8bf22],
    .content-wrapper .table-row .col-item[data-v-c3b8bf22] {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 120px;
      min-height: 50px;
      padding: 4px 20px;
      font-size: 12px;
      color: #303b5b;
      background: #ffffff;
      word-break: break-word;
}
.content-wrapper .table-header .header-item.item-default[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.item-default[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.item-default[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.item-default[data-v-c3b8bf22] {
        width: 220px;
}
.content-wrapper .table-header .header-item.main-item[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.main-item[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.main-item[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.main-item[data-v-c3b8bf22] {
        width: 220px;
}
.content-wrapper .table-header .header-item.item-large-2[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.item-large-2[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.item-large-2[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.item-large-2[data-v-c3b8bf22] {
        width: 382px;
}
.content-wrapper .table-header .header-item.item-large-3[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.item-large-3[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.item-large-3[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.item-large-3[data-v-c3b8bf22] {
        width: 254px;
}
.content-wrapper .table-header .header-item.required[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.required[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.required[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.required[data-v-c3b8bf22] {
        position: relative;
}
.content-wrapper .table-header .header-item.required[data-v-c3b8bf22]::before,
        .content-wrapper .table-header .col-item.required[data-v-c3b8bf22]::before,
        .content-wrapper .table-row .header-item.required[data-v-c3b8bf22]::before,
        .content-wrapper .table-row .col-item.required[data-v-c3b8bf22]::before {
          content: "*";
          position: absolute;
          top: 18px;
          left: 9px;
          color: #f2333a;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.sticky-label[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.sticky-label[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.sticky-label[data-v-c3b8bf22] {
        position: sticky;
        left: 1px;
}
.content-wrapper .table-header .header-item.sticky-label[data-v-c3b8bf22]::before,
        .content-wrapper .table-header .col-item.sticky-label[data-v-c3b8bf22]::before,
        .content-wrapper .table-row .header-item.sticky-label[data-v-c3b8bf22]::before,
        .content-wrapper .table-row .col-item.sticky-label[data-v-c3b8bf22]::before {
          content: "";
          position: absolute;
          top: 0;
          left: -1px;
          bottom: 0;
          width: 1px;
          background: #e7e7eb;
}
.content-wrapper .table-header .header-item.sticky-main[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item.sticky-main[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item.sticky-main[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item.sticky-main[data-v-c3b8bf22] {
        position: sticky;
        left: 121px;
}
.content-wrapper .table-header .header-item .item-main[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item .item-main[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item .item-main[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item .item-main[data-v-c3b8bf22] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .header-item .item-main span[data-v-c3b8bf22],
        .content-wrapper .table-header .col-item .item-main span[data-v-c3b8bf22],
        .content-wrapper .table-row .header-item .item-main span[data-v-c3b8bf22],
        .content-wrapper .table-row .col-item .item-main span[data-v-c3b8bf22] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .header-item .item-status[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item .item-status[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item .item-status[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item .item-status[data-v-c3b8bf22] {
        width: 6px;
        height: 6px;
        margin-right: 6px;
        border-radius: 3px;
        background: #00ca5c;
}
.content-wrapper .table-header .header-item .item-status.empty[data-v-c3b8bf22],
        .content-wrapper .table-header .col-item .item-status.empty[data-v-c3b8bf22],
        .content-wrapper .table-row .header-item .item-status.empty[data-v-c3b8bf22],
        .content-wrapper .table-row .col-item .item-status.empty[data-v-c3b8bf22] {
          background: #a2a5b5;
}
.content-wrapper .table-header .header-item .empty-text[data-v-c3b8bf22],
      .content-wrapper .table-header .col-item .empty-text[data-v-c3b8bf22],
      .content-wrapper .table-row .header-item .empty-text[data-v-c3b8bf22],
      .content-wrapper .table-row .col-item .empty-text[data-v-c3b8bf22] {
        color: #a2a5b5;
}
.content-wrapper .table-header .operate-item[data-v-c3b8bf22],
    .content-wrapper .table-row .operate-item[data-v-c3b8bf22] {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      width: 100%;
      cursor: pointer;
}
.content-wrapper .table-header .operate-item .huIcon[data-v-c3b8bf22],
      .content-wrapper .table-row .operate-item .huIcon[data-v-c3b8bf22] {
        font-size: 14px;
        font-weight: 400;
}
.content-wrapper .table-header .operate-item .huIcon.item-select[data-v-c3b8bf22],
        .content-wrapper .table-row .operate-item .huIcon.item-select[data-v-c3b8bf22] {
          margin-right: 8px;
          font-size: 16px;
}
.content-wrapper .table-header .operate-item .huIcon.iconxuanze[data-v-c3b8bf22],
        .content-wrapper .table-row .operate-item .huIcon.iconxuanze[data-v-c3b8bf22] {
          color: #0d5aff;
}
.content-wrapper .table-header .operate-item .text[data-v-c3b8bf22],
      .content-wrapper .table-row .operate-item .text[data-v-c3b8bf22] {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        font-size: 12px;
}
.content-wrapper .table-header .operate-item .text span[data-v-c3b8bf22],
        .content-wrapper .table-row .operate-item .text span[data-v-c3b8bf22] {
          font-size: 12px;
          color: #303b5b;
}
.content-wrapper .table-header .operate-item .iconzhuyao[data-v-c3b8bf22],
      .content-wrapper .table-row .operate-item .iconzhuyao[data-v-c3b8bf22] {
        margin-left: 8px;
        color: #d0d2da;
        cursor: pointer;
}
.content-wrapper .table-header .operate-item .iconzhuyao.active[data-v-c3b8bf22],
        .content-wrapper .table-row .operate-item .iconzhuyao.active[data-v-c3b8bf22] {
          color: #fe7c2a;
}
.content-wrapper .table-header .name-follower[data-v-c3b8bf22],
    .content-wrapper .table-row .name-follower[data-v-c3b8bf22] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
}
.content-wrapper .table-header .item-name[data-v-c3b8bf22],
    .content-wrapper .table-row .item-name[data-v-c3b8bf22] {
      font-size: 12px;
      color: #303b5b;
}
.content-wrapper .table-header .item-follower[data-v-c3b8bf22],
    .content-wrapper .table-row .item-follower[data-v-c3b8bf22] {
      font-size: 12px;
      color: #a2a5b5;
}
.content-wrapper .table-header .header-item[data-v-c3b8bf22] {
    font-weight: bold;
}
.content-wrapper .fixed-header[data-v-c3b8bf22] {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 51px;
    z-index: 10;
    border: 1px solid #e7e7eb;
    border-right: none;
    overflow-x: auto;
}
.content-wrapper .fixed-header[data-v-c3b8bf22]::-webkit-scrollbar {
      display: none;
}
.content-wrapper .fixed-header .header-item[data-v-c3b8bf22] {
      border-right: 1px solid #e7e7eb;
}
.content-wrapper .fixed-header .header-item.sticky-label[data-v-c3b8bf22] {
        left: 0 !important;
}
.content-wrapper .fixed-header .header-item.sticky-main[data-v-c3b8bf22] {
        left: 120px !important;
}
.table-container[data-v-c3b8bf22] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  overflow: auto;
}
.table-container .merger-table[data-v-c3b8bf22] {
    border-collapse: collapse;
    border: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-c3b8bf22] {
      border-right: 1px solid #e7e7eb;
      border-bottom: 1px solid #e7e7eb;
}
.table-container .merger-table td[data-v-c3b8bf22]:last-of-type {
        border-right: none;
}
.table-container .merger-table .table-body tr:last-of-type td[data-v-c3b8bf22] {
      border-bottom: none;
}
.header-text[data-v-c3b8bf22] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
  overflow: hidden;
}
.bg-gray[data-v-c3b8bf22] {
  background: #fafbfc !important;
}
.fw-b[data-v-c3b8bf22] {
  font-weight: bold;
}
.footer-operat[data-v-c3b8bf22] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 54px;
  height: 74px;
  line-height: 74px;
  padding-right: 20px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -2px 6px 0px rgba(0, 0, 0, 0.05);
}
.type__text--wx[data-v-c3b8bf22] {
  color: #18b627;
}
.type__text--qw[data-v-c3b8bf22] {
  color: #fe9135;
}
.tooltip-content[data-v-c3b8bf22] {
  width: 60px;
  text-align: center;
}
.disabled-icon[data-v-c3b8bf22] {
  cursor: no-drop !important;
}

.repeat-data--view[data-v-f5111244] {
  margin-top: -8px;
}
.company-name--view[data-v-f5111244] {
  color: #83899d;
}
.merge-btn--view[data-v-f5111244] {
  margin-bottom: 12px;
}
[data-v-f5111244] .hide-header-checkbox .el-checkbox {
  display: none;
}

.search-call[data-v-c818c6aa] {
  position: relative;
  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;
  width: 274px;
  height: 52px;
  padding: 8px;
  background: linear-gradient(329deg, #cce3ff 0%, #cee3ff 100%);
  border-radius: 8px;
  backdrop-filter: blur(4px);
  cursor: move;
}
.search-call .iconshurushanchu[data-v-c818c6aa] {
    position: absolute;
    top: -16px;
    right: -16px;
    color: #bbbecc;
    cursor: pointer;
}
.search-call .call-button[data-v-c818c6aa] {
    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: 68px;
    height: 36px;
    margin-left: 8px;
    border-radius: 6px;
    background: -webkit-gradient(linear, left top, right top, from(#01a2fe), to(#0071ff));
    background: linear-gradient(90deg, #01a2fe 0%, #0071ff 100%);
    cursor: pointer;
}
.search-call .call-button[data-v-c818c6aa]:hover {
      opacity: 0.7;
}
.search-call .call-button .huIcon[data-v-c818c6aa] {
      padding-right: 4px;
      color: #ffffff;
      font-size: 12px;
}
.search-call .call-button .text[data-v-c818c6aa] {
      color: #ffffff;
}
.search-call[data-v-c818c6aa] .el-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.search-call[data-v-c818c6aa] .el-input .el-input__clear {
      line-height: 36px;
}
.search-call[data-v-c818c6aa] .el-input__inner {
    height: 36px;
    line-height: 36px;
    border: 1px solid transparent;
}
.search-call .call-history[data-v-c818c6aa] {
    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: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 10px;
    background: #b1d8ff;
    cursor: pointer;
}
.search-call .call-history .huIcon[data-v-c818c6aa] {
      color: #388eed;
}
.search-call .call-history .huIcon.active[data-v-c818c6aa] {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
}
.search-call .history-list[data-v-c818c6aa] {
    position: absolute;
    top: 62px;
    right: 0;
    left: 0;
    padding: 6px 0;
    background: #ffffff;
    -webkit-box-shadow: 0px 5px 13px 0px rgba(212, 214, 231, 0.7);
            box-shadow: 0px 5px 13px 0px rgba(212, 214, 231, 0.7);
    border-radius: 8px;
}
.search-call .history-list .history-item[data-v-c818c6aa] {
      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;
      width: 100%;
      height: 50px;
      padding: 10px 0;
}
.search-call .history-list .history-item[data-v-c818c6aa]:hover {
        background-color: #edf4fe;
}
.search-call .history-list .history-item .name[data-v-c818c6aa] {
        font-weight: 500;
        color: #101739;
}
.search-call .history-list .history-item .can-click[data-v-c818c6aa] {
        cursor: pointer;
}
.search-call .history-list .history-item .can-click[data-v-c818c6aa]:hover {
          color: #0d5aff;
}
.search-call .history-list .history-item .descript[data-v-c818c6aa] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
}
.search-call .history-list .history-item .descript .text[data-v-c818c6aa] {
          color: #83899d;
          font-size: 12px;
}
.search-call .history-list .history-item .descript .time[data-v-c818c6aa] {
          margin: 0 6px;
}
.search-call .history-list .item-left[data-v-c818c6aa] {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-left: 20px;
}
.search-call .history-list .item-right[data-v-c818c6aa] {
      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: 28px;
      height: 28px;
      margin-right: 20px;
      border-radius: 14px;
      background: -webkit-gradient(linear, left top, right top, from(#36c0ff), to(#5b80ff));
      background: linear-gradient(90deg, #36c0ff 0%, #5b80ff 100%);
}
.search-call .history-list .item-right .huIcon[data-v-c818c6aa] {
        color: #ffffff;
        font-size: 12px;
        cursor: pointer;
}
.search-call .history-empty[data-v-c818c6aa] {
    min-height: 200px;
}
.search-call .history-empty[data-v-c818c6aa] .empty-view {
      padding: 24px 0;
}
.search-call .history-empty[data-v-c818c6aa] .el-loading-spinner {
      top: 90px !important;
}
.main-page-dialog-wrapper[data-v-c818c6aa] {
  position: fixed;
  top: 80px;
  right: 0;
  left: 220px;
  bottom: 0;
  overflow: hidden;
  z-index: 1400;
}

