.bdColor[data-v-61ccb44e] {
  color: #0052CC;
}
.textColor[data-v-61ccb44e] {
  color: #0052cc;
}
.warningText[data-v-61ccb44e] {
  color: #e6a23c;
}
.dangerText[data-v-61ccb44e] {
  color: #d9001b;
}
.successText[data-v-61ccb44e] {
  color: #67c23a;
}
.warningBg[data-v-61ccb44e] {
  background-color: #e6a23c;
}
.dangerBg[data-v-61ccb44e] {
  background-color: #d9001b;
}
.successBg[data-v-61ccb44e] {
  background-color: #67c23a;
}
.primaryBg[data-v-61ccb44e] {
  background-color: #4573d8;
}
.grayBg[data-v-61ccb44e] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-61ccb44e] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-61ccb44e] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-61ccb44e] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-61ccb44e] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-61ccb44e] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-61ccb44e] {
  color: #2662f0;
}
.colorTxt892[data-v-61ccb44e] {
  color: #8f92a1;
}
.textDUb[data-v-61ccb44e] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-61ccb44e] {
  font-size: 14px;
}
.fz_20[data-v-61ccb44e] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-61ccb44e] {
  color: #e6a23c;
}
.text5[data-v-61ccb44e] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-61ccb44e] {
  margin-top: 20px !important;
}
.noData[data-v-61ccb44e] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-61ccb44e]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-61ccb44e]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-61ccb44e]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-61ccb44e] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-61ccb44e] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-61ccb44e] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-61ccb44e] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-61ccb44e] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-61ccb44e] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-61ccb44e] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-61ccb44e] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-61ccb44e] {
  width: 10%;
}
.template-ul[data-v-61ccb44e] {
  width: 100%;
  height: 65vh;
  overflow-y: auto;
}
.template-ul[data-v-61ccb44e]::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
.template-ul[data-v-61ccb44e]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.template-ul[data-v-61ccb44e]::-webkit-scrollbar-thumb {
  background: #ddd;
}
.template-ul[data-v-61ccb44e]::-webkit-scrollbar-thumb:hover {
  background: #f2f2f2;
}
.template-ul .template-li[data-v-61ccb44e] {
  width: 95%;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 10px 20px;
  margin-left: 2.5%;
  margin-top: 10px;
  margin-bottom: 10px;
  float: left;
  position: relative;
  cursor: pointer;
}
.template-ul .template-li i[data-v-61ccb44e] {
  display: none;
  position: absolute;
  top: -5px;
  right: -10px;
  font-size: 20px;
  background-color: #fff;
  border-radius: 50%;
}
.template-ul .template-li h2[data-v-61ccb44e] {
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
}
.template-ul .template-li h2 span[data-v-61ccb44e] {
  color: #0052CC;
  font-size: 14px;
}
.template-ul .template-li h2 .p[data-v-61ccb44e] {
  width: 80%;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  position: relative;
  float: left;
}
.template-ul .template-li .cont[data-v-61ccb44e] {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  position: relative;
}
.template-ul .template-li .cont1[data-v-61ccb44e] {
  width: 100%;
  margin-top: 10px;
  font-size: 12px;
}
.template-ul .template-li[data-v-61ccb44e]:hover {
  color: #fff;
  border-color: #0052CC;
  background-color: #0052CC;
}
.template-ul .template-li:hover h2 .p[data-v-61ccb44e] {
  color: #fff;
}
.template-ul .template-li:hover h2 span[data-v-61ccb44e] {
  color: #fff;
}
.template-ul .template-li:hover .more[data-v-61ccb44e] {
  color: #fff !important;
}
.template-ul .more[data-v-61ccb44e] {
  position: absolute;
  bottom: 8px;
  right: 6px;
  color: #0052CC;
  font-size: 12px;
  z-index: 99;
}
.template-ul .active[data-v-61ccb44e] {
  color: #fff;
  border-color: #0052CC;
  background-color: #0052CC;
}
.template-ul .active h2 .p[data-v-61ccb44e] {
  color: #fff;
}
.template-ul .active h2 span[data-v-61ccb44e] {
  color: #fff;
}
.template-ul .active i[data-v-61ccb44e] {
  display: block;
  color: #0052CC;
}
.template-ul .active .more[data-v-61ccb44e] {
  color: #fff !important;
}
.template-html[data-v-61ccb44e] {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.template-html .template-box[data-v-61ccb44e] {
  width: 400px;
  background-color: #fff;
  position: absolute;
  left: calc(20vw + 801px);
  top: 7vh;
  padding: 20px 30px;
}
.template-html .template-box .template-tab[data-v-61ccb44e] {
  width: 100%;
  margin: 15px 0;
}
.template-html .template-box .template-tab .template-active[data-v-61ccb44e] {
  color: #0052CC;
  font-weight: 600;
}
.template-html .template-box .template-tab p[data-v-61ccb44e] {
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
}
.template-html .template-box .template-h2[data-v-61ccb44e] {
  font-size: 18px;
  margin-bottom: 10px;
}
.template-html .template-box .template-h2 i[data-v-61ccb44e] {
  float: right;
  margin-right: -15px;
  margin-top: -5px;
  color: #999;
  cursor: pointer;
}

.bdColor[data-v-0db18821] {
  color: #0052CC;
}
.textColor[data-v-0db18821] {
  color: #0052cc;
}
.warningText[data-v-0db18821] {
  color: #e6a23c;
}
.dangerText[data-v-0db18821] {
  color: #d9001b;
}
.successText[data-v-0db18821] {
  color: #67c23a;
}
.warningBg[data-v-0db18821] {
  background-color: #e6a23c;
}
.dangerBg[data-v-0db18821] {
  background-color: #d9001b;
}
.successBg[data-v-0db18821] {
  background-color: #67c23a;
}
.primaryBg[data-v-0db18821] {
  background-color: #4573d8;
}
.grayBg[data-v-0db18821] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-0db18821] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-0db18821] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-0db18821] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-0db18821] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-0db18821] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-0db18821] {
  color: #2662f0;
}
.colorTxt892[data-v-0db18821] {
  color: #8f92a1;
}
.textDUb[data-v-0db18821] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-0db18821] {
  font-size: 14px;
}
.fz_20[data-v-0db18821] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-0db18821] {
  color: #e6a23c;
}
.text5[data-v-0db18821] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-0db18821] {
  margin-top: 20px !important;
}
.noData[data-v-0db18821] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-0db18821]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-0db18821]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-0db18821]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-0db18821] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-0db18821] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-0db18821] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-0db18821] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-0db18821] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-0db18821] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-0db18821] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-0db18821] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-0db18821] {
  width: 10%;
}
[data-v-0db18821] .el-dialog {
  height: 85vh;
  overflow: auto;
  margin: 0 auto;
  margin-top: 7vh !important;
  margin-left: 20vw;
}
[data-v-0db18821] .el-dialog__body {
  padding: 30px 20px 0 !important;
}
[data-v-0db18821] .el-divider {
  background-color: #0052CC;
}
[data-v-0db18821] .el-divider__text {
  color: #0052CC;
  font-size: 18px;
}
.span-red[data-v-0db18821] {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #f56c6c;
}
.sf-name[data-v-0db18821] {
  width: 100%;
  padding-left: 0px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.sf-name[data-v-0db18821]::after {
  content: '';
  width: 20px;
  height: 20px;
  background: #0052CC;
  float: left;
  margin-left: -40px;
  border-radius: 50%;
}
[data-v-0db18821] .el-descriptions__title {
  font-size: 14px;
}
[data-v-0db18821] .el-descriptions__header {
  margin-bottom: 10px;
}
.quote-btn[data-v-0db18821] {
  color: #0052CC;
  border: 1px solid #0052CC;
  float: right;
}
.quote-btn[data-v-0db18821]:hover {
  border: 1px solid #0052CC;
  background-color: #0052CC !important;
}
.delete-btn[data-v-0db18821] {
  color: #f56c6c;
  border: 1px solid #f56c6c;
  float: right;
}
.delete-btn[data-v-0db18821]:hover {
  border: 1px solid #f56c6c;
  background-color: #f56c6c !important;
}
.followPlan[data-v-0db18821]::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
.followPlan[data-v-0db18821]::-webkit-scrollbar-track {
  background: #fff;
}
.followPlan[data-v-0db18821]::-webkit-scrollbar-thumb {
  background: #fff;
}
.followPlan[data-v-0db18821]::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

.bdColor[data-v-134f5fe7] {
  color: #0052CC;
}
.textColor[data-v-134f5fe7] {
  color: #0052cc;
}
.warningText[data-v-134f5fe7] {
  color: #e6a23c;
}
.dangerText[data-v-134f5fe7] {
  color: #d9001b;
}
.successText[data-v-134f5fe7] {
  color: #67c23a;
}
.warningBg[data-v-134f5fe7] {
  background-color: #e6a23c;
}
.dangerBg[data-v-134f5fe7] {
  background-color: #d9001b;
}
.successBg[data-v-134f5fe7] {
  background-color: #67c23a;
}
.primaryBg[data-v-134f5fe7] {
  background-color: #4573d8;
}
.grayBg[data-v-134f5fe7] {
  background-color: #aaaaaa;
}
.fl_sb[data-v-134f5fe7] {
  display: flex;
  justify-content: space-between;
}
.fl_as[data-v-134f5fe7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fl_st[data-v-134f5fe7] {
  display: flex;
  align-items: center;
  justify-content: start;
}
.fl_cc[data-v-134f5fe7] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fl_wrap[data-v-134f5fe7] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.colorPr[data-v-134f5fe7] {
  color: #2662f0;
}
.colorTxt892[data-v-134f5fe7] {
  color: #8f92a1;
}
.textDUb[data-v-134f5fe7] {
  text-decoration: underline;
  white-space: pre-wrap;
}
.fz14[data-v-134f5fe7] {
  font-size: 14px;
}
.fz_20[data-v-134f5fe7] {
  font-size: 22px;
  font-weight: 400;
  color: #566770;
}
.fz_waming[data-v-134f5fe7] {
  color: #e6a23c;
}
.text5[data-v-134f5fe7] {
  display: inline-block;
  max-width: 8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mt20[data-v-134f5fe7] {
  margin-top: 20px !important;
}
.noData[data-v-134f5fe7] {
  margin: 200px 0;
  text-align: center;
}
.el-button--primary[data-v-134f5fe7]:not(.is-disabled) {
  border: 1px solid #0052CC;
  color: #0052CC;
  background: #fff;
}
.el-button--primary[data-v-134f5fe7]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button[data-v-134f5fe7]:hover {
  background: #0052CC;
  border-color: #0052CC;
  color: #FFF;
}
.el-button--primary.solid[data-v-134f5fe7] {
  color: #FFF;
  background-color: #0052CC;
  border-color: #0052CC;
}
.el-button[data-v-134f5fe7] {
  min-width: 80px;
  border-radius: 12px;
}
.el-input__inner[data-v-134f5fe7] {
  border-radius: 8px;
}
.el-button--primary.bg[data-v-134f5fe7] {
  border-radius: 30px;
  border: 1px solid #0052cc;
  color: #fff;
  background: #0052cc;
}
.el-button--primary.bg2f[data-v-134f5fe7] {
  width: 100%;
  border: 1px solid #0052CC;
  color: #fff;
  background: #0052CC;
}
.el-table[data-v-134f5fe7] {
  overflow: hidden;
  border-radius: 4px;
}
.el-table .el-table__cell[data-v-134f5fe7] {
  padding: 22px 0;
}
.el-table .el-table__body-wrapper[data-v-134f5fe7] {
  padding-right: 20px;
}
.el-date-editor .el-range-separator[data-v-134f5fe7] {
  width: 10%;
}
[data-v-134f5fe7] .el-dialog {
  height: 85vh;
  overflow: auto;
  margin: 0 auto;
  margin-top: 7vh !important;
  margin-left: 20vw;
}
[data-v-134f5fe7] .el-dialog__body {
  padding: 30px 20px 0 !important;
}
[data-v-134f5fe7] .el-divider {
  background-color: #0052CC;
}
[data-v-134f5fe7] .el-divider__text {
  color: #0052CC;
  font-size: 18px;
}
.span-red[data-v-134f5fe7] {
  width: 100%;
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #f56c6c;
}
.sf-name[data-v-134f5fe7] {
  width: 100%;
  padding-left: 0px;
  background-color: #fff;
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
}
.sf-name[data-v-134f5fe7]::after {
  content: '';
  width: 20px;
  height: 20px;
  background: #0052CC;
  float: left;
  margin-left: -40px;
  border-radius: 50%;
}
[data-v-134f5fe7] .el-descriptions__title {
  font-size: 14px;
}
[data-v-134f5fe7] .el-descriptions__header {
  margin-bottom: 10px;
}
.quote-btn[data-v-134f5fe7] {
  color: #0052CC;
  border: 1px solid #0052CC;
  float: right;
}
.quote-btn[data-v-134f5fe7]:hover {
  border: 1px solid #0052CC;
  background-color: #0052CC !important;
}
.quote-btn1[data-v-134f5fe7] {
  color: #666;
  border: 1px solid #ddd;
  background-color: #ddd;
  float: right;
}
.quote-btn1[data-v-134f5fe7]:hover {
  color: #666;
  border: 1px solid #ddd;
  background-color: #ddd !important;
}
.delete-btn[data-v-134f5fe7] {
  color: #f56c6c;
  border: 1px solid #f56c6c;
  float: right;
}
.delete-btn[data-v-134f5fe7]:hover {
  border: 1px solid #f56c6c;
  background-color: #f56c6c !important;
}
.followPlan[data-v-134f5fe7]::-webkit-scrollbar {
  width: 5px;
  height: 12px;
}
.followPlan[data-v-134f5fe7]::-webkit-scrollbar-track {
  background: #fff;
}
.followPlan[data-v-134f5fe7]::-webkit-scrollbar-thumb {
  background: #fff;
}
.followPlan[data-v-134f5fe7]::-webkit-scrollbar-thumb:hover {
  background: #fff;
}

