.hz-m-wrap {
  position: relative;
  /*overflow: hidden;*/
}
.hz-m-wrap .hz-u-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  /* max-height: 100%; */
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hz-m-wrap .hz-m-area {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: crosshair;
}
.hz-m-wrap .hz-m-item {
  position: absolute;
  display: block;
}
.hz-m-wrap .hz-m-box {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 6px #000;
          box-shadow: 0 0 6px #000;
  background-color: #e31414;
  font-size: 12px;
  cursor: pointer;
  color: #fff;
  opacity: 0.8;
}
.hz-m-box{
  overflow: hidden;
}
.hz-m-wrap .hz-m-box>li {
  position: absolute;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.hz-m-wrap .hz-m-box.hz-z-hidden>li {
  display: none;
}
.hz-m-wrap .hz-m-box.hz-m-hoverbox:hover {
  -webkit-box-shadow: 0 0 0 2px #373950;
          box-shadow: 0 0 0 2px #373950;
}
.hz-m-wrap .hz-m-box.hz-m-hoverbox .hz-icon:hover {
  background-color: #373950;
}
.hz-m-wrap .hz-m-box .hz-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  text-align: center;
}
.hz-m-wrap .hz-m-box .hz-icon:hover {
  background-color: #e31414;
  opacity: 0.8;
}
.hz-m-wrap .hz-m-box .hz-u-index {
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #000;
  z-index: 100;
}
.hz-m-wrap .hz-m-box .hz-u-close {
  top: 0;
  right: 0;
  z-index: 10;
}
.hz-m-wrap .hz-m-box .hz-m-copy {
  display: inline-block;
}
.hz-m-wrap .hz-m-box .hz-small-icon {
  border: 0;
  border-radius: 0;
}
.hz-m-wrap .hz-m-box .hz-u-square {
  width: 8px;
  height: 8px;
  opacity: 0.8;
}
.hz-m-wrap .hz-m-box .hz-u-square:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background-color: #fff;
}
.hz-m-wrap .hz-m-box .hz-u-square-tl {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-tc {
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: n-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-tr {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-cl {
  top: 50%;
  left: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: w-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-cr {
  top: 50%;
  right: -4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: w-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-bl {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-bc {
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  cursor: s-resize;
}
.hz-m-wrap .hz-m-box .hz-u-square-br {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}

/* reset */
.hz-m-modal,
.hz-m-wrap {
  font-size: 12px;
  /* 清除内外边距 */
  /* 重置列表元素 */
  /* 重置文本格式元素 */
  /* 初始化 input */
}
.hz-m-modal ul,
.hz-m-wrap ul,
.hz-m-modal ol,
.hz-m-wrap ol,
.hz-m-modal li,
.hz-m-wrap li {
  margin: 0;
  padding: 0;
}
.hz-m-modal ul,
.hz-m-wrap ul,
.hz-m-modal ol,
.hz-m-wrap ol {
  list-style: none;
}
.hz-m-modal a,
.hz-m-wrap a {
  text-decoration: none;
}
.hz-m-modal a:hover,
.hz-m-wrap a:hover {
  text-decoration: underline;
}
.hz-m-modal p,
.hz-m-wrap p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.hz-m-modal input[type="checkbox"],
.hz-m-wrap input[type="checkbox"] {
  cursor: pointer;
}

/* basic */
/* modal 样式 */
.hz-m-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: cross-slide-y pinch-zoom double-tap-zoom;
      touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  text-align: center;
  overflow: hidden;
}
.hz-m-modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.hz-m-modal .hz-modal_dialog {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  border-radius: 3px;
}
.hz-m-modal .hz-modal_title {
  margin: 0;
}
.hz-m-modal .hz-modal_close {
  float: right;
  margin: -6px -4px 0 0;
}
@media (max-width: 767px) {
.hz-m-modal .hz-modal_dialog {
    width: auto;
}
}
html.z-modal,
html.z-modal body {
  overflow: hidden;
}
.hz-m-modal {
  background: rgba(0, 0, 0, 0.6);
}
.hz-m-modal .hz-modal_dialog {
  width: 450px;
  background: #fff;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125);
}
.hz-m-modal .hz-modal_hd {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
}
.hz-m-modal .hz-modal_title {
  font-size: 18px;
}
.hz-m-modal .hz-modal_close {
  margin: -15px -15px 0 0;
  padding: 6px;
  color: #bbb;
  cursor: pointer;
}
.hz-m-modal .hz-modal_close:hover {
  color: #888;
}
.hz-m-modal .hz-modal_close .hz-u-icon-close {
  font-size: 18px;
  -webkit-transition: -webkit-transform 500ms ease-in-out;
  transition: -webkit-transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out;
  transition: transform 500ms ease-in-out, -webkit-transform 500ms ease-in-out;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  width: 18px;
  text-align: center;
}
.hz-m-modal .hz-modal_close:hover .hz-u-icon-close {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.hz-m-modal .hz-modal_bd {
  padding: 15px 15px 0 15px;
  min-height: 10px;
}
.hz-m-modal .hz-modal_ft {
  padding: 15px;
  text-align: center;
  border-top: 1px solid #f4f4f4;
}
.hz-m-modal .hz-modal_ft .hz-u-btn {
  margin: 0 10px;
}
@media (max-width: 767px) {
.hz-m-modal .hz-modal_dialog {
    margin: 10px;
}
}

/* 基本按钮样式 btn */
.hz-u-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  border: none;
  overflow: visible;
  font: inherit;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: none;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}
.hz-u-btn:hover,
.hz-u-btn:focus {
  outline: none;
  text-decoration: none;
}
.hz-u-btn:disabled {
  cursor: not-allowed;
}
.hz-u-btn-block {
  display: block;
  width: 100%;
}
.hz-u-btn {
  padding: 0 16px;
  height: 28px;
  line-height: 26px;
  background: #f4f4f4;
  color: #444;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.hz-u-btn:hover,
.hz-u-btn:focus {
  background: #e5e5e5;
  border: 1px solid #adadad;
}
.hz-u-btn:active {
  background: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.hz-u-btn:disabled {
  background: #fff;
  border: 1px solid #ccc;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* 按钮类型 */
.hz-u-btn-primary {
  background: #67739b;
  color: #fff;
  border: 1px solid #67739b;
}
.hz-u-btn-primary:hover,
.hz-u-btn-primary:focus {
  background: #31384b;
  color: #fff;
  border: 1px solid #31384b;
}
.hz-u-btn-primary:active {
  background: #367fa9;
  color: #fff;
  border: 1px solid #367fa9;
}
.hz-u-btn-primary:disabled {
  background: #444;
  color: #fff;
  border: 1px solid #444;
}

/* input */
.hz-u-input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0;
  border-radius: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
}
.hz-u-input {
  position: relative;
  z-index: 0;
  padding: 5px 6px;
  border: 1px solid #d2d6de;
  color: #555;
  background: #fff;
  border-radius: 3px;
}
.hz-u-input::-webkit-input-placeholder {
  color: #bbb;
  filter: alpha(opacity=100);
  opacity: 1;
}
.hz-u-input::-moz-placeholder {
  color: #bbb;
  filter: alpha(opacity=100);
  opacity: 1;
}
.hz-u-input:-moz-placeholder {
  color: #bbb;
  filter: alpha(opacity=100);
  opacity: 1;
}
.hz-u-input:-ms-placeholder {
  color: #bbb;
  filter: alpha(opacity=100);
  opacity: 1;
}
.hz-u-input:focus {
  outline: 0;
  background: #fff;
  color: #555;
  border: 1px solid #3c8dbc;
}
.hz-u-input:disabled {
  cursor: not-allowed;
  background: #eee;
  color: #999;
  border: 1px solid #d2d6de;
}
.hz-u-input {
  width: 280px;
  height: 34px;
}
.hz-u-input.hz-u-input-success {
  color: #00a65a;
  border-color: #00a65a;
}
.hz-u-input.hz-u-input-warning {
  color: #f39c12;
  border-color: #f39c12;
}
.hz-u-input.hz-u-input-error {
  color: #dd4b39;
  border-color: #dd4b39;
}
.hz-u-input.hz-u-input-blank {
  border-color: transparent;
  border-style: dashed;
  background: none;
}
.hz-u-input.hz-u-input-blank:focus {
  border-color: #ddd;
}

/* formItem */
.hz-u-formitem {
  display: inline-block;
  *zoom: 1;
  margin-bottom: 1em;
}
.hz-u-formitem:before,
.hz-u-formitem:after {
  display: table;
  content: "";
  line-height: 0;
}
.hz-u-formitem:after {
  clear: both;
}
.hz-u-formitem .hz-formitem_tt {
  display: block;
  float: left;
  text-align: right;
}
.hz-u-formitem .hz-formitem_ct {
  display: block;
}
.hz-u-formitem .hz-formitem_rqr {
  line-height: 28px;
  color: #dd4b39;
}
.hz-u-formitem .hz-formitem_tt {
  line-height: 34px;
  width: 100px;
}
.hz-u-formitem .hz-formitem_ct {
  line-height: 34px;
  margin-left: 108px;
}

/* icon */
.hz-u-icon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* label */
.hz-u-label {
  display: inline-block;
  cursor: pointer;
}

/* margin */
.hz-f-ml0 {
  margin-bottom: 0;
}

/* replicator */
.hz-u-copy input[data-for-copy] {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: fixed;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  z-index: -999;
  color: transparent;
  background-color: transparent;
  border: none;
  outline: none;
}
@font-face {
  font-family: 'iconfont';
  /* project id 525460 */
  src: url('//at.alicdn.com/t/font_525460_d0ysfwzacahsemi.eot');
  src: url('//at.alicdn.com/t/font_525460_d0ysfwzacahsemi.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_525460_d0ysfwzacahsemi.woff') format('woff'), url('//at.alicdn.com/t/font_525460_d0ysfwzacahsemi.ttf') format('truetype'), url('//at.alicdn.com/t/font_525460_d0ysfwzacahsemi.svg#iconfont') format('svg');
}
.hz-icon {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.hz-icon-edit {
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hz-flex-img {
  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;
}
.hz-flex-img img {
  width: 100%;
  height: 100%;
}
.hz-icon-trash:before {
  content: "\e605";
}
.hz-edit-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.hz-edit-img img {
  max-width: 300px;
  max-height: 200px;
  margin-bottom: 10px;
}
.hz-edit-del {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
[data-v-f28fbc6e]::-webkit-scrollbar{width:1px;height:5px}[data-v-f28fbc6e]::-webkit-scrollbar-thumb{border-radius:1em;background-color:rgba(50,50,50,.3)}[data-v-f28fbc6e]::-webkit-scrollbar-track{border-radius:1em;background-color:rgba(50,50,50,.1)}.ivu-table table[data-v-f28fbc6e]{width:100% !important}.flex[data-v-f28fbc6e]{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.flex_justify_content[data-v-f28fbc6e]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex_align_item[data-v-f28fbc6e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.global_text_left[data-v-f28fbc6e]{text-align:left}.global_text_right[data-v-f28fbc6e]{text-align:right}.global_float_left[data-v-f28fbc6e]{float:left}.global_float_right[data-v-f28fbc6e]{float:right}.clearfix[data-v-f28fbc6e]::after{content:"";display:block;clear:both}.width_1200[data-v-f28fbc6e]{width:1200px}.width_800[data-v-f28fbc6e]{width:800px}.width_400[data-v-f28fbc6e]{width:400px}.width_300[data-v-f28fbc6e]{width:300px}.width_200[data-v-f28fbc6e]{width:200px}.width_100[data-v-f28fbc6e]{width:100px}.fz_12[data-v-f28fbc6e]{font-size:12px}.fz_14[data-v-f28fbc6e]{font-size:14px}.fz_16[data-v-f28fbc6e]{font-size:16px}.fz_18[data-v-f28fbc6e]{font-size:18px}.fw_bold[data-v-f28fbc6e]{font-weight:bold}.mb_20[data-v-f28fbc6e]{margin-bottom:20px}.mt_20[data-v-f28fbc6e]{margin-top:20px}.ml_20[data-v-f28fbc6e]{margin-left:20px}.mr_20[data-v-f28fbc6e]{margin-right:20px}.mb_10[data-v-f28fbc6e]{margin-bottom:10px}.mt_10[data-v-f28fbc6e]{margin-top:10px}.ml_10[data-v-f28fbc6e]{margin-left:10px}.ml_5[data-v-f28fbc6e]{margin-left:10px}.mr_10[data-v-f28fbc6e]{margin-right:10px}.pb_20[data-v-f28fbc6e]{padding-bottom:20px}.pt_20[data-v-f28fbc6e]{padding-top:20px}.pl_20[data-v-f28fbc6e]{padding-left:20px}.pr_20[data-v-f28fbc6e]{padding-right:20px}.pb_10[data-v-f28fbc6e]{padding-bottom:10px}.pt_10[data-v-f28fbc6e]{padding-top:10px}.pl_10[data-v-f28fbc6e]{padding-left:10px}.pr_10[data-v-f28fbc6e]{padding-right:10px}ul[data-v-f28fbc6e],li[data-v-f28fbc6e]{list-style:none}.ellipsis[data-v-f28fbc6e]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_color[data-v-f28fbc6e]{color:#ff5c58 !important}.search .operation[data-v-f28fbc6e]{margin-bottom:2vh}.search .select-clear[data-v-f28fbc6e]{margin-left:10px}.search-input[data-v-f28fbc6e]{width:270px;margin-right:20px}.search-form[data-v-f28fbc6e]{width:100% !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border-radius:.4em;padding:10px;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-form>.ivu-form-item[data-v-f28fbc6e]{margin:8px 10px !important}.padding-row[data-v-f28fbc6e]{margin-top:15px;margin-bottom:15px}.search-btn[data-v-f28fbc6e]{margin-left:20px}.div-zoom[data-v-f28fbc6e]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.hotzone-box[data-v-f28fbc6e]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:468px}.hotzone-box>div[data-v-f28fbc6e]{margin:6px;padding:12px;border-radius:10px;height:100%}.hotzone-box>div[data-v-f28fbc6e]:nth-of-type(1){width:50%;overflow:auto;background:#ededed}.hotzone-box>div[data-v-f28fbc6e]:nth-of-type(2){width:50%;background:#f7f7f7}.hotzone-add-box-body[data-v-f28fbc6e]{height:90%;overflow-y:auto}.hotzone-box-item-main[data-v-f28fbc6e]{margin-top:10px;margin-bottom:20px}.hotzone-box-item[data-v-f28fbc6e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid #ededed;font-size:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:5px 10px 0;width:100%}.hotzone-add-box-footer[data-v-f28fbc6e]{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;border:none;border-radius:5px;color:#ff5c58;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:10px;cursor:pointer}.hotzone-btn[data-v-f28fbc6e]{cursor:pointer}.hotzone-box-item-text[data-v-f28fbc6e]{width:200px;cursor:pointer}.hotzone-add-box-text[data-v-f28fbc6e]{font-size:12px;line-height:20px;margin:0 0 0 4px}
[data-v-43d4b764]::-webkit-scrollbar{width:1px;height:5px}[data-v-43d4b764]::-webkit-scrollbar-thumb{border-radius:1em;background-color:rgba(50,50,50,.3)}[data-v-43d4b764]::-webkit-scrollbar-track{border-radius:1em;background-color:rgba(50,50,50,.1)}.ivu-table table[data-v-43d4b764]{width:100% !important}.flex[data-v-43d4b764]{display:-webkit-box !important;display:-ms-flexbox !important;display:flex !important}.flex_justify_content[data-v-43d4b764]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex_align_item[data-v-43d4b764]{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.global_text_left[data-v-43d4b764]{text-align:left}.global_text_right[data-v-43d4b764]{text-align:right}.global_float_left[data-v-43d4b764]{float:left}.global_float_right[data-v-43d4b764]{float:right}.clearfix[data-v-43d4b764]::after{content:"";display:block;clear:both}.width_1200[data-v-43d4b764]{width:1200px}.width_800[data-v-43d4b764]{width:800px}.width_400[data-v-43d4b764]{width:400px}.width_300[data-v-43d4b764]{width:300px}.width_200[data-v-43d4b764]{width:200px}.width_100[data-v-43d4b764]{width:100px}.fz_12[data-v-43d4b764]{font-size:12px}.fz_14[data-v-43d4b764]{font-size:14px}.fz_16[data-v-43d4b764]{font-size:16px}.fz_18[data-v-43d4b764]{font-size:18px}.fw_bold[data-v-43d4b764]{font-weight:bold}.mb_20[data-v-43d4b764]{margin-bottom:20px}.mt_20[data-v-43d4b764]{margin-top:20px}.ml_20[data-v-43d4b764]{margin-left:20px}.mr_20[data-v-43d4b764]{margin-right:20px}.mb_10[data-v-43d4b764]{margin-bottom:10px}.mt_10[data-v-43d4b764]{margin-top:10px}.ml_10[data-v-43d4b764]{margin-left:10px}.ml_5[data-v-43d4b764]{margin-left:10px}.mr_10[data-v-43d4b764]{margin-right:10px}.pb_20[data-v-43d4b764]{padding-bottom:20px}.pt_20[data-v-43d4b764]{padding-top:20px}.pl_20[data-v-43d4b764]{padding-left:20px}.pr_20[data-v-43d4b764]{padding-right:20px}.pb_10[data-v-43d4b764]{padding-bottom:10px}.pt_10[data-v-43d4b764]{padding-top:10px}.pl_10[data-v-43d4b764]{padding-left:10px}.pr_10[data-v-43d4b764]{padding-right:10px}ul[data-v-43d4b764],li[data-v-43d4b764]{list-style:none}.ellipsis[data-v-43d4b764]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme_color[data-v-43d4b764]{color:#ff5c58 !important}.search .operation[data-v-43d4b764]{margin-bottom:2vh}.search .select-clear[data-v-43d4b764]{margin-left:10px}.search-input[data-v-43d4b764]{width:270px;margin-right:20px}.search-form[data-v-43d4b764]{width:100% !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f0f0;border-radius:.4em;padding:10px;margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.search-form>.ivu-form-item[data-v-43d4b764]{margin:8px 10px !important}.padding-row[data-v-43d4b764]{margin-top:15px;margin-bottom:15px}.search-btn[data-v-43d4b764]{margin-left:20px}.div-zoom[data-v-43d4b764]{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}[data-v-43d4b764] .ivu-modal{overflow:hidden;height:650px !important}[data-v-43d4b764] .ivu-modal-body{width:100%;height:500px;overflow:hidden}
