
.dept-title[data-v-cc2a0a6e]{
  font-weight: bold;
  color: black;
}
.dept-title.selected[data-v-cc2a0a6e]{
  color: #409EFF;
  font-weight: 700;
}
.default-select-item[data-v-cc2a0a6e]{
  padding-left: 2em;
}

.flex-box[data-v-087c7c58] {
  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: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.write-box[data-v-0e8a4e52] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: calc(100% - 10px);
  overflow-y: hidden;
}
.autoDetail .edit[data-v-0e8a4e52] {
  height: 400px;
  background-color: #F3F3F3;
}
.autoDetail .size[data-v-0e8a4e52] {
  float: right;
  color: #666;
  font-size: 12px;
  margin-top: 5px;
}
.toggle-icon[data-v-0e8a4e52] {
  position: absolute;
  top: 500px;
  width: 25px;
  height: 55px;
  border: 1px solid #ddd;
  line-height: 55px;
  text-align: center;
  background-color: #fff;
  z-index: 2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  cursor: pointer;
}
.detail-right[data-v-0e8a4e52] {
  padding: 10px 10px 0 10px;
  height: 100%;
  overflow: hidden;
  border-left: 1px solid #F3F3F3;
  background-color: #fff;
}
.el-card .card-title.el-row[data-v-c34c0be8] {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: 600;
}
.el-card .card-detail.el-row[data-v-c34c0be8] {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
.el-card .card-detail.el-row p[data-v-c34c0be8] {
  line-height: 30px;
}
.el-card .card-detail.el-row span[data-v-c34c0be8] {
  color: #2A97F9;
}
.el-card .card-detail.el-row[data-v-c34c0be8]:last-child {
  border-bottom: 0;
}
.el-card .template-name[data-v-c34c0be8] {
  cursor: pointer;
}
.flex-box[data-v-31f5cbff] {
  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: 10px 0;
  border-top: 1px solid #f2f2f2;
}

.miniScroll[data-v-9b1541b4]{
  height: calc(100% - 150px);
  overflow: auto;
}


.automation .el-dialog__body, .screenDialog .el-dialog__body {
  padding: 30px 20px 0;
}
.automation .el-form-item, .screenDialog .el-form-item {
  margin-bottom: 9px !important;
}
.automation .form-select, .screenDialog .form-select {
  width: 100%;
}
.automation .label, .screenDialog .label {
  line-height: 32px;
  margin-top: 10px !important;
}
.content[data-v-1f2f7214] {
  position: relative;
  padding-right: 10px;
  overflow-y: auto;
  height: 500px;
}
.footer[data-v-1f2f7214] {
  position: sticky;
  background-color: white;
  bottom: 0;
  height: 40px;
  z-index: 3;
}
.page[data-v-1f2f7214] {
  margin: 10px 0;
}
.shadow[data-v-dfe7c638] {
  margin-left: -10px;
  background-color: #ddd;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
          box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
  margin-right: -10px;
}
.tips[data-v-113a17a2] {
  margin-bottom: 10px;
}
.shadow[data-v-4f969f1b] {
  margin-left: -10px;
  background-color: #ddd;
  text-align: center;
  font-size: 12px;
  color: #666;
  -webkit-box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
          box-shadow: 2px 3px 4px rgba(136, 136, 136, 0.3411764706);
  margin-right: -10px;
}
.automation-add {
  position: relative;
  height: calc(100% - 68px);
}
.automation-add .fixed-top {
  position: absolute;
  top: 0;
  left: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  font-size: 13px;
  background-color: orange;
  color: #fff;
}
.automation-add form.el-form.demo-ruleForm {
  padding: 0 10px;
}
.automation-add form.el-form.demo-ruleForm .line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.automation-add form.el-form.demo-ruleForm .copy-box {
  width: 1025px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.automation-add form.el-form.demo-ruleForm .copy-box .el-textarea__inner {
  border: none;
  padding: 5px 0;
  margin-bottom: 15px;
}
.automation-add form.el-form.demo-ruleForm .copy-box .el-tag {
  margin-right: 5px;
}
.automation-add form.el-form.demo-ruleForm .upload {
  width: 600px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
  color: #666;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box {
  padding: 10px 15px 10px 0;
  width: 194px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box .inner {
  width: 160px;
  height: 74px;
  padding: 15px 20px;
  text-align: center;
  background: rgba(221, 221, 221, 0.5607843137);
  border-radius: 10px;
  position: relative;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box .inner.special {
  padding: 0;
  margin-left: 27px;
  background-color: transparent;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box h1 {
  font-size: 14px;
  color: #000;
  height: 30px;
  font-weight: 600;
  line-height: 37px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .box h1 .autoX {
  width: 12px;
  height: 12px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1009px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  position: relative;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li .box {
  border-radius: 0;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li i.el-icon-close {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 22px;
  text-align: right;
  border-bottom-left-radius: 17px;
  color: rgba(102, 102, 102, 0.3411764706);
  cursor: pointer;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle ul li:first-child .box {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .middle .add {
  width: 62px;
  height: 62px;
  margin-left: 20px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom {
  width: 240px;
  background-color: rgba(221, 221, 221, 0.5607843137);
  border-radius: 10px;
  text-align: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom .bottom-box h2 {
  font-size: 14px;
  color: #000;
  font-weight: normal;
  height: 30px;
  line-height: 39px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .bottom .bottom-box .box {
  padding-top: 0;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .the-frag {
  width: 240px;
  text-align: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .the-frag img.next {
  width: 26px;
  height: 22px;
  margin-top: 12px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.indicate-icon {
  height: 18px;
  margin: 0 21px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.left {
  margin-right: 5px;
}
.automation-add form.el-form.demo-ruleForm .rule-detail .indicate img.right {
  margin-left: 5px;
}
.preview-content[data-v-2d9d0ab5] {
  padding: 20px;
  height: 100%;
  background-color: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.preview-content .line[data-v-2d9d0ab5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  padding: 5px 0;
  border-bottom: 1px solid #dcdfe6;
  overflow: hidden;
  position: relative;
}
.preview-content .item-label[data-v-2d9d0ab5] {
  display: inline-block;
  width: 70px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
.preview-content .write-input[data-v-2d9d0ab5] {
  color: #333;
  height: 40px;
  line-height: 40px;
  border: 0;
  width: 90%;
  background-color: transparent;
}
.footer[data-v-2d9d0ab5] {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 40px;
  background-color: #fff;
  z-index: 2;
  padding: 10px 0;
  border-top: 1px solid #ddd;
}
.panel-group[data-v-7371dd1e] {
  margin-top: 18px;
}
.panel-group .card-panel-col[data-v-7371dd1e] {
  margin-bottom: 32px;
}
.panel-group .el-col-lg-5[data-v-7371dd1e] {
  width: 20%;
}
.panel-group .card-panel[data-v-7371dd1e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 108px;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  color: #666;
  background: #fff;
  -webkit-box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.05);
  border-color: rgba(0, 0, 0, 0.05);
}
.panel-group .card-panel .icon-people[data-v-7371dd1e] {
  color: #2A97F9;
}
.panel-group .card-panel .icon-msg[data-v-7371dd1e] {
  color: #34bfa3;
}
.panel-group .card-panel .icon-money[data-v-7371dd1e] {
  color: #FBD444;
}
.panel-group .card-panel .icon-err[data-v-7371dd1e] {
  color: #f4516c;
}
.panel-group .card-panel .icon-shopping[data-v-7371dd1e] {
  color: #34bfa3;
}
.panel-group .card-panel .card-panel-icon-wrapper[data-v-7371dd1e] {
  margin: 14px 0 0 14px;
  padding: 16px;
  -webkit-transition: all 0.38s ease-out;
  transition: all 0.38s ease-out;
  border-radius: 6px;
}
.panel-group .card-panel .card-panel-icon-wrapper i[data-v-7371dd1e] {
  margin-top: 5px;
  font-size: 25px !important;
}
.panel-group .card-panel .card-panel-icon[data-v-7371dd1e] {
  float: left;
  font-size: 48px;
}
.panel-group .card-panel .card-panel-description[data-v-7371dd1e] {
  font-weight: bold;
}
.panel-group .card-panel .card-panel-description .card-panel-text[data-v-7371dd1e] {
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  width: 128%;
  margin-bottom: 12px;
  margin-top: 20px;
}
.panel-group .card-panel .card-panel-description .card-panel-text h1[data-v-7371dd1e] {
  font-size: 23px;
  color: #666;
  margin-bottom: 8px;
}
.panel-group .card-panel .card-panel-description .card-panel-text p[data-v-7371dd1e] {
  font-size: 14px;
  font-weight: normal;
  color: #666;
}
.panel-group .card-panel .card-panel-description .card-panel-text p[data-v-7371dd1e]:last-child {
  font-size: 12px;
  color: #0884f3;
  margin-top: 10px !important;
}
.market-email .echart[data-v-2f7b99de] {
  width: 100%;
  height: 500px;
}
.market-email .el-table[data-v-2f7b99de] {
  font-size: 13px;
}
.static[data-v-7b63421b] {
  overflow: auto;
  position: relative;
}
.static header[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 10px;
  background-color: #fff;
  z-index: 2;
}
.static header .static-left[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
.static header .static-left ul[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
  height: 30px;
  border: 1px solid #2A97F9;
  border-radius: 10px;
}
.static header .static-left ul li[data-v-7b63421b] {
  text-align: center;
  width: 150px;
  height: 100%;
  line-height: 28px;
  cursor: pointer;
}
.static header .static-left ul li i[data-v-7b63421b] {
  margin-right: 5px;
}
.static header .static-left ul .active[data-v-7b63421b] {
  color: #fff;
  background-color: #2A97F9;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.static header .static-left ul .active1[data-v-7b63421b] {
  color: #fff;
  background-color: #2A97F9;
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.static header .static-left button.el-button.el-button--primary.el-button--small[data-v-7b63421b] {
  margin-left: 20px;
}
.static .new-content[data-v-7b63421b] {
  padding: 30px 0;
}
.static .new-content ul[data-v-7b63421b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.static .new-content ul li[data-v-7b63421b] {
  width: 150px;
  line-height: 70px;
  text-align: center;
  background-color: #F5F5F5;
  color: #000;
  border-radius: 5px;
  cursor: pointer;
}
.static .new-content ul li.active[data-v-7b63421b] {
  background-color: #CCE1F4;
}
.flex-box[data-v-7b63421b] {
  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: 10px 0;
  border-top: 1px solid #f2f2f2;
}
.emailDetail[data-v-712933d4] {
  overflow-y: auto;
}
.emailDetail header[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  color: #000;
  font-size: 16px;
}
.emailDetail header i[data-v-712933d4] {
  font-size: 18px;
  color: #0a6cd6;
  margin-right: 5px;
  cursor: pointer;
}
.emailDetail header .el-input.el-input--small.el-input--prefix[data-v-712933d4] {
  width: 250px;
}
.emailDetail .preview[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
}
.emailDetail .preview li[data-v-712933d4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding: 2.5% 0 2.5% 2%;
  color: #325893;
}
.emailDetail .preview li i[data-v-712933d4] {
  margin-top: 5px;
  font-size: 25px !important;
}
.emailDetail .preview li .detail[data-v-712933d4] {
  padding-left: 12px;
  border-right: 1px solid #ddd;
  width: 68%;
}
.emailDetail .preview li .detail h1[data-v-712933d4] {
  font-size: 28px;
  margin-bottom: 10px;
}
.emailDetail .preview li .detail .dataType[data-v-712933d4] {
  font-size: 16px;
}
.emailDetail .preview li .detail .dataStatus[data-v-712933d4] {
  font-size: 12px;
  color: #0884f3;
  margin-top: 10px !important;
}
.emailDetail .preview li:last-child .detail[data-v-712933d4] {
  border-right: 0;
}
.emailDetail h1.title[data-v-712933d4] {
  height: 40px;
  font-weight: normal;
  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;
  font-size: 15px;
}
.emailDetail h1.title .el-divider[data-v-712933d4] {
  width: 250px;
}
.emailDetail .rule[data-v-712933d4] {
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  border: 1px solid #ddd;
}
.emailDetail .bottom-content .title[data-v-712933d4] {
  color: #5d5d5d;
  font-size: 15px;
  padding: 15px 0;
  font-weight: normal;
}
.email-review[data-v-5513f9a4] {
  height: 100vh;
  overflow-x: hidden;
}
.email-review .title[data-v-5513f9a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  background-color: #fff;
  padding: 0 20px;
}
.email-review .title img[data-v-5513f9a4] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.email-review .title span[data-v-5513f9a4] {
  font-size: 16px;
  color: #666;
  margin-left: 15px;
}
.email-review .detail[data-v-5513f9a4] {
  padding: 20px;
  border: 1px solid #8BA7CC;
  background: #E4ECF5;
}
.email-review .detail h1[data-v-5513f9a4] {
  margin-bottom: 5px;
  font-size: 15px;
}
.email-review .detail ul li[data-v-5513f9a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 25px;
  font-size: 13px;
  color: #666;
}
.email-review .detail ul li span[data-v-5513f9a4] {
  margin-left: 9px;
  color: #5fa207;
}
.email-review .detail ul li b[data-v-5513f9a4] {
  font-weight: normal;
  margin-right: 5px;
}
.email-review .detail ul li a[data-v-5513f9a4] {
  border-bottom: 1px solid;
  margin-right: 9px;
}
.email-review .detail ul li a b[data-v-5513f9a4] {
  font-size: 12px;
  color: #666;
}
.email-review .content[data-v-5513f9a4] {
  padding: 15px;
  overflow: visible;
  height: auto;
  min-height: 250px;
  background-color: #fff;
}
.email-review button.el-button.send-btn.el-button--primary[data-v-5513f9a4] {
  position: absolute;
  bottom: 150px;
  right: 35px;
}

.iframe[data-v-5513f9a4] @page {
  size: a4
}
.iframe[data-v-5513f9a4] table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f3f3;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.iframe[data-v-5513f9a4] td, th[data-v-5513f9a4] {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 8px;
}

.email-review[data-v-478c4333] {
  height: 100vh;
  overflow-x: hidden;
}
.email-review .title[data-v-478c4333] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 57px;
  background-color: #fff;
  padding: 0 20px;
}
.email-review .title img[data-v-478c4333] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.email-review .title span[data-v-478c4333] {
  font-size: 16px;
  color: #666;
  margin-left: 15px;
}
.email-review .detail[data-v-478c4333] {
  padding: 20px;
  border: 1px solid #8BA7CC;
  background: #E4ECF5;
}
.email-review .detail h1[data-v-478c4333] {
  margin-bottom: 5px;
  font-size: 15px;
}
.email-review .detail ul li[data-v-478c4333] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 25px;
  font-size: 13px;
  color: #666;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.email-review .detail ul li span[data-v-478c4333] {
  margin-left: 9px;
  color: #5fa207;
}
.email-review .detail ul li b[data-v-478c4333] {
  font-weight: normal;
  margin-right: 5px;
}
.email-review .detail ul li a[data-v-478c4333] {
  border-bottom: 1px solid;
  margin-right: 9px;
}
.email-review .detail ul li a b[data-v-478c4333] {
  font-size: 12px;
  color: #666;
}
.email-review .content[data-v-478c4333] {
  padding: 15px;
  overflow: visible;
  height: auto;
  min-height: 250px;
  background-color: #fff;
}
.email-review button.el-button.send-btn.el-button--primary[data-v-478c4333] {
  position: absolute;
  bottom: 150px;
  right: 35px;
}

.iframe[data-v-478c4333] @page {
  size: a4
}
.iframe[data-v-478c4333] table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #f3f3f3;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
}
.iframe[data-v-478c4333] td, th[data-v-478c4333] {
  border-right: 1px solid #666;
  border-top: 1px solid #666;
  padding: 8px;
}

.market .yesterday[data-v-2db6e274] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.market .yesterday .el-card[data-v-2db6e274] {
  width: 200px;
}
.market .yesterday .el-card p[data-v-2db6e274] {
  color: #666;
  font-size: 14px;
}
.group .el-checkbox-group {
  font-size: 13px !important;
}
.add-product[data-v-12e56b2e] {
  height: calc(100% - 20px);
  padding: 10px;
  overflow-y: auto;
  background-color: #fff;
}
.add-product .litter-title[data-v-12e56b2e] {
  padding: 0 27px;
  line-height: 35px;
  font-size: 14px;
  color: #3399F6;
  background-color: #E9F3FE;
  margin-bottom: 20px;
}
.add-product .form-info .el-cascader[data-v-12e56b2e],
.add-product .form-info .el-input[data-v-12e56b2e],
.add-product .form-info .el-select[data-v-12e56b2e] {
  width: 220px;
}
.add-product .form-info i.iconBtn[data-v-12e56b2e] {
  margin-left: 15px;
  vertical-align: text-bottom;
  font-size: 23px;
  color: #ddd;
  cursor: pointer;
}
.dialogProduct[data-v-12e56b2e] {
  font-size: 13px;
}
.dialogProduct .grid_item[data-v-12e56b2e] {
  margin: 5px;
}
.dialogProduct .grid_item .el-input[data-v-12e56b2e],
.dialogProduct .grid_item .el-select[data-v-12e56b2e],
.dialogProduct .grid_item .el-cascader[data-v-12e56b2e] {
  width: 295px;
}
.dialogProduct .grid_item .label_item[data-v-12e56b2e] {
  margin-right: 10px;
  position: relative;
}
.dialogProduct .grid_item .label_item b[data-v-12e56b2e] {
  position: absolute;
  left: -8px;
  top: 2px;
  color: red;
}
.dialogProduct .grid_item .grid_title[data-v-12e56b2e] {
  background-color: #E9F3FD;
  padding: 10px;
  border-radius: 5px;
}
.dialogProduct .grid_item .grid_content[data-v-12e56b2e] {
  border: 1px solid #ddd;
  border-radius: 10px;
  height: 300px;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px;
  overflow-y: auto;
  overflow-x: hidden;
}
.dialogProduct .grid_item .grid_content .product_item[data-v-12e56b2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}
.dialogProduct .grid_item .grid_content .product_item .product_img[data-v-12e56b2e] {
  width: 60px;
  height: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
.dialogProduct .grid_item .grid_content .product_item .item_title[data-v-12e56b2e] {
  font-size: 13px;
  color: #666;
}
.dialogProduct .grid_item .grid_content .product_item .item_message[data-v-12e56b2e] {
  margin-top: 5px !important;
  color: red;
  font-size: 12px;
}
.dialogProduct .grid_item .grid_content .product_item .item-right[data-v-12e56b2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4117647059);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .right-detail[data-v-12e56b2e] {
  position: relative;
  width: calc(100% - 70px);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .right-detail p[data-v-12e56b2e] {
  width: calc(100% - 30px);
}
.dialogProduct .grid_item .grid_content .product_item .item-right .remove_btn[data-v-12e56b2e] {
  position: absolute;
  top: 5%;
  right: 0;
  color: rgba(43, 38, 38, 0.5803921569);
  cursor: pointer;
}
.dialogProduct .grid_item .grid_content .product_item .item-right[data-v-12e56b2e]:hover {
  border-bottom-color: #409EFF;
}
.anchorPoint[data-v-12e56b2e] {
  position: fixed;
  top: 50%;
  right: 20px;
  padding: 10px !important;
  background: #ddd;
  z-index: 2;
  font-size: 13px;
}
.anchorPoint li[data-v-12e56b2e] {
  padding: 5px 0;
  cursor: pointer;
}
.anchorPoint li.active[data-v-12e56b2e] {
  color: #2A97F9;
}
.product-table[data-v-12e56b2e] {
  margin-top: 10px;
}
.grid_item[data-v-12e56b2e] {
  margin: 5px;
}
.pure-table td[data-v-12e56b2e], .pure-table th[data-v-12e56b2e] {
  height: 32px;
  padding: 0 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
ul li[data-v-15dcb4a0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
ul li p[data-v-15dcb4a0] {
  width: 300px;
  max-height: 40px;
}
ul li i[data-v-15dcb4a0] {
  font-size: 27px;
  color: #fff;
}
ul li .active[data-v-15dcb4a0] {
  color: rgba(0, 128, 0, 0.8509803922);
}
.publish[data-v-561f4a87] {
  max-width: 1024px;
  margin: 20px auto;
  overflow-y: auto;
  height: calc(100% - 60px);
}
.publish .acc-list[data-v-561f4a87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}
.publish .acc-list li[data-v-561f4a87] {
  position: relative;
  padding: 10px 20px;
  -webkit-filter: grayscale(0.55);
          filter: grayscale(0.55);
  border: 1px solid transparent;
}
.publish .acc-list li img[data-v-561f4a87] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.publish .acc-list li i[data-v-561f4a87] {
  position: absolute;
  right: 15px;
  bottom: 12px;
  font-size: 20px;
}
.publish .acc-list li .icon-facebook[data-v-561f4a87] {
  color: #3b5999;
}
.publish .acc-list li .icon-twitterlogo[data-v-561f4a87] {
  color: #279fdd;
}
.publish .acc-list li .icon-linkedin[data-v-561f4a87] {
  color: #0e75a8;
}
.publish .acc-list .gray[data-v-561f4a87] {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  border: 1px solid #0fb10f;
}
.publish h2[data-v-561f4a87] {
  margin-bottom: 15px;
}
.publish .content[data-v-561f4a87] {
  max-width: 1024px;
}
.publish .content i.el-icon-picture[data-v-561f4a87] {
  color: #74b5f7;
  font-size: 35px;
  vertical-align: middle;
}
.publish .content i.el-icon-video-camera[data-v-561f4a87] {
  font-size: 39px;
  vertical-align: middle;
  margin-left: 10px;
  color: #4caf50;
}
.publish .content .file-show[data-v-561f4a87] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0 !important;
}
.publish .content .file-show li[data-v-561f4a87] {
  margin-right: 10px;
  position: relative;
}
.publish .content .file-show li img[data-v-561f4a87] {
  width: 70px;
  height: 70px;
}
.publish .content .file-show li .el-icon-error[data-v-561f4a87] {
  position: absolute;
  right: -13px;
  top: -12px;
  color: #666;
  font-size: 20px;
}
.dialogSign li[data-v-fda8b834] {
  height: 40px;
  font-size: 14px;
  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;
  border-bottom: 1px solid #ddd;
}
.dialogSign li i[data-v-fda8b834] {
  color: transparent;
  font-size: 27px;
}
.dialogSign li .active[data-v-fda8b834] {
  color: #00aa00;
}
@charset "UTF-8";
.process[data-v-ede514f8] {
  width: 100%;
  overflow-x: scroll;
  height: calc(100% - 110px);
  background-color: #f5f5f5;
}
.process .stepCon[data-v-ede514f8] {
  width: 100%;
}
.process .panel[data-v-ede514f8] {
  /*margin-bottom: 50px;*/
  padding: 0 20px;
  position: relative;
  height: calc(100% - 90px);
}
.process .panel ul[data-v-ede514f8] {
  height: 100%;
  overflow-y: auto;
}
.process .panel .el-row[data-v-ede514f8] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3[data-v-ede514f8] {
  width: 200px;
}
.process .panel .el-row .el-col.el-col-3 .no-move[data-v-ede514f8] {
  cursor: default;
}
.process .panel .el-row .el-col.el-col-3 li[data-v-ede514f8] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  margin: 10px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
          box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
  /*overflow: hidden;*/
}
.process .panel .el-row .el-col.el-col-3 li h1[data-v-ede514f8] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.process .panel .el-row .el-col.el-col-3 li h2[data-v-ede514f8] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.process .panel .el-row .el-col.el-col-3 li h2 span[data-v-ede514f8] {
  color: #666;
}
.process .panel .el-row .el-col.el-col-3 li p[data-v-ede514f8] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.process .panel .el-row .el-col.el-col-3 li.empty-content[data-v-ede514f8] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
  /*display: none;*/
  overflow: hidden;
}
.wrap[data-v-ede514f8] {
  word-wrap: break-word;
  word-break: normal;
}
.flex[data-v-ede514f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.flex .no-move[data-v-ede514f8] {
  cursor: default;
}
.flex li[data-v-ede514f8] {
  width: calc(100% - 15px);
  background-color: #fff;
  border-radius: 2px;
  padding: 10px;
  margin: 10px auto;
  cursor: move;
  position: relative;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  -webkit-box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
          box-shadow: 0px 0px 3px rgba(170, 170, 170, 0.35);
  /*overflow: hidden;*/
}
.flex li h1[data-v-ede514f8] {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
  color: #2A97F9;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.flex li h2[data-v-ede514f8] {
  font-weight: normal;
  color: #2A97F9;
  margin-bottom: 5px;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: inline-block;
}
.flex li h2 span[data-v-ede514f8] {
  color: #666;
}
.flex li p[data-v-ede514f8] {
  color: #666;
  font-size: 12px;
  overflow: hidden; /*超出的部分隐藏起来。*/
  white-space: nowrap; /*不显示的地方用省略号...代替*/
  text-overflow: ellipsis; /* 支持 IE */
}
.flex li.empty-content[data-v-ede514f8] {
  padding: 0;
  height: 0;
  background-color: #f3f3f3;
  /*display: none;*/
  overflow: hidden;
}
.step[data-v-ede514f8] {
  height: 100%;
  overflow-y: hidden;
}
.header[data-v-ede514f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.title[data-v-ede514f8] {
  font-weight: bold;
  margin-bottom: 10px !important;
}
.icon[data-v-ede514f8], .operate[data-v-ede514f8] {
  cursor: pointer;
}
.query-operation .el-select__tags-text {
  max-width: 50px;
}
.content[data-v-481a8f83] {
  height: 100%;
}
.content .query-operation[data-v-481a8f83] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-481a8f83] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-481a8f83] {
  width: 240px;
}
.draw-business .el-drawer__header {
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.draw-business .el-drawer__body {
  height: calc(100% - 105px);
  position: relative;
}
.content[data-v-71909cf5] {
  position: relative;
  height: calc(100% - 40px);
  overflow-y: auto;
}
.content .box-card[data-v-71909cf5] {
  width: 90%;
  margin: 20px auto;
  font-size: 14px;
  line-height: 24px;
}
.content[data-v-a6748a08] {
  height: 100%;
}
.content .query-operation[data-v-a6748a08] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-a6748a08] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-a6748a08] {
  width: 240px;
}
.icon[data-v-a6748a08] {
  cursor: pointer;
}
.content[data-v-6d413059] {
  height: 100%;
}
.content .query-operation[data-v-6d413059] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
.content .query-operation .operation-item[data-v-6d413059] {
  width: 160px;
  margin-right: 10px;
}
.content .query-operation .input-with-select[data-v-6d413059] {
  width: 240px;
}
.action-operation .el-tabs {
  height: 100%;
}
.action-operation .el-tabs .el-tabs__content {
  height: 100%;
}
.action-operation .el-tabs .el-tab-pane {
  height: 100%;
}
.query-operation[data-v-64bbf70c], .action-operation[data-v-64bbf70c] {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
}
.query-operation .title[data-v-64bbf70c], .action-operation .title[data-v-64bbf70c] {
  font-size: 20px;
}
.query-operation .set-Btn[data-v-64bbf70c], .action-operation .set-Btn[data-v-64bbf70c] {
  cursor: pointer;
}
.action-operation[data-v-64bbf70c] {
  height: calc(100% - 120px);
}
.search-box[data-v-4923c840] {
  margin-bottom: 20px;
}
.search-box .input-with-select[data-v-4923c840] {
  width: 200px;
  margin-right: 10px;
}
.el-button-group .el-button--small {
  height: 33px;
  vertical-align: bottom;
}
.query-operation[data-v-1a4bea6e], .action-operation[data-v-1a4bea6e] {
  padding: 20px 20px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  position: relative;
}
.query-operation .title[data-v-1a4bea6e], .action-operation .title[data-v-1a4bea6e] {
  font-size: 20px;
}
.query-operation .title .back-icon[data-v-1a4bea6e], .action-operation .title .back-icon[data-v-1a4bea6e] {
  cursor: pointer;
}
.query-operation .tips-Btn[data-v-1a4bea6e], .action-operation .tips-Btn[data-v-1a4bea6e] {
  cursor: pointer;
}
.action-operation[data-v-1a4bea6e] {
  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;
}
.content[data-v-1a4bea6e] {
  height: calc(100% - 100px);
}
.item[data-v-f9fbf33e] {
  line-height: 22px;
  margin-bottom: 10px;
}
.item .item-label[data-v-f9fbf33e] {
  display: inline-block;
  width: 70px;
}
.item .item-content[data-v-f9fbf33e] {
  font-weight: 500;
}
.zl-container[data-v-1a1c2a2f] {
  height: calc(100% - 150px);
  overflow-y: auto;
}
.goback[data-v-1a1c2a2f] {
  color: #409eff;
  display: inline-block;
  cursor: pointer;
  font-size: 24px !important;
}
.refresh[data-v-1a1c2a2f] {
  color: #409eff;
  display: inline-block;
  cursor: pointer;
}
.import-header[data-v-1a1c2a2f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.import-header p[data-v-1a1c2a2f] {
  font-size: 20px;
  font-weight: 600;
}
.import-header p span[data-v-1a1c2a2f] {
  font-size: 14px;
}
.upload-title[data-v-1a1c2a2f] {
  font-size: 18px;
  color: #535d71;
  font-weight: 500;
}
.import-container[data-v-1a1c2a2f] {
  padding: 20px;
}
.import-container .item[data-v-1a1c2a2f] {
  margin-bottom: 20px;
}
.import-container .item .item-label[data-v-1a1c2a2f] {
  display: inline-block;
  font-size: 14px;
  color: #444;
  width: 70px;
}
.import-container .upload-box[data-v-1a1c2a2f] {
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  text-align: center;
}
.import-container .upload-box .tips[data-v-1a1c2a2f] {
  margin-bottom: 10px !important;
}
.import-container .upload-box p[data-v-1a1c2a2f] {
  line-height: 36px;
  color: #444;
}
.import-container .upload-box p a[data-v-1a1c2a2f] {
  text-decoration: underline;
  color: #2A97F9;
}
.import-container .history-title[data-v-1a1c2a2f] {
  font-size: 18px;
  margin-bottom: 10px !important;
}
.success[data-v-1a1c2a2f] {
  color: #67c23a;
}
.warning[data-v-1a1c2a2f] {
  color: #e6a23c;
}
.action[data-v-1a1c2a2f] {
  color: #2A97F9;
  cursor: pointer;
}
.error[data-v-1a1c2a2f] {
  color: #f56c6c;
}
.primary[data-v-1a1c2a2f] {
  color: #409EFF;
}

/* Icon Up */
@-webkit-keyframes hvr-icon-up-1a1c2a2f {
0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
}
@keyframes hvr-icon-up-1a1c2a2f {
0%, 50%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
25%, 75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
}
}
/* Icon Up */
.hvr-icon-up[data-v-1a1c2a2f] {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-icon-up .hvr-icon[data-v-1a1c2a2f] {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.hvr-icon-up:hover .hvr-icon[data-v-1a1c2a2f], .hvr-icon-up:focus .hvr-icon[data-v-1a1c2a2f], .hvr-icon-up:active .hvr-icon[data-v-1a1c2a2f] {
  -webkit-animation-name: hvr-icon-up-1a1c2a2f;
          animation-name: hvr-icon-up-1a1c2a2f;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}
.draw-business .el-drawer__header {
  padding: 10px 20px;
  margin-bottom: 0;
  border-bottom: 1px solid #ddd;
}
.draw-business .el-drawer__body {
  height: calc(100% - 105px);
  position: relative;
}
.content[data-v-495b7692] {
  position: relative;
  height: 100%;
}
.content .tab-content[data-v-495b7692] {
  width: 100%;
  text-align: center;
}
.content .tab-content .preview-pic[data-v-495b7692] {
  width: 300px;
  border-radius: 5px;
  margin: 20px auto;
  border: 1px solid #ccc;
}
@charset "UTF-8";
.slide-left[data-v-574e02e0] {
  position: relative;
  padding: 20px;
}
.slide-left .slide-line[data-v-574e02e0] {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 2px;
  height: calc(100% - 40px);
  background-color: #dfe1e5;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slide-left .slide-line .active-icon[data-v-574e02e0] {
  background-color: #fff;
  border: 2px solid #409eff;
  border-radius: 8px;
  /*display: none;*/
  height: 8px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  width: 8px;
}
.slide-left .link-item[data-v-574e02e0] {
  line-height: 1.143;
  padding: 7px 0 7px 16px;
  cursor: pointer;
  color: #333333;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  overflow-wrap: break-word;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出部分 */
  text-overflow: ellipsis;
}
.slide-left .isActive[data-v-574e02e0] {
  color: #409eff;
}

.label_item[data-v-502b154b]{
  display: inline-block;
  width: 85px;
}
.icon[data-v-502b154b]{
  display: inline-block;
  margin: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
.filter-msg[data-v-502b154b]{
  font-size: 14px;
  vertical-align: sub;
  color: #606266;
}

.pic-content[data-v-43f3b73f] {
  width: 100px;
  height: 100px;
  background: #f4f4f4;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
  overflow: hidden;
  margin-right: 20px;
}
.pic-content .pic-mask[data-v-43f3b73f] {
  width: 100px;
  height: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  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;
}
.pic-content .pic-mask .delete-icon[data-v-43f3b73f] {
  cursor: pointer;
  font-size: 16px;
  color: white;
}
.pic-content:hover .pic-mask[data-v-43f3b73f] {
  background-color: rgba(0, 0, 0, 0.4);
}
.image-box[data-v-43f3b73f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.document-right-box .el-form-item {
  margin-bottom: 9px !important;
}
.document-right-box .el-form--label-top .el-form-item__label {
  padding: 0;
  line-height: 30px;
  position: relative;
}
.document-right-box .el-upload__tip {
  margin-top: 0;
  line-height: 30px;
}
.header[data-v-13629ff2] {
  height: 40px;
  border-bottom: 1px solid #dfe1e5;
  line-height: 40px;
  padding-left: 10px;
  font-weight: bold;
}
.empty[data-v-13629ff2] {
  margin: 250px auto;
  text-align: center;
  font-size: 12px;
  color: #7F7F7F;
}
.empty .empty-pic[data-v-13629ff2] {
  width: 175px;
  margin-bottom: 10px;
}
.style-item[data-v-13629ff2] {
  margin-bottom: 9px;
}
.style-item .label[data-v-13629ff2] {
  vertical-align: middle;
  float: left;
  font-size: 13px;
  color: #606266;
  line-height: 30px;
  padding: 0 12px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 150px;
}
.style-item .select[data-v-13629ff2] {
  width: 160px;
}
.mask[data-v-40bce70c] {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.center[data-v-40bce70c] {
  cursor: pointer;
  position: relative;
  text-align: center;
  width: 800px;
  height: 1131px;
  margin: 0 auto;
  background-color: white;
  word-break: break-all;
}
.center .main-img[data-v-40bce70c] {
  width: 800px;
  height: 1131px;
}
.center .document-title[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 140px;
  padding-bottom: 30px;
}
.center .company-name[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 210px;
}
.center .time[data-v-40bce70c] {
  position: absolute;
  color: #FFFFFF;
  width: 100%;
  top: 1040px;
}
.center .action-item[data-v-40bce70c] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
}
.center .action-item .action-item-icon[data-v-40bce70c] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-40bce70c] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-40bce70c] {
  bottom: -29px;
  right: 0px;
}
.isActive[data-v-40bce70c] {
  border: 1px dashed #409EFF;
}
.center[data-v-3adee76d] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-wrap: break-word;
}
.document-title[data-v-3adee76d] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.action-item[data-v-3adee76d] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.action-item .action-item-icon[data-v-3adee76d] {
  color: white;
  line-height: 26px;
}
.add[data-v-3adee76d] {
  bottom: -29px;
  right: 50px;
}
.close[data-v-3adee76d] {
  bottom: -29px;
  right: 0px;
}
.grid-content[data-v-3adee76d] {
  padding-top: 20px;
  height: 100%;
}
.grid-content .product-pic[data-v-3adee76d] {
  margin: 0 auto;
  border-radius: 5px;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
.isActive[data-v-3adee76d] {
  border: 1px dashed #409EFF;
}
p[data-v-3adee76d] {
  line-height: 20px !important;
}
.center[data-v-cd190a0a] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-cd190a0a] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-cd190a0a] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-cd190a0a] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-cd190a0a] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-cd190a0a] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content[data-v-cd190a0a] {
  width: 300px;
}
.center .grid-content .company-pic[data-v-cd190a0a] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  border-radius: 5px;
}
.center .grid-content .describe[data-v-cd190a0a] {
  margin-top: 20px !important;
}
.isActive[data-v-cd190a0a] {
  border: 1px dashed #409EFF;
}
.center[data-v-dcdfefbc] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-dcdfefbc] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-dcdfefbc] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-dcdfefbc] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-dcdfefbc] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-dcdfefbc] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content[data-v-dcdfefbc] {
  width: 300px;
}
.center .grid-content .company-pic[data-v-dcdfefbc] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
  border-radius: 5px;
}
.center .grid-content .address[data-v-dcdfefbc] {
  margin: 20px 0 10px !important;
}
.isActive[data-v-dcdfefbc] {
  border: 1px dashed #409EFF;
}
.center[data-v-858ba558] {
  cursor: pointer;
  width: 800px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-color: #FFFFFF;
  word-break: break-all;
}
.center .document-title[data-v-858ba558] {
  color: #000;
  width: 100%;
  padding-bottom: 30px;
}
.center .action-item[data-v-858ba558] {
  width: 26px;
  height: 26px;
  display: inline-block;
  background-color: #2A97F9;
  border-radius: 2px;
  position: absolute;
  text-align: center;
}
.center .action-item .action-item-icon[data-v-858ba558] {
  color: white;
  line-height: 26px;
}
.center .add[data-v-858ba558] {
  bottom: -29px;
  right: 50px;
}
.center .close[data-v-858ba558] {
  bottom: -29px;
  right: 0px;
}
.center .grid-content .company-pic[data-v-858ba558] {
  width: 300px;
  height: 200px;
  margin: 0 auto;
}
.isActive[data-v-858ba558] {
  border: 1px dashed #409EFF;
}
@charset "UTF-8";
.slide-content[data-v-023e894a] {
  background: #f2f2f2;
  height: 100%;
  overflow-y: auto;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s; /* 指定动画时长 */
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out; /* 指定动画缓动函数 */
}
.slide-content .doc-container[data-v-023e894a] {
  width: 800px;
  min-height: calc(100vh - 73px);
  margin: 10px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slide-content .empty[data-v-023e894a] {
  margin: 280px auto 0;
  text-align: center;
  color: #7F7F7F;
  font-size: 12px;
}
.slide-content .empty .tips[data-v-023e894a] {
  margin-bottom: 20px !important;
}
.label[data-v-5e5660b1] {
  display: inline-block;
  width: 60px;
}
.el-radio[data-v-5e5660b1] {
  margin-bottom: 20px;
}
.normalHeight[data-v-508ea223] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-508ea223] {
  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: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-508ea223] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-508ea223] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-508ea223] {
  background: #f2f2f2;
  height: 100%;
}
.back-icon[data-v-508ea223] {
  cursor: pointer;
}
.normalHeight[data-v-148f5d1e] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-148f5d1e] {
  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: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-148f5d1e] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-148f5d1e] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-148f5d1e] {
  background: #f2f2f2;
  height: 100%;
}
.preview-box[data-v-148f5d1e] {
  height: calc(100% - 57px);
  text-align: center;
}
.preview-img[data-v-148f5d1e], .preview-video[data-v-148f5d1e] {
  margin: 40px 0;
}
.preview-video[data-v-148f5d1e] {
  max-width: 100%;
  height: auto;
}
.back-icon[data-v-148f5d1e] {
  cursor: pointer;
}
.normalHeight[data-v-4232a855] {
  background-color: #FFFFFF;
  height: calc(100% - 65px);
  overflow: auto;
}
.normalHeight .document-header[data-v-4232a855] {
  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: 15px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.3098039216);
}
.normalHeight .document-header .icon[data-v-4232a855] {
  width: 24px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
}
.normalHeight .document-header .operate-box[data-v-4232a855] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  text-align: right;
}
.normalHeight .grid-content[data-v-4232a855] {
  background: #f2f2f2;
  height: 100%;
}
.preview-box[data-v-4232a855] {
  height: calc(100% - 57px);
  text-align: center;
}
.preview-img[data-v-4232a855], .preview-video[data-v-4232a855] {
  margin: 40px 0;
}
.preview-video[data-v-4232a855] {
  max-width: 100%;
  height: auto;
}
.back-icon[data-v-4232a855] {
  cursor: pointer;
}
