.file-list[data-v-ac25388e] {
  float: left;
  text-align: center;
}
.file-list-item[data-v-ac25388e] {
  float: left;
  width: 104px;
  margin: 0 8px 8px 0;
}
.file-list-item-info[data-v-ac25388e] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
}
.file-list-item-info[data-v-ac25388e]:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
}
.file-list-item-info-actions[data-v-ac25388e] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.file-list-item-info-actions .anticon-delete[data-v-ac25388e],
.file-list-item-info-actions .anticon-eye-o[data-v-ac25388e] {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list-item-info[data-v-ac25388e]:hover:before {
  opacity: 1;
}
.file-list-item-info:hover .file-list-item-info-actions[data-v-ac25388e] {
  opacity: 1;
}
.file-list-item-info-image[data-v-ac25388e] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-list-item-info-icon[data-v-ac25388e] {
  color: #aaa;
}
.upload-file-container[data-v-ac25388e] {
  float: left;
}
.ant-upload-picture-card-wrapper[data-v-ac25388e] {
  width: auto;
}

.file-list[data-v-3cebd616] {
  float: left;
  text-align: center;
}
.file-list-item[data-v-3cebd616] {
  float: left;
  width: 104px;
  margin: 0 8px 8px 0;
}
.file-list-item-info[data-v-3cebd616] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
}
.file-list-item-info[data-v-3cebd616]:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
}
.file-list-item-info-actions[data-v-3cebd616] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.file-list-item-info-actions .anticon-delete[data-v-3cebd616],
.file-list-item-info-actions .anticon-eye-o[data-v-3cebd616] {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list-item-info[data-v-3cebd616]:hover:before {
  opacity: 1;
}
.file-list-item-info:hover .file-list-item-info-actions[data-v-3cebd616] {
  opacity: 1;
}
.file-list-item-info-image[data-v-3cebd616] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-list-item-info-icon[data-v-3cebd616] {
  color: #aaa;
}
.upload-file-container[data-v-3cebd616] {
  float: left;
}
.ant-upload-picture-card-wrapper[data-v-3cebd616] {
  width: auto;
}

.add-spec[data-v-1a75a3a6] {
  margin: 0 10px 15px 0;
}
.add-spec-input[data-v-1a75a3a6] {
  width: 150px;
}
.spec__content[data-v-1a75a3a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
}
.spec__value[data-v-1a75a3a6] {
  position: relative;
  margin-right: 10px;
}
.spec__value .icon-close[data-v-1a75a3a6] {
  margin-left: 4px;
}
.spec__input[data-v-1a75a3a6] {
  width: 80px;
  margin-right: 10px;
}
.spec__value--action[data-v-1a75a3a6] {
  padding: 0;
  margin: 0;
}
.sku__table[data-v-1a75a3a6] {
  width: 100%;
  border-left: solid 1px #eee;
  border-top: solid 1px #eee;
}
.sku__table th[data-v-1a75a3a6],
.sku__table td[data-v-1a75a3a6] {
  text-align: center;
  min-height: 40px;
  line-height: 20px;
  padding: 10px 14px;
  border-bottom: solid 1px #eee;
  border-right: solid 1px #eee;
}
.sku__input[data-v-1a75a3a6] {
  width: 70px;
}
.sku__form-item[data-v-1a75a3a6] {
  padding: 0;
  margin: 0;
}
.sku__address[data-v-1a75a3a6] {
  max-width: 146px;
  min-width: 130px;
}
.sku__address .text-span[data-v-1a75a3a6] {
  text-align: left;
  display: -webkit-box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.sku__span__height[data-v-1a75a3a6] {
  text-align: justify;
  line-height: 24px;
}

.content[data-v-a142d77e] {
  width: 100%;
}
.content span[data-v-a142d77e] {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.hot-title[data-v-a142d77e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.hot-title span[data-v-a142d77e] {
  font-size: 18px;
}

.loading[data-v-5e0bc5fe] {
  position: fixed;
  left: 50%;
  top: 50%;
  transfrom: transLateX(-50%, -50%);
}

.card-num[data-v-22d0f273] {
  font-size: 20px;
  font-weight: bold;
}
.card-title[data-v-22d0f273] {
  font-size: 16px;
}

.file-list[data-v-ea72de04] {
  float: left;
  text-align: center;
}
.file-list-item[data-v-ea72de04] {
  float: left;
  width: 104px;
  margin: 0 8px 8px 0;
}
.file-list-item-info[data-v-ea72de04] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
}
.file-list-item-info[data-v-ea72de04]:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
}
.file-list-item-info-actions[data-v-ea72de04] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.file-list-item-info-actions .anticon-delete[data-v-ea72de04],
.file-list-item-info-actions .anticon-eye-o[data-v-ea72de04] {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list-item-info[data-v-ea72de04]:hover:before {
  opacity: 1;
}
.file-list-item-info:hover .file-list-item-info-actions[data-v-ea72de04] {
  opacity: 1;
}
.file-list-item-info-image[data-v-ea72de04] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-list-item-info-icon[data-v-ea72de04] {
  color: #aaa;
}

.item-card[data-v-20fdec41] {
  width: 844px;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #e8e8e8;
}
.content-warp[data-v-20fdec41] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content-warp .content-item[data-v-20fdec41] {
  width: 600px;
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #e8e8e8;
}
.content-warp .content-item .item-title[data-v-20fdec41] {
  width: 200px;
  text-align: center;
  background-color: #f9f9f9;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.content-warp .content-item .item-input[data-v-20fdec41] {
  width: 400px;
  text-align: center;
  border-right: 1px solid #e8e8e8;
}
.content-warp .content-item .item-input .content-input[data-v-20fdec41] {
  border: none;
}
.content-warp .content-item[data-v-20fdec41]:last-child {
  border-bottom: 1px solid #e8e8e8;
}

.editable-row-operations a[data-v-96991bd2] {
  margin-right: 8px;
}
[data-v-96991bd2] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
.file-list[data-v-96991bd2] {
  float: left;
  text-align: center;
}
.file-list-item[data-v-96991bd2] {
  float: left;
  width: 104px;
  margin: 0 8px 8px 0;
}
.file-list-item-info[data-v-96991bd2] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
}
.file-list-item-info[data-v-96991bd2]:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
}
.file-list-item-info-actions[data-v-96991bd2] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.file-list-item-info-actions .anticon-delete[data-v-96991bd2],
.file-list-item-info-actions .anticon-eye-o[data-v-96991bd2] {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list-item-info[data-v-96991bd2]:hover:before {
  opacity: 1;
}
.file-list-item-info:hover .file-list-item-info-actions[data-v-96991bd2] {
  opacity: 1;
}
.file-list-item-info-image[data-v-96991bd2] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-list-item-info-icon[data-v-96991bd2] {
  color: #aaa;
}
.upload-file-container[data-v-96991bd2] {
  float: left;
}


[data-v-42ff2597] .el-table__row--level-1 {
  background: oldlace;
}
[class*="container__"][data-v-42ff2597] {
  margin-top: 20px;
}
.container__table[data-v-42ff2597] {
  position: relative;
}
.container__table .table__spin[data-v-42ff2597] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-42ff2597] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-42ff2597] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-42ff2597],
.container__table .el-table-td[data-v-42ff2597] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-42ff2597] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.img[data-v-2c8e5fc0] {
  width: 120px;
  height: 120px;
}
.item-table[data-v-2c8e5fc0] {
  border: 1px solid #e8e8e8;
  border-radius: 18px;
}
.item-table thead tr th[data-v-2c8e5fc0] {
  width: 300px;
  max-height: 100px;
  border-right: 1px solid #e8e8e8;
  padding: 10px;
}
.item-table .bg-color[data-v-2c8e5fc0] {
  background: #fafafa;
}
.item-table tbody tr td[data-v-2c8e5fc0] {
  width: 300px;
  max-height: 100px;
  padding: 10px;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
}
[data-v-2c8e5fc0] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
[data-v-2c8e5fc0] .ant-tag .anticon-close {
  margin-left: 10px;
}
[data-v-2c8e5fc0] .ant-tag-checkable {
  /*background: #fafafa;*/
  border-color: #d9d9d9;
}

.table-btn__wrap[data-v-61523930] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.table-btn__wrap .wrap-item[data-v-61523930] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.modal-card img[data-v-56049952] {
  width: 140px;
  height: 140px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#map-container[data-v-3bef4597] {
  width: 100%;
  min-height: 300px;
}
.img[data-v-3bef4597] {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}
.img[data-v-3bef4597]:last-child {
  margin-right: 0px;
}


[data-v-1af5c65a] .el-table__row--level-1 {
  background: oldlace;
}
[class*="container__"][data-v-1af5c65a] {
  margin-top: 20px;
}
.container__table[data-v-1af5c65a] {
  position: relative;
}
.container__table .table__spin[data-v-1af5c65a] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-1af5c65a] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-1af5c65a] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-1af5c65a],
.container__table .el-table-td[data-v-1af5c65a] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-1af5c65a] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.item-current[data-v-1af5c65a] {
  padding: 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.item-clamp[data-v-1af5c65a] {
  display: -webkit-box;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre-line;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


[data-v-75eadeda] .el-table__row--level-1 {
  background: oldlace;
}
[class*="container__"][data-v-75eadeda] {
  margin-top: 20px;
}
.container__table[data-v-75eadeda] {
  position: relative;
}
.container__table .table__spin[data-v-75eadeda] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-75eadeda] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-75eadeda] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-75eadeda],
.container__table .el-table-td[data-v-75eadeda] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-75eadeda] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}


.sale-btn[data-v-44982cee] {
    margin-top: 20px;
    margin-left: 30px;
}
.sale[data-v-44982cee] {
    margin-top: 20px;
}

.sale-top .title[data-v-877de110] {
  font-size: 16px;
  font-weight: bold;
}
.foo[data-v-877de110] {
  float: right;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-right: 20px;
}
.red[data-v-877de110] {
  color: red;
}
.list-table[data-v-877de110] {
  margin-top: 60px;
}
.list-btn[data-v-877de110] {
  margin-top: 20px;
  margin-left: 30px;
}

.comparator .btn-add[data-v-2ffee8ab] {
  float: right;
}
.content[data-v-2ffee8ab] {
  width: 100%;
}
.content span[data-v-2ffee8ab] {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}


[data-v-1e5e37a6] .ant-col-5 {
  width: 18.7%;
}
.el-table[data-v-1e5e37a6] {
  width: 99.9% !important;
}
.phone[data-v-1e5e37a6] {
  margin: 20px 20px 0;
  background-image: url(/docs/static/img/phone.5909f66.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  padding: 100px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 365px;
}
.imgText[data-v-1e5e37a6] {
  position: relative;
}
.imgText .icons-list[data-v-1e5e37a6] {
  position: absolute;
  right: -10px;
  top: -10px;
}
.imgText .icons-list > .anticon[data-v-1e5e37a6] {
  cursor: pointer;
  font-size: 24px;
}
.list-btn[data-v-1e5e37a6] {
  margin-left: 210px;
}
.sub-btn[data-v-1e5e37a6] {
  text-align: center;
  margin-top: 10px;
}
[class*="container__"][data-v-1e5e37a6] {
  margin-bottom: 20px;
}
.container__table[data-v-1e5e37a6] {
  position: relative;
}
.container__table .table__spin[data-v-1e5e37a6] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-1e5e37a6] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-1e5e37a6] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-1e5e37a6],
.container__table .el-table-td[data-v-1e5e37a6] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-1e5e37a6] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.container__page[data-v-1e5e37a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__page .action[data-v-1e5e37a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


[data-v-5d3b24f6] .el-tree-node__content {
  height: 44px;
}

.btnOk[data-v-7af4b4d4] {
  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;
}

img[data-v-0649bfbc] {
  width: 100%;
  height: auto;
}
[data-v-0649bfbc]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
[data-v-0649bfbc]::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #ccc;
  border: 1px solid #9B9B9B;
}
[data-v-0649bfbc]::-webkit-scrollbar-track {
  background: #eee;
}
.operation-template-container[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operation-template__preview[data-v-0649bfbc] {
  width: 375px;
  height: auto;
  margin-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 1px #e0e0e0;
}
.operation-template__preview .preview__title[data-v-0649bfbc] {
  height: 64px;
  line-height: 64px;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.operation-template__preview .preview__content[data-v-0649bfbc] {
  height: 560px;
  overflow-y: scroll;
}
.operation-template__preview .preview__content .content__module[data-v-0649bfbc] {
  position: relative;
  margin-bottom: 10px;
}
.operation-template__preview .preview__content .module__action[data-v-0649bfbc] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 20px;
}
.operation-template__preview .preview__content .module__action .item[data-v-0649bfbc] {
  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: 60px;
  height: 20px;
  line-height: 20px;
  background: #d4d4d4;
  color: #999;
  font-size: 12px;
  margin-left: 1px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.operation-template__preview .preview__content .module__action .item[data-v-0649bfbc]:hover {
  background-color: #999;
  color: #fff;
}
.operation-template__preview .preview__content .module__banner[data-v-0649bfbc] {
  height: 200px;
}
.operation-template__preview .preview__content .module__banner .image[data-v-0649bfbc] {
  width: 100%;
  height: 200px;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-4[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-4 .item[data-v-0649bfbc] {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operation-template__preview .preview__content .module__ads .ads__column-2-row-1[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 294px;
}
.operation-template__preview .preview__content .module__ads .ads__column-2-row-1 .left-bar[data-v-0649bfbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operation-template__preview .preview__content .module__ads .ads__column-2-row-1 .left-bar .image[data-v-0649bfbc] {
  height: 50%;
}
.operation-template__preview .preview__content .module__ads .ads__column-2-row-1 .right-bar[data-v-0649bfbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operation-template__preview .preview__content .module__ads .ads__column-2-row-1 .right-bar .image[data-v-0649bfbc] {
  height: 100%;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-column-2[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 294px;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-column-2 .left-bar[data-v-0649bfbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-column-2 .left-bar .image[data-v-0649bfbc] {
  height: 100%;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-column-2 .right-bar[data-v-0649bfbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.operation-template__preview .preview__content .module__ads .ads__row-1-column-2 .right-bar .image[data-v-0649bfbc] {
  height: 50%;
}
.operation-template__preview .preview__content .module__goods-list[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
}
.operation-template__preview .preview__content .module__goods-list .row-1[data-v-0649bfbc] {
  width: 100%;
  margin-bottom: 10px;
}
.operation-template__preview .preview__content .module__goods-list .row-2[data-v-0649bfbc] {
  width: 160px;
  margin-bottom: 10px;
}
.operation-template__preview .preview__content .module__goods-list .row-3[data-v-0649bfbc] {
  width: 105px;
  margin-bottom: 10px;
}
.operation-template__preview .preview__content .module__goods-list .cover[data-v-0649bfbc] {
  width: 100%;
}
.operation-template__preview .preview__content .module__goods-list .title[data-v-0649bfbc] {
  margin-top: 6px;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.operation-template__preview .preview__content .module__goods-list .price[data-v-0649bfbc] {
  margin-top: 6px;
  font-size: 14px;
}
.operation-template__preview .preview__content .module__goods-list .price .now[data-v-0649bfbc] {
  font-size: 14px;
  font-weight: 500;
  margin-right: 4px;
}
.operation-template__preview .preview__content .module__goods-list .price .origin[data-v-0649bfbc] {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}
.operation-template__preview .preview__add-module[data-v-0649bfbc] {
  display: block;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  border-top: solid 1px #e0e0e0;
}
.operation-template__editor[data-v-0649bfbc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 70px;
}
.operation-template__editor .editor__item[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}
.operation-template__editor .editor__item .item__label[data-v-0649bfbc] {
  text-align: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  margin-right: 20px;
}
.operation-template__editor .editor__item .item__content[data-v-0649bfbc] {
  -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;
  min-height: 32px;
}
.operation-template__editor .editor__item .item__content .content__tip[data-v-0649bfbc] {
  margin-left: 6px;
  color: #999;
  padding-top: 45px;
}
.operation-template__editor .editor__item .item__content .content__banner-image[data-v-0649bfbc] {
  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;
  width: 90px;
  height: 48px;
  text-align: center;
  background-color: #f1efed;
  margin-right: 15px;
  border: solid 1px #999;
}
.operation-template__editor .editor__item .item__content .content__banner-image.active[data-v-0649bfbc] {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #333;
  opacity: 0.4;
  color: #fff;
  border: solid 1px #777;
}
.operation-template__editor .editor__item .item__content .content__banner-image img[data-v-0649bfbc] {
  width: 100%;
  height: 100%;
}
.operation-template__editor .editor__item .item__content .content__ads-images .active[data-v-0649bfbc] {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #333 !important;
  opacity: 0.3;
  color: #fff;
}
.operation-template__editor .editor__item .item__content .content__ads-images img[data-v-0649bfbc] {
  width: 100%;
  height: 100%;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-4[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-4 .item[data-v-0649bfbc] {
  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: 110px;
  height: 90px;
  line-height: 90px;
  background-color: #f1efed;
  text-align: center;
  cursor: pointer;
  margin-right: 6px;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__colunm-2-row-1[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__colunm-2-row-1 .left-bar[data-v-0649bfbc] {
  width: 50px;
  margin-right: 2px;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__colunm-2-row-1 .left-bar .item[data-v-0649bfbc] {
  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: 50px;
  height: 45px;
  line-height: 45px;
  background-color: #f1efed;
  text-align: center;
  cursor: pointer;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__colunm-2-row-1 .left-bar .item[data-v-0649bfbc]:first-child {
  margin-bottom: 2px;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__colunm-2-row-1 .right-bar[data-v-0649bfbc] {
  width: 50px;
  height: 92px;
  line-height: 92px;
  background-color: #f1efed;
  text-align: center;
  cursor: pointer;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-colunm-2[data-v-0649bfbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-colunm-2 .left-bar[data-v-0649bfbc] {
  width: 50px;
  height: 92px;
  line-height: 92px;
  background-color: #f1efed;
  text-align: center;
  cursor: pointer;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-colunm-2 .right-bar[data-v-0649bfbc] {
  width: 50px;
  margin-right: 2px;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-colunm-2 .right-bar .item[data-v-0649bfbc] {
  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: 50px;
  height: 45px;
  line-height: 45px;
  background-color: #f1efed;
  text-align: center;
  cursor: pointer;
}
.operation-template__editor .editor__item .item__content .content__ads-images .ads__row-1-colunm-2 .right-bar .item[data-v-0649bfbc]:first-child {
  margin-bottom: 2px;
}
.operation-template__editor .editor__bottom[data-v-0649bfbc] {
  position: absolute;
  left: 0;
  bottom: 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;
  width: 100%;
  height: 60px;
}


[data-v-71f80c47] .ant-steps-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-71f80c47] .ant-steps-item-container .ant-steps-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.logistics-detail-container[data-v-71f80c47] {
  padding: 0 20px;
  max-height: 400px;
  overflow-y: auto;
}

.life-title span[data-v-b9d7e4e6] {
  font-size: 16px;
  font-weight: bold;
  margin-right: 30px;
}
.life-title span[data-v-b9d7e4e6]:nth-child(2) {
  color: #1890ff;
}

.el-table tr.order_default td.el-table-td {
  padding: 5px 0 !important;
}
.el-table tr.order_info_bg {
  background-color: #e4e4e4;
}
.el-table tr.order_info_bg td.el-table-td {
  padding: 10px 10px !important;
}
.order-list__search {
  margin-bottom: 20px;
}
.search__tabs {
  margin-top: 0px;
}
.order_info {
  text-align: left;
}
.coverPath {
  width: 80px;
}

.order-detail-container[data-v-38638ae2] {
  padding: 10px;
}
.order-detail-container .order-detail__block[data-v-38638ae2] {
  margin-bottom: 20px;
}
.order-detail-container .order-detail__block .block__content[data-v-38638ae2] {
  width: 800px;
}
.order-detail-container .order-detail__block .block__row[data-v-38638ae2] {
  height: 40px;
}
.coverPath[data-v-38638ae2] {
  width: 80px;
}
.order-detail__total[data-v-38638ae2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 20px;
}
.order-detail__total .red[data-v-38638ae2] {
  color: #f5222d;
  font-weight: bold;
  font-size: 20px;
}

.card-wrap[data-v-02fcdbc0] {
  margin-top: 10px;
}
.card-wrap span[data-v-02fcdbc0] {
  font-size: 18px;
  font-weight: bold;
}
.card-wrap span[data-v-02fcdbc0]:nth-child(2) {
  margin-left: 40px;
  color: #1890ff;
}

.privilegeGoods .btn-add[data-v-538f668f] {
  float: right;
}


[data-v-30c7fc88] .el-table__row--level-1 {
  background: oldlace;
}
[class*="container__"][data-v-30c7fc88] {
  margin-bottom: 20px;
}
.container__table[data-v-30c7fc88] {
  position: relative;
}
.container__table .table__spin[data-v-30c7fc88] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-30c7fc88] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-30c7fc88] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-30c7fc88],
.container__table .el-table-td[data-v-30c7fc88] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-30c7fc88] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.container__page[data-v-30c7fc88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__page .action[data-v-30c7fc88] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*="container__"][data-v-0997e8b4] {
  margin-bottom: 20px;
}
.container__table[data-v-0997e8b4] {
  position: relative;
}
.container__table .table__spin[data-v-0997e8b4] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9999;
}
.container__table .el-table-reset[data-v-0997e8b4] {
  width: 100%;
  border: 1px solid #e8e8e8;
  border-right: none;
  border-bottom: none;
}
.container__table .el-table-th[data-v-0997e8b4] {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.85);
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-weight: 500;
}
.container__table .el-table-th[data-v-0997e8b4],
.container__table .el-table-td[data-v-0997e8b4] {
  padding: 16px 0;
}
.container__table .el-table-td[data-v-0997e8b4] {
  height: 40px;
  font-size: 12px;
  color: #515a6e;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.container__page[data-v-0997e8b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container__page .action[data-v-0997e8b4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


[data-v-2a24407d] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
[data-v-2a24407d] .ant-tag .anticon-close {
  margin-left: 10px;
}
[data-v-2a24407d] .ant-tag-checkable {
  /*background: #fafafa;*/
  border-color: #d9d9d9;
}


[data-v-84ca9e00] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
[data-v-84ca9e00] .ant-tag .anticon-close {
  margin-left: 10px;
}
[data-v-84ca9e00] .ant-tag-checkable {
  /*background: #fafafa;*/
  border-color: #d9d9d9;
}


[data-v-fb97570c] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
[data-v-fb97570c] .ant-tag .anticon-close {
  margin-left: 10px;
}
[data-v-fb97570c] .ant-tag-checkable {
  /*background: #fafafa;*/
  border-color: #d9d9d9;
}

.modal-iframe iframe[data-v-4d02b8cf] {
  border: 1px solid #e8e8e8;
}

.sampling[data-v-c733a2c4] {
  width: 120px;
  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-left: 36px;
  margin-bottom: 26px;
}
.sampling .img[data-v-c733a2c4] {
  width: 100%;
  height: auto;
}
.sampling span[data-v-c733a2c4] {
  font-size: 14px;
}
[data-v-c733a2c4] .ant-radio-wrapper {
  margin-right: 48px;
  margin-bottom: 20px;
}
[data-v-c733a2c4] .ant-tag {
  font-size: 14px;
  padding: 0 12px;
  line-height: 30px;
}
[data-v-c733a2c4] .ant-tag .anticon-close {
  margin-left: 10px;
}
[data-v-c733a2c4] .ant-tag-checkable {
  /*background: #fafafa;*/
  border-color: #d9d9d9;
}
.top20[data-v-c733a2c4] {
  margin-top: 20px;
}
.apparatus[data-v-c733a2c4] {
  margin-bottom: 20px;
}

.card .card-item[data-v-077e4ef9] {
  margin-top: 20px;
}
.card .card-item[data-v-077e4ef9]:first-child {
  margin-top: 0px;
}
[data-v-077e4ef9] .ant-steps-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-077e4ef9] .ant-steps-item-container .ant-steps-item-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.reason-detail-container[data-v-077e4ef9] {
  padding: 0 20px;
  max-height: 200px;
  overflow-y: auto;
}

.cations-list[data-v-0544fd40] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cations-list .list-item[data-v-0544fd40] {
  width: 446px;
  margin-top: 20px;
  margin-left: 40px;
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.cations-list .item[data-v-0544fd40] {
  height: 100px;
  margin-top: 20px;
  margin-left: 40px;
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.cations-list .item img[data-v-0544fd40] {
  cursor: pointer;
}
.imgText[data-v-0544fd40] {
  position: relative;
}
.imgText .icons-list[data-v-0544fd40] {
  position: absolute;
  right: -10px;
  top: -10px;
}
.imgText .icons-list > .anticon[data-v-0544fd40] {
  cursor: pointer;
  font-size: 24px;
}
.row[data-v-0544fd40] {
  height: 40px;
}

.btn-add[data-v-0f9dfcc3] {
  float: right;
}

