.react-tip[data-v-1278a4ec] {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 24px;
  border-radius: 8px;
  padding: 0 8px;
  position: fixed;
  z-index: 20000;
}

.simple-resize[data-v-f094c708] {
  border: 1px dashed rgba(1, 1, 1, 0);
  position: relative;
  height: auto;
  box-sizing: content-box;
}
.simple-resize[data-v-f094c708]:hover {
  border: 1px dashed #5874d8;
}
.simple-resize.is-active[data-v-f094c708] {
  border: 1px dashed #5874d8;
}
.simple-resize [class^="handler-"][data-v-f094c708] {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #5874d8;
  background: #fff;
  z-index: 999;
}
.simple-resize .handler-up[data-v-f094c708] {
  cursor: ns-resize;
  left: 50%;
  transform: translate(-4px, -5px);
}
.simple-resize .handler-down[data-v-f094c708] {
  cursor: ns-resize;
  bottom: 0;
  left: 50%;
  transform: translate(-4px, 5px);
}
.simple-resize .handler-left[data-v-f094c708] {
  cursor: ew-resize;
  top: 50%;
  transform: translate(-5px, -4px);
}
.simple-resize .handler-right[data-v-f094c708] {
  cursor: ew-resize;
  top: 50%;
  transform: translate(5px, -4px);
  right: 0;
}

.ui-move-handler[data-v-7e169134] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  width: 40px;
  height: 40px;
  overflow: hidden;
  cursor: move;
  visibility: hidden;
}
.ui-move-handler .in[data-v-7e169134] {
  width: 80px;
  height: 80px;
  background: #dbdce0;
  border-radius: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ui-move-handler .in svg[data-v-7e169134] {
  position: absolute;
  left: 14px;
  bottom: 14px;
}
.ui-item:hover .ui-move-handler[data-v-7e169134] {
  visibility: visible;
}
.ui-item:hover .ui-move-handler:hover .in[data-v-7e169134] {
  background-color: #5773d6;
}

.toolbar[data-v-57cea093] {
  position: relative;
  max-width: 300px;
}
.toolbar .tool-inner[data-v-57cea093] {
  position: absolute;
  bottom: 0;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  white-space: nowrap;
}
.toolbar .tool-inner .basic-plugin[data-v-57cea093] {
  line-height: 0;
  padding: 12px;
}
.toolbar .tool-inner .basic-plugin[data-v-57cea093]::after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}
.toolbar .tool-inner .basic-plugin .tool-item[data-v-57cea093] {
  display: inline-block;
  vertical-align: middle;
  padding: 0 6px;
  cursor: pointer;
}
[x-placement='top-end'] .tool-inner[data-v-57cea093] {
  right: 0;
}

.common-tab-dialog > .el-dialog__header {
  box-sizing: border-box;
  border-bottom: 1px solid #e3e2e8;
  height: 65px;
  font-size: 16px;
  line-height: 2;
  cursor: move;
}
.common-tab-dialog > .el-dialog__header .el-dialog__headerbtn {
  font-size: 24px;
}
.common-tab-dialog > .el-dialog__body {
  height: 500px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left {
  height: calc(100% + 60px);
  margin: -30px -20px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header {
  width: 140px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header .el-tabs__nav-wrap:after {
  width: 1px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__active-bar {
  left: inherit;
  right: inherit;
  width: 6px;
  padding-bottom: 1px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item {
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 14px;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item.is-active {
  border-top: 1px solid #e3e2e8;
  border-bottom: 1px solid #e3e2e8;
  border-right: 1px solid #fff;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__header .el-tabs__nav-wrap .el-tabs__nav .el-tabs__item:nth-child(2) {
  border-top: none;
}
.common-tab-dialog > .el-dialog__body > .el-tabs.el-tabs--left > .el-tabs__content {
  padding: 13px 13px 0;
  overflow: auto;
  height: 100%;
}
.common-tab-dialog > .el-dialog__footer {
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid #e3e2e8;
  height: 90px;
  line-height: 4;
}

.single-image-selector[data-v-e242c3f2] {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 70px;
  max-height: 70px;
}
.single-image-selector .image[data-v-e242c3f2] {
  width: 100%;
  height: 100%;
}
.single-image-selector .image:hover span[data-v-e242c3f2] {
  visibility: visible;
}
.single-image-selector .image .imgi[data-v-e242c3f2] {
  position: relative;
  width: 100%;
  padding: 0 0 100%;
  overflow: hidden;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.single-image-selector .image .imgi img[data-v-e242c3f2] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-image-selector .image .editi[data-v-e242c3f2] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.single-image-selector .image .deli[data-v-e242c3f2] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}

.ui-float-config[data-v-c75bcb44] {
  padding: 12px;
}
.ui-float-config-modal .background-selector-wrap[data-v-c75bcb44] {
  display: flex;
  align-items: center;
  height: 80px;
}

@keyframes lightoff-data-v-77a9a67a {
0% {
    top: 25px;
}
50% {
    top: 50px;
}
100% {
    top: 25px;
}
}
@keyframes line-lightoff-data-v-77a9a67a {
0% {
    height: 25px;
}
50% {
    height: 50px;
}
100% {
    height: 25px;
}
}
.ui-float[data-v-77a9a67a] {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
}
.ui-float.is-hidden[data-v-77a9a67a] {
  display: none;
}
.ui-float .is-open[data-v-77a9a67a] {
  transition: width 0.3s, opacity 0.3s;
  position: relative;
}
.ui-float .is-open > div > .ui-sub[data-v-77a9a67a] {
  overflow: initial !important;
  width: 1200px !important;
  border: 1px dashed;
  border-left-color: #f00;
  border-right-color: #f00;
}
.ui-float .is-open .icon-close[data-v-77a9a67a] {
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  border-radius: 50%;
  top: 25px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
  border: 2px solid #fff;
}
.ui-float .is-open .icon-close.light-off[data-v-77a9a67a] {
  animation: 0.5s ease-in-out 0s lightoff-data-v-77a9a67a;
}
.ui-float .is-open .icon-close.light-off .border-line[data-v-77a9a67a] {
  animation: 0.5s ease-in-out 0s line-lightoff-data-v-77a9a67a;
}
.ui-float .is-open .icon-close .border-line[data-v-77a9a67a] {
  height: 25px;
  position: absolute;
  width: 1px;
  border-left: 2px solid #fff;
  left: 19px;
  transform: translateY(-100%);
}

.loop-style-selector[data-v-df587a86] {
  width: 420px;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 12px;
}
.loop-style-selector .selector-item[data-v-df587a86] {
  position: relative;
  margin-right: 18px;
  width: 120px;
  height: 72px;
  margin-bottom: 18px;
  cursor: pointer;
  border: 1px solid #e7e7eb;
  border-radius: 2px;
  padding: 10px;
  box-sizing: border-box;
}
.loop-style-selector .selector-item.is-active[data-v-df587a86] {
  border: 1px solid #5874d8;
}
.loop-style-selector .selector-item.is-active[data-v-df587a86]:after {
  position: absolute;
  right: 0;
  bottom: 0;
  content: "";
  width: 28px;
  height: 24px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=) 4px 6px no-repeat;
}
.loop-style-selector .selector-item img[data-v-df587a86] {
  width: 100%;
  height: 100%;
}

.tabedx-config-modal .btn-wrap[data-v-d0b479b4] {
  float: right;
  padding: 5px 0 15px;
}
.tabedx-config-modal .margin-10[data-v-d0b479b4] {
  margin-right: 10px;
}
.tabedx-config-modal .table-icon[data-v-d0b479b4] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.tabedx-config-modal .joiner[data-v-d0b479b4] {
  padding: 0 10px;
}
.tabedx-config-modal .el-form-item[data-v-d0b479b4] {
  margin-bottom: 5px;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.tabedx-config-modal[data-v-d0b479b4] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.tabedx-config-modal[data-v-d0b479b4] .el-slider .el-input-number__decrease,
.tabedx-config-modal[data-v-d0b479b4] .el-slider .el-input-number__increase {
  display: none;
}

.area-highlight-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.area-highlight-modal .cube {
  background: #000;
  opacity: 0.5;
}

.platform-divider[data-v-62488e30] {
  background-color: #dcdfe6;
  display: inline-block;
  width: 1px;
  height: 1.5em;
  margin: 0 3px;
  vertical-align: middle;
  position: relative;
}

.animate-icon svg:hover path[data-v-c9e459ae] {
  fill: #409eff;
}

.ui-tabedx[data-v-5c4b8969] {
  box-sizing: border-box;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns[data-v-5c4b8969] {
  width: 100%;
  padding-bottom: 12px;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn[data-v-5c4b8969] {
  margin-bottom: 5px;
  position: relative;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn + .ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn[data-v-5c4b8969] {
  margin-left: 0;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn .button-arrow[data-v-5c4b8969] {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-3px);
}

.tabedx-config-modal .btn-wrap[data-v-08837432] {
  float: right;
  padding: 5px 0 15px;
}
.tabedx-config-modal .margin-10[data-v-08837432] {
  margin-right: 10px;
}
.tabedx-config-modal .table-icon[data-v-08837432] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.tabedx-config-modal .joiner[data-v-08837432] {
  padding: 0 10px;
}
.tabedx-config-modal .el-form-item[data-v-08837432] {
  margin-bottom: 5px;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.tabedx-config-modal[data-v-08837432] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.tabedx-config-modal[data-v-08837432] .el-slider .el-input-number__decrease,
.tabedx-config-modal[data-v-08837432] .el-slider .el-input-number__increase {
  display: none;
}

.ui-tabedy .ui-tabedy__wrap[data-v-320faade] {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns[data-v-320faade] {
  box-sizing: border-box;
  flex-shrink: 0;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns .ui-tabedy__btn[data-v-320faade] {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns .ui-tabedy__btn .button-arrow[data-v-320faade] {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  top: 50%;
  transform: translateY(-6px);
}
.ui-tabedy .ui-tabedy__wrap .content-container[data-v-320faade] {
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
}

.collapse-config-modal .btn-wrap[data-v-7da93f24] {
  float: right;
  padding: 5px 0 15px;
}
.collapse-config-modal .margin-10[data-v-7da93f24] {
  margin-right: 10px;
}
.collapse-config-modal .table-icon[data-v-7da93f24] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.collapse-config-modal .el-form-item[data-v-7da93f24] {
  margin-bottom: 5px;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.collapse-config-modal[data-v-7da93f24] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.collapse-config-modal[data-v-7da93f24] .el-slider .el-input-number__decrease,
.collapse-config-modal[data-v-7da93f24] .el-slider .el-input-number__increase {
  display: none;
}

.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head[data-v-670ccd24] {
  height: auto;
  line-height: inherit;
  color: #303133;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: border-bottom-color 0.3s;
  outline: 0;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-head[data-v-670ccd24] {
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head.is-active[data-v-670ccd24] {
  border-bottom-color: transparent;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow[data-v-670ccd24] {
  margin-right: 8px;
  transition: transform 0.3s;
  float: right;
  line-height: 48px;
  font-weight: 300;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-plus[data-v-670ccd24],
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-minus[data-v-670ccd24] {
  float: left;
  margin-left: 8px;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-arrow-right.is-active[data-v-670ccd24] {
  transform: rotate(90deg);
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__wrap[data-v-670ccd24] {
  will-change: height;
  overflow: hidden;
  box-sizing: border-box;
  transition: height 0.3s;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__wrap .collapse-item__content[data-v-670ccd24] {
  height: 100%;
  font-size: 13px;
  color: #303133;
}
.ui-collapse[data-v-670ccd24] .el-collapse .collapse-head {
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-collapse[data-v-670ccd24] .el-collapse .el-collapse-item__header {
  height: auto;
  line-height: inherit;
}


[data-v-31f4ca94] .el-dialog__body {
  border-top: 1px solid #eeeeee;
}
[data-v-31f4ca94] .el-dialog__body .el-radio + .el-radio {
  margin-left: 10px;
}
.link-panel-rows[data-v-31f4ca94] {
  margin: 0 0 10px;
}

.single-carousel-table .item-wrap {
  height: 37px;
  text-align: center;
}
.single-carousel-table .item-wrap .img-preview {
  display: inline-block;
  width: 86px;
  height: 37px;
  border: 1px solid #e7e7eb;
  text-align: center;
}
.single-carousel-table .item-wrap .img-preview .img {
  max-height: 100%;
}
.single-carousel-table .sort-icon {
  font-size: 18px;
}
.single-carousel-table .sort-icon i {
  cursor: pointer;
}
.single-carousel-table .sort-icon i:hover {
  color: #409eff;
}
.single-carousel-table .sort-icon i + i {
  margin-left: 10px;
}

.ui-fullmeasure .ui-fullmeasure__wrap[data-v-7b5dcc5c] {
  height: 100%;
}
.ui-fullmeasure .carousel-item__wrap[data-v-7b5dcc5c] {
  height: 100%;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel {
  height: 100%;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__arrow {
  width: 68px;
  height: 98px;
  background-color: unset;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__arrow [class^="el-icon-arrow"] {
  display: none;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__arrow--right {
  background: url(https://saas-image.jingwxcx.com/upload_files/2020/11/07/167920d27c6f127633af4301b514a786.png);
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__arrow--left {
  background: url(https://saas-image.jingwxcx.com/upload_files/2020/11/07/d7163323c5621208ed21d1ff2e8e77fc.png);
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel.is-arrow .el-carousel__indicator {
  display: none;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__indicator .el-carousel__button {
  opacity: 0.8;
  height: 4px;
  background-color: #e3e3e3;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel .el-carousel__indicator.is-active .el-carousel__button {
  background-color: #444;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel.is-dot .el-carousel__button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.ui-fullmeasure[data-v-7b5dcc5c] .el-carousel.is-cube .el-carousel__button {
  width: 16px;
  height: 16px;
}

/**************************
** ui-many-image
** liqingyun
**************************/
.default[data-v-d362183a] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ue-swiper[data-v-d362183a] {
  position: relative;
}
.ue-swiper[data-v-d362183a] .swiper-container {
  position: relative;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x0,
.ue-swiper[data-v-d362183a] .swiper-pagination.x1,
.ue-swiper[data-v-d362183a] .swiper-pagination.x2 {
  display: none;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
  padding: 20px 0;
  line-height: 20px;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x3 .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -99em;
  opacity: 0.6;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x3 .swiper-pagination-bullet-active {
  opacity: 1;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x4 {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  z-index: 10;
  padding: 10px 0;
  line-height: 0;
  text-align: right;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x4 .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
}
.ue-swiper[data-v-d362183a] .swiper-pagination.x4 .swiper-pagination-bullet-active {
  background: #000000;
  color: #ffffff;
}
.swiper-origin[data-v-d362183a] {
  position: relative;
  margin: 0 0 10px;
}
.swiper-thumbs[data-v-d362183a] {
  position: relative;
  padding-bottom: 4px;
}
.swiper-thumbs .item[data-v-d362183a] {
  width: 76px;
  height: 60px;
}
.swiper-thumbs .item .img[data-v-d362183a] {
  height: 100%;
  border: 2px solid transparent;
  cursor: pointer;
}
.swiper-thumbs .item .img img[data-v-d362183a] {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-thumbs .item.swiper-slide-active .img[data-v-d362183a] {
  border-color: #ff0000;
}
/* 老版本，但不可移除 */
.ui-many-image .center-0[data-v-d362183a],
.ui-many-image .center-1[data-v-d362183a],
.ui-many-image .center-2[data-v-d362183a] {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ui-many-image .center-0 .list[data-v-d362183a],
.ui-many-image .center-1 .list[data-v-d362183a],
.ui-many-image .center-2 .list[data-v-d362183a] {
  position: relative;
}
.ui-many-image .center-0 .list li[data-v-d362183a],
.ui-many-image .center-1 .list li[data-v-d362183a],
.ui-many-image .center-2 .list li[data-v-d362183a] {
  position: relative;
  overflow: hidden;
}
.ui-many-image .center-0 .list img[data-v-d362183a],
.ui-many-image .center-1 .list img[data-v-d362183a],
.ui-many-image .center-2 .list img[data-v-d362183a] {
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -960px;
  width: 1920px;
}
.ui-many-image .center-0 .arrow[data-v-d362183a],
.ui-many-image .center-1 .arrow[data-v-d362183a],
.ui-many-image .center-2 .arrow[data-v-d362183a] {
  zoom: 1;
  display: none;
}
.ui-many-image .center-0 .arrow div[data-v-d362183a],
.ui-many-image .center-1 .arrow div[data-v-d362183a],
.ui-many-image .center-2 .arrow div[data-v-d362183a] {
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  z-index: 10;
  cursor: pointer;
  animation: fadeIn 0.5s ease;
  transition: all 0.5s ease;
}
.ui-many-image .center-0 .arrow span[data-v-d362183a],
.ui-many-image .center-1 .arrow span[data-v-d362183a],
.ui-many-image .center-2 .arrow span[data-v-d362183a] {
  display: block;
  width: 40px;
  height: 80px;
}
.ui-many-image .center-0 .prev[data-v-d362183a],
.ui-many-image .center-1 .prev[data-v-d362183a],
.ui-many-image .center-2 .prev[data-v-d362183a] {
  left: 80px;
}
.ui-many-image .center-0 .next[data-v-d362183a],
.ui-many-image .center-1 .next[data-v-d362183a],
.ui-many-image .center-2 .next[data-v-d362183a] {
  right: 80px;
}
.ui-many-image .center-0 .prev span[data-v-d362183a],
.ui-many-image .center-1 .prev span[data-v-d362183a],
.ui-many-image .center-2 .prev span[data-v-d362183a] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+wnX8ezm3fXEhmUfEbqxq6JYTUM4F8/Km496bzEnljcXdBkAAADTSURBVEjH7dY3FsNQCERRsHLOObH/VXoLr+AcFTb1rcSfQfIT0wbMVbox2OmHQW2Yy61kMFyZK+xiME6YG2xgMIiYu+xkMEuZm21nsIHb+2graB6tGEwz5g67GYwC5nobGUxi5iYrGFxC5krLGaz1tTDXr4V58g3zaL1vmEVXCHebBaavofVOFzjrI76dI7cdgj8lXw5et/MDknAR/shxbJyDWGknuCx4/eBC4xWJS5fXOD4M/NT4Hi/ZtBJ8YPHJxj8B3hG/7PSO+GCDd8TPUP4jX0frCj5jfDHHAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-many-image .center-0 .next span[data-v-d362183a],
.ui-many-image .center-1 .next span[data-v-d362183a],
.ui-many-image .center-2 .next span[data-v-d362183a] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHXRSTlMA/vbqCsjh2tC7haFjQx3vs5l6WDgmEquPTTAXcGyMmwkAAADBSURBVEjH7dW7DoQgFIRhBxQF7woo6Ps/5/ZbTTHVZk/95yTwhdD85nSeDAMWssRGhiNaLszYyZXekGHCQZaDJcMZJ1k6R4YTIlmug9zReLVji1HtuCCwjisZRkxqxxMzWVrW8UBSO+7IascNcsfOkGGlHXtLhoV37MXHeXBz4YWWRLy4hTceLjQd172o2kssKFroileuRz8Yrd6OrNU7kLR6J2atXsSk1VsQ1HqjWs+L9dZBrOccrSf+0G1o/vM9H3HABofLDkJYAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-many-image:hover .center-0 .arrow[data-v-d362183a],
.ui-many-image:hover .center-1 .arrow[data-v-d362183a],
.ui-many-image:hover .center-2 .arrow[data-v-d362183a] {
  display: block;
}
.ui-many-image .center-0 .arrow div[data-v-d362183a]:hover,
.ui-many-image .center-1 .arrow div[data-v-d362183a]:hover,
.ui-many-image .center-2 .arrow div[data-v-d362183a]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-many-image .center-0 .dots[data-v-d362183a] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-0 .dots ul[data-v-d362183a] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-0 .dots li[data-v-d362183a] {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: #fff;
  margin: 0 6px;
}
.ui-many-image .center-0 .dots li.active[data-v-d362183a] {
  zoom: 1;
}
.ui-many-image .center-1 .dots[data-v-d362183a] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-1 .dots ul[data-v-d362183a] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-1 .dots li[data-v-d362183a] {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: none;
  border: 2px solid #fff;
  margin: 0 6px;
}
.ui-many-image .center-1 .dots li.active[data-v-d362183a] {
  zoom: 1;
}
.ui-many-image .center-2 .dots[data-v-d362183a] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-2 .dots ul[data-v-d362183a] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-2 .dots li[data-v-d362183a] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: #fff;
  margin: 0 6px;
}
.ui-many-image .center-2 .dots li.active[data-v-d362183a] {
  zoom: 1;
}








































































/**************************
 ** ui-empty
 ** liqingyun
 **************************/

/**************************
 ** ui-button
 ** liqingyun
 **************************/
.ui-button[data-v-709ff045] {
  /* 按钮不应该直接放到多列组件流中，但是现在无法做限制，先写一个样式展示按钮 */
}
.ui-button .ui-control-layout.center-0 a[data-v-709ff045] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-0 a[data-v-709ff045]:hover {
  opacity: 0.8;
}
.ui-button .ui-control-layout.center-0 a span[data-v-709ff045] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-layout.center-1[data-v-709ff045] {
  text-align: center;
}
.ui-button .ui-control-layout.center-1 a[data-v-709ff045] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #aaa;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-1 a[data-v-709ff045]:hover {
  opacity: 0.8;
}
.ui-button .ui-control-layout.center-1 a span[data-v-709ff045] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-layout.center-2[data-v-709ff045] {
  text-align: center;
}
.ui-button .ui-control-layout.center-2 a[data-v-709ff045] {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  background: #aaa;
  background-position: center center;
  color: #fff;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-2 a[data-v-709ff045]:hover {
  box-shadow: 0 0 1000px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-layout.center-2 a span[data-v-709ff045] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-fit[data-v-709ff045] {
  width: auto !important;
}
.ui-button .ui-control-fit a[data-v-709ff045] {
  display: block;
}
.ui-button .ui-control-fit a[data-v-709ff045]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-fit a span[data-v-709ff045] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-fill[data-v-709ff045] {
  width: auto !important;
}
.ui-button .ui-control-fill a[data-v-709ff045] {
  display: block;
}
.ui-button .ui-control-fill a[data-v-709ff045]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-fill a span[data-v-709ff045] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-ver a[data-v-709ff045] {
  display: block;
}
.ui-button .ui-control-ver a[data-v-709ff045]:hover {
  background-color: var(--hover-background) !important;
  color: var(--hover-color) !important;
}

/**************************
 ** ui-picture
 **************************/
.ui-default[data-v-377dd9aa] {
  position: relative;
  text-align: center;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-default p[data-v-377dd9aa] {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.ui-picture .ui-control-layout[data-v-377dd9aa] {
  position: relative;
  overflow: hidden;
}
.ui-picture .ui-control-layout .img[data-v-377dd9aa] {
  position: relative;
}
.ui-picture .ui-control-layout .img.fill img[data-v-377dd9aa] {
  width: 1920px;
  left: 50%;
  margin: 0 0 0 -960px;
}
.ui-picture .ui-control-layout .img img[data-v-377dd9aa] {
  display: block;
  width: 100%;
  position: relative;
}
.ui-picture .ui-control-fill[data-v-377dd9aa] {
  width: auto !important;
  height: auto !important;
}
.ui-picture .ui-control-fill .img[data-v-377dd9aa] {
  position: relative;
}
.ui-picture .ui-control-fill .img img[data-v-377dd9aa] {
  display: block;
  width: 100%;
  position: relative;
}
.ui-picture .ui-control-fit[data-v-377dd9aa] {
  width: 100% !important;
  line-height: 0;
}
.ui-picture .ui-control-fit .img[data-v-377dd9aa] {
  height: 100%;
}
.ui-picture .ui-control-fit .img:hover .touch-1 .pointer img[data-v-377dd9aa] {
  transform: scale(1.1);
}
.ui-picture .ui-control-fit .img:hover .touch-2 .loupe[data-v-377dd9aa] {
  display: block;
}
.ui-picture .ui-control-fit .img:hover .touch-3 .pointer[data-v-377dd9aa] {
  animation: flip 1s ease;
}
.ui-picture .ui-control-fit .img:hover .touch-4 .pointer[data-v-377dd9aa] {
  box-shadow: var(--shadow--x) var(--shadow--y) var(--shadow--vague) var(--shadow--color);
}
.ui-picture .ui-control-fit .img:hover .touch-4 .border[data-v-377dd9aa] {
  display: block;
}
.ui-picture .ui-control-fit .img:hover .drop[data-v-377dd9aa] {
  display: block;
}
.ui-picture .ui-control-fit .img .pointer[data-v-377dd9aa] {
  display: block;
  height: 100%;
  overflow: hidden;
}
.ui-picture .ui-control-fit .img .pointer img[data-v-377dd9aa] {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ui-picture .ui-control-fit .loupe[data-v-377dd9aa] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.ui-picture .ui-control-fit .loupe .d[data-v-377dd9aa] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  padding: 30px;
  margin: -45px 0 0 -45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: zoomIn 0.2s ease;
  cursor: pointer;
}
.ui-picture .ui-control-fit .loupe .d .icon-loupe[data-v-377dd9aa] {
  display: block;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAoPAQ0IBgIJAwQMBQ4HC/r28TlvgTAAAA2klEQVQoz42T2xKDMAhEhQTjrTf+/2NLXZlKBjvlRYcDLBvj8H8sLxHZWspmYkVUKT0stBOueIxdK1tumvfC8VNJQdToaeJSTeFLGytvYRqd+63Y5vbc9UfVe2BouR1qN12TM/CeWRXCMdZju0m5Iy7ZUEYZLqoLlpAhi0NcLzAjz5fdAu0pxzgYgoPE+OwOIgl+i2bOCnuWsnZBEoW1dHRTLHyoPyJvjA/ma2htcW0f6FzJCzYzRJGPrJaYRORpb87DTfaAbOC4wat5WPf7DP4Y0nDOv/+5NrwBHPULUomZ44YAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 30px;
  animation: zoomInDown 0.3s ease;
}
.ui-picture .ui-control-fit .border[data-v-377dd9aa] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.ui-picture .ui-control-fit .border i[data-v-377dd9aa] {
  position: absolute;
  background: var(--border--color);
  line-height: 0;
  font-size: 0;
  z-index: 2;
}
.ui-picture .ui-control-fit .border i.lf[data-v-377dd9aa] {
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--border--left);
}
.ui-picture .ui-control-fit .border i.rt[data-v-377dd9aa] {
  right: 0;
  top: 0;
  bottom: 0;
  width: var(--border--right);
}
.ui-picture .ui-control-fit .border i.bm[data-v-377dd9aa] {
  right: 0;
  left: 0;
  bottom: 0;
  height: var(--border--bottom);
}
.ui-picture .ui-control-fit .border i.tp[data-v-377dd9aa] {
  right: 0;
  left: 0;
  top: 0;
  height: var(--border--top);
}
.ui-picture .ui-control-fit .drop[data-v-377dd9aa] {
  position: absolute;
  display: none;
  z-index: 2;
}
.ui-picture .ui-control-fit .drop.p0[data-v-377dd9aa] {
  left: 0;
  top: 0;
}
.ui-picture .ui-control-fit .drop.p1[data-v-377dd9aa] {
  left: 0;
  bottom: 100%;
  width: 100%;
}
.ui-picture .ui-control-fit .drop.p1 .icon[data-v-377dd9aa] {
  left: 50%;
  display: inline-block;
}
.ui-picture .ui-control-fit .drop.p1 .icon img[data-v-377dd9aa] {
  margin: 0 0 0 -50%;
  animation: fadeInUp 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p2[data-v-377dd9aa] {
  left: 0;
  top: 100%;
  width: 100%;
}
.ui-picture .ui-control-fit .drop.p2 .icon[data-v-377dd9aa] {
  left: 50%;
  display: inline-block;
}
.ui-picture .ui-control-fit .drop.p2 .icon img[data-v-377dd9aa] {
  margin: 0 0 0 -50%;
  animation: fadeInDown 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p3[data-v-377dd9aa] {
  top: 0;
  right: 100%;
  height: 100%;
}
.ui-picture .ui-control-fit .drop.p3 .icon[data-v-377dd9aa] {
  top: 50%;
}
.ui-picture .ui-control-fit .drop.p3 .icon img[data-v-377dd9aa] {
  margin: var(--hv--h) 0 0 0;
  animation: fadeInLeft 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p4[data-v-377dd9aa] {
  top: 0;
  left: 100%;
  height: 100%;
}
.ui-picture .ui-control-fit .drop.p4 .icon[data-v-377dd9aa] {
  top: 50%;
}
.ui-picture .ui-control-fit .drop.p4 .icon img[data-v-377dd9aa] {
  margin: var(--hv--h) 0 0 0;
  animation: fadeInRight 0.5s ease;
}
.ui-picture .ui-control-fit .drop .icon[data-v-377dd9aa] {
  position: relative;
}
.ui-picture .ui-control-fit .drop .icon img[data-v-377dd9aa] {
  position: relative;
  display: block;
}





















































































































/**************************
 ** ui-image-text
 ** liqingyun
 **************************/
.ui-image-text[data-v-137725a6] { background-position: center center; background-repeat: repeat;
}
.ui-image-text .center-0[data-v-137725a6] { position: relative; overflow: hidden; padding: 30px 0;
}
.ui-image-text .center-0 .img[data-v-137725a6] { float: left; width: 600px; height: 340px; margin-left: 15px; overflow: hidden;
}
.ui-image-text .center-0 .img img[data-v-137725a6] { display: block; width: 100%; height: 100%;
}
.ui-image-text .center-0 .exp[data-v-137725a6] { margin: 0 0 0 600px; padding: 20px 15px 0 50px; line-height: 30px;
}
.ui-image-text .center-0 .exp h3[data-v-137725a6] { line-height: 1.3; font-size: 24px; font-weight: normal; margin: 0 0 20px;
}
.ui-image-text .center-0 .exp p[data-v-137725a6] { font-size: 18px; text-align: justify; margin: 0 0 20px;
}
.ui-image-text .center-0 .exp a[data-v-137725a6] { display: inline-block; line-height: 46px; font-size: 16px; padding: 0 25px; background: #666; color: #fff; border-radius: 5px;
}
.ui-image-text .center-0 .exp a[data-v-137725a6]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-image-text .center-1[data-v-137725a6] { position: relative; overflow: hidden; padding: 30px 0;
}
.ui-image-text .center-1 .img[data-v-137725a6] { position: relative; margin: 0 15px; height: 300px; overflow: hidden;
}
.ui-image-text .center-1 .img img[data-v-137725a6] { display: block; width: 100%; height: 100%;
}
.ui-image-text .center-1 .exp[data-v-137725a6] { position: relative; margin: 0 15px; padding: 20px 0 0; line-height: 30px;
}
.ui-image-text .center-1 .exp h3[data-v-137725a6] { line-height: 1.3; font-size: 24px; font-weight: normal; margin: 0 0 20px; text-align: center;
}
.ui-image-text .center-1 .exp p[data-v-137725a6] { font-size: 18px; text-align: justify; margin: 0 0 20px;
}
.ui-image-text .ui-control-fill[data-v-137725a6] { width: auto !important;
}
.ui-image-text .ui-control-fill.center-0 .img[data-v-137725a6] { width: 50%;
}
.ui-image-text .ui-control-fill.center-0 .exp[data-v-137725a6] { margin: 0 0 0 50%;
}

.outer[data-v-ac195e94] {
  height: 100%;
}
.outer .data[data-v-ac195e94] {
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.ui-search-panel[data-v-ac195e94] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-search-panel .center-0 .search[data-v-ac195e94] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 2px;
  box-sizing: border-box;
  background: #000000;
}
.ui-search-panel .center-0 .search .type[data-v-ac195e94] {
  float: left;
  height: 100%;
  padding: 0 8px 0 10px;
  background: #ffffff;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.ui-search-panel .center-0 .search .type:hover .icon[data-v-ac195e94] {
  transform: rotate(180deg);
}
.ui-search-panel .center-0 .search .type span[data-v-ac195e94] {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.ui-search-panel .center-0 .search .type .icon[data-v-ac195e94] {
  display: inline-block;
  width: 14px;
  height: 100%;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.ui-search-panel .center-0 .search .type .icon i[data-v-ac195e94] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  margin: -7px 0 0 0;
}
.ui-search-panel .center-0 .search .input[data-v-ac195e94] {
  float: left;
  height: 100%;
  padding: 0 0 0 1em;
  box-sizing: border-box;
  background: #ffffff;
}
.ui-search-panel .center-0 .search .input input[data-v-ac195e94] {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ui-search-panel .center-0 .search .submit[data-v-ac195e94] {
  float: left;
  height: 100%;
}
.ui-search-panel .center-0 .search .submit button[data-v-ac195e94] {
  width: 70px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ui-search-panel .center-0 .search .submit button i[data-v-ac195e94] {
  font-size: 24px;
  color: #ffffff;
}
.ui-search-panel .center-1 .search[data-v-ac195e94] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 1px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.ui-search-panel .center-1 .search .type[data-v-ac195e94] {
  float: left;
  height: 100%;
  padding: 0 8px 0 10px;
  background: #ffffff;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.ui-search-panel .center-1 .search .type:hover .icon[data-v-ac195e94] {
  transform: rotate(180deg);
}
.ui-search-panel .center-1 .search .type span[data-v-ac195e94] {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.ui-search-panel .center-1 .search .type .icon[data-v-ac195e94] {
  display: inline-block;
  width: 14px;
  height: 100%;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.ui-search-panel .center-1 .search .type .icon i[data-v-ac195e94] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  margin: -7px 0 0 0;
}
.ui-search-panel .center-1 .search .input[data-v-ac195e94] {
  float: left;
  height: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.ui-search-panel .center-1 .search .input input[data-v-ac195e94] {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ui-search-panel .center-1 .search .submit[data-v-ac195e94] {
  float: left;
  height: 100%;
}
.ui-search-panel .center-1 .search .submit button[data-v-ac195e94] {
  width: 40px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ui-search-panel .center-1 .search .submit button i[data-v-ac195e94] {
  font-size: 20px;
  color: #ffffff;
}
.ui-search-panel .panel[data-v-ac195e94] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.ui-search-panel .panel .key li[data-v-ac195e94] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 1em 0 0;
}
.ui-search-panel .ui-control-layout[data-v-ac195e94] {
  height: 100%;
}
.ui-search-panel .ui-control-fit[data-v-ac195e94] {
  position: relative;
  height: 100%;
}
.ui-search-panel .ui-control-fit .panel[data-v-ac195e94] {
  display: block;
  margin-left: 0;
}
.ui-search-panel .ui-control-fit .panel .key[data-v-ac195e94] {
  padding: 5px 0 0;
}
.ui-search-panel .ui-control-fit .panel .key li[data-v-ac195e94] {
  line-height: 20px;
}
.ui-search-panel .ui-control-fit.center-0 .search[data-v-ac195e94] {
  display: block;
  position: relative;
}
.ui-search-panel .ui-control-fit.center-0 .search .input[data-v-ac195e94] {
  float: none;
  margin: 0 70px 0 0;
}
.ui-search-panel .ui-control-fit.center-0 .search .submit[data-v-ac195e94] {
  position: absolute;
  top: 2px;
  right: 0;
}
.ui-search-panel .ui-control-fit.center-0 .search .type + .input[data-v-ac195e94] {
  padding-left: 80px;
}
.ui-search-panel .ui-control-fit.center-1 .search[data-v-ac195e94] {
  display: block;
  position: relative;
}
.ui-search-panel .ui-control-fit.center-1 .search .input[data-v-ac195e94] {
  float: none;
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 40px;
}
.ui-search-panel .ui-control-fit.center-1 .search .type[data-v-ac195e94] {
  position: absolute;
  top: 0;
  right: 0;
}
.ui-search-panel .ui-control-fit.center-1 .search .submit + .input[data-v-ac195e94] {
  margin-left: 40px;
}

/**************************
 ** ui-product-list
 ** liqingyun
 **************************/
.outer[data-v-42f3e907] {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.outer .ui-default[data-v-42f3e907] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.outer .data[data-v-42f3e907] {
  height: 100%;
}
.outer .ui-control-fit[data-v-42f3e907],
.outer .ui-control-fill[data-v-42f3e907] {
  width: auto !important;
}
.ui-product-list[data-v-42f3e907] {
  position: relative;
  height: 100%;
}
.ui-product-list .rcode[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.ui-product-list .rcode a[data-v-42f3e907] {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -50px;
  animation: zoomIn 0.3s ease;
}
.ui-product-list .rcode a img[data-v-42f3e907] {
  width: 90px;
  height: 90px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  animation: zoomIn 0.5s ease;
}
.ui-product-list .rcode a span[data-v-42f3e907] {
  display: block;
  line-height: 30px;
  color: #fff;
  animation: slideInDown 0.5s ease;
}
.ui-product-list .loupe[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.ui-product-list .loupe .d[data-v-42f3e907] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  padding: 30px;
  margin: -45px 0 0 -45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: zoomIn 0.2s ease;
  cursor: pointer;
}
.ui-product-list .loupe .d .icon-loupe[data-v-42f3e907] {
  display: block;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAoPAQ0IBgIJAwQMBQ4HC/r28TlvgTAAAA2klEQVQoz42T2xKDMAhEhQTjrTf+/2NLXZlKBjvlRYcDLBvj8H8sLxHZWspmYkVUKT0stBOueIxdK1tumvfC8VNJQdToaeJSTeFLGytvYRqd+63Y5vbc9UfVe2BouR1qN12TM/CeWRXCMdZju0m5Iy7ZUEYZLqoLlpAhi0NcLzAjz5fdAu0pxzgYgoPE+OwOIgl+i2bOCnuWsnZBEoW1dHRTLHyoPyJvjA/ma2htcW0f6FzJCzYzRJGPrJaYRORpb87DTfaAbOC4wat5WPf7DP4Y0nDOv/+5NrwBHPULUomZ44YAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 30px;
  animation: zoomInDown 0.3s ease;
}
.ui-product-list .center-0 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-0 .item[data-v-42f3e907] {
  float: left;
  width: 25%;
  margin: 0 0 20px;
}
.ui-product-list .center-0 .cell[data-v-42f3e907] {
  margin: 0 15px;
}
.ui-product-list .center-0 .cell:hover .exp[data-v-42f3e907] {
  background-color: var(--textBd--hov) !important;
}
.ui-product-list .center-0 .cell:hover .exp h3 a[data-v-42f3e907] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-0 .cell .mack[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-0 .cell .mack.touch-1:hover .img img[data-v-42f3e907] {
  transform: scale(1.1);
}
.ui-product-list .center-0 .cell .mack.touch-2:hover .loupe[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-0 .cell .mack.touch-3:hover .rcode[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-0 .cell .mack .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-0 .cell .mack .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-0 .cell .exp[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-0 .cell .exp h3[data-v-42f3e907] {
  padding: 0 20px;
  font-size: 16px;
}
.ui-product-list .center-0 .cell .exp h3 a[data-v-42f3e907] {
  display: block;
  line-height: 50px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-1 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-1 .item[data-v-42f3e907] {
  float: left;
  width: 25%;
  margin: 0 0 20px;
}
.ui-product-list .center-1 .item:hover .img img[data-v-42f3e907] {
  transform: scale(1);
}
.ui-product-list .center-1 .item:hover .rcode[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-1 .item .cell[data-v-42f3e907] {
  margin: 0 15px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.ui-product-list .center-1 .item .mack[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-1 .item .mack .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-1 .item .mack .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-1 .item .exp[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-1 .item .exp h3[data-v-42f3e907] {
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-3[data-v-42f3e907] {
  padding: 30px 0;
}
.ui-product-list .center-3[data-v-42f3e907] .swiper-wrapper {
  transition-timing-function: linear;
}
.ui-product-list .center-3 .swiper-slide[data-v-42f3e907] {
  height: auto !important;
}
.ui-product-list .center-3 .cell[data-v-42f3e907] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-3 .cell:hover .cell-exp[data-v-42f3e907] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-3 .cell:hover .cell-title a[data-v-42f3e907] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-3 .cell.touch-1:hover .cell-img img[data-v-42f3e907] {
  transform: scale(1.1);
}
.ui-product-list .center-3 .cell.touch-2:hover .loupe[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-3 .cell.touch-3:hover .rcode[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-3 .cell-img[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-3 .cell-img .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-3 .cell-title[data-v-42f3e907] {
  padding: 0 20px;
}
.ui-product-list .center-3 .cell-title h3[data-v-42f3e907] {
  font-size: 16px;
}
.ui-product-list .center-3 .cell-title a[data-v-42f3e907] {
  display: block;
  line-height: 50px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4[data-v-42f3e907] {
  position: relative;
  padding: 30px 0;
}
.ui-product-list .center-4 .swiper[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}
.ui-product-list .center-4 .prev[data-v-42f3e907],
.ui-product-list .center-4 .next[data-v-42f3e907] {
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8dOlCu3kBgPIw7yykTUvJBoUD9uqnZaLhXpqZ0FDA/87AAAAcElEQVQoz7WRSRKDMBADsY3NHhLIntD/fyYf6BNV6Kg+SKOpjupZLg4CYVbwg3JV8oH7TckL4mqgTdDXRpoBxsZI3UHSmCXCW8kMwfw1wmQZPTxa6TvCYK0SdHbHBHER/wvFtvpD1nUzwT+V8ladph3frgZgRZrWAwAAAABJRU5ErkJggg==) center center no-repeat rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  visibility: hidden;
}
.ui-product-list .center-4 .prev[data-v-42f3e907] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8KUK5dKPBgPryMO7smg9MiQaEw/129Srn5aEei2WyF41AAAAcUlEQVQoz62RORKEMBDEjG2wuc9dbv3/mQSEdAYKpeqaYMxL2txK3yUkyvc5NMIPHg7hxxky4V0B6nKooI5PHxconRhkkE5G8INO6HsxymKhcCqEGqqgiivBRlWmFDajGP6wy9J7aGQ5738IWr+a77kAw5EGcMHKnaoAAAAASUVORK5CYII=);
}
.ui-product-list .center-4 .next[data-v-42f3e907] {
  right: 10px;
}
.ui-product-list .center-4 .swiper-slide[data-v-42f3e907] {
  height: auto !important;
}
.ui-product-list .center-4 .item[data-v-42f3e907] {
  float: left;
  width: 295px;
}
.ui-product-list .center-4 .cell[data-v-42f3e907] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-4 .cell:hover .cell-exp[data-v-42f3e907] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-4 .cell:hover .cell-title a[data-v-42f3e907] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-4 .cell.touch-1:hover .cell-img img[data-v-42f3e907] {
  transform: scale(1.1);
}
.ui-product-list .center-4 .cell.touch-2:hover .loupe[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-4 .cell.touch-3:hover .rcode[data-v-42f3e907] {
  display: block;
}
.ui-product-list .center-4 .cell-img[data-v-42f3e907] {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-4 .cell-img .img img[data-v-42f3e907] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-product-list .center-4 .cell-exp[data-v-42f3e907] {
  padding: 10px;
}
.ui-product-list .center-4 .cell-title[data-v-42f3e907] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.ui-product-list .center-4 .cell-title a[data-v-42f3e907] {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4 .swiper:hover .prev[data-v-42f3e907],
.ui-product-list .center-4 .swiper:hover .next[data-v-42f3e907] {
  visibility: visible;
}
.ui-product-list .center-6[data-v-42f3e907] {
  position: relative;
  padding: 8px;
}
.ui-product-list .center-6 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-0[data-v-42f3e907]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-42f3e907]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-42f3e907]:nth-child(3) {
  left: 75%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-42f3e907]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-42f3e907]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item:hover img[data-v-42f3e907] {
  transform: scale(1.05);
}
.ui-product-list .center-6 .list.scale-0 .cell[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-0 .cell .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-0 .cell .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp[data-v-42f3e907] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp h3[data-v-42f3e907],
.ui-product-list .center-6 .list.scale-0 .cell .exp p[data-v-42f3e907] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp p[data-v-42f3e907] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-product-list .center-6 .list.scale-1[data-v-42f3e907]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 37.5%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-42f3e907]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-42f3e907]:nth-child(3) {
  left: 75%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-42f3e907]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-42f3e907]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item:hover img[data-v-42f3e907] {
  transform: scale(1.05);
}
.ui-product-list .center-6 .list.scale-1 .cell[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-1 .cell .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-1 .cell .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp[data-v-42f3e907] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp h3[data-v-42f3e907],
.ui-product-list .center-6 .list.scale-1 .cell .exp p[data-v-42f3e907] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp p[data-v-42f3e907] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-product-list .center-8[data-v-42f3e907] {
  position: relative;
  padding: 0;
}
.ui-product-list .center-8 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: #fff;
}
.ui-product-list .center-8 .list.scale-0 .item[data-v-42f3e907] {
  float: left;
  width: 23.7%;
}
.ui-product-list .center-8 .list.scale-0 .item[data-v-42f3e907]:first-child {
  width: 52.4%;
}
.ui-product-list .center-8 .list.scale-0 .item:first-child .cell[data-v-42f3e907] {
  margin-left: 20px;
}
.ui-product-list .center-8 .list.scale-0 .item:first-child h3[data-v-42f3e907] {
  text-align: left;
}
.ui-product-list .center-8 .list.scale-0 .item:hover img[data-v-42f3e907] {
  opacity: 0.8;
}
.ui-product-list .center-8 .list.scale-0 .cell[data-v-42f3e907] {
  padding: 0 20px 0 0;
}
.ui-product-list .center-8 .list.scale-0 .cell .link[data-v-42f3e907] {
  display: block;
  position: relative;
}
.ui-product-list .center-8 .list.scale-0 .cell .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 100%;
}
.ui-product-list .center-8 .list.scale-0 .cell .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-8 .list.scale-0 .cell .exp[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-8 .list.scale-0 .cell .exp span[data-v-42f3e907] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-product-list .center-8 .list.scale-0 .cell h3[data-v-42f3e907] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-8 .list.scale-1 .item[data-v-42f3e907] {
  float: left;
  width: 23.3%;
}
.ui-product-list .center-8 .list.scale-1 .item[data-v-42f3e907]:first-child {
  width: 53.4%;
}
.ui-product-list .center-8 .list.scale-1 .item:first-child .cell[data-v-42f3e907] {
  margin-left: 20px;
}
.ui-product-list .center-8 .list.scale-1 .item:first-child h3[data-v-42f3e907] {
  text-align: left;
}
.ui-product-list .center-8 .list.scale-1 .item:hover img[data-v-42f3e907] {
  opacity: 0.8;
}
.ui-product-list .center-8 .list.scale-1 .cell[data-v-42f3e907] {
  padding: 0 20px 0 0;
}
.ui-product-list .center-8 .list.scale-1 .cell .link[data-v-42f3e907] {
  display: block;
  position: relative;
}
.ui-product-list .center-8 .list.scale-1 .cell .img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 75%;
}
.ui-product-list .center-8 .list.scale-1 .cell .img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-8 .list.scale-1 .cell .exp[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-8 .list.scale-1 .cell .exp span[data-v-42f3e907] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-product-list .center-8 .list.scale-1 .cell h3[data-v-42f3e907] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-9[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-9 .cell[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-9 .cell .cell-title[data-v-42f3e907] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.ui-product-list .center-9 .cell .cell-title a[data-v-42f3e907] {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-product-list .center-9 .cell .cell-title a[data-v-42f3e907]:hover {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-9[data-v-42f3e907] .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.ui-product-list .center-9 .swiper:hover .prev[data-v-42f3e907] {
  visibility: visible;
}
.ui-product-list .center-9 .swiper:hover .next[data-v-42f3e907] {
  visibility: visible;
}
.ui-product-list .center-9 .swiper .prev[data-v-42f3e907],
.ui-product-list .center-9 .swiper .next[data-v-42f3e907] {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAAD3RSTlMA+3NvXldT6t/YuGllT0tpOLxvAAAAJklEQVQI12OAgxYIdTAATDGLQbiKF8AUVwGE9wBJbiNE5RQGdAAABBsFyZHOYqkAAAAASUVORK5CYII=) center center no-repeat rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
}
.ui-product-list .center-9 .swiper .prev[data-v-42f3e907] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADnRSTlMA+1Vzb17n39m5aGVOS83ZAHIAAAApSURBVAjXY0CAcDDJJA2mFB1AJI8wmMM2AUzxAnkQOYhKKQg3ggENAABx0wKACHz0FAAAAABJRU5ErkJggg==);
}
.ui-product-list .center-9 .swiper .next[data-v-42f3e907] {
  right: 10px;
}
.ui-product-list .center-2 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-2 .item[data-v-42f3e907] {
  float: left;
  width: 33.33%;
  margin: 0 0 20px;
}
.ui-product-list .center-2 .cell[data-v-42f3e907] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ui-product-list .center-2 .cell .cell-img[data-v-42f3e907] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-2 .cell .cell-img img[data-v-42f3e907] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-2 .cell .cell-title[data-v-42f3e907] {
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-5[data-v-42f3e907] {
  position: relative;
  padding: 10px;
}
.ui-product-list .center-5 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-5 .item[data-v-42f3e907] {
  float: left;
  width: 100%;
}
.ui-product-list .center-5 .cell[data-v-42f3e907] {
  padding: 10px;
  margin: 10px;
  overflow: hidden;
}
.ui-product-list .center-5 .cell-img[data-v-42f3e907] {
  float: left;
  width: 200px;
}
.ui-product-list .center-5 .cell-img div[data-v-42f3e907] {
  position: relative;
  background: #eeeeee;
}
.ui-product-list .center-5 .cell-img img[data-v-42f3e907] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-product-list .center-5 .cell-exp[data-v-42f3e907] {
  margin: 0 0 0 200px;
  padding: 20px 0 20px 20px;
}
.ui-product-list .center-5 .cell-title[data-v-42f3e907] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-product-list .center-5 .cell-title a[data-v-42f3e907] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-5 .cell-desc[data-v-42f3e907] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-product-list .center-5 .cell-desc p[data-v-42f3e907] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-product-list .center-7[data-v-42f3e907] {
  position: relative;
  padding: 10px;
}
.ui-product-list .center-7 .list[data-v-42f3e907] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-7 .item[data-v-42f3e907] {
  float: left;
  width: 100%;
}
.ui-product-list .center-7 .cell[data-v-42f3e907] {
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-product-list .center-7 .cell-title[data-v-42f3e907] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-product-list .center-7 .cell-title a[data-v-42f3e907] {
  display: block;
  margin: 0 8em 0 0;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-10[data-v-42f3e907] {
  position: relative;
}
.ui-product-list .center-10:hover .swiper-button-prev[data-v-42f3e907],
.ui-product-list .center-10:hover .swiper-button-next[data-v-42f3e907] {
  visibility: visible;
}
.ui-product-list .center-10 .swiper-container[data-v-42f3e907] {
  margin: 0 50px 20px;
}
.ui-product-list .center-10 .swiper-pagination[data-v-42f3e907] {
  width: 100%;
}
.ui-product-list .center-10 .swiper-pagination[data-v-42f3e907] .swiper-pagination-bullet {
  vertical-align: middle;
  margin: 0 5px;
  background: #d5d5d5;
  border: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.ui-product-list .center-10 .swiper-pagination[data-v-42f3e907] .swiper-pagination-bullet-active {
  background: none;
  border: 3px solid #00aadc;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-42f3e907],
.ui-product-list .center-10 .swiper-button-next[data-v-42f3e907] {
  top: 50%;
  z-index: 10;
  margin-top: -45px;
  width: 45px;
  height: 45px;
  visibility: hidden;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-42f3e907]:hover,
.ui-product-list .center-10 .swiper-button-next[data-v-42f3e907]:hover {
  opacity: 0.8;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-42f3e907] {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABwElEQVRIx61X25KDIAxFo4AX8NL9/2/dDZRu63iITpqXzhRyOSckJgbJtDvbZLFun8wdGda2OUq7Dhe1p645l266om3L7WUjH0zwtC3FopUseJcvjnQ4oDEfOF9T7zPU+fRwzqT0UDu4pE3wAiULLoDYbTYvBmhPMcRE2iClNlEZgfpiZFlODfgSuywbXz1ACIx9M+ayAftJogPeMYvu8AfAjjnoP8G35o60HxRwToZ7Fcq5fpUMAC9RMJVgQPQSAvvvnm7r0yuADriXA+gKFXPt4mhPj+cn6evfbzXXiFzbNGuOY6x5h9GNCXdg9gR1zGBIMKrq2HgibmcakTw4R0g4cbtxGD6fUZ0axyz22DsJb9gyCILeo/gEWd8jdN5U5eepH87VbbxQxAalj2mVpPgH4B6S/yr+uUQg4idI70Pmn/OPz52U/+r7i2yg/v7w+5cN8Psv9Ycp6qr1J9W/5yZRqX+x/3AEEfYfuf/xK1kr/U/uv3E1sP/q+7/++2Os4vun+f7Oyu+/dv5Qzj/q+Us//+nnz/vz784Xo3L+Vs7/yv1Du//o9y8sU/u2//Hl9/2vnYwsBPdP+v7+q92/fwE7Ow1ZrtjiVAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 100%;
}
.ui-product-list .center-10 .swiper-button-next[data-v-42f3e907] {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABvklEQVRIx61XW7aDIAxEUEAUfLT7X+u9QKm1hyF60nwCQ5IJCYlAMu1Gd1m02SdxR8ZVdt8i1/Eieuq7uvTTFbQup5dNWS+8VdtSbtTUDdbkg059bSiXN4xtwYfs6lzdnDMpA0R7k9AKHlAymeCB7TpfTxqoqz6ERNpIhTZRGQB8EbQs1QtsXN0o7OHDlwteH3BStsjBmUQDmMMWmNMC9B1zMJydl+KOyBMFMSbjvQyNsX6nDHCeoqAkkwbWUx7IQ726jVdvA3qgnjagL1TM1XzVroWfX6SvXacBRe038Y9fsx0OamhZ4JLf/mAPXoAZ9MkNfKR5QSJujzQCSbF9gK0UuD1mnmuH2UAC4p4m3q7CFgwxcuTjC1ELJDDin8SfghiyCU+nbtD1C/wLLyhx4MxF/Q9AkS/+k9rnpv+K1I75J+NvEhzHv7w/DA+t95fePw3H7z/nHz7xJPIv5T8ucZbKf1x/wqEd1h9Y//LGSNc/XH/FGsj6y6z/3P+H9//p4gnj/+X8/9z+g9//8Psvfv/H7z+P/ne/3P8y+29m/8+cP7jzD3/+wjLJj/kvHv6c/+R0JbPh/Kl+P/9y5+8/RDENWZvZmwUAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100%;
}
.ui-product-list .center-10 .swiper-slide[data-v-42f3e907] {
  width: 50%;
}
.ui-product-list .center-10 .swiper-slide .cell[data-v-42f3e907] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-10 .swiper-slide .cell:hover .cell-exp[data-v-42f3e907] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-10 .swiper-slide .cell:hover .cell-title a[data-v-42f3e907] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-10 .swiper-slide .cell-img[data-v-42f3e907] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.ui-product-list .center-10 .swiper-slide .cell-exp[data-v-42f3e907] {
  padding: 0;
}
.ui-product-list .center-10 .swiper-slide .cell-title[data-v-42f3e907] {
  position: relative;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
}
.ui-product-list .center-10 .swiper-slide .cell-title a[data-v-42f3e907] {
  display: block;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}














































































/**************************
 ** ui-center-navigation-link
 ** liqingyun
 **************************/
.ui-center-navigation-link .center-0[data-v-19cd6d03] { position: relative;
}
.ui-center-navigation-link .center-0 ul[data-v-19cd6d03] { text-align: center;
}
.ui-center-navigation-link .center-0 li[data-v-19cd6d03] { display: inline-block; vertical-align: middle; margin: 0 10px;
}
.ui-center-navigation-link .center-0 a[data-v-19cd6d03] { display: block; line-height: 40px; padding: 0 30px; background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.2); transition: all .5s ease;
}
.ui-center-navigation-link .center-0 a[data-v-19cd6d03]:hover { background: #f5f5f5;
}

/**************************
 ** ui-article-list
 ** liqingyun
 **************************/
.outer[data-v-64e30702] {
  height: 100%;
  overflow: hidden;
}
.outer .ui-default[data-v-64e30702] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.outer .data[data-v-64e30702] {
  height: 100%;
}
.outer .ui-control-fit[data-v-64e30702],
.outer .ui-control-fill[data-v-64e30702] {
  width: auto !important;
}
.ui-article-list[data-v-64e30702] {
  height: 100%;
}
.ui-article-list .center-0[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-0 .list[data-v-64e30702] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-0 .item[data-v-64e30702] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-0 .item h3[data-v-64e30702] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-0 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-0 .cell[data-v-64e30702] {
  margin: 0 15px;
  position: relative;
}
.ui-article-list .center-0 .img[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-0 .img a[data-v-64e30702] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-0 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-1[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-1 .list[data-v-64e30702] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-1 .item[data-v-64e30702] {
  float: left;
  width: 25%;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-1 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-1 .cell[data-v-64e30702] {
  margin: 0 15px;
  position: relative;
}
.ui-article-list .center-1 .img[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-1 .img a[data-v-64e30702] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-1 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-1 .exp[data-v-64e30702] {
  padding: 10px 0;
  background: #fff;
  position: relative;
}
.ui-article-list .center-1 .exp h3[data-v-64e30702] {
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-1 .exp p[data-v-64e30702] {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
}
.ui-article-list .center-2[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-2 .list[data-v-64e30702] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-2 .item[data-v-64e30702] {
  float: left;
  width: 48%;
  padding: 0 1% 20px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-2 .item h3[data-v-64e30702] {
  line-height: 40px;
  font-size: 16px;
  margin: 0 0 0 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-2 .item p[data-v-64e30702] {
  margin: 0 0 0 180px;
  height: 80px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}
.ui-article-list .center-2 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-2 .img[data-v-64e30702] {
  float: left;
  width: 160px;
}
.ui-article-list .center-2 .img a[data-v-64e30702] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-2 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-3[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-3 .list[data-v-64e30702] {
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-article-list .center-3 .item[data-v-64e30702] {
  float: left;
  width: 50%;
  margin: 0 0 30px;
}
.ui-article-list .center-3 .item h3[data-v-64e30702] {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-3 .item p[data-v-64e30702] {
  height: 50px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-3 .cell[data-v-64e30702] {
  margin: 0 40px;
  height: 80px;
  padding: 0 0 0 110px;
  position: relative;
}
.ui-article-list .center-3 .date[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 5px 10px;
  background: #bebebe;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.ui-article-list .center-3 .date i[data-v-64e30702],
.ui-article-list .center-3 .date em[data-v-64e30702] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-3 .date i[data-v-64e30702] {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.ui-article-list .center-3 .date em[data-v-64e30702] {
  line-height: 30px;
}
.ui-article-list .center-4[data-v-64e30702] {
  position: relative;
  padding: 10px 0 20px;
}
.ui-article-list .center-4 .list[data-v-64e30702] {
  height: 430px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-4 .item[data-v-64e30702] {
  float: left;
  width: 440px;
}
.ui-article-list .center-4 .item h3[data-v-64e30702] {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 10px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-4 .item p[data-v-64e30702] {
  height: 50px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-4 .item + .item2[data-v-64e30702] {
  margin-top: -20px;
}
.ui-article-list .center-4 .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.ui-article-list .center-4 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-4 .item2[data-v-64e30702] {
  margin: 0 0 0 480px;
  padding: 25px 0 20px 110px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .center-4 .item2 h3[data-v-64e30702] {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 5px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-4 .item2 p[data-v-64e30702] {
  height: 40px;
  line-height: 20px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .date[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 25px;
  width: 70px;
  text-align: right;
}
.ui-article-list .center-4 .date i[data-v-64e30702],
.ui-article-list .center-4 .date em[data-v-64e30702] {
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}
.ui-article-list .center-4 .date em[data-v-64e30702] {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}
.ui-article-list .center-5[data-v-64e30702] {
  position: relative;
  padding: 40px 0 20px;
}
.ui-article-list .center-5 .list[data-v-64e30702] {
  height: 455px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-5 .item[data-v-64e30702] {
  float: left;
  width: 600px;
}
.ui-article-list .center-5 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-5 .item + .item2[data-v-64e30702] {
  margin-top: -20px;
}
.ui-article-list .center-5 .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.ui-article-list .center-5 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-5 .item2[data-v-64e30702] {
  margin: 0 0 0 640px;
  padding: 20px 0 20px 120px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .center-5 .item2 h3[data-v-64e30702] {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-5 .item2 p[data-v-64e30702] {
  height: 48px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-5 .date[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 20px;
  width: 70px;
  padding: 15px;
  text-align: center;
  background: #666;
  color: #fff;
}
.ui-article-list .center-5 .date i[data-v-64e30702],
.ui-article-list .center-5 .date em[data-v-64e30702] {
  display: block;
  line-height: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.ui-article-list .center-5 .date em[data-v-64e30702] {
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
}
.ui-article-list .center-6[data-v-64e30702] {
  position: relative;
  padding: 8px;
}
.ui-article-list .center-6 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-0[data-v-64e30702]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-64e30702]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-64e30702]:nth-child(3) {
  left: 75%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-64e30702]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-64e30702]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-6 .list.scale-0 .cell[data-v-64e30702] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-0 .cell .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-0 .cell .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp[data-v-64e30702] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp h3[data-v-64e30702],
.ui-article-list .center-6 .list.scale-0 .cell .exp p[data-v-64e30702] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp p[data-v-64e30702] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-6 .list.scale-1[data-v-64e30702]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 37.5%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-64e30702]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-64e30702]:nth-child(3) {
  left: 75%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-64e30702]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-64e30702]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item:hover img[data-v-64e30702] {
  transform: scale(1.05);
}
.ui-article-list .center-6 .list.scale-1 .cell[data-v-64e30702] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-1 .cell .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-1 .cell .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp[data-v-64e30702] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp h3[data-v-64e30702],
.ui-article-list .center-6 .list.scale-1 .cell .exp p[data-v-64e30702] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp p[data-v-64e30702] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-7[data-v-64e30702] {
  position: relative;
  padding: 40px 0 20px;
}
.ui-article-list .center-7 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
  padding: 0 0 1px;
}
.ui-article-list .center-7 .item[data-v-64e30702] {
  float: left;
  width: 25%;
  margin: 0 -1px -1px 0;
  background: #fff;
}
.ui-article-list .center-7 .item:hover img[data-v-64e30702] {
  opacity: 0.8;
}
.ui-article-list .center-7 .cell[data-v-64e30702] {
  border: 1px solid #ddd;
}
.ui-article-list .center-7 .link[data-v-64e30702] {
  display: block;
  padding: 20px 20px 10px;
  position: relative;
}
.ui-article-list .center-7 .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .center-7 .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-7 .exp[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-7 h3[data-v-64e30702] {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-article-list .center-8[data-v-64e30702] {
  position: relative;
  padding: 0;
}
.ui-article-list .center-8 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: #fff;
}
.ui-article-list .center-8 .list.scale-0 .item[data-v-64e30702] {
  float: left;
  width: 23.7%;
}
.ui-article-list .center-8 .list.scale-0 .item[data-v-64e30702]:first-child {
  width: 52.4%;
}
.ui-article-list .center-8 .list.scale-0 .item:first-child .cell[data-v-64e30702] {
  margin-left: 20px;
}
.ui-article-list .center-8 .list.scale-0 .item:first-child h3[data-v-64e30702] {
  text-align: left;
}
.ui-article-list .center-8 .list.scale-0 .item:hover img[data-v-64e30702] {
  opacity: 0.8;
}
.ui-article-list .center-8 .list.scale-0 .cell[data-v-64e30702] {
  padding: 0 20px 0 0;
}
.ui-article-list .center-8 .list.scale-0 .cell .link[data-v-64e30702] {
  display: block;
  position: relative;
}
.ui-article-list .center-8 .list.scale-0 .cell .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 100%;
}
.ui-article-list .center-8 .list.scale-0 .cell .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-8 .list.scale-0 .cell .exp[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-8 .list.scale-0 .cell .exp span[data-v-64e30702] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-article-list .center-8 .list.scale-0 .cell h3[data-v-64e30702] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-8 .list.scale-1 .item[data-v-64e30702] {
  float: left;
  width: 23.3%;
}
.ui-article-list .center-8 .list.scale-1 .item[data-v-64e30702]:first-child {
  width: 53.4%;
}
.ui-article-list .center-8 .list.scale-1 .item:first-child .cell[data-v-64e30702] {
  margin-left: 20px;
}
.ui-article-list .center-8 .list.scale-1 .item:first-child h3[data-v-64e30702] {
  text-align: left;
}
.ui-article-list .center-8 .list.scale-1 .item:hover img[data-v-64e30702] {
  opacity: 0.8;
}
.ui-article-list .center-8 .list.scale-1 .cell[data-v-64e30702] {
  padding: 0 20px 0 0;
}
.ui-article-list .center-8 .list.scale-1 .cell .link[data-v-64e30702] {
  display: block;
  position: relative;
}
.ui-article-list .center-8 .list.scale-1 .cell .img[data-v-64e30702] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .center-8 .list.scale-1 .cell .img img[data-v-64e30702] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-8 .list.scale-1 .cell .exp[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-8 .list.scale-1 .cell .exp span[data-v-64e30702] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-article-list .center-8 .list.scale-1 .cell h3[data-v-64e30702] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-9[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-9 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-9 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-9 .cell[data-v-64e30702] {
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-9 .cell:hover .cell-title a[data-v-64e30702] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-9 .cell:hover .cell-title span[data-v-64e30702] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-9 .cell:hover .cell-desc p[data-v-64e30702] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-9 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-9 .cell-title a[data-v-64e30702] {
  display: block;
  margin: 0 8em 0 0;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-9 .cell-title span[data-v-64e30702] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-9 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 5px 0 0;
}
.ui-article-list .center-9 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 20px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ui-article-list .center-9 .ui-column-2 .cell-desc p[data-v-64e30702] {
  height: 40px;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-9 .ui-column-3 .cell-desc p[data-v-64e30702] {
  height: 60px;
  -webkit-line-clamp: 3;
}
.ui-article-list .center-10[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-10 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-10 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-10 .cell[data-v-64e30702] {
  padding: 10px;
  margin: 10px;
  overflow: hidden;
}
.ui-article-list .center-10 .cell[data-v-64e30702]:hover {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-10 .cell:hover .cell-img img[data-v-64e30702] {
  transform: scale(1.1);
}
.ui-article-list .center-10 .cell:hover .cell-title a[data-v-64e30702] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-10 .cell:hover .cell-desc p[data-v-64e30702] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-10 .cell:hover .cell-date span[data-v-64e30702] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-10 .cell-img[data-v-64e30702] {
  float: left;
  width: 200px;
}
.ui-article-list .center-10 .cell-img div[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-10 .cell-img img[data-v-64e30702] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-10 .cell-exp[data-v-64e30702] {
  margin: 0 0 0 200px;
  padding: 20px 0 20px 20px;
}
.ui-article-list .center-10 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-10 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-10 .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-10 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-10 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-11[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-11 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-11 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-11 .cell[data-v-64e30702] {
  padding: 0;
  margin: 10px;
  overflow: hidden;
}
.ui-article-list .center-11 .cell:hover .cell-img img[data-v-64e30702] {
  transform: scale(1.1);
}
.ui-article-list .center-11 .cell:hover .cell-exp[data-v-64e30702] {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-11 .cell:hover .cell-title a[data-v-64e30702] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-11 .cell:hover .cell-desc p[data-v-64e30702] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-11 .cell:hover .cell-date span[data-v-64e30702] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-11 .cell-img[data-v-64e30702] {
  width: 100%;
}
.ui-article-list .center-11 .cell-img div[data-v-64e30702] {
  position: relative;
  background: #eeeeee;
}
.ui-article-list .center-11 .cell-img img[data-v-64e30702] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-11 .cell-exp[data-v-64e30702] {
  padding: 20px;
}
.ui-article-list .center-11 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-11 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-11 .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-11 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
  text-align: justify;
}
.ui-article-list .center-11 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-12[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-12 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-12 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-12 .cell[data-v-64e30702] {
  overflow: hidden;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-12 .cell .cell-exp[data-v-64e30702] {
  position: relative;
  padding: 15px 0;
}
.ui-article-list .center-12 .cell .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-12 .cell .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-12 .cell .cell-date[data-v-64e30702] {
  position: absolute;
  right: 0;
  top: 15px;
}
.ui-article-list .center-12 .cell .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-12 .cell2[data-v-64e30702] {
  position: relative;
  margin: 0 10px;
  padding: 0 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-12 .cell2 .cell-img[data-v-64e30702] {
  float: left;
  width: 200px;
}
.ui-article-list .center-12 .cell2 .cell-img div[data-v-64e30702] {
  position: relative;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.ui-article-list .center-12 .cell2 .cell-img img[data-v-64e30702] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-12 .cell2 .cell-exp[data-v-64e30702] {
  position: relative;
  padding: 15px 0;
  margin: 0 0 0 220px;
}
.ui-article-list .center-12 .cell2 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-12 .cell2 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-12 .cell2 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-12 .cell2 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-12 .cell2 .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-13[data-v-64e30702] {
  position: relative;
  padding: 10px 0;
}
.ui-article-list .center-13 .swiper[data-v-64e30702] {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}
.ui-article-list .center-13 .swiper:hover .prev[data-v-64e30702],
.ui-article-list .center-13 .swiper:hover .next[data-v-64e30702] {
  visibility: visible;
}
.ui-article-list .center-13 .swiper:hover .prev[data-v-64e30702]:active,
.ui-article-list .center-13 .swiper:hover .next[data-v-64e30702]:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.ui-article-list .center-13 .swiper .prev[data-v-64e30702],
.ui-article-list .center-13 .swiper .next[data-v-64e30702] {
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8dOlCu3kBgPIw7yykTUvJBoUD9uqnZaLhXpqZ0FDA/87AAAAcElEQVQoz7WRSRKDMBADsY3NHhLIntD/fyYf6BNV6Kg+SKOpjupZLg4CYVbwg3JV8oH7TckL4mqgTdDXRpoBxsZI3UHSmCXCW8kMwfw1wmQZPTxa6TvCYK0SdHbHBHER/wvFtvpD1nUzwT+V8ladph3frgZgRZrWAwAAAABJRU5ErkJggg==) center center no-repeat rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  visibility: hidden;
}
.ui-article-list .center-13 .swiper .prev[data-v-64e30702] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8KUK5dKPBgPryMO7smg9MiQaEw/129Srn5aEei2WyF41AAAAcUlEQVQoz62RORKEMBDEjG2wuc9dbv3/mQSEdAYKpeqaYMxL2txK3yUkyvc5NMIPHg7hxxky4V0B6nKooI5PHxconRhkkE5G8INO6HsxymKhcCqEGqqgiivBRlWmFDajGP6wy9J7aGQ5738IWr+a77kAw5EGcMHKnaoAAAAASUVORK5CYII=);
}
.ui-article-list .center-13 .swiper .next[data-v-64e30702] {
  right: 10px;
}
.ui-article-list .center-13 .swiper .swiper-slide[data-v-64e30702] {
  width: auto;
  height: auto !important;
}
.ui-article-list .center-13 .swiper .cell[data-v-64e30702] {
  margin: 10px;
  background: #ffffff;
  overflow: hidden;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-img img[data-v-64e30702] {
  transform: scale(1.1);
}
.ui-article-list .center-13 .swiper .cell:hover .cell-exp[data-v-64e30702] {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-title a[data-v-64e30702] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-desc p[data-v-64e30702] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-date span[data-v-64e30702] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell-img[data-v-64e30702] {
  width: 100%;
}
.ui-article-list .center-13 .swiper .cell-img div[data-v-64e30702] {
  position: relative;
  background: #eeeeee;
}
.ui-article-list .center-13 .swiper .cell-img img[data-v-64e30702] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-13 .swiper .cell-exp[data-v-64e30702] {
  padding: 20px 20px;
}
.ui-article-list .center-13 .swiper .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-13 .swiper .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-13 .swiper .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-13 .swiper .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-13 .swiper .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-17[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-17 .cell[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-17 .cell .cell-title[data-v-64e30702] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.ui-article-list .center-17 .cell .cell-title a[data-v-64e30702] {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-17 .cell .cell-title a[data-v-64e30702]:hover {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-17[data-v-64e30702] .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.ui-article-list .center-17 .swiper:hover .prev[data-v-64e30702] {
  visibility: visible;
}
.ui-article-list .center-17 .swiper:hover .next[data-v-64e30702] {
  visibility: visible;
}
.ui-article-list .center-17 .swiper .prev[data-v-64e30702],
.ui-article-list .center-17 .swiper .next[data-v-64e30702] {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAAD3RSTlMA+3NvXldT6t/YuGllT0tpOLxvAAAAJklEQVQI12OAgxYIdTAATDGLQbiKF8AUVwGE9wBJbiNE5RQGdAAABBsFyZHOYqkAAAAASUVORK5CYII=) center center no-repeat rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
}
.ui-article-list .center-17 .swiper .prev[data-v-64e30702] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADnRSTlMA+1Vzb17n39m5aGVOS83ZAHIAAAApSURBVAjXY0CAcDDJJA2mFB1AJI8wmMM2AUzxAnkQOYhKKQg3ggENAABx0wKACHz0FAAAAABJRU5ErkJggg==);
}
.ui-article-list .center-17 .swiper .next[data-v-64e30702] {
  right: 10px;
}
.ui-article-list .center-16[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-16 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-16 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-16 .cell[data-v-64e30702] {
  position: relative;
  margin: 0 10px;
  padding: 0 0 30px;
  overflow: hidden;
}
.ui-article-list .center-16 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 3;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-16 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-16 .cell-img[data-v-64e30702] {
  float: left;
  width: 200px;
}
.ui-article-list .center-16 .cell-img div[data-v-64e30702] {
  position: relative;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.ui-article-list .center-16 .cell-img img[data-v-64e30702] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-16 .cell-exp[data-v-64e30702] {
  position: relative;
  padding: 15px 0;
  margin: 0 0 0 220px;
}
.ui-article-list .center-16 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-16 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-16 .cell-date span[data-v-64e30702] {
  color: #999999;
}
.ui-article-list .center-14[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-14 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-14 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-14 .cell[data-v-64e30702] {
  padding: 0;
  margin: 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.ui-article-list .center-14 .cell-date[data-v-64e30702] {
  float: left;
  width: 80px;
  padding: 0 0 0 10px;
  margin: 10px 0 0;
  color: #666;
  border-right: 1px solid #eee;
}
.ui-article-list .center-14 .cell-date i[data-v-64e30702] {
  display: block;
  font-style: normal;
  font-size: 24px;
}
.ui-article-list .center-14 .cell-date em[data-v-64e30702] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-14 .cell-exp[data-v-64e30702] {
  margin: 0 0 0 120px;
  padding: 0 0 10px;
}
.ui-article-list .center-14 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-14 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-14 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-14 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-15[data-v-64e30702] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-15 .list[data-v-64e30702] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-15 .item[data-v-64e30702] {
  float: left;
  width: 100%;
}
.ui-article-list .center-15 .cell[data-v-64e30702] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}
.ui-article-list .center-15 .cell-date[data-v-64e30702] {
  float: left;
  width: 80px;
  padding: 0 0 0 10px;
  color: #666;
}
.ui-article-list .center-15 .cell-date i[data-v-64e30702] {
  font-size: 24px;
  display: block;
  font-style: normal;
}
.ui-article-list .center-15 .cell-date em[data-v-64e30702] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-15 .cell-exp[data-v-64e30702] {
  position: relative;
  margin: 0 0 0 100px;
  padding: 0 0 10px 30px;
  border-left: 1px solid #eee;
}
.ui-article-list .center-15 .cell-exp[data-v-64e30702]:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #b2b2b2;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e8e8e8;
}
.ui-article-list .center-15 .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-15 .cell-title a[data-v-64e30702] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-15 .cell-desc[data-v-64e30702] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-15 .cell-desc p[data-v-64e30702] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-18[data-v-64e30702] {
  position: relative;
}
.ui-article-list .center-18:hover .swiper-button-prev[data-v-64e30702],
.ui-article-list .center-18:hover .swiper-button-next[data-v-64e30702] {
  visibility: visible;
}
.ui-article-list .center-18 .swiper-container[data-v-64e30702] {
  margin: 0 50px 0;
}
.ui-article-list .center-18 .swiper-pagination[data-v-64e30702] {
  width: 100%;
}
.ui-article-list .center-18 .swiper-pagination[data-v-64e30702] .swiper-pagination-bullet {
  vertical-align: middle;
  margin: 0 5px;
  background: #d5d5d5;
  border: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.ui-article-list .center-18 .swiper-pagination[data-v-64e30702] .swiper-pagination-bullet-active {
  background: none;
  border: 3px solid #00aadc;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-64e30702],
.ui-article-list .center-18 .swiper-button-next[data-v-64e30702] {
  top: 50%;
  z-index: 10;
  margin-top: -45px;
  width: 45px;
  height: 45px;
  visibility: hidden;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-64e30702]:hover,
.ui-article-list .center-18 .swiper-button-next[data-v-64e30702]:hover {
  opacity: 0.8;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-64e30702] {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABwElEQVRIx61X25KDIAxFo4AX8NL9/2/dDZRu63iITpqXzhRyOSckJgbJtDvbZLFun8wdGda2OUq7Dhe1p645l266om3L7WUjH0zwtC3FopUseJcvjnQ4oDEfOF9T7zPU+fRwzqT0UDu4pE3wAiULLoDYbTYvBmhPMcRE2iClNlEZgfpiZFlODfgSuywbXz1ACIx9M+ayAftJogPeMYvu8AfAjjnoP8G35o60HxRwToZ7Fcq5fpUMAC9RMJVgQPQSAvvvnm7r0yuADriXA+gKFXPt4mhPj+cn6evfbzXXiFzbNGuOY6x5h9GNCXdg9gR1zGBIMKrq2HgibmcakTw4R0g4cbtxGD6fUZ0axyz22DsJb9gyCILeo/gEWd8jdN5U5eepH87VbbxQxAalj2mVpPgH4B6S/yr+uUQg4idI70Pmn/OPz52U/+r7i2yg/v7w+5cN8Psv9Ycp6qr1J9W/5yZRqX+x/3AEEfYfuf/xK1kr/U/uv3E1sP/q+7/++2Os4vun+f7Oyu+/dv5Qzj/q+Us//+nnz/vz784Xo3L+Vs7/yv1Du//o9y8sU/u2//Hl9/2vnYwsBPdP+v7+q92/fwE7Ow1ZrtjiVAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 100%;
}
.ui-article-list .center-18 .swiper-button-next[data-v-64e30702] {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABvklEQVRIx61XW7aDIAxEUEAUfLT7X+u9QKm1hyF60nwCQ5IJCYlAMu1Gd1m02SdxR8ZVdt8i1/Eieuq7uvTTFbQup5dNWS+8VdtSbtTUDdbkg059bSiXN4xtwYfs6lzdnDMpA0R7k9AKHlAymeCB7TpfTxqoqz6ERNpIhTZRGQB8EbQs1QtsXN0o7OHDlwteH3BStsjBmUQDmMMWmNMC9B1zMJydl+KOyBMFMSbjvQyNsX6nDHCeoqAkkwbWUx7IQ726jVdvA3qgnjagL1TM1XzVroWfX6SvXacBRe038Y9fsx0OamhZ4JLf/mAPXoAZ9MkNfKR5QSJujzQCSbF9gK0UuD1mnmuH2UAC4p4m3q7CFgwxcuTjC1ELJDDin8SfghiyCU+nbtD1C/wLLyhx4MxF/Q9AkS/+k9rnpv+K1I75J+NvEhzHv7w/DA+t95fePw3H7z/nHz7xJPIv5T8ucZbKf1x/wqEd1h9Y//LGSNc/XH/FGsj6y6z/3P+H9//p4gnj/+X8/9z+g9//8Psvfv/H7z+P/ne/3P8y+29m/8+cP7jzD3/+wjLJj/kvHv6c/+R0JbPh/Kl+P/9y5+8/RDENWZvZmwUAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100%;
}
.ui-article-list .center-18 .swiper-slide[data-v-64e30702] {
  width: 50%;
}
.ui-article-list .center-18 .swiper-slide .cell[data-v-64e30702] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-article-list .center-18 .swiper-slide .cell:hover .cell-exp[data-v-64e30702] {
  background: var(--textBd--hov) !important;
}
.ui-article-list .center-18 .swiper-slide .cell:hover .cell-title a[data-v-64e30702] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-18 .swiper-slide .cell-img[data-v-64e30702] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.ui-article-list .center-18 .swiper-slide .cell-exp[data-v-64e30702] {
  padding: 0;
}
.ui-article-list .center-18 .swiper-slide .cell-title[data-v-64e30702] {
  position: relative;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
}
.ui-article-list .center-18 .swiper-slide .cell-title a[data-v-64e30702] {
  display: block;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}





































































/**************************
 ** ui-empty
 ** liqingyun
 **************************/

* {
  outline: none;
}
.ql-container {
  background: 0 0;
  outline: 0;
  color: #333;
  word-break: normal;
  white-space: pre-wrap;
  word-wrap: break-word;
  clear: both;
  overflow: hidden;
  font-size: 20px;
  font-family: "Microsoft YaHei";
  -webkit-text-size-adjust: 100%;
  border: 0px none;
  min-height: 28px;
  min-width: 20px;
  max-width: 1200px;
  padding: 5px 0 20px ;
  box-sizing: border-box;
}
.ql-container.ui-richtext-content {
  font-family: "Microsoft YaHei";
  font-size: 20px;
  padding: 0;
}
.ql-container.ui-richtext-content .ql-editor {
  overflow: hidden;
  height: 100%;
  padding: 0;
  font-size: 22px;
  line-height: 0;
}
.ql-container.vertical-lr {
  writing-mode: tb-lr;
  writing-mode: vertical-lr;
  height: 100%;
  word-break: break-all;
  max-width: 600px;
  max-height: 600px;
  min-width: 40px;
  min-height: 10px;
}
.ql-container.vertical-rl {
  writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 100%;
  word-break: break-all;
  max-width: 600px;
  max-height: 600px;
  min-width: 40px;
  min-height: 10px;
}
.ql-container .ql-editor {
  overflow: hidden;
  padding: 0;
  line-height: 1;
}
.ql-container .ql-editor p {
  word-break: break-all;
  margin: 0;
  font-size: 20px;
  line-height: 1;
}
.ql-container .ql-editor a {
  pointer-events: none;
}
.ql-container .ql-editor a:hover {
  opacity: 0.7;
}
.ql-container .ql-clipboard {
  display: none;
}
.ql-container .ql-clipboard a {
  color: #02a7f0;
  pointer-events: none;
}

.mod-text-editor[data-v-f626520e] {
  width: 320px;
  padding: 0px;
  white-space: pre-wrap;
}
.mod-text-editor[data-v-f626520e]::after {
  content: '';
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.mod-text-editor .mod-text-both[data-v-f626520e] {
  height: 8px;
  clear: both;
}
.mod-text-editor .mod-text-line[data-v-f626520e] {
  float: left;
  margin: 5px 0 0 1px;
}
.mod-text-editor .mod-text-line i[data-v-f626520e] {
  width: 1px;
  height: 20px;
  border-left: 1px solid #e5e6ea;
}
.mod-text-editor .mod-text-item[data-v-f626520e] {
  float: left;
  height: auto;
  cursor: pointer;
}
.mod-text-editor .mod-text-item[data-v-f626520e] .el-color-picker .el-color-picker__trigger {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 0;
}
.mod-text-editor .mod-text-item[data-v-f626520e] .el-color-picker .el-color-picker__trigger .el-color-picker__color {
  border-radius: 50%;
  border-color: #eeeeee;
}
.mod-text-editor .mod-text-item[data-v-f626520e] .el-color-picker .el-color-picker__trigger .el-color-picker__color .el-color-picker__color-inner {
  border-radius: 50%;
}
.mod-text-editor .mod-text-item[data-v-f626520e] .el-color-picker .el-color-picker__trigger .el-icon-arrow-down {
  display: none;
}
.mod-text-editor .mod-text-item .le-color[data-v-f626520e] {
  height: 32px;
  padding: 10px 0 0;
}
.mod-text-editor .mod-text-item .le-select[data-v-f626520e] {
  height: 32px;
  padding: 10px 0 0;
}
.mod-text-editor .mod-text-item .le-select select[data-v-f626520e] {
  width: 105px;
  height: 32px;
  padding: 0 0 0 20px;
  border: 1px solid #e2e6e7;
  border-radius: 2px;
  cursor: pointer;
}
.mod-text-editor .mod-text-item .le-button[data-v-f626520e] {
  width: 24px;
  height: 35px;
  padding: 7px 0 0 0;
  text-align: center;
  margin-left: 2px;
}
.mod-text-editor .mod-text-item .le-button i[data-v-f626520e] {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #50606d;
}
.mod-text-editor .mod-text-item .le-button i[data-v-f626520e]:hover {
  background: #f2f5fd;
}
.mod-text-editor .mod-text-item .le-button .active[data-v-f626520e] {
  background-color: #e4eafa !important;
}
.mod-text-editor .mod-text-item .le-fun[data-v-f626520e] {
  width: 32px;
  height: 42px;
  line-height: 36px;
  text-align: center;
}
.mod-text-editor .mod-text-item .le-fun i[data-v-f626520e] {
  font-size: 20px;
  color: #50606d;
}
.mod-text-editor .mod-text-item .ql-formatBrushactive .icon-brush[data-v-f626520e] {
  color: #409EFF;
}
.mod-text-editor .mod-text-item .le-slidedown[data-v-f626520e] {
  position: relative;
  width: 36px;
  height: 42px;
  text-align: center;
}
.mod-text-editor .mod-text-item .le-slidedown .point[data-v-f626520e] {
  width: 36px;
  height: 42px;
  line-height: 36px;
  border: 1px solid transparent;
}
.mod-text-editor .mod-text-item .le-slidedown .point i[data-v-f626520e] {
  font-size: 20px;
  color: #50606d;
}
.mod-text-editor .mod-text-item .le-slidedown .down[data-v-f626520e] {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100px;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl[data-v-f626520e] {
  background: #ffffff;
  border: 1px solid #e2e6e7;
  padding: 3px;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd[data-v-f626520e] {
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 6px;
  text-align: left;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd[data-v-f626520e]:hover {
  background-color: #557ce1;
  color: #ffffff;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd:hover i[data-v-f626520e] {
  color: #ffffff;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd i[data-v-f626520e] {
  font-size: 20px;
  color: #50606d;
  margin-right: 5px;
  vertical-align: middle;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd font[data-v-f626520e] {
  display: inline-block;
  width: 16px;
  font-size: 14px;
  color: #50606d;
  margin-right: 5px;
  vertical-align: middle;
}
.mod-text-editor .mod-text-item .le-slidedown .down dl dd span[data-v-f626520e] {
  vertical-align: middle;
}
.mod-text-editor .mod-text-item .le-slidedown.active .point[data-v-f626520e] {
  border-color: #e2e6e7;
}

/**************************
 ** ui-richtext
 ** zhaoweiren
 **************************/
.ui-richtext .ui-control-fill[data-v-231860fb],
.ui-richtext .ui-control-fit[data-v-231860fb] {
  width: auto !important;
}
.ui-richtext .ui-control-fill .inn[data-v-231860fb],
.ui-richtext .ui-control-fit .inn[data-v-231860fb] {
  padding: 0;
  box-sizing: border-box;
}

.outer[data-v-177c0e31] {
  height: 100%;
}
.outer .data[data-v-177c0e31] {
  height: 100%;
}
.ui-form[data-v-177c0e31] {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.ui-form.ui-form-free .main[data-v-177c0e31] {
  height: 100%;
}
.ui-form.ui-form-free .main .list[data-v-177c0e31] {
  height: 100%;
  padding: 0;
}
.ui-form.ui-form-free .main .list .rows[data-v-177c0e31] {
  margin-bottom: 0;
}
.ui-form.ui-form-free .main .list .rows .inner[data-v-177c0e31] {
  position: relative;
}
.ui-form.ui-form-free .main .list .rows .inner .label[data-v-177c0e31] {
  position: absolute;
  left: 0;
  top: -40px;
}
.ui-form .main[data-v-177c0e31] {
  position: relative;
  height: 100%;
}
.ui-form .main .list[data-v-177c0e31] {
  height: 100%;
  padding: 20px;
  position: relative;
}
.ui-form .main .list .form-rows.active[data-v-177c0e31] {
  border: 1px dashed #409EFF;
}
.ui-form .main .list .rows[data-v-177c0e31] {
  position: relative;
  margin: 0 0 10px;
}
.ui-form .main .list .rows .label[data-v-177c0e31] {
  white-space: nowrap;
  position: relative;
}
.ui-form .main .list .rows .label label[data-v-177c0e31] {
  line-height: 40px;
  color: #333;
}
.ui-form .main .list .rows .label i[data-v-177c0e31] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 10px;
}
.ui-form .main .list .rows .control[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .text[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .text input[data-v-177c0e31] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .main .list .rows .control .text .sendsms[data-v-177c0e31] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .main .list .rows .control .text .sendsms[data-v-177c0e31]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .main .list .rows .control .text .sendsms span[data-v-177c0e31] {
  display: block;
  padding: 0 20px;
}
.ui-form .main .list .rows .control .textarea[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .textarea textarea[data-v-177c0e31] {
  width: 100%;
  height: 120px;
  padding: 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .main .list .rows .control .select[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .select select[data-v-177c0e31] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
}
.ui-form .main .list .rows .control .radio[data-v-177c0e31],
.ui-form .main .list .rows .control .checkbox[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .radio .item[data-v-177c0e31],
.ui-form .main .list .rows .control .checkbox .item[data-v-177c0e31] {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 8px 0;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .main .list .rows .control .radio .item input[data-v-177c0e31],
.ui-form .main .list .rows .control .checkbox .item input[data-v-177c0e31] {
  float: left;
}
.ui-form .main .list .rows .control .radio .item span[data-v-177c0e31],
.ui-form .main .list .rows .control .checkbox .item span[data-v-177c0e31] {
  display: block;
  margin: -5px 0 0 20px;
  text-align: justify;
}
.ui-form .main .list .rows .control .huxing[data-v-177c0e31] {
  position: relative;
  min-width: 200px;
}
.ui-form .main .list .rows .control .huxing .txt[data-v-177c0e31] {
  position: relative;
}
.ui-form .main .list .rows .control .huxing .txt .f[data-v-177c0e31] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .main .list .rows .control .huxing .txt input[data-v-177c0e31] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
}
.ui-form .main .foot[data-v-177c0e31] {
  padding: 0 20px 20px;
  position: relative;
}
.ui-form .main .submit[data-v-177c0e31] {
  position: relative;
  text-align: center;
}
.ui-form .main .submit input[data-v-177c0e31] {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  color: none;
  cursor: pointer;
  box-sizing: content-box;
}
.ui-form .main .submit input[data-v-177c0e31]:hover {
  background: var(--hover-background) !important;
  color: var(--hover-color) !important;
}
.ui-form .ui-control-fit[data-v-177c0e31] {
  width: 100% !important;
  height: 100% !important;
}
.ui-form .center-1 .main .rows .control .text input[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .textarea textarea[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .select select[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .huxing .txt input[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list[data-v-177c0e31] {
  padding-bottom: 0;
}
.ui-form .center-2 .main .list .rows[data-v-177c0e31] {
  margin: 0 0 20px;
}
.ui-form .center-2 .main .list .rows .label[data-v-177c0e31] {
  display: none;
}
.ui-form .center-2 .main .list .rows .control .text input[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .textarea textarea[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .select select[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .huxing .txt input[data-v-177c0e31] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form input[data-v-177c0e31]::-webkit-input-placeholder,
.ui-form textarea[data-v-177c0e31]::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-177c0e31]::-moz-placeholder,
.ui-form textarea[data-v-177c0e31]::-moz-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-177c0e31]:-moz-placeholder,
.ui-form textarea[data-v-177c0e31]:-moz-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-177c0e31]:-ms-input-placeholder,
.ui-form textarea[data-v-177c0e31]:-ms-input-placeholder {
  color: var(--placeholder-color);
}

.outer[data-v-68046b46] {
  position: relative;
}
.outer .data[data-v-68046b46] {
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.ui-control-fit[data-v-68046b46],
.ui-control-fill[data-v-68046b46],
.ui-control-layout[data-v-68046b46] {
  height: 100%;
}
.ui-video[data-v-68046b46] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .cover[data-v-68046b46] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ui-video .cover .play[data-v-68046b46] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ui-video .cover .play[data-v-68046b46]:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.25);
}
.ui-video .cover .play i[data-v-68046b46] {
  font-size: 30px;
  color: #ffffff;
}
.ui-video .iframe[data-v-68046b46] {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ui-video .iframe[data-v-68046b46] iframe {
  width: 100%;
  height: 100%;
}
.ui-video .jplayer[data-v-68046b46] {
  position: relative;
  z-index: 1;
  height: 100%;
}
.video-player[data-v-68046b46] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
}
.video-player[data-v-68046b46] .video-js {
  width: 100%;
  height: 100%;
}
.video-player[data-v-68046b46] .video-js .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0;
}
.player-dialog[data-v-68046b46] .el-dialog__header {
  display: none;
}
.player-dialog[data-v-68046b46] .el-dialog__body {
  padding: 0;
}
.player-dialog .close[data-v-68046b46] {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.player-dialog .close[data-v-68046b46]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.player-dialog .close i[data-v-68046b46] {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.player-dialog .player[data-v-68046b46] {
  position: relative;
  height: 560px;
}
.player-dialog .iframe[data-v-68046b46] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.player-dialog .iframe[data-v-68046b46] iframe {
  width: 100%;
  height: 100%;
}

.ui-webmap[data-v-6131db34] {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.ui-webmap .title[data-v-6131db34] {
  position: relative;
  text-overflow: hidden;
  text-align: center;
  margin: 0 0 50px;
}
.ui-webmap .title h2[data-v-6131db34] {
  line-height: 2;
  font-size: 28px;
  font-weight: normal;
}
.ui-webmap .rows2[data-v-6131db34] {
  position: relative;
  overflow: hidden;
}
.ui-webmap .head[data-v-6131db34] {
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.ui-webmap .head h3[data-v-6131db34] {
  padding: 0 0 0 20px;
  line-height: 44px;
  font-size: 16px;
  font-weight: normal;
}
.ui-webmap .sub[data-v-6131db34] {
  position: relative;
  padding: 0 0 10px;
}
.ui-webmap .sub h3[data-v-6131db34] {
  float: left;
  margin: 0 0 10px 20px;
  font-weight: normal;
  color: #666;
}
.ui-webmap .sub h3 a[data-v-6131db34] {
  display: block;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #dddddd;
}
.ui-webmap .sub dl[data-v-6131db34] {
  margin: 0 0 0 120px;
  overflow: hidden;
}
.ui-webmap .sub dd[data-v-6131db34] {
  float: left;
  line-height: 40px;
  margin: 0 0 10px 50px;
  color: #666;
}
.ui-webmap .sub dd a[data-v-6131db34] {
  display: block;
}

.map-wrap[data-v-8fbe5110] {
  height: 100%;
}



















































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/























































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/


.ui-page-article-list .center-0[data-v-5618adc6] {
  position: relative;
}
.ui-page-article-list .center-0 .item[data-v-5618adc6] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
}
.ui-page-article-list .center-0 .item a[data-v-5618adc6] {
  width: 100%;
  display: block;
}
.ui-page-article-list .center-0 .item[data-v-5618adc6]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-page-article-list .center-0 .item:hover h3[data-v-5618adc6] {
  text-indent: 5px;
}
.ui-page-article-list .center-0 .item:hover img[data-v-5618adc6] {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
.ui-page-article-list .center-0 .cell[data-v-5618adc6] {
  float: left;
  display: block;
  width: 300px;
  height: auto;
  margin-right: 30px;
}
.ui-page-article-list .center-0 .img[data-v-5618adc6] {
  position: relative;
  display: block;
  padding: 0 0 56%;
  overflow: hidden;
}
.ui-page-article-list .center-0 .img img[data-v-5618adc6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-article-list .center-0 h3[data-v-5618adc6] {
  font-size: 20px;
  padding: 35px 0 20px;
  transition: all ease 300ms;
}
.ui-page-article-list .center-0 .txt[data-v-5618adc6] {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.ui-page-article-list .center-0 .time[data-v-5618adc6] {
  float: right;
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.ui-page-article-list .center-0 .time .day[data-v-5618adc6] {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.ui-page-article-list .center-0 .time .views[data-v-5618adc6] {
  display: block;
  font-size: 14px;
}
.ui-page-article-list .center-1[data-v-5618adc6] {
  position: relative;
}
.ui-page-article-list .center-1 .list[data-v-5618adc6] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-5618adc6] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .item h3[data-v-5618adc6] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-5618adc6] {
  transform: scale(1.05);
}
.ui-page-article-list .center-1 .cell[data-v-5618adc6] {
  margin: 0 15px;
  position: relative;
}
.ui-page-article-list .center-1 .img[data-v-5618adc6] {
  position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-5618adc6] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-5618adc6] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-article-list .center-2[data-v-5618adc6] {
  position: relative;
}
.ui-page-article-list .center-2 .list[data-v-5618adc6] {
  padding: 20px 0 0;
}
.ui-page-article-list .center-2 .list .item[data-v-5618adc6] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #fff;
}
.ui-page-article-list .center-2 .list .item[data-v-5618adc6]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-page-article-list .center-2 .list .item:hover h3[data-v-5618adc6] {
  transform: translateX(6px);
}
.ui-page-article-list .center-2 .list .item .cell[data-v-5618adc6] {
  padding: 30px;
}
.ui-page-article-list .center-2 .list .item .cell h3[data-v-5618adc6] {
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.ui-page-article-list .center-2 .list .item .cell .txt[data-v-5618adc6] {
  line-height: 30px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-page-article-list .center-2 .list .item .cell .time[data-v-5618adc6] {
  color: #999999;
}
.ui-page-article-list .center-2 .list .item .cell .time span[data-v-5618adc6] {
  margin: 0 10px 0 0;
}
.ui-page-article-list .center-3[data-v-5618adc6] {
  position: relative;
  background: #ffffff;
}
.ui-page-article-list .center-3 .list[data-v-5618adc6] {
  padding: 20px 50px;
}
.ui-page-article-list .center-3 .list .item[data-v-5618adc6] {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  background: #fff;
}
.ui-page-article-list .center-3 .list .item:hover h3[data-v-5618adc6] {
  transform: translateX(6px);
}
.ui-page-article-list .center-3 .list .item .cell[data-v-5618adc6] {
  position: relative;
  padding: 20px 150px 20px 0;
}
.ui-page-article-list .center-3 .list .item .cell h3[data-v-5618adc6] {
  padding: 0 0 0 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJFBMVEUAAAB4eHh1dXVsbGxnZ2dVVVVgYGB0dHRwcHA2NjYAAAB0dHTDQoYqAAAADHRSTlMAcmY8NCEoXEkTBFYtakUAAAAANUlEQVQI12OAAeYACM0q5ABhKAp2gmlHQcEyEM0oKCiovICBgVsQCMRgfIg8VD1UP8I8TAAAl4UG0GfevHIAAAAASUVORK5CYII=) 0 8px no-repeat;
}
.ui-page-article-list .center-3 .list .item .cell .time[data-v-5618adc6] {
  position: absolute;
  right: 0;
  top: 20px;
  color: #aaaaaa;
  line-height: 30px;
}
.ui-page-article-list .center-3 .list .item .cell .time span[data-v-5618adc6] {
  font-size: 16px;
}

















































































































/**************************
 ** ui-page-article-list
 ** liqingyun
 **************************/
.ui-page-article-list .center-0[data-v-f095460e]{position:relative;}
.ui-page-article-list .center-0 .item[data-v-f095460e]{width: 100%;height: auto;margin-bottom: 20px;transition: all ease 300ms;background: #fff;}
.ui-page-article-list .center-0 .item a[data-v-f095460e]{width:100%;display:block;}
.ui-page-article-list .center-0 .cell[data-v-f095460e]{float:left;display:block;width:300px;height:auto;margin-right:30px;}
.ui-page-article-list .center-0 .img[data-v-f095460e]{position: relative;display: block; padding: 0 0 56%; overflow: hidden;}
.ui-page-article-list .center-0 .img img[data-v-f095460e]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;}
.ui-page-article-list .center-0 h3[data-v-f095460e]{font-size: 20px;padding: 35px 0 20px;transition: all ease 300ms;}
.ui-page-article-list .center-0 .txt[data-v-f095460e]{color: #999999;line-height: 24px;height: 48px;padding-right: 130px;overflow: hidden;}
.ui-page-article-list .center-0 .time[data-v-f095460e]{float:right;width: 150px;padding-top: 45px;font-family: arial;font-size: 20px;color: #999;}
.ui-page-article-list .center-0 .time .day[data-v-f095460e]{font-size: 40px;line-height: 45px;display: block;}
.ui-page-article-list .center-0 .time .views[data-v-f095460e]{display:block;font-size:14px;}
.ui-page-article-list .center-0 .item[data-v-f095460e]:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.ui-page-article-list .center-0 .item:hover h3[data-v-f095460e]{text-indent: 5px;}
.ui-page-article-list .center-0 .item:hover img[data-v-f095460e]{filter:brightness(105%);-webkit-filter:brightness(105%);}
.ui-page-article-list .center-1[data-v-f095460e] { position: relative;
}
.ui-page-article-list .center-1 .list[data-v-f095460e] { overflow: hidden; padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-f095460e] { float: left; width: 25%; margin: 0 0 0; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .cell[data-v-f095460e] { margin: 0 15px; position: relative;
}
.ui-page-article-list .center-1 .img[data-v-f095460e] { position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-f095460e] { display: block; padding: 0 0 75%; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-f095460e] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;
}
.ui-page-article-list .center-1 .item h3[data-v-f095460e] { padding: 0 15px; line-height: 60px; font-size: 16px; text-align:center;font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-f095460e] { transform: scale(1.05);
}























































































































































































































/**************************
 ** ui-page-article-list
 ** liqingyun
 **************************/
.ui-page-article-list .center-0[data-v-59d30ff4]{position:relative;}
.ui-page-article-list .center-0 .item[data-v-59d30ff4]{width: 100%;height: auto;margin-bottom: 20px;transition: all ease 300ms;background: #fff;}
.ui-page-article-list .center-0 .item a[data-v-59d30ff4]{width:100%;display:block;}
.ui-page-article-list .center-0 .cell[data-v-59d30ff4]{float:left;display:block;width:300px;height:auto;margin-right:30px;}
.ui-page-article-list .center-0 .img[data-v-59d30ff4]{position: relative;display: block; padding: 0 0 56%; overflow: hidden;}
.ui-page-article-list .center-0 .img img[data-v-59d30ff4]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;}
.ui-page-article-list .center-0 h3[data-v-59d30ff4]{font-size: 20px;padding: 35px 0 20px;transition: all ease 300ms;}
.ui-page-article-list .center-0 .txt[data-v-59d30ff4]{color: #999999;line-height: 24px;height: 48px;padding-right: 130px;overflow: hidden;}
.ui-page-article-list .center-0 .time[data-v-59d30ff4]{float:right;width: 150px;padding-top: 45px;font-family: arial;font-size: 20px;color: #999;}
.ui-page-article-list .center-0 .time .day[data-v-59d30ff4]{font-size: 40px;line-height: 45px;display: block;}
.ui-page-article-list .center-0 .item[data-v-59d30ff4]:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.ui-page-article-list .center-0 .item:hover h3[data-v-59d30ff4]{text-indent: 5px;}
.ui-page-article-list .center-0 .item:hover img[data-v-59d30ff4]{filter:brightness(105%);-webkit-filter:brightness(105%);}
.ui-page-article-list .center-1[data-v-59d30ff4] { position: relative;
}
.ui-page-article-list .center-1 .list[data-v-59d30ff4] { overflow: hidden; padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-59d30ff4] { float: left; width: 25%; margin: 0 0 0; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .cell[data-v-59d30ff4] { margin: 0 15px; position: relative;
}
.ui-page-article-list .center-1 .img[data-v-59d30ff4] { position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-59d30ff4] { display: block; padding: 0 0 75%; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-59d30ff4] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;
}
.ui-page-article-list .center-1 .item h3[data-v-59d30ff4] { padding: 0 15px; line-height: 60px; font-size: 16px; text-align:center;font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-59d30ff4] { transform: scale(1.05);
}

















































































































/**************************
 ** ui-page-article-list
 ** liqingyun
 **************************/
.ui-page-article-list .center-0[data-v-c6fc5d9c]{position:relative;}
.ui-page-article-list .center-0 .item[data-v-c6fc5d9c]{width: 100%;height: auto;margin-bottom: 20px;transition: all ease 300ms;background: #fff;}
.ui-page-article-list .center-0 .item a[data-v-c6fc5d9c]{width:100%;display:block;}
.ui-page-article-list .center-0 .cell[data-v-c6fc5d9c]{float:left;display:block;width:300px;height:auto;margin-right:30px;}
.ui-page-article-list .center-0 .img[data-v-c6fc5d9c]{position: relative;display: block; padding: 0 0 56%; overflow: hidden;}
.ui-page-article-list .center-0 .img img[data-v-c6fc5d9c]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;}
.ui-page-article-list .center-0 h3[data-v-c6fc5d9c]{font-size: 20px;padding: 35px 0 20px;transition: all ease 300ms;}
.ui-page-article-list .center-0 .txt[data-v-c6fc5d9c]{color: #999999;line-height: 24px;height: 48px;padding-right: 130px;overflow: hidden;}
.ui-page-article-list .center-0 .time[data-v-c6fc5d9c]{float:right;width: 150px;padding-top: 45px;font-family: arial;font-size: 20px;color: #999;}
.ui-page-article-list .center-0 .time .day[data-v-c6fc5d9c]{font-size: 40px;line-height: 45px;display: block;}
.ui-page-article-list .center-0 .item[data-v-c6fc5d9c]:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.ui-page-article-list .center-0 .item:hover h3[data-v-c6fc5d9c]{text-indent: 5px;}
.ui-page-article-list .center-0 .item:hover img[data-v-c6fc5d9c]{filter:brightness(105%);-webkit-filter:brightness(105%);}
.ui-page-article-list .center-1[data-v-c6fc5d9c] { position: relative;
}
.ui-page-article-list .center-1 .list[data-v-c6fc5d9c] { overflow: hidden; padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-c6fc5d9c] { float: left; width: 25%; margin: 0 0 0; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .cell[data-v-c6fc5d9c] { margin: 0 15px; position: relative;
}
.ui-page-article-list .center-1 .img[data-v-c6fc5d9c] { position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-c6fc5d9c] { display: block; padding: 0 0 75%; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-c6fc5d9c] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;
}
.ui-page-article-list .center-1 .item h3[data-v-c6fc5d9c] { padding: 0 15px; line-height: 60px; font-size: 16px; text-align:center;font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-c6fc5d9c] { transform: scale(1.05);
}


.ui-design-team[data-v-2f1890aa] {
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
}
.ui-design-team .avatar-wrap[data-v-2f1890aa] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: width 1s, padding-bottom 1s;
}
.ui-design-team .avatar-wrap .avatar[data-v-2f1890aa] {
  border: 3px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-design-team .avatar-wrap .details[data-v-2f1890aa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  justify-content: space-around;
  width: 100%;
  height: 0;
  background: salmon;
  transition: height 0.3s ease;
  bottom: 0;
  opacity: 0.8;
  overflow: hidden;
  color: #f2f2f2;
}
.ui-design-team .avatar-wrap .details .name[data-v-2f1890aa] {
  font-size: 22px;
}
.ui-design-team .avatar-wrap .details .title[data-v-2f1890aa] {
  font-size: 16px;
  text-align: center;
}
.ui-design-team .avatar-wrap .details .detail-btn[data-v-2f1890aa] {
  padding: 8px 48px;
  border: 1px solid #f2f2f2;
  background: none;
  border-radius: 20px;
  color: #f2f2f2;
  cursor: pointer;
}
.ui-design-team .avatar-wrap:hover .details[data-v-2f1890aa] {
  height: 100%;
}

.ui-renova-example[data-v-570db705] {
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
}
.ui-renova-example .renova-wrap[data-v-570db705] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: width 1s, padding-bottom 1s;
}
.ui-renova-example .renova-wrap .renova[data-v-570db705] {
  border: 3px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-renova-example .renova-wrap .details[data-v-570db705] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 0;
  transition: height 0.3s ease;
  bottom: 0;
  opacity: 0.8;
  overflow: hidden;
  color: #fff;
  background: #333;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-top: none;
}
.ui-renova-example .renova-wrap .details .title[data-v-570db705] {
  font-size: 14px;
  cursor: pointer;
}
.ui-renova-example .renova-wrap:hover .details[data-v-570db705] {
  height: 50px;
}


[data-v-cc5aa960] .el-dialog__body {
  padding: 20px 20px 20px;
  border-top: 1px solid #eeeeee;
}
[data-v-cc5aa960] .el-dialog__body .el-radio + .el-radio {
  margin-left: 10px;
}
.form-rows[data-v-cc5aa960] {
  margin: 0 0 10px;
}
.form-rows[data-v-cc5aa960]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.form-rows .label[data-v-cc5aa960] {
  float: left;
  width: 100px;
  text-align: right;
}
.form-rows .control[data-v-cc5aa960] {
  margin: 0 0 0 120px;
}
.form-rows .tag[data-v-cc5aa960] {
  line-height: 2;
}
.form-rows .tag span[data-v-cc5aa960] {
  font-size: smaller;
  color: #999;
}

.ui-page-renova-design-team-list[data-v-4519465c] {
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-design-detail[data-v-23137221] {
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0px 2px 6px 0px rgba(115, 115, 115, 0.05);
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-example-detail[data-v-b50280a0] {
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-example-detail[data-v-78e50806] {
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0px 2px 6px 0px rgba(115, 115, 115, 0.05);
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.container-draggable[data-v-56fffbb7] {
  position: relative;
}
.ui-list[data-v-56fffbb7] {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.ui-item[data-v-56fffbb7] {
  position: relative;
  border: 1px dashed transparent;
}
.ui-item.active[data-v-56fffbb7] {
  position: relative;
  border-color: #409EFF;
}
.ui-item .tag[data-v-56fffbb7] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.ui-item .tag h3[data-v-56fffbb7] {
  line-height: 30px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  border-radius: 3px;
}
.ui-head[data-v-56fffbb7] {
  padding: 10px;
  position: relative;
  background: #409EFF;
  color: #ffffff;
}
.ui-sub[data-v-56fffbb7] {
  padding: 0;
  min-height: 50px;
}
.ui-item[data-v-56fffbb7]:hover {
  border-color: #9bbdde;
}
.ui-text[data-v-56fffbb7] {
  position: relative;
}
.ui-text .inner[data-v-56fffbb7] {
  height: 100%;
  overflow: hidden;
}
.ui-text .inner p[data-v-56fffbb7] {
  text-align: justify;
}
.ui-image[data-v-56fffbb7] {
  position: relative;
  height: 100px;
}
.ui-image .inner[data-v-56fffbb7] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ui-image .inner img[data-v-56fffbb7] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ui-article-list[data-v-56fffbb7] {
  background: #ffffff;
}
.ui-article-list .head[data-v-56fffbb7] {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .head h2[data-v-56fffbb7] {
  line-height: 40px;
  font-weight: normal;
}
.ui-article-list .list[data-v-56fffbb7] {
  position: relative;
  padding: 5px 0;
}
.ui-article-list .list li[data-v-56fffbb7] {
  line-height: 30px;
  position: relative;
}
.ui-article-list .list h3[data-v-56fffbb7] {
  font-weight: normal;
}
.ui-article-list .list h6[data-v-56fffbb7] {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
/** 横向标签 **/
.el-tabs--card[data-v-56fffbb7] .el-tabs__header {
  border-bottom: 0;
}
.el-tabs--card[data-v-56fffbb7] .el-tabs__header .el-tabs__nav {
  border: 0;
}
.el-tabs--card[data-v-56fffbb7] .el-tabs__item {
  border: 0;
  background: none;
  color: #333333;
  border-radius: 40px;
  margin: 0 10px 0 0;
}
.el-tabs--card[data-v-56fffbb7] .el-tabs__item.is-active {
  background: #ff0000;
  color: #ffffff;
}
.el-tabs--left.el-tabs--card[data-v-56fffbb7] .el-tabs__item.is-left.is-active {
  border: 0;
  border-radius: 0;
}
.el-tabs--left.el-tabs--card[data-v-56fffbb7] .el-tabs__item.is-left {
  border: 0;
}
/** 折叠标签 **/
.el-collapse[data-v-56fffbb7] {
  position: relative;
}
.el-collapse[data-v-56fffbb7] .el-collapse-item__header {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  background: #eeeeee;
}
.el-collapse[data-v-56fffbb7] .el-collapse-item__header.is-active {
  background: #ff0000;
  color: #ffffff;
}
/** 多列标签 **/
[data-type='ui-mulcol'] .ui-sub[data-v-56fffbb7] {
  position: relative;
  border: 1px dashed transparent;
}
[data-type='ui-mulcol']:hover .ui-sub[data-v-56fffbb7] {
  border-color: #9bbdde;
}

.sortable-chosen:after {
  content: '';
  display: block;
}
.sortable-ghost {
  background: #f0f6fd !important;
}
.sortable-ghost > * {
  opacity: 0;
}
.sortable-fallback {
  opacity: 1 !important;
}
.vdr {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active {
  z-index: 9999999 !important;
}
.handle {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.handle-tl {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.handle-tm {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.handle-tr {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.handle-ml {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.handle-mr {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.handle-bl {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.handle-bm {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.handle-br {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
@media only screen and (max-width: 768px) {
[class*="handle-"]:before {
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    position: absolute;
}
}
.ui-text-tool {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.ui-text-tool .list {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  width: 400px;
}
.ui-text-tool .group {
  height: 60px;
}
.ui-text-tool .item {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 15px;
  cursor: pointer;
  background: none;
  border: 0;
}
.ui-text-tool .item:hover {
  color: #409EFF;
}
.ui-operation {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline {
  top: -55px;
}
.ui-operation ul {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i {
  font-style: normal;
}
.ui-operation .icon {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .rank {
  cursor: move;
}
.ui-operation .text:hover {
  color: #409EFF;
}
.ui-operation .icon:hover {
  color: #409EFF;
}
#jz-district .ui-item:hover > .ui-operation {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation {
  display: block !important;
}

.border-setter > div[data-v-66bc6c89] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.border-setter > div[data-v-66bc6c89]:first-child {
  margin-left: 0;
}

.shadow-setter > div[data-v-3bf3317e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.shadow-setter > div[data-v-3bf3317e]:first-child {
  margin-left: 0;
}


[data-v-5cc57411] .el-input-number .el-input {
  width: 100px;
}
[data-v-5cc57411] .el-input-number .el-input input {
  padding: 0;
}
[data-v-5cc57411] .el-input-number .el-input-number__decrease,[data-v-5cc57411] .el-input-number .el-input-number__increase {
  display: none;
}
[data-v-5cc57411] .el-transfer-panel__list.is-filterable {
  height: 210px;
}
.radio-eff-0[data-v-5cc57411],
.radio-eff-1[data-v-5cc57411],
.radio-eff-2[data-v-5cc57411],
.radio-eff-3[data-v-5cc57411],
.radio-eff-4[data-v-5cc57411] {
  width: 100px;
  height: 46px;
}
.radio-eff-0[data-v-5cc57411] {
  background-position: -100px -770px;
}
.radio-eff-1[data-v-5cc57411] {
  background-position: -100px -840px;
}
.radio-eff-2[data-v-5cc57411] {
  background-position: -100px -910px;
}
.radio-eff-3[data-v-5cc57411] {
  background-position: -100px -1050px;
}
.radio-eff-4[data-v-5cc57411] {
  background-position: -100px -1120px;
}
.sa-radio-group[data-v-5cc57411] {
  white-space: nowrap;
}
.sa-radio-group .el-radio[data-v-5cc57411] {
  margin-left: 12px;
}

.font-setter > div[data-v-520251b8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.font-setter > div[data-v-520251b8]:first-child {
  margin-left: 0;
}

.background-setter > div[data-v-2b27626f] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.background-setter > div[data-v-2b27626f]:first-child {
  margin-left: 0;
}
.ng-radio[data-v-2b27626f] {
  display: block !important;
  position: relative;
}
.ng-color[data-v-2b27626f] {
  display: block !important;
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.ng-color .ng-color__item[data-v-2b27626f] {
  display: inline-block;
  vertical-align: middle;
  width: 110px;
}
.ng-color .ng-color__item label[data-v-2b27626f] {
  vertical-align: middle;
}
.ng-color .ng-color__item .el-color-picker[data-v-2b27626f] {
  vertical-align: middle;
}
.ng-image[data-v-2b27626f] {
  display: block !important;
  margin: 0 !important;
  padding: 10px 0 0 0;
}
.ng-image .ng-image__item[data-v-2b27626f] {
  display: inline-block;
  vertical-align: middle;
  width: 120px;
}
.ng-image .ng-image__item label[data-v-2b27626f] {
  vertical-align: middle;
}
.ng-image .ng-image__item .single-image-selector[data-v-2b27626f] {
  width: 50px;
  vertical-align: middle;
}


[data-v-79541312] .el-input-number .el-input {
  width: 100px;
}
[data-v-79541312] .el-input-number .el-input input {
  padding: 0;
}
[data-v-79541312] .el-input-number .el-input-number__decrease,[data-v-79541312] .el-input-number .el-input-number__increase {
  display: none;
}

.textbd-setter > div[data-v-0be3c668] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.textbd-setter > div[data-v-0be3c668]:first-child {
  margin-left: 0;
}

.jz-config-pc /deep/ .article-item {
  display: flex;
  align-items: center;
}
.jz-config-pc /deep/ .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jz-config-pc /deep/ .article-item .icon {
  font-size: 16px;
}
.jz-config-pc /deep/ .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.jz-config-pc /deep/ .article-item .icon i + i {
  margin-left: 10px;
}


[data-v-2715c205] .el-transfer-panel__list.is-filterable {
  height: 210px;
}
.radio-eff-0[data-v-2715c205],
.radio-eff-1[data-v-2715c205],
.radio-eff-2[data-v-2715c205],
.radio-eff-3[data-v-2715c205] {
  width: 100px;
  height: 46px;
}
.radio-eff-0[data-v-2715c205] {
  background-position: -100px -770px;
}
.radio-eff-1[data-v-2715c205] {
  background-position: -100px -840px;
}
.radio-eff-2[data-v-2715c205] {
  background-position: -100px -910px;
}
.radio-eff-3[data-v-2715c205] {
  background-position: -100px -980px;
}
.jz-config-pc[data-v-2715c205] .article-item {
  display: flex;
  align-items: center;
}
.jz-config-pc[data-v-2715c205] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jz-config-pc[data-v-2715c205] .article-item .icon {
  font-size: 16px;
}
.jz-config-pc[data-v-2715c205] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.jz-config-pc[data-v-2715c205] .article-item .icon i + i {
  margin-left: 10px;
}


[data-v-8950a936] .el-dialog__body {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 0;
}
[data-v-8950a936] .el-dialog__body .content-inner {
  border: 0;
}
[data-v-8950a936] .el-input-number .el-input {
  width: 100px;
}
[data-v-8950a936] .el-input-number .el-input input {
  padding: 0;
}
[data-v-8950a936] .el-input-number .el-input-number__decrease,[data-v-8950a936] .el-input-number .el-input-number__increase {
  display: none;
}
.jo-checkbox[data-v-8950a936] {
  position: relative;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 auto;
  line-height: 0;
}
.jo-checkbox.is-false[data-v-8950a936] {
  background: #409EFF;
  border-color: #409EFF;
}
.jo-checkbox .el-icon-check[data-v-8950a936] {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.jo-checkbox .el-checkbox[data-v-8950a936] {
  position: relative;
  opacity: 0;
  z-index: 2;
}

.single-image dd[data-v-ef304cda] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.single-image dd .tp[data-v-ef304cda] {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.single-image dd .color[data-v-ef304cda] {
  display: inline-block;
  vertical-align: middle;
}
.single-image dd .selector[data-v-ef304cda] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.ue-table-body .list[data-v-43e18097] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQMAAAB94sgjAAAABlBMVEX////4+fsBBIB2AAAADklEQVQI12OgB2igPQQA4wQZARSYizAAAAAASUVORK5CYII=) 0 0 repeat #ffffff;
}
.ue-table-body .list .item[data-v-43e18097] {
  background: none;
}
.ue-table-body .list .item .rows[data-v-43e18097]:hover {
  background: #edf2ff;
}
.ue-table-body .list .item .rows .cols[data-v-43e18097] {
  position: relative;
}
.ue-table-body .list .item .rows .cols.cols-1[data-v-43e18097] {
  width: 375px;
}
.ue-table-body .list .item .rows .cols.cols-2[data-v-43e18097] {
  width: 150px;
}
.ue-table-body .list .item .rows .cols.cols-3[data-v-43e18097] {
  width: 250px;
}
.ue-table-body .list .item .rows .cols .xline[data-v-43e18097] {
  display: none;
}
.ue-table-body .list .item .rows .cols .xline[data-v-43e18097]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin: -8px 0 0 0;
  border-left: 1px solid #aaa;
}
.ue-table-body .list .item .rows .cols .xline[data-v-43e18097]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  border-bottom: 1px solid #aaa;
}
.ue-table-body .list .item .rows-2[data-v-43e18097] {
  padding-left: 40px;
}
.ue-table-body .list .item .rows-2 .cols.cols-1[data-v-43e18097] {
  width: 335px;
}
.ue-table-body .list .item .rows-2 .xline[data-v-43e18097] {
  display: block !important;
}
.ue-table-body .list .item .rows-3[data-v-43e18097] {
  padding-left: 80px;
}
.ue-table-body .list .item .rows-3 .cols.cols-1[data-v-43e18097] {
  width: 295px;
}
.ue-table-body .list .item .rows-3 .xline[data-v-43e18097] {
  display: block !important;
}

.uc-radio3-tip[data-v-5fce825d] {
  position: relative;
  margin: -15px 0 0 0;
}
.uc-radio3-tip dd[data-v-5fce825d] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  text-align: center;
}
.uc-radio3-tip dd span[data-v-5fce825d] {
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
}


[data-v-2e5572c0] .el-dialog__header {
  cursor: move;
}
.nodata[data-v-2e5572c0] {
  position: relative;
  padding: 100px 20px;
  text-align: center;
}
.nodata p i[data-v-2e5572c0] {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 24px;
  margin: 0 10px 0 0;
}
.nodata p span[data-v-2e5572c0] {
  vertical-align: middle;
  font-size: 16px;
}
.nodata p span[data-v-2e5572c0] .el-button--x-large span {
  font-size: 16px;
}
.jz-config .side[data-v-2e5572c0] {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  z-index: 1;
}
.ue-table-body .item[data-v-2e5572c0] {
  padding: 10px 0;
}


[data-v-11fc4c66] .el-dialog__body {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.bi-icon[data-v-11fc4c66] {
  position: relative;
}
.bi-icon dd[data-v-11fc4c66] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.bi-icon dd p[data-v-11fc4c66] {
  line-height: 20px;
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.bi-icon dt[data-v-11fc4c66] {
  color: red;
}
.bi-icon .ue-image[data-v-11fc4c66] {
  margin: 0;
}

.ui-item.active[data-v-00199b74] {
  border: 1px dashed #409EFF;
}
.navigation-sub[data-v-00199b74] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
}
.navigation-sub.is-fixed[data-v-00199b74] {
  position: fixed !important;
  z-index: 10;
}
.navigation-sub .navigation-wrap[data-v-00199b74] {
  position: relative;
  margin: 0 auto;
}
.navigation-sub .navigation-wrap .navigation-add[data-v-00199b74] {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.navigation-sub .navigation-wrap .navigation-add i[data-v-00199b74] {
  vertical-align: middle;
}
.navigation-sub .navigation-wrap .navigation-add span[data-v-00199b74] {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.navigation-sub .navigation-wrap .ui-control-layout[data-v-00199b74] {
  min-height: 50px;
  height: 300px;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list[data-v-00199b74] {
  position: relative;
  height: 100%;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .nodrag[data-v-00199b74] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null[data-v-00199b74] {
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null p[data-v-00199b74] {
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null p i[data-v-00199b74] {
  font-style: normal;
  color: #557ce1;
  cursor: no-drop;
}

.style-panel[data-v-8100e730] {
  position: relative;
}
.style-panel .style-panel-wrap[data-v-8100e730] {
  position: fixed;
  left: 60px;
  top: 400px;
  z-index: 900;
}
.style-panel .style-panel-wrap .style-panel-v2[data-v-8100e730] {
  width: 350px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head[data-v-8100e730] {
  position: relative;
  height: 60px;
  background: #5874d8;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name[data-v-8100e730] {
  padding: 0 0 0 20px;
  line-height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name h2[data-v-8100e730] {
  font-size: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-8100e730] {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close i[data-v-8100e730] {
  color: #ffffff;
  font-size: 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-8100e730]:hover {
  transform: rotate(90deg);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line[data-v-8100e730] {
  position: relative;
  margin: 0 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-8100e730] {
  position: relative;
  height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line h3[data-v-8100e730] {
  position: relative;
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 1em 0 0;
  background: #ffffff;
  color: #5874d8;
  z-index: 1;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-8100e730]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ebeef6;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules[data-v-8100e730] {
  position: relative;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list[data-v-8100e730] {
  position: relative;
  overflow: hidden;
  padding: 0 5px 0;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item[data-v-8100e730] {
  float: left;
  width: 70px;
  margin: 5px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-8100e730] {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder img[data-v-8100e730] {
  width: 30px;
  height: 30px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder h3[data-v-8100e730] {
  line-height: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-8100e730]:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-set[data-v-8100e730] {
  position: relative;
}
.style-panel-set[data-v-8100e730] {
  position: relative;
  padding: 0 0 20px;
}
.style-panel-set .group .rows[data-v-8100e730] {
  margin: 0 0 15px 0;
}
.style-panel-set .group .rows .rows-item[data-v-8100e730] {
  position: relative;
  margin: 0 0 5px 0;
}
.style-panel-set .group .rows .rows-item .rows-label[data-v-8100e730] {
  float: left;
  width: 75px;
  text-align: right;
}
.style-panel-set .group .rows .rows-item .rows-label label[data-v-8100e730] {
  line-height: 30px;
}
.style-panel-set .group .rows .rows-item .rows-content[data-v-8100e730] {
  margin: 0 0 0 90px;
}
.style-panel-set .group .rows .rows-item[data-v-8100e730]::after {
  content: '';
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.outer[data-v-03e614f0] {
  position: relative;
  margin: 0 auto;
}
.outer .is-fixed[data-v-03e614f0] {
  position: fixed !important;
  top: 60px !important;
  z-index: 20;
}
.outer .ui-move[data-v-03e614f0] {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
}
.outer .ui-move .pointer[data-v-03e614f0] {
  position: relative;
  top: -50px;
  background: #ffffff;
  width: 70px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 -35px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: move;
}
.outer .ui-move .pointer i[data-v-03e614f0] {
  font-size: 20px;
  vertical-align: middle;
}
.outer .ui-move.pt[data-v-03e614f0] {
  top: auto;
  bottom: 0;
}
.outer .ui-move.pt .pointer[data-v-03e614f0] {
  top: auto;
  bottom: -40px;
  border-radius: 0 0 5px 5px;
}
.outer:hover .ui-operation[data-v-03e614f0] {
  display: block;
}
.outer:hover .ui-move[data-v-03e614f0] {
  display: block;
}
.ui-navigation[data-v-03e614f0] {
  position: relative;
}
.ui-navigation .icon[data-v-03e614f0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.ui-navigation .icon img[data-v-03e614f0] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-navigation .icon img.act[data-v-03e614f0] {
  display: none;
}
.ui-navigation .list[data-v-03e614f0] {
  position: relative;
}
.ui-navigation .list .line[data-v-03e614f0] {
  float: left;
  position: relative;
}
.ui-navigation .list .line i[data-v-03e614f0] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.ui-navigation .list .item[data-v-03e614f0] {
  float: left;
  width: 120px;
  position: relative;
  text-align: center;
}
.ui-navigation .list .item:hover .drop[data-v-03e614f0] {
  display: block;
}
.ui-navigation .list .item .link[data-v-03e614f0] {
  display: block;
  box-sizing: border-box;
}
.ui-navigation .list .item .link:hover .icon img[data-v-03e614f0] {
  display: none;
}
.ui-navigation .list .item .link:hover .icon img.act[data-v-03e614f0] {
  display: block;
}
.ui-navigation .list .item .link span[data-v-03e614f0] {
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.ui-navigation .list .item .drop[data-v-03e614f0] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  display: none;
}
.ui-navigation .list .item .drop .list2[data-v-03e614f0] {
  position: relative;
  left: 0;
  animation: le-fadeInUp 0.3s ease;
}
.ui-navigation .list .item .drop .list2 .item2[data-v-03e614f0] {
  position: relative;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2[data-v-03e614f0] {
  position: absolute;
  left: 100%;
  top: 1px;
  min-width: 10%;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .vt3[data-v-03e614f0] {
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .list3[data-v-03e614f0] {
  position: relative;
  left: 10px;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3[data-v-03e614f0] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3:hover .icon img[data-v-03e614f0] {
  display: none;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3:hover .icon img.act[data-v-03e614f0] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3 span[data-v-03e614f0] {
  display: block;
  padding: 0 1em;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.ui-navigation .list .item .drop .list2 .item2 .link2[data-v-03e614f0] {
  display: block;
  color: #ffffff;
}
.ui-navigation .list .item .drop .list2 .item2 .link2:hover .icon img[data-v-03e614f0] {
  display: none;
}
.ui-navigation .list .item .drop .list2 .item2 .link2:hover .icon img.act[data-v-03e614f0] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .link2 span[data-v-03e614f0] {
  display: block;
  padding: 0 1em;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.draggable.active[data-v-03e614f0] {
  border: 1px dashed #9bbdde;
}
.sortable-chosen[data-v-03e614f0]:after {
  content: '';
  display: block;
}
.sortable-ghost[data-v-03e614f0] {
  background: #f0f6fd !important;
}
.sortable-ghost > *[data-v-03e614f0] {
  opacity: 0;
}
.sortable-fallback[data-v-03e614f0] {
  opacity: 1 !important;
}
.handle[data-v-03e614f0] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.handle-tl[data-v-03e614f0] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.handle-tm[data-v-03e614f0] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.handle-tr[data-v-03e614f0] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.handle-ml[data-v-03e614f0] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.handle-mr[data-v-03e614f0] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.handle-bl[data-v-03e614f0] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.handle-bm[data-v-03e614f0] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.handle-br[data-v-03e614f0] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
@media only screen and (max-width: 768px) {
[class*="handle-"][data-v-03e614f0]:before {
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    position: absolute;
}
}
.ui-text-tool[data-v-03e614f0] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.ui-text-tool .list[data-v-03e614f0] {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  width: 400px;
}
.ui-text-tool .group[data-v-03e614f0] {
  height: 60px;
}
.ui-text-tool .item[data-v-03e614f0] {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 15px;
  cursor: pointer;
  background: none;
  border: 0;
}
.ui-text-tool .item[data-v-03e614f0]:hover {
  color: #409eff;
}
.ui-operation[data-v-03e614f0] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-03e614f0] {
  top: -55px;
}
.ui-operation ul[data-v-03e614f0] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-03e614f0] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-03e614f0] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-03e614f0] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-03e614f0] {
  font-style: normal;
}
.ui-operation .text[data-v-03e614f0]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-03e614f0] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-03e614f0]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-03e614f0] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-03e614f0] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-03e614f0] {
  display: block !important;
}

.panel-seo .group[data-v-710178f8] {
  position: relative;
}
.panel-seo .rows2[data-v-710178f8] {
  position: relative;
  margin: 0 0 10px 0;
}
.panel-seo .label[data-v-710178f8] {
  line-height: 40px;
}


[data-v-1f3f254a] .el-dialog {
  animation: fadeIn 0.5s ease;
}
[data-v-1f3f254a] .el-dialog .el-dialog__body {
  padding: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
[data-v-1f3f254a] .el-tabs {
  height: 340px;
}
[data-v-1f3f254a] .el-tabs .el-tabs__nav-wrap {
  width: 90px;
}
[data-v-1f3f254a] .el-tabs .el-tabs__nav-wrap::after {
  width: 1px;
}
[data-v-1f3f254a] .el-tabs .el-tabs__item {
  width: 89px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
[data-v-1f3f254a] .el-tabs .el-tabs__item.is-active {
  width: 90px;
}
[data-v-1f3f254a] .el-tabs .el-tabs__active-bar {
  opacity: 0;
}
[data-v-1f3f254a] .el-tabs .el-tabs__content {
  padding: 20px 40px;
}
.dialog-foot[data-v-1f3f254a] {
  text-align: center;
}
.data-thead[data-v-1f3f254a] {
  height: 30px;
  margin: 0 0 15px;
}
.data-thead .right[data-v-1f3f254a] {
  float: right;
}
.data-tlist[data-v-1f3f254a] .el-table {
  border: 1px solid #eeeeee;
}
.data-tlist .null[data-v-1f3f254a] {
  position: relative;
  padding: 40px 0;
}
.data-tlist .null img[data-v-1f3f254a] {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin: 0 10px 0 0;
}
.data-tlist .null p[data-v-1f3f254a] {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.style-panel[data-v-d79220ca] {
  position: relative;
}
.style-panel .style-panel-wrap[data-v-d79220ca] {
  position: fixed;
  left: 60px;
  top: 200px;
  z-index: 999;
  animation: fadeInRight 0.3s ease 0.5s both;
}
.style-panel .style-panel-wrap .style-panel-v2[data-v-d79220ca] {
  width: 350px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head[data-v-d79220ca] {
  position: relative;
  height: 60px;
  background: #5874d8;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name[data-v-d79220ca] {
  padding: 0 0 0 20px;
  line-height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name h2[data-v-d79220ca] {
  font-size: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-d79220ca] {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close i[data-v-d79220ca] {
  color: #ffffff;
  font-size: 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-d79220ca]:hover {
  opacity: 0.7;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line[data-v-d79220ca] {
  position: relative;
  margin: 0 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-d79220ca] {
  position: relative;
  height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line h3[data-v-d79220ca] {
  position: relative;
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 1em 0 0;
  background: #ffffff;
  color: #5874d8;
  z-index: 1;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-d79220ca]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ebeef6;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules[data-v-d79220ca] {
  position: relative;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list[data-v-d79220ca] {
  position: relative;
  overflow: hidden;
  padding: 0 5px 0;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item[data-v-d79220ca] {
  float: left;
  width: 70px;
  margin: 5px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-d79220ca] {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder img[data-v-d79220ca] {
  width: 30px;
  height: 30px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder h3[data-v-d79220ca] {
  line-height: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-d79220ca]:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-set[data-v-d79220ca] {
  position: relative;
}
.style-panel-set[data-v-d79220ca] {
  position: relative;
  padding: 0 0 20px;
}
.style-panel-set .group .rows[data-v-d79220ca] {
  margin: 0 0 15px 0;
  padding-left: 10px;
}
.style-panel-set .group .rows .rows-item[data-v-d79220ca] {
  position: relative;
  margin: 0 0 5px 0;
}
.style-panel-set .group .rows .rows-item .rows-label[data-v-d79220ca] {
  float: left;
  width: 90px;
  text-align: right;
}
.style-panel-set .group .rows .rows-item .rows-label label[data-v-d79220ca] {
  line-height: 30px;
}
.style-panel-set .group .rows .rows-item .rows-content[data-v-d79220ca] {
  margin: 0 0 0 100px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-d79220ca] {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-d79220ca] .el-input-number {
  width: 60px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-d79220ca] .el-input__inner {
  padding: 0;
}
.style-panel-set .group .rows .rows-item .rows-content .number-line[data-v-d79220ca] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.style-panel-set .group .rows .rows-item[data-v-d79220ca]::after {
  content: '';
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.canvas-container[data-v-ddb9e20c] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.canvas-flex[data-v-ddb9e20c] {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.canvans-box .tbody[data-v-ddb9e20c] {
  position: relative;
  margin: 0 0 20px;
}
.canvans-box .tbody .null[data-v-ddb9e20c] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  padding: 50px 50px;
  pointer-events: none;
}
.canvans-box .tbody .null p[data-v-ddb9e20c] {
  color: #999999;
  font-size: 16px;
}
.canvans-box .tbody .close[data-v-ddb9e20c] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.canvans-box .tbody .close i[data-v-ddb9e20c] {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.canvans-box .tbody .close i[data-v-ddb9e20c]:hover {
  transform: rotate(225deg);
}
.canvans-box .tbody .close i[data-v-ddb9e20c]::before {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  border-bottom: 1px solid #d7d7d7;
}
.canvans-box .tbody .close i[data-v-ddb9e20c]::after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  border-left: 1px solid #d7d7d7;
}
.canvans-box .tfoot[data-v-ddb9e20c] {
  position: relative;
  text-align: center;
}
.canvans-box .tfoot .btn[data-v-ddb9e20c] {
  padding: 10px 40px;
  margin: 0 20px;
  font-size: 15px;
}

.null[data-v-a9ddb926] {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.null .add[data-v-a9ddb926] {
  color: #02A7F0;
  cursor: pointer;
}
.tips[data-v-a9ddb926] {
  font-size: 12px;
  color: #999999;
}
.tips[data-v-a9ddb926] .el-input__inner {
  padding: 0;
  color: #999999;
}
.rows3[data-v-a9ddb926] {
  position: relative;
  margin: 0 0 10px;
}
.rows3[data-v-a9ddb926]:last-child {
  margin-bottom: 0;
}
.rows3 .thead[data-v-a9ddb926] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .thead .tp[data-v-a9ddb926] {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #5874D8;
  cursor: pointer;
}
.rows3 .tbody[data-v-a9ddb926] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .tbody .cell[data-v-a9ddb926] {
  position: relative;
  padding: 0 0 10px 100px;
}
.rows3 .tbody .cell[data-v-a9ddb926]:last-child {
  padding-bottom: 0;
}
.rows3 .tbody .cell .label[data-v-a9ddb926] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: right;
}

.rows3[data-v-f58d4c7c] {
  position: relative;
}
.rows3 .thead[data-v-f58d4c7c] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .thead .tp[data-v-f58d4c7c] {
  position: absolute;
  top: 0;
  right: 0;
  color: #5874D8;
  cursor: pointer;
}
.rows3 .tbody[data-v-f58d4c7c] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .tbody .cell[data-v-f58d4c7c] {
  position: relative;
  padding: 0 0 0 100px;
}
.rows3 .tbody .cell .label[data-v-f58d4c7c] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: right;
}

.panel[data-v-1f14d896] {
  height: 508px;
  margin: -15px;
  overflow: hidden;
  overflow-y: auto;
}
.panel .rows2[data-v-1f14d896] {
  position: relative;
}
.panel .rows2 .label[data-v-1f14d896] {
  line-height: 40px;
}
.panel .thead[data-v-1f14d896] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.panel .thead .tp[data-v-1f14d896] {
  position: absolute;
  top: 0;
  right: 0;
  color: #5874D8;
  cursor: pointer;
}
.panel .tbody[data-v-1f14d896] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}

.outer[data-v-63250ca2] {
  position: relative;
}
.outer:hover .ui-operation[data-v-63250ca2] {
  display: block;
}
.naver[data-v-63250ca2] {
  position: relative;
}
.naver-list .list[data-v-63250ca2] {
  position: relative;
  margin: 0 -10px;
}
.naver-list .item[data-v-63250ca2] {
  float: left;
  width: 100px;
  margin: 0 10px;
}
.naver-list .link[data-v-63250ca2] {
  display: block;
}
.naver-list .link span[data-v-63250ca2] {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.ui-item.active[data-v-63250ca2] {
  border: 1px dashed #409eff;
}
.ui-top-draggable[data-v-63250ca2] {
  overflow: hidden;
}

.bgd-setter .item[data-v-243a7bdb] {
  position: relative;
  display: block;
  padding: 0 0 10px 0;
}
.bgd-setter .item .label[data-v-243a7bdb] {
  float: left;
  width: 70px;
  text-align: right;
}
.bgd-setter .item .label + div[data-v-243a7bdb] {
  margin: 0 0 0 80px;
}


[data-v-4d1011ce] .el-dialog__body {
  height: 380px;
}

.outer[data-v-3205f4a3] {
  position: relative;
}
.outer:hover .ui-operation[data-v-3205f4a3] {
  display: block;
}
.ui-copyright[data-v-3205f4a3] {
  position: relative;
  text-align: center;
}
.ui-copyright .inc[data-v-3205f4a3] {
  opacity: 0.6;
}
.ui-copyright .inc dd[data-v-3205f4a3] {
  display: inline;
  vertical-align: middle;
  margin: 0 0.5em;
}
.ui-copyright .inc dd a[data-v-3205f4a3]:hover {
  color: var(--hover-color);
}
.ui-item.active[data-v-3205f4a3] {
  border: 1px dashed #409EFF;
}

















































































































































































































/**************************
 ** ui-header
 ** liqingyun
 **************************/
.ui-header[data-v-f38a9f54] { background-position: center top; background-repeat: no-repeat; position: relative; z-index: 10;
}
.ui-header .center-0 .header[data-v-f38a9f54] { height:100px; position: relative; z-index: 11;
}
.ui-header .center-0 .logo[data-v-f38a9f54],
.ui-header .center-0 .slog[data-v-f38a9f54] { float: left; margin: 20px 0 0;
}
.ui-header .center-0 .logo[data-v-f38a9f54] { margin: 0 20px 0 0;
}
.ui-header .center-0 .logo img[data-v-f38a9f54],
.ui-header .center-0 .slog img[data-v-f38a9f54] { display: block; height: 60px;
}
.ui-header .center-0 .logo img[data-v-f38a9f54] { height: 100px;
}
.ui-header .center-0 .tel[data-v-f38a9f54] { float: right; margin: 20px 0 0 0; text-align: right;
}
.ui-header .center-0 .tel dt[data-v-f38a9f54] { height: 30px; line-height: 30px; font-size: 18px;
}
.ui-header .center-0 .tel dt img[data-v-f38a9f54] { width: 30px; height: 30px;
}
.ui-header .center-0 .tel dt img[data-v-f38a9f54],
.ui-header .center-0 .tel dt span[data-v-f38a9f54] { vertical-align: middle;
}
.ui-header .center-0 .tel dd[data-v-f38a9f54] { line-height: 30px; font-size: 28px; font-weight: bold;
}
.ui-header .center-0 .nav[data-v-f38a9f54] { position: relative; z-index: 10;
}
.ui-header .center-0 .nav .list[data-v-f38a9f54] { height: 60px;
}
.ui-header .center-0 .nav .item[data-v-f38a9f54] { float: left; width: 10%; position: relative; text-align: center;
}
.ui-header .center-0 .nav .item[data-v-f38a9f54]::before { content: ''; position: absolute; left: 0; top: 50%; margin: -7px 0 0; height: 14px; border-left: 1px solid #ddd;
}
.ui-header .center-0 .nav .item[data-v-f38a9f54]:first-child::before { display: none;
}
.ui-header .center-0 .nav .link[data-v-f38a9f54] { display: block; line-height: 60px; font-size: 16px; position: relative;
}
.ui-header .center-0 .nav .link i[data-v-f38a9f54] { content: ''; width: 0; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 0; border-top: 2px solid #fff; visibility: hidden; transition: all .3s ease;
}
.ui-header .center-0 .nav .drop[data-v-f38a9f54] { position: absolute; left: 0; right: 0; top: 60px; display: none;
}
.ui-header .center-0 .nav .list2[data-v-f38a9f54] { background: #666;
}
.ui-header .center-0 .nav .item2[data-v-f38a9f54] { position: relative;
}
.ui-header .center-0 .nav .link2[data-v-f38a9f54] { display: block; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff;
}
.ui-header .center-0 .nav .link2[data-v-f38a9f54]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-0 .nav .item:hover .link i[data-v-f38a9f54] { visibility: visible; width: 50px; margin: 0 0 0 -25px;
}
.ui-header .center-0 .nav .item:hover .drop[data-v-f38a9f54] { display: block;
}
.ui-header .center-0 .nav .list.x5 .item[data-v-f38a9f54] { width: 20%;
}
.ui-header .center-0 .nav .list.x6 .item[data-v-f38a9f54] { width: 16.66%;
}
.ui-header .center-0 .nav .list.x7 .item[data-v-f38a9f54] { width: 14.28%;
}
.ui-header .center-0 .nav .list.x8 .item[data-v-f38a9f54] { width: 12.5%;
}
.ui-header .center-0 .nav .list.x9 .item[data-v-f38a9f54] { width: 11.11%;
}
.ui-header .center-0 .nav .list.x10 .item[data-v-f38a9f54] { width: 10%;
}
.ui-header .center-0 .nav .list.x11 .item[data-v-f38a9f54] { width: 9.09%;
}
.ui-header .center-0 .nav .list.x12 .item[data-v-f38a9f54] { width: 8.33%;
}
.ui-header .center-1 .header[data-v-f38a9f54] { height:100px; position: relative; z-index: 12;
}
.ui-header .center-1 .slog[data-v-f38a9f54] { float: left; margin: 20px 0 0;
}
.ui-header .center-1 .slog img[data-v-f38a9f54] { display: block; height: 60px;
}
.ui-header .center-1 .tel[data-v-f38a9f54] { float: right; margin: 20px 0 0; text-align: right;
}
.ui-header .center-1 .tel dt[data-v-f38a9f54] { height: 30px; line-height: 30px; font-size: 16px;
}
.ui-header .center-1 .tel dt img[data-v-f38a9f54] { width: 30px; height: 30px;
}
.ui-header .center-1 .tel dt img[data-v-f38a9f54],
.ui-header .center-1 .tel dt span[data-v-f38a9f54] { vertical-align: middle;
}
.ui-header .center-1 .tel dd[data-v-f38a9f54] { line-height: 35px; font-size: 22px; font-weight: bold;
}
.ui-header .center-1 .logo[data-v-f38a9f54] { position: absolute; left: 50%; top: 0; width: 140px; height: 200px; padding: 0 10px; margin: 0 0 0 -80px;
}
.ui-header .center-1 .logo img[data-v-f38a9f54] { display: block; width: 100%; height: 100%;
}
.ui-header .center-1 .nav[data-v-f38a9f54] { background: #fff; border-top: 1px solid #eee;
}
.ui-header .center-1 .nav .list[data-v-f38a9f54] { height: 60px;
}
.ui-header .center-1 .nav .item[data-v-f38a9f54] { float: left; width: 130px; position: relative;
}
.ui-header .center-1 .nav .link[data-v-f38a9f54] { display: block; line-height: 60px; white-space: nowrap; text-align: center; font-size: 15px;
}
.ui-header .center-1 .nav .drop[data-v-f38a9f54] { position: absolute; left: 0; right: 0; top: 60px; display: none;
}
.ui-header .center-1 .nav .list2[data-v-f38a9f54] { position: relative; background: #ddd;
}
.ui-header .center-1 .nav .item2[data-v-f38a9f54] { position: relative; text-align: center;
}
.ui-header .center-1 .nav .link2[data-v-f38a9f54] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-1 .nav .item:hover .drop[data-v-f38a9f54] { display: block;
}
.ui-header .center-1 .nav .link2[data-v-f38a9f54]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-1 .nav .item:first-child + .item + .item + .item[data-v-f38a9f54] { margin-right: 160px;
}
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item[data-v-f38a9f54],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item[data-v-f38a9f54],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item[data-v-f38a9f54],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item[data-v-f38a9f54],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item[data-v-f38a9f54],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item[data-v-f38a9f54] { width: 104px;
}
.ui-header .center-1 .nav .list.x10 .item[data-v-f38a9f54] { width: 104px;
}
.ui-header .center-1 .nav .list.x10 .item:first-child + .item + .item + .item[data-v-f38a9f54] { margin-right: 0;
}
.ui-header .center-1 .nav .list.x10 .item:first-child + .item + .item + .item + .item[data-v-f38a9f54] { margin-right: 160px;
}
.ui-header .center-2 .header[data-v-f38a9f54] { height: 80px;
}
.ui-header .center-2 .logo[data-v-f38a9f54] { float: left; max-width: 150px; margin: 20px 40px 0 0;
}
.ui-header .center-2 .logo img[data-v-f38a9f54] { display: block; height: 40px;
}
.ui-header .center-2 .nav[data-v-f38a9f54] { float: left;
}
.ui-header .center-2 .nav .list[data-v-f38a9f54] { height: 80px;
}
.ui-header .center-2 .nav .item[data-v-f38a9f54] { float: left; width: auto; padding: 0 15px; position: relative;
}
.ui-header .center-2 .nav .link[data-v-f38a9f54] { display: block; line-height: 80px; white-space: nowrap; text-align: center; font-size: 15px; color: #fff;
}
.ui-header .center-2 .nav .drop[data-v-f38a9f54] { position: absolute; left: 0; right: 0; top: 80px; display: none;
}
.ui-header .center-2 .nav .list2[data-v-f38a9f54] { position: relative; background: #ddd;
}
.ui-header .center-2 .nav .item2[data-v-f38a9f54] { position: relative; text-align: center;
}
.ui-header .center-2 .nav .link2[data-v-f38a9f54] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-2 .nav .item:hover .drop[data-v-f38a9f54] { display: block;
}
.ui-header .center-2 .nav .link2[data-v-f38a9f54]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-2 .tel[data-v-f38a9f54] { float: right; margin: 20px 0 0; line-height: 40px; color: #fff; font-size: 20px; font-weight: bold;
}
.ui-header .center-2 .tel dt[data-v-f38a9f54] { display: inline-block; vertical-align: middle;
}
.ui-header .center-2 .tel dd[data-v-f38a9f54] { display: inline-block; vertical-align: middle;
}
.ui-header .center-2 .tel img[data-v-f38a9f54] { width: 30px; height: 30px; vertical-align: middle;
}
.ui-header .center-3 .header[data-v-f38a9f54] { height: 80px;
}
.ui-header .center-3 .logo[data-v-f38a9f54] { float: left; max-width: 150px; margin: 20px 40px 0 0;
}
.ui-header .center-3 .logo img[data-v-f38a9f54] { display: block; height: 40px;
}
.ui-header .center-3 .nav[data-v-f38a9f54] { float: right;
}
.ui-header .center-3 .nav .list[data-v-f38a9f54] { height: 80px;
}
.ui-header .center-3 .nav .item[data-v-f38a9f54] { float: left; width: auto; padding: 0 20px; position: relative;
}
.ui-header .center-3 .nav .item > a[data-v-f38a9f54] { display: block; line-height: 80px; white-space: nowrap; text-align: center; font-size: 15px; color: #fff;
}
.ui-header .center-3 .nav .drop[data-v-f38a9f54] { position: absolute; left: 0; right: 0; top: 80px; display: none;
}
.ui-header .center-3 .nav .list2[data-v-f38a9f54] { position: relative; background: #ddd;
}
.ui-header .center-3 .nav .item2[data-v-f38a9f54] { position: relative; text-align: center;
}
.ui-header .center-3 .nav .link2[data-v-f38a9f54] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-3 .nav .item:hover .drop[data-v-f38a9f54] { display: block;
}
.ui-header .center-3 .nav .link2[data-v-f38a9f54]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}














































































































































































/**************************
 ** ui-footer
 ** liqingyun
 **************************/
.ui-footer input[data-v-541155ae]::-webkit-input-placeholder,
.ui-footer textarea[data-v-541155ae]::-webkit-input-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-541155ae]:-moz-placeholder,
.ui-footer textarea[data-v-541155ae]:-moz-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-541155ae]::-moz-placeholder,
.ui-footer textarea[data-v-541155ae]::-moz-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-541155ae]:-ms-input-placeholder,
.ui-footer textarea[data-v-541155ae]:-ms-input-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer[data-v-541155ae] { background-position: center bottom; background-repeat: no-repeat;
}
.ui-footer .subnav.x5 li[data-v-541155ae] { width: 20% !important;
}
.ui-footer .subnav.x6 li[data-v-541155ae] { width: 16.66% !important;
}
.ui-footer .subnav.x7 li[data-v-541155ae] { width: 14.28% !important;
}
.ui-footer .subnav.x8 li[data-v-541155ae] { width: 12.5% !important;
}
.ui-footer .subnav.x9 li[data-v-541155ae] { width: 11.11% !important;
}
.ui-footer .subnav.x10 li[data-v-541155ae] { width: 10% !important;
}
.ui-footer .subnav.x11 li[data-v-541155ae] { width: 9.09% !important;
}
.ui-footer .subnav.x12 li[data-v-541155ae] { width: 8.33% !important;
}
.ui-footer .center-0[data-v-541155ae] { position: relative;
}
.ui-footer .center-0 .subnav[data-v-541155ae] { text-align: center; color: inherit; padding: 15px 0; overflow: hidden; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,.3);
}
.ui-footer .center-0 .subnav li[data-v-541155ae] { float: left; width: 10%; font-size: 16px;
}
.ui-footer .center-0 .subnav a[data-v-541155ae] { display: block; line-height: 40px; color: inherit;
}
.ui-footer .center-0 .subnav a[data-v-541155ae]:hover { opacity: .8; filter: Alpha(opacity=80);
}
.ui-footer .center-0 .part[data-v-541155ae] { position: relative; padding: 40px 0 40px; overflow: hidden; color: inherit;
}
.ui-footer .center-0 .node[data-v-541155ae] { float: left; margin: 0 80px 0 0;
}
.ui-footer .center-0 .node h3[data-v-541155ae] { width: 25px; white-space: nowrap; line-height: 40px; font-size: 16px; margin: 0 0 15px; border-bottom: 1px solid #fff;
}
.ui-footer .center-0 .link[data-v-541155ae] { line-height: 24px;
}
.ui-footer .center-0 .link a[data-v-541155ae]:hover { opacity: .8;
}
.ui-footer .center-0 .node-contact[data-v-541155ae] { width: 450px;
}
.ui-footer .center-0 .desc[data-v-541155ae] { line-height: 24px;
}
.ui-footer .center-0 .node-rcode[data-v-541155ae] { float: right; margin-right: 0;
}
.ui-footer .center-0 .qrcode[data-v-541155ae] { float: left; text-align: center;
}
.ui-footer .center-0 .qrcode dd[data-v-541155ae] { float: left; width: 100px; margin: 0 0 0 15px;
}
.ui-footer .center-0 .qrcode img[data-v-541155ae] { width: 100px; height: 100px;
}
.ui-footer .center-0 .qrcode p[data-v-541155ae] { line-height: 30px;
}
.ui-footer .center-0 .copyright[data-v-541155ae] { position: relative; line-height: 20px; padding: 15px; border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,.3); text-align: center;
}
.ui-footer .center-0 .copyright p[data-v-541155ae] { color: inherit
}
.ui-footer .center-0 .copyright a[data-v-541155ae]:hover { opacity: .6;
}
.ui-footer .center-1[data-v-541155ae] { position: relative;
}
.ui-footer .center-1 .part[data-v-541155ae] { position: relative; padding: 40px 0 40px; overflow: hidden; color: inherit;
}
.ui-footer .center-1 .rows[data-v-541155ae] { float: left;
}
.ui-footer .center-1 .rows h3[data-v-541155ae] { line-height: 30px; font-weight: normal; font-size: 24px; margin: 0 0 30px;
}
.ui-footer .center-1 .subcontat[data-v-541155ae] { width: 330px; margin: 0 100px 0 0;
}
.ui-footer .center-1 .subcontat .word[data-v-541155ae] { line-height: 30px;
}
.ui-footer .center-1 .subcontat .word h2[data-v-541155ae] { margin: 0 0 35px; font-size: 16px; font-weight: normal;
}
.ui-footer .center-1 .subnav[data-v-541155ae] { float: right; width: 200px; text-align: right;
}
.ui-footer .center-1 .subnav .link[data-v-541155ae] { position: relative; overflow: hidden;
}
.ui-footer .center-1 .subnav .link li[data-v-541155ae] { float: left; width: 50%; line-height: 30px;
}
.ui-footer .center-1 .subcode[data-v-541155ae] { text-align: center;
}
.ui-footer .center-1 .qrcode[data-v-541155ae] { text-align: center; position: relative; white-space: nowrap;
}
.ui-footer .center-1 .qrcode dd[data-v-541155ae] { display: inline-block; vertical-align: middle; width: 120px; margin: 0 10px;
}
.ui-footer .center-1 .qrcode img[data-v-541155ae] { width: 100px; height: 100px; padding: 10px; border-radius: 5px; background: #fff;
}
.ui-footer .center-1 .qrcode p[data-v-541155ae] { line-height: 30px;
}
.ui-footer .center-1 .copyright[data-v-541155ae] { position: relative; line-height: 20px; padding: 15px; border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,.3);
}
.ui-footer .center-1 .copyright p[data-v-541155ae] { color: inherit;
}
.ui-footer .center-1 .copyright a[data-v-541155ae]:hover { opacity: .8;
}
.ui-footer .center-2[data-v-541155ae] { position: relative; padding: 0 0 60px;
}
.ui-footer .center-2 .part[data-v-541155ae] { position: relative; padding: 50px 0 30px; overflow: hidden; color: inherit;
}
.ui-footer .center-2 .copyright[data-v-541155ae] { position: relative; line-height: 20px; padding: 15px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5);
}
.ui-footer .center-2 .copyright p[data-v-541155ae] { color: inherit;
}
.ui-footer .center-2 .copyright a[data-v-541155ae]:hover { opacity: .8;
}
.ui-footer .center-2 .node[data-v-541155ae] { float: left; margin: 0 40px 0 0;
}
.ui-footer .center-2 .node h3[data-v-541155ae] { line-height: 30px; font-size: larger; font-weight: normal; margin: 0 0 5px;
}
.ui-footer .center-2 .link[data-v-541155ae] { line-height: 24px;
}
.ui-footer .center-2 .link a[data-v-541155ae]:hover { opacity: .8;
}
.ui-footer .center-2 .desc[data-v-541155ae] { line-height: 24px;
}
.ui-footer .center-2 .desc p.big[data-v-541155ae] { line-height: 35px; font-size: 32px;
}
.ui-footer .center-2 .node-rcode[data-v-541155ae] { float: right;
}
.ui-footer .center-2 .qrcode[data-v-541155ae] { position: relative; text-align: center;
}
.ui-footer .center-2 .qrcode dd[data-v-541155ae] { display: inline-block; vertical-align: middle; margin: 0 10px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5); padding: 10px;
}
.ui-footer .center-2 .qrcode img[data-v-541155ae] { width: 110px; height: 110px;
}
.ui-footer .center-2 .qrcode p[data-v-541155ae] { line-height: 30px;
}
.ui-footer .center-2 .node-form[data-v-541155ae] { float: right; width: 280px;
}
.ui-footer .center-2 .x-input[data-v-541155ae] { position: relative; overflow: hidden; margin: 0 0 10px;
}
.ui-footer .center-2 .x-input-min[data-v-541155ae],
.ui-footer .center-2 .x-input-max[data-v-541155ae] { float: left; width: 120px; line-height: 38px; padding: 0 0 0 10px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5); background: none; color: inherit;
}
.ui-footer .center-2 .x-input-max[data-v-541155ae] { width: 268px;
}
.ui-footer .center-2 .x-input-min + .x-input-min[data-v-541155ae] { float: right;
}
.ui-footer .center-2 .x-submit[data-v-541155ae] { height: 40px; background: #fff; border: 0; width: 100%; font-size: larger; cursor: pointer;
}

.ui-toolbar[data-v-d083ae04] {
  position: fixed;
  right: 5px;
  top: 350px;
}
.ui-toolbar .center-0[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-0 .list[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-0 .item[data-v-d083ae04] {
  margin: 0 0 4px;
  border-radius: 5px;
  position: relative;
}
.ui-toolbar .center-0 .item:hover .icon[data-v-d083ae04] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-toolbar .center-0 .item:hover .drop[data-v-d083ae04] {
  display: block;
}
.ui-toolbar .center-0 .icon[data-v-d083ae04] {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  transition: all 0.5s ease;
}
.ui-toolbar .center-0 .icon img[data-v-d083ae04] {
  display: block;
  width: 30px;
  height: 30px;
}
.ui-toolbar .center-0 .icon span[data-v-d083ae04] {
  display: none;
}
.ui-toolbar .center-0 .drop[data-v-d083ae04] {
  position: absolute;
  right: 40px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-0 .text[data-v-d083ae04] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 38px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-0 .image[data-v-d083ae04] {
  background: #fff;
  border: 1px solid #ddd;
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-0 .image img[data-v-d083ae04] {
  width: 100%;
}
.ui-toolbar .center-0 .image p[data-v-d083ae04] {
  text-align: center;
  white-space: nowrap;
  color: #999;
}
.ui-toolbar .center-1[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-1 .list[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-1 .item[data-v-d083ae04] {
  margin: 0 0 4px;
  border-radius: 5px;
  position: relative;
}
.ui-toolbar .center-1 .item:hover .icon[data-v-d083ae04] {
  opacity: 0.8;
}
.ui-toolbar .center-1 .item:hover .drop[data-v-d083ae04] {
  display: block;
}
.ui-toolbar .center-1 .icon[data-v-d083ae04] {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
}
.ui-toolbar .center-1 .icon img[data-v-d083ae04] {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
.ui-toolbar .center-1 .icon span[data-v-d083ae04] {
  display: none;
}
.ui-toolbar .center-1 .drop[data-v-d083ae04] {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-1 .text[data-v-d083ae04] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 48px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-1 .image[data-v-d083ae04] {
  background: #fff;
  border: 1px solid #ddd;
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-1 .image img[data-v-d083ae04] {
  width: 100%;
}
.ui-toolbar .center-1 .image p[data-v-d083ae04] {
  text-align: center;
  white-space: nowrap;
  color: #999;
}
.ui-toolbar .center-2[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-2 .list[data-v-d083ae04] {
  position: relative;
  width: 130px;
}
.ui-toolbar .center-2 .xine[data-v-d083ae04] {
  position: relative;
  overflow: hidden;
}
.ui-toolbar .center-2 .xine[data-v-d083ae04]:first-child {
  display: none;
}
.ui-toolbar .center-2 .xine i[data-v-d083ae04] {
  display: block;
  height: 10px;
  margin: 0 10px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  transform: skewX(-60deg);
}
.ui-toolbar .center-2 .item[data-v-d083ae04] {
  position: relative;
  height: 45px;
}
.ui-toolbar .center-2 .item[data-v-d083ae04]:first-child {
  padding-top: 0;
}
.ui-toolbar .center-2 .item:hover .icon[data-v-d083ae04] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-toolbar .center-2 .item:hover .drop[data-v-d083ae04] {
  display: block;
}
.ui-toolbar .center-2 .icon[data-v-d083ae04] {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 0 0 10px;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
}
.ui-toolbar .center-2 .icon img[data-v-d083ae04] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.ui-toolbar .center-2 .icon span[data-v-d083ae04] {
  vertical-align: middle;
}
.ui-toolbar .center-2 .drop[data-v-d083ae04] {
  position: absolute;
  right: 130px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-2 .text[data-v-d083ae04] {
  line-height: 44px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-2 .image[data-v-d083ae04] {
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-2 .image img[data-v-d083ae04] {
  width: 100%;
}
.ui-toolbar .center-2 .image p[data-v-d083ae04] {
  text-align: center;
  white-space: nowrap;
}
.ui-toolbar .center-3[data-v-d083ae04] {
  width: 150px;
}
.ui-toolbar .center-3 .head[data-v-d083ae04] {
  position: relative;
  height: 60px;
  text-align: center;
  overflow: hidden;
}
.ui-toolbar .center-3 .head i[data-v-d083ae04] {
  position: absolute;
  left: 9px;
  right: 0;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}
.ui-toolbar .center-3 .head h3[data-v-d083ae04] {
  position: relative;
  top: 22px;
  z-index: 2;
  font-size: 20px;
}
.ui-toolbar .center-3 .list[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-3 .blank[data-v-d083ae04] {
  position: relative;
  height: 8px;
  overflow: hidden;
}
.ui-toolbar .center-3 .blank i[data-v-d083ae04] {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border: 75px solid transparent;
  border-bottom-color: #999;
}
.ui-toolbar .center-3 .item[data-v-d083ae04] {
  position: relative;
}
.ui-toolbar .center-3 .icon[data-v-d083ae04] {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.ui-toolbar .center-3 .rcode[data-v-d083ae04] {
  text-align: center;
}
.ui-toolbar .center-3 .rcode img[data-v-d083ae04] {
  width: 100%;
}
.ui-toolbar .center-3 .rcode p[data-v-d083ae04] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: larger;
}
.ui-toolbar .center-3 .tel[data-v-d083ae04] {
  text-align: center;
  font-size: 16px;
  padding: 0.5em 1em;
}
.ui-toolbar .center-3 .tel h3[data-v-d083ae04] {
  font-weight: normal;
}
.ui-toolbar .center-3 .tel p[data-v-d083ae04] {
  font-size: large;
  white-space: nowrap;
}
.ui-toolbar .center-3 .online[data-v-d083ae04] {
  position: relative;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-toolbar .center-3 .online img[data-v-d083ae04] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.ui-toolbar .center-3 .online span[data-v-d083ae04] {
  vertical-align: middle;
  font-size: 16px;
}
.ui-toolbar .center-3 .itop[data-v-d083ae04] {
  background: none;
  text-align: center;
  position: relative;
}
.ui-toolbar .center-3 .itop i[data-v-d083ae04] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 75px solid transparent;
}
.ui-toolbar .center-3 .itop img[data-v-d083ae04] {
  width: 32px;
  height: 32px;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ui-toolbar .center-4[data-v-d083ae04] {
  width: 180px;
}
.ui-toolbar .center-4 .head[data-v-d083ae04] {
  position: relative;
  border-radius: 20px;
}
.ui-toolbar .center-4 .head i[data-v-d083ae04] {
  display: block;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.ui-toolbar .center-4 .list[data-v-d083ae04] {
  position: relative;
  margin: 0 12px;
  padding: 0 10px;
  top: -10px;
}
.ui-toolbar .center-4 .item[data-v-d083ae04] {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-toolbar .center-4 .item[data-v-d083ae04]:first-child {
  border: none;
}
.ui-toolbar .center-4 .icon[data-v-d083ae04] {
  display: block;
  padding: 10px;
}
.ui-toolbar .center-4 .rcode[data-v-d083ae04] {
  text-align: center;
}
.ui-toolbar .center-4 .rcode img[data-v-d083ae04] {
  width: 100%;
}
.ui-toolbar .center-4 .rcode p[data-v-d083ae04] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: larger;
}
.ui-toolbar .center-4 .tel[data-v-d083ae04] {
  text-align: center;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.ui-toolbar .center-4 .tel h3[data-v-d083ae04] {
  font-weight: normal;
}
.ui-toolbar .center-4 .tel p[data-v-d083ae04] {
  font-size: large;
  white-space: nowrap;
}
.ui-toolbar .center-4 .online[data-v-d083ae04] {
  position: relative;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-toolbar .center-4 .online img[data-v-d083ae04] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 1em;
}
.ui-toolbar .center-4 .online span[data-v-d083ae04] {
  vertical-align: middle;
  font-size: larger;
}
.ui-toolbar .center-4 .itop[data-v-d083ae04] {
  position: relative;
  text-align: center;
}
.ui-toolbar .center-4 .itop .r[data-v-d083ae04] {
  left: auto !important;
  right: -10px;
}
.ui-toolbar .center-4 .itop .r i[data-v-d083ae04] {
  left: auto;
  right: 0;
}
.ui-toolbar .center-4 .itop i[data-v-d083ae04] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 100px solid transparent;
}
.ui-toolbar .center-4 .itop a[data-v-d083ae04] {
  position: relative;
  padding: 10px 20px;
  top: 50px;
  border-radius: 20px;
}
.ui-toolbar .center-4 .itop a[data-v-d083ae04]:hover {
  color: inherit;
}
.ui-toolbar .center-4 .itop .l[data-v-d083ae04],
.ui-toolbar .center-4 .itop .r[data-v-d083ae04] {
  position: absolute;
  width: 84px;
  height: 80px;
  left: -10px;
  top: 0;
  overflow: hidden;
}

.animate-config[data-v-4949d726] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.animate-config .animate-dialog[data-v-4949d726] {
  position: fixed;
  left: 100px;
  top: 80px;
  z-index: 2;
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 380px;
}
.animate-config .animate-dialog .head[data-v-4949d726] {
  position: relative;
  padding: 20px;
  background: #5874d8;
  border-radius: 5px 5px 0 0;
}
.animate-config .animate-dialog .head h2[data-v-4949d726] {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.animate-config .animate-dialog .close[data-v-4949d726] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABxSURBVHjazNTbCoAwDAPQNPj/v1xfFES39MJE874DbcPM3bEyxOK8DnbmdwVaEfXjjRw5iz4wtcMIHWLRUWboFMtc+Y5KDAC2xK6uqP2y2OeYqeuzWI0QZaMaEmW1ZxHKBiZRNrEpOvocqrHPe1jKPgCOFRwo7pedRgAAAABJRU5ErkJggg==) center center no-repeat;
  overflow: hidden;
  text-indent: -99em;
}
.animate-config .animate-dialog .close[data-v-4949d726]:hover {
  opacity: 0.5;
}
.animate-config .animate-dialog .main[data-v-4949d726] {
  position: relative;
  padding: 20px;
}
.animate-config .animate-dialog .main .animate-block[data-v-4949d726] {
  position: relative;
  padding-bottom: 45px;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-4949d726] {
  display: inline-block;
  width: 49%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  background: #f4f4f4;
  border-radius: 0 3px 3px 0px;
  text-align: center;
  cursor: pointer;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-4949d726]:hover {
  color: #5b74d5;
  background: #e3eaff;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-4949d726]:first-child {
  margin-right: 1px;
  border-radius: 3px 0px 0px 3px;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-active[data-v-4949d726] {
  color: #5b74d5;
  background: #e3eaff;
}
.animate-config .animate-dialog .main .animate-block .content[data-v-4949d726] {
  max-height: 320px;
  overflow: auto;
}
.animate-config .animate-dialog .main .animate-block .content .list[data-v-4949d726] {
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.animate-config .animate-dialog .main .animate-block .content .list li[data-v-4949d726] {
  float: left;
  width: 25%;
  padding: 10px;
  margin: 0 -1px -1px 0;
  background: #fbfbfb;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item[data-v-4949d726] {
  background-position: -10px -10px;
  background-image: url(../../static/img/animate-icon.png?hash=dd7d6291);
  width: 68px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  position: relative;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item1[data-v-4949d726] {
  background-position: -98px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item2[data-v-4949d726] {
  background-position: -186px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item3[data-v-4949d726] {
  background-position: -274px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item4[data-v-4949d726] {
  background-position: -362px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item5[data-v-4949d726] {
  background-position: -274px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item6[data-v-4949d726] {
  background-position: -10px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item7[data-v-4949d726] {
  background-position: -98px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item8[data-v-4949d726] {
  background-position: -98px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item9[data-v-4949d726] {
  background-position: -186px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item10[data-v-4949d726] {
  background-position: -10px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item11[data-v-4949d726] {
  background-position: -362px -94px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item12[data-v-4949d726] {
  background-position: -10px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item13[data-v-4949d726] {
  background-position: -98px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item14[data-v-4949d726] {
  background-position: -186px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item15[data-v-4949d726] {
  background-position: -10px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item16[data-v-4949d726] {
  background-position: -186px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item17[data-v-4949d726] {
  background-position: -274px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item18[data-v-4949d726] {
  background-position: -274px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .text-item[data-v-4949d726] {
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-active[data-v-4949d726] {
  border-color: #557ce1;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-active[data-v-4949d726]::before {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  _bottom: 0;
  z-index: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAADGSURBVCiRldIxTsMwFAbgL6gSDCzd27kqEwtS2VAHEJygvkFhxqcAhp6CvUztDXqD+jRhIVIUkjh5m+X3Pv96clGWpTEVYppijQfcYIHryQjgCVs847J5n4VCTPfY4a6vrxMKMV3hC68ocg+2QiGmOfa4zQGdUIhpiQPmQxG4aCAzHIcg3x+LduhvJz+YjUWaiT617KQ5VJ1DTP+hENMKb7kEXQgUm/dzgZOef1JP1YZUiR77kPpwF1JB2z4kl6QOvQyBcvULw8EyPRF2VlEAAAAASUVORK5CYII=) no-repeat scroll;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item0[data-v-4949d726] {
  background: none;
}
.animate-config .animate-dialog .main .animate-block .content .list li .none-back[data-v-4949d726] {
  overflow: hidden;
  background: none;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box[data-v-4949d726] {
  margin-top: 14px;
  line-height: 34px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item[data-v-4949d726] {
  margin-bottom: 7px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-label[data-v-4949d726] {
  width: 42px;
  margin-right: 5px;
  display: inline-block;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-input[data-v-4949d726] {
  display: inline-block;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-input .el-input-number--small[data-v-4949d726] {
  width: 88px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .el-radio + .el-radio[data-v-4949d726] {
  margin-left: 7px;
}
.animate-config .animate-dialog .main .animate-block .footer[data-v-4949d726] {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
}

.icon-animate-preview {
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNThDNDQyMUNDMTExRUFCNDRBQzgwN0UzQjRCQzU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBNThDNDQzMUNDMTExRUFCNDRBQzgwN0UzQjRCQzU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE1OEM0NDAxQ0MxMTFFQUI0NEFDODA3RTNCNEJDNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE1OEM0NDExQ0MxMTFFQUI0NEFDODA3RTNCNEJDNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Y9UVjAAACJUlEQVR42szYzSsEYRwH8IcdcsCWDUktDvgD0EobiauX7JJycuSiLYW/wGXLyUtxcHBQ7IHdI4nQ7p9gXdiS2CgvB61m+f52nmHaZu0L5nme+tRsTTPffs/M7PN7iuYDHyzPUQGtUAfVUAp2eIIExOEWLuAl28UWR76PlY/sWWphEPqhE5x5BI9BGA5gH+5+OllJZg7TDT4YABsrbDi5MViFICzBidnJxVSZNA7YgWMYBpvJOYWw8esd8+s70mclvTL0DESgif3v8EIbuPgzZhpmxYIg+mjiU+f9miYKw7nBa/htBc/MNnObVWaWiRl031M6KJreSqWpgRsKJyCMCvXLE+xOn6ZBUCyeIp0NBlLTpGrT1MfEDrr/hpJMpn64BIfp1CtTaeHrnGk0Tm6ySqpMM5NjtFBlnJKEcSpqkjkkCVNFr3OJJGFKqDJ2ScLYKcyTJGGeaZreJQmToMo8SBLmkV7tmCRhYvTRu5QkTJQq84yDK/oki6zKgY8eYO2PMiw4zLlxCXEI4wLDHGrLTq0y1GCt/aI/+u1KL2hcA99DCIYEhAmdzWmdpnFB7hcUxm/WHdAKPQAeC4MEIgtaZ2DWxE3xTs+KN+ua34+ZNXEkDu2w+88dQQA66H7ZGv8HGIUe2AP1jxp/lV+PruuFeLbG3zhOOH1/phe6oCHPqaAP2lFO+zM5bBbRBdY5xnepWgw7V2VQDq/wZti5ivLdrJzHpwADAGXk3NmeDZlWAAAAAElFTkSuQmCC) no-repeat 50%;
}

.jw-img-view {
  overflow: auto;
  z-index: 10000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
}
.jw-img-view .my-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  border-radius: 100%;
  background: rgba(128, 128, 128, 0.8);
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
}
.jw-img-view ul {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.jw-img-view .image-viewer-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.jw-img-view .preview-img-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jw-img-view .preview-img-container .preview-img-inner {
  min-width: 800px;
  background: #fff;
  padding: 15px 15px 0 15px;
}
.jw-img-view .preview-img-container .preview-img-inner .img-empty {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.jw-img-view .preview-img-container .preview-img-inner .tips {
  text-align: left;
  height: 40px;
  line-height: 40px;
}
.jw-img-view li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #f2f2f2;
  display: block;
}
.jw-img-view .left,
.jw-img-view .right {
  color: #fff;
  position: fixed;
  font-size: 24px;
  top: 50%;
  margin-top: -16px;
  background: rgba(136, 136, 136, 0.8);
  border-radius: 100%;
  padding: 13px;
  cursor: pointer;
  width: initial;
}
.jw-img-view .left {
  left: 50px;
}
.jw-img-view .right {
  right: 50px;
}

.jz-panel .header-module[data-v-cf513ab2] {
  cursor: pointer;
}
.jz-panel .header-template[data-v-cf513ab2] {
  margin-left: 20px;
  cursor: pointer;
}
.jz-panel .header-system[data-v-cf513ab2] {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.jz-panel .header-system i[data-v-cf513ab2] {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  color: #ED3833;
  transform: translate(30px, -5px);
}
.jz-panel .panel-wrap[data-v-cf513ab2] {
  height: 508px;
  background: #fff;
}
.jz-panel .panel-wrap .panel-template[data-v-cf513ab2] {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jz-panel .panel-wrap .panel-template .category-select[data-v-cf513ab2] {
  padding: 10px 12px;
}
.jz-panel .panel-wrap .panel-template .category-select .el-select[data-v-cf513ab2] {
  width: 100%;
}
.jz-panel .panel-wrap .panel-template .template-select[data-v-cf513ab2] {
  flex: 1;
  height: 100%;
  padding: 0 10px 10px;
  overflow: auto;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item[data-v-cf513ab2] {
  box-sizing: border-box;
  height: 150px;
  margin: 10px 10px 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item img[data-v-cf513ab2] {
  width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item .img-modal[data-v-cf513ab2] {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(204, 204, 204, 0.3);
}
.jz-panel .panel-wrap .panel-template .template-select .template-item:hover .img-modal[data-v-cf513ab2] {
  display: flex;
}
.jz-panel .triangle-active[data-v-cf513ab2] {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  transition: left 0.3s;
}
.ui-wrapper[data-v-cf513ab2] {
  position: relative;
  padding: 0 0 50px;
  background: #f6f6f6;
}
.ui-menuer[data-v-cf513ab2] {
  position: relative;
}
.ui-container[data-v-cf513ab2] {
  position: relative;
}
.ui-content[data-v-cf513ab2] {
  position: relative;
}
.ui-page[data-v-cf513ab2] {
  position: relative;
}
.ui-page > div > ul[data-v-cf513ab2]:empty::before {
  content: '请拖动模块到网站主体区域';
  display: block;
  padding: 200px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .sortable-ghost[data-v-cf513ab2] {
  position: relative;
}
.ui-page .sortable-ghost > *[data-v-cf513ab2] {
  display: none;
}
.ui-page .sortable-ghost[data-v-cf513ab2]::after {
  content: '放在这里';
  display: block;
  padding: 50px 0;
  text-align: center;
  background: #eef1fb;
  color: #5874d8;
  border: 1px dashed #5874d8;
}
.ui-page .sortable-drag > *[data-v-cf513ab2] {
  transform: scale(1);
}
.ui-page .scale-0[data-v-cf513ab2] {
  padding: 0 0 100% 0;
}
#jz-header[data-v-cf513ab2] {
  position: relative;
  height: 60px;
  padding: 0;
  z-index: 99;
}
#jz-operation[data-v-cf513ab2] {
  padding: 0;
}
#jz-content[data-v-cf513ab2] {
  position: relative;
}
#jz-panel[data-v-cf513ab2] {
  position: fixed;
  left: 20px;
  top: 100px;
  z-index: 900;
}
#jz-region[data-v-cf513ab2] {
  position: relative;
}
#jz-model[data-v-cf513ab2] {
  position: relative;
}
#jz-district[data-v-cf513ab2] {
  position: relative;
  line-height: 1.5;
}
#jz-district .ui-item[data-v-cf513ab2] {
  border: 1px dashed transparent;
  position: relative;
  min-height: 0;
}
#jz-district .ui-item[data-v-cf513ab2]:hover {
  border-color: #5874d8;
}
#jz-district .ui-item:hover .ui-operation[data-v-cf513ab2] {
  display: block !important;
}
#jz-district .ui-item.fixed[data-v-cf513ab2] {
  position: fixed;
  z-index: 99;
}
.jz-wrap[data-v-cf513ab2] {
  margin: 0 auto;
  position: relative;
}
.jz-wrap[data-v-cf513ab2]::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.jz-entry[data-v-cf513ab2] {
  position: fixed;
  left: 20px;
  top: 50%;
  margin: -100px 0 0 0;
  z-index: 1;
}
.jz-entry .list[data-v-cf513ab2] {
  width: 54px;
}
.jz-entry .item[data-v-cf513ab2] {
  width: 0;
  height: 54px;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 54px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 54px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.jz-entry .item i[data-v-cf513ab2] {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADYCAYAAAAOPQauAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkI4MzUxNjU4RTc3MTFFOUFDNjNEN0JGNjM1NEI1QkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkI4MzUxNjY4RTc3MTFFOUFDNjNEN0JGNjM1NEI1QkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjgzNTE2MzhFNzcxMUU5QUM2M0Q3QkY2MzU0QjVCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjgzNTE2NDhFNzcxMUU5QUM2M0Q3QkY2MzU0QjVCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkOtUFMAAAlsSURBVHja7J15bFRVFMZvKWCBtuwiuCBbgYKKirIVAauoqIiKW1QMKm5QjCiJqBHjisVo4kiQEP5R/6AG1BBRKRVRFiOCRqWCIglbZHMpS4GwdDwn74y9vcxMOzPvde6dfF/ypW/v3Pnde+69r33nZYXDYQW5oyb4CgAMAjAIwAAMAjAIwAAMAjAIwAAMAjAIwAAMAjAIwAAMskVN/bpQSUnJKvpRFGP3avJwWY57XCgUGm7Zd3SAnB9j30Fy6wSPs6aFFTVwX1GS10iX8hu4Lz/JayAkog+DAAwCMACDMhvY6jj71iRxnC062MB9B5O8RnrmYdo8y6/jbFFrn49DSERITE58ByMcw6uSOM4WHYjzeQ8kcZw1wHCnI7lrICQiJEIABgEYgEGZDQx3OpK7RkLKwjPOCIkQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABgEYgEEABgEYgEEABsVSyun3SkpK9NV25Hnk68itZNtUcsg8jfy2LHPirDLy5FAodNLS7ymlcpFP2tjCxpF3k8drhWLNJhdr68WyLSLOM/gQeR/BH2AhrJTLRR5gG7CHyR+Rm0fZdwa5grxfXCHbTLUlrydoIyyC5Vu5yCNsATaaPJecVc9xHcTxlM0FJ2h9LIDle7nIKZcrpcQq9MVyHsC95Byfv6wqcifq046nCVag5SIfT1cLWxJAoVhtyIvT2LqsLVeqwIIcJKQzmbO15UoV2EXkw8a2miSuY55zWK6dLllbrpSAUR+znX4UqtpsZfwBxyZxqbFa4fhahXLtdCmwcsm10zpK3EkuIO8gX09emgT4pXIuX6OA1ndaMEpMuVxyzv/lkmum906HiEdUXVNsrV+keo0AtNeHz+RruXAv0TEBGIBBAAYBGIBBjSJk1UYLgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAIwAAMAjAIwAAMakz5lbrITNYcTZeTZ5K3kaeQYz5cHQqFXPoOJ5JfV16aI87UVpMpLYwLNob8GPm8DKr0T5E7kvuTB7saEovIk5SX6zaiC7VlvWA9ydPJLR2Aw5XtPVU3afO52vLt2jJn2f5U1Z8POD0hUVNv8ufKSxl+F3mR8jJ8DtWOeVd56VQ5TevL5FzyJXK8rbqWPEeWbyQvkxCYpx0zVQBx5eP06ZzgeYPyMZtbEMBOScviPmqk2FQbgWaeZ7NOGJ//jijHMKC7jW2+9mlBhMQ/yE9H2c4Aj8YYbOyV2mmzviR/nOA5DOsqF/qwRRok1lcSFltKqOQ3JlRrx1eS/3GgD3vJWP+XfJu0rPbk9439/DqPrbYD4w//jAbrO+W9s+RnWedWNp98i3bOpeQzHZizfqCtV8toN1I5ucJNkLLrobPQVmA82PiQvElaUATYKyp6Yv1y8hpZbi018Vvy85aB4qnIn+Rjxpf/ljo98zbrNVWb3Jkr70byIfIK24BxMuIbyN0EVlhieGWcczZqy7ky3H/BMmA8ye9MbmZsXx7nnF1GxOGyjbINWKWEO3NU1DnOOZ2ibNtgGbB1MbbHC3Vto2yrtg3YMgHAE+QlWiubGON4nptcow1Opsgc5jLLgHGLbyGfdY+2fVqM44calZS7iQJpZdYNOvjFZlskvp8SEPeRZxhzvvPlLkALWf9MJqV/WzrgOCZ9rj5K7CXbcow7PHpftU/ma1tsnjgrmf1HWhjH8BfJD5J/kHBRJLd3Ivs7SOWpUXaro7F+tQwo9knlM0NhS/mOrXxDX0T8KqfZ2sSxRsDwEPhm6XybGxPqQcq7n2iz+J7hczEqfZcY/VaudA9Wz8P4rvU5EhJ5bjJXhsVhbajPt3lWyjA+orGWAxunRSQuxy8xIkKVtDo9TFoNbC15ltSsIeQnlPe3sN1aq3ucfCV5mPJeW/g1+QHLgYWkf9ojAwseXF1gQFsoLS1f7nowvDv9/BBB9WGlxjrHeL4Xd4/0Wau1ffPFLqjYWP9VeW8r6ibrZdq+CUHdbmksVUjnu438m8oclWsj5PKgfxnSoDsm/BMOgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYJPL1Ccw4aWT56fs3lfdsM2fwjJoIzLHUsaw+ykt8xg/zjVQ+JwILHFgM8eOki8k9pEVzVjd+AH2X45V9hPLSF0VSGvHjs/wA+vcuh8R2yssxWCCVg39fX9mW5zCsHgYsFqey+EbFT9VkPTDONs0ZY7Lld2WLOfXqqw4DK1enJwtj5aj4ScOsBjacfG8UWE3Ej6i6iZtd0WRy9zj7+5HHuwhsehRQWdp+Xp7mILCZDTim1DVgnE51tAaJc0xxkixOt7pOtmVJTWzlEKxeqm6+qSPkNyT0VxsDrUAyrAY1ShyjxfgqgVcl6ytk+NteYHGCrU8cAfaktsz5Mjhn4nZZnyPLkSjCGYBmuNLCBmmtqFKDxeLExZu09SEOtbBh2vIhDRZrp6qbY2pUEB8gKGC9NWD9jCE8Jy7ub4QZV9RFW84zhvBdjXKe61JIbKNqcyG2k2HwLKkgz8r+iDo5BCzHGDT9rrykYVyuEmNQlecSsFwtzrMGx+mnXJpAN41Szlj9VDOXQuLxBI6tdghYIhlTT7oCjAcRPY1t4XommoMcgDXJCIn1iUfA99sOjPPeLpSChRsIjUNiWYJfRmOL++G5CZ7D/dk8o7+2Dhi/EeLsOPtjQesq59qqBaruu9AS6fMW2AzsJgNMIskYb7UYWCpzqmKbgfWNAquhobHQYmD5KZzr6yjY72E9d7TryT+Rf1Re5ukymXDqcxR+x9ij5IvJA5X3dqMeFgPjz873DXdIufjvXu9ECZP8F3VOlX6F8v4ScZbfw3u/gbVXdd9kx+Ls2fw2vsgrFVcqL6s2TzorjMm2rWolwHRtlcoYyVf/l/Lezsc3CUqN/tlaYCeibNsicbxJPXOZKouBHYmybbmMHpvWM+/a7sLE2RSHjrXibJU5ai4VrUrVfdtFo91qCXIeM1DV3lvcnyHAuqvav+fx8uZMAbZfOutmGQRLCaCjUhE3Z1ILY81UmfmPq6WNGebxogHHhH/VBjAIwCAAAzAIwCAAAzAIwCAAAzAIwCAAy0D9J8AAYR/ZyS2G1+AAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.jz-entry .item span[data-v-cf513ab2] {
  display: block;
  width: 32px;
  line-height: 54px;
  font-size: 18px;
  white-space: nowrap;
  display: none;
}
.jz-entry .item[data-v-cf513ab2]:hover {
  width: 70px;
  background: #5874d8;
}
.jz-entry .item:hover span[data-v-cf513ab2] {
  display: block;
}
.jz-entry .mode i[data-v-cf513ab2] {
  background-position: 0 0;
}
.jz-entry .mode:hover i[data-v-cf513ab2] {
  background-position: -54px 0;
}
.jz-entry .style i[data-v-cf513ab2] {
  background-position: 0 -54px;
}
.jz-entry .style:hover i[data-v-cf513ab2] {
  background-position: -54px -54px;
}
.jz-entry .set i[data-v-cf513ab2] {
  background-position: 0 -108px;
}
.jz-entry .set:hover i[data-v-cf513ab2] {
  background-position: -54px -108px;
}
.jz-entry .baidu i[data-v-cf513ab2] {
  background-position: 0 -162px;
}
.jz-entry .baidu:hover i[data-v-cf513ab2] {
  background-position: -54px -162px;
}
.jz-panel[data-v-cf513ab2] {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 2;
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 380px;
}
.jz-panel .head[data-v-cf513ab2] {
  position: relative;
  padding: 20px;
  background: #5874d8;
  border-radius: 5px 5px 0 0;
}
.jz-panel .head h2[data-v-cf513ab2] {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.jz-panel .close[data-v-cf513ab2] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABxSURBVHjazNTbCoAwDAPQNPj/v1xfFES39MJE874DbcPM3bEyxOK8DnbmdwVaEfXjjRw5iz4wtcMIHWLRUWboFMtc+Y5KDAC2xK6uqP2y2OeYqeuzWI0QZaMaEmW1ZxHKBiZRNrEpOvocqrHPe1jKPgCOFRwo7pedRgAAAABJRU5ErkJggg==) center center no-repeat;
  overflow: hidden;
  text-indent: -99em;
}
.jz-panel .close[data-v-cf513ab2]:hover {
  opacity: 0.5;
}
.jz-panel .main[data-v-cf513ab2] {
  position: relative;
}
.jz-panel[data-v-cf513ab2] .el-tabs__header {
  display: none;
}
.jz-panel[data-v-cf513ab2] .el-tabs__item {
  width: 50%;
  text-align: center;
}
.jz-panel[data-v-cf513ab2] .el-tabs__nav {
  width: 100%;
  float: none;
}
.jz-panel .group[data-v-cf513ab2] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-panel .group[data-v-cf513ab2]:first-child {
  padding-top: 0;
}
.jz-panel .group[data-v-cf513ab2]:last-child {
  border-bottom: 0;
}
.jz-panel .rows[data-v-cf513ab2] {
  position: relative;
  padding: 0 0 10px 110px;
}
.jz-panel .rows .label[data-v-cf513ab2] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: right;
}
.jz-panel .rows2[data-v-cf513ab2] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-panel .rows2 .label[data-v-cf513ab2] {
  line-height: 40px;
}
.panel-modules[data-v-cf513ab2] {
  height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-cf513ab2] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-cf513ab2] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-cf513ab2] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-cf513ab2]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-cf513ab2] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-cf513ab2]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-cf513ab2] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list .ui-list[data-v-cf513ab2] {
  overflow: hidden;
  position: relative;
  margin: -1px 0 -1px -1px;
}
.panel-modules .list .ui-item[data-v-cf513ab2] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  margin: 0 -1px -1px 0;
  background: #fbfbfb;
  border: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.panel-modules .list .ui-item[data-v-cf513ab2]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list .ui-item[data-type="ui-tabedx-tpl"][data-v-cf513ab2] {
  display: none;
}
.panel-modules .list .ui-item .sign[data-v-cf513ab2] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .list .ui-item .sign span[data-v-cf513ab2] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.panel-modules .list .ui-item i[data-v-cf513ab2] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list .ui-item h3[data-v-cf513ab2] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list .ui-item[data-v-cf513ab2]:hover {
  background: #fff;
  color: #409eff;
}
.panel-style[data-v-cf513ab2],
.panel-system[data-v-cf513ab2],
.panel-seo[data-v-cf513ab2] {
  padding: 15px 15px;
}
.layout-pop[data-v-cf513ab2] {
  width: 120px !important;
}
.layout-pop .head[data-v-cf513ab2] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-cf513ab2] {
  text-align: right;
}
.ui-operation[data-v-cf513ab2] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  display: none;
}
.ui-operation ul[data-v-cf513ab2] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-cf513ab2] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-cf513ab2] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-cf513ab2] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-cf513ab2] {
  font-style: normal;
}
.ui-operation .text[data-v-cf513ab2]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-cf513ab2] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-cf513ab2]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-cf513ab2] {
  cursor: move;
}
.ui-top-fix[data-v-cf513ab2] {
  position: relative;
  z-index: 10;
}
.ui-top-fix.is-fixed .ui-top-inner[data-v-cf513ab2] {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
}
.ui-top-fix .ui-top-inner[data-v-cf513ab2] {
  position: relative;
}

/**************************
 ** ui-button
 **************************/
.ui-button[data-v-27a00dbe] {
  position: relative;
  display: block !important;
}
.ui-button .center-1 .button[data-v-27a00dbe] {
  border: 1px solid;
}
.ui-button .main[data-v-27a00dbe] {
  line-height: 0;
}
.ui-button .main .button[data-v-27a00dbe] {
  display: inline-block;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.ui-button .main .button .txt[data-v-27a00dbe] {
  position: relative;
}
.ui-button .main .button .txt span[data-v-27a00dbe] {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

/**************************
 ** ui-picture
 **************************/
.ui-default[data-v-3f8e56bb] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.inner[data-v-3f8e56bb] {
  height: 100%;
}
.inner .data[data-v-3f8e56bb] {
  height: 100%;
}
.inner .data .ui-picture[data-v-3f8e56bb],
.inner .data .ui-control-layout[data-v-3f8e56bb],
.inner .data .img[data-v-3f8e56bb] {
  height: 100%;
}
.inner .data .ui-picture img[data-v-3f8e56bb],
.inner .data .ui-control-layout img[data-v-3f8e56bb],
.inner .data .img img[data-v-3f8e56bb] {
  height: 100%;
}
.ui-picture .img[data-v-3f8e56bb] {
  width: 100%;
  height: auto;
}
.ui-picture .img a[data-v-3f8e56bb] {
  display: block;
}
.ui-picture .img img[data-v-3f8e56bb] {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/**************************
 ** ui-richtext
 **************************/
.ui-default[data-v-1d7dd838] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.inner[data-v-1d7dd838] {
  position: relative;
  height: 100%;
}
.inner .data[data-v-1d7dd838] {
  height: 100%;
  overflow: hidden;
}
.ui-richtext .cap-richtext[data-v-1d7dd838] {
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  position: relative;
}
.ui-richtext .richContent[data-v-1d7dd838] {
  overflow: hidden;
}
.ui-richtext .richContent[data-v-1d7dd838] a {
  pointer-events: none;
}

.ui-container .module-wrap[data-v-6f99aeb2] {
  position: relative;
}
.ui-container .draggable-container[data-v-6f99aeb2] {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ui-container .draggable-container .tips[data-v-6f99aeb2] {
  color: #ccc;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ui-container .draggable-container[data-v-6f99aeb2] .sortable-chosen {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ui-container .draggable-container[data-v-6f99aeb2] .sortable-chosen::before {
  width: 100%;
  height: 100%;
  color: #ccc;
  background: #f0f6fd;
  content: '放入自由容器中';
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-container .nothing-can-put[data-v-6f99aeb2] {
  color: #FF7214;
  border: 1px dashed #409EFF;
  text-align: center;
}
.ui-container[data-v-6f99aeb2] .vdr {
  border-color: transparent;
}
.ui-container[data-v-6f99aeb2] .vdr.active {
  border-color: #409EFF;
}
.ui-container[data-v-6f99aeb2] .vdr .handle {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
}

/**************************
 ** ui-many-image
 ** liqingyun
 **************************/
.ui-default[data-v-5d9b5c72] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-many-image[data-v-5d9b5c72] {
  position: relative;
}
.ui-many-image .item .cell[data-v-5d9b5c72] {
  height: 100%;
}
.ui-many-image .item .cell .img[data-v-5d9b5c72] {
  height: 100%;
}
.ui-many-image .item .cell .img img[data-v-5d9b5c72] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-many-image .center-0[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-0[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
}
.ui-many-image .center-0[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 0.1rem;
  border: #fff solid 0.04rem;
  background: none;
  border-radius: 50%;
  opacity: 1;
}
.ui-many-image .center-1[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-1[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
}
.ui-many-image .center-1[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  height: 0.05rem;
  margin: 0 0.05rem;
  opacity: 1;
}
.ui-many-image .center-2[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-2[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-2[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #666666;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-3[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-3[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-3[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-4[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-4[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-4[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-5[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-5[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-5[data-v-5d9b5c72] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.3rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #dddddd;
  border-radius: 0.14rem;
  opacity: 0.8;
}








































































































/**************************
 ** ui-magic
 ** liqingyun
 **************************/
.ui-default[data-v-4df12fe0] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-column-3[data-v-4df12fe0] { width: 33.33% !important;
}
.ui-column-4[data-v-4df12fe0] { width: 25% !important;
}
.ui-column-5[data-v-4df12fe0] { width: 20% !important;
}
.ui-magic[data-v-4df12fe0] { position: relative;
}
.ui-magic .main[data-v-4df12fe0] { position: relative; overflow: hidden;
}
.ui-magic .list[data-v-4df12fe0] { overflow: hidden; padding: 10px 0 0;
}
.ui-magic .item[data-v-4df12fe0] { float: left;
}
.ui-magic .cell[data-v-4df12fe0] { display: block; text-align: center; margin: 0 5px 10px;
}
.ui-magic .img[data-v-4df12fe0] { position: relative; margin: 0 5px;
}
.ui-magic .img figure[data-v-4df12fe0] { position: relative; padding: 0 0 100%;
}
.ui-magic .img img[data-v-4df12fe0] { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.ui-magic .tit[data-v-4df12fe0] { line-height: 2; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 5px;
}
.ui-magic .center-1 .cell[data-v-4df12fe0] { border-radius: 2px;
}
.ui-magic .center-1 .img[data-v-4df12fe0] { display: none;
}
.ui-magic .center-1 .tit[data-v-4df12fe0] { line-height: 2.4;
}











































































































































































































































































/**************************
 ** ui-title
 ** liqingyun
 **************************/
.ui-title .center-1 .title[data-v-4c2f5990]{position:relative;display:flex;justify-content: space-between;padding-left: 0.3rem;padding-right: 0.3rem;height: 0.94rem;line-height: 0.94rem;border-bottom: 0.02rem solid #eee;}
.ui-title .center-1 .title .tit[data-v-4c2f5990]{padding-left: 0.28rem;height:0.3rem;font-size: 0.3rem;font-weight:normal;}
.ui-title .center-1 .title .tit i[data-v-4c2f5990]{position:absolute;left:0.34rem;top:50%;margin-top:-0.13rem;display:block;width:0.04rem;height:0.26rem;background:#005bac;}
.ui-title .center-1 .title .more[data-v-4c2f5990]{padding-right: 0.44rem;font-size: 0.28rem;color: #888;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAbFBMVEUAAAC1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbXANWEJAAAAI3RSTlMAnPokB8EM9Ovo0ck3dlc8F9mJJpgzFLphSAPf3qiAeSHTikB9pRQAAAD6SURBVDjLhVNXlsMwCJSw1d3t9Gyd+99x38ZFUhr8MQIGwSCi6WYKjsiFqdHi0QppsJmRhcitHAhQdduVZdfWCqChzNI9IMfojxLwSZGdQ1/lJasL3G7Ltzg8tLVXsMXC76EywgU+wM/wgMtePDHdY7gREBb+oPLACvRPIiEX4AN90vn6pA1W9DzBVdnvYbRooCLyBXNKIxQaIVEnyJHomLg1pAho05yTwWf0WgRh0c1OnKo8r04HKwh3Q/ru4bdhgZ4E/GQBLAXbJPtNdlDsqLllvV830TgL5vpKML+c5DQn2neyv0bZM4fDnV5Myo83lsvP3xLZ/Pz/AHDDGJDongLtAAAAAElFTkSuQmCC) no-repeat right center;background-size:0.33rem 0.33rem;}
.ui-title .center-2 .more[data-v-4c2f5990]{display: block;height: 0.9rem;font-size: 0.28rem;line-height: 0.9rem;text-align: center;text-indent: -0.2rem;color: #005bac;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAbFBMVEUAAAC1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbXANWEJAAAAI3RSTlMAnPokB8EM9Ovo0ck3dlc8F9mJJpgzFLphSAPf3qiAeSHTikB9pRQAAAD6SURBVDjLhVNXlsMwCJSw1d3t9Gyd+99x38ZFUhr8MQIGwSCi6WYKjsiFqdHi0QppsJmRhcitHAhQdduVZdfWCqChzNI9IMfojxLwSZGdQ1/lJasL3G7Ltzg8tLVXsMXC76EywgU+wM/wgMtePDHdY7gREBb+oPLACvRPIiEX4AN90vn6pA1W9DzBVdnvYbRooCLyBXNKIxQaIVEnyJHomLg1pAho05yTwWf0WgRh0c1OnKo8r04HKwh3Q/ru4bdhgZ4E/GQBLAXbJPtNdlDsqLllvV830TgL5vpKML+c5DQn2neyv0bZM4fDnV5Myo83lsvP3xLZ/Pz/AHDDGJDongLtAAAAAElFTkSuQmCC) no-repeat 60% center;background-size: 0.33rem 0.33rem;}
.ui-title .center-3 .more[data-v-4c2f5990]{width: 94%;margin: 0 auto;height: 0.65rem;font-size:0.26rem;line-height: 0.65rem;text-align: center;background: #fff;border-radius: .4rem;display: block;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-title .center-4 .more[data-v-4c2f5990]{width: 2.6rem;height: .6rem;text-align: center;border-radius: .05rem;line-height: .6rem;display: block;background: #0a894a;color: #fff;font-size: .28rem;margin: 0 auto;}
.ui-title .center-5 .more[data-v-4c2f5990]{display: block;width: 92%;height: 0.76rem;margin:0 auto;font-size: 0.26rem;line-height: 0.76rem;text-align: center;color: #14a73d;border: 3px solid #14a73d;border-radius: 0.1rem;}
.ui-title .center-6 .more[data-v-4c2f5990]{display: block;width: 92%;height: 0.7rem;margin: 0 auto;font-size: 0.26rem;line-height: 0.7rem;text-align: center;background: #333;color: #fff;border-radius: 0.06rem;}
.ui-title .center-7 .more[data-v-4c2f5990]{text-align: center;padding: 0;height:0.6rem;line-height:0.6rem;display: block;font-size: .28rem;color: #666;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlcAAAABAQMAAADJvRkEAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABRJREFUCNdj+I8OPjAQB+TRNf4DAEAYIu1KNLI/AAAAAElFTkSuQmCC) no-repeat center center;background-size: 5.9rem auto;}
.ui-title .center-8 .more[data-v-4c2f5990]{width: 92%;height: 0.64rem;margin: 0 auto;border: #b97a1c solid 1px;border-radius: 0.1rem;color: #b97a1c;text-align: center;line-height: 0.64rem;font-size: 0.28rem;display: block;}













































































































/**************************
 ** ui-text-navigation
 ** zhaoweiren
 **************************/
.ui-default[data-v-c6fbc37e] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-text-navigation .center-0 .list[data-v-c6fbc37e]{padding:0.35rem 3% 0.15rem;}
.ui-text-navigation .center-0 .list .item[data-v-c6fbc37e]{width: 31.3%;margin: 0 3% .2rem 0;height: 0.65rem;line-height: 0.65rem;text-align: center;display: block;float: left;}
.ui-text-navigation .center-0 .list .item a[data-v-c6fbc37e]{display:block;font-size:0.26rem;border-radius: .4rem;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ui-text-navigation .center-0 .list .item[data-v-c6fbc37e]:nth-child(3n){margin-right:0;}
.ui-text-navigation .center-0 .list .item h3[data-v-c6fbc37e]{font-size:0.24rem;line-height:0.65rem;color:#000;}
.ui-text-navigation .center-1 .list[data-v-c6fbc37e]{padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-1 .list li[data-v-c6fbc37e]{width:2.78rem;margin-right:0.16rem;height: 0.62rem;line-height: 0.62rem;text-align: center; display: block; margin-bottom:0.2rem;float: left;background-size:100%;}
.ui-text-navigation .center-1 .list li a[data-v-c6fbc37e]{display:block;height:0.59rem;font-size:0.26rem;border:1px solid #ddd;border-radius:0.31rem;color:#333;}
.ui-text-navigation .center-1 .list li[data-v-c6fbc37e]:nth-child(2n){ margin-right: 0;}
.ui-text-navigation .center-2 .list[data-v-c6fbc37e]{padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-2 .list li[data-v-c6fbc37e]{float:left;width: 48%; margin: 0 3% .2rem 0; height: 0.65rem; line-height: 0.65rem; text-align: center;  display: block; float: left;
}
.ui-text-navigation .center-2 .list li a[data-v-c6fbc37e]{display:block;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);border-radius: .4rem;background:#fff;}
.ui-text-navigation .center-2 .list li[data-v-c6fbc37e]:nth-child(2n){margin-right:0;}
.ui-text-navigation .center-3[data-v-c6fbc37e]{padding-left:3%;display: -webkit-box; /*overflow-x: scroll;*/ -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-text-navigation .center-3 .list[data-v-c6fbc37e]{width:100%;height:0.68rem;border-bottom:1px solid #dedede;}
.ui-text-navigation .center-3 .list[data-v-c6fbc37e]{position:relative;display: block;width:100%;margin-bottom:0.35rem;overflow: hidden;}
.ui-text-navigation .center-3 .list a[data-v-c6fbc37e]{padding-bottom:0.2rem;margin-right:0.2rem;display:inline-block;font-size:0.26rem;}
.ui-text-navigation .center-4[data-v-c6fbc37e]{padding-left:0.24rem; margin-top:0.5rem;display: -webkit-box; overflow-x: scroll; -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-text-navigation .center-4 .list[data-v-c6fbc37e]{display: inline-block;}
.ui-text-navigation .center-4 .list li[data-v-c6fbc37e]{display:inline-block; width:1.99rem; height:0.6rem; line-height:0.6rem; background-color:#fff; margin-right:0.13rem;  text-align:center; border-radius:0.1rem; overflow:hidden;}
.ui-text-navigation .center-4 .list li a[data-v-c6fbc37e]{display:block;font-size:0.24rem; color:#333;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-text-navigation .center-5 .list[data-v-c6fbc37e]{position:relative;padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-5 .list li[data-v-c6fbc37e]{float:left;display:block;width:47%;height:0.6rem;font-size:0.24rem;line-height:0.6rem;text-align:center;color:#fff;background:#333;border:1px solid #333;border-radius: 0.12rem;}
.ui-text-navigation .center-5 .list li a[data-v-c6fbc37e]{display:block;}
.ui-text-navigation .center-5 .list li[data-v-c6fbc37e]:nth-child(2n){margin-left:0.2rem;margin-bottom:0.2rem;}







































/**************************
 ** ui-empty
 ** liqingyun
 **************************/
.ui-empty[data-v-6d3212c6]{height:0.2rem;}

/**************************
 ** ui-article-list
 **************************/
.ui-default[data-v-07a5a446] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-article-list .center-0 .list .item[data-v-07a5a446] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-0 .list .item[data-v-07a5a446]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-0 .list .cell[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-0 .list .cell.cell-0 .image[data-v-07a5a446] {
  float: left;
}
.ui-article-list .center-0 .list .cell.cell-0 .exp[data-v-07a5a446] {
  margin: 0 0 0 2.2rem;
}
.ui-article-list .center-0 .list .cell.cell-1 .image[data-v-07a5a446] {
  float: right;
}
.ui-article-list .center-0 .list .cell.cell-1 .exp[data-v-07a5a446] {
  margin: 0 2.2rem 0 0;
}
.ui-article-list .center-0 .list .image[data-v-07a5a446] {
  position: relative;
  width: 2rem;
}
.ui-article-list .center-0 .list .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-0 .list .exp[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-0 .list .exp h3[data-v-07a5a446] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-0 .list .exp p[data-v-07a5a446] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-0 .list .exp .dis[data-v-07a5a446] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-0 .list .exp .dis span[data-v-07a5a446] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-1 .list .item[data-v-07a5a446] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-1 .list .item[data-v-07a5a446]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-1 .list .cell[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-1 .list .date[data-v-07a5a446] {
  position: relative;
  width: 1rem;
  float: left;
}
.ui-article-list .center-1 .list .date strong[data-v-07a5a446],
.ui-article-list .center-1 .list .date span[data-v-07a5a446] {
  display: block;
  text-align: right;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.ui-article-list .center-1 .list .date strong[data-v-07a5a446] {
  font-size: 0.28rem;
}
.ui-article-list .center-1 .list .exp[data-v-07a5a446] {
  position: relative;
  margin: 0 0 0 1.2rem;
}
.ui-article-list .center-1 .list .exp h3[data-v-07a5a446] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-1 .list .exp p[data-v-07a5a446] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-1 .list .exp .dis[data-v-07a5a446] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-1 .list .exp .dis span[data-v-07a5a446] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-2 .list .item[data-v-07a5a446] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-2 .list .item[data-v-07a5a446]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-2 .list .cell[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-2 .list .exp[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-2 .list .exp h3[data-v-07a5a446] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-2 .list .exp h3[data-v-07a5a446]::before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-left: 6px solid #ccc;
}
.ui-article-list .center-2 .list .exp p[data-v-07a5a446] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-2 .list .exp .dis[data-v-07a5a446] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-2 .list .exp .dis span[data-v-07a5a446] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-3 .list[data-v-07a5a446] {
  padding: 0.2rem;
}
.ui-article-list .center-3 .list .item[data-v-07a5a446] {
  position: relative;
  margin: 0 0 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-3 .list .cell[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  display: flex;
}
.ui-article-list .center-3 .list .image[data-v-07a5a446] {
  position: relative;
  width: 2rem;
  float: left;
}
.ui-article-list .center-3 .list .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-3 .list .exp[data-v-07a5a446] {
  flex: 1;
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-3 .list .exp h3[data-v-07a5a446] {
  font-size: 0.25rem;
  height: 0.8rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}
.ui-article-list .center-3 .list .exp .dis[data-v-07a5a446] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-3 .list .exp .dis span[data-v-07a5a446] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-4 .list[data-v-07a5a446] {
  position: relative;
  padding: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-4 .list .item[data-v-07a5a446] {
  float: left;
  width: 50%;
}
.ui-article-list .center-4 .list .cell[data-v-07a5a446] {
  position: relative;
  margin: 0.1rem;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-4 .list .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-4 .list .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-4 .list .exp[data-v-07a5a446] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-4 .list .exp h3[data-v-07a5a446] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #333333;
}
.ui-article-list .center-5 .list[data-v-07a5a446] {
  position: relative;
  padding: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-5 .list .item[data-v-07a5a446] {
  float: left;
  width: 50%;
}
.ui-article-list .center-5 .list .cell[data-v-07a5a446] {
  position: relative;
  margin: 0.1rem;
  padding: 0.1rem 0.1rem 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.ui-article-list .center-5 .list .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-5 .list .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-5 .list .exp[data-v-07a5a446] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-5 .list .exp h3[data-v-07a5a446] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-6[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-article-list .center-6 .swiper-wrapper[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-6 .swiper-wrapper .swiper-slide[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-6 .swiper-dots[data-v-07a5a446] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-6 .swiper-dots[data-v-07a5a446] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-6 .swiper-dots[data-v-07a5a446] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-6 .cell[data-v-07a5a446] {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0.1rem;
  border-radius: 5px;
}
.ui-article-list .center-6 .cell .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-6 .cell .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-6 .cell .exp[data-v-07a5a446] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-6 .cell .exp h3[data-v-07a5a446] {
  position: relative;
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-7[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-article-list .center-7 .swiper-wrapper[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-7 .swiper-wrapper .swiper-slide[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-7 .swiper-dots[data-v-07a5a446] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-7 .swiper-dots[data-v-07a5a446] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-7 .swiper-dots[data-v-07a5a446] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-7 .cell[data-v-07a5a446] {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0.1rem;
}
.ui-article-list .center-7 .cell .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-7 .cell .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-7 .cell .exp[data-v-07a5a446] {
  position: relative;
  padding: 0.15rem 0;
}
.ui-article-list .center-7 .cell .exp h3[data-v-07a5a446] {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-8[data-v-07a5a446] {
  position: relative;
  padding: 0.2rem;
  overflow: hidden;
}
.ui-article-list .center-8 .swiper-container[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-8 .swiper-wrapper[data-v-07a5a446] {
  position: relative;
  background: #ffffff;
}
.ui-article-list .center-8 .swiper-wrapper .swiper-slide[data-v-07a5a446] {
  position: relative;
}
.ui-article-list .center-8 .swiper-dots[data-v-07a5a446] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-8 .swiper-dots[data-v-07a5a446] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-8 .swiper-dots[data-v-07a5a446] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-8 .cell[data-v-07a5a446] {
  position: relative;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-8 .cell .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-8 .cell .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-8 .cell .exp[data-v-07a5a446] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABYCAMAAAAJFsPWAAAAY1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmaHTeAAAAIXRSTlO6CsPKsQOhjYVTKiMWqDcQmZR9d3JsZmBbTEdBMRs9rB5j0mWHAAAArUlEQVRo3u3PRxLCMBBFwbGxTXQgZ8P9T4mLQ9CLob+k7StFjSQMF7VZFMg//DNR9GbRGzC8QRKGn4gLv5FYIwnDKyRh+IG4cIe48NiZxYjEHXHhG+LCV8SFl0jC8AVx4TPiwifEhY+ICx8QF94jLrxDXHiBJAzPkYThLeLCA+LCDRJD05Djftw2ZtEiLvxCokIShpkKLacS3O8LlNMhYpqRMTxDopyZqR9nDCsfqBkCu0A7pf4AAAAASUVORK5CYII=) repeat-x;
  z-index: 1;
  background-size: contain;
}
.ui-article-list .center-8 .cell .exp h3[data-v-07a5a446] {
  position: relative;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.ui-article-list .center-9[data-v-07a5a446] {
  padding: 0.2rem;
}
.ui-article-list .center-9 .list[data-v-07a5a446] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.ui-article-list .center-9 .list .item[data-v-07a5a446] {
  float: left;
  width: 100%;
  position: relative;
}
.ui-article-list .center-9 .list .item[data-v-07a5a446]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-9 .list .item[data-v-07a5a446]:last-child::before {
  content: none;
}
.ui-article-list .center-9 .list .cell[data-v-07a5a446] {
  position: relative;
  margin: 0.1rem;
  padding: 0.1rem;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-9 .list .image[data-v-07a5a446] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-9 .list .image .img[data-v-07a5a446] {
  background: #f5f5f5;
}
.ui-article-list .center-9 .list .exp[data-v-07a5a446] {
  position: relative;
  padding: 0.15rem 0.5rem 0.15rem 0;
}
.ui-article-list .center-9 .list .exp[data-v-07a5a446]::before {
  content: '';
  position: absolute;
  top: 0.24rem;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(-45deg);
}
.ui-article-list .center-9 .list .exp h3[data-v-07a5a446] {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.3rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}

/**************************
 ** ui-consult
 **************************/
.ui-consult[data-v-1c42b37b] {
  background-position: center center;
  background-size: cover;
}
.ui-consult .center-0[data-v-1c42b37b] {
  width: 100%;
  height: 2.94rem;
  color: #fff;
  text-align: center;
}
.ui-consult .center-0 h3[data-v-1c42b37b] {
  display: block;
  font-weight: normal;
  font-size: 0.32rem;
  line-height: 0.5rem;
  padding-top: 0.6rem;
}
.ui-consult .center-0 h4[data-v-1c42b37b] {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.ui-consult .center-0 .button[data-v-1c42b37b] {
  position: absolute;
  bottom: 0.3rem;
  padding-top: 0.32rem;
  padding-left: 0.45rem;
  padding-right: 0;
  text-align: center;
}
.ui-consult .center-0 .button a[data-v-1c42b37b] {
  float: left;
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.24rem;
  line-height: 0.65rem;
  text-align: center;
  text-indent: 0.2rem;
  color: #fff;
  border-radius: 0.3rem;
}
.ui-consult .center-0 .button a[data-v-1c42b37b]:first-child {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMA1exVBec6Nx6vg1BLMyPLYEAZ9/K5oyna0KB9eWtGLhIM++HNxL+zm49wFpNnXBDdu6mQblW+eskAAAFoSURBVCjPhZLXlqMwEAUbk5MxDuCcsydsqv//tZUGBjTr5Uw9SDR1RCNdiUmwumbH+b0v/8WewsiajeAweLbbI9naEYWTn/kxlK+k9Ly22hzIxaTPRI8LC6ZRqR5DfNPvLTVEMJrp/jdVnHFaPUcNJ8Ly41sFmZqYtJ6lyIXmr2NOIm/spOaqVMJCGv4Qi82lrgq4izuWFl0NqDv0gTfhxfQRsgZSUdhAsiU2vUffg6qlr33A2vQlqQ/1Ggtih9WXLNh64FbF7icLITP9BHnl1ISwTmVOYITFL9kkYrLbu+2BTtnJv+T0yjqsA7E8k8Bl4HmDEOwnqdN8v/HBy6N60eLMsQI9p6uVr39jmBG+N3roUsCt2c4jgoJR+bl6TC6PUF8dO8/tyIJzIBs+d3ysckh/76m4eroOcOuzvDeN/CTxgvaaRHoaj6UDC32Xee3yvj6IJdIJhY7K7XXgkqn14czqIlzKN/wFP8IqDF7aVYwAAAAASUVORK5CYII=) 0.5rem center no-repeat;
  border: 1px solid #fff;
  margin-right: 0.3rem;
  background-size: 0.31rem 0.31rem;
}
.ui-consult .center-0 .button a[data-v-1c42b37b]:nth-child(2) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMA9AcNMnHYtRX6eOadxGlSPK6ikYx/Q9HJhWJbSkAoId3rwJi5YnLfcgAAAYdJREFUOMutk9mWqjAQRRPmUVBBccCx9///4q0k4CXavvV5IKmsnRpOFurPFcSpJh+qJvhGtEwq44/LoV3C7tBeolOl4Xb2rkru2/JWGN/h8D8+YPWjlkwFmznYwrrNCuhs2KyfjalZvJAYbIEjjGZNAb0NBJ3vlBQO3VCbJYurBG6RUitozAlkjshgtuFUQmTrm0jL3gnCV6N7tOCaXoIH8dzxbWFQyVpy2bQ9w9zxaTHuzlYvOSp1hasZ0rNIlNAbq1LZ1jzl+5SsnmIz2kgi24g8MAbVPhFBKAVyl29jZ439xxzqQIUw0a3156zelcHkZinfNfnlnYjQLqGmkkVcekfOJK/hjwIm6GjuYvJ2u5sOChglTsCeXCt93wi8VAqReQ6bbMwx6n2kJo8cmRawH3cpnoe2idxU6AFjtR2/8JHaPd2le3SyOCT0Cz2g8w7KDw+3MCwnuIvXb1pp6LM5KtDqQ9kP6MIxF1ipX3QsIa+aa9hqhi///yrBKQnVN52rfY5OHfAPB8gkwpqqfJIAAAAASUVORK5CYII=) no-repeat 0.5rem center;
  background-size: 0.33rem 0.34rem;
}
.ui-consult .center-1[data-v-1c42b37b] {
  position: relative;
  width: 100%;
  height: 2.9rem;
  margin: 0 auto;
}
.ui-consult .center-1 h3[data-v-1c42b37b] {
  padding-top: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
  width: 5.4rem;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-align: left;
  color: #fff;
}
.ui-consult .center-1 h4[data-v-1c42b37b] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 5.4rem;
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.26rem;
  text-align: left;
  color: #fff;
}
.ui-consult .center-1 .button[data-v-1c42b37b] {
  position: absolute;
  bottom: -0.01rem;
  width: 100%;
  height: 0.96rem;
}
.ui-consult .center-1 .button a[data-v-1c42b37b] {
  float: left;
  display: block;
  width: 50%;
  height: 0.95rem;
  font-size: 0.3rem;
  line-height: 0.95rem;
  color: #fff;
}
.ui-consult .center-1 .button a[data-v-1c42b37b]:first-child {
  text-indent: 1.1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAMAAACj+uTiAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA9+6+kgkD5NrIw7Scg3ZDFtSwoJV6SzAfDufRyaWjjX9tY1o7NmCyd2wAAACoSURBVCjPddHZEoMgDEBRXHCnYK3afS///4kVAlMa4n09M0ACW/rkTcsZ0U4vdQQ02qYiGDUkIumdJAWWo3ZJLLWXAUvn5Yzl5aCfsRSphQuLy61sCFHw6ANBN0tZDP6mkaBJ294EXeEqRVBlqSpi2evVV0ig1nzkSfCQHkCNNHssn2gVQW04+PaPynmVUhY0UAKJH+DlT6WHmqF4nsDMnFjHPatqc9QXPzEhIu5LO8gAAAAASUVORK5CYII=) no-repeat 0.6rem center;
  background-size: 0.25rem 0.28rem;
}
.ui-consult .center-1 .button a[data-v-1c42b37b]:nth-child(2) {
  text-indent: 1.06rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAhFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8g2+bRAAAAK3RSTlMA8NnPyvbewLyppJSCcjDl07d5b0EmwqB+Y049OyAdDwsFspqJZ2VaVygUQ2zD3gAAAM9JREFUKM910NlOw0AMheG/2ci+tElXSlt2OO//fihOFUSY+S48km2NjsxsqPI0abZZWbP0kWoWVX9GZxv9Ck7MjrGW1tx9yjing5wOALdEbt/ARh4Z0MjnTC+vVwp5PdDJBOFYE6tteO8R2RtBMa7yIoWQW3PFtPUMBym37B3srRmTypTVaqybse6r6ZwNubwi3uW14yKvHnbySIAneTwCvPnubjJ31MnJddcbk1r/FBhXpK5ndl3ZR1t74rawmLNAao9wHer668JCGaxx+QGZ/1uQre0fgQAAAABJRU5ErkJggg==) no-repeat 0.6rem center;
  background-size: 0.28rem 0.28rem;
}






























































































































/**************************
 ** ui-image-text
 ** liqingyun
 **************************/
.ui-image-text .ui-control-layout[data-v-71dc8764] {
  padding-bottom: .6rem;
}
.ui-image-text .center-0[data-v-71dc8764] {padding-top:0.3rem;position:relative;width:5.8rem;margin:0 auto;}
.ui-image-text .center-0 .about[data-v-71dc8764]{padding-bottom:0.4rem;}
.ui-image-text .center-0 .aimg[data-v-71dc8764]{margin: 0 auto;display:block;width: 4.63rem;height: 3.62rem;background-size: 100%;text-align: center;border:1px solid #ddd;border-radius:0.06rem;}
.ui-image-text .center-0 .aimg img[data-v-71dc8764]{display:block;width: 4.33rem;height: 3.23rem;margin:0 auto;background-size: 100%;margin-top: 0.2rem;border-radius: 0.08rem;}
.ui-image-text .center-0 .about h3[data-v-71dc8764]{border-bottom:#cacaca solid 1px; height:0.8rem; font-size:0.36rem; color:#333; font-weight:bold; text-align:center; margin-top:0.2rem;}
.ui-image-text .center-0 .about .cont[data-v-71dc8764]{font-size: 0.24rem;color: #232323;line-height: 0.36rem;margin-top: 0.3rem;text-align: center;height: auto;word-break: break-word;}
.ui-image-text .center-0 .about .amore[data-v-71dc8764]{display: block;width: 2.22rem;height: 0.6rem;background-size: 100%;margin: 0 auto;margin-top:0.2rem;color: #333;line-height: 0.6rem;text-align:center;border:1px solid #ddd;border-radius:0.3rem;}
.ui-image-text .center-1 .aimg[data-v-71dc8764]{display:block;width: 6rem;height: 3.24rem;border:1px solid #ddd;background-size: 6rem 3.24rem;margin: 0 auto;}
.ui-image-text .center-1 .aimg img[data-v-71dc8764]{display:block;width: 5.8rem;height: 3.04rem;background-size: 100%;margin: 0.1rem 0 0 0.1rem;}
.ui-image-text .center-1 h3[data-v-71dc8764]{font-size: .36rem;color: #333;text-align: center;padding-top: .3rem;}
.ui-image-text .center-1 .cont[data-v-71dc8764]{font-size: .2rem;line-height: 0.36rem;color: #333333;text-align: left;padding-top: 0.2rem;width: 5.8rem;margin: 0 auto;}
.ui-image-text .center-1 .amore[data-v-71dc8764]{width: 5.92rem;height: 0.74rem;font-size:0.26rem;line-height: 0.74rem;text-align: center;border: 1px solid #ddd;display: block;margin: 0 auto;border-radius: 0.1rem;margin-top: .4rem;}
.ui-image-text .center-2[data-v-71dc8764]{padding:0.4rem 4% 0.45rem;}
.ui-image-text .center-2 .aimg[data-v-71dc8764]{display:block;}
.ui-image-text .center-2 .aimg img[data-v-71dc8764]{width: 100%;border-radius: .12rem;display: block;}
.ui-image-text .center-2 h3[data-v-71dc8764]{font-size: .36rem;color: #333;text-align: center;padding-top: .3rem;}
.ui-image-text .center-2 .cont[data-v-71dc8764]{font-size: .22rem;line-height: .4rem;margin-bottom: .35rem;max-height: 1.6rem;overflow: hidden;}
.ui-image-text .center-2 .amore[data-v-71dc8764]{display:block;width: 2.6rem;height: .6rem;text-align: center;border-radius: .05rem;line-height: .6rem;display: block;background: #333;color: #fff;font-size: .28rem;margin: .1rem auto 0;}
.ui-image-text .center-3 .aimg[data-v-71dc8764]{display:block;width:100%;border-bottom:1px solid #ddd;}
.ui-image-text .center-3 .aimg img[data-v-71dc8764]{display:block;width:100%;height:2.2rem;}
.ui-image-text .center-3 h3[data-v-71dc8764]{font-size: .36rem;color: #1b2a76;text-align: center;padding-top: .3rem;}
.ui-image-text .center-3 .cont[data-v-71dc8764]{width:5.7rem;margin:0 auto;margin-top:0.24rem;font-size:0.24rem;line-height:0.4rem;text-align:justify;color:#333;}
.ui-image-text .center-3 .amore[data-v-71dc8764]{display: block;width:2.4rem;height:0.54rem;margin:0 auto;margin-top:0.36rem;font-size:0.26rem;line-height:0.54rem;text-align:center;border:2px solid #8f8f8f;color:#393939;}
.ui-image-text .center-4 .about[data-v-71dc8764]{padding:0.3rem 0;}
.ui-image-text .center-4 .aimg[data-v-71dc8764]{display:block;width:6rem;height:2.6rem;margin:0 auto;overflow: hidden;}
.ui-image-text .center-4 .aimg img[data-v-71dc8764]{display:block;width:6rem;height:2.6rem;border-radius: 0.2rem;}
.ui-image-text .center-4 h3[data-v-71dc8764]{width:5.9rem;margin:0 auto;font-size: .36rem;padding-top: .3rem;}
.ui-image-text .center-4 .cont[data-v-71dc8764]{width:5.9rem;margin:0 auto;color: #8e8b8b;font-size: .24rem;line-height: 0.46rem;text-align:justify;padding-top: .2rem;padding-bottom: .2rem;}
.ui-image-text .center-4 .amore[data-v-71dc8764]{display: block;width: 2.62rem;height: 0.62rem;line-height: 0.62rem;background: #fff;text-align: center;color: #333;border: 1px solid #ddd;margin: 0 auto;border-radius: .3rem;}
.ui-image-text .center-5[data-v-71dc8764]{padding-bottom:0.6rem;width: 6rem;height: auto;background-color: #fff;border-radius: 0.12rem;margin:0 auto;box-shadow:0 0.06rem 0.12rem rgba(0, 0, 0, 0.2);border-top:1px solid #fff;}
.ui-image-text .center-5 .aimg[data-v-71dc8764]{display:block;width:6rem;height:4.38rem;margin:0 auto;overflow: hidden;}
.ui-image-text .center-5 .aimg img[data-v-71dc8764]{display:block;width:5.4rem;height:4.38rem;margin:0.3rem;border-radius: 0.06rem;}
.ui-image-text .center-5 h3[data-v-71dc8764]{font-size: .36rem;color: #333333;text-align: center;}
.ui-image-text .center-5 .cont[data-v-71dc8764]{font-size: 0.24rem;color: #666666;text-align: justify;line-height: .4rem;width: 5.4rem;margin: .3rem;line-height: .36rem;padding-bottom: .2rem;}
.ui-image-text .center-5 .amore[data-v-71dc8764]{width: 2.6rem;height: .6rem;line-height: 0.6rem;text-align: center;display: block;background-color: #0062b5;border-radius: 0.4rem;font-size: 0.26rem;color: #FFFFFF;margin: 0 auto;}





























































































/**************************
 ** ui-product-category-navigation
 ** zhaoweiren
 **************************/
.ui-default[data-v-37451a8a] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-product-category-navigation .center-0 .menu[data-v-37451a8a]{padding: 0.35rem 3% .15rem;}
.ui-product-category-navigation .center-0 .menu a[data-v-37451a8a]{width: 31.3%;margin: 0 3% .2rem 0;height: 0.65rem;font-size:0.26rem;line-height: 0.65rem;text-align: center;background: #fff;border-radius: .4rem;display: block;float: left;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-product-category-navigation .center-0 .menu a[data-v-37451a8a]:nth-child(3n){margin-right:0;}
.ui-product-category-navigation .center-1 .menu[data-v-37451a8a]{padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-1 .menu a[data-v-37451a8a]{width:2.78rem;margin-right:0.16rem;overflow: hidden;height: 0.62rem;line-height: 0.62rem;text-align: center; color:#333;display: block; margin-bottom:0.2rem;float: left;background-size:100%;border:1px solid #ddd;border-radius:0.31rem;}
.ui-product-category-navigation .center-1 .menu a[data-v-37451a8a]:nth-child(2n){ margin-right: 0;}
.ui-product-category-navigation .center-2 .menu[data-v-37451a8a]{padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-2 .menu a[data-v-37451a8a]{float:left;width: 48%; margin: 0 3% .2rem 0; height: 0.65rem; line-height: 0.65rem; text-align: center; background: #fff; border-radius: .4rem; display: block; float: left; box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-product-category-navigation .center-2 .menu a[data-v-37451a8a]:nth-child(2n){margin-right:0;}
.ui-product-category-navigation .center-3[data-v-37451a8a]{padding-left:3%;display: -webkit-box; /*overflow-x: scroll;*/ -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-product-category-navigation .center-3 .list[data-v-37451a8a]{width:100%;height:0.68rem;border-bottom:1px solid #dedede;}
.ui-product-category-navigation .center-3 .menu[data-v-37451a8a]{position:relative;display: inline-block;width:100%;margin-bottom:0.35rem;overflow: hidden;}
.ui-product-category-navigation .center-3 .menu a[data-v-37451a8a]{padding-bottom:0.2rem;margin-right:0.2rem;display:inline-block;font-size:0.26rem;}
.ui-product-category-navigation .center-4[data-v-37451a8a] { padding-left:0.24rem; padding-top:0.2rem;display: -webkit-box; overflow-x: scroll; -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-product-category-navigation .center-4 .menu[data-v-37451a8a]{display: inline-block;}
.ui-product-category-navigation .center-4 .menu a[data-v-37451a8a]{display:inline-block; width:1.99rem; height:0.6rem;font-size:0.24rem; color:#333; line-height:0.6rem; background-color:#fff; margin-right:0.13rem;  text-align:center; border-radius:0.1rem; overflow:hidden;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-product-category-navigation .center-5 .menu[data-v-37451a8a]{position:relative;padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-5 .menu a[data-v-37451a8a]{float:left;display:block;width:47%;height:0.6rem;font-size:0.24rem;line-height:0.6rem;text-align:center;color:#fff;background:#333;border:1px solid #333;border-radius: 0.12rem;}
.ui-product-category-navigation .center-5 .menu a[data-v-37451a8a]:nth-child(2n){margin-left:0.2rem;margin-bottom:0.2rem;}


/**************************
 ** ui-product-list
 **************************/
.ui-default[data-v-1fe4d7a8] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-product-list .center-0 .list[data-v-1fe4d7a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-0 .list .item[data-v-1fe4d7a8] {
  float: left;
  width: 50%;
}
.ui-product-list .center-0 .list .cell[data-v-1fe4d7a8] {
  display: block;
  margin: 0.1rem;
}
.ui-product-list .center-0 .list .image[data-v-1fe4d7a8] {
  position: relative;
}
.ui-product-list .center-0 .list .image .img[data-v-1fe4d7a8] {
  background: #ffffff;
}
.ui-product-list .center-0 .list .exp[data-v-1fe4d7a8] {
  position: relative;
}
.ui-product-list .center-0 .list .exp h3[data-v-1fe4d7a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-product-list .center-1 .list[data-v-1fe4d7a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-1 .list .item[data-v-1fe4d7a8] {
  float: left;
  width: 100%;
}
.ui-product-list .center-1 .list .cell[data-v-1fe4d7a8] {
  display: block;
  margin: 0.1rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ui-product-list .center-1 .list .image[data-v-1fe4d7a8] {
  position: relative;
  background: #ffffff;
}
.ui-product-list .center-1 .list .exp[data-v-1fe4d7a8] {
  position: relative;
}
.ui-product-list .center-1 .list .exp h3[data-v-1fe4d7a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  font-weight: normal;
  text-align: center;
  font-size: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-product-list .center-2 .list[data-v-1fe4d7a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-2 .list .item[data-v-1fe4d7a8] {
  float: left;
  width: 100%;
}
.ui-product-list .center-2 .list .cell[data-v-1fe4d7a8] {
  display: block;
  margin: 0.1rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ui-product-list .center-2 .list .image[data-v-1fe4d7a8] {
  position: relative;
  background: #ffffff;
}
.ui-product-list .center-2 .list .exp[data-v-1fe4d7a8] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.ui-product-list .center-2 .list .exp h3[data-v-1fe4d7a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  font-weight: normal;
  text-align: center;
  font-size: 0.25rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-3 .list .item[data-v-1fe4d7a8] {
  position: relative;
  padding: 0.2rem;
}
.ui-product-list .center-3 .list .item[data-v-1fe4d7a8]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-product-list .center-3 .list .cell[data-v-1fe4d7a8] {
  position: relative;
  display: block;
}
.ui-product-list .center-3 .list .cell[data-v-1fe4d7a8]::after {
  content: '';
  clear: both;
  display: block;
}
.ui-product-list .center-3 .list .image[data-v-1fe4d7a8] {
  position: relative;
  float: left;
  width: 2rem;
  padding: 0 0 0 0.05rem;
}
.ui-product-list .center-3 .list .image[data-v-1fe4d7a8]::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.08rem;
  z-index: 2;
  width: 0.4rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABICAMAAABY4/wGAAAAe1BMVEUAAADyS0veAAzeAAz4YF34YF34YF34YF34YF34YF3eAAz4YF34YF3eAAz4YF34YF3eAAz4YF34YF34YF34YF34YF34YF34YF3eAAz4YF34YF3eAAz4YF34YF34YF3eAAzeAAz4YF3////8ycj+7u793Nz6lJP7q6neAAx9MQQCAAAAIXRSTlMACO/j/PbmlEft2tTMycGvr6SAdGA7MSMhHBUS3mhUPjJmOv5OAAABe0lEQVRIx+3T2W7CMBAF0EnZl0LZt24ej8f5/y+sE8sokNgeHipRqfdhDOIIrjMCVDZfEJK3L98P2Jej3Ja9o9yW04vQ9sqyfL1IbYWLG6uxPixyhy3fComdlh5LLIQEy1jHEvqYlo32pawNh8QaZLISS4hWsZuUsxbZd+D6XkbU1yAhsrMac1ajVpaUJmUoYY2zxlHfhMlEbbUIR/n6I8htG0/catePqgZYD05ZpLqyH2woYS1aR9BeX+m4JfIzDB2/G/uPNIbhu4ufw5Nbout+0zY8WxOs1QlrKsFovLVIcctYxTpc2eqIW2PCrp3175J7E95Na39iSLYvKdShU8Iqz37FCvtqD+xf6fv49yLnbVgcq6ultOXQwaALP/v/+N82MhmPpHZ2ANgORHZZgMt+KLBr8DkvcnbwCSHFKG3f99DIRz9hF2e4yW4YtSO4z2nebQdbaKdYddnhDjqz6bfs/ASRjCd3dlVANIdZ0/Y3kEqxbNgxZLKGkB84dCNdFx9f3AAAAABJRU5ErkJggg==) no-repeat 0 0;
  background-size: contain;
}
.ui-product-list .center-3 .list .image .img[data-v-1fe4d7a8] {
  background: #f5f5f5;
}
.ui-product-list .center-3 .list .exp[data-v-1fe4d7a8] {
  position: relative;
  margin: 0 0 0 2.2rem;
}
.ui-product-list .center-3 .list .exp h3[data-v-1fe4d7a8] {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.4rem;
  margin: 0 0 0.3rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-product-list .center-3 .list .exp .fee[data-v-1fe4d7a8] {
  line-height: 0.3rem;
  color: #999999;
}
.ui-product-list .center-3 .list .call[data-v-1fe4d7a8] {
  position: absolute;
  right: 0.2rem;
  top: 1.1rem;
  line-height: 0.5rem;
  border: 1px solid #dddddd;
  padding: 0 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
}
.ui-product-list .center-3 .list .call i[data-v-1fe4d7a8] {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAgVBMVEUAAAAAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6yR/DPqAAAAKnRSTlMA5X3t3hsPCwb5OeHPyaVai3NUQyYKvbWgmIJ3ZiT11bCUiD3Eb21hTDJaRAvxAAAA/ElEQVQoz3WS2ZKCMBBFO4Issqkgi4LrrOf/P3ASdYAy8T4klTqpdPe9Ea1t3e3ErQWQLJ2oJLld8ZxQMYhsSEIbrcgfD2c2W7O67w2FxWoePZ75tpjPs9k0esMqvEAsZZj7OT9iq8VMFh/FoZ6tSEjmYoOZL8IXl7xYLyecbm/M0F/sXSzCE9nFLN0ZLXSGqMnsWzlVpDK++sPznEMTjFGoyEAOgTmdaM6o/xIHUr0WMWS1gquuM4Xdkepq4SaFODeZzcO+oH7NHo6O7+lkfJaFzBXMrCoVXj9FWKUUL3+xLZaaB6sLL0YFnz7AMQbU1vKo6tss8T/Wd2P+AJjZFJZgFOkdAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 0.24rem;
}
.ui-product-list .center-3 .list .call span[data-v-1fe4d7a8] {
  vertical-align: middle;
}
.ui-product-list .center-4 .list[data-v-1fe4d7a8] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  padding: 0.1rem;
}
.ui-product-list .center-4 .list .item[data-v-1fe4d7a8] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  margin: 0.15rem 0.05rem;
}
.ui-product-list .center-4 .list .cell[data-v-1fe4d7a8] {
  position: relative;
  display: block;
}
.ui-product-list .center-4 .list .image[data-v-1fe4d7a8] {
  position: relative;
  padding: 0 0.05rem;
}
.ui-product-list .center-4 .list .image[data-v-1fe4d7a8]::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.08rem;
  z-index: 2;
  width: 0.4rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABICAMAAABY4/wGAAAAgVBMVEUAAAD0UVDeAAzeAAz4YF34YF34YF34YF34YF3oKSz4YF3eAAz4YF34YF34YF34YF34YF34YF34YF34YF34YF34YF3eAAz4YF34YF34YF3eAAzeAAzeAAzeAAz4YF34YF34YF3eAAzeAAz4YF3////8ycj7q6n6lJPeAAz+7u793NyL8zNwAAAAI3RSTlMACe/j/PbnRxoS7drUzMGvpJGAdGA7ODEj3s/DtqeZaFQmHJQ1JIkAAAE/SURBVEjH7dPXjsIwEEDRMZBGrwvbS8b1/z9wiZU4Xpw487BFkfa+RIKj0RgcKAe7gzqCnVSYaifvdKumH3SrFgXRTpVSDwXdqkdGt+rJtxJF9TAoS5S+XSjbc2Al8lIa9C3UBVZbhiJmOVYZjm08PlegHavN8A4S6VZoTrZ2bZeIWmOIc+0kkjVod/iBfcO5o7Btus+K6js7NyiwrlFZ5O7xTVZiEP/VHVzCXVrKvrS7Ht6GmJUoKdYdyWCTjFntHR+Rx+aa1vLqYBGrtftZJWJ0X67tvuT/2M11G/ydFUQr8Joey3v8b5vm2Y5qlxeAY0KyGwbXzinB7uvP8vWQTd6gib3E7f0ZvF5nEbsu4EuntNfu4LZ81W2TI4SxbZdNT9DZYRbYVQ49ZfMbu2XQ22Xp29kBYrGNZzMYaA9NnwBeM+psH3W0AAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size: contain;
}
.ui-product-list .center-4 .list .image .img[data-v-1fe4d7a8] {
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
.ui-product-list .center-4 .list .exp[data-v-1fe4d7a8] {
  position: relative;
  padding: 0.1rem 0;
}
.ui-product-list .center-4 .list .exp h3[data-v-1fe4d7a8] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  text-align: center;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4 .list .call[data-v-1fe4d7a8] {
  display: block;
  margin: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #005bac;
  color: #ffffff;
  font-size: 0.22rem;
  border-radius: 0.1rem;
  text-align: center;
}
.ui-product-list .center-4 .list .call i[data-v-1fe4d7a8] {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAbFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+T+BWAAAAI3RSTlMACuN9+Dnq3sl1JQ+Kz6VbBmZUQxoD7721oJQdsJiDbtVMMp1NxcoAAAD0SURBVCjPdZLZdoMgFEWRIOI81SlmaLv//x8LSaqm0Psgi7XlXs45CFvddI1EuE6A/AiiHhkX6CDUZEKkyEDbmOrZ2PisIH6sM7XHJp7NLrQeS3hdthz+YRlj7s8zuP8rvoRfC1bZoFRIXksnRIQJsczpa0hEqEbX7pOg26kTfecUYg3aDlSswYzcme5odty/J1GQZK99BXO+RaEbB0lztyuZL8h1u05pv7UCM0ko3JzxN+wzxk6L0hJU5TLbw3ZQf7s12hy/cd1V/lGYH6zqJbptdivL4zsYTsBSr5bn8Rlu723uCYBSgOz8VNrFyMQUD2N+ADotEUWCCQgcAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 0.24rem;
}
.ui-product-list .center-4 .list .call span[data-v-1fe4d7a8] {
  vertical-align: 0;
}

.ui-form[data-v-b63d39ec] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-b63d39ec] {
  position: relative;
}
.ui-form .list[data-v-b63d39ec] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-b63d39ec] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-b63d39ec] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-b63d39ec] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-b63d39ec] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-b63d39ec] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-b63d39ec] {
  position: relative;
}
.ui-form .text[data-v-b63d39ec] {
  position: relative;
}
.ui-form .text input[data-v-b63d39ec] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .textarea[data-v-b63d39ec] {
  position: relative;
}
.ui-form .textarea textarea[data-v-b63d39ec] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-b63d39ec] {
  position: relative;
}
.ui-form .select select[data-v-b63d39ec] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-b63d39ec],
.ui-form .checkbox[data-v-b63d39ec] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-b63d39ec],
.ui-form .checkbox .item[data-v-b63d39ec] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-b63d39ec],
.ui-form .checkbox .item input[data-v-b63d39ec] {
  float: left;
}
.ui-form .radio .item span[data-v-b63d39ec],
.ui-form .checkbox .item span[data-v-b63d39ec] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-b63d39ec] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-b63d39ec] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-b63d39ec] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-b63d39ec] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-b63d39ec] {
  position: relative;
}
.ui-form .submit input[data-v-b63d39ec] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-b63d39ec] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-b63d39ec] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-b63d39ec] {
  display: none;
}
.ui-form .center-1 .text input[data-v-b63d39ec],
.ui-form .center-1 .textarea textarea[data-v-b63d39ec],
.ui-form .center-1 .select select[data-v-b63d39ec],
.ui-form .center-1 .huxing .txt[data-v-b63d39ec] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-b63d39ec],
.ui-form .center-2 .textarea textarea[data-v-b63d39ec],
.ui-form .center-2 .select select[data-v-b63d39ec],
.ui-form .center-2 .huxing .txt[data-v-b63d39ec] {
  background: #fff;
  border: 1px solid #ddd;
}

.ui-form[data-v-681c7df8] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-681c7df8] {
  position: relative;
}
.ui-form .list[data-v-681c7df8] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-681c7df8] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-681c7df8] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-681c7df8] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-681c7df8] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-681c7df8] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-681c7df8] {
  position: relative;
}
.ui-form .text[data-v-681c7df8] {
  position: relative;
}
.ui-form .text input[data-v-681c7df8] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .text .sendsms[data-v-681c7df8] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .text .sendsms[data-v-681c7df8]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .text .sendsms span[data-v-681c7df8] {
  display: block;
  padding: 0 20px;
}
.ui-form .textarea[data-v-681c7df8] {
  position: relative;
}
.ui-form .textarea textarea[data-v-681c7df8] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-681c7df8] {
  position: relative;
}
.ui-form .select select[data-v-681c7df8] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-681c7df8],
.ui-form .checkbox[data-v-681c7df8] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-681c7df8],
.ui-form .checkbox .item[data-v-681c7df8] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-681c7df8],
.ui-form .checkbox .item input[data-v-681c7df8] {
  float: left;
}
.ui-form .radio .item span[data-v-681c7df8],
.ui-form .checkbox .item span[data-v-681c7df8] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-681c7df8] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-681c7df8] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-681c7df8] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-681c7df8] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-681c7df8] {
  position: relative;
}
.ui-form .submit input[data-v-681c7df8] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-681c7df8] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-681c7df8] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-681c7df8] {
  display: none;
}
.ui-form .center-1 .text input[data-v-681c7df8],
.ui-form .center-1 .textarea textarea[data-v-681c7df8],
.ui-form .center-1 .select select[data-v-681c7df8],
.ui-form .center-1 .huxing .txt[data-v-681c7df8] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-681c7df8],
.ui-form .center-2 .textarea textarea[data-v-681c7df8],
.ui-form .center-2 .select select[data-v-681c7df8],
.ui-form .center-2 .huxing .txt[data-v-681c7df8] {
  background: #fff;
  border: 1px solid #ddd;
}






























































/**************************
 ** ui-search-panel
 ** liqingyun
 **************************/
.ui-search-panel[data-v-355d9a88] { position: relative;
}
.ui-search-panel .inner[data-v-355d9a88] { position: relative; padding: .2rem;
}
.ui-search-panel .input[data-v-355d9a88] { background: #fff; position: relative; padding: 0 .2rem;
}
.ui-search-panel .input img[data-v-355d9a88] { width: 24px; height: 24px; vertical-align: middle;
}
.ui-search-panel .input span[data-v-355d9a88] { vertical-align: middle;
}
.ui-search-panel .center-2 .inner[data-v-355d9a88],
.ui-search-panel .center-3 .inner[data-v-355d9a88] { position: absolute; left: 0; top: 0; right: 0; z-index: 10;
}


.outer[data-v-0c63bdc8] {
  position: relative;
}
.ui-video[data-v-0c63bdc8] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .video-player[data-v-0c63bdc8] {
  position: relative;
  display: block;
  z-index: 1;
  background: #000000;
}

.ui-webmap[data-v-2e24346c] {
  position: relative;
  padding: 0.3rem;
}
.ui-webmap .rows2[data-v-2e24346c] {
  position: relative;
  overflow: hidden;
}
.ui-webmap .head[data-v-2e24346c] {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  margin: 0 0 0.3rem;
}
.ui-webmap .head h3[data-v-2e24346c] {
  font-weight: normal;
}
.ui-webmap .head h3 a[data-v-2e24346c] {
  display: block;
  padding: 0 0 0 0.3rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.ui-webmap .sub[data-v-2e24346c] {
  position: relative;
  padding: 0 0 0.3rem;
  margin: -0.3rem 0 0 0;
}
.ui-webmap .sub h3[data-v-2e24346c] {
  font-weight: normal;
}
.ui-webmap .sub h3 a[data-v-2e24346c] {
  display: block;
  padding: 0 0 0 0.3rem;
  line-height: 0.8rem;
  color: #000;
}
.ui-webmap .sub dl[data-v-2e24346c] {
  overflow: hidden;
}
.ui-webmap .sub dd[data-v-2e24346c] {
  float: left;
}
.ui-webmap .sub dd a[data-v-2e24346c] {
  display: block;
  margin: 0.1rem 0.3rem;
  line-height: 0.4rem;
  color: #666;
}

.ui-map .map-wrap[data-v-cd1e41d2] {
  height: 100%;
}

/**************************
 ** ui-page-contact
 **************************/
.ui-page-contact .center-0 .ui-content[data-v-a3609c9a] {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  min-height: 5.2rem;
}
.ui-page-contact .center-0 .conlist[data-v-a3609c9a] {
  width: 94%;
  margin: 0 auto;
  padding: 0.4rem 0 0;
}
.ui-page-contact .center-0 .conlist .item[data-v-a3609c9a] {
  width: 100%;
  color: #333333;
  margin-bottom: 0.28rem;
  padding-left: 0.7rem;
  position: relative;
}
.ui-page-contact .center-0 .conlist .item s[data-v-a3609c9a] {
  width: 0.7rem;
  height: 0.55rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAA3CAMAAACGog6XAAAAP1BMVEUAAAD5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSeEdFdWAAAAFHRSTlMAwECAEPCgMGDQP1Agz3Cw4N+Qvx+xg24AAAO6SURBVGje7ZrtcqwgDIZBwocHFXW5/2s9NoUNdnU1dum0M/v+cqwGHpK8YFvx1ltvVRZ4pUJQyoP4KXm1KS8uqRv6eFc/dOIHZKe4o8kKtkDpdRCt6ifD6rgrzYZwKVorQ5BtiuJEZd1ikiyU790ETwbfCg5SUlzAG0ZUlY1ZolDMYlUz4HqY1TsdYt1AVFTznKHhplQ3DyPoj9RwLKaPp9X7FYMqdIlh/ugD2DCqj76YGavKkt9/g8/gCeGLoMWxTkqiD8gTGrGNE0MrN9TyGGBaRu7uvdwveb73dqcXowYOQ5zPeqBGhp2ZNjwGhU9TcNTkKJZiMURzxDykMV7HABrTughMLGQgT0zDWQaJEXo4tnHTvpLB3Y04YHUq71VLe0O3XLnTDMKlY8KBjSshX8eAMw/3mhqbFGLEgVIiwnkG4TX59IY6tF8nXsoAy7NDrqkWSkfSkKuXwSDsGPdTZ5HQilcx0MNdToMtRstsHQU7Zkj4i+ZdQ2o78WIGn5e5zR1Ardfnrd9zGHLXwrYhSRBshmNnbWmqO3CKxyCGTXsyySlqMMhcO81mkUk2Q+rsfmVPEKhPKjDQlEnUB3yG3Nm6gICe/KoCw4QXu3mY2AzU2W5lSCMx1fElnadKcJrtSw/lr6i2ynNlpf3B5NMdHUHClf2BNNx72KWrOgwYbMK31sOYHKPH22wG6mygjNRicNS7xc40x6LX/RUGmAdhESJ8/nqhMb4SAzbCLVdPnBwsV276GLZLn6mjYDGQDw2fnY0OheO4WgwKn07eQdI2x3I8BrLSAc/z+XihcZw6DKDzqaKThJCOBD2mgc/Qx7z/K51iOVyYOgyYiCE1R6IInqzFXWAwX62UIOowwFh8q0HjfQOrbzwOAyGMIL5qRogqDLhAYef7KFo+g8lzJdEPJqjCIOS2gXp0WyYDIexA9FCFodNUTetmH4HNMD8ZHlqEqMEghq1fM98wDJfBpbPeAQQxGLUhQwysahoe7WoWPIYDhLyTGmLYE4+BQtuv2WwFk4FOd7uyCLHFEJwLFxmofzWsobTlMhDCEcQjw4BFfZGBzLsXq43WcetR4w5/bOWokoFy3l5noHMrmaDhB1ik/b8jmTRpYqDRzFUGstJiqVoQPKnI0kwMRfrkRQYqVEf9rDv2IkgOgoSSITuKvdYPJOgyDIbkqxnUWTUPM56aJcBU3unEZcFE/VxZ8mmmvoHQP93cfvHf2Ek3Mon6suMewvgNhOGMJf3a/zn51IyH1b8t2y5ZfOutv6X/XEiMO7T9kdkAAAAASUVORK5CYII=) no-repeat 0.1rem 0;
  background-size: auto 0.55rem;
}
.ui-page-contact .center-0 .conlist .item span[data-v-a3609c9a] {
  line-height: 0.26rem;
  color: #333333;
  margin-bottom: 0.07rem;
  font-size: 0.26rem;
  display: block;
}
.ui-page-contact .center-0 .conlist .item strong[data-v-a3609c9a] {
  font-family: arial;
  font-weight: normal;
  color: #f95927;
}
.ui-page-contact .center-0 .conlist .item strong a[data-v-a3609c9a] {
  font-size: 0.26rem;
  color: #f95927;
  font-weight: bold;
}
.ui-page-contact .center-0 .conlist .item.address s[data-v-a3609c9a] {
  background-position: -0.65rem center;
}
.ui-page-contact .center-0 .conlist .item.address strong[data-v-a3609c9a] {
  color: #666;
  font-size: 0.22rem;
  font-weight: normal;
}
.ui-page-contact .maparea[data-v-a3609c9a] {
  width: 100%;
  overflow: hidden;
}
.ui-page-contact .maparea .map[data-v-a3609c9a] {
  height: 4rem;
}
.ui-page-contact .maparea .map img[data-v-a3609c9a] {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-page-contact .ui-page-contact-info-list[data-v-a3609c9a] {
  overflow: hidden;
  padding: 0.1rem;
}
.ui-page-contact .ui-page-contact-info-scroll[data-v-a3609c9a] {
  position: relative;
}
.ui-page-contact .ui-page-contact-info-scroll .item[data-v-a3609c9a] {
  border: 1px solid #eeeeee;
  margin: -1px;
  padding: 0.2rem;
}
.ui-page-contact .ui-page-contact-info-scroll .name[data-v-a3609c9a] {
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  color: #333333;
}
.ui-page-contact .ui-page-contact-info-scroll .items[data-v-a3609c9a] {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  margin: 0 0 5px;
  font-size: 14px;
  color: #666666;
  padding: 0 0 0 20px;
}
.ui-page-contact .ui-page-contact-info-scroll .items i[data-v-a3609c9a] {
  position: absolute;
  left: 0;
  top: 0;
  color: #aaaaaa;
}

.ui-default[data-v-30700700] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-design-team[data-v-30700700] {
  position: relative;
}
.ui-design-team .layout-0 .list[data-v-30700700] {
  padding: 0.2rem 0.1rem 0;
  overflow: hidden;
}
.ui-design-team .layout-0 .item[data-v-30700700] {
  float: left;
  width: 50%;
  margin: 0 0 0.2rem;
}
.ui-design-team .layout-0 .cell[data-v-30700700] {
  display: block;
  margin: 0 0.1rem;
}
.ui-design-team .layout-0 .image[data-v-30700700] {
  position: relative;
}
.ui-design-team .layout-0 .exp[data-v-30700700] {
  padding: 0.1rem;
}
.ui-design-team .layout-0 .exp h3[data-v-30700700] {
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.ui-default[data-v-2861e242] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-renova-example[data-v-2861e242] {
  position: relative;
}
.ui-renova-example .layout-0 .list[data-v-2861e242] {
  padding: 0.2rem 0.1rem 0;
  overflow: hidden;
}
.ui-renova-example .layout-0 .item[data-v-2861e242] {
  float: left;
  width: 50%;
  margin: 0 0 0.2rem;
}
.ui-renova-example .layout-0 .cell[data-v-2861e242] {
  display: block;
  margin: 0 0.1rem;
}
.ui-renova-example .layout-0 .image[data-v-2861e242] {
  position: relative;
}
.ui-renova-example .layout-0 .exp[data-v-2861e242] {
  padding: 0.1rem;
}
.ui-renova-example .layout-0 .exp h3[data-v-2861e242] {
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.ui-renova-example .layout-1 .swiper-box[data-v-2861e242] {
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}
.ui-renova-example .layout-1 .swiper-container[data-v-2861e242] {
  position: relative;
  overflow: hidden;
}
.ui-renova-example .layout-1 .swiper-wrapper[data-v-2861e242] {
  position: relative;
  background: #ffffff;
}
.ui-renova-example .layout-1 .swiper-wrapper .swiper-slide[data-v-2861e242] {
  position: relative;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-2861e242] {
  position: relative;
  text-align: center;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-2861e242] span {
  margin: 0 0.05rem;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-2861e242] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-renova-example .layout-1 .cell[data-v-2861e242] {
  position: relative;
  display: block;
  overflow: hidden;
}
.ui-renova-example .layout-1 .image[data-v-2861e242] {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
.ui-renova-example .layout-1 .exp[data-v-2861e242] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.2rem;
  z-index: 1;
  background-size: contain;
}
.ui-renova-example .layout-1 .exp i[data-v-2861e242] {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
.ui-renova-example .layout-1 .exp h3[data-v-2861e242] {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-page-renova-design-team-list[data-v-4faa0830] {
  position: relative;
  background: #f9f9f9;
}
.ui-page-renova-design-team-list .cell[data-v-4faa0830] {
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0.2rem;
  padding: 0.2rem;
}
.ui-page-renova-design-team-list .title h3[data-v-4faa0830] {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  word-break: break-all;
}
.ui-page-renova-design-team-list .rank[data-v-4faa0830] {
  line-height: 0.4rem;
}
.ui-page-renova-design-team-list .tag[data-v-4faa0830] {
  margin: 0 0 0.1rem -0.2rem;
  line-height: 0.4rem;
  display: flex;
}
.ui-page-renova-design-team-list .tag span[data-v-4faa0830] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-design-team-list .tag span[data-v-4faa0830]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-design-team-list .view[data-v-4faa0830] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  padding: 0 0.1rem;
  line-height: 0.45rem;
  border-radius: 3px;
}
.ui-page-renova-design-team-list .view span[data-v-4faa0830] {
  font-size: 0.26rem;
}
.ui-page-renova-design-team-list .layout-0 .exp[data-v-4faa0830] {
  margin: 0 0 0 2rem;
}
.ui-page-renova-design-team-list .layout-0 .img[data-v-4faa0830] {
  float: left;
  width: 1.8rem;
}

.ui-page-renova-design-profile[data-v-b8ccfd90] {
  position: relative;
  background: #ffffff;
  padding: 0.2rem;
}
.ui-page-renova-design-profile .cover[data-v-b8ccfd90] {
  position: relative;
}
.ui-page-renova-design-profile .cover img[data-v-b8ccfd90] {
  display: block;
  width: 100%;
}
.ui-page-renova-design-profile .name[data-v-b8ccfd90] {
  padding: 0.2rem 0;
  line-height: 0.4rem;
}
.ui-page-renova-design-profile .name h3[data-v-b8ccfd90],
.ui-page-renova-design-profile .name h4[data-v-b8ccfd90] {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.ui-page-renova-design-profile .name h3[data-v-b8ccfd90] {
  font-size: 0.3rem;
}
.ui-page-renova-design-profile .name h4[data-v-b8ccfd90] {
  color: #666666;
  font-weight: normal;
  margin: 0 0 0 0.1rem;
}
.ui-page-renova-design-profile .profile .item[data-v-b8ccfd90] {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.1rem 0;
}
.ui-page-renova-design-profile .profile .item .label[data-v-b8ccfd90] {
  float: left;
  width: 7em;
  line-height: 0.4rem;
  white-space: nowrap;
}
.ui-page-renova-design-profile .profile .item .label i[data-v-b8ccfd90] {
  color: #f5ca8d;
  margin: 0 0.08rem 0 0;
}
.ui-page-renova-design-profile .profile .item .label span[data-v-b8ccfd90] {
  color: #333333;
}
.ui-page-renova-design-profile .profile .item .control[data-v-b8ccfd90] {
  margin: 0 0 0 7.5em;
  padding: 0.06rem 0 0 0;
  line-height: 0.34rem;
  color: #666666;
}
.ui-page-renova-design-profile .profile .item .control p[data-v-b8ccfd90] {
  word-break: break-all;
}
.ui-page-renova-design-case[data-v-b8ccfd90] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-design-case .head[data-v-b8ccfd90] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-design-case .head h2[data-v-b8ccfd90] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-design-case .list[data-v-b8ccfd90] {
  margin: -0.3rem 0 0;
}
.ui-page-renova-design-case .list .cell[data-v-b8ccfd90] {
  display: block;
  margin: 0.3rem;
  background: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.ui-page-renova-design-case .list .img[data-v-b8ccfd90] {
  position: relative;
}
.ui-page-renova-design-case .list .exp[data-v-b8ccfd90] {
  padding: 0.2rem;
}
.ui-page-renova-design-case .list .title[data-v-b8ccfd90] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-page-renova-design-case .list .tag[data-v-b8ccfd90] {
  line-height: 0.4rem;
  margin: 0 0 0 -0.2rem;
}
.ui-page-renova-design-case .list .tag span[data-v-b8ccfd90] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-design-case .list .tag span[data-v-b8ccfd90]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-design-random[data-v-b8ccfd90] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-design-random .head[data-v-b8ccfd90] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-design-random .head h2[data-v-b8ccfd90] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-design-random .list[data-v-b8ccfd90] {
  position: relative;
  margin: -0.3rem 0 0 0;
  padding: 0.15rem;
  overflow: hidden;
}
.ui-page-renova-design-random .list .item[data-v-b8ccfd90] {
  float: left;
  width: 50%;
}
.ui-page-renova-design-random .list .cell[data-v-b8ccfd90] {
  display: block;
  margin: 0.15rem;
  background: #ffffff;
}
.ui-page-renova-design-random .list .img[data-v-b8ccfd90] {
  position: relative;
}
.ui-page-renova-design-random .list .exp[data-v-b8ccfd90] {
  padding: 0.2rem;
  border: 1px solid #eeeeee;
}
.ui-page-renova-design-random .list .title[data-v-b8ccfd90] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-page-renova-example-list[data-v-14f17189] {
  position: relative;
  background: #f9f9f9;
}
.ui-page-renova-example-list .cell[data-v-14f17189] {
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0.2rem;
  padding: 0.2rem;
}
.ui-page-renova-example-list .img[data-v-14f17189] {
  position: relative;
}
.ui-page-renova-example-list .img .auto-img-box[data-v-14f17189] {
  background: #eeeeee;
}
.ui-page-renova-example-list .avatar[data-v-14f17189] {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
}
.ui-page-renova-example-list .avatar img[data-v-14f17189] {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
}
.ui-page-renova-example-list .avatar span[data-v-14f17189] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.08rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
}
.ui-page-renova-example-list .exp[data-v-14f17189] {
  position: relative;
  padding: 0.1rem 0 0;
}
.ui-page-renova-example-list .title h3[data-v-14f17189] {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  word-break: break-all;
}
.ui-page-renova-example-list .tag[data-v-14f17189] {
  margin: 0 0 0 -0.2rem;
  line-height: 0.4rem;
  display: flex;
}
.ui-page-renova-example-list .tag span[data-v-14f17189] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-example-list .tag span[data-v-14f17189]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-example-list .view[data-v-14f17189] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ui-page-renova-example-list .view span[data-v-14f17189] {
  display: block;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  padding: 0 0.1rem;
  line-height: 0.45rem;
  border-radius: 3px;
  font-size: 0.24rem;
}
.ui-page-renova-example-list .layout-0[data-v-14f17189] {
  zoom: 1;
}

.ui-page-renova-example-profile[data-v-ac22efc2] {
  background: #ffffff;
  padding: 0.2rem;
  margin: 0 0 -0.2rem;
}
.ui-page-renova-example-profile .title[data-v-ac22efc2] {
  position: relative;
  line-height: 0.4rem;
  font-size: 0.28rem;
  margin: 0 0 0.1rem;
  text-align: center;
}
.ui-page-renova-example-profile .subtitle[data-v-ac22efc2] {
  text-align: center;
  color: #999999;
  margin: 0 0 0.3rem;
}
.ui-page-renova-example-profile .table[data-v-ac22efc2] {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.ui-page-renova-example-profile .table .rows[data-v-ac22efc2] {
  display: flex;
}
.ui-page-renova-example-profile .table .rows:first-child .cell[data-v-ac22efc2] {
  width: 100%;
}
.ui-page-renova-example-profile .table .cell[data-v-ac22efc2] {
  display: flex;
  flex: 1;
}
.ui-page-renova-example-profile .table .cell .label[data-v-ac22efc2] {
  display: block;
  width: 5em;
  padding: 0.1rem;
  line-height: 0.3rem;
  background: #f8f8f8;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ui-page-renova-example-profile .table .cell .value[data-v-ac22efc2] {
  flex: 1;
  padding: 0.1rem;
  line-height: 0.3rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ui-page-renova-example-carousel[data-v-ac22efc2] {
  position: relative;
  background: #ffffff;
  padding: 0.2rem;
  margin: 0 0 -0.2rem;
}
.ui-page-renova-example-carousel .carousel[data-v-ac22efc2] {
  position: relative;
}
.ui-page-renova-example-carousel .carousel-dots[data-v-ac22efc2] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
  text-align: center;
}
.ui-page-renova-example-carousel .carousel-dots li[data-v-ac22efc2] {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background: #000000;
  opacity: 0.4;
  overflow: hidden;
  text-indent: -99em;
  margin: 0.05rem;
  border-radius: 50%;
}
.ui-page-renova-example-carousel .carousel-dots li.on[data-v-ac22efc2] {
  background: #ffffff;
  opacity: 1;
}
.ui-page-renova-example-designer[data-v-ac22efc2] {
  background: #ffffff;
  padding: 0.2rem;
}
.ui-page-renova-example-designer .block[data-v-ac22efc2] {
  position: relative;
  overflow: hidden;
}
.ui-page-renova-example-designer .image[data-v-ac22efc2] {
  float: left;
  width: 2.4rem;
}
.ui-page-renova-example-designer .image .avatar[data-v-ac22efc2] {
  display: block;
  width: 100%;
}
.ui-page-renova-example-designer .exp[data-v-ac22efc2] {
  margin: 0 0 0 2.6rem;
}
.ui-page-renova-example-designer .exp .item[data-v-ac22efc2] {
  line-height: 0.3rem;
  margin: 0 0 0.1rem;
}
.ui-page-renova-example-designer .exp .item[data-v-ac22efc2]:first-child {
  font-weight: bold;
}
.ui-page-renova-example-designer .exp .item[data-v-ac22efc2]:last-child {
  padding: 0.1rem 0 0 0;
}
.ui-page-renova-example-designer .exp .view[data-v-ac22efc2] {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  background: #ff8712;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 0.6rem;
}
.ui-page-renova-example-random[data-v-ac22efc2] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-example-random .head[data-v-ac22efc2] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-example-random .head h2[data-v-ac22efc2] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-example-random .list[data-v-ac22efc2] {
  position: relative;
  margin: -0.3rem 0 0 0;
  padding: 0.15rem;
  overflow: hidden;
}
.ui-page-renova-example-random .list .item[data-v-ac22efc2] {
  float: left;
  width: 50%;
}
.ui-page-renova-example-random .list .cell[data-v-ac22efc2] {
  display: block;
  margin: 0.15rem;
  background: #ffffff;
}
.ui-page-renova-example-random .list .img[data-v-ac22efc2] {
  position: relative;
}
.ui-page-renova-example-random .list .exp[data-v-ac22efc2] {
  padding: 0.2rem;
  border: 1px solid #eeeeee;
}
.ui-page-renova-example-random .list .title[data-v-ac22efc2] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.26rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-tabbar .ui-animate-layout[data-v-ab1c4746] {
  height: 0.9rem;
}
.ui-tabbar .inner[data-v-ab1c4746] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.ui-tabbar .list[data-v-ab1c4746] {
  height: 0.9rem;
  background: #f5f5f5;
  box-shadow: 0 -0.05rem 0.05rem rgba(0, 0, 0, 0.06);
  display: flex;
  text-align: center;
}
.ui-tabbar .list li[data-v-ab1c4746] {
  flex: 1;
}
.ui-tabbar .list a[data-v-ab1c4746] {
  display: block;
  padding: 0.1rem 0 0;
}
.ui-tabbar .list a[data-v-ab1c4746]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) inset;
}
.ui-tabbar .list img[data-v-ab1c4746] {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
}
.ui-tabbar .list span[data-v-ab1c4746] {
  display: block;
  line-height: 0.4rem;
  font-size: smaller;
}








































/**************************
 ** ui-toolbar
 ** liqingyun
 **************************/
.ui-toolbar .center-0 .inner[data-v-1d8675c4] { position: absolute; right: .1rem; bottom: 1.2rem; z-index: 10;
}
.ui-toolbar .center-0 .list[data-v-1d8675c4] { position: relative;
}
.ui-toolbar .center-0 .list li[data-v-1d8675c4] { position: relative;
}
.ui-toolbar .center-0 .list a[data-v-1d8675c4] { display: block; background: rgba(0,0,0,.8); line-height: 0; padding: .15rem; border-radius: 50%;
}
.ui-toolbar .center-0 .list img[data-v-1d8675c4] { width: .35rem; height: .35rem;
}
.ui-toolbar .center-0 .list a[data-v-1d8675c4]:active { opacity: .8;
}

.container-config .config-box .item-content {
  line-height: 50px;
  text-align: right;
}

.map-config .config-box .item-content[data-v-54d61e36] {
  line-height: 50px;
  text-align: right;
}
.map-config .config-box .table-wrap[data-v-54d61e36] {
  margin-left: -70px;
}

.ui-picture-fullscreen[data-v-09d91267] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  background: #000000;
}
.ui-picture-fullscreen .head[data-v-09d91267] {
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.ui-picture-fullscreen .head .close[data-v-09d91267] {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2rem;
  line-height: 0;
  cursor: pointer;
}
.ui-picture-fullscreen .head .close i[data-v-09d91267] {
  line-height: 0.4rem;
  font-size: 0.4rem;
  color: #ffffff;
}
.ui-picture-fullscreen .inner[data-v-09d91267] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.ui-picture-fullscreen .inner .cell[data-v-09d91267] {
  position: relative;
  height: 100%;
}
.ui-picture-fullscreen .inner .cell .img[data-v-09d91267] {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-editor[data-v-3d6077c9] {
  position: relative;
}
.text-editor .rows[data-v-3d6077c9] {
  position: relative;
  z-index: 1;
}
.text-editor .h5-tool-item[data-v-3d6077c9] {
  padding: 0 0 0 35px !important;
}
.text-editor .editor-tip[data-v-3d6077c9] {
  position: fixed;
  background: rgba(170, 170, 170, 0.8);
  z-index: 1;
  color: #fff;
  transition: all;
  transform: translate(0, 0);
  border-radius: 4px;
  padding: 2px 0;
  text-align: center;
  width: 120px;
}
.text-editor .editor-tip[data-v-3d6077c9]::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: -10px;
  left: 40px;
  border-top: 10px solid rgba(170, 170, 170, 0.8);
}
.text-editor .control[data-v-3d6077c9] {
  position: relative;
  padding: 10px 0;
}
.text-editor .control .rl[data-v-3d6077c9] {
  display: block;
  text-align: right;
}
.text-editor .control .le-select[data-v-3d6077c9] {
  height: 32px;
  padding: 10px 0 0;
}
.text-editor .control .le-select select[data-v-3d6077c9] {
  width: 105px;
  height: 32px;
  padding: 0 0 0 20px;
  border: 1px solid #e2e6e7;
  border-radius: 2px;
  cursor: pointer;
}
.text-editor .text-group[data-v-3d6077c9] {
  position: relative;
  top: 6px;
}
.text-editor .text-group[data-v-3d6077c9]::before {
  content: '';
}
.text-editor .text-group[data-v-3d6077c9]::after {
  content: '';
  display: block;
  clear: both;
  line-height: 0;
  font-size: 0;
}
.text-editor .text-group .text-line[data-v-3d6077c9] {
  float: left;
  margin: 9px 0 0 1px;
}
.text-editor .text-group .text-line i[data-v-3d6077c9] {
  display: block;
  width: 1px;
  height: 20px;
  border-left: 1px solid #e5e6ea;
}
.text-editor .text-group .text-item[data-v-3d6077c9] {
  float: left;
  height: auto;
  cursor: pointer;
}
.text-editor .text-group[data-v-3d6077c9] .el-color-picker .el-color-picker__trigger {
  width: 32px;
  height: 32px;
  padding: 6px;
  border: 0;
}
.text-editor .text-group[data-v-3d6077c9] .el-color-picker .el-color-picker__trigger .el-color-picker__color {
  border-radius: 50%;
  border-color: #eeeeee;
}
.text-editor .text-group[data-v-3d6077c9] .el-color-picker .el-color-picker__trigger .el-color-picker__color .el-color-picker__color-inner {
  border-radius: 50%;
}
.text-editor .text-group[data-v-3d6077c9] .el-color-picker .el-color-picker__trigger .el-icon-arrow-down {
  display: none;
}
.text-editor .text-group .le-color[data-v-3d6077c9] {
  height: 32px;
  padding: 3px 0 0;
}
.text-editor .text-group .le-button[data-v-3d6077c9] {
  width: 24px;
  height: 35px;
  padding: 7px 0 0 0;
  text-align: center;
  margin-left: 2px;
}
.text-editor .text-group .le-button i[data-v-3d6077c9] {
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #50606d;
}
.text-editor .text-group .le-button i[data-v-3d6077c9]:hover {
  background: #f2f5fd;
}
.text-editor .text-group .le-button .active[data-v-3d6077c9] {
  background-color: #e4eafa !important;
}
.text-editor .text-group .le-fun[data-v-3d6077c9] {
  width: 32px;
  height: 42px;
  line-height: 36px;
  text-align: center;
}
.text-editor .text-group .le-fun i[data-v-3d6077c9] {
  font-size: 20px;
  color: #50606d;
}
.text-editor .text-group .ql-formatBrushactive .icon-brush[data-v-3d6077c9] {
  color: #409EFF;
}
.text-editor .text-group .le-slidedown[data-v-3d6077c9] {
  position: relative;
  width: 36px;
  height: 42px;
  text-align: center;
}
.text-editor .text-group .le-slidedown .point[data-v-3d6077c9] {
  width: 36px;
  height: 42px;
  line-height: 36px;
  border: 1px solid transparent;
}
.text-editor .text-group .le-slidedown .point i[data-v-3d6077c9] {
  font-size: 20px;
  color: #50606d;
}
.text-editor .text-group .le-slidedown .down[data-v-3d6077c9] {
  position: absolute;
  left: 0;
  top: 42px;
  width: 100px;
}
.text-editor .text-group .le-slidedown .down dl[data-v-3d6077c9] {
  background: #ffffff;
  border: 1px solid #e2e6e7;
  padding: 3px;
  max-height: 160px;
  overflow: hidden;
  overflow-y: auto;
}
.text-editor .text-group .le-slidedown .down dl dd[data-v-3d6077c9] {
  height: 28px;
  line-height: 28px;
  padding: 0 0 0 6px;
  text-align: left;
}
.text-editor .text-group .le-slidedown .down dl dd[data-v-3d6077c9]:hover {
  background-color: #557ce1;
  color: #ffffff;
}
.text-editor .text-group .le-slidedown .down dl dd:hover i[data-v-3d6077c9] {
  color: #ffffff;
}
.text-editor .text-group .le-slidedown .down dl dd i[data-v-3d6077c9] {
  font-size: 20px;
  color: #50606d;
  margin-right: 5px;
  vertical-align: middle;
}
.text-editor .text-group .le-slidedown .down dl dd span[data-v-3d6077c9] {
  vertical-align: middle;
}
.text-editor .text-group .le-slidedown.active .point[data-v-3d6077c9] {
  border-color: #e2e6e7;
}
.editer[data-v-3d6077c9] {
  position: relative;
  z-index: 0;
  padding: 10px 0 0;
  border-radius: 5px;
  padding: 0.5em;
  border: 1px solid #ddd;
  height: 250px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1) inset;
}
.editer .button[data-v-3d6077c9] {
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  padding: 2px 5px 3px;
  border-radius: 5px;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
}
.editer .button[data-v-3d6077c9]:hover {
  background: rgba(0, 0, 0, 0.4);
}
.editer .button i[data-v-3d6077c9] {
  vertical-align: middle;
}
.editer .button span[data-v-3d6077c9] {
  vertical-align: middle;
  margin: 0 0 0 5px;
}
.editer .ui-richtext-content[data-v-3d6077c9] {
  position: relative;
  height: 250px;
}
.editer .ui-richtext-content[data-v-3d6077c9] [contenteditable="false"] {
  cursor: no-drop;
}
.editer .ui-richtext-content[data-v-3d6077c9] [contenteditable="false"] p {
  cursor: no-drop;
}
.editer .tag[data-v-3d6077c9] {
  padding: 20px 0 0;
}
.editer .tag dt[data-v-3d6077c9] {
  line-height: 24px;
  color: #333333;
}
.editer .tag dd[data-v-3d6077c9] {
  line-height: 20px;
  font-size: small;
  color: #999999;
}

.ui-scale-0[data-v-2e37a5d6],
.ui-scale-1[data-v-2e37a5d6],
.ui-scale-2[data-v-2e37a5d6],
.ui-scale-3[data-v-2e37a5d6],
.ui-scale-4[data-v-2e37a5d6] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-2e37a5d6],
.ui-scale-1 img[data-v-2e37a5d6],
.ui-scale-2 img[data-v-2e37a5d6],
.ui-scale-3 img[data-v-2e37a5d6],
.ui-scale-4 img[data-v-2e37a5d6] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-2e37a5d6] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-2e37a5d6] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-2e37a5d6] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-2e37a5d6] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-2e37a5d6] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-2e37a5d6] {
  width: 50% !important;
}
.ui-column-3[data-v-2e37a5d6] {
  width: 33.33% !important;
}
.ui-column-4[data-v-2e37a5d6] {
  width: 25% !important;
}
.ui-column-5[data-v-2e37a5d6] {
  width: 20% !important;
}
.ui-column-6[data-v-2e37a5d6] {
  width: 16.66% !important;
}
.jz-config-form[data-v-2e37a5d6] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-2e37a5d6] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-2e37a5d6]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-2e37a5d6] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-2e37a5d6] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-2e37a5d6] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-2e37a5d6] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-2e37a5d6] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-2e37a5d6] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-2e37a5d6] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-2e37a5d6] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-2e37a5d6] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-2e37a5d6] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-2e37a5d6] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-2e37a5d6] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-2e37a5d6]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-2e37a5d6] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-2e37a5d6] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-2e37a5d6] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-2e37a5d6] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-2e37a5d6] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-2e37a5d6] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-2e37a5d6] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-2e37a5d6] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-2e37a5d6] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-2e37a5d6] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-2e37a5d6] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-2e37a5d6] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-2e37a5d6]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-2e37a5d6]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-2e37a5d6] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-2e37a5d6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-2e37a5d6] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-2e37a5d6] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-2e37a5d6]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-2e37a5d6] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-2e37a5d6] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-2e37a5d6] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-2e37a5d6]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-2e37a5d6] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-2e37a5d6] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-2e37a5d6]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-2e37a5d6] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-2e37a5d6] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-2e37a5d6] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-2e37a5d6] {
  padding: 9px 30px;
}
.jz-shadow[data-v-2e37a5d6] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-2e37a5d6] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-2e37a5d6] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-2e37a5d6] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-2e37a5d6] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-2e37a5d6] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-2e37a5d6] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-2e37a5d6] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-2e37a5d6] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-2e37a5d6] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-2e37a5d6] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-2e37a5d6] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-2e37a5d6] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-2e37a5d6] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-2e37a5d6] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-2e37a5d6] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-2e37a5d6] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-2e37a5d6] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-2e37a5d6] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-2e37a5d6],
.radio-icon.radio-product-9[data-v-2e37a5d6] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-2e37a5d6] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-2e37a5d6] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-2e37a5d6] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-2e37a5d6] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-2e37a5d6] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-2e37a5d6] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-2e37a5d6] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-2e37a5d6] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-2e37a5d6] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-2e37a5d6],
.radio-icon.radio-product-10[data-v-2e37a5d6] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-2e37a5d6] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-2e37a5d6] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-2e37a5d6] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-2e37a5d6] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-2e37a5d6] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-2e37a5d6] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-2e37a5d6] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-2e37a5d6] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-2e37a5d6] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-2e37a5d6] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-2e37a5d6] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-2e37a5d6] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-2e37a5d6] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-2e37a5d6] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-2e37a5d6] {
  background-position: -800px -140px;
}
.vdr[data-v-2e37a5d6] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-2e37a5d6] {
  z-index: 99 !important;
}
.vdr .handle[data-v-2e37a5d6] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-2e37a5d6] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-2e37a5d6] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-2e37a5d6] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-2e37a5d6] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-2e37a5d6] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-2e37a5d6] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-2e37a5d6] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-2e37a5d6] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-2e37a5d6] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-2e37a5d6] {
  top: -55px;
}
.ui-operation ul[data-v-2e37a5d6] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-2e37a5d6] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-2e37a5d6] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-2e37a5d6] {
  font-style: normal;
}
.ui-operation .text[data-v-2e37a5d6]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-2e37a5d6] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-2e37a5d6]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-2e37a5d6] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-2e37a5d6] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-2e37a5d6] {
  display: block !important;
}
.ui-control-layout[data-v-2e37a5d6] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-2e37a5d6]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-2e37a5d6] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-2e37a5d6] {
  float: right;
}
.ue-label[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-2e37a5d6] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-2e37a5d6] {
  width: 100%;
}
.ue-txt input[data-v-2e37a5d6] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-2e37a5d6] {
  position: relative;
}
.ue-txt2 .el-input[data-v-2e37a5d6] {
  width: 70px;
}
.ue-txt2 input[data-v-2e37a5d6] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-2e37a5d6] {
  position: relative;
}
.ue-select .inn[data-v-2e37a5d6] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-2e37a5d6] {
  width: 200px;
}
.ue-select .other[data-v-2e37a5d6] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-2e37a5d6] {
  display: block;
}
.ue-color .fonts[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-2e37a5d6] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-2e37a5d6],
.ue-color.inline .el-color-picker__color-inner[data-v-2e37a5d6] {
  border-radius: 50%;
}
.ue-add[data-v-2e37a5d6] {
  position: relative;
}
.ue-add button[data-v-2e37a5d6] {
  width: 100%;
}
.ue-links[data-v-2e37a5d6] {
  position: relative;
}
.ue-links .thead[data-v-2e37a5d6] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-2e37a5d6] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-2e37a5d6] {
  margin: 0 0 5px;
}
.ue-radio[data-v-2e37a5d6] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-2e37a5d6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-2e37a5d6] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-2e37a5d6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-2e37a5d6] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-2e37a5d6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-2e37a5d6] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-2e37a5d6] {
  position: relative;
}
.ue-radio3 .inn[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-2e37a5d6] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-2e37a5d6] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-2e37a5d6],
.ue-radio3 .el-radio[data-v-2e37a5d6]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-2e37a5d6]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-2e37a5d6] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-2e37a5d6] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-2e37a5d6] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-2e37a5d6] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-2e37a5d6] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-2e37a5d6] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-2e37a5d6] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-2e37a5d6] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-2e37a5d6],
.ue-slider .el-input-number__increase[data-v-2e37a5d6] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-2e37a5d6] {
  margin-right: 75px;
}
.ue-tag[data-v-2e37a5d6] {
  position: relative;
}
.ue-tag .el-tag[data-v-2e37a5d6] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-2e37a5d6] {
  width: 90px;
}
.ue-group[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-2e37a5d6] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-2e37a5d6] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-2e37a5d6] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-2e37a5d6] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-2e37a5d6] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-2e37a5d6] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-2e37a5d6] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-2e37a5d6] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-2e37a5d6] {
  padding-left: 0;
}
.ue-image[data-v-2e37a5d6] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-2e37a5d6] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-2e37a5d6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-2e37a5d6]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-2e37a5d6] {
  visibility: visible;
}
.ue-imglist[data-v-2e37a5d6] {
  position: relative;
}
.ue-imglist .item[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-2e37a5d6] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-2e37a5d6] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-2e37a5d6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-2e37a5d6] {
  visibility: visible;
}
.ue-imglist .txt[data-v-2e37a5d6] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-2e37a5d6] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-2e37a5d6] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-2e37a5d6] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-2e37a5d6] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-2e37a5d6] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-2e37a5d6] {
  display: block;
}
.ue-table[data-v-2e37a5d6] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-2e37a5d6] {
  position: relative;
}
.ue-table-head ul[data-v-2e37a5d6] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-2e37a5d6] {
  float: left;
}
.ue-table-head li span[data-v-2e37a5d6],
.ue-table-head li i[data-v-2e37a5d6] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-2e37a5d6] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-2e37a5d6]::before,
.ue-table-head li i[data-v-2e37a5d6]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-2e37a5d6]::before,
.ue-table-head li:first-child i[data-v-2e37a5d6]::before {
  content: none;
}
.ue-table-body[data-v-2e37a5d6] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-2e37a5d6] {
  position: relative;
}
.ue-table-body .item[data-v-2e37a5d6] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-2e37a5d6]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-2e37a5d6] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-2e37a5d6] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-2e37a5d6] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-2e37a5d6] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-2e37a5d6] {
  visibility: visible;
}
.ue-table-body .font[data-v-2e37a5d6] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-2e37a5d6] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-2e37a5d6] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-2e37a5d6] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-2e37a5d6] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-2e37a5d6]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-2e37a5d6] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-2e37a5d6] {
  text-align: center;
}
.ue-table-body .select[data-v-2e37a5d6] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-2e37a5d6] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-2e37a5d6]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-2e37a5d6] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-2e37a5d6] {
  cursor: move;
}
.ue-table2[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-2e37a5d6] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-2e37a5d6] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-2e37a5d6] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-2e37a5d6] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-2e37a5d6] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-2e37a5d6] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-2e37a5d6] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-2e37a5d6] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-2e37a5d6]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-2e37a5d6] {
  background-color: #e4eafa;
}
.ue-lock[data-v-2e37a5d6] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-2e37a5d6] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-2e37a5d6] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-2e37a5d6] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-2e37a5d6] {
  color: #ffa200;
}
.ue-img[data-v-2e37a5d6] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-2e37a5d6] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-2e37a5d6] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-2e37a5d6] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-2e37a5d6] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-2e37a5d6]:empty {
  display: none;
}
.ue-keywords[data-v-2e37a5d6] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-2e37a5d6] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-2e37a5d6] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-2e37a5d6] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-2e37a5d6] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-2e37a5d6] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-2e37a5d6] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-2e37a5d6] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-2e37a5d6] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-2e37a5d6] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-2e37a5d6] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-2e37a5d6] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-2e37a5d6] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-2e37a5d6]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-2e37a5d6] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-2e37a5d6] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-2e37a5d6] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-2e37a5d6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-2e37a5d6],
#jz-config .config-box .label span[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-2e37a5d6] {
  width: auto;
}
#jz-config .config-box .label span[data-v-2e37a5d6] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-2e37a5d6] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-2e37a5d6]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-2e37a5d6]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-2e37a5d6]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-2e37a5d6] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-2e37a5d6] {
  transform: scale(1.3);
}
.uc-radio[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-2e37a5d6] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-2e37a5d6] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-2e37a5d6] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-2e37a5d6]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-2e37a5d6] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-2e37a5d6]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-2e37a5d6] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-2e37a5d6] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-2e37a5d6]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-2e37a5d6]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-2e37a5d6]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-2e37a5d6]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-2e37a5d6]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-2e37a5d6]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-2e37a5d6]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-2e37a5d6]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-2e37a5d6]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-2e37a5d6]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-2e37a5d6]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-2e37a5d6]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-2e37a5d6]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-2e37a5d6]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-2e37a5d6]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-2e37a5d6]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-2e37a5d6]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-2e37a5d6]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-2e37a5d6]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-2e37a5d6]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-2e37a5d6]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-2e37a5d6]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-2e37a5d6]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-2e37a5d6]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-2e37a5d6]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-2e37a5d6]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-2e37a5d6]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-2e37a5d6]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-2e37a5d6]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-2e37a5d6]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-2e37a5d6]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-2e37a5d6]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-2e37a5d6]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-2e37a5d6]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-2e37a5d6]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-2e37a5d6]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-2e37a5d6]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-2e37a5d6]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-2e37a5d6]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-2e37a5d6]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-2e37a5d6]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-2e37a5d6]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-2e37a5d6]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-2e37a5d6]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-2e37a5d6]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-2e37a5d6] {
  position: relative;
}
.uc-radio2 .inn[data-v-2e37a5d6] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-2e37a5d6] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-2e37a5d6] {
  white-space: nowrap;
}
.uc-radio3[data-v-2e37a5d6] {
  position: relative;
}
.uc-radio3 .inn[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-2e37a5d6] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-2e37a5d6] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-2e37a5d6] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-2e37a5d6] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-2e37a5d6] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-2e37a5d6] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-2e37a5d6] {
  position: relative;
}
.uc-radio4 .inn[data-v-2e37a5d6] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-2e37a5d6] {
  float: right;
}
.uc-radio4 .el-radio[data-v-2e37a5d6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-2e37a5d6] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-2e37a5d6] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-2e37a5d6] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-2e37a5d6] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-2e37a5d6] {
  position: relative;
}
.uc-slider .inn[data-v-2e37a5d6] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-2e37a5d6] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-2e37a5d6] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-2e37a5d6],
.uc-slider .el-input-number__increase[data-v-2e37a5d6] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-2e37a5d6] {
  margin-right: 75px;
}
.uc-color[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-2e37a5d6] {
  width: 50px;
}
.uc-select[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-2e37a5d6] {
  width: 120px;
}
.uc-number[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-2e37a5d6] {
  width: 60px;
}
.config-line i[data-v-2e37a5d6] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-2e37a5d6] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-2e37a5d6] {
  text-align: center;
}
.uc-text2[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-2e37a5d6] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-2e37a5d6] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-2e37a5d6] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-2e37a5d6] {
  position: relative;
}
.uc-text3 .inn[data-v-2e37a5d6] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-2e37a5d6] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-2e37a5d6] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-2e37a5d6] {
  position: relative;
}
.uc-tag .inn[data-v-2e37a5d6] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-2e37a5d6] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-2e37a5d6] {
  width: 90px;
}
.uc-link[data-v-2e37a5d6] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-2e37a5d6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-2e37a5d6] {
  position: relative;
}
.uc-image .list[data-v-2e37a5d6] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-2e37a5d6]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-2e37a5d6] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-2e37a5d6] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-2e37a5d6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-2e37a5d6] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-2e37a5d6]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-2e37a5d6]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-2e37a5d6] {
  visibility: visible;
}
.uc-image .tip[data-v-2e37a5d6] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-2e37a5d6] {
  text-align: right;
}
.uc-image.rl .list[data-v-2e37a5d6] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-2e37a5d6] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-2e37a5d6] {
  position: relative;
}
.uc-imgtext .list[data-v-2e37a5d6] {
  position: relative;
}
.uc-imgtext .item[data-v-2e37a5d6] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-2e37a5d6] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-2e37a5d6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-2e37a5d6] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-2e37a5d6] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-2e37a5d6] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-2e37a5d6] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-2e37a5d6] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-2e37a5d6] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-2e37a5d6] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-2e37a5d6],
.uc-imgtext .down[data-v-2e37a5d6] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-2e37a5d6],
.uc-imgtext .down i[data-v-2e37a5d6] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-2e37a5d6] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-2e37a5d6],
.uc-imgtext .item:hover .control[data-v-2e37a5d6] {
  visibility: visible;
}
.uc-category[data-v-2e37a5d6] {
  position: relative;
}
.uc-category .item[data-v-2e37a5d6] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-2e37a5d6] {
  zoom: 1;
}
.uc-category .view[data-v-2e37a5d6] {
  zoom: 1;
}
.uc-category .animate[data-v-2e37a5d6] {
  zoom: 1;
}
.uc-category .row[data-v-2e37a5d6] {
  position: relative;
}
.uc-category .txt[data-v-2e37a5d6] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-2e37a5d6] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-2e37a5d6] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-2e37a5d6] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-2e37a5d6] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-2e37a5d6] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-2e37a5d6] {
  visibility: visible;
}
.uc-transfer[data-v-2e37a5d6] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-2e37a5d6] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-2e37a5d6] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-2e37a5d6] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-2e37a5d6] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-2e37a5d6] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-2e37a5d6] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-2e37a5d6] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-2e37a5d6] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-2e37a5d6] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-2e37a5d6] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-2e37a5d6] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-2e37a5d6] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-2e37a5d6] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-2e37a5d6] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-2e37a5d6] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-2e37a5d6] {
  position: relative;
}
.uc-soure .el-radio[data-v-2e37a5d6] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-2e37a5d6] {
  position: relative;
}
.uc-coupon .list[data-v-2e37a5d6] {
  position: relative;
}
.uc-coupon .item[data-v-2e37a5d6] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-2e37a5d6]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-2e37a5d6] {
  width: 100%;
}
.uc-table[data-v-2e37a5d6] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-2e37a5d6] {
  position: relative;
}
.uc-table-head ul[data-v-2e37a5d6] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-2e37a5d6] {
  float: left;
}
.uc-table-head li span[data-v-2e37a5d6],
.uc-table-head li i[data-v-2e37a5d6] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-2e37a5d6] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-2e37a5d6]::before,
.uc-table-head li i[data-v-2e37a5d6]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-2e37a5d6]::before,
.uc-table-head li:first-child i[data-v-2e37a5d6]::before {
  content: none;
}
.uc-table-body[data-v-2e37a5d6] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-2e37a5d6] {
  position: relative;
}
.uc-table-body .item[data-v-2e37a5d6] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-2e37a5d6]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-2e37a5d6] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-2e37a5d6] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-2e37a5d6] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-2e37a5d6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-2e37a5d6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-2e37a5d6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-2e37a5d6] {
  visibility: visible;
}
.uc-table-body .font[data-v-2e37a5d6] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-2e37a5d6] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-2e37a5d6] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-2e37a5d6] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-2e37a5d6] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-2e37a5d6]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-2e37a5d6] {
  text-align: center;
}
.uc-table-body .color[data-v-2e37a5d6] {
  text-align: center;
}
.uc-table-body .control[data-v-2e37a5d6] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-2e37a5d6] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-2e37a5d6] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-2e37a5d6] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-2e37a5d6] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-2e37a5d6] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-2e37a5d6] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-2e37a5d6] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-2e37a5d6] {
  position: relative;
}
.config-panel .rows .label[data-v-2e37a5d6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-2e37a5d6] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-2e37a5d6]::after,
.config-panel .rows-label[data-v-2e37a5d6]::after,
.config-panel .rows-content[data-v-2e37a5d6]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-2e37a5d6] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-2e37a5d6] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-2e37a5d6] {
  display: block;
}
.config-panel .rows2[data-v-2e37a5d6] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-2e37a5d6] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-2e37a5d6],
.config-panel .rows-item2[data-v-2e37a5d6] {
  position: relative;
}
.config-panel .rows-item2[data-v-2e37a5d6] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-2e37a5d6] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-2e37a5d6] {
  margin: 0;
}
.drag-head[data-v-2e37a5d6] {
  cursor: move;
}
#ui-wrapper[data-v-2e37a5d6] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-2e37a5d6],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-2e37a5d6] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-2e37a5d6] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-2e37a5d6],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-2e37a5d6],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-2e37a5d6] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-2e37a5d6] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-2e37a5d6] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-2e37a5d6] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-2e37a5d6],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-2e37a5d6] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-2e37a5d6] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-2e37a5d6] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-2e37a5d6] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-2e37a5d6] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-2e37a5d6]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-2e37a5d6]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-2e37a5d6],
#ui-wrapper .ui-path .path span[data-v-2e37a5d6] {
  color: #666;
}
.uc-swiper[data-v-2e37a5d6] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-2e37a5d6] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-2e37a5d6] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-2e37a5d6] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-2e37a5d6] {
  position: relative;
}
.uc-swiper .cell[data-v-2e37a5d6] {
  position: relative;
}
.uc-swiper .icon[data-v-2e37a5d6] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-2e37a5d6]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-2e37a5d6] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-2e37a5d6] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-2e37a5d6] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-2e37a5d6] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-2e37a5d6] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-2e37a5d6] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-2e37a5d6] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-2e37a5d6] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-2e37a5d6] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-2e37a5d6] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-2e37a5d6] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-2e37a5d6] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-2e37a5d6] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-2e37a5d6] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-2e37a5d6] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-2e37a5d6] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-2e37a5d6] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-2e37a5d6] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-2e37a5d6],
.uc-swiper .swiper-button-prev[data-v-2e37a5d6] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-2e37a5d6] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-2e37a5d6] {
  right: -8px;
}

.ui-scale-0[data-v-ac7e97be],
.ui-scale-1[data-v-ac7e97be],
.ui-scale-2[data-v-ac7e97be],
.ui-scale-3[data-v-ac7e97be],
.ui-scale-4[data-v-ac7e97be] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-ac7e97be],
.ui-scale-1 img[data-v-ac7e97be],
.ui-scale-2 img[data-v-ac7e97be],
.ui-scale-3 img[data-v-ac7e97be],
.ui-scale-4 img[data-v-ac7e97be] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-ac7e97be] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-ac7e97be] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-ac7e97be] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-ac7e97be] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-ac7e97be] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-ac7e97be] {
  width: 50% !important;
}
.ui-column-3[data-v-ac7e97be] {
  width: 33.33% !important;
}
.ui-column-4[data-v-ac7e97be] {
  width: 25% !important;
}
.ui-column-5[data-v-ac7e97be] {
  width: 20% !important;
}
.ui-column-6[data-v-ac7e97be] {
  width: 16.66% !important;
}
.jz-config-form[data-v-ac7e97be] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-ac7e97be] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-ac7e97be]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-ac7e97be] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-ac7e97be] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-ac7e97be] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-ac7e97be] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-ac7e97be] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-ac7e97be] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-ac7e97be] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-ac7e97be] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-ac7e97be] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-ac7e97be] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-ac7e97be] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-ac7e97be] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-ac7e97be]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-ac7e97be] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-ac7e97be] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-ac7e97be] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-ac7e97be] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-ac7e97be] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-ac7e97be] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-ac7e97be] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-ac7e97be] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-ac7e97be] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-ac7e97be] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-ac7e97be] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-ac7e97be] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-ac7e97be]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-ac7e97be]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-ac7e97be] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-ac7e97be] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-ac7e97be] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-ac7e97be] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-ac7e97be]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-ac7e97be] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-ac7e97be] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-ac7e97be] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-ac7e97be]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-ac7e97be] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-ac7e97be] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-ac7e97be]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-ac7e97be] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-ac7e97be] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-ac7e97be] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-ac7e97be] {
  padding: 9px 30px;
}
.jz-shadow[data-v-ac7e97be] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-ac7e97be] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-ac7e97be] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-ac7e97be] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-ac7e97be] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-ac7e97be] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-ac7e97be] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-ac7e97be] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-ac7e97be] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-ac7e97be] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-ac7e97be] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-ac7e97be] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-ac7e97be] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-ac7e97be] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-ac7e97be] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-ac7e97be] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-ac7e97be] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-ac7e97be] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-ac7e97be] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-ac7e97be],
.radio-icon.radio-product-9[data-v-ac7e97be] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-ac7e97be] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-ac7e97be] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-ac7e97be] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-ac7e97be] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-ac7e97be] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-ac7e97be] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-ac7e97be] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-ac7e97be] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-ac7e97be] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-ac7e97be],
.radio-icon.radio-product-10[data-v-ac7e97be] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-ac7e97be] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-ac7e97be] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-ac7e97be] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-ac7e97be] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-ac7e97be] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-ac7e97be] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-ac7e97be] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-ac7e97be] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-ac7e97be] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-ac7e97be] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-ac7e97be] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-ac7e97be] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-ac7e97be] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-ac7e97be] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-ac7e97be] {
  background-position: -800px -140px;
}
.vdr[data-v-ac7e97be] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-ac7e97be] {
  z-index: 99 !important;
}
.vdr .handle[data-v-ac7e97be] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-ac7e97be] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-ac7e97be] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-ac7e97be] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-ac7e97be] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-ac7e97be] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-ac7e97be] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-ac7e97be] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-ac7e97be] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-ac7e97be] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-ac7e97be] {
  top: -55px;
}
.ui-operation ul[data-v-ac7e97be] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-ac7e97be] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-ac7e97be] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-ac7e97be] {
  font-style: normal;
}
.ui-operation .text[data-v-ac7e97be]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-ac7e97be] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-ac7e97be]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-ac7e97be] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-ac7e97be] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-ac7e97be] {
  display: block !important;
}
.ui-control-layout[data-v-ac7e97be] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-ac7e97be]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-ac7e97be] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-ac7e97be] {
  float: right;
}
.ue-label[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-ac7e97be] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-ac7e97be] {
  width: 100%;
}
.ue-txt input[data-v-ac7e97be] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-ac7e97be] {
  position: relative;
}
.ue-txt2 .el-input[data-v-ac7e97be] {
  width: 70px;
}
.ue-txt2 input[data-v-ac7e97be] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-ac7e97be] {
  position: relative;
}
.ue-select .inn[data-v-ac7e97be] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-ac7e97be] {
  width: 200px;
}
.ue-select .other[data-v-ac7e97be] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-ac7e97be] {
  display: block;
}
.ue-color .fonts[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-ac7e97be] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-ac7e97be],
.ue-color.inline .el-color-picker__color-inner[data-v-ac7e97be] {
  border-radius: 50%;
}
.ue-add[data-v-ac7e97be] {
  position: relative;
}
.ue-add button[data-v-ac7e97be] {
  width: 100%;
}
.ue-links[data-v-ac7e97be] {
  position: relative;
}
.ue-links .thead[data-v-ac7e97be] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-ac7e97be] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-ac7e97be] {
  margin: 0 0 5px;
}
.ue-radio[data-v-ac7e97be] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-ac7e97be] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-ac7e97be] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-ac7e97be] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-ac7e97be] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-ac7e97be] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-ac7e97be] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-ac7e97be] {
  position: relative;
}
.ue-radio3 .inn[data-v-ac7e97be] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-ac7e97be] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-ac7e97be] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-ac7e97be] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-ac7e97be],
.ue-radio3 .el-radio[data-v-ac7e97be]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-ac7e97be]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-ac7e97be] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-ac7e97be] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-ac7e97be] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-ac7e97be] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-ac7e97be] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-ac7e97be] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-ac7e97be] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-ac7e97be] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-ac7e97be],
.ue-slider .el-input-number__increase[data-v-ac7e97be] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-ac7e97be] {
  margin-right: 75px;
}
.ue-tag[data-v-ac7e97be] {
  position: relative;
}
.ue-tag .el-tag[data-v-ac7e97be] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-ac7e97be] {
  width: 90px;
}
.ue-group[data-v-ac7e97be] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-ac7e97be] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-ac7e97be] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-ac7e97be] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-ac7e97be] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-ac7e97be] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-ac7e97be] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-ac7e97be] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-ac7e97be] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-ac7e97be] {
  padding-left: 0;
}
.ue-image[data-v-ac7e97be] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-ac7e97be] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-ac7e97be] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-ac7e97be]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-ac7e97be] {
  visibility: visible;
}
.ue-imglist[data-v-ac7e97be] {
  position: relative;
}
.ue-imglist .item[data-v-ac7e97be] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-ac7e97be] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-ac7e97be] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-ac7e97be] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-ac7e97be] {
  visibility: visible;
}
.ue-imglist .txt[data-v-ac7e97be] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-ac7e97be] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-ac7e97be] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-ac7e97be] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-ac7e97be] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-ac7e97be] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-ac7e97be] {
  display: block;
}
.ue-table[data-v-ac7e97be] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-ac7e97be] {
  position: relative;
}
.ue-table-head ul[data-v-ac7e97be] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-ac7e97be] {
  float: left;
}
.ue-table-head li span[data-v-ac7e97be],
.ue-table-head li i[data-v-ac7e97be] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-ac7e97be] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-ac7e97be]::before,
.ue-table-head li i[data-v-ac7e97be]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-ac7e97be]::before,
.ue-table-head li:first-child i[data-v-ac7e97be]::before {
  content: none;
}
.ue-table-body[data-v-ac7e97be] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-ac7e97be] {
  position: relative;
}
.ue-table-body .item[data-v-ac7e97be] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-ac7e97be]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-ac7e97be] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-ac7e97be] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-ac7e97be] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-ac7e97be] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-ac7e97be] {
  visibility: visible;
}
.ue-table-body .font[data-v-ac7e97be] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-ac7e97be] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-ac7e97be] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-ac7e97be] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-ac7e97be] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-ac7e97be]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-ac7e97be] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-ac7e97be] {
  text-align: center;
}
.ue-table-body .select[data-v-ac7e97be] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-ac7e97be] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-ac7e97be]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-ac7e97be] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-ac7e97be] {
  cursor: move;
}
.ue-table2[data-v-ac7e97be] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-ac7e97be] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-ac7e97be] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-ac7e97be] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-ac7e97be] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-ac7e97be] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-ac7e97be] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-ac7e97be] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-ac7e97be] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-ac7e97be]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-ac7e97be] {
  background-color: #e4eafa;
}
.ue-lock[data-v-ac7e97be] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-ac7e97be] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-ac7e97be] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-ac7e97be] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-ac7e97be] {
  color: #ffa200;
}
.ue-img[data-v-ac7e97be] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-ac7e97be] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-ac7e97be] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-ac7e97be] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-ac7e97be] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-ac7e97be]:empty {
  display: none;
}
.ue-keywords[data-v-ac7e97be] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-ac7e97be] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-ac7e97be] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-ac7e97be] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-ac7e97be] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-ac7e97be] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-ac7e97be] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-ac7e97be] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-ac7e97be] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-ac7e97be] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-ac7e97be] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-ac7e97be] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-ac7e97be] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-ac7e97be]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-ac7e97be] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-ac7e97be] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-ac7e97be] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-ac7e97be] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-ac7e97be],
#jz-config .config-box .label span[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-ac7e97be] {
  width: auto;
}
#jz-config .config-box .label span[data-v-ac7e97be] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-ac7e97be] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-ac7e97be]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-ac7e97be]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-ac7e97be]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-ac7e97be] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-ac7e97be] {
  transform: scale(1.3);
}
.uc-radio[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-ac7e97be] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-ac7e97be] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-ac7e97be] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-ac7e97be]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-ac7e97be] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-ac7e97be]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-ac7e97be] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-ac7e97be] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-ac7e97be]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-ac7e97be]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-ac7e97be]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-ac7e97be]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-ac7e97be]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-ac7e97be]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-ac7e97be]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-ac7e97be]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-ac7e97be]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-ac7e97be]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-ac7e97be]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-ac7e97be]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-ac7e97be]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-ac7e97be]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-ac7e97be]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-ac7e97be]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-ac7e97be]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-ac7e97be]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-ac7e97be]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-ac7e97be]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-ac7e97be]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-ac7e97be]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-ac7e97be]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-ac7e97be]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-ac7e97be]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-ac7e97be]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-ac7e97be]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-ac7e97be]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-ac7e97be]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-ac7e97be]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-ac7e97be]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-ac7e97be]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-ac7e97be]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-ac7e97be]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-ac7e97be]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-ac7e97be]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-ac7e97be]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-ac7e97be]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-ac7e97be]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-ac7e97be]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-ac7e97be]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-ac7e97be]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-ac7e97be]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-ac7e97be]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-ac7e97be]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-ac7e97be] {
  position: relative;
}
.uc-radio2 .inn[data-v-ac7e97be] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-ac7e97be] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-ac7e97be] {
  white-space: nowrap;
}
.uc-radio3[data-v-ac7e97be] {
  position: relative;
}
.uc-radio3 .inn[data-v-ac7e97be] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-ac7e97be] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-ac7e97be] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-ac7e97be] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-ac7e97be] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-ac7e97be] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-ac7e97be] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-ac7e97be] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-ac7e97be] {
  position: relative;
}
.uc-radio4 .inn[data-v-ac7e97be] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-ac7e97be] {
  float: right;
}
.uc-radio4 .el-radio[data-v-ac7e97be] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-ac7e97be] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-ac7e97be] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-ac7e97be] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-ac7e97be] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-ac7e97be] {
  position: relative;
}
.uc-slider .inn[data-v-ac7e97be] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-ac7e97be] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-ac7e97be] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-ac7e97be],
.uc-slider .el-input-number__increase[data-v-ac7e97be] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-ac7e97be] {
  margin-right: 75px;
}
.uc-color[data-v-ac7e97be] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-ac7e97be] {
  width: 50px;
}
.uc-select[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-ac7e97be] {
  width: 120px;
}
.uc-number[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-ac7e97be] {
  width: 60px;
}
.config-line i[data-v-ac7e97be] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-ac7e97be] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-ac7e97be] {
  text-align: center;
}
.uc-text2[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-ac7e97be] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-ac7e97be] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-ac7e97be] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-ac7e97be] {
  position: relative;
}
.uc-text3 .inn[data-v-ac7e97be] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-ac7e97be] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-ac7e97be] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-ac7e97be] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-ac7e97be] {
  position: relative;
}
.uc-tag .inn[data-v-ac7e97be] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-ac7e97be] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-ac7e97be] {
  width: 90px;
}
.uc-link[data-v-ac7e97be] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-ac7e97be] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-ac7e97be] {
  position: relative;
}
.uc-image .list[data-v-ac7e97be] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-ac7e97be]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-ac7e97be] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-ac7e97be] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-ac7e97be] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-ac7e97be] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-ac7e97be]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-ac7e97be]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-ac7e97be] {
  visibility: visible;
}
.uc-image .tip[data-v-ac7e97be] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-ac7e97be] {
  text-align: right;
}
.uc-image.rl .list[data-v-ac7e97be] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-ac7e97be] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-ac7e97be] {
  position: relative;
}
.uc-imgtext .list[data-v-ac7e97be] {
  position: relative;
}
.uc-imgtext .item[data-v-ac7e97be] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-ac7e97be] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-ac7e97be] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-ac7e97be] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-ac7e97be] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-ac7e97be] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-ac7e97be] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-ac7e97be] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-ac7e97be] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-ac7e97be] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-ac7e97be],
.uc-imgtext .down[data-v-ac7e97be] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-ac7e97be],
.uc-imgtext .down i[data-v-ac7e97be] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-ac7e97be] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-ac7e97be],
.uc-imgtext .item:hover .control[data-v-ac7e97be] {
  visibility: visible;
}
.uc-category[data-v-ac7e97be] {
  position: relative;
}
.uc-category .item[data-v-ac7e97be] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-ac7e97be] {
  zoom: 1;
}
.uc-category .view[data-v-ac7e97be] {
  zoom: 1;
}
.uc-category .animate[data-v-ac7e97be] {
  zoom: 1;
}
.uc-category .row[data-v-ac7e97be] {
  position: relative;
}
.uc-category .txt[data-v-ac7e97be] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-ac7e97be] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-ac7e97be] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-ac7e97be] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-ac7e97be] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-ac7e97be] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-ac7e97be] {
  visibility: visible;
}
.uc-transfer[data-v-ac7e97be] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-ac7e97be] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-ac7e97be] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-ac7e97be] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-ac7e97be] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-ac7e97be] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-ac7e97be] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-ac7e97be] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-ac7e97be] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-ac7e97be] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-ac7e97be] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-ac7e97be] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-ac7e97be] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-ac7e97be] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-ac7e97be] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-ac7e97be] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-ac7e97be] {
  position: relative;
}
.uc-soure .el-radio[data-v-ac7e97be] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-ac7e97be] {
  position: relative;
}
.uc-coupon .list[data-v-ac7e97be] {
  position: relative;
}
.uc-coupon .item[data-v-ac7e97be] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-ac7e97be] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-ac7e97be]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-ac7e97be] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-ac7e97be] {
  width: 100%;
}
.uc-table[data-v-ac7e97be] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-ac7e97be] {
  position: relative;
}
.uc-table-head ul[data-v-ac7e97be] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-ac7e97be] {
  float: left;
}
.uc-table-head li span[data-v-ac7e97be],
.uc-table-head li i[data-v-ac7e97be] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-ac7e97be] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-ac7e97be]::before,
.uc-table-head li i[data-v-ac7e97be]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-ac7e97be]::before,
.uc-table-head li:first-child i[data-v-ac7e97be]::before {
  content: none;
}
.uc-table-body[data-v-ac7e97be] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-ac7e97be] {
  position: relative;
}
.uc-table-body .item[data-v-ac7e97be] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-ac7e97be]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-ac7e97be] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-ac7e97be] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-ac7e97be] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-ac7e97be] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-ac7e97be] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-ac7e97be] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-ac7e97be] {
  visibility: visible;
}
.uc-table-body .font[data-v-ac7e97be] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-ac7e97be] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-ac7e97be] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-ac7e97be] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-ac7e97be] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-ac7e97be]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-ac7e97be] {
  text-align: center;
}
.uc-table-body .color[data-v-ac7e97be] {
  text-align: center;
}
.uc-table-body .control[data-v-ac7e97be] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-ac7e97be] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-ac7e97be] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-ac7e97be] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-ac7e97be] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-ac7e97be] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-ac7e97be] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-ac7e97be] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-ac7e97be] {
  position: relative;
}
.config-panel .rows .label[data-v-ac7e97be] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-ac7e97be] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-ac7e97be]::after,
.config-panel .rows-label[data-v-ac7e97be]::after,
.config-panel .rows-content[data-v-ac7e97be]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-ac7e97be] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-ac7e97be] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-ac7e97be] {
  display: block;
}
.config-panel .rows2[data-v-ac7e97be] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-ac7e97be] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-ac7e97be],
.config-panel .rows-item2[data-v-ac7e97be] {
  position: relative;
}
.config-panel .rows-item2[data-v-ac7e97be] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-ac7e97be] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-ac7e97be] {
  margin: 0;
}
.drag-head[data-v-ac7e97be] {
  cursor: move;
}
#ui-wrapper[data-v-ac7e97be] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-ac7e97be],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-ac7e97be] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-ac7e97be] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-ac7e97be],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-ac7e97be],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-ac7e97be] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-ac7e97be] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-ac7e97be] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-ac7e97be] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-ac7e97be],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-ac7e97be] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-ac7e97be] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-ac7e97be] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-ac7e97be] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-ac7e97be] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-ac7e97be]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-ac7e97be]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-ac7e97be],
#ui-wrapper .ui-path .path span[data-v-ac7e97be] {
  color: #666;
}
.uc-swiper[data-v-ac7e97be] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-ac7e97be] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-ac7e97be] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-ac7e97be] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-ac7e97be] {
  position: relative;
}
.uc-swiper .cell[data-v-ac7e97be] {
  position: relative;
}
.uc-swiper .icon[data-v-ac7e97be] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-ac7e97be]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-ac7e97be] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-ac7e97be] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-ac7e97be] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-ac7e97be] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-ac7e97be] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-ac7e97be] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-ac7e97be] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-ac7e97be] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-ac7e97be] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-ac7e97be] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-ac7e97be] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-ac7e97be] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-ac7e97be] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-ac7e97be] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-ac7e97be] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-ac7e97be] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-ac7e97be] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-ac7e97be] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-ac7e97be],
.uc-swiper .swiper-button-prev[data-v-ac7e97be] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-ac7e97be] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-ac7e97be] {
  right: -8px;
}

.ui-scale-0[data-v-44cd332b],
.ui-scale-1[data-v-44cd332b],
.ui-scale-2[data-v-44cd332b],
.ui-scale-3[data-v-44cd332b],
.ui-scale-4[data-v-44cd332b] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-44cd332b],
.ui-scale-1 img[data-v-44cd332b],
.ui-scale-2 img[data-v-44cd332b],
.ui-scale-3 img[data-v-44cd332b],
.ui-scale-4 img[data-v-44cd332b] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-44cd332b] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-44cd332b] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-44cd332b] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-44cd332b] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-44cd332b] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-44cd332b] {
  width: 50% !important;
}
.ui-column-3[data-v-44cd332b] {
  width: 33.33% !important;
}
.ui-column-4[data-v-44cd332b] {
  width: 25% !important;
}
.ui-column-5[data-v-44cd332b] {
  width: 20% !important;
}
.ui-column-6[data-v-44cd332b] {
  width: 16.66% !important;
}
.jz-config-form[data-v-44cd332b] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-44cd332b] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-44cd332b]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-44cd332b] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-44cd332b] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-44cd332b] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-44cd332b] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-44cd332b] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-44cd332b] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-44cd332b] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-44cd332b] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-44cd332b] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-44cd332b] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-44cd332b] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-44cd332b] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-44cd332b]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-44cd332b] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-44cd332b] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-44cd332b] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-44cd332b] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-44cd332b] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-44cd332b] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-44cd332b] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-44cd332b] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-44cd332b] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-44cd332b] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-44cd332b] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-44cd332b] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-44cd332b]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-44cd332b]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-44cd332b] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-44cd332b] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-44cd332b] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-44cd332b] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-44cd332b] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-44cd332b]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-44cd332b] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-44cd332b] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-44cd332b] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-44cd332b] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-44cd332b]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-44cd332b] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-44cd332b] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-44cd332b]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-44cd332b] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-44cd332b] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-44cd332b] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-44cd332b] {
  padding: 9px 30px;
}
.jz-shadow[data-v-44cd332b] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-44cd332b] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-44cd332b] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-44cd332b] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-44cd332b] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-44cd332b] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-44cd332b] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-44cd332b] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-44cd332b] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-44cd332b] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-44cd332b] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-44cd332b] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-44cd332b] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-44cd332b] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-44cd332b] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-44cd332b] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-44cd332b] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-44cd332b] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-44cd332b] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-44cd332b],
.radio-icon.radio-product-9[data-v-44cd332b] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-44cd332b] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-44cd332b] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-44cd332b] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-44cd332b] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-44cd332b] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-44cd332b] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-44cd332b] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-44cd332b] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-44cd332b] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-44cd332b],
.radio-icon.radio-product-10[data-v-44cd332b] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-44cd332b] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-44cd332b] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-44cd332b] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-44cd332b] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-44cd332b] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-44cd332b] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-44cd332b] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-44cd332b] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-44cd332b] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-44cd332b] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-44cd332b] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-44cd332b] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-44cd332b] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-44cd332b] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-44cd332b] {
  background-position: -800px -140px;
}
.vdr[data-v-44cd332b] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-44cd332b] {
  z-index: 99 !important;
}
.vdr .handle[data-v-44cd332b] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-44cd332b] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-44cd332b] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-44cd332b] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-44cd332b] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-44cd332b] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-44cd332b] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-44cd332b] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-44cd332b] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-44cd332b] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-44cd332b] {
  top: -55px;
}
.ui-operation ul[data-v-44cd332b] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-44cd332b] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-44cd332b] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-44cd332b] {
  font-style: normal;
}
.ui-operation .text[data-v-44cd332b]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-44cd332b] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-44cd332b]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-44cd332b] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-44cd332b] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-44cd332b] {
  display: block !important;
}
.ui-control-layout[data-v-44cd332b] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-44cd332b]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-44cd332b] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-44cd332b] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-44cd332b] {
  float: right;
}
.ue-label[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-44cd332b] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-44cd332b] {
  width: 100%;
}
.ue-txt input[data-v-44cd332b] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-44cd332b] {
  position: relative;
}
.ue-txt2 .el-input[data-v-44cd332b] {
  width: 70px;
}
.ue-txt2 input[data-v-44cd332b] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-44cd332b] {
  position: relative;
}
.ue-select .inn[data-v-44cd332b] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-44cd332b] {
  width: 200px;
}
.ue-select .other[data-v-44cd332b] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-44cd332b] {
  display: block;
}
.ue-color .fonts[data-v-44cd332b] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-44cd332b] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-44cd332b],
.ue-color.inline .el-color-picker__color-inner[data-v-44cd332b] {
  border-radius: 50%;
}
.ue-add[data-v-44cd332b] {
  position: relative;
}
.ue-add button[data-v-44cd332b] {
  width: 100%;
}
.ue-links[data-v-44cd332b] {
  position: relative;
}
.ue-links .thead[data-v-44cd332b] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-44cd332b] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-44cd332b] {
  margin: 0 0 5px;
}
.ue-radio[data-v-44cd332b] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-44cd332b] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-44cd332b] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-44cd332b] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-44cd332b] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-44cd332b] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-44cd332b] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-44cd332b] {
  position: relative;
}
.ue-radio3 .inn[data-v-44cd332b] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-44cd332b] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-44cd332b] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-44cd332b] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-44cd332b],
.ue-radio3 .el-radio[data-v-44cd332b]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-44cd332b]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-44cd332b] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-44cd332b] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-44cd332b] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-44cd332b] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-44cd332b] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-44cd332b] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-44cd332b] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-44cd332b] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-44cd332b],
.ue-slider .el-input-number__increase[data-v-44cd332b] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-44cd332b] {
  margin-right: 75px;
}
.ue-tag[data-v-44cd332b] {
  position: relative;
}
.ue-tag .el-tag[data-v-44cd332b] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-44cd332b] {
  width: 90px;
}
.ue-group[data-v-44cd332b] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-44cd332b] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-44cd332b] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-44cd332b] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-44cd332b] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-44cd332b] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-44cd332b] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-44cd332b] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-44cd332b] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-44cd332b] {
  padding-left: 0;
}
.ue-image[data-v-44cd332b] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-44cd332b] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-44cd332b] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-44cd332b] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-44cd332b]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-44cd332b] {
  visibility: visible;
}
.ue-imglist[data-v-44cd332b] {
  position: relative;
}
.ue-imglist .item[data-v-44cd332b] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-44cd332b] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-44cd332b] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-44cd332b] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-44cd332b] {
  visibility: visible;
}
.ue-imglist .txt[data-v-44cd332b] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-44cd332b] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-44cd332b] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-44cd332b] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-44cd332b] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-44cd332b] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-44cd332b] {
  display: block;
}
.ue-table[data-v-44cd332b] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-44cd332b] {
  position: relative;
}
.ue-table-head ul[data-v-44cd332b] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-44cd332b] {
  float: left;
}
.ue-table-head li span[data-v-44cd332b],
.ue-table-head li i[data-v-44cd332b] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-44cd332b] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-44cd332b]::before,
.ue-table-head li i[data-v-44cd332b]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-44cd332b]::before,
.ue-table-head li:first-child i[data-v-44cd332b]::before {
  content: none;
}
.ue-table-body[data-v-44cd332b] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-44cd332b] {
  position: relative;
}
.ue-table-body .item[data-v-44cd332b] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-44cd332b]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-44cd332b] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-44cd332b] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-44cd332b] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-44cd332b] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-44cd332b] {
  visibility: visible;
}
.ue-table-body .font[data-v-44cd332b] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-44cd332b] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-44cd332b] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-44cd332b] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-44cd332b] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-44cd332b]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-44cd332b] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-44cd332b] {
  text-align: center;
}
.ue-table-body .select[data-v-44cd332b] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-44cd332b] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-44cd332b]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-44cd332b] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-44cd332b] {
  cursor: move;
}
.ue-table2[data-v-44cd332b] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-44cd332b] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-44cd332b] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-44cd332b] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-44cd332b] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-44cd332b] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-44cd332b] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-44cd332b] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-44cd332b] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-44cd332b]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-44cd332b] {
  background-color: #e4eafa;
}
.ue-lock[data-v-44cd332b] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-44cd332b] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-44cd332b] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-44cd332b] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-44cd332b] {
  color: #ffa200;
}
.ue-img[data-v-44cd332b] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-44cd332b] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-44cd332b] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-44cd332b] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-44cd332b] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-44cd332b]:empty {
  display: none;
}
.ue-keywords[data-v-44cd332b] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-44cd332b] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-44cd332b] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-44cd332b] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-44cd332b] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-44cd332b] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-44cd332b] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-44cd332b] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-44cd332b] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-44cd332b] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-44cd332b] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-44cd332b] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-44cd332b] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-44cd332b] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-44cd332b]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-44cd332b] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-44cd332b] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-44cd332b] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-44cd332b] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-44cd332b],
#jz-config .config-box .label span[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-44cd332b] {
  width: auto;
}
#jz-config .config-box .label span[data-v-44cd332b] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-44cd332b] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-44cd332b]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-44cd332b]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-44cd332b]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-44cd332b] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-44cd332b] {
  transform: scale(1.3);
}
.uc-radio[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-44cd332b] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-44cd332b] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-44cd332b] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-44cd332b]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-44cd332b] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-44cd332b]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-44cd332b] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-44cd332b] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-44cd332b]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-44cd332b]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-44cd332b]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-44cd332b]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-44cd332b]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-44cd332b]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-44cd332b]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-44cd332b]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-44cd332b]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-44cd332b]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-44cd332b]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-44cd332b]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-44cd332b]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-44cd332b]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-44cd332b]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-44cd332b]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-44cd332b]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-44cd332b]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-44cd332b]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-44cd332b]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-44cd332b]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-44cd332b]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-44cd332b]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-44cd332b]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-44cd332b]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-44cd332b]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-44cd332b]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-44cd332b]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-44cd332b]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-44cd332b]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-44cd332b]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-44cd332b]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-44cd332b]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-44cd332b]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-44cd332b]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-44cd332b]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-44cd332b]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-44cd332b]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-44cd332b]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-44cd332b]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-44cd332b]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-44cd332b]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-44cd332b]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-44cd332b]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-44cd332b]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-44cd332b] {
  position: relative;
}
.uc-radio2 .inn[data-v-44cd332b] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-44cd332b] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-44cd332b] {
  white-space: nowrap;
}
.uc-radio3[data-v-44cd332b] {
  position: relative;
}
.uc-radio3 .inn[data-v-44cd332b] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-44cd332b] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-44cd332b] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-44cd332b] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-44cd332b] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-44cd332b] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-44cd332b] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-44cd332b] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-44cd332b] {
  position: relative;
}
.uc-radio4 .inn[data-v-44cd332b] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-44cd332b] {
  float: right;
}
.uc-radio4 .el-radio[data-v-44cd332b] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-44cd332b] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-44cd332b] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-44cd332b] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-44cd332b] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-44cd332b] {
  position: relative;
}
.uc-slider .inn[data-v-44cd332b] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-44cd332b] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-44cd332b] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-44cd332b],
.uc-slider .el-input-number__increase[data-v-44cd332b] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-44cd332b] {
  margin-right: 75px;
}
.uc-color[data-v-44cd332b] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-44cd332b] {
  width: 50px;
}
.uc-select[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-44cd332b] {
  width: 120px;
}
.uc-number[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-44cd332b] {
  width: 60px;
}
.config-line i[data-v-44cd332b] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-44cd332b] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-44cd332b] {
  text-align: center;
}
.uc-text2[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-44cd332b] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-44cd332b] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-44cd332b] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-44cd332b] {
  position: relative;
}
.uc-text3 .inn[data-v-44cd332b] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-44cd332b] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-44cd332b] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-44cd332b] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-44cd332b] {
  position: relative;
}
.uc-tag .inn[data-v-44cd332b] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-44cd332b] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-44cd332b] {
  width: 90px;
}
.uc-link[data-v-44cd332b] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-44cd332b] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-44cd332b] {
  position: relative;
}
.uc-image .list[data-v-44cd332b] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-44cd332b]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-44cd332b] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-44cd332b] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-44cd332b] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-44cd332b] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-44cd332b]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-44cd332b]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-44cd332b] {
  visibility: visible;
}
.uc-image .tip[data-v-44cd332b] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-44cd332b] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-44cd332b] {
  text-align: right;
}
.uc-image.rl .list[data-v-44cd332b] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-44cd332b] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-44cd332b] {
  position: relative;
}
.uc-imgtext .list[data-v-44cd332b] {
  position: relative;
}
.uc-imgtext .item[data-v-44cd332b] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-44cd332b] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-44cd332b] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-44cd332b] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-44cd332b] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-44cd332b] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-44cd332b] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-44cd332b] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-44cd332b] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-44cd332b] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-44cd332b],
.uc-imgtext .down[data-v-44cd332b] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-44cd332b],
.uc-imgtext .down i[data-v-44cd332b] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-44cd332b] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-44cd332b],
.uc-imgtext .item:hover .control[data-v-44cd332b] {
  visibility: visible;
}
.uc-category[data-v-44cd332b] {
  position: relative;
}
.uc-category .item[data-v-44cd332b] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-44cd332b] {
  zoom: 1;
}
.uc-category .view[data-v-44cd332b] {
  zoom: 1;
}
.uc-category .animate[data-v-44cd332b] {
  zoom: 1;
}
.uc-category .row[data-v-44cd332b] {
  position: relative;
}
.uc-category .txt[data-v-44cd332b] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-44cd332b] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-44cd332b] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-44cd332b] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-44cd332b] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-44cd332b] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-44cd332b] {
  visibility: visible;
}
.uc-transfer[data-v-44cd332b] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-44cd332b] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-44cd332b] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-44cd332b] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-44cd332b] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-44cd332b] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-44cd332b] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-44cd332b] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-44cd332b] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-44cd332b] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-44cd332b] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-44cd332b] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-44cd332b] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-44cd332b] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-44cd332b] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-44cd332b] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-44cd332b] {
  position: relative;
}
.uc-soure .el-radio[data-v-44cd332b] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-44cd332b] {
  position: relative;
}
.uc-coupon .list[data-v-44cd332b] {
  position: relative;
}
.uc-coupon .item[data-v-44cd332b] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-44cd332b] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-44cd332b]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-44cd332b] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-44cd332b] {
  width: 100%;
}
.uc-table[data-v-44cd332b] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-44cd332b] {
  position: relative;
}
.uc-table-head ul[data-v-44cd332b] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-44cd332b] {
  float: left;
}
.uc-table-head li span[data-v-44cd332b],
.uc-table-head li i[data-v-44cd332b] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-44cd332b] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-44cd332b]::before,
.uc-table-head li i[data-v-44cd332b]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-44cd332b]::before,
.uc-table-head li:first-child i[data-v-44cd332b]::before {
  content: none;
}
.uc-table-body[data-v-44cd332b] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-44cd332b] {
  position: relative;
}
.uc-table-body .item[data-v-44cd332b] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-44cd332b]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-44cd332b] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-44cd332b] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-44cd332b] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-44cd332b] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-44cd332b] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-44cd332b] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-44cd332b] {
  visibility: visible;
}
.uc-table-body .font[data-v-44cd332b] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-44cd332b] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-44cd332b] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-44cd332b] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-44cd332b] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-44cd332b]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-44cd332b] {
  text-align: center;
}
.uc-table-body .color[data-v-44cd332b] {
  text-align: center;
}
.uc-table-body .control[data-v-44cd332b] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-44cd332b] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-44cd332b] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-44cd332b] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-44cd332b] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-44cd332b] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-44cd332b] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-44cd332b] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-44cd332b] {
  position: relative;
}
.config-panel .rows .label[data-v-44cd332b] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-44cd332b] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-44cd332b]::after,
.config-panel .rows-label[data-v-44cd332b]::after,
.config-panel .rows-content[data-v-44cd332b]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-44cd332b] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-44cd332b] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-44cd332b] {
  display: block;
}
.config-panel .rows2[data-v-44cd332b] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-44cd332b] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-44cd332b],
.config-panel .rows-item2[data-v-44cd332b] {
  position: relative;
}
.config-panel .rows-item2[data-v-44cd332b] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-44cd332b] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-44cd332b] {
  margin: 0;
}
.drag-head[data-v-44cd332b] {
  cursor: move;
}
#ui-wrapper[data-v-44cd332b] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-44cd332b],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-44cd332b] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-44cd332b] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-44cd332b],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-44cd332b],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-44cd332b] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-44cd332b] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-44cd332b] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-44cd332b] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-44cd332b],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-44cd332b] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-44cd332b] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-44cd332b] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-44cd332b] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-44cd332b] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-44cd332b]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-44cd332b]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-44cd332b],
#ui-wrapper .ui-path .path span[data-v-44cd332b] {
  color: #666;
}
.uc-swiper[data-v-44cd332b] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-44cd332b] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-44cd332b] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-44cd332b] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-44cd332b] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-44cd332b] {
  position: relative;
}
.uc-swiper .cell[data-v-44cd332b] {
  position: relative;
}
.uc-swiper .icon[data-v-44cd332b] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-44cd332b]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-44cd332b] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-44cd332b] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-44cd332b] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-44cd332b] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-44cd332b] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-44cd332b] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-44cd332b] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-44cd332b] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-44cd332b] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-44cd332b] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-44cd332b] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-44cd332b] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-44cd332b] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-44cd332b] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-44cd332b] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-44cd332b] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-44cd332b] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-44cd332b] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-44cd332b],
.uc-swiper .swiper-button-prev[data-v-44cd332b] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-44cd332b] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-44cd332b] {
  right: -8px;
}

.ui-scale-0[data-v-161f2c0e],
.ui-scale-1[data-v-161f2c0e],
.ui-scale-2[data-v-161f2c0e],
.ui-scale-3[data-v-161f2c0e],
.ui-scale-4[data-v-161f2c0e] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-161f2c0e],
.ui-scale-1 img[data-v-161f2c0e],
.ui-scale-2 img[data-v-161f2c0e],
.ui-scale-3 img[data-v-161f2c0e],
.ui-scale-4 img[data-v-161f2c0e] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-161f2c0e] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-161f2c0e] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-161f2c0e] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-161f2c0e] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-161f2c0e] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-161f2c0e] {
  width: 50% !important;
}
.ui-column-3[data-v-161f2c0e] {
  width: 33.33% !important;
}
.ui-column-4[data-v-161f2c0e] {
  width: 25% !important;
}
.ui-column-5[data-v-161f2c0e] {
  width: 20% !important;
}
.ui-column-6[data-v-161f2c0e] {
  width: 16.66% !important;
}
.jz-config-form[data-v-161f2c0e] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-161f2c0e] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-161f2c0e]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-161f2c0e] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-161f2c0e] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-161f2c0e] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-161f2c0e] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-161f2c0e] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-161f2c0e] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-161f2c0e] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-161f2c0e] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-161f2c0e] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-161f2c0e] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-161f2c0e] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-161f2c0e] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-161f2c0e]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-161f2c0e] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-161f2c0e] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-161f2c0e] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-161f2c0e] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-161f2c0e] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-161f2c0e] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-161f2c0e] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-161f2c0e] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-161f2c0e] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-161f2c0e] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-161f2c0e] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-161f2c0e] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-161f2c0e]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-161f2c0e]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-161f2c0e] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-161f2c0e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-161f2c0e] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-161f2c0e] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-161f2c0e]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-161f2c0e] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-161f2c0e] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-161f2c0e] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-161f2c0e]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-161f2c0e] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-161f2c0e] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-161f2c0e]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-161f2c0e] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-161f2c0e] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-161f2c0e] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-161f2c0e] {
  padding: 9px 30px;
}
.jz-shadow[data-v-161f2c0e] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-161f2c0e] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-161f2c0e] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-161f2c0e] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-161f2c0e] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-161f2c0e] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-161f2c0e] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-161f2c0e] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-161f2c0e] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-161f2c0e] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-161f2c0e] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-161f2c0e] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-161f2c0e] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-161f2c0e] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-161f2c0e] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-161f2c0e] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-161f2c0e] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-161f2c0e] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-161f2c0e] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-161f2c0e],
.radio-icon.radio-product-9[data-v-161f2c0e] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-161f2c0e] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-161f2c0e] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-161f2c0e] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-161f2c0e] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-161f2c0e] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-161f2c0e] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-161f2c0e] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-161f2c0e] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-161f2c0e] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-161f2c0e],
.radio-icon.radio-product-10[data-v-161f2c0e] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-161f2c0e] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-161f2c0e] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-161f2c0e] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-161f2c0e] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-161f2c0e] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-161f2c0e] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-161f2c0e] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-161f2c0e] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-161f2c0e] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-161f2c0e] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-161f2c0e] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-161f2c0e] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-161f2c0e] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-161f2c0e] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-161f2c0e] {
  background-position: -800px -140px;
}
.vdr[data-v-161f2c0e] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-161f2c0e] {
  z-index: 99 !important;
}
.vdr .handle[data-v-161f2c0e] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-161f2c0e] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-161f2c0e] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-161f2c0e] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-161f2c0e] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-161f2c0e] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-161f2c0e] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-161f2c0e] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-161f2c0e] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-161f2c0e] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-161f2c0e] {
  top: -55px;
}
.ui-operation ul[data-v-161f2c0e] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-161f2c0e] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-161f2c0e] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-161f2c0e] {
  font-style: normal;
}
.ui-operation .text[data-v-161f2c0e]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-161f2c0e] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-161f2c0e]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-161f2c0e] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-161f2c0e] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-161f2c0e] {
  display: block !important;
}
.ui-control-layout[data-v-161f2c0e] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-161f2c0e]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-161f2c0e] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-161f2c0e] {
  float: right;
}
.ue-label[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-161f2c0e] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-161f2c0e] {
  width: 100%;
}
.ue-txt input[data-v-161f2c0e] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-161f2c0e] {
  position: relative;
}
.ue-txt2 .el-input[data-v-161f2c0e] {
  width: 70px;
}
.ue-txt2 input[data-v-161f2c0e] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-161f2c0e] {
  position: relative;
}
.ue-select .inn[data-v-161f2c0e] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-161f2c0e] {
  width: 200px;
}
.ue-select .other[data-v-161f2c0e] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-161f2c0e] {
  display: block;
}
.ue-color .fonts[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-161f2c0e] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-161f2c0e],
.ue-color.inline .el-color-picker__color-inner[data-v-161f2c0e] {
  border-radius: 50%;
}
.ue-add[data-v-161f2c0e] {
  position: relative;
}
.ue-add button[data-v-161f2c0e] {
  width: 100%;
}
.ue-links[data-v-161f2c0e] {
  position: relative;
}
.ue-links .thead[data-v-161f2c0e] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-161f2c0e] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-161f2c0e] {
  margin: 0 0 5px;
}
.ue-radio[data-v-161f2c0e] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-161f2c0e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-161f2c0e] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-161f2c0e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-161f2c0e] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-161f2c0e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-161f2c0e] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-161f2c0e] {
  position: relative;
}
.ue-radio3 .inn[data-v-161f2c0e] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-161f2c0e] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-161f2c0e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-161f2c0e] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-161f2c0e],
.ue-radio3 .el-radio[data-v-161f2c0e]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-161f2c0e]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-161f2c0e] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-161f2c0e] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-161f2c0e] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-161f2c0e] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-161f2c0e] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-161f2c0e] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-161f2c0e] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-161f2c0e] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-161f2c0e],
.ue-slider .el-input-number__increase[data-v-161f2c0e] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-161f2c0e] {
  margin-right: 75px;
}
.ue-tag[data-v-161f2c0e] {
  position: relative;
}
.ue-tag .el-tag[data-v-161f2c0e] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-161f2c0e] {
  width: 90px;
}
.ue-group[data-v-161f2c0e] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-161f2c0e] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-161f2c0e] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-161f2c0e] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-161f2c0e] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-161f2c0e] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-161f2c0e] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-161f2c0e] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-161f2c0e] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-161f2c0e] {
  padding-left: 0;
}
.ue-image[data-v-161f2c0e] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-161f2c0e] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-161f2c0e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-161f2c0e]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-161f2c0e] {
  visibility: visible;
}
.ue-imglist[data-v-161f2c0e] {
  position: relative;
}
.ue-imglist .item[data-v-161f2c0e] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-161f2c0e] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-161f2c0e] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-161f2c0e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-161f2c0e] {
  visibility: visible;
}
.ue-imglist .txt[data-v-161f2c0e] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-161f2c0e] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-161f2c0e] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-161f2c0e] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-161f2c0e] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-161f2c0e] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-161f2c0e] {
  display: block;
}
.ue-table[data-v-161f2c0e] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-161f2c0e] {
  position: relative;
}
.ue-table-head ul[data-v-161f2c0e] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-161f2c0e] {
  float: left;
}
.ue-table-head li span[data-v-161f2c0e],
.ue-table-head li i[data-v-161f2c0e] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-161f2c0e] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-161f2c0e]::before,
.ue-table-head li i[data-v-161f2c0e]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-161f2c0e]::before,
.ue-table-head li:first-child i[data-v-161f2c0e]::before {
  content: none;
}
.ue-table-body[data-v-161f2c0e] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-161f2c0e] {
  position: relative;
}
.ue-table-body .item[data-v-161f2c0e] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-161f2c0e]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-161f2c0e] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-161f2c0e] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-161f2c0e] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-161f2c0e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-161f2c0e] {
  visibility: visible;
}
.ue-table-body .font[data-v-161f2c0e] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-161f2c0e] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-161f2c0e] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-161f2c0e] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-161f2c0e] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-161f2c0e]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-161f2c0e] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-161f2c0e] {
  text-align: center;
}
.ue-table-body .select[data-v-161f2c0e] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-161f2c0e] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-161f2c0e]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-161f2c0e] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-161f2c0e] {
  cursor: move;
}
.ue-table2[data-v-161f2c0e] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-161f2c0e] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-161f2c0e] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-161f2c0e] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-161f2c0e] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-161f2c0e] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-161f2c0e] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-161f2c0e] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-161f2c0e] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-161f2c0e]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-161f2c0e] {
  background-color: #e4eafa;
}
.ue-lock[data-v-161f2c0e] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-161f2c0e] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-161f2c0e] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-161f2c0e] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-161f2c0e] {
  color: #ffa200;
}
.ue-img[data-v-161f2c0e] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-161f2c0e] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-161f2c0e] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-161f2c0e] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-161f2c0e] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-161f2c0e]:empty {
  display: none;
}
.ue-keywords[data-v-161f2c0e] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-161f2c0e] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-161f2c0e] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-161f2c0e] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-161f2c0e] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-161f2c0e] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-161f2c0e] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-161f2c0e] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-161f2c0e] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-161f2c0e] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-161f2c0e] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-161f2c0e] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-161f2c0e] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-161f2c0e]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-161f2c0e] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-161f2c0e] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-161f2c0e] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-161f2c0e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-161f2c0e],
#jz-config .config-box .label span[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-161f2c0e] {
  width: auto;
}
#jz-config .config-box .label span[data-v-161f2c0e] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-161f2c0e] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-161f2c0e]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-161f2c0e]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-161f2c0e]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-161f2c0e] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-161f2c0e] {
  transform: scale(1.3);
}
.uc-radio[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-161f2c0e] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-161f2c0e] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-161f2c0e] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-161f2c0e]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-161f2c0e] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-161f2c0e]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-161f2c0e] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-161f2c0e] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-161f2c0e]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-161f2c0e]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-161f2c0e]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-161f2c0e]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-161f2c0e]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-161f2c0e]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-161f2c0e]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-161f2c0e]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-161f2c0e]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-161f2c0e]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-161f2c0e]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-161f2c0e]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-161f2c0e]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-161f2c0e]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-161f2c0e]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-161f2c0e]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-161f2c0e]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-161f2c0e]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-161f2c0e]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-161f2c0e]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-161f2c0e]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-161f2c0e]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-161f2c0e]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-161f2c0e]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-161f2c0e]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-161f2c0e]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-161f2c0e]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-161f2c0e]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-161f2c0e]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-161f2c0e]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-161f2c0e]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-161f2c0e]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-161f2c0e]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-161f2c0e]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-161f2c0e]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-161f2c0e]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-161f2c0e]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-161f2c0e]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-161f2c0e]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-161f2c0e]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-161f2c0e]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-161f2c0e]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-161f2c0e]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-161f2c0e]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-161f2c0e]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-161f2c0e] {
  position: relative;
}
.uc-radio2 .inn[data-v-161f2c0e] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-161f2c0e] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-161f2c0e] {
  white-space: nowrap;
}
.uc-radio3[data-v-161f2c0e] {
  position: relative;
}
.uc-radio3 .inn[data-v-161f2c0e] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-161f2c0e] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-161f2c0e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-161f2c0e] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-161f2c0e] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-161f2c0e] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-161f2c0e] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-161f2c0e] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-161f2c0e] {
  position: relative;
}
.uc-radio4 .inn[data-v-161f2c0e] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-161f2c0e] {
  float: right;
}
.uc-radio4 .el-radio[data-v-161f2c0e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-161f2c0e] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-161f2c0e] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-161f2c0e] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-161f2c0e] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-161f2c0e] {
  position: relative;
}
.uc-slider .inn[data-v-161f2c0e] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-161f2c0e] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-161f2c0e] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-161f2c0e],
.uc-slider .el-input-number__increase[data-v-161f2c0e] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-161f2c0e] {
  margin-right: 75px;
}
.uc-color[data-v-161f2c0e] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-161f2c0e] {
  width: 50px;
}
.uc-select[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-161f2c0e] {
  width: 120px;
}
.uc-number[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-161f2c0e] {
  width: 60px;
}
.config-line i[data-v-161f2c0e] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-161f2c0e] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-161f2c0e] {
  text-align: center;
}
.uc-text2[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-161f2c0e] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-161f2c0e] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-161f2c0e] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-161f2c0e] {
  position: relative;
}
.uc-text3 .inn[data-v-161f2c0e] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-161f2c0e] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-161f2c0e] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-161f2c0e] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-161f2c0e] {
  position: relative;
}
.uc-tag .inn[data-v-161f2c0e] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-161f2c0e] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-161f2c0e] {
  width: 90px;
}
.uc-link[data-v-161f2c0e] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-161f2c0e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-161f2c0e] {
  position: relative;
}
.uc-image .list[data-v-161f2c0e] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-161f2c0e]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-161f2c0e] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-161f2c0e] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-161f2c0e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-161f2c0e] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-161f2c0e]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-161f2c0e]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-161f2c0e] {
  visibility: visible;
}
.uc-image .tip[data-v-161f2c0e] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-161f2c0e] {
  text-align: right;
}
.uc-image.rl .list[data-v-161f2c0e] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-161f2c0e] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-161f2c0e] {
  position: relative;
}
.uc-imgtext .list[data-v-161f2c0e] {
  position: relative;
}
.uc-imgtext .item[data-v-161f2c0e] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-161f2c0e] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-161f2c0e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-161f2c0e] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-161f2c0e] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-161f2c0e] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-161f2c0e] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-161f2c0e] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-161f2c0e] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-161f2c0e] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-161f2c0e],
.uc-imgtext .down[data-v-161f2c0e] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-161f2c0e],
.uc-imgtext .down i[data-v-161f2c0e] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-161f2c0e] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-161f2c0e],
.uc-imgtext .item:hover .control[data-v-161f2c0e] {
  visibility: visible;
}
.uc-category[data-v-161f2c0e] {
  position: relative;
}
.uc-category .item[data-v-161f2c0e] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-161f2c0e] {
  zoom: 1;
}
.uc-category .view[data-v-161f2c0e] {
  zoom: 1;
}
.uc-category .animate[data-v-161f2c0e] {
  zoom: 1;
}
.uc-category .row[data-v-161f2c0e] {
  position: relative;
}
.uc-category .txt[data-v-161f2c0e] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-161f2c0e] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-161f2c0e] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-161f2c0e] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-161f2c0e] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-161f2c0e] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-161f2c0e] {
  visibility: visible;
}
.uc-transfer[data-v-161f2c0e] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-161f2c0e] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-161f2c0e] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-161f2c0e] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-161f2c0e] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-161f2c0e] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-161f2c0e] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-161f2c0e] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-161f2c0e] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-161f2c0e] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-161f2c0e] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-161f2c0e] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-161f2c0e] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-161f2c0e] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-161f2c0e] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-161f2c0e] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-161f2c0e] {
  position: relative;
}
.uc-soure .el-radio[data-v-161f2c0e] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-161f2c0e] {
  position: relative;
}
.uc-coupon .list[data-v-161f2c0e] {
  position: relative;
}
.uc-coupon .item[data-v-161f2c0e] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-161f2c0e] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-161f2c0e]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-161f2c0e] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-161f2c0e] {
  width: 100%;
}
.uc-table[data-v-161f2c0e] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-161f2c0e] {
  position: relative;
}
.uc-table-head ul[data-v-161f2c0e] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-161f2c0e] {
  float: left;
}
.uc-table-head li span[data-v-161f2c0e],
.uc-table-head li i[data-v-161f2c0e] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-161f2c0e] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-161f2c0e]::before,
.uc-table-head li i[data-v-161f2c0e]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-161f2c0e]::before,
.uc-table-head li:first-child i[data-v-161f2c0e]::before {
  content: none;
}
.uc-table-body[data-v-161f2c0e] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-161f2c0e] {
  position: relative;
}
.uc-table-body .item[data-v-161f2c0e] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-161f2c0e]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-161f2c0e] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-161f2c0e] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-161f2c0e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-161f2c0e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-161f2c0e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-161f2c0e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-161f2c0e] {
  visibility: visible;
}
.uc-table-body .font[data-v-161f2c0e] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-161f2c0e] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-161f2c0e] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-161f2c0e] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-161f2c0e] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-161f2c0e]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-161f2c0e] {
  text-align: center;
}
.uc-table-body .color[data-v-161f2c0e] {
  text-align: center;
}
.uc-table-body .control[data-v-161f2c0e] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-161f2c0e] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-161f2c0e] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-161f2c0e] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-161f2c0e] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-161f2c0e] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-161f2c0e] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-161f2c0e] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-161f2c0e] {
  position: relative;
}
.config-panel .rows .label[data-v-161f2c0e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-161f2c0e] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-161f2c0e]::after,
.config-panel .rows-label[data-v-161f2c0e]::after,
.config-panel .rows-content[data-v-161f2c0e]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-161f2c0e] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-161f2c0e] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-161f2c0e] {
  display: block;
}
.config-panel .rows2[data-v-161f2c0e] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-161f2c0e] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-161f2c0e],
.config-panel .rows-item2[data-v-161f2c0e] {
  position: relative;
}
.config-panel .rows-item2[data-v-161f2c0e] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-161f2c0e] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-161f2c0e] {
  margin: 0;
}
.drag-head[data-v-161f2c0e] {
  cursor: move;
}
#ui-wrapper[data-v-161f2c0e] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-161f2c0e],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-161f2c0e] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-161f2c0e] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-161f2c0e],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-161f2c0e],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-161f2c0e] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-161f2c0e] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-161f2c0e] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-161f2c0e] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-161f2c0e],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-161f2c0e] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-161f2c0e] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-161f2c0e] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-161f2c0e] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-161f2c0e] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-161f2c0e]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-161f2c0e]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-161f2c0e],
#ui-wrapper .ui-path .path span[data-v-161f2c0e] {
  color: #666;
}
.uc-swiper[data-v-161f2c0e] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-161f2c0e] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-161f2c0e] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-161f2c0e] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-161f2c0e] {
  position: relative;
}
.uc-swiper .cell[data-v-161f2c0e] {
  position: relative;
}
.uc-swiper .icon[data-v-161f2c0e] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-161f2c0e]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-161f2c0e] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-161f2c0e] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-161f2c0e] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-161f2c0e] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-161f2c0e] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-161f2c0e] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-161f2c0e] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-161f2c0e] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-161f2c0e] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-161f2c0e] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-161f2c0e] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-161f2c0e] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-161f2c0e] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-161f2c0e] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-161f2c0e] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-161f2c0e] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-161f2c0e] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-161f2c0e] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-161f2c0e],
.uc-swiper .swiper-button-prev[data-v-161f2c0e] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-161f2c0e] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-161f2c0e] {
  right: -8px;
}

.ui-scale-0[data-v-52815a15],
.ui-scale-1[data-v-52815a15],
.ui-scale-2[data-v-52815a15],
.ui-scale-3[data-v-52815a15],
.ui-scale-4[data-v-52815a15] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-52815a15],
.ui-scale-1 img[data-v-52815a15],
.ui-scale-2 img[data-v-52815a15],
.ui-scale-3 img[data-v-52815a15],
.ui-scale-4 img[data-v-52815a15] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-52815a15] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-52815a15] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-52815a15] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-52815a15] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-52815a15] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-52815a15] {
  width: 50% !important;
}
.ui-column-3[data-v-52815a15] {
  width: 33.33% !important;
}
.ui-column-4[data-v-52815a15] {
  width: 25% !important;
}
.ui-column-5[data-v-52815a15] {
  width: 20% !important;
}
.ui-column-6[data-v-52815a15] {
  width: 16.66% !important;
}
.jz-config-form[data-v-52815a15] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-52815a15] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-52815a15]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-52815a15] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-52815a15] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-52815a15] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-52815a15] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-52815a15] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-52815a15] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-52815a15] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-52815a15] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-52815a15] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-52815a15] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-52815a15] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-52815a15] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-52815a15]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-52815a15] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-52815a15] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-52815a15] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-52815a15] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-52815a15] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-52815a15] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-52815a15] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-52815a15] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-52815a15] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-52815a15] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-52815a15] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-52815a15] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-52815a15]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-52815a15]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-52815a15] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-52815a15] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-52815a15] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-52815a15] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-52815a15] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-52815a15]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-52815a15] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-52815a15] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-52815a15] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-52815a15] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-52815a15]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-52815a15] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-52815a15] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-52815a15]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-52815a15] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-52815a15] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-52815a15] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-52815a15] {
  padding: 9px 30px;
}
.jz-shadow[data-v-52815a15] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-52815a15] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-52815a15] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-52815a15] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-52815a15] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-52815a15] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-52815a15] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-52815a15] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-52815a15] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-52815a15] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-52815a15] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-52815a15] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-52815a15] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-52815a15] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-52815a15] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-52815a15] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-52815a15] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-52815a15] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-52815a15] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-52815a15],
.radio-icon.radio-product-9[data-v-52815a15] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-52815a15] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-52815a15] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-52815a15] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-52815a15] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-52815a15] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-52815a15] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-52815a15] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-52815a15] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-52815a15] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-52815a15],
.radio-icon.radio-product-10[data-v-52815a15] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-52815a15] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-52815a15] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-52815a15] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-52815a15] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-52815a15] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-52815a15] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-52815a15] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-52815a15] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-52815a15] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-52815a15] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-52815a15] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-52815a15] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-52815a15] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-52815a15] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-52815a15] {
  background-position: -800px -140px;
}
.vdr[data-v-52815a15] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-52815a15] {
  z-index: 99 !important;
}
.vdr .handle[data-v-52815a15] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-52815a15] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-52815a15] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-52815a15] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-52815a15] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-52815a15] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-52815a15] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-52815a15] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-52815a15] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-52815a15] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-52815a15] {
  top: -55px;
}
.ui-operation ul[data-v-52815a15] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-52815a15] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-52815a15] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-52815a15] {
  font-style: normal;
}
.ui-operation .text[data-v-52815a15]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-52815a15] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-52815a15]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-52815a15] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-52815a15] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-52815a15] {
  display: block !important;
}
.ui-control-layout[data-v-52815a15] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-52815a15]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-52815a15] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-52815a15] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-52815a15] {
  float: right;
}
.ue-label[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-52815a15] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-52815a15] {
  width: 100%;
}
.ue-txt input[data-v-52815a15] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-52815a15] {
  position: relative;
}
.ue-txt2 .el-input[data-v-52815a15] {
  width: 70px;
}
.ue-txt2 input[data-v-52815a15] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-52815a15] {
  position: relative;
}
.ue-select .inn[data-v-52815a15] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-52815a15] {
  width: 200px;
}
.ue-select .other[data-v-52815a15] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-52815a15] {
  display: block;
}
.ue-color .fonts[data-v-52815a15] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-52815a15] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-52815a15],
.ue-color.inline .el-color-picker__color-inner[data-v-52815a15] {
  border-radius: 50%;
}
.ue-add[data-v-52815a15] {
  position: relative;
}
.ue-add button[data-v-52815a15] {
  width: 100%;
}
.ue-links[data-v-52815a15] {
  position: relative;
}
.ue-links .thead[data-v-52815a15] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-52815a15] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-52815a15] {
  margin: 0 0 5px;
}
.ue-radio[data-v-52815a15] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-52815a15] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-52815a15] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-52815a15] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-52815a15] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-52815a15] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-52815a15] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-52815a15] {
  position: relative;
}
.ue-radio3 .inn[data-v-52815a15] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-52815a15] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-52815a15] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-52815a15] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-52815a15],
.ue-radio3 .el-radio[data-v-52815a15]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-52815a15]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-52815a15] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-52815a15] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-52815a15] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-52815a15] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-52815a15] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-52815a15] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-52815a15] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-52815a15] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-52815a15],
.ue-slider .el-input-number__increase[data-v-52815a15] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-52815a15] {
  margin-right: 75px;
}
.ue-tag[data-v-52815a15] {
  position: relative;
}
.ue-tag .el-tag[data-v-52815a15] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-52815a15] {
  width: 90px;
}
.ue-group[data-v-52815a15] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-52815a15] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-52815a15] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-52815a15] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-52815a15] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-52815a15] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-52815a15] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-52815a15] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-52815a15] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-52815a15] {
  padding-left: 0;
}
.ue-image[data-v-52815a15] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-52815a15] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-52815a15] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-52815a15] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-52815a15]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-52815a15] {
  visibility: visible;
}
.ue-imglist[data-v-52815a15] {
  position: relative;
}
.ue-imglist .item[data-v-52815a15] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-52815a15] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-52815a15] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-52815a15] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-52815a15] {
  visibility: visible;
}
.ue-imglist .txt[data-v-52815a15] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-52815a15] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-52815a15] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-52815a15] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-52815a15] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-52815a15] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-52815a15] {
  display: block;
}
.ue-table[data-v-52815a15] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-52815a15] {
  position: relative;
}
.ue-table-head ul[data-v-52815a15] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-52815a15] {
  float: left;
}
.ue-table-head li span[data-v-52815a15],
.ue-table-head li i[data-v-52815a15] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-52815a15] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-52815a15]::before,
.ue-table-head li i[data-v-52815a15]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-52815a15]::before,
.ue-table-head li:first-child i[data-v-52815a15]::before {
  content: none;
}
.ue-table-body[data-v-52815a15] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-52815a15] {
  position: relative;
}
.ue-table-body .item[data-v-52815a15] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-52815a15]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-52815a15] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-52815a15] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-52815a15] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-52815a15] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-52815a15] {
  visibility: visible;
}
.ue-table-body .font[data-v-52815a15] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-52815a15] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-52815a15] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-52815a15] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-52815a15] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-52815a15]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-52815a15] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-52815a15] {
  text-align: center;
}
.ue-table-body .select[data-v-52815a15] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-52815a15] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-52815a15]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-52815a15] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-52815a15] {
  cursor: move;
}
.ue-table2[data-v-52815a15] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-52815a15] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-52815a15] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-52815a15] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-52815a15] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-52815a15] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-52815a15] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-52815a15] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-52815a15] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-52815a15]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-52815a15] {
  background-color: #e4eafa;
}
.ue-lock[data-v-52815a15] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-52815a15] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-52815a15] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-52815a15] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-52815a15] {
  color: #ffa200;
}
.ue-img[data-v-52815a15] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-52815a15] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-52815a15] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-52815a15] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-52815a15] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-52815a15]:empty {
  display: none;
}
.ue-keywords[data-v-52815a15] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-52815a15] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-52815a15] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-52815a15] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-52815a15] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-52815a15] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-52815a15] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-52815a15] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-52815a15] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-52815a15] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-52815a15] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-52815a15] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-52815a15] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-52815a15] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-52815a15]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-52815a15] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-52815a15] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-52815a15] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-52815a15] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-52815a15],
#jz-config .config-box .label span[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-52815a15] {
  width: auto;
}
#jz-config .config-box .label span[data-v-52815a15] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-52815a15] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-52815a15]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-52815a15]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-52815a15]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-52815a15] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-52815a15] {
  transform: scale(1.3);
}
.uc-radio[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-52815a15] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-52815a15] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-52815a15] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-52815a15]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-52815a15] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-52815a15]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-52815a15] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-52815a15] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-52815a15]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-52815a15]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-52815a15]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-52815a15]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-52815a15]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-52815a15]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-52815a15]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-52815a15]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-52815a15]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-52815a15]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-52815a15]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-52815a15]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-52815a15]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-52815a15]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-52815a15]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-52815a15]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-52815a15]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-52815a15]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-52815a15]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-52815a15]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-52815a15]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-52815a15]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-52815a15]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-52815a15]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-52815a15]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-52815a15]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-52815a15]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-52815a15]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-52815a15]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-52815a15]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-52815a15]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-52815a15]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-52815a15]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-52815a15]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-52815a15]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-52815a15]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-52815a15]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-52815a15]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-52815a15]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-52815a15]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-52815a15]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-52815a15]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-52815a15]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-52815a15]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-52815a15]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-52815a15] {
  position: relative;
}
.uc-radio2 .inn[data-v-52815a15] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-52815a15] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-52815a15] {
  white-space: nowrap;
}
.uc-radio3[data-v-52815a15] {
  position: relative;
}
.uc-radio3 .inn[data-v-52815a15] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-52815a15] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-52815a15] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-52815a15] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-52815a15] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-52815a15] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-52815a15] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-52815a15] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-52815a15] {
  position: relative;
}
.uc-radio4 .inn[data-v-52815a15] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-52815a15] {
  float: right;
}
.uc-radio4 .el-radio[data-v-52815a15] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-52815a15] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-52815a15] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-52815a15] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-52815a15] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-52815a15] {
  position: relative;
}
.uc-slider .inn[data-v-52815a15] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-52815a15] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-52815a15] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-52815a15],
.uc-slider .el-input-number__increase[data-v-52815a15] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-52815a15] {
  margin-right: 75px;
}
.uc-color[data-v-52815a15] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-52815a15] {
  width: 50px;
}
.uc-select[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-52815a15] {
  width: 120px;
}
.uc-number[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-52815a15] {
  width: 60px;
}
.config-line i[data-v-52815a15] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-52815a15] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-52815a15] {
  text-align: center;
}
.uc-text2[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-52815a15] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-52815a15] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-52815a15] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-52815a15] {
  position: relative;
}
.uc-text3 .inn[data-v-52815a15] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-52815a15] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-52815a15] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-52815a15] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-52815a15] {
  position: relative;
}
.uc-tag .inn[data-v-52815a15] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-52815a15] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-52815a15] {
  width: 90px;
}
.uc-link[data-v-52815a15] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-52815a15] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-52815a15] {
  position: relative;
}
.uc-image .list[data-v-52815a15] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-52815a15]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-52815a15] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-52815a15] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-52815a15] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-52815a15] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-52815a15]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-52815a15]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-52815a15] {
  visibility: visible;
}
.uc-image .tip[data-v-52815a15] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-52815a15] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-52815a15] {
  text-align: right;
}
.uc-image.rl .list[data-v-52815a15] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-52815a15] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-52815a15] {
  position: relative;
}
.uc-imgtext .list[data-v-52815a15] {
  position: relative;
}
.uc-imgtext .item[data-v-52815a15] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-52815a15] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-52815a15] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-52815a15] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-52815a15] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-52815a15] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-52815a15] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-52815a15] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-52815a15] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-52815a15] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-52815a15],
.uc-imgtext .down[data-v-52815a15] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-52815a15],
.uc-imgtext .down i[data-v-52815a15] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-52815a15] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-52815a15],
.uc-imgtext .item:hover .control[data-v-52815a15] {
  visibility: visible;
}
.uc-category[data-v-52815a15] {
  position: relative;
}
.uc-category .item[data-v-52815a15] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-52815a15] {
  zoom: 1;
}
.uc-category .view[data-v-52815a15] {
  zoom: 1;
}
.uc-category .animate[data-v-52815a15] {
  zoom: 1;
}
.uc-category .row[data-v-52815a15] {
  position: relative;
}
.uc-category .txt[data-v-52815a15] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-52815a15] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-52815a15] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-52815a15] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-52815a15] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-52815a15] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-52815a15] {
  visibility: visible;
}
.uc-transfer[data-v-52815a15] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-52815a15] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-52815a15] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-52815a15] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-52815a15] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-52815a15] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-52815a15] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-52815a15] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-52815a15] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-52815a15] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-52815a15] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-52815a15] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-52815a15] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-52815a15] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-52815a15] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-52815a15] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-52815a15] {
  position: relative;
}
.uc-soure .el-radio[data-v-52815a15] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-52815a15] {
  position: relative;
}
.uc-coupon .list[data-v-52815a15] {
  position: relative;
}
.uc-coupon .item[data-v-52815a15] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-52815a15] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-52815a15]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-52815a15] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-52815a15] {
  width: 100%;
}
.uc-table[data-v-52815a15] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-52815a15] {
  position: relative;
}
.uc-table-head ul[data-v-52815a15] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-52815a15] {
  float: left;
}
.uc-table-head li span[data-v-52815a15],
.uc-table-head li i[data-v-52815a15] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-52815a15] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-52815a15]::before,
.uc-table-head li i[data-v-52815a15]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-52815a15]::before,
.uc-table-head li:first-child i[data-v-52815a15]::before {
  content: none;
}
.uc-table-body[data-v-52815a15] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-52815a15] {
  position: relative;
}
.uc-table-body .item[data-v-52815a15] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-52815a15]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-52815a15] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-52815a15] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-52815a15] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-52815a15] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-52815a15] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-52815a15] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-52815a15] {
  visibility: visible;
}
.uc-table-body .font[data-v-52815a15] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-52815a15] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-52815a15] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-52815a15] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-52815a15] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-52815a15]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-52815a15] {
  text-align: center;
}
.uc-table-body .color[data-v-52815a15] {
  text-align: center;
}
.uc-table-body .control[data-v-52815a15] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-52815a15] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-52815a15] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-52815a15] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-52815a15] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-52815a15] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-52815a15] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-52815a15] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-52815a15] {
  position: relative;
}
.config-panel .rows .label[data-v-52815a15] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-52815a15] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-52815a15]::after,
.config-panel .rows-label[data-v-52815a15]::after,
.config-panel .rows-content[data-v-52815a15]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-52815a15] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-52815a15] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-52815a15] {
  display: block;
}
.config-panel .rows2[data-v-52815a15] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-52815a15] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-52815a15],
.config-panel .rows-item2[data-v-52815a15] {
  position: relative;
}
.config-panel .rows-item2[data-v-52815a15] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-52815a15] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-52815a15] {
  margin: 0;
}
.drag-head[data-v-52815a15] {
  cursor: move;
}
#ui-wrapper[data-v-52815a15] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-52815a15],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-52815a15] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-52815a15] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-52815a15],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-52815a15],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-52815a15] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-52815a15] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-52815a15] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-52815a15] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-52815a15],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-52815a15] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-52815a15] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-52815a15] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-52815a15] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-52815a15] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-52815a15]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-52815a15]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-52815a15],
#ui-wrapper .ui-path .path span[data-v-52815a15] {
  color: #666;
}
.uc-swiper[data-v-52815a15] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-52815a15] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-52815a15] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-52815a15] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-52815a15] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-52815a15] {
  position: relative;
}
.uc-swiper .cell[data-v-52815a15] {
  position: relative;
}
.uc-swiper .icon[data-v-52815a15] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-52815a15]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-52815a15] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-52815a15] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-52815a15] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-52815a15] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-52815a15] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-52815a15] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-52815a15] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-52815a15] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-52815a15] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-52815a15] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-52815a15] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-52815a15] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-52815a15] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-52815a15] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-52815a15] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-52815a15] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-52815a15] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-52815a15] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-52815a15],
.uc-swiper .swiper-button-prev[data-v-52815a15] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-52815a15] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-52815a15] {
  right: -8px;
}

.ui-scale-0[data-v-3a42f5ed],
.ui-scale-1[data-v-3a42f5ed],
.ui-scale-2[data-v-3a42f5ed],
.ui-scale-3[data-v-3a42f5ed],
.ui-scale-4[data-v-3a42f5ed] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-3a42f5ed],
.ui-scale-1 img[data-v-3a42f5ed],
.ui-scale-2 img[data-v-3a42f5ed],
.ui-scale-3 img[data-v-3a42f5ed],
.ui-scale-4 img[data-v-3a42f5ed] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-3a42f5ed] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-3a42f5ed] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-3a42f5ed] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-3a42f5ed] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-3a42f5ed] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-3a42f5ed] {
  width: 50% !important;
}
.ui-column-3[data-v-3a42f5ed] {
  width: 33.33% !important;
}
.ui-column-4[data-v-3a42f5ed] {
  width: 25% !important;
}
.ui-column-5[data-v-3a42f5ed] {
  width: 20% !important;
}
.ui-column-6[data-v-3a42f5ed] {
  width: 16.66% !important;
}
.jz-config-form[data-v-3a42f5ed] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-3a42f5ed] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-3a42f5ed]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-3a42f5ed] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-3a42f5ed] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-3a42f5ed] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-3a42f5ed] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-3a42f5ed] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-3a42f5ed] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-3a42f5ed] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-3a42f5ed] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-3a42f5ed] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-3a42f5ed] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-3a42f5ed] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-3a42f5ed] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-3a42f5ed]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-3a42f5ed] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-3a42f5ed] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-3a42f5ed] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-3a42f5ed] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-3a42f5ed] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-3a42f5ed] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-3a42f5ed] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-3a42f5ed] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-3a42f5ed] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-3a42f5ed] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-3a42f5ed] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-3a42f5ed] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-3a42f5ed]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-3a42f5ed]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-3a42f5ed] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-3a42f5ed] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-3a42f5ed] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-3a42f5ed] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-3a42f5ed]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-3a42f5ed] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-3a42f5ed] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-3a42f5ed] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-3a42f5ed]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-3a42f5ed] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-3a42f5ed] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-3a42f5ed]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-3a42f5ed] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-3a42f5ed] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-3a42f5ed] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-3a42f5ed] {
  padding: 9px 30px;
}
.jz-shadow[data-v-3a42f5ed] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-3a42f5ed] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-3a42f5ed] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-3a42f5ed] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-3a42f5ed] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-3a42f5ed] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-3a42f5ed] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-3a42f5ed] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-3a42f5ed] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-3a42f5ed] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-3a42f5ed] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-3a42f5ed] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-3a42f5ed] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-3a42f5ed] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-3a42f5ed] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-3a42f5ed] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-3a42f5ed] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-3a42f5ed] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-3a42f5ed] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-3a42f5ed],
.radio-icon.radio-product-9[data-v-3a42f5ed] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-3a42f5ed] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-3a42f5ed] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-3a42f5ed] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-3a42f5ed] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-3a42f5ed] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-3a42f5ed] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-3a42f5ed] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-3a42f5ed] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-3a42f5ed] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-3a42f5ed],
.radio-icon.radio-product-10[data-v-3a42f5ed] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-3a42f5ed] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-3a42f5ed] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-3a42f5ed] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-3a42f5ed] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-3a42f5ed] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-3a42f5ed] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-3a42f5ed] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-3a42f5ed] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-3a42f5ed] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-3a42f5ed] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-3a42f5ed] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-3a42f5ed] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-3a42f5ed] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-3a42f5ed] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-3a42f5ed] {
  background-position: -800px -140px;
}
.vdr[data-v-3a42f5ed] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-3a42f5ed] {
  z-index: 99 !important;
}
.vdr .handle[data-v-3a42f5ed] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-3a42f5ed] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-3a42f5ed] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-3a42f5ed] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-3a42f5ed] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-3a42f5ed] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-3a42f5ed] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-3a42f5ed] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-3a42f5ed] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-3a42f5ed] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-3a42f5ed] {
  top: -55px;
}
.ui-operation ul[data-v-3a42f5ed] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-3a42f5ed] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-3a42f5ed] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-3a42f5ed] {
  font-style: normal;
}
.ui-operation .text[data-v-3a42f5ed]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-3a42f5ed] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-3a42f5ed]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-3a42f5ed] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-3a42f5ed] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-3a42f5ed] {
  display: block !important;
}
.ui-control-layout[data-v-3a42f5ed] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-3a42f5ed]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-3a42f5ed] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-3a42f5ed] {
  float: right;
}
.ue-label[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-3a42f5ed] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-3a42f5ed] {
  width: 100%;
}
.ue-txt input[data-v-3a42f5ed] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-3a42f5ed] {
  position: relative;
}
.ue-txt2 .el-input[data-v-3a42f5ed] {
  width: 70px;
}
.ue-txt2 input[data-v-3a42f5ed] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-3a42f5ed] {
  position: relative;
}
.ue-select .inn[data-v-3a42f5ed] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-3a42f5ed] {
  width: 200px;
}
.ue-select .other[data-v-3a42f5ed] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-3a42f5ed] {
  display: block;
}
.ue-color .fonts[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-3a42f5ed] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-3a42f5ed],
.ue-color.inline .el-color-picker__color-inner[data-v-3a42f5ed] {
  border-radius: 50%;
}
.ue-add[data-v-3a42f5ed] {
  position: relative;
}
.ue-add button[data-v-3a42f5ed] {
  width: 100%;
}
.ue-links[data-v-3a42f5ed] {
  position: relative;
}
.ue-links .thead[data-v-3a42f5ed] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-3a42f5ed] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-3a42f5ed] {
  margin: 0 0 5px;
}
.ue-radio[data-v-3a42f5ed] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-3a42f5ed] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-3a42f5ed] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-3a42f5ed] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-3a42f5ed] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-3a42f5ed] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-3a42f5ed] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-3a42f5ed] {
  position: relative;
}
.ue-radio3 .inn[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-3a42f5ed] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-3a42f5ed] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-3a42f5ed],
.ue-radio3 .el-radio[data-v-3a42f5ed]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-3a42f5ed]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-3a42f5ed] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-3a42f5ed] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-3a42f5ed] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-3a42f5ed] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-3a42f5ed] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-3a42f5ed] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-3a42f5ed] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-3a42f5ed] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-3a42f5ed],
.ue-slider .el-input-number__increase[data-v-3a42f5ed] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-3a42f5ed] {
  margin-right: 75px;
}
.ue-tag[data-v-3a42f5ed] {
  position: relative;
}
.ue-tag .el-tag[data-v-3a42f5ed] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-3a42f5ed] {
  width: 90px;
}
.ue-group[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-3a42f5ed] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-3a42f5ed] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-3a42f5ed] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-3a42f5ed] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-3a42f5ed] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-3a42f5ed] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-3a42f5ed] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-3a42f5ed] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-3a42f5ed] {
  padding-left: 0;
}
.ue-image[data-v-3a42f5ed] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-3a42f5ed] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-3a42f5ed] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-3a42f5ed]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-3a42f5ed] {
  visibility: visible;
}
.ue-imglist[data-v-3a42f5ed] {
  position: relative;
}
.ue-imglist .item[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-3a42f5ed] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-3a42f5ed] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-3a42f5ed] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-3a42f5ed] {
  visibility: visible;
}
.ue-imglist .txt[data-v-3a42f5ed] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-3a42f5ed] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-3a42f5ed] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-3a42f5ed] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-3a42f5ed] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-3a42f5ed] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-3a42f5ed] {
  display: block;
}
.ue-table[data-v-3a42f5ed] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-3a42f5ed] {
  position: relative;
}
.ue-table-head ul[data-v-3a42f5ed] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-3a42f5ed] {
  float: left;
}
.ue-table-head li span[data-v-3a42f5ed],
.ue-table-head li i[data-v-3a42f5ed] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-3a42f5ed] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-3a42f5ed]::before,
.ue-table-head li i[data-v-3a42f5ed]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-3a42f5ed]::before,
.ue-table-head li:first-child i[data-v-3a42f5ed]::before {
  content: none;
}
.ue-table-body[data-v-3a42f5ed] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-3a42f5ed] {
  position: relative;
}
.ue-table-body .item[data-v-3a42f5ed] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-3a42f5ed]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-3a42f5ed] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-3a42f5ed] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-3a42f5ed] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-3a42f5ed] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-3a42f5ed] {
  visibility: visible;
}
.ue-table-body .font[data-v-3a42f5ed] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-3a42f5ed] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-3a42f5ed] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-3a42f5ed] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-3a42f5ed] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-3a42f5ed]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-3a42f5ed] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-3a42f5ed] {
  text-align: center;
}
.ue-table-body .select[data-v-3a42f5ed] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-3a42f5ed] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-3a42f5ed]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-3a42f5ed] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-3a42f5ed] {
  cursor: move;
}
.ue-table2[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-3a42f5ed] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-3a42f5ed] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-3a42f5ed] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-3a42f5ed] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-3a42f5ed] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-3a42f5ed] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-3a42f5ed] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-3a42f5ed] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-3a42f5ed]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-3a42f5ed] {
  background-color: #e4eafa;
}
.ue-lock[data-v-3a42f5ed] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-3a42f5ed] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-3a42f5ed] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-3a42f5ed] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-3a42f5ed] {
  color: #ffa200;
}
.ue-img[data-v-3a42f5ed] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-3a42f5ed] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-3a42f5ed] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-3a42f5ed] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-3a42f5ed] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-3a42f5ed]:empty {
  display: none;
}
.ue-keywords[data-v-3a42f5ed] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-3a42f5ed] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-3a42f5ed] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-3a42f5ed] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-3a42f5ed] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-3a42f5ed] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-3a42f5ed] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-3a42f5ed] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-3a42f5ed] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-3a42f5ed] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-3a42f5ed] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-3a42f5ed] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-3a42f5ed] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-3a42f5ed]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-3a42f5ed] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-3a42f5ed] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-3a42f5ed] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-3a42f5ed] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-3a42f5ed],
#jz-config .config-box .label span[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-3a42f5ed] {
  width: auto;
}
#jz-config .config-box .label span[data-v-3a42f5ed] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-3a42f5ed] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-3a42f5ed]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-3a42f5ed]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-3a42f5ed]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-3a42f5ed] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-3a42f5ed] {
  transform: scale(1.3);
}
.uc-radio[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-3a42f5ed] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-3a42f5ed] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-3a42f5ed] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-3a42f5ed]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-3a42f5ed] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-3a42f5ed]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-3a42f5ed] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-3a42f5ed] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-3a42f5ed]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-3a42f5ed]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-3a42f5ed]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-3a42f5ed]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-3a42f5ed]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-3a42f5ed]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-3a42f5ed]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-3a42f5ed]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-3a42f5ed]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-3a42f5ed]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-3a42f5ed]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-3a42f5ed]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-3a42f5ed]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-3a42f5ed]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-3a42f5ed]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-3a42f5ed]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-3a42f5ed]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-3a42f5ed]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-3a42f5ed]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-3a42f5ed]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-3a42f5ed]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-3a42f5ed]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-3a42f5ed]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-3a42f5ed]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-3a42f5ed]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-3a42f5ed]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-3a42f5ed]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-3a42f5ed]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-3a42f5ed]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-3a42f5ed]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-3a42f5ed]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-3a42f5ed]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-3a42f5ed]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-3a42f5ed]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-3a42f5ed]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-3a42f5ed]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-3a42f5ed]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-3a42f5ed]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-3a42f5ed]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-3a42f5ed]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-3a42f5ed]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-3a42f5ed]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-3a42f5ed]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-3a42f5ed]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-3a42f5ed]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-3a42f5ed] {
  position: relative;
}
.uc-radio2 .inn[data-v-3a42f5ed] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-3a42f5ed] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-3a42f5ed] {
  white-space: nowrap;
}
.uc-radio3[data-v-3a42f5ed] {
  position: relative;
}
.uc-radio3 .inn[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-3a42f5ed] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-3a42f5ed] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-3a42f5ed] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-3a42f5ed] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-3a42f5ed] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-3a42f5ed] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-3a42f5ed] {
  position: relative;
}
.uc-radio4 .inn[data-v-3a42f5ed] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-3a42f5ed] {
  float: right;
}
.uc-radio4 .el-radio[data-v-3a42f5ed] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-3a42f5ed] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-3a42f5ed] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-3a42f5ed] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-3a42f5ed] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-3a42f5ed] {
  position: relative;
}
.uc-slider .inn[data-v-3a42f5ed] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-3a42f5ed] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-3a42f5ed] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-3a42f5ed],
.uc-slider .el-input-number__increase[data-v-3a42f5ed] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-3a42f5ed] {
  margin-right: 75px;
}
.uc-color[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-3a42f5ed] {
  width: 50px;
}
.uc-select[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-3a42f5ed] {
  width: 120px;
}
.uc-number[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-3a42f5ed] {
  width: 60px;
}
.config-line i[data-v-3a42f5ed] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-3a42f5ed] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-3a42f5ed] {
  text-align: center;
}
.uc-text2[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-3a42f5ed] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-3a42f5ed] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-3a42f5ed] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-3a42f5ed] {
  position: relative;
}
.uc-text3 .inn[data-v-3a42f5ed] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-3a42f5ed] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-3a42f5ed] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-3a42f5ed] {
  position: relative;
}
.uc-tag .inn[data-v-3a42f5ed] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-3a42f5ed] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-3a42f5ed] {
  width: 90px;
}
.uc-link[data-v-3a42f5ed] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-3a42f5ed] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-3a42f5ed] {
  position: relative;
}
.uc-image .list[data-v-3a42f5ed] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-3a42f5ed]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-3a42f5ed] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-3a42f5ed] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-3a42f5ed] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-3a42f5ed] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-3a42f5ed]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-3a42f5ed]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-3a42f5ed] {
  visibility: visible;
}
.uc-image .tip[data-v-3a42f5ed] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-3a42f5ed] {
  text-align: right;
}
.uc-image.rl .list[data-v-3a42f5ed] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-3a42f5ed] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-3a42f5ed] {
  position: relative;
}
.uc-imgtext .list[data-v-3a42f5ed] {
  position: relative;
}
.uc-imgtext .item[data-v-3a42f5ed] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-3a42f5ed] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-3a42f5ed] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-3a42f5ed] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-3a42f5ed] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-3a42f5ed] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-3a42f5ed] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-3a42f5ed] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-3a42f5ed] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-3a42f5ed] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-3a42f5ed],
.uc-imgtext .down[data-v-3a42f5ed] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-3a42f5ed],
.uc-imgtext .down i[data-v-3a42f5ed] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-3a42f5ed] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-3a42f5ed],
.uc-imgtext .item:hover .control[data-v-3a42f5ed] {
  visibility: visible;
}
.uc-category[data-v-3a42f5ed] {
  position: relative;
}
.uc-category .item[data-v-3a42f5ed] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-3a42f5ed] {
  zoom: 1;
}
.uc-category .view[data-v-3a42f5ed] {
  zoom: 1;
}
.uc-category .animate[data-v-3a42f5ed] {
  zoom: 1;
}
.uc-category .row[data-v-3a42f5ed] {
  position: relative;
}
.uc-category .txt[data-v-3a42f5ed] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-3a42f5ed] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-3a42f5ed] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-3a42f5ed] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-3a42f5ed] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-3a42f5ed] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-3a42f5ed] {
  visibility: visible;
}
.uc-transfer[data-v-3a42f5ed] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-3a42f5ed] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-3a42f5ed] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-3a42f5ed] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-3a42f5ed] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-3a42f5ed] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-3a42f5ed] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-3a42f5ed] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-3a42f5ed] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-3a42f5ed] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-3a42f5ed] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-3a42f5ed] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-3a42f5ed] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-3a42f5ed] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-3a42f5ed] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-3a42f5ed] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-3a42f5ed] {
  position: relative;
}
.uc-soure .el-radio[data-v-3a42f5ed] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-3a42f5ed] {
  position: relative;
}
.uc-coupon .list[data-v-3a42f5ed] {
  position: relative;
}
.uc-coupon .item[data-v-3a42f5ed] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-3a42f5ed]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-3a42f5ed] {
  width: 100%;
}
.uc-table[data-v-3a42f5ed] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-3a42f5ed] {
  position: relative;
}
.uc-table-head ul[data-v-3a42f5ed] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-3a42f5ed] {
  float: left;
}
.uc-table-head li span[data-v-3a42f5ed],
.uc-table-head li i[data-v-3a42f5ed] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-3a42f5ed] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-3a42f5ed]::before,
.uc-table-head li i[data-v-3a42f5ed]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-3a42f5ed]::before,
.uc-table-head li:first-child i[data-v-3a42f5ed]::before {
  content: none;
}
.uc-table-body[data-v-3a42f5ed] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-3a42f5ed] {
  position: relative;
}
.uc-table-body .item[data-v-3a42f5ed] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-3a42f5ed]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-3a42f5ed] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-3a42f5ed] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-3a42f5ed] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-3a42f5ed] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-3a42f5ed] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-3a42f5ed] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-3a42f5ed] {
  visibility: visible;
}
.uc-table-body .font[data-v-3a42f5ed] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-3a42f5ed] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-3a42f5ed] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-3a42f5ed] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-3a42f5ed] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-3a42f5ed]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-3a42f5ed] {
  text-align: center;
}
.uc-table-body .color[data-v-3a42f5ed] {
  text-align: center;
}
.uc-table-body .control[data-v-3a42f5ed] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-3a42f5ed] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-3a42f5ed] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-3a42f5ed] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-3a42f5ed] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-3a42f5ed] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-3a42f5ed] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-3a42f5ed] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-3a42f5ed] {
  position: relative;
}
.config-panel .rows .label[data-v-3a42f5ed] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-3a42f5ed] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-3a42f5ed]::after,
.config-panel .rows-label[data-v-3a42f5ed]::after,
.config-panel .rows-content[data-v-3a42f5ed]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-3a42f5ed] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-3a42f5ed] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-3a42f5ed] {
  display: block;
}
.config-panel .rows2[data-v-3a42f5ed] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-3a42f5ed] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-3a42f5ed],
.config-panel .rows-item2[data-v-3a42f5ed] {
  position: relative;
}
.config-panel .rows-item2[data-v-3a42f5ed] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-3a42f5ed] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-3a42f5ed] {
  margin: 0;
}
.drag-head[data-v-3a42f5ed] {
  cursor: move;
}
#ui-wrapper[data-v-3a42f5ed] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-3a42f5ed],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-3a42f5ed] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-3a42f5ed] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-3a42f5ed],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-3a42f5ed],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-3a42f5ed] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-3a42f5ed] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-3a42f5ed] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-3a42f5ed] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-3a42f5ed],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-3a42f5ed] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-3a42f5ed] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-3a42f5ed] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-3a42f5ed] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-3a42f5ed] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-3a42f5ed]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-3a42f5ed]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-3a42f5ed],
#ui-wrapper .ui-path .path span[data-v-3a42f5ed] {
  color: #666;
}
.uc-swiper[data-v-3a42f5ed] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-3a42f5ed] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-3a42f5ed] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-3a42f5ed] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-3a42f5ed] {
  position: relative;
}
.uc-swiper .cell[data-v-3a42f5ed] {
  position: relative;
}
.uc-swiper .icon[data-v-3a42f5ed] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-3a42f5ed]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-3a42f5ed] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-3a42f5ed] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-3a42f5ed] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-3a42f5ed] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-3a42f5ed] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-3a42f5ed] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-3a42f5ed] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-3a42f5ed] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-3a42f5ed] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-3a42f5ed] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-3a42f5ed] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-3a42f5ed] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-3a42f5ed] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-3a42f5ed] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-3a42f5ed] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-3a42f5ed] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-3a42f5ed] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-3a42f5ed] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-3a42f5ed],
.uc-swiper .swiper-button-prev[data-v-3a42f5ed] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-3a42f5ed] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-3a42f5ed] {
  right: -8px;
}

.ui-scale-0[data-v-8c4861b0],
.ui-scale-1[data-v-8c4861b0],
.ui-scale-2[data-v-8c4861b0],
.ui-scale-3[data-v-8c4861b0],
.ui-scale-4[data-v-8c4861b0] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-8c4861b0],
.ui-scale-1 img[data-v-8c4861b0],
.ui-scale-2 img[data-v-8c4861b0],
.ui-scale-3 img[data-v-8c4861b0],
.ui-scale-4 img[data-v-8c4861b0] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-8c4861b0] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-8c4861b0] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-8c4861b0] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-8c4861b0] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-8c4861b0] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-8c4861b0] {
  width: 50% !important;
}
.ui-column-3[data-v-8c4861b0] {
  width: 33.33% !important;
}
.ui-column-4[data-v-8c4861b0] {
  width: 25% !important;
}
.ui-column-5[data-v-8c4861b0] {
  width: 20% !important;
}
.ui-column-6[data-v-8c4861b0] {
  width: 16.66% !important;
}
.jz-config-form[data-v-8c4861b0] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-8c4861b0] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-8c4861b0]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-8c4861b0] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-8c4861b0] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-8c4861b0] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-8c4861b0] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-8c4861b0] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-8c4861b0] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-8c4861b0] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-8c4861b0] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-8c4861b0] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-8c4861b0] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-8c4861b0] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-8c4861b0] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-8c4861b0]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-8c4861b0] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-8c4861b0] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-8c4861b0] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-8c4861b0] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-8c4861b0] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-8c4861b0] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-8c4861b0] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-8c4861b0] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-8c4861b0] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-8c4861b0] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-8c4861b0] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-8c4861b0] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-8c4861b0]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-8c4861b0]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-8c4861b0] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-8c4861b0] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-8c4861b0] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-8c4861b0] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-8c4861b0]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-8c4861b0] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-8c4861b0] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-8c4861b0] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-8c4861b0]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-8c4861b0] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-8c4861b0] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-8c4861b0]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-8c4861b0] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-8c4861b0] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-8c4861b0] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-8c4861b0] {
  padding: 9px 30px;
}
.jz-shadow[data-v-8c4861b0] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-8c4861b0] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-8c4861b0] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-8c4861b0] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-8c4861b0] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-8c4861b0] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-8c4861b0] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-8c4861b0] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-8c4861b0] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-8c4861b0] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-8c4861b0] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-8c4861b0] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-8c4861b0] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-8c4861b0] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-8c4861b0] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-8c4861b0] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-8c4861b0] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-8c4861b0] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-8c4861b0] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-8c4861b0],
.radio-icon.radio-product-9[data-v-8c4861b0] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-8c4861b0] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-8c4861b0] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-8c4861b0] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-8c4861b0] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-8c4861b0] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-8c4861b0] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-8c4861b0] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-8c4861b0] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-8c4861b0] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-8c4861b0],
.radio-icon.radio-product-10[data-v-8c4861b0] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-8c4861b0] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-8c4861b0] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-8c4861b0] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-8c4861b0] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-8c4861b0] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-8c4861b0] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-8c4861b0] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-8c4861b0] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-8c4861b0] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-8c4861b0] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-8c4861b0] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-8c4861b0] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-8c4861b0] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-8c4861b0] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-8c4861b0] {
  background-position: -800px -140px;
}
.vdr[data-v-8c4861b0] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-8c4861b0] {
  z-index: 99 !important;
}
.vdr .handle[data-v-8c4861b0] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-8c4861b0] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-8c4861b0] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-8c4861b0] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-8c4861b0] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-8c4861b0] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-8c4861b0] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-8c4861b0] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-8c4861b0] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-8c4861b0] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-8c4861b0] {
  top: -55px;
}
.ui-operation ul[data-v-8c4861b0] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-8c4861b0] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-8c4861b0] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-8c4861b0] {
  font-style: normal;
}
.ui-operation .text[data-v-8c4861b0]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-8c4861b0] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-8c4861b0]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-8c4861b0] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-8c4861b0] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-8c4861b0] {
  display: block !important;
}
.ui-control-layout[data-v-8c4861b0] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-8c4861b0]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-8c4861b0] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-8c4861b0] {
  float: right;
}
.ue-label[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-8c4861b0] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-8c4861b0] {
  width: 100%;
}
.ue-txt input[data-v-8c4861b0] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-8c4861b0] {
  position: relative;
}
.ue-txt2 .el-input[data-v-8c4861b0] {
  width: 70px;
}
.ue-txt2 input[data-v-8c4861b0] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-8c4861b0] {
  position: relative;
}
.ue-select .inn[data-v-8c4861b0] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-8c4861b0] {
  width: 200px;
}
.ue-select .other[data-v-8c4861b0] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-8c4861b0] {
  display: block;
}
.ue-color .fonts[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-8c4861b0] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-8c4861b0],
.ue-color.inline .el-color-picker__color-inner[data-v-8c4861b0] {
  border-radius: 50%;
}
.ue-add[data-v-8c4861b0] {
  position: relative;
}
.ue-add button[data-v-8c4861b0] {
  width: 100%;
}
.ue-links[data-v-8c4861b0] {
  position: relative;
}
.ue-links .thead[data-v-8c4861b0] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-8c4861b0] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-8c4861b0] {
  margin: 0 0 5px;
}
.ue-radio[data-v-8c4861b0] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-8c4861b0] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-8c4861b0] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-8c4861b0] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-8c4861b0] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-8c4861b0] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-8c4861b0] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-8c4861b0] {
  position: relative;
}
.ue-radio3 .inn[data-v-8c4861b0] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-8c4861b0] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-8c4861b0] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-8c4861b0] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-8c4861b0],
.ue-radio3 .el-radio[data-v-8c4861b0]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-8c4861b0]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-8c4861b0] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-8c4861b0] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-8c4861b0] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-8c4861b0] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-8c4861b0] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-8c4861b0] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-8c4861b0] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-8c4861b0] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-8c4861b0],
.ue-slider .el-input-number__increase[data-v-8c4861b0] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-8c4861b0] {
  margin-right: 75px;
}
.ue-tag[data-v-8c4861b0] {
  position: relative;
}
.ue-tag .el-tag[data-v-8c4861b0] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-8c4861b0] {
  width: 90px;
}
.ue-group[data-v-8c4861b0] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-8c4861b0] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-8c4861b0] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-8c4861b0] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-8c4861b0] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-8c4861b0] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-8c4861b0] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-8c4861b0] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-8c4861b0] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-8c4861b0] {
  padding-left: 0;
}
.ue-image[data-v-8c4861b0] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-8c4861b0] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-8c4861b0] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-8c4861b0]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-8c4861b0] {
  visibility: visible;
}
.ue-imglist[data-v-8c4861b0] {
  position: relative;
}
.ue-imglist .item[data-v-8c4861b0] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-8c4861b0] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-8c4861b0] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-8c4861b0] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-8c4861b0] {
  visibility: visible;
}
.ue-imglist .txt[data-v-8c4861b0] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-8c4861b0] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-8c4861b0] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-8c4861b0] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-8c4861b0] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-8c4861b0] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-8c4861b0] {
  display: block;
}
.ue-table[data-v-8c4861b0] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-8c4861b0] {
  position: relative;
}
.ue-table-head ul[data-v-8c4861b0] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-8c4861b0] {
  float: left;
}
.ue-table-head li span[data-v-8c4861b0],
.ue-table-head li i[data-v-8c4861b0] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-8c4861b0] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-8c4861b0]::before,
.ue-table-head li i[data-v-8c4861b0]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-8c4861b0]::before,
.ue-table-head li:first-child i[data-v-8c4861b0]::before {
  content: none;
}
.ue-table-body[data-v-8c4861b0] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-8c4861b0] {
  position: relative;
}
.ue-table-body .item[data-v-8c4861b0] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-8c4861b0]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-8c4861b0] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-8c4861b0] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-8c4861b0] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-8c4861b0] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-8c4861b0] {
  visibility: visible;
}
.ue-table-body .font[data-v-8c4861b0] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-8c4861b0] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-8c4861b0] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-8c4861b0] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-8c4861b0] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-8c4861b0]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-8c4861b0] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-8c4861b0] {
  text-align: center;
}
.ue-table-body .select[data-v-8c4861b0] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-8c4861b0] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-8c4861b0]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-8c4861b0] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-8c4861b0] {
  cursor: move;
}
.ue-table2[data-v-8c4861b0] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-8c4861b0] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-8c4861b0] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-8c4861b0] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-8c4861b0] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-8c4861b0] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-8c4861b0] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-8c4861b0] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-8c4861b0] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-8c4861b0]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-8c4861b0] {
  background-color: #e4eafa;
}
.ue-lock[data-v-8c4861b0] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-8c4861b0] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-8c4861b0] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-8c4861b0] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-8c4861b0] {
  color: #ffa200;
}
.ue-img[data-v-8c4861b0] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-8c4861b0] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-8c4861b0] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-8c4861b0] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-8c4861b0] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-8c4861b0]:empty {
  display: none;
}
.ue-keywords[data-v-8c4861b0] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-8c4861b0] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-8c4861b0] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-8c4861b0] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-8c4861b0] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-8c4861b0] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-8c4861b0] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-8c4861b0] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-8c4861b0] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-8c4861b0] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-8c4861b0] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-8c4861b0] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-8c4861b0] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-8c4861b0]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-8c4861b0] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-8c4861b0] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-8c4861b0] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-8c4861b0] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-8c4861b0],
#jz-config .config-box .label span[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-8c4861b0] {
  width: auto;
}
#jz-config .config-box .label span[data-v-8c4861b0] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-8c4861b0] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-8c4861b0]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-8c4861b0]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-8c4861b0]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-8c4861b0] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-8c4861b0] {
  transform: scale(1.3);
}
.uc-radio[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-8c4861b0] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-8c4861b0] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-8c4861b0] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-8c4861b0]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-8c4861b0] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-8c4861b0]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-8c4861b0] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-8c4861b0] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-8c4861b0]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-8c4861b0]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-8c4861b0]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-8c4861b0]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-8c4861b0]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-8c4861b0]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-8c4861b0]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-8c4861b0]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-8c4861b0]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-8c4861b0]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-8c4861b0]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-8c4861b0]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-8c4861b0]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-8c4861b0]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-8c4861b0]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-8c4861b0]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-8c4861b0]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-8c4861b0]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-8c4861b0]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-8c4861b0]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-8c4861b0]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-8c4861b0]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-8c4861b0]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-8c4861b0]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-8c4861b0]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-8c4861b0]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-8c4861b0]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-8c4861b0]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-8c4861b0]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-8c4861b0]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-8c4861b0]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-8c4861b0]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-8c4861b0]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-8c4861b0]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-8c4861b0]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-8c4861b0]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-8c4861b0]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-8c4861b0]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-8c4861b0]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-8c4861b0]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-8c4861b0]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-8c4861b0]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-8c4861b0]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-8c4861b0]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-8c4861b0]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-8c4861b0] {
  position: relative;
}
.uc-radio2 .inn[data-v-8c4861b0] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-8c4861b0] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-8c4861b0] {
  white-space: nowrap;
}
.uc-radio3[data-v-8c4861b0] {
  position: relative;
}
.uc-radio3 .inn[data-v-8c4861b0] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-8c4861b0] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-8c4861b0] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-8c4861b0] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-8c4861b0] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-8c4861b0] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-8c4861b0] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-8c4861b0] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-8c4861b0] {
  position: relative;
}
.uc-radio4 .inn[data-v-8c4861b0] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-8c4861b0] {
  float: right;
}
.uc-radio4 .el-radio[data-v-8c4861b0] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-8c4861b0] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-8c4861b0] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-8c4861b0] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-8c4861b0] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-8c4861b0] {
  position: relative;
}
.uc-slider .inn[data-v-8c4861b0] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-8c4861b0] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-8c4861b0] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-8c4861b0],
.uc-slider .el-input-number__increase[data-v-8c4861b0] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-8c4861b0] {
  margin-right: 75px;
}
.uc-color[data-v-8c4861b0] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-8c4861b0] {
  width: 50px;
}
.uc-select[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-8c4861b0] {
  width: 120px;
}
.uc-number[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-8c4861b0] {
  width: 60px;
}
.config-line i[data-v-8c4861b0] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-8c4861b0] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-8c4861b0] {
  text-align: center;
}
.uc-text2[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-8c4861b0] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-8c4861b0] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-8c4861b0] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-8c4861b0] {
  position: relative;
}
.uc-text3 .inn[data-v-8c4861b0] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-8c4861b0] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-8c4861b0] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-8c4861b0] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-8c4861b0] {
  position: relative;
}
.uc-tag .inn[data-v-8c4861b0] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-8c4861b0] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-8c4861b0] {
  width: 90px;
}
.uc-link[data-v-8c4861b0] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-8c4861b0] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-8c4861b0] {
  position: relative;
}
.uc-image .list[data-v-8c4861b0] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-8c4861b0]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-8c4861b0] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-8c4861b0] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-8c4861b0] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-8c4861b0] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-8c4861b0]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-8c4861b0]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-8c4861b0] {
  visibility: visible;
}
.uc-image .tip[data-v-8c4861b0] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-8c4861b0] {
  text-align: right;
}
.uc-image.rl .list[data-v-8c4861b0] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-8c4861b0] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-8c4861b0] {
  position: relative;
}
.uc-imgtext .list[data-v-8c4861b0] {
  position: relative;
}
.uc-imgtext .item[data-v-8c4861b0] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-8c4861b0] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-8c4861b0] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-8c4861b0] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-8c4861b0] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-8c4861b0] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-8c4861b0] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-8c4861b0] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-8c4861b0] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-8c4861b0] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-8c4861b0],
.uc-imgtext .down[data-v-8c4861b0] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-8c4861b0],
.uc-imgtext .down i[data-v-8c4861b0] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-8c4861b0] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-8c4861b0],
.uc-imgtext .item:hover .control[data-v-8c4861b0] {
  visibility: visible;
}
.uc-category[data-v-8c4861b0] {
  position: relative;
}
.uc-category .item[data-v-8c4861b0] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-8c4861b0] {
  zoom: 1;
}
.uc-category .view[data-v-8c4861b0] {
  zoom: 1;
}
.uc-category .animate[data-v-8c4861b0] {
  zoom: 1;
}
.uc-category .row[data-v-8c4861b0] {
  position: relative;
}
.uc-category .txt[data-v-8c4861b0] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-8c4861b0] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-8c4861b0] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-8c4861b0] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-8c4861b0] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-8c4861b0] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-8c4861b0] {
  visibility: visible;
}
.uc-transfer[data-v-8c4861b0] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-8c4861b0] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-8c4861b0] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-8c4861b0] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-8c4861b0] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-8c4861b0] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-8c4861b0] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-8c4861b0] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-8c4861b0] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-8c4861b0] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-8c4861b0] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-8c4861b0] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-8c4861b0] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-8c4861b0] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-8c4861b0] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-8c4861b0] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-8c4861b0] {
  position: relative;
}
.uc-soure .el-radio[data-v-8c4861b0] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-8c4861b0] {
  position: relative;
}
.uc-coupon .list[data-v-8c4861b0] {
  position: relative;
}
.uc-coupon .item[data-v-8c4861b0] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-8c4861b0] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-8c4861b0]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-8c4861b0] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-8c4861b0] {
  width: 100%;
}
.uc-table[data-v-8c4861b0] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-8c4861b0] {
  position: relative;
}
.uc-table-head ul[data-v-8c4861b0] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-8c4861b0] {
  float: left;
}
.uc-table-head li span[data-v-8c4861b0],
.uc-table-head li i[data-v-8c4861b0] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-8c4861b0] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-8c4861b0]::before,
.uc-table-head li i[data-v-8c4861b0]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-8c4861b0]::before,
.uc-table-head li:first-child i[data-v-8c4861b0]::before {
  content: none;
}
.uc-table-body[data-v-8c4861b0] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-8c4861b0] {
  position: relative;
}
.uc-table-body .item[data-v-8c4861b0] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-8c4861b0]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-8c4861b0] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-8c4861b0] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-8c4861b0] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-8c4861b0] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-8c4861b0] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-8c4861b0] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-8c4861b0] {
  visibility: visible;
}
.uc-table-body .font[data-v-8c4861b0] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-8c4861b0] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-8c4861b0] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-8c4861b0] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-8c4861b0] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-8c4861b0]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-8c4861b0] {
  text-align: center;
}
.uc-table-body .color[data-v-8c4861b0] {
  text-align: center;
}
.uc-table-body .control[data-v-8c4861b0] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-8c4861b0] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-8c4861b0] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-8c4861b0] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-8c4861b0] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-8c4861b0] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-8c4861b0] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-8c4861b0] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-8c4861b0] {
  position: relative;
}
.config-panel .rows .label[data-v-8c4861b0] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-8c4861b0] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-8c4861b0]::after,
.config-panel .rows-label[data-v-8c4861b0]::after,
.config-panel .rows-content[data-v-8c4861b0]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-8c4861b0] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-8c4861b0] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-8c4861b0] {
  display: block;
}
.config-panel .rows2[data-v-8c4861b0] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-8c4861b0] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-8c4861b0],
.config-panel .rows-item2[data-v-8c4861b0] {
  position: relative;
}
.config-panel .rows-item2[data-v-8c4861b0] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-8c4861b0] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-8c4861b0] {
  margin: 0;
}
.drag-head[data-v-8c4861b0] {
  cursor: move;
}
#ui-wrapper[data-v-8c4861b0] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-8c4861b0],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-8c4861b0] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-8c4861b0] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-8c4861b0],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-8c4861b0],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-8c4861b0] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-8c4861b0] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-8c4861b0] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-8c4861b0] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-8c4861b0],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-8c4861b0] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-8c4861b0] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-8c4861b0] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-8c4861b0] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-8c4861b0] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-8c4861b0]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-8c4861b0]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-8c4861b0],
#ui-wrapper .ui-path .path span[data-v-8c4861b0] {
  color: #666;
}
.uc-swiper[data-v-8c4861b0] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-8c4861b0] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-8c4861b0] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-8c4861b0] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-8c4861b0] {
  position: relative;
}
.uc-swiper .cell[data-v-8c4861b0] {
  position: relative;
}
.uc-swiper .icon[data-v-8c4861b0] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-8c4861b0]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-8c4861b0] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-8c4861b0] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-8c4861b0] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-8c4861b0] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-8c4861b0] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-8c4861b0] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-8c4861b0] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-8c4861b0] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-8c4861b0] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-8c4861b0] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-8c4861b0] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-8c4861b0] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-8c4861b0] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-8c4861b0] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-8c4861b0] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-8c4861b0] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-8c4861b0] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-8c4861b0] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-8c4861b0],
.uc-swiper .swiper-button-prev[data-v-8c4861b0] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-8c4861b0] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-8c4861b0] {
  right: -8px;
}

.uc-transfer[data-v-cfc0c8cc] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-cfc0c8cc] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-cfc0c8cc] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-cfc0c8cc] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-cfc0c8cc] .article-item .icon i + i {
  margin-left: 10px;
}
.config-line i[data-v-cfc0c8cc] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-slider[data-v-cfc0c8cc] .el-slider__runway {
  display: none;
}

.uc-transfer[data-v-07e7490d] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-07e7490d] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-07e7490d] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-07e7490d] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-07e7490d] .article-item .icon i + i {
  margin-left: 10px;
}
.config-line i[data-v-07e7490d] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-slider[data-v-07e7490d] .el-slider__runway {
  display: none;
}

.control .icon[data-v-5441f50d] {
  padding: 8px;
}
.thumb[data-v-5441f50d] {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

.ui-header[data-v-7e562386] {
  position: relative;
  z-index: 11;
}
.ui-header .dragg[data-v-7e562386] {
  position: relative;
  z-index: 11;
  margin-top: -50px;
}
.ui-header .dragg .module-wrap[data-v-7e562386] {
  position: relative;
}
.ui-header .inner[data-v-7e562386] {
  position: relative;
  z-index: 10;
  min-height: 10px;
  max-height: 200px;
}
.ui-header .logo.p-0[data-v-7e562386] {
  text-align: left;
}
.ui-header .logo.p-1[data-v-7e562386] {
  text-align: center;
}
.ui-header .logo.p-2[data-v-7e562386] {
  text-align: right;
}
.ui-header .logo a[data-v-7e562386] {
  display: block;
  line-height: 0;
  padding: 5px;
}
.ui-header .logo img[data-v-7e562386] {
  height: 40px;
  max-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-header .category.p-0[data-v-7e562386],
.ui-header .search.p-0[data-v-7e562386] {
  float: left;
}
.ui-header .category.p-1[data-v-7e562386],
.ui-header .search.p-1[data-v-7e562386] {
  float: none;
  text-align: center;
}
.ui-header .category.p-2[data-v-7e562386],
.ui-header .search.p-2[data-v-7e562386] {
  float: right;
}
.ui-header .category i[data-v-7e562386],
.ui-header .search i[data-v-7e562386] {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
}
.ui-header .category a[data-v-7e562386],
.ui-header .search a[data-v-7e562386] {
  display: block;
  line-height: 0;
  padding: 5px;
}
.ui-header .category img[data-v-7e562386],
.ui-header .search img[data-v-7e562386] {
  height: 40px;
}
.ui-nav[data-v-7e562386] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  height: 10.4rem;
  background: rgba(255, 255, 255, 0.99);
  display: none;
}
.ui-nav .list[data-v-7e562386] {
  text-align: center;
}
.ui-nav .list ul[data-v-7e562386] {
  position: relative;
}
.ui-nav .list li[data-v-7e562386] {
  line-height: 0.8rem;
  border-bottom: 1px solid #eee;
}
.ui-nav .list a[data-v-7e562386] {
  display: block;
  color: #999;
}
.ui-nav .list a[data-v-7e562386]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05) inset;
}
.draggable-container .tips[data-v-7e562386] {
  color: #dddddd;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}

.config-box .rows[data-v-3acb2d88] {
  display: flex;
  margin-bottom: 15px !important;
}
.config-box .rows .label[data-v-3acb2d88] {
  line-height: 30px !important;
}
.config-box .rows .control[data-v-3acb2d88] {
  float: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control > div[data-v-3acb2d88] {
  float: right;
  clear: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .lg-switch[data-v-3acb2d88] {
  margin-bottom: 8px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-3acb2d88] {
  position: relative;
  padding: 0 0 0 30px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-3acb2d88] .el-tag {
  margin: 0 5px 5px 0;
}
.config-box .rows .control[data-v-3acb2d88] .el-input-number {
  width: 60px;
  padding: 0;
}
.config-box .rows .control[data-v-3acb2d88] .el-input-number input {
  text-align: left;
}

.placeholder[data-v-31fdec61] {
  position: relative;
  padding: 5px 0 0;
  line-height: 20px;
  color: #999999;
  font-size: small;
}


[data-v-e4f2c45c] .el-dialog__body {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pointer[data-v-e4f2c45c] {
  display: block;
}
.pointer .cms-icon[data-v-e4f2c45c] {
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
}

.uc-table-body .list[data-v-55df91a4] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQAQMAAADiCY2YAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaKAypDIAAGEnFAGCbFgEAAAAAElFTkSuQmCC) 0 0 repeat #ffffff;
}
.uc-table-body .list .item[data-v-55df91a4] {
  background: none;
  padding: 0;
}
.uc-table-body .list .item .control[data-v-55df91a4] {
  padding-top: 10px;
}
.uc-table-body .list .item .icon[data-v-55df91a4] {
  width: 16px;
  height: 20px;
  line-height: 20px;
}
.uc-table-body .list .item .icon i[data-v-55df91a4] {
  color: #666666;
  font-size: 14px;
}
.uc-table-body .list .item .text .txt[data-v-55df91a4] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uc-table-body .list .item .rows[data-v-55df91a4]:hover {
  background: #edf2ff;
}
.uc-table-body .list .item .rows .cols[data-v-55df91a4] {
  position: relative;
}
.uc-table-body .list .item .rows .cols.cols-1[data-v-55df91a4] {
  width: 150px;
}
.uc-table-body .list .item .rows .cols.cols-2[data-v-55df91a4] {
  width: 70px;
}
.uc-table-body .list .item .rows .cols.cols-3[data-v-55df91a4] {
  width: 100px;
}
.uc-table-body .list .item .rows .cols .xline[data-v-55df91a4] {
  display: none;
}
.uc-table-body .list .item .rows .cols .xline[data-v-55df91a4]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin: -8px 0 0 0;
  border-left: 1px solid #aaa;
}
.uc-table-body .list .item .rows .cols .xline[data-v-55df91a4]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  border-bottom: 1px solid #aaa;
}
.uc-table-body .list .item .rows-2[data-v-55df91a4] {
  padding-left: 20px;
}
.uc-table-body .list .item .rows-2 .cols.cols-1[data-v-55df91a4] {
  width: 130px;
}
.uc-table-body .list .item .rows-2 .xline[data-v-55df91a4] {
  display: block !important;
}
.uc-table-body .list .item .rows-3[data-v-55df91a4] {
  padding-left: 40px;
}
.uc-table-body .list .item .rows-3 .cols.cols-1[data-v-55df91a4] {
  width: 110px;
}
.uc-table-body .list .item .rows-3 .xline[data-v-55df91a4] {
  display: block !important;
}

.config-box[data-v-68558e4c] {
  padding-bottom: 15px !important;
}
.config-box .rows[data-v-68558e4c] {
  display: flex;
}
.config-box .rows .label[data-v-68558e4c] {
  line-height: 30px !important;
}
.config-box .rows .control[data-v-68558e4c] {
  float: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .icon[data-v-68558e4c] {
  padding: 8px;
}
.config-box .rows .control > div[data-v-68558e4c] {
  float: right;
  clear: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .lg-switch[data-v-68558e4c] {
  margin-bottom: 8px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-68558e4c] {
  position: relative;
  padding: 0 0 0 30px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-68558e4c] .el-tag {
  margin: 0 5px 5px 0;
}
.config-box .rows .control[data-v-68558e4c] .el-input-number {
  width: 60px;
  padding: 0;
}
.config-box .rows .control[data-v-68558e4c] .el-input-number input {
  text-align: left;
}
.config-box .rows .control[data-v-68558e4c] .el-checkbox + .el-checkbox {
  margin-left: 15px;
}

.ui-navigation .center-0[data-v-5eccf3b0] {
  position: relative;
}
.ui-navigation .center-1[data-v-5eccf3b0] {
  position: relative;
}
.ui-navigation .center-2 .pointer[data-v-5eccf3b0] {
  position: absolute;
  left: 10px;
  top: 500px;
  z-index: 2;
  background: rgba(51, 51, 51, 0.8);
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.ui-navigation .center-2 .pointer i[data-v-5eccf3b0] {
  display: block;
  font-size: 25px;
  color: #ffffff;
}
.ui-navigation .center-3[data-v-5eccf3b0] {
  position: relative;
}
.ui-navigation .center-3 .list[data-v-5eccf3b0] {
  line-height: 0;
  white-space: nowrap;
}
.ui-navigation .center-3 .list .item[data-v-5eccf3b0] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ui-navigation .center-3 .list .item .link[data-v-5eccf3b0] {
  display: block;
}
.ui-navigation .center-3 .list .item .link span[data-v-5eccf3b0] {
  display: block;
  height: 50px;
  line-height: 50px;
}
.ui-navigation .center-4[data-v-5eccf3b0] {
  position: relative;
}
.ui-navigation .center-4 .list[data-v-5eccf3b0] {
  position: relative;
  padding: 3px;
  overflow: hidden;
}
.ui-navigation .center-4 .list.per-1 .item[data-v-5eccf3b0] {
  width: 33.33%;
}
.ui-navigation .center-4 .list.per-2 .item[data-v-5eccf3b0] {
  width: 25%;
}
.ui-navigation .center-4 .list.per-3 .item[data-v-5eccf3b0] {
  width: 20%;
}
.ui-navigation .center-4 .list .item[data-v-5eccf3b0] {
  float: left;
}
.ui-navigation .center-4 .list .item .link[data-v-5eccf3b0] {
  display: block;
  margin: 3px;
}
.ui-navigation .center-4 .list .item .link:hover span[data-v-5eccf3b0] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-navigation .center-4 .list .item .link span[data-v-5eccf3b0] {
  display: block;
  text-align: center;
  border: 1px solid #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  border-radius: 3px;
}

.ui-top-fixed[data-v-3d8c28a1] {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.global-drop-down-menu[data-v-3d8c28a1] {
  transition: left 0.4s, top 0.4s;
}
/***** 页面布局 *****/
#jz-operation[data-v-3d8c28a1] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f9f9f9;
  padding: 0;
}
#jz-panel[data-v-3d8c28a1] {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 280px;
}
#jz-config[data-v-3d8c28a1] {
  position: fixed;
  right: 0px;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 376px;
}
#jz-region[data-v-3d8c28a1] {
  position: fixed;
  left: 300px;
  right: 340px;
  top: 60px;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  overflow: auto;
}
#jz-model[data-v-3d8c28a1] {
  width: 395px;
  height: 767px;
  padding: 50px 10px;
  background: #ccc;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#jz-district[data-v-3d8c28a1] {
  width: 375px;
  height: 667px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#jz-panel2[data-v-3d8c28a1] {
  position: absolute;
  left: 50%;
  top: 785px;
  margin: 0 0 0 210px;
}
/***** 模拟界面 *****/
.ui-page[data-v-3d8c28a1] {
  position: absolute;
  left: 0;
  top: 48px;
  right: -13px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}
.ui-page > div > ul[data-v-3d8c28a1] {
  min-height: 620px;
  padding: 0 0 60px;
}
.ui-page > div > ul[data-v-3d8c28a1]:empty::before {
  content: '请拖动模块到网站主体区域';
  display: block;
  padding: 295px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .ui-item[data-v-3d8c28a1] {
  position: relative;
  background: #fff;
}
.ui-page .ui-item .ui-item.editing[data-v-3d8c28a1] {
  cursor: move;
}
.ui-page .ui-item .holder[data-v-3d8c28a1] {
  height: 40px;
  background: #f0f6fd;
  position: relative;
}
.ui-page .ui-item .holder[data-v-3d8c28a1]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409EFF;
}
.ui-page .ui-item .holder > *[data-v-3d8c28a1] {
  display: none;
}
.ui-page .ui-item .pointer[data-v-3d8c28a1] {
  border: 1px dashed #409EFF;
  cursor: move;
}
.ui-page .ui-item .operation[data-v-3d8c28a1] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 5px;
}
.ui-page .ui-item .operation .delete[data-v-3d8c28a1],
.ui-page .ui-item .operation .copy[data-v-3d8c28a1] {
  float: left;
  padding: 0;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -99em;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAAC3RSTlMA9EBQWEs6ekRycKMiiCkAAABDSURBVAjXY8AHOBMYGNgWABksYgwMig4gIUcFJmGwHLNQowFElaEoVHkgkAGRUjSAyAAVQwQYGMBC7A0MDEwF+KwEAJ5MBZ6IcXsmAAAAAElFTkSuQmCC) center center no-repeat #000000;
  opacity: 0.5;
}
.ui-page .ui-item .operation .copy[data-v-3d8c28a1] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACFJREFUCNdjgAP5BwwCCgzCfxiEWBBIjoWBiYWB+Q9cFQBhYQO+6WyvHQAAAABJRU5ErkJggg==);
}
.ui-page .ui-item .operation .delete[data-v-3d8c28a1]:hover,
.ui-page .ui-item .operation .copy[data-v-3d8c28a1]:hover {
  opacity: 0.8;
}
.ui-page .ui-item .default[data-v-3d8c28a1] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-page .ui-item .data[data-v-3d8c28a1] {
  position: relative;
}
/***** 控制面板 ******/
.config[data-v-3d8c28a1] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-left: 0px solid #eee;
  animation: slideInRight 0.2s ease;
}
.panel[data-v-3d8c28a1] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-right: 0px solid #eee;
}
.panel-modules[data-v-3d8c28a1] {
  min-height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-3d8c28a1] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-3d8c28a1] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-3d8c28a1] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-3d8c28a1]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-3d8c28a1] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-3d8c28a1]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-3d8c28a1] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list dl[data-v-3d8c28a1] {
  overflow: hidden;
  position: relative;
  margin: 0 0 -1px;
}
.panel-modules .list dd[data-v-3d8c28a1] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.panel-modules .list dd[data-v-3d8c28a1]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list dd i[data-v-3d8c28a1] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list dd h3[data-v-3d8c28a1] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list dd[data-v-3d8c28a1]:hover {
  background: #fff;
  color: #409EFF;
}
.panel-modules .sign[data-v-3d8c28a1] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .sign span[data-v-3d8c28a1] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.jz-entry[data-v-3d8c28a1] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.jz-entry .item[data-v-3d8c28a1] {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.jz-entry .item img[data-v-3d8c28a1] {
  width: 20px;
  height: 20px;
  display: block;
}
.jz-entry .item[data-v-3d8c28a1]:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.jz-entry .item:hover img[data-v-3d8c28a1] {
  transform: scale(1.1);
}
/***** 个性化插件 *****/
#jz-panel .sortable-chosen[data-v-3d8c28a1]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409EFF;
}
#jz-panel .sortable-ghost[data-v-3d8c28a1] {
  background: #f0f6fd !important;
}
#jz-panel .sortable-fallback[data-v-3d8c28a1] {
  opacity: 1 !important;
}
#jz-config .sortable-chosen[data-v-3d8c28a1]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409EFF;
}
#jz-config .sortable-fallback[data-v-3d8c28a1] {
  background: #fff !important;
  opacity: 0.9 !important;
}
#jz-district .sortable-chosen[data-v-3d8c28a1]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409EFF;
}
#jz-district .sortable-ghost[data-v-3d8c28a1] {
  background: #f0f6fd !important;
}
#jz-district .sortable-ghost > *[data-v-3d8c28a1] {
  opacity: 0;
}
#jz-district .sortable-fallback[data-v-3d8c28a1] {
  opacity: 0.9 !important;
}
.layout-pop[data-v-3d8c28a1] {
  width: 120px !important;
}
.layout-pop .head[data-v-3d8c28a1] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-3d8c28a1] {
  text-align: right;
}



































































/**************************
 ** ui-header
 ** liqingyun
 **************************/
.ui-header[data-v-0dccfc7e] { position: relative; z-index:12;}
.ui-header .inner[data-v-0dccfc7e] { background: none;
}
.ui-header .to[data-v-0dccfc7e] { position: relative;
}
.ui-header .to img[data-v-0dccfc7e] { display: block; width: 100%;
}
.ui-header .fo[data-v-0dccfc7e] { position: relative;
}
.ui-header .title[data-v-0dccfc7e] { height: 40px; margin: 0 100px;
}
.ui-header .title h2[data-v-0dccfc7e] { line-height: 40px; padding: 0 0 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; font-size: 16px; text-align: center;
}
.ui-header .icon[data-v-0dccfc7e] { position: absolute; right: 10px; top: 7px;
}
.ui-header .icon img[data-v-0dccfc7e] { display: block; width: auto; height: 26px;
}
.ui-header .back[data-v-0dccfc7e] { position: absolute; left: 5px; top: 7px;
}
.ui-header .back i[data-v-0dccfc7e] { display: block; width: 26px; height: 26px; line-height: 26px; font-size: 24px; text-align: center;
}





















































/**************************
 ** ui-navigation
 ** liqingyun
 **************************/
.ui-column-3[data-v-5972a4a2] { width: 33.33% !important;
}
.ui-column-4[data-v-5972a4a2] { width: 25% !important;
}
.ui-column-5[data-v-5972a4a2] { width: 20% !important;
}
.ui-navigation .center-0 .list[data-v-5972a4a2] { padding: 12px 0 6px; border-bottom:1px solid #eaeaea;width: auto;overflow-x: hidden;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;margin-bottom: -6px;}
.ui-navigation .center-0 .item[data-v-5972a4a2] { display: inline-block; width: 25%; margin: 0 0 6px;
}
.ui-navigation .center-0 .item a[data-v-5972a4a2] { display: block; text-align: center;
}
.ui-navigation .center-0 .item figure[data-v-5972a4a2] { display:block;width: 50px; height: 50px; margin: 0 auto;
}
.ui-navigation .center-0 .item img[data-v-5972a4a2] {display: block; width: 100%; height: 100%;
}
.ui-navigation .center-0 .item h3[data-v-5972a4a2] {padding-bottom:9px;padding-left:5px;padding-right:5px;height:33px;font-size:14px;line-height:33px;text-align:center;font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-navigation .center-0 .ui-fixed-0[data-v-5972a4a2]{overflow-x: hidden;white-space:normal;}
.ui-navigation .center-0 .ui-fixed-1[data-v-5972a4a2]{overflow-x: scroll;white-space:nowrap;}
.ui-navigation .center-0 .ui-fixed-1 .item[data-v-5972a4a2]{display:inline-block;vertical-align: middel;width:118px;}
.ui-navigation .center-0 .ui-fixed-1 .item a[data-v-5972a4a2]{display:block;position:relative;height:100%;color:#000;}
.ui-navigation .center-0 .ui-fixed-1 .item figure[data-v-5972a4a2]{display:block;width: 118px; height: 118px; margin: 0 auto;background-size:cover;background-position:50%;}
.ui-navigation .center-0 .ui-fixed-1 .item img[data-v-5972a4a2]{display:block;width:100%;height:100%;margin:0 auto;border:0;background-size:cover;background-position:cover;}
.ui-navigation .center-1 .list[data-v-5972a4a2]{width: auto;overflow-x: hidden;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;padding-bottom: 10px;margin-bottom: -10px;margin-left: 0;margin-right: 0;}
.ui-navigation .center-1 .item[data-v-5972a4a2]{display:inline-block;width: 25%; margin: 0 0 6px;}
.ui-navigation .center-1 .item a[data-v-5972a4a2]{display: block;padding:15px 0;}
.ui-navigation .center-1 .item h3[data-v-5972a4a2]{padding-left: 5px;padding-right: 5px;position: relative;height: 12px;line-height: 12px;font-size: 12px;text-align: center;font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ui-navigation .center-1 .item h3[data-v-5972a4a2]:after{content: "";position: absolute;top: 0;left: 0;width: 200%;height: 200%;transform: scale(0.5);transform-origin: 0 0;pointer-events: none;box-sizing: border-box;border-right: 1px solid #eee;}
.ui-navigation .center-1 .ui-fixed-0[data-v-5972a4a2]{overflow-x: hidden;white-space:normal;}
.ui-navigation .center-1 .ui-fixed-1[data-v-5972a4a2]{overflow-x: scroll;white-space:nowrap;}
.ui-navigation .center-1 .ui-fixed-1 .item[data-v-5972a4a2]{width:110px;}


































































/**************************
 ** ui-title
 ** liqingyun
 **************************/
.ui-default[data-v-78219d51] { position: relative;
}
.ui-default p[data-v-78219d51] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-title[data-v-78219d51] { position: relative;
}
.ui-title .main[data-v-78219d51] { position: relative; padding: 5px 10px; background-position: center center; background-size: cover;
}
.ui-title .inner[data-v-78219d51] { position: relative;
}
.ui-title h2[data-v-78219d51] { line-height: 1.8; font-weight: normal;
}
.ui-title h3[data-v-78219d51] { line-height: 1.3; font-size: smaller; font-weight: normal;
}





































/**************************
 ** ui-empty
 ** liqingyun
 **************************/
.ui-empty[data-v-243f8d3b] {
  height: 20px;
}

/**************************
 ** ui-article-list
 **************************/
.ui-default[data-v-110f0480] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-radius-0[data-v-110f0480] {
  border-radius: 0;
}
.ui-radius-1[data-v-110f0480] {
  border-radius: 5px;
}
.ui-article-list[data-v-110f0480] {
  position: relative;
}
.ui-article-list .main[data-v-110f0480] {
  position: relative;
}
.ui-article-list .list[data-v-110f0480] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .item[data-v-110f0480] {
  position: relative;
}
.ui-article-list .cell[data-v-110f0480] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .thum[data-v-110f0480] {
  position: relative;
}
.ui-article-list .img[data-v-110f0480] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .img img[data-v-110f0480] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-article-list .exp[data-v-110f0480] {
  position: relative;
}
.ui-article-list .exp h3[data-v-110f0480] {
  line-height: 1.2;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  margin: 0 0 5px;
}
.ui-article-list .desc[data-v-110f0480] {
  height: auto;
  line-height: 20px;
  color: #999;
  overflow: hidden;
}
.ui-article-list .time[data-v-110f0480] {
  line-height: 20px;
  color: #999;
}
.ui-article-list .center-0 .list[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-0 .item[data-v-110f0480] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-0 .item[data-v-110f0480]:first-child {
  border-top: 0;
}
.ui-article-list .center-0 .cell[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-0 .thum[data-v-110f0480] {
  display: none;
}
.ui-article-list .center-1 .list[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-1 .item[data-v-110f0480] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-1 .item[data-v-110f0480]:first-child {
  border-top: 0;
}
.ui-article-list .center-1 .item .thum[data-v-110f0480] {
  float: left;
  width: 90px;
}
.ui-article-list .center-1 .item .exp[data-v-110f0480] {
  margin: 0 0 0 100px;
}
.ui-article-list .center-1 .item .desc[data-v-110f0480] {
  max-height: 40px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-1 .cell[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-2 .list[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-2 .item[data-v-110f0480] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-2 .item[data-v-110f0480]:first-child {
  border-top: 0;
}
.ui-article-list .center-2 .item .thum[data-v-110f0480] {
  float: right;
  width: 90px;
}
.ui-article-list .center-2 .item .exp[data-v-110f0480] {
  margin: 0 110px 0 0;
}
.ui-article-list .center-2 .item .desc[data-v-110f0480] {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-2 .cell[data-v-110f0480] {
  margin: 0 !important;
}
.ui-article-list .center-3 .list[data-v-110f0480] {
  margin: 0 !important;
  overflow: visible;
}
.ui-article-list .center-3 .item .desc[data-v-110f0480] {
  height: auto;
}
.ui-article-list .center-3 .cell[data-v-110f0480] {
  margin: 0 3px !important;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ui-article-list .center-3 .exp[data-v-110f0480] {
  padding: 10px;
}
.ui-article-list .center-3 .exp .desc[data-v-110f0480] {
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .main[data-v-110f0480] {
  overflow: hidden;
}
.ui-article-list .center-4 .list[data-v-110f0480] {
  width: 1000%;
  overflow-x: scroll;
}
.ui-article-list .center-4 .item[data-v-110f0480] {
  float: left;
  width: 240px;
  padding: 0 !important;
}
.ui-article-list .center-4 .item .thum[data-v-110f0480] {
  margin: 0 0 10px;
}
.ui-article-list .center-4 .item .desc[data-v-110f0480] {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-5 .item[data-v-110f0480] {
  float: left;
  width: 50%;
}
.ui-article-list .center-5 .item .desc[data-v-110f0480] {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-5 .thum[data-v-110f0480] {
  margin: 0 0 5px;
}
.ui-article-list .center-5 .time[data-v-110f0480] {
  display: none;
}

/**************************
 ** ui-article-category
 ** zhaoweiren
 **************************/
.ui-article-category[data-v-6692fc86] {
  position: relative;
  background: #fff;
  z-index: 10;
}
.ui-article-category .main[data-v-6692fc86] {
  position: relative;
}
.ui-article-category .list[data-v-6692fc86] {
  line-height: 0;
  white-space: nowrap;
}
.ui-article-category .item[data-v-6692fc86] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ui-article-category .item span[data-v-6692fc86] {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.ui-article-category .active[data-v-6692fc86]::before {
  content: '';
  position: absolute;
}
.ui-article-category .center-0 .active[data-v-6692fc86]::before {
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 2px solid #ff0000;
}
.ui-article-category .center-1 .active span[data-v-6692fc86] {
  color: #fff;
}
.ui-article-category .center-1 .active[data-v-6692fc86]::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #ff0000;
  border-radius: 30px;
}
.ui-article-category .center-2 .active span[data-v-6692fc86] {
  background: #ff0000;
  color: #fff;
}
.ui-article-category .center-2 .active[data-v-6692fc86]::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ff0000;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -6px;
}













































/**************************
 ** ui-picture
 ** liqingyun
 **************************/
.ui-default[data-v-607a0695] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-picture[data-v-607a0695] { position: relative; overflow: hidden;
}
.ui-picture .img[data-v-607a0695] { position: relative; height:100%;
}
.ui-picture img[data-v-607a0695] { display: block; width: 100%; height:100%; position: relative;
}


.ui-default[data-v-c936b522] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-many-image[data-v-c936b522] {
  position: relative;
}
.ui-many-image .item .cell[data-v-c936b522] {
  height: 100%;
}
.ui-many-image .item .cell .img[data-v-c936b522] {
  height: 100%;
}
.ui-many-image .item .cell .img img[data-v-c936b522] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-many-image .center-0[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-0[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: #333333;
  border-color: #333333;
  opacity: 1;
}
.ui-many-image .center-0[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
  opacity: 0.8;
}
.ui-many-image .center-1[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-1[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: #333333;
  border-color: #333333;
  opacity: 1;
}
.ui-many-image .center-1[data-v-c936b522] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
  opacity: 0.8;
}








































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/
.ui-button[data-v-14d5c978] { position: relative; display: block !important;
}
.ui-button .main[data-v-14d5c978] { line-height: 0;
}
.ui-button .button[data-v-14d5c978] { display: inline-block; background-position: center center; background-repeat: repeat; background-size: cover;
}
.ui-button .txt[data-v-14d5c978] { position: relative;
}
.ui-button .txt span[data-v-14d5c978] { display: block; text-align: center; text-transform: uppercase;
}

/**************************
 ** ui-product-category
 **************************/
.ui-product-category[data-v-1b357748] {
  position: relative;
  background: #fff;
  z-index: 2;
}
.ui-product-category .main[data-v-1b357748] {
  position: relative;
}
.ui-product-category .list[data-v-1b357748] {
  line-height: 0;
  white-space: nowrap;
}
.ui-product-category .item[data-v-1b357748] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ui-product-category .item span[data-v-1b357748] {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.ui-product-category .active[data-v-1b357748]::before {
  content: '';
  position: absolute;
}
.ui-product-category .center-0 .active[data-v-1b357748]::before {
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 2px solid #ff0000;
}
.ui-product-category .center-1 .active span[data-v-1b357748] {
  color: #fff;
}
.ui-product-category .center-1 .active[data-v-1b357748]::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #ff0000;
  border-radius: 30px;
}
.ui-product-category .center-2 .active span[data-v-1b357748] {
  background: #ff0000;
  color: #fff;
}
.ui-product-category .center-2 .active[data-v-1b357748]::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ff0000;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -6px;
}






























































































































































































/**************************
 ** ui-product-list
 ** liqingyun
 **************************/
.ui-default[data-v-981d04e2] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-981d04e2] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-981d04e2] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-981d04e2] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-981d04e2] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-981d04e2] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-981d04e2] { border-radius: 0;
}
.ui-radius-1[data-v-981d04e2] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-981d04e2] { background: #fff;
}
.ui-cell-1[data-v-981d04e2] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-981d04e2] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-981d04e2] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-981d04e2] { border-radius: 5px;
}
.ui-buy-0[data-v-981d04e2] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-981d04e2] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-981d04e2] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-981d04e2] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-981d04e2] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-981d04e2] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-981d04e2] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-981d04e2] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-981d04e2] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-981d04e2]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-981d04e2] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-981d04e2]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-981d04e2] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-981d04e2]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-981d04e2] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-981d04e2]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-981d04e2] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-981d04e2] { display: block; max-width: 60px; max-height: 60px;
}
.ui-product-list[data-v-981d04e2] { background: #f0f0f0; padding: 15px 0 0;
}
.ui-product-list .main[data-v-981d04e2] { position: relative; overflow: hidden;
}
.ui-product-list .list[data-v-981d04e2] { position: relative;
}
.ui-product-list .item[data-v-981d04e2] { float: left; width: auto;
}
.ui-product-list .cell[data-v-981d04e2] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-product-list .cell.r0[data-v-981d04e2] { border-radius: 0;
}
.ui-product-list .cell.r1[data-v-981d04e2] { border-radius: 5px;
}
.ui-product-list .thum[data-v-981d04e2] { position: relative;
}
.ui-product-list .img[data-v-981d04e2] { position: relative; padding: 0 0 100%;
}
.ui-product-list .img img[data-v-981d04e2] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-product-list .exp[data-v-981d04e2] { padding: 10px; position: relative;
}
.ui-product-list .title[data-v-981d04e2] { position: relative;
}
.ui-product-list .title h3[data-v-981d04e2],
.ui-product-list .title h4[data-v-981d04e2] { height: auto; line-height: 20px; color: #333; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ui-product-list .title h3[data-v-981d04e2] { padding: 5px 0 0;
}
.ui-product-list .title h4[data-v-981d04e2] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-product-list .title.al-0[data-v-981d04e2] { text-align: left;
}
.ui-product-list .title.al-1[data-v-981d04e2] { text-align: center;
}
.ui-product-list .title.ft-0 h3[data-v-981d04e2] { font-weight: normal;
}
.ui-product-list .title.ft-1 h3[data-v-981d04e2] { font-weight: bold;
}
.ui-product-list .other[data-v-981d04e2] { height: auto; min-height:12px;
}
.ui-product-list .price[data-v-981d04e2] { line-height: 40px; white-space: nowrap;
}
.ui-product-list .price li[data-v-981d04e2] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-product-list .price li em[data-v-981d04e2] { font-size: 12px;
}
.ui-product-list .price li[data-v-981d04e2]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-product-list .price li[data-v-981d04e2]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-product-list .price em[data-v-981d04e2] { font-style: normal;
}
.ui-product-list .buy[data-v-981d04e2] { position: absolute; right: 10px; bottom: 15px;
}
.ui-product-list .buy span[data-v-981d04e2] { display: block; overflow: hidden;
}
.ui-product-list .tag[data-v-981d04e2] { position: absolute; left: 0; top: 0;
}
.ui-product-list .tag i[data-v-981d04e2] { display: block; overflow: hidden; font-style: normal;
}
.ui-product-list .center-0 .item[data-v-981d04e2] { width: 100%;
}
.ui-product-list .center-0 .title h3[data-v-981d04e2] { height: 20px;
}
.ui-product-list .center-1 .item[data-v-981d04e2] { width: 50%;
}
.ui-product-list .center-2 .item[data-v-981d04e2] { width: 33.33%;
}
.ui-product-list .center-2 .price li[data-v-981d04e2]:nth-child(1) { font-size: 14px;
}
.ui-product-list .center-2 .buy[data-v-981d04e2] { bottom: 18px;
}
.ui-product-list .center-2 .buy span[data-v-981d04e2] { transform: scale(.75);
}
.ui-product-list .center-3 .item[data-v-981d04e2] { width: 100%;
}
.ui-product-list .center-3 .cell[data-v-981d04e2] { overflow: hidden;
}
.ui-product-list .center-3 .thum[data-v-981d04e2] { float: left; width: 120px; height: 120px;
}
.ui-product-list .center-3 .img[data-v-981d04e2] { padding: 0 0 100%;
}
.ui-product-list .center-3 .exp[data-v-981d04e2] { margin: 0 0 0 120px;
}
.ui-product-list .center-3 .ui-radius-1[data-v-981d04e2] { border-radius: 5px 0 0 5px;
}
.ui-product-list .center-3 .title[data-v-981d04e2] { text-align: left !important;
}
.ui-product-list .center-4 .item[data-v-981d04e2] { width: 50%;
}
.ui-product-list .center-4 .item[data-v-981d04e2]:nth-child(1),
.ui-product-list .center-4 .item[data-v-981d04e2]:nth-child(3n+1) { width: 100%;
}
.ui-product-list .center-5 .main[data-v-981d04e2] { overflow-x: auto;
}
.ui-product-list .center-5 .list[data-v-981d04e2] { width: 1000%;
}
.ui-product-list .center-5 .item[data-v-981d04e2] { width: 140px; margin: 0 0 0;
}
.ui-product-list .center-5 .price li[data-v-981d04e2]:nth-child(1) { font-size: 14px;
}
.ui-product-list .center-5 .buy[data-v-981d04e2] { bottom: 10px;
}
.ui-product-list .center-5 .buy span[data-v-981d04e2] { transform: scale(.75);
}


.ui-tabbar .list[data-v-36a046f8] {
  height: 0.9rem;
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: flex;
  text-align: center;
}
.ui-tabbar .list li[data-v-36a046f8] {
  flex: 1;
}
.ui-tabbar .list a[data-v-36a046f8] {
  display: block;
  padding: 0.1rem 0 0;
  cursor: default;
}
.ui-tabbar .list a[data-v-36a046f8]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) inset;
}
.ui-tabbar .list img[data-v-36a046f8] {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
}
.ui-tabbar .list span[data-v-36a046f8] {
  display: block;
  line-height: 0.4rem;
  font-size: smaller;
}
.ui-tabbar .inner[data-v-36a046f8] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}













































/**************************
 ** ui-richtext
 ** liqingyun
 **************************/
.ui-default[data-v-bc6c11d6] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-richtext .inner[data-v-bc6c11d6] { padding: 0 10px; padding-top: 10px; box-sizing: border-box; font-size: 16px;color: #333;line-height: 1.5;overflow: hidden; text-align: left; word-wrap: break-word;position: relative; background:#fff;
}

































































/**************************
 ** ui-coupon
 ** liqingyun
 **************************/
.ui-default[data-v-654dfe0c] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-coupon[data-v-654dfe0c] { position: relative; background: #fff;
}
.ui-coupon .main[data-v-654dfe0c] { position: relative; padding: 0 10px;
}
.ui-coupon .scroll[data-v-654dfe0c] { position: relative; overflow: hidden; overflow-x: auto;
}
.ui-coupon .list[data-v-654dfe0c] { width: 500%; overflow: hidden; padding: 10px 0;
}
.ui-coupon .item[data-v-654dfe0c] { float: left; width: 140px;
}
.ui-coupon .cell[data-v-654dfe0c] { display: block; height: 70px; padding: 5px; margin: 0 5px; overflow: hidden; position: relative; border-radius: 5px;
}
.ui-coupon .box[data-v-654dfe0c] { padding: 10px 5px; text-align: center;
}
.ui-coupon .fee[data-v-654dfe0c] { font-size: 20px; line-height: 26px; font-weight: bold;
}
.ui-coupon .fee span[data-v-654dfe0c] { margin: 0 0 0 5px; font-size: 14px; font-weight: normal;
}
.ui-coupon .tit[data-v-654dfe0c] { line-height: 20px;
}
.ui-coupon .tit dt[data-v-654dfe0c] { display: none;
}
.ui-coupon .tit dd[data-v-654dfe0c] { opacity: .6; font-size: 12px;
}
.ui-coupon .pot span[data-v-654dfe0c] { display: none;
}
.ui-coupon .center-0 .cell[data-v-654dfe0c] { border-radius: 0;
}
.ui-coupon .center-0 .dot i[data-v-654dfe0c]:first-child:before,
.ui-coupon .center-0 .dot i[data-v-654dfe0c]:first-child:after { content: ''; width: 4px; height: 100%; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAYBAMAAAArPpGQAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9dAGx24by29tK2f5CQAAACtJREFUCNdjQAciwQwMqxYlMKxapQzEK4F4CRAvBGEoeylIDqxGvJmBEAAAK1sTGN2rPdwAAAAASUVORK5CYII=) 0 0 repeat-y; background-size: contain; position: absolute; top: 0;
}
.ui-coupon .center-0 .dot i[data-v-654dfe0c]:first-child:before { left: 0;
}
.ui-coupon .center-0 .dot i[data-v-654dfe0c]:first-child:after { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAYBAMAAAArPpGQAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9dAGx24by29tK2f5CQAAACtJREFUCNdjwACmjgxsWqsYjFatYpgFxF5ALAXCUHbUKrAcWA2DRSEDAQAAYakPlGlohJ8AAAAASUVORK5CYII=); right: 0;
}
.ui-coupon .center-1 .cell[data-v-654dfe0c] { border-radius: 0;
}
.ui-coupon .center-1 .dot i[data-v-654dfe0c]::before,
.ui-coupon .center-1 .dot i[data-v-654dfe0c]::after { content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%; background: #fff;
}
.ui-coupon .center-1 .dot i[data-v-654dfe0c]:first-child::before { left: -8px; top: -8px;
}
.ui-coupon .center-1 .dot i[data-v-654dfe0c]:first-child::after { left: -8px; bottom: -8px;
}
.ui-coupon .center-1 .dot i:first-child + i[data-v-654dfe0c]::before { right: -8px; top: -8px;
}
.ui-coupon .center-1 .dot i:first-child + i[data-v-654dfe0c]::after { right: -8px; bottom: -8px;
}
.ui-coupon .center-2 .box[data-v-654dfe0c] { background: #fff; margin: 0 20px 0 0;
}
.ui-coupon .center-2 .pot[data-v-654dfe0c]:before { content: ''; position: absolute; right: -10px; top: 50%; width: 20px; height: 20px; margin: -10px 0 0 0; background: #fff; border-radius: 50%;
}
.ui-coupon .list.x1[data-v-654dfe0c] { width: 100%; margin: 0;
}
.ui-coupon .list.x1 .item[data-v-654dfe0c] { width: 100%;
}
.ui-coupon .list.x1 .cell[data-v-654dfe0c] { margin: 0;
}
.ui-coupon .list.x1 .box[data-v-654dfe0c] { height: 50px; overflow: hidden; text-align: left;
}
.ui-coupon .list.x1 .fee[data-v-654dfe0c] { float: left; margin: 10px 10px 0 0; padding: 0 15px; line-height: 30px; border-right: 1px dashed transparent;
}
.ui-coupon .list.x1 .tit[data-v-654dfe0c] { padding: 7px 0 0 0;
}
.ui-coupon .list.x1 .tit dt[data-v-654dfe0c] { display: block; font-weight: bold;
}
.ui-coupon .list.x2[data-v-654dfe0c] { width: auto; margin: 0 -5px;
}
.ui-coupon .list.x2 .item[data-v-654dfe0c] { width: 50%;
}
.ui-coupon-0 .cell[data-v-654dfe0c] { background: #e74c2c; color: #ffffff;
}
.ui-coupon-1 .cell[data-v-654dfe0c] { background: #ffe9b7; color: #f39343;
}
.ui-coupon-2 .cell[data-v-654dfe0c] { background: #ffffff; color: #d45134; border: 1px solid #eeeeee;
}
.ui-coupon-3 .cell[data-v-654dfe0c] { background: #333333; color: #ffffff;
}
.ui-coupon-4 .cell[data-v-654dfe0c] { background: #e0f4e4; color: #63be72;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-654dfe0c] { position: absolute; top: 0; bottom: 0; right: 0; width: 100px; text-align: center; line-height: 80px; border-left: 1px dashed #fff;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-654dfe0c]::before,
.ui-coupon .center-0 .list.x1 .pot[data-v-654dfe0c]::after { content: ''; width: 12px; height: 12px; background: #fff; border-radius: 50%; position: absolute; left: -6px; top: -6px;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-654dfe0c]::after { top: auto; bottom: -6px;
}
.ui-coupon .center-0 .list.x1 .pot span[data-v-654dfe0c] { display: block;
}
.ui-coupon .center-1 .list.x1 .pot[data-v-654dfe0c] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-1 .list.x1 .pot span[data-v-654dfe0c] { display: block;
}
.ui-coupon .center-2 .ui-coupon-0 .cell[data-v-654dfe0c] { color: #e74c2c;
}
.ui-coupon .center-2 .ui-coupon-3 .cell[data-v-654dfe0c] { color: #333333;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-0 .fee[data-v-654dfe0c] { border-color: #e74c2c;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-1 .fee[data-v-654dfe0c] { border-color: #ffe9b7;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-2 .fee[data-v-654dfe0c] { border-color: #dddddd;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-3 .fee[data-v-654dfe0c] { border-color: #dddddd;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-4 .fee[data-v-654dfe0c] { border-color: #e0f4e4;
}
.ui-coupon .center-2 .list.x1 .box[data-v-654dfe0c] { margin: 0 100px 0 0;
}
.ui-coupon .center-2 .list.x1 .pot[data-v-654dfe0c] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-2 .list.x1 .pot span[data-v-654dfe0c] { display: block; color: #fff;
}
.ui-coupon .center-3 .list.x1 .fee[data-v-654dfe0c] { border-color: rgba(255,255,255,.5);
}
.ui-coupon .center-3 .list.x1 .pot[data-v-654dfe0c] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-3 .list.x1 .pot span[data-v-654dfe0c] { display: block;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-0 .fee[data-v-654dfe0c] { border-color: #ffffff;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-1 .fee[data-v-654dfe0c] { border-color: #f39343;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-2 .fee[data-v-654dfe0c] { border-color: #dddddd;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-3 .fee[data-v-654dfe0c] { border-color: #dddddd;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-4 .fee[data-v-654dfe0c] { border-color: #63be72;
}

















































































/**************************
 ** ui-groupbuy
 ** liqingyun
 **************************/
.ui-default[data-v-8614e990] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-8614e990] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-8614e990] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-8614e990] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-8614e990] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-8614e990] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-8614e990] { border-radius: 0;
}
.ui-radius-1[data-v-8614e990] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-8614e990] { background: #fff;
}
.ui-cell-1[data-v-8614e990] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-8614e990] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-8614e990] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-8614e990] { border-radius: 5px;
}
.ui-buy-0[data-v-8614e990] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-8614e990] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-8614e990] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-8614e990] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-8614e990] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-8614e990] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-8614e990] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-8614e990] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-8614e990] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-8614e990]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-8614e990] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-8614e990]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-8614e990] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-8614e990]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-8614e990] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-8614e990]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-8614e990] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-8614e990] { display: block; max-width: 60px; max-height: 60px;
}
.ui-groupbuy[data-v-8614e990] { background: #f0f0f0; padding: 0 0 0;
}
.ui-groupbuy .main[data-v-8614e990] { position: relative; overflow: hidden;
}
.ui-groupbuy .list[data-v-8614e990] { position: relative;
}
.ui-groupbuy .item[data-v-8614e990] { float: left; width: auto;
}
.ui-groupbuy .cell[data-v-8614e990] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-groupbuy .cell.r0[data-v-8614e990] { border-radius: 0;
}
.ui-groupbuy .cell.r1[data-v-8614e990] { border-radius: 5px;
}
.ui-groupbuy .thum[data-v-8614e990] { position: relative;
}
.ui-groupbuy .img[data-v-8614e990] { position: relative; padding: 0 0 100%;
}
.ui-groupbuy .img img[data-v-8614e990] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-groupbuy .exp[data-v-8614e990] { padding: 0 10px; position: relative;
}
.ui-groupbuy .title[data-v-8614e990] { position: relative;
}
.ui-groupbuy .title h3[data-v-8614e990],
.ui-groupbuy .title h4[data-v-8614e990] { height: 40px; line-height: 20px; color: #333; font-weight: normal; overflow: hidden;
}
.ui-groupbuy .title h3[data-v-8614e990] { padding: 5px 0 0;
}
.ui-groupbuy .title h3 span[data-v-8614e990] { display: inline-block; font-size: 12px; line-height: 18px; background: #ffdfdf; color: #ff4444; border-radius: 8px; padding: 0 8px;
}
.ui-groupbuy .title h4[data-v-8614e990] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-groupbuy .title.al-0[data-v-8614e990] { text-align: left;
}
.ui-groupbuy .title.al-1[data-v-8614e990] { text-align: center;
}
.ui-groupbuy .title.ft-0 h3[data-v-8614e990] { font-weight: normal;
}
.ui-groupbuy .title.ft-1 h3[data-v-8614e990] { font-weight: bold;
}
.ui-groupbuy .other[data-v-8614e990] { height: 40px;
}
.ui-groupbuy .price[data-v-8614e990] { line-height: 40px; white-space: nowrap;
}
.ui-groupbuy .price li[data-v-8614e990] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-groupbuy .price li em[data-v-8614e990] { font-size: 12px;
}
.ui-groupbuy .price li[data-v-8614e990]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-groupbuy .price li[data-v-8614e990]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-groupbuy .price em[data-v-8614e990] { font-style: normal;
}
.ui-groupbuy .buy[data-v-8614e990] { position: absolute; right: 10px; bottom: 10px;
}
.ui-groupbuy .buy span[data-v-8614e990] { display: block; overflow: hidden;
}
.ui-groupbuy .tag[data-v-8614e990] { position: absolute; left: 0; top: 0;
}
.ui-groupbuy .tag i[data-v-8614e990] { display: block; overflow: hidden; font-style: normal;
}
.ui-groupbuy .buyed[data-v-8614e990] { position: absolute; left: 5px; bottom: 5px;
}
.ui-groupbuy .buyed span[data-v-8614e990] { padding: 3px 6px; background: #757578; color: #ffffff; border-radius: 3px; font-size: 12px;
}
.ui-groupbuy .clock[data-v-8614e990] { position: relative; padding: 3px 10px; background: #fd3e20; background: -webkit-linear-gradient(left, #fd3e20, #fc6340); color: #ffffff; overflow: hidden;
}
.ui-groupbuy .clock h4[data-v-8614e990] { float: left; line-height: 40px; font-size: 20px; display: none;
}
.ui-groupbuy .clock dl[data-v-8614e990] { float: right; line-height: 30px; width: 100%;
}
.ui-groupbuy .clock dt[data-v-8614e990] { float: left; opacity: .5;
}
.ui-groupbuy .clock dt span[data-v-8614e990] { display: none;
}
.ui-groupbuy .clock dd[data-v-8614e990] { float: right; position: relative;
}
.ui-groupbuy .clock dd span[data-v-8614e990] { display: inline;
}
.ui-groupbuy .clock dd i[data-v-8614e990] { font-style: normal; display: none;
}
.ui-groupbuy .center-0 .item[data-v-8614e990] { width: 100%;
}
.ui-groupbuy .center-0 .title h3[data-v-8614e990] { height: 20px;
}
.ui-groupbuy .center-0 .clock h4[data-v-8614e990] { display: block;
}
.ui-groupbuy .center-0 .clock dl[data-v-8614e990] { width: auto; line-height: 20px;
}
.ui-groupbuy .center-0 .clock dt[data-v-8614e990] { float: none;
}
.ui-groupbuy .center-0 .clock dt span[data-v-8614e990] { display: inline;
}
.ui-groupbuy .center-0 .clock dd[data-v-8614e990] { float: none;
}
.ui-groupbuy .center-0 .clock dd span[data-v-8614e990] { display: none;
}
.ui-groupbuy .center-0 .clock dd i[data-v-8614e990] { display: inline;
}
.ui-groupbuy .center-1 .item[data-v-8614e990] { width: 50%;
}
.ui-groupbuy .center-2 .item[data-v-8614e990] { width: 33.33%;
}
.ui-groupbuy .center-2 .price li[data-v-8614e990]:nth-child(1) { font-size: 14px;
}
.ui-groupbuy .center-2 .buy[data-v-8614e990] { bottom: 10px;
}
.ui-groupbuy .center-2 .buy span[data-v-8614e990] { transform: scale(.75);
}
.ui-groupbuy .center-2 .clock[data-v-8614e990] { display: none;
}
.ui-groupbuy .center-3 .item[data-v-8614e990] { width: 100%;
}
.ui-groupbuy .center-3 .cell[data-v-8614e990] { overflow: hidden;
}
.ui-groupbuy .center-3 .thum[data-v-8614e990] { float: left; width: 120px; height: 120px;
}
.ui-groupbuy .center-3 .img[data-v-8614e990] { padding: 0 0 100%;
}
.ui-groupbuy .center-3 .exp[data-v-8614e990] { margin: 0 0 0 120px;
}
.ui-groupbuy .center-3 .ui-radius-1[data-v-8614e990] { border-radius: 5px 0 0 5px;
}
.ui-groupbuy .center-3 .title[data-v-8614e990] { text-align: left !important;
}
.ui-groupbuy .center-3 .buyed[data-v-8614e990] { bottom: 30px;
}
.ui-groupbuy .center-3 .clock[data-v-8614e990] { position: absolute; left: 0; bottom: 0; width: 100px;
}
.ui-groupbuy .center-3 .clock dl[data-v-8614e990] { line-height: 20px;
}
.ui-groupbuy .center-3 .clock dt[data-v-8614e990] { display: none;
}
.ui-groupbuy .center-3 .clock dd[data-v-8614e990] { float: none; text-align: center;
}
.ui-groupbuy .center-4 .item[data-v-8614e990] { width: 50%;
}
.ui-groupbuy .center-4 .item[data-v-8614e990]:nth-child(1),
.ui-groupbuy .center-4 .item[data-v-8614e990]:nth-child(3n+1) { width: 100%;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock h4[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock h4[data-v-8614e990] { display: block;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dl[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dl[data-v-8614e990] { width: auto; line-height: 20px;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dt[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dt[data-v-8614e990] { float: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dt span[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dt span[data-v-8614e990] { display: inline;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd[data-v-8614e990] { float: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd span[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd span[data-v-8614e990] { display: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd i[data-v-8614e990],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd i[data-v-8614e990] { display: inline;
}
.ui-groupbuy .center-5 .main[data-v-8614e990] { overflow-x: auto;
}
.ui-groupbuy .center-5 .list[data-v-8614e990] { width: 1000%;
}
.ui-groupbuy .center-5 .item[data-v-8614e990] { width: 140px; margin: 0 0 0;
}
.ui-groupbuy .center-5 .price li[data-v-8614e990]:nth-child(1) { font-size: 14px;
}
.ui-groupbuy .center-5 .buy[data-v-8614e990] { bottom: 10px;
}
.ui-groupbuy .center-5 .buy span[data-v-8614e990] { transform: scale(.75);
}
.ui-groupbuy .center-5 .clock[data-v-8614e990] { display: none;
}

















































































/**************************
 ** ui-bargain
 ** liqingyun
 **************************/
.ui-default[data-v-89c75ade] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-89c75ade] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-89c75ade] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-89c75ade] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-89c75ade] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-89c75ade] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-89c75ade] { border-radius: 0;
}
.ui-radius-1[data-v-89c75ade] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-89c75ade] { background: #fff;
}
.ui-cell-1[data-v-89c75ade] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-89c75ade] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-89c75ade] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-89c75ade] { border-radius: 5px;
}
.ui-buy-0[data-v-89c75ade] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-89c75ade] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-89c75ade] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-89c75ade] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-89c75ade] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-89c75ade] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-89c75ade] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-89c75ade] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-89c75ade] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-89c75ade]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-89c75ade] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-89c75ade]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-89c75ade] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-89c75ade]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-89c75ade] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-89c75ade]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-89c75ade] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-89c75ade] { display: block; max-width: 60px; max-height: 60px;
}
.ui-bargain[data-v-89c75ade] { background: #f0f0f0; padding: 0 0 0;
}
.ui-bargain .main[data-v-89c75ade] { position: relative; overflow: hidden;
}
.ui-bargain .list[data-v-89c75ade] { position: relative;
}
.ui-bargain .item[data-v-89c75ade] { float: left; width: auto;
}
.ui-bargain .cell[data-v-89c75ade] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-bargain .cell.r0[data-v-89c75ade] { border-radius: 0;
}
.ui-bargain .cell.r1[data-v-89c75ade] { border-radius: 5px;
}
.ui-bargain .thum[data-v-89c75ade] { position: relative;
}
.ui-bargain .img[data-v-89c75ade] { position: relative; padding: 0 0 100%;
}
.ui-bargain .img img[data-v-89c75ade] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-bargain .exp[data-v-89c75ade] { padding: 0 10px; position: relative;
}
.ui-bargain .title[data-v-89c75ade] { position: relative;
}
.ui-bargain .title h3[data-v-89c75ade],
.ui-bargain .title h4[data-v-89c75ade] { height: 40px; line-height: 20px; color: #333; font-weight: normal; overflow: hidden;
}
.ui-bargain .title h3[data-v-89c75ade] { padding: 5px 0 0;
}
.ui-bargain .title h4[data-v-89c75ade] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-bargain .title.al-0[data-v-89c75ade] { text-align: left;
}
.ui-bargain .title.al-1[data-v-89c75ade] { text-align: center;
}
.ui-bargain .title.ft-0 h3[data-v-89c75ade] { font-weight: normal;
}
.ui-bargain .title.ft-1 h3[data-v-89c75ade] { font-weight: bold;
}
.ui-bargain .stock[data-v-89c75ade] { line-height: 16px; font-size: 12px; color: #999;
}
.ui-bargain .other[data-v-89c75ade] { height: 40px;
}
.ui-bargain .price[data-v-89c75ade] { line-height: 40px; white-space: nowrap;
}
.ui-bargain .price li[data-v-89c75ade] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-bargain .price li em[data-v-89c75ade] { font-size: 12px;
}
.ui-bargain .price li[data-v-89c75ade]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-bargain .price li[data-v-89c75ade]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-bargain .price em[data-v-89c75ade] { font-style: normal;
}
.ui-bargain .buy[data-v-89c75ade] { position: absolute; right: 10px; bottom: 10px;
}
.ui-bargain .buy span[data-v-89c75ade] { display: block; overflow: hidden;
}
.ui-bargain .tag[data-v-89c75ade] { position: absolute; left: 0; top: 0;
}
.ui-bargain .tag i[data-v-89c75ade] { display: block; overflow: hidden; font-style: normal;
}
.ui-bargain .clock[data-v-89c75ade] { position: relative; padding: 3px 10px; background: #fd3e20; background: -webkit-linear-gradient(left, #fd3e20, #fc6340); color: #ffffff; overflow: hidden;
}
.ui-bargain .clock h4[data-v-89c75ade] { float: left; line-height: 40px; font-size: 20px; display: none;
}
.ui-bargain .clock dl[data-v-89c75ade] { float: right; line-height: 30px; width: 100%;
}
.ui-bargain .clock dt[data-v-89c75ade] { float: left; opacity: .5;
}
.ui-bargain .clock dt span[data-v-89c75ade] { display: none;
}
.ui-bargain .clock dd[data-v-89c75ade] { float: right; position: relative;
}
.ui-bargain .clock dd span[data-v-89c75ade] { display: inline;
}
.ui-bargain .clock dd i[data-v-89c75ade] { font-style: normal; display: none;
}
.ui-bargain .center-0 .item[data-v-89c75ade] { width: 100%;
}
.ui-bargain .center-0 .title h3[data-v-89c75ade] { height: 20px;
}
.ui-bargain .center-0 .clock h4[data-v-89c75ade] { display: block;
}
.ui-bargain .center-0 .clock dl[data-v-89c75ade] { width: auto; line-height: 20px;
}
.ui-bargain .center-0 .clock dt[data-v-89c75ade] { float: none;
}
.ui-bargain .center-0 .clock dt span[data-v-89c75ade] { display: inline;
}
.ui-bargain .center-0 .clock dd[data-v-89c75ade] { float: none;
}
.ui-bargain .center-0 .clock dd span[data-v-89c75ade] { display: none;
}
.ui-bargain .center-0 .clock dd i[data-v-89c75ade] { display: inline;
}
.ui-bargain .center-1 .item[data-v-89c75ade] { width: 50%;
}
.ui-bargain .center-2 .item[data-v-89c75ade] { width: 33.33%;
}
.ui-bargain .center-2 .price li[data-v-89c75ade]:nth-child(1) { font-size: 14px;
}
.ui-bargain .center-2 .buy[data-v-89c75ade] { bottom: 10px;
}
.ui-bargain .center-2 .buy span[data-v-89c75ade] { transform: scale(.75);
}
.ui-bargain .center-2 .clock[data-v-89c75ade] { display: none;
}
.ui-bargain .center-3 .item[data-v-89c75ade] { width: 100%;
}
.ui-bargain .center-3 .cell[data-v-89c75ade] { overflow: hidden;
}
.ui-bargain .center-3 .thum[data-v-89c75ade] { float: left; width: 120px; height: 120px;
}
.ui-bargain .center-3 .img[data-v-89c75ade] { padding: 0 0 100%;
}
.ui-bargain .center-3 .exp[data-v-89c75ade] { margin: 0 0 0 120px;
}
.ui-bargain .center-3 .ui-radius-1[data-v-89c75ade] { border-radius: 5px 0 0 5px;
}
.ui-bargain .center-3 .title[data-v-89c75ade] { text-align: left !important;
}
.ui-bargain .center-3 .clock[data-v-89c75ade] { position: absolute; left: 0; bottom: 0; width: 100px;
}
.ui-bargain .center-3 .clock dl[data-v-89c75ade] { line-height: 20px;
}
.ui-bargain .center-3 .clock dt[data-v-89c75ade] { display: none;
}
.ui-bargain .center-3 .clock dd[data-v-89c75ade] { float: none; text-align: center;
}
.ui-bargain .center-4 .item[data-v-89c75ade] { width: 50%;
}
.ui-bargain .center-4 .item[data-v-89c75ade]:nth-child(1),
.ui-bargain .center-4 .item[data-v-89c75ade]:nth-child(3n+1) { width: 100%;
}
.ui-bargain .center-4 .item:nth-child(1) .clock h4[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock h4[data-v-89c75ade] { display: block;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dl[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dl[data-v-89c75ade] { width: auto; line-height: 20px;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dt[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dt[data-v-89c75ade] { float: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dt span[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dt span[data-v-89c75ade] { display: inline;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd[data-v-89c75ade] { float: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd span[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd span[data-v-89c75ade] { display: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd i[data-v-89c75ade],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd i[data-v-89c75ade] { display: inline;
}
.ui-bargain .center-5 .main[data-v-89c75ade] { overflow-x: auto;
}
.ui-bargain .center-5 .list[data-v-89c75ade] { width: 1000%;
}
.ui-bargain .center-5 .item[data-v-89c75ade] { width: 140px; margin: 0 0 0;
}
.ui-bargain .center-5 .price li[data-v-89c75ade]:nth-child(1) { font-size: 14px;
}
.ui-bargain .center-5 .buy[data-v-89c75ade] { bottom: 10px;
}
.ui-bargain .center-5 .buy span[data-v-89c75ade] { transform: scale(.75);
}
.ui-bargain .center-5 .clock[data-v-89c75ade] { display: none;
}

.ui-form[data-v-00486e49] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-00486e49] {
  position: relative;
}
.ui-form .list[data-v-00486e49] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-00486e49] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-00486e49] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-00486e49] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-00486e49] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-00486e49] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-00486e49] {
  position: relative;
}
.ui-form .text[data-v-00486e49] {
  position: relative;
}
.ui-form .text input[data-v-00486e49] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .text .sendsms[data-v-00486e49] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .text .sendsms[data-v-00486e49]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .text .sendsms span[data-v-00486e49] {
  display: block;
  padding: 0 20px;
}
.ui-form .textarea[data-v-00486e49] {
  position: relative;
}
.ui-form .textarea textarea[data-v-00486e49] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-00486e49] {
  position: relative;
}
.ui-form .select select[data-v-00486e49] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-00486e49],
.ui-form .checkbox[data-v-00486e49] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-00486e49],
.ui-form .checkbox .item[data-v-00486e49] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-00486e49],
.ui-form .checkbox .item input[data-v-00486e49] {
  float: left;
}
.ui-form .radio .item span[data-v-00486e49],
.ui-form .checkbox .item span[data-v-00486e49] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-00486e49] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-00486e49] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-00486e49] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-00486e49] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-00486e49] {
  position: relative;
}
.ui-form .submit input[data-v-00486e49] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-00486e49] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-00486e49] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-00486e49] {
  display: none;
}
.ui-form .center-1 .text input[data-v-00486e49],
.ui-form .center-1 .textarea textarea[data-v-00486e49],
.ui-form .center-1 .select select[data-v-00486e49],
.ui-form .center-1 .huxing .txt[data-v-00486e49] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-00486e49],
.ui-form .center-2 .textarea textarea[data-v-00486e49],
.ui-form .center-2 .select select[data-v-00486e49],
.ui-form .center-2 .huxing .txt[data-v-00486e49] {
  background: #fff;
  border: 1px solid #ddd;
}






























































/**************************
 ** ui-search-panel
 ** liqingyun
 **************************/
.ui-search-panel[data-v-6359eb12] { position: relative;
}
.ui-search-panel .inner[data-v-6359eb12] { position: relative; padding: .2rem;
}
.ui-search-panel .input[data-v-6359eb12] { background: #fff; position: relative; padding: 0 .2rem;
}
.ui-search-panel .input img[data-v-6359eb12] { width: 24px; height: 24px; vertical-align: middle;
}
.ui-search-panel .input span[data-v-6359eb12] { vertical-align: middle;
}
.ui-search-panel .center-0 .input[data-v-6359eb12],
.ui-search-panel .center-1 .input[data-v-6359eb12] {
}
.ui-search-panel .center-2 .inner[data-v-6359eb12],
.ui-search-panel .center-3 .inner[data-v-6359eb12] { position: absolute; left: 0; top: 0; right: 0; z-index: 10;
}


.uc-table-body .cols[data-v-1800be42] {
  height: auto;
}
.uc-table-body .thumb[data-v-1800be42] {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.uc-table-body .icon[data-v-1800be42] {
  padding: 4px;
}

/**************************
 ** ui-magic
 **************************/
.ui-column-1[data-v-1644f722] {
  width: 33.33% !important;
}
.ui-column-2[data-v-1644f722] {
  width: 25% !important;
}
.ui-column-3[data-v-1644f722] {
  width: 20% !important;
}
.ui-default[data-v-1644f722] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-magic .list[data-v-1644f722] {
  position: relative;
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
.ui-magic .list .item[data-v-1644f722] {
  display: inline-block;
  vertical-align: middle;
}
.ui-magic .list .item .link[data-v-1644f722] {
  display: block;
  text-align: center;
  margin: 5px;
}
.ui-magic .center-0 .img[data-v-1644f722] {
  position: relative;
  margin: 0 10px;
}
.ui-magic .center-0 .img figure[data-v-1644f722] {
  display: block;
  position: relative;
  padding: 0 0 100%;
}
.ui-magic .center-0 .img img[data-v-1644f722] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-magic .center-0 .tit[data-v-1644f722] {
  padding: 0 5px;
  line-height: 32px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.ui-magic .center-1 .ui-fixed-1[data-v-1644f722] {
  overflow: scroll;
  white-space: nowrap;
}
.ui-magic .center-1 .tit[data-v-1644f722] {
  padding: 0 5px;
  line-height: 32px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.outer[data-v-2eb55214] {
  position: relative;
}
.ui-video[data-v-2eb55214] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .video-player[data-v-2eb55214] {
  position: relative;
  display: block;
  z-index: 1;
  background: #000000;
}

.uc-transfer[data-v-26702523] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-26702523] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-26702523] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-26702523] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-26702523] .article-item .icon i + i {
  margin-left: 10px;
}

.uc-transfer[data-v-5ccf7ac0] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-5ccf7ac0] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-5ccf7ac0] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-5ccf7ac0] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-5ccf7ac0] .article-item .icon i + i {
  margin-left: 10px;
}

/***** 页面布局 *****/
#jz-operation[data-v-b2529fde] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f9f9f9;
  padding: 0;
}
#jz-panel[data-v-b2529fde] {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 280px;
}
#jz-config[data-v-b2529fde] {
  position: fixed;
  right: 0px;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 376px;
}
#jz-region[data-v-b2529fde] {
  position: fixed;
  left: 300px;
  right: 340px;
  top: 60px;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  overflow: auto;
}
#jz-model[data-v-b2529fde] {
  width: 395px;
  height: 767px;
  padding: 50px 10px;
  background: #ccc;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#jz-district[data-v-b2529fde] {
  width: 375px;
  height: 667px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#jz-panel2[data-v-b2529fde] {
  position: absolute;
  left: 50%;
  top: 785px;
  margin: 0 0 0 210px;
}
/***** 模拟界面 *****/
.ui-page[data-v-b2529fde] {
  position: absolute;
  left: 0;
  top: 60px;
  right: -1px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}
.ui-page > div > ul[data-v-b2529fde] {
  min-height: 620px;
  padding: 0 0 60px;
}
.ui-page > div > ul[data-v-b2529fde]:empty::before {
  content: "请拖动模块到网站主体区域";
  display: block;
  padding: 295px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .ui-item[data-v-b2529fde] {
  position: relative;
  background: #fff;
}
.ui-page .ui-item .ui-item.editing[data-v-b2529fde] {
  cursor: move;
}
.ui-page .ui-item .holder[data-v-b2529fde] {
  height: 40px;
  background: #f0f6fd;
  position: relative;
}
.ui-page .ui-item .holder[data-v-b2529fde]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409eff;
}
.ui-page .ui-item .holder > *[data-v-b2529fde] {
  display: none;
}
.ui-page .ui-item .operation[data-v-b2529fde] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 5px;
}
.ui-page .ui-item .operation .delete[data-v-b2529fde],
.ui-page .ui-item .operation .copy[data-v-b2529fde] {
  float: left;
  padding: 0;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -99em;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAAC3RSTlMA9EBQWEs6ekRycKMiiCkAAABDSURBVAjXY8AHOBMYGNgWABksYgwMig4gIUcFJmGwHLNQowFElaEoVHkgkAGRUjSAyAAVQwQYGMBC7A0MDEwF+KwEAJ5MBZ6IcXsmAAAAAElFTkSuQmCC) center center no-repeat #000000;
  opacity: 0.5;
}
.ui-page .ui-item .operation .copy[data-v-b2529fde] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACFJREFUCNdjgAP5BwwCCgzCfxiEWBBIjoWBiYWB+Q9cFQBhYQO+6WyvHQAAAABJRU5ErkJggg==);
}
.ui-page .ui-item .operation .delete[data-v-b2529fde]:hover,
.ui-page .ui-item .operation .copy[data-v-b2529fde]:hover {
  opacity: 0.8;
}
.ui-page .ui-item .default[data-v-b2529fde] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-page .ui-item .data[data-v-b2529fde] {
  position: relative;
}
.ui-page .ui-item .pointer[data-v-b2529fde] {
  border: 1px dashed #409EFF;
  cursor: move;
}
/***** 控件面板 *****/
.config[data-v-b2529fde] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-left: 0px solid #eee;
  animation: slideInRight 0.2s ease;
}
.panel[data-v-b2529fde] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-right: 0px solid #eee;
}
.panel-modules[data-v-b2529fde] {
  min-height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-b2529fde] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-b2529fde] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-b2529fde] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-b2529fde]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-b2529fde] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-b2529fde]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-b2529fde] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list ul[data-v-b2529fde] {
  overflow: hidden;
  position: relative;
  margin: 0 0 -1px;
}
.panel-modules .list li[data-v-b2529fde] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.panel-modules .list li[data-v-b2529fde]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list li i[data-v-b2529fde] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list li h3[data-v-b2529fde] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list li[data-v-b2529fde]:hover {
  background: #fff;
  color: #409eff;
}
.panel-modules .sign[data-v-b2529fde] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .sign span[data-v-b2529fde] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.jz-entry[data-v-b2529fde] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.jz-entry .item[data-v-b2529fde] {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.jz-entry .item img[data-v-b2529fde] {
  width: 20px;
  height: 20px;
  display: block;
}
.jz-entry .item[data-v-b2529fde]:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.jz-entry .item:hover img[data-v-b2529fde] {
  transform: scale(1.1);
}
/***** 个性化插件 *****/
#jz-panel .sortable-chosen[data-v-b2529fde]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409eff;
}
#jz-panel .sortable-ghost[data-v-b2529fde] {
  background: #f0f6fd !important;
}
#jz-panel .sortable-fallback[data-v-b2529fde] {
  opacity: 1 !important;
}
#jz-config .sortable-chosen[data-v-b2529fde]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409eff;
}
#jz-config .sortable-fallback[data-v-b2529fde] {
  background: #fff !important;
  opacity: 0.9 !important;
}
#jz-district .sortable-chosen[data-v-b2529fde]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409eff;
}
#jz-district .sortable-ghost[data-v-b2529fde] {
  background: #f0f6fd !important;
}
#jz-district .sortable-ghost > *[data-v-b2529fde] {
  opacity: 0;
}
#jz-district .sortable-fallback[data-v-b2529fde] {
  opacity: 0.9 !important;
}
.layout-pop[data-v-b2529fde] {
  width: 120px !important;
}
.layout-pop .head[data-v-b2529fde] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-b2529fde] {
  text-align: right;
}

.ui-float-config[data-v-27901c4c] {
  padding: 12px;
}
.ui-float-config-modal .background-selector-wrap[data-v-27901c4c] {
  display: flex;
  align-items: center;
  height: 80px;
}

@keyframes lightoff-data-v-4c6cd214 {
0% {
    top: 25px;
}
50% {
    top: 50px;
}
100% {
    top: 25px;
}
}
@keyframes line-lightoff-data-v-4c6cd214 {
0% {
    height: 25px;
}
50% {
    height: 50px;
}
100% {
    height: 25px;
}
}
.ui-float[data-v-4c6cd214] {
  z-index: 999;
  position: fixed;
  bottom: 0;
  left: 0;
}
.ui-float.is-hidden[data-v-4c6cd214] {
  display: none;
}
.ui-float .is-open[data-v-4c6cd214] {
  transition: width 0.3s, opacity 0.3s;
  position: relative;
}
.ui-float .is-open > div > .ui-sub[data-v-4c6cd214] {
  overflow: initial !important;
  width: 1200px !important;
  border: 1px dashed;
  border-left-color: #f00;
  border-right-color: #f00;
}
.ui-float .is-open .icon-close[data-v-4c6cd214] {
  color: #fff;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 36px;
  border-radius: 50%;
  top: 25px;
  right: 15px;
  cursor: pointer;
  z-index: 99;
  border: 2px solid #fff;
}
.ui-float .is-open .icon-close.light-off[data-v-4c6cd214] {
  animation: 0.5s ease-in-out 0s lightoff-data-v-4c6cd214;
}
.ui-float .is-open .icon-close.light-off .border-line[data-v-4c6cd214] {
  animation: 0.5s ease-in-out 0s line-lightoff-data-v-4c6cd214;
}
.ui-float .is-open .icon-close .border-line[data-v-4c6cd214] {
  height: 25px;
  position: absolute;
  width: 1px;
  border-left: 2px solid #fff;
  left: 19px;
  transform: translateY(-100%);
}

.tabedx-config-modal .btn-wrap[data-v-db00e9ac] {
  float: right;
  padding: 5px 0 15px;
}
.tabedx-config-modal .margin-10[data-v-db00e9ac] {
  margin-right: 10px;
}
.tabedx-config-modal .table-icon[data-v-db00e9ac] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.tabedx-config-modal .joiner[data-v-db00e9ac] {
  padding: 0 10px;
}
.tabedx-config-modal .el-form-item[data-v-db00e9ac] {
  margin-bottom: 5px;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.tabedx-config-modal[data-v-db00e9ac] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.tabedx-config-modal[data-v-db00e9ac] .el-slider .el-input-number__decrease,
.tabedx-config-modal[data-v-db00e9ac] .el-slider .el-input-number__increase {
  display: none;
}

.ui-tabedx[data-v-4ec3767c] {
  box-sizing: border-box;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns[data-v-4ec3767c] {
  width: 100%;
  padding-bottom: 12px;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn[data-v-4ec3767c] {
  margin-bottom: 5px;
  position: relative;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn + .ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn[data-v-4ec3767c] {
  margin-left: 0;
}
.ui-tabedx .ui-tabedx__wrap .wrap-btns .ui-tabedx__btn .button-arrow[data-v-4ec3767c] {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 6px solid transparent;
  bottom: -12px;
  left: 50%;
  transform: translateX(-3px);
}

.tabedx-config-modal .btn-wrap[data-v-1f9b6dae] {
  float: right;
  padding: 5px 0 15px;
}
.tabedx-config-modal .margin-10[data-v-1f9b6dae] {
  margin-right: 10px;
}
.tabedx-config-modal .table-icon[data-v-1f9b6dae] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.tabedx-config-modal .joiner[data-v-1f9b6dae] {
  padding: 0 10px;
}
.tabedx-config-modal .el-form-item[data-v-1f9b6dae] {
  margin-bottom: 5px;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.tabedx-config-modal[data-v-1f9b6dae] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.tabedx-config-modal[data-v-1f9b6dae] .el-slider .el-input-number__decrease,
.tabedx-config-modal[data-v-1f9b6dae] .el-slider .el-input-number__increase {
  display: none;
}

.ui-tabedy .ui-tabedy__wrap[data-v-f3ab07e6] {
  display: flex;
  flex-direction: row;
  flex: 1;
  flex-basis: auto;
  box-sizing: border-box;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns[data-v-f3ab07e6] {
  box-sizing: border-box;
  flex-shrink: 0;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns .ui-tabedy__btn[data-v-f3ab07e6] {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
.ui-tabedy .ui-tabedy__wrap .wrap-btns .ui-tabedy__btn .button-arrow[data-v-f3ab07e6] {
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  top: 50%;
  transform: translateY(-6px);
}
.ui-tabedy .ui-tabedy__wrap .content-container[data-v-f3ab07e6] {
  flex: 1;
  flex-basis: auto;
  overflow: auto;
  box-sizing: border-box;
}

.collapse-config-modal .btn-wrap[data-v-f7d442c0] {
  float: right;
  padding: 5px 0 15px;
}
.collapse-config-modal .margin-10[data-v-f7d442c0] {
  margin-right: 10px;
}
.collapse-config-modal .table-icon[data-v-f7d442c0] {
  cursor: pointer;
  font-size: 1.2em;
  margin: 0 10px 0 15px;
}
.collapse-config-modal .el-form-item[data-v-f7d442c0] {
  margin-bottom: 5px;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style {
  margin: 0 5px;
  display: inline-block;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style .el-checkbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 24px;
  line-height: 1px;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style .el-checkbox.is-checked {
  background-color: #e4eafa;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style .el-checkbox .el-checkbox__input {
  display: none;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style .el-checkbox .el-checkbox__label {
  padding-left: 0px;
}
.collapse-config-modal[data-v-f7d442c0] .tabs-font-style .el-checkbox .cms-icon {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: #50606c;
  cursor: pointer;
}
.collapse-config-modal[data-v-f7d442c0] .el-slider .el-input-number__decrease,
.collapse-config-modal[data-v-f7d442c0] .el-slider .el-input-number__increase {
  display: none;
}

.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head[data-v-b921d2c0] {
  height: auto;
  line-height: inherit;
  color: #303133;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: border-bottom-color 0.3s;
  outline: 0;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-head[data-v-b921d2c0] {
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head.is-active[data-v-b921d2c0] {
  border-bottom-color: transparent;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow[data-v-b921d2c0] {
  margin-right: 8px;
  transition: transform 0.3s;
  float: right;
  line-height: 48px;
  font-weight: 300;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-plus[data-v-b921d2c0],
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-minus[data-v-b921d2c0] {
  float: left;
  margin-left: 8px;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__head .collapse-item__arrow.el-icon-arrow-right.is-active[data-v-b921d2c0] {
  transform: rotate(90deg);
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__wrap[data-v-b921d2c0] {
  will-change: height;
  overflow: hidden;
  box-sizing: border-box;
  transition: height 0.3s;
}
.ui-collapse .ui-collapse__wrap .collapse-wrap .collapse-item__wrap .collapse-item__content[data-v-b921d2c0] {
  height: 100%;
  font-size: 13px;
  color: #303133;
}
.ui-collapse[data-v-b921d2c0] .el-collapse .collapse-head {
  padding: 0 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.ui-collapse[data-v-b921d2c0] .el-collapse .el-collapse-item__header {
  height: auto;
  line-height: inherit;
}

.single-carousel-table .item-wrap {
  height: 37px;
  text-align: center;
}
.single-carousel-table .item-wrap .img-preview {
  display: inline-block;
  width: 86px;
  height: 37px;
  border: 1px solid #e7e7eb;
  text-align: center;
}
.single-carousel-table .item-wrap .img-preview .img {
  max-height: 100%;
}
.single-carousel-table .sort-icon {
  font-size: 18px;
}
.single-carousel-table .sort-icon i {
  cursor: pointer;
}
.single-carousel-table .sort-icon i:hover {
  color: #409eff;
}
.single-carousel-table .sort-icon i + i {
  margin-left: 10px;
}

.ui-fullmeasure .ui-fullmeasure__wrap[data-v-23719850] {
  height: 100%;
}
.ui-fullmeasure .carousel-item__wrap[data-v-23719850] {
  height: 100%;
}
.ui-fullmeasure[data-v-23719850] .el-carousel {
  height: 100%;
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__arrow {
  width: 68px;
  height: 98px;
  background-color: unset;
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__arrow [class^="el-icon-arrow"] {
  display: none;
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__arrow--right {
  background: url(https://saas-image.jingwxcx.com/upload_files/2020/11/07/167920d27c6f127633af4301b514a786.png);
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__arrow--left {
  background: url(https://saas-image.jingwxcx.com/upload_files/2020/11/07/d7163323c5621208ed21d1ff2e8e77fc.png);
}
.ui-fullmeasure[data-v-23719850] .el-carousel.is-arrow .el-carousel__indicator {
  display: none;
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__indicator .el-carousel__button {
  opacity: 0.8;
  height: 4px;
  background-color: #e3e3e3;
}
.ui-fullmeasure[data-v-23719850] .el-carousel .el-carousel__indicator.is-active .el-carousel__button {
  background-color: #444;
}
.ui-fullmeasure[data-v-23719850] .el-carousel.is-dot .el-carousel__button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.ui-fullmeasure[data-v-23719850] .el-carousel.is-cube .el-carousel__button {
  width: 16px;
  height: 16px;
}

/**************************
** ui-many-image
** liqingyun
**************************/
.default[data-v-71aab05f] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ue-swiper[data-v-71aab05f] {
  position: relative;
}
.ue-swiper[data-v-71aab05f] .swiper-container {
  position: relative;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x0,
.ue-swiper[data-v-71aab05f] .swiper-pagination.x1,
.ue-swiper[data-v-71aab05f] .swiper-pagination.x2 {
  display: none;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  z-index: 10;
  padding: 20px 0;
  line-height: 20px;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x3 .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  background: #ffffff;
  overflow: hidden;
  text-indent: -99em;
  opacity: 0.6;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x3 .swiper-pagination-bullet-active {
  opacity: 1;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x4 {
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  z-index: 10;
  padding: 10px 0;
  line-height: 0;
  text-align: right;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x4 .swiper-pagination-bullet {
  cursor: pointer;
  margin: 0 3px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: #ffffff;
  border-radius: 0;
  overflow: hidden;
  opacity: 1;
}
.ue-swiper[data-v-71aab05f] .swiper-pagination.x4 .swiper-pagination-bullet-active {
  background: #000000;
  color: #ffffff;
}
.swiper-origin[data-v-71aab05f] {
  position: relative;
  margin: 0 0 10px;
}
.swiper-thumbs[data-v-71aab05f] {
  position: relative;
  padding-bottom: 4px;
}
.swiper-thumbs .item[data-v-71aab05f] {
  width: 76px;
  height: 60px;
}
.swiper-thumbs .item .img[data-v-71aab05f] {
  height: 100%;
  border: 2px solid transparent;
  cursor: pointer;
}
.swiper-thumbs .item .img img[data-v-71aab05f] {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper-thumbs .item.swiper-slide-active .img[data-v-71aab05f] {
  border-color: #ff0000;
}
/* 老版本，但不可移除 */
.ui-many-image .center-0[data-v-71aab05f],
.ui-many-image .center-1[data-v-71aab05f],
.ui-many-image .center-2[data-v-71aab05f] {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.ui-many-image .center-0 .list[data-v-71aab05f],
.ui-many-image .center-1 .list[data-v-71aab05f],
.ui-many-image .center-2 .list[data-v-71aab05f] {
  position: relative;
}
.ui-many-image .center-0 .list li[data-v-71aab05f],
.ui-many-image .center-1 .list li[data-v-71aab05f],
.ui-many-image .center-2 .list li[data-v-71aab05f] {
  position: relative;
  overflow: hidden;
}
.ui-many-image .center-0 .list img[data-v-71aab05f],
.ui-many-image .center-1 .list img[data-v-71aab05f],
.ui-many-image .center-2 .list img[data-v-71aab05f] {
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -960px;
  width: 1920px;
}
.ui-many-image .center-0 .arrow[data-v-71aab05f],
.ui-many-image .center-1 .arrow[data-v-71aab05f],
.ui-many-image .center-2 .arrow[data-v-71aab05f] {
  zoom: 1;
  display: none;
}
.ui-many-image .center-0 .arrow div[data-v-71aab05f],
.ui-many-image .center-1 .arrow div[data-v-71aab05f],
.ui-many-image .center-2 .arrow div[data-v-71aab05f] {
  position: absolute;
  top: 50%;
  margin: -40px 0 0;
  z-index: 10;
  cursor: pointer;
  animation: fadeIn 0.5s ease;
  transition: all 0.5s ease;
}
.ui-many-image .center-0 .arrow span[data-v-71aab05f],
.ui-many-image .center-1 .arrow span[data-v-71aab05f],
.ui-many-image .center-2 .arrow span[data-v-71aab05f] {
  display: block;
  width: 40px;
  height: 80px;
}
.ui-many-image .center-0 .prev[data-v-71aab05f],
.ui-many-image .center-1 .prev[data-v-71aab05f],
.ui-many-image .center-2 .prev[data-v-71aab05f] {
  left: 80px;
}
.ui-many-image .center-0 .next[data-v-71aab05f],
.ui-many-image .center-1 .next[data-v-71aab05f],
.ui-many-image .center-2 .next[data-v-71aab05f] {
  right: 80px;
}
.ui-many-image .center-0 .prev span[data-v-71aab05f],
.ui-many-image .center-1 .prev span[data-v-71aab05f],
.ui-many-image .center-2 .prev span[data-v-71aab05f] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAY1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+aRQ2gAAAAIHRSTlMA+wnX8ezm3fXEhmUfEbqxq6JYTUM4F8/Km496bzEnljcXdBkAAADTSURBVEjH7dY3FsNQCERRsHLOObH/VXoLr+AcFTb1rcSfQfIT0wbMVbox2OmHQW2Yy61kMFyZK+xiME6YG2xgMIiYu+xkMEuZm21nsIHb+2graB6tGEwz5g67GYwC5nobGUxi5iYrGFxC5krLGaz1tTDXr4V58g3zaL1vmEVXCHebBaavofVOFzjrI76dI7cdgj8lXw5et/MDknAR/shxbJyDWGknuCx4/eBC4xWJS5fXOD4M/NT4Hi/ZtBJ8YPHJxj8B3hG/7PSO+GCDd8TPUP4jX0frCj5jfDHHAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-many-image .center-0 .next span[data-v-71aab05f],
.ui-many-image .center-1 .next span[data-v-71aab05f],
.ui-many-image .center-2 .next span[data-v-71aab05f] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAABQCAMAAABcUcfzAAAAV1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////+ORg7oAAAAHXRSTlMA/vbqCsjh2tC7haFjQx3vs5l6WDgmEquPTTAXcGyMmwkAAADBSURBVEjH7dW7DoQgFIRhBxQF7woo6Ps/5/ZbTTHVZk/95yTwhdD85nSeDAMWssRGhiNaLszYyZXekGHCQZaDJcMZJ1k6R4YTIlmug9zReLVji1HtuCCwjisZRkxqxxMzWVrW8UBSO+7IascNcsfOkGGlHXtLhoV37MXHeXBz4YWWRLy4hTceLjQd172o2kssKFroileuRz8Yrd6OrNU7kLR6J2atXsSk1VsQ1HqjWs+L9dZBrOccrSf+0G1o/vM9H3HABofLDkJYAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-many-image:hover .center-0 .arrow[data-v-71aab05f],
.ui-many-image:hover .center-1 .arrow[data-v-71aab05f],
.ui-many-image:hover .center-2 .arrow[data-v-71aab05f] {
  display: block;
}
.ui-many-image .center-0 .arrow div[data-v-71aab05f]:hover,
.ui-many-image .center-1 .arrow div[data-v-71aab05f]:hover,
.ui-many-image .center-2 .arrow div[data-v-71aab05f]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.ui-many-image .center-0 .dots[data-v-71aab05f] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-0 .dots ul[data-v-71aab05f] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-0 .dots li[data-v-71aab05f] {
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: #fff;
  margin: 0 6px;
}
.ui-many-image .center-0 .dots li.active[data-v-71aab05f] {
  zoom: 1;
}
.ui-many-image .center-1 .dots[data-v-71aab05f] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-1 .dots ul[data-v-71aab05f] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-1 .dots li[data-v-71aab05f] {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: none;
  border: 2px solid #fff;
  margin: 0 6px;
}
.ui-many-image .center-1 .dots li.active[data-v-71aab05f] {
  zoom: 1;
}
.ui-many-image .center-2 .dots[data-v-71aab05f] {
  position: absolute;
  left: 0;
  right: 0%;
  bottom: 20px;
}
.ui-many-image .center-2 .dots ul[data-v-71aab05f] {
  text-align: center;
  position: relative;
}
.ui-many-image .center-2 .dots li[data-v-71aab05f] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 10px;
  cursor: pointer;
  overflow: hidden;
  text-indent: -99em;
  background: #fff;
  margin: 0 6px;
}
.ui-many-image .center-2 .dots li.active[data-v-71aab05f] {
  zoom: 1;
}








































































/**************************
 ** ui-empty
 ** liqingyun
 **************************/

/**************************
 ** ui-button
 ** liqingyun
 **************************/
.ui-button[data-v-6fa51950] {
  /* 按钮不应该直接放到多列组件流中，但是现在无法做限制，先写一个样式展示按钮 */
}
.ui-button .ui-control-layout.center-0 a[data-v-6fa51950] {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-0 a[data-v-6fa51950]:hover {
  opacity: 0.8;
}
.ui-button .ui-control-layout.center-0 a span[data-v-6fa51950] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-layout.center-1[data-v-6fa51950] {
  text-align: center;
}
.ui-button .ui-control-layout.center-1 a[data-v-6fa51950] {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #aaa;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-1 a[data-v-6fa51950]:hover {
  opacity: 0.8;
}
.ui-button .ui-control-layout.center-1 a span[data-v-6fa51950] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-layout.center-2[data-v-6fa51950] {
  text-align: center;
}
.ui-button .ui-control-layout.center-2 a[data-v-6fa51950] {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  font-size: 16px;
  text-align: center;
  background: #aaa;
  background-position: center center;
  color: #fff;
  transition: all 0.5s ease;
}
.ui-button .ui-control-layout.center-2 a[data-v-6fa51950]:hover {
  box-shadow: 0 0 1000px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-layout.center-2 a span[data-v-6fa51950] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-fit[data-v-6fa51950] {
  width: auto !important;
}
.ui-button .ui-control-fit a[data-v-6fa51950] {
  display: block;
}
.ui-button .ui-control-fit a[data-v-6fa51950]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-fit a span[data-v-6fa51950] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-fill[data-v-6fa51950] {
  width: auto !important;
}
.ui-button .ui-control-fill a[data-v-6fa51950] {
  display: block;
}
.ui-button .ui-control-fill a[data-v-6fa51950]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-button .ui-control-fill a span[data-v-6fa51950] {
  display: block;
  height: 40px;
  line-height: 40px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.ui-button .ui-control-ver a[data-v-6fa51950] {
  display: block;
}
.ui-button .ui-control-ver a[data-v-6fa51950]:hover {
  background: var(--hover-background) !important;
  color: var(--hover-color) !important;
}

/**************************
 ** ui-picture
 **************************/
.ui-default[data-v-7550ada2] {
  position: relative;
  text-align: center;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-default p[data-v-7550ada2] {
  height: 60px;
  line-height: 60px;
  position: relative;
}
.ui-picture .ui-control-layout[data-v-7550ada2] {
  position: relative;
  overflow: hidden;
}
.ui-picture .ui-control-layout .img[data-v-7550ada2] {
  position: relative;
}
.ui-picture .ui-control-layout .img.fill img[data-v-7550ada2] {
  width: 1920px;
  left: 50%;
  margin: 0 0 0 -960px;
}
.ui-picture .ui-control-layout .img img[data-v-7550ada2] {
  display: block;
  width: 100%;
  position: relative;
}
.ui-picture .ui-control-fill[data-v-7550ada2] {
  width: auto !important;
  height: auto !important;
}
.ui-picture .ui-control-fill .img[data-v-7550ada2] {
  position: relative;
}
.ui-picture .ui-control-fill .img img[data-v-7550ada2] {
  display: block;
  width: 100%;
  position: relative;
}
.ui-picture .ui-control-fit[data-v-7550ada2] {
  width: 100% !important;
  line-height: 0;
}
.ui-picture .ui-control-fit .img[data-v-7550ada2] {
  height: 100%;
}
.ui-picture .ui-control-fit .img:hover .touch-1 .pointer img[data-v-7550ada2] {
  transform: scale(1.1);
}
.ui-picture .ui-control-fit .img:hover .touch-2 .loupe[data-v-7550ada2] {
  display: block;
}
.ui-picture .ui-control-fit .img:hover .touch-3 .pointer[data-v-7550ada2] {
  animation: flip 1s ease;
}
.ui-picture .ui-control-fit .img:hover .touch-4 .pointer[data-v-7550ada2] {
  box-shadow: var(--shadow--x) var(--shadow--y) var(--shadow--vague) var(--shadow--color);
}
.ui-picture .ui-control-fit .img:hover .touch-4 .border[data-v-7550ada2] {
  display: block;
}
.ui-picture .ui-control-fit .img:hover .drop[data-v-7550ada2] {
  display: block;
}
.ui-picture .ui-control-fit .img .pointer[data-v-7550ada2] {
  display: block;
  height: 100%;
  overflow: hidden;
}
.ui-picture .ui-control-fit .img .pointer img[data-v-7550ada2] {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.ui-picture .ui-control-fit .loupe[data-v-7550ada2] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.ui-picture .ui-control-fit .loupe .d[data-v-7550ada2] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  padding: 30px;
  margin: -45px 0 0 -45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: zoomIn 0.2s ease;
  cursor: pointer;
}
.ui-picture .ui-control-fit .loupe .d .icon-loupe[data-v-7550ada2] {
  display: block;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAoPAQ0IBgIJAwQMBQ4HC/r28TlvgTAAAA2klEQVQoz42T2xKDMAhEhQTjrTf+/2NLXZlKBjvlRYcDLBvj8H8sLxHZWspmYkVUKT0stBOueIxdK1tumvfC8VNJQdToaeJSTeFLGytvYRqd+63Y5vbc9UfVe2BouR1qN12TM/CeWRXCMdZju0m5Iy7ZUEYZLqoLlpAhi0NcLzAjz5fdAu0pxzgYgoPE+OwOIgl+i2bOCnuWsnZBEoW1dHRTLHyoPyJvjA/ma2htcW0f6FzJCzYzRJGPrJaYRORpb87DTfaAbOC4wat5WPf7DP4Y0nDOv/+5NrwBHPULUomZ44YAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 30px;
  animation: zoomInDown 0.3s ease;
}
.ui-picture .ui-control-fit .border[data-v-7550ada2] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.ui-picture .ui-control-fit .border i[data-v-7550ada2] {
  position: absolute;
  background: var(--border--color);
  line-height: 0;
  font-size: 0;
  z-index: 2;
}
.ui-picture .ui-control-fit .border i.lf[data-v-7550ada2] {
  left: 0;
  top: 0;
  bottom: 0;
  width: var(--border--left);
}
.ui-picture .ui-control-fit .border i.rt[data-v-7550ada2] {
  right: 0;
  top: 0;
  bottom: 0;
  width: var(--border--right);
}
.ui-picture .ui-control-fit .border i.bm[data-v-7550ada2] {
  right: 0;
  left: 0;
  bottom: 0;
  height: var(--border--bottom);
}
.ui-picture .ui-control-fit .border i.tp[data-v-7550ada2] {
  right: 0;
  left: 0;
  top: 0;
  height: var(--border--top);
}
.ui-picture .ui-control-fit .drop[data-v-7550ada2] {
  position: absolute;
  display: none;
  z-index: 2;
}
.ui-picture .ui-control-fit .drop.p0[data-v-7550ada2] {
  left: 0;
  top: 0;
}
.ui-picture .ui-control-fit .drop.p1[data-v-7550ada2] {
  left: 0;
  bottom: 100%;
  width: 100%;
}
.ui-picture .ui-control-fit .drop.p1 .icon[data-v-7550ada2] {
  left: 50%;
  display: inline-block;
}
.ui-picture .ui-control-fit .drop.p1 .icon img[data-v-7550ada2] {
  margin: 0 0 0 -50%;
  animation: fadeInUp 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p2[data-v-7550ada2] {
  left: 0;
  top: 100%;
  width: 100%;
}
.ui-picture .ui-control-fit .drop.p2 .icon[data-v-7550ada2] {
  left: 50%;
  display: inline-block;
}
.ui-picture .ui-control-fit .drop.p2 .icon img[data-v-7550ada2] {
  margin: 0 0 0 -50%;
  animation: fadeInDown 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p3[data-v-7550ada2] {
  top: 0;
  right: 100%;
  height: 100%;
}
.ui-picture .ui-control-fit .drop.p3 .icon[data-v-7550ada2] {
  top: 50%;
}
.ui-picture .ui-control-fit .drop.p3 .icon img[data-v-7550ada2] {
  margin: var(--hv--h) 0 0 0;
  animation: fadeInLeft 0.5s ease;
}
.ui-picture .ui-control-fit .drop.p4[data-v-7550ada2] {
  top: 0;
  left: 100%;
  height: 100%;
}
.ui-picture .ui-control-fit .drop.p4 .icon[data-v-7550ada2] {
  top: 50%;
}
.ui-picture .ui-control-fit .drop.p4 .icon img[data-v-7550ada2] {
  margin: var(--hv--h) 0 0 0;
  animation: fadeInRight 0.5s ease;
}
.ui-picture .ui-control-fit .drop .icon[data-v-7550ada2] {
  position: relative;
}
.ui-picture .ui-control-fit .drop .icon img[data-v-7550ada2] {
  position: relative;
  display: block;
}





















































































































/**************************
 ** ui-image-text
 ** liqingyun
 **************************/
.ui-image-text[data-v-32b202c0] { background-position: center center; background-repeat: repeat;
}
.ui-image-text .center-0[data-v-32b202c0] { position: relative; overflow: hidden; padding: 30px 0;
}
.ui-image-text .center-0 .img[data-v-32b202c0] { float: left; width: 600px; height: 340px; margin-left: 15px; overflow: hidden;
}
.ui-image-text .center-0 .img img[data-v-32b202c0] { display: block; width: 100%; height: 100%;
}
.ui-image-text .center-0 .exp[data-v-32b202c0] { margin: 0 0 0 600px; padding: 20px 15px 0 50px; line-height: 30px;
}
.ui-image-text .center-0 .exp h3[data-v-32b202c0] { line-height: 1.3; font-size: 24px; font-weight: normal; margin: 0 0 20px;
}
.ui-image-text .center-0 .exp p[data-v-32b202c0] { font-size: 18px; text-align: justify; margin: 0 0 20px;
}
.ui-image-text .center-0 .exp a[data-v-32b202c0] { display: inline-block; line-height: 46px; font-size: 16px; padding: 0 25px; background: #666; color: #fff; border-radius: 5px;
}
.ui-image-text .center-0 .exp a[data-v-32b202c0]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-image-text .center-1[data-v-32b202c0] { position: relative; overflow: hidden; padding: 30px 0;
}
.ui-image-text .center-1 .img[data-v-32b202c0] { position: relative; margin: 0 15px; height: 300px; overflow: hidden;
}
.ui-image-text .center-1 .img img[data-v-32b202c0] { display: block; width: 100%; height: 100%;
}
.ui-image-text .center-1 .exp[data-v-32b202c0] { position: relative; margin: 0 15px; padding: 20px 0 0; line-height: 30px;
}
.ui-image-text .center-1 .exp h3[data-v-32b202c0] { line-height: 1.3; font-size: 24px; font-weight: normal; margin: 0 0 20px; text-align: center;
}
.ui-image-text .center-1 .exp p[data-v-32b202c0] { font-size: 18px; text-align: justify; margin: 0 0 20px;
}
.ui-image-text .ui-control-fill[data-v-32b202c0] { width: auto !important;
}
.ui-image-text .ui-control-fill.center-0 .img[data-v-32b202c0] { width: 50%;
}
.ui-image-text .ui-control-fill.center-0 .exp[data-v-32b202c0] { margin: 0 0 0 50%;
}

.outer[data-v-be3fc128] {
  height: 100%;
}
.outer .data[data-v-be3fc128] {
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.ui-search-panel[data-v-be3fc128] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-search-panel .center-0 .search[data-v-be3fc128] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 2px;
  box-sizing: border-box;
  background: #000000;
}
.ui-search-panel .center-0 .search .type[data-v-be3fc128] {
  float: left;
  height: 100%;
  padding: 0 8px 0 10px;
  background: #ffffff;
  border-right: 1px solid #ddd;
  cursor: pointer;
}
.ui-search-panel .center-0 .search .type:hover .icon[data-v-be3fc128] {
  transform: rotate(180deg);
}
.ui-search-panel .center-0 .search .type span[data-v-be3fc128] {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.ui-search-panel .center-0 .search .type .icon[data-v-be3fc128] {
  display: inline-block;
  width: 14px;
  height: 100%;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.ui-search-panel .center-0 .search .type .icon i[data-v-be3fc128] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  margin: -7px 0 0 0;
}
.ui-search-panel .center-0 .search .input[data-v-be3fc128] {
  float: left;
  height: 100%;
  padding: 0 0 0 1em;
  box-sizing: border-box;
  background: #ffffff;
}
.ui-search-panel .center-0 .search .input input[data-v-be3fc128] {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ui-search-panel .center-0 .search .submit[data-v-be3fc128] {
  float: left;
  height: 100%;
}
.ui-search-panel .center-0 .search .submit button[data-v-be3fc128] {
  width: 70px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ui-search-panel .center-0 .search .submit button i[data-v-be3fc128] {
  font-size: 24px;
  color: #ffffff;
}
.ui-search-panel .center-1 .search[data-v-be3fc128] {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  padding: 1px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.ui-search-panel .center-1 .search .type[data-v-be3fc128] {
  float: left;
  height: 100%;
  padding: 0 8px 0 10px;
  background: #ffffff;
  border-left: 1px solid #eee;
  cursor: pointer;
}
.ui-search-panel .center-1 .search .type:hover .icon[data-v-be3fc128] {
  transform: rotate(180deg);
}
.ui-search-panel .center-1 .search .type span[data-v-be3fc128] {
  display: inline-block;
  width: 40px;
  vertical-align: middle;
}
.ui-search-panel .center-1 .search .type .icon[data-v-be3fc128] {
  display: inline-block;
  width: 14px;
  height: 100%;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.ui-search-panel .center-1 .search .type .icon i[data-v-be3fc128] {
  width: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  top: 50%;
  margin: -7px 0 0 0;
}
.ui-search-panel .center-1 .search .input[data-v-be3fc128] {
  float: left;
  height: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.ui-search-panel .center-1 .search .input input[data-v-be3fc128] {
  width: 100%;
  height: 100%;
  border: 0;
  background: none;
}
.ui-search-panel .center-1 .search .submit[data-v-be3fc128] {
  float: left;
  height: 100%;
}
.ui-search-panel .center-1 .search .submit button[data-v-be3fc128] {
  width: 40px;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ui-search-panel .center-1 .search .submit button i[data-v-be3fc128] {
  font-size: 20px;
  color: #ffffff;
}
.ui-search-panel .panel[data-v-be3fc128] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 1em;
}
.ui-search-panel .panel .key li[data-v-be3fc128] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
  margin: 0 1em 0 0;
}
.ui-search-panel .panel .key li[data-v-be3fc128]:hover {
  color: val(--hover-color);
}
.ui-search-panel .ui-control-layout[data-v-be3fc128] {
  height: 100%;
}
.ui-search-panel .ui-control-fit[data-v-be3fc128] {
  position: relative;
  height: 100%;
}
.ui-search-panel .ui-control-fit .panel[data-v-be3fc128] {
  display: block;
  margin-left: 0;
}
.ui-search-panel .ui-control-fit .panel .key[data-v-be3fc128] {
  padding: 5px 0 0;
}
.ui-search-panel .ui-control-fit .panel .key li[data-v-be3fc128] {
  line-height: 20px;
}
.ui-search-panel .ui-control-fit.center-0 .search[data-v-be3fc128] {
  display: block;
  position: relative;
}
.ui-search-panel .ui-control-fit.center-0 .search .input[data-v-be3fc128] {
  float: none;
  margin: 0 70px 0 0;
}
.ui-search-panel .ui-control-fit.center-0 .search .submit[data-v-be3fc128] {
  position: absolute;
  top: 2px;
  right: 0;
}
.ui-search-panel .ui-control-fit.center-0 .search .type + .input[data-v-be3fc128] {
  padding-left: 80px;
}
.ui-search-panel .ui-control-fit.center-1 .search[data-v-be3fc128] {
  display: block;
  position: relative;
}
.ui-search-panel .ui-control-fit.center-1 .search .input[data-v-be3fc128] {
  float: none;
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 40px;
}
.ui-search-panel .ui-control-fit.center-1 .search .type[data-v-be3fc128] {
  position: absolute;
  top: 0;
  right: 0;
}
.ui-search-panel .ui-control-fit.center-1 .search .submit + .input[data-v-be3fc128] {
  margin-left: 40px;
}

/**************************
 ** ui-product-list
 ** liqingyun
 **************************/
.outer[data-v-2b3b528f] {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.outer .ui-default[data-v-2b3b528f] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.outer .data[data-v-2b3b528f] {
  height: 100%;
}
.outer .ui-control-fit[data-v-2b3b528f],
.outer .ui-control-fill[data-v-2b3b528f] {
  width: auto !important;
}
.ui-product-list[data-v-2b3b528f] {
  position: relative;
  height: 100%;
}
.ui-product-list .rcode[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.ui-product-list .rcode a[data-v-2b3b528f] {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -50px;
  animation: zoomIn 0.3s ease;
}
.ui-product-list .rcode a img[data-v-2b3b528f] {
  width: 90px;
  height: 90px;
  padding: 5px;
  background: #fff;
  border-radius: 5px;
  animation: zoomIn 0.5s ease;
}
.ui-product-list .rcode a span[data-v-2b3b528f] {
  display: block;
  line-height: 30px;
  color: #fff;
  animation: slideInDown 0.5s ease;
}
.ui-product-list .loupe[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.1);
  display: none;
}
.ui-product-list .loupe .d[data-v-2b3b528f] {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  padding: 30px;
  margin: -45px 0 0 -45px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: zoomIn 0.2s ease;
  cursor: pointer;
}
.ui-product-list .loupe .d .icon-loupe[data-v-2b3b528f] {
  display: block;
  width: 30px;
  height: 30px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAMAAAAM7l6QAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMAoPAQ0IBgIJAwQMBQ4HC/r28TlvgTAAAA2klEQVQoz42T2xKDMAhEhQTjrTf+/2NLXZlKBjvlRYcDLBvj8H8sLxHZWspmYkVUKT0stBOueIxdK1tumvfC8VNJQdToaeJSTeFLGytvYRqd+63Y5vbc9UfVe2BouR1qN12TM/CeWRXCMdZju0m5Iy7ZUEYZLqoLlpAhi0NcLzAjz5fdAu0pxzgYgoPE+OwOIgl+i2bOCnuWsnZBEoW1dHRTLHyoPyJvjA/ma2htcW0f6FzJCzYzRJGPrJaYRORpb87DTfaAbOC4wat5WPf7DP4Y0nDOv/+5NrwBHPULUomZ44YAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 30px;
  animation: zoomInDown 0.3s ease;
}
.ui-product-list .center-0 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-0 .item[data-v-2b3b528f] {
  float: left;
  width: 25%;
  margin: 0 0 20px;
}
.ui-product-list .center-0 .cell[data-v-2b3b528f] {
  margin: 0 15px;
}
.ui-product-list .center-0 .cell:hover .exp[data-v-2b3b528f] {
  background-color: var(--textBd--hov) !important;
}
.ui-product-list .center-0 .cell:hover .exp h3 a[data-v-2b3b528f] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-0 .cell .mack[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-0 .cell .mack.touch-1:hover .img img[data-v-2b3b528f] {
  transform: scale(1.1);
}
.ui-product-list .center-0 .cell .mack.touch-2:hover .loupe[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-0 .cell .mack.touch-3:hover .rcode[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-0 .cell .mack .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-0 .cell .mack .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-0 .cell .exp[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-0 .cell .exp h3[data-v-2b3b528f] {
  padding: 0 20px;
  font-size: 16px;
}
.ui-product-list .center-0 .cell .exp h3 a[data-v-2b3b528f] {
  display: block;
  line-height: 50px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-1 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-1 .item[data-v-2b3b528f] {
  float: left;
  width: 25%;
  margin: 0 0 20px;
}
.ui-product-list .center-1 .item:hover .img img[data-v-2b3b528f] {
  transform: scale(1);
}
.ui-product-list .center-1 .item:hover .rcode[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-1 .item .cell[data-v-2b3b528f] {
  margin: 0 15px;
  border: 1px solid #ddd;
  padding: 5px;
  background: #fff;
}
.ui-product-list .center-1 .item .mack[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-1 .item .mack .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-1 .item .mack .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-1 .item .exp[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-1 .item .exp h3[data-v-2b3b528f] {
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-3[data-v-2b3b528f] {
  padding: 30px 0;
}
.ui-product-list .center-3[data-v-2b3b528f] .swiper-wrapper {
  transition-timing-function: linear;
}
.ui-product-list .center-3 .swiper-slide[data-v-2b3b528f] {
  height: auto !important;
}
.ui-product-list .center-3 .cell[data-v-2b3b528f] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-3 .cell:hover .cell-exp[data-v-2b3b528f] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-3 .cell:hover .cell-title a[data-v-2b3b528f] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-3 .cell.touch-1:hover .cell-img img[data-v-2b3b528f] {
  transform: scale(1.1);
}
.ui-product-list .center-3 .cell.touch-2:hover .loupe[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-3 .cell.touch-3:hover .rcode[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-3 .cell-img[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-3 .cell-img .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-3 .cell-title[data-v-2b3b528f] {
  padding: 0 20px;
}
.ui-product-list .center-3 .cell-title h3[data-v-2b3b528f] {
  font-size: 16px;
}
.ui-product-list .center-3 .cell-title a[data-v-2b3b528f] {
  display: block;
  line-height: 50px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4[data-v-2b3b528f] {
  position: relative;
  padding: 30px 0;
}
.ui-product-list .center-4 .swiper[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}
.ui-product-list .center-4 .prev[data-v-2b3b528f],
.ui-product-list .center-4 .next[data-v-2b3b528f] {
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8dOlCu3kBgPIw7yykTUvJBoUD9uqnZaLhXpqZ0FDA/87AAAAcElEQVQoz7WRSRKDMBADsY3NHhLIntD/fyYf6BNV6Kg+SKOpjupZLg4CYVbwg3JV8oH7TckL4mqgTdDXRpoBxsZI3UHSmCXCW8kMwfw1wmQZPTxa6TvCYK0SdHbHBHER/wvFtvpD1nUzwT+V8ladph3frgZgRZrWAwAAAABJRU5ErkJggg==) center center no-repeat rgba(0, 0, 0, 0.5);
  border-radius: 0px;
  visibility: hidden;
}
.ui-product-list .center-4 .prev[data-v-2b3b528f] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8KUK5dKPBgPryMO7smg9MiQaEw/129Srn5aEei2WyF41AAAAcUlEQVQoz62RORKEMBDEjG2wuc9dbv3/mQSEdAYKpeqaYMxL2txK3yUkyvc5NMIPHg7hxxky4V0B6nKooI5PHxconRhkkE5G8INO6HsxymKhcCqEGqqgiivBRlWmFDajGP6wy9J7aGQ5738IWr+a77kAw5EGcMHKnaoAAAAASUVORK5CYII=);
}
.ui-product-list .center-4 .next[data-v-2b3b528f] {
  right: 10px;
}
.ui-product-list .center-4 .swiper-slide[data-v-2b3b528f] {
  height: auto !important;
}
.ui-product-list .center-4 .item[data-v-2b3b528f] {
  float: left;
  width: 295px;
}
.ui-product-list .center-4 .cell[data-v-2b3b528f] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-4 .cell:hover .cell-exp[data-v-2b3b528f] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-4 .cell:hover .cell-title a[data-v-2b3b528f] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-4 .cell.touch-1:hover .cell-img img[data-v-2b3b528f] {
  transform: scale(1.1);
}
.ui-product-list .center-4 .cell.touch-2:hover .loupe[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-4 .cell.touch-3:hover .rcode[data-v-2b3b528f] {
  display: block;
}
.ui-product-list .center-4 .cell-img[data-v-2b3b528f] {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-4 .cell-img .img img[data-v-2b3b528f] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-product-list .center-4 .cell-exp[data-v-2b3b528f] {
  padding: 10px;
}
.ui-product-list .center-4 .cell-title[data-v-2b3b528f] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.ui-product-list .center-4 .cell-title a[data-v-2b3b528f] {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4 .swiper:hover .prev[data-v-2b3b528f],
.ui-product-list .center-4 .swiper:hover .next[data-v-2b3b528f] {
  visibility: visible;
}
.ui-product-list .center-6[data-v-2b3b528f] {
  position: relative;
  padding: 8px;
}
.ui-product-list .center-6 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-0[data-v-2b3b528f]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-2b3b528f]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-2b3b528f]:nth-child(3) {
  left: 75%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-2b3b528f]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item[data-v-2b3b528f]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-0 .item:hover img[data-v-2b3b528f] {
  transform: scale(1.05);
}
.ui-product-list .center-6 .list.scale-0 .cell[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-0 .cell .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-0 .cell .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp h3[data-v-2b3b528f],
.ui-product-list .center-6 .list.scale-0 .cell .exp p[data-v-2b3b528f] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-6 .list.scale-0 .cell .exp p[data-v-2b3b528f] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-product-list .center-6 .list.scale-1[data-v-2b3b528f]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 37.5%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-2b3b528f]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-2b3b528f]:nth-child(3) {
  left: 75%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-2b3b528f]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item[data-v-2b3b528f]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-product-list .center-6 .list.scale-1 .item:hover img[data-v-2b3b528f] {
  transform: scale(1.05);
}
.ui-product-list .center-6 .list.scale-1 .cell[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-1 .cell .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.ui-product-list .center-6 .list.scale-1 .cell .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp h3[data-v-2b3b528f],
.ui-product-list .center-6 .list.scale-1 .cell .exp p[data-v-2b3b528f] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-6 .list.scale-1 .cell .exp p[data-v-2b3b528f] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-product-list .center-8[data-v-2b3b528f] {
  position: relative;
  padding: 0;
}
.ui-product-list .center-8 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: #fff;
}
.ui-product-list .center-8 .list.scale-0 .item[data-v-2b3b528f] {
  float: left;
  width: 23.7%;
}
.ui-product-list .center-8 .list.scale-0 .item[data-v-2b3b528f]:first-child {
  width: 52.4%;
}
.ui-product-list .center-8 .list.scale-0 .item:first-child .cell[data-v-2b3b528f] {
  margin-left: 20px;
}
.ui-product-list .center-8 .list.scale-0 .item:first-child h3[data-v-2b3b528f] {
  text-align: left;
}
.ui-product-list .center-8 .list.scale-0 .item:hover img[data-v-2b3b528f] {
  opacity: 0.8;
}
.ui-product-list .center-8 .list.scale-0 .cell[data-v-2b3b528f] {
  padding: 0 20px 0 0;
}
.ui-product-list .center-8 .list.scale-0 .cell .link[data-v-2b3b528f] {
  display: block;
  position: relative;
}
.ui-product-list .center-8 .list.scale-0 .cell .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 100%;
}
.ui-product-list .center-8 .list.scale-0 .cell .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-8 .list.scale-0 .cell .exp[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-8 .list.scale-0 .cell .exp span[data-v-2b3b528f] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-product-list .center-8 .list.scale-0 .cell h3[data-v-2b3b528f] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-8 .list.scale-1 .item[data-v-2b3b528f] {
  float: left;
  width: 23.3%;
}
.ui-product-list .center-8 .list.scale-1 .item[data-v-2b3b528f]:first-child {
  width: 53.4%;
}
.ui-product-list .center-8 .list.scale-1 .item:first-child .cell[data-v-2b3b528f] {
  margin-left: 20px;
}
.ui-product-list .center-8 .list.scale-1 .item:first-child h3[data-v-2b3b528f] {
  text-align: left;
}
.ui-product-list .center-8 .list.scale-1 .item:hover img[data-v-2b3b528f] {
  opacity: 0.8;
}
.ui-product-list .center-8 .list.scale-1 .cell[data-v-2b3b528f] {
  padding: 0 20px 0 0;
}
.ui-product-list .center-8 .list.scale-1 .cell .link[data-v-2b3b528f] {
  display: block;
  position: relative;
}
.ui-product-list .center-8 .list.scale-1 .cell .img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 75%;
}
.ui-product-list .center-8 .list.scale-1 .cell .img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-product-list .center-8 .list.scale-1 .cell .exp[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-8 .list.scale-1 .cell .exp span[data-v-2b3b528f] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-product-list .center-8 .list.scale-1 .cell h3[data-v-2b3b528f] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-9[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-9 .cell[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-9 .cell .cell-title[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.ui-product-list .center-9 .cell .cell-title a[data-v-2b3b528f] {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-product-list .center-9 .cell .cell-title a[data-v-2b3b528f]:hover {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-9[data-v-2b3b528f] .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.ui-product-list .center-9 .swiper:hover .prev[data-v-2b3b528f] {
  visibility: visible;
}
.ui-product-list .center-9 .swiper:hover .next[data-v-2b3b528f] {
  visibility: visible;
}
.ui-product-list .center-9 .swiper .prev[data-v-2b3b528f],
.ui-product-list .center-9 .swiper .next[data-v-2b3b528f] {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAAD3RSTlMA+3NvXldT6t/YuGllT0tpOLxvAAAAJklEQVQI12OAgxYIdTAATDGLQbiKF8AUVwGE9wBJbiNE5RQGdAAABBsFyZHOYqkAAAAASUVORK5CYII=) center center no-repeat rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
}
.ui-product-list .center-9 .swiper .prev[data-v-2b3b528f] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADnRSTlMA+1Vzb17n39m5aGVOS83ZAHIAAAApSURBVAjXY0CAcDDJJA2mFB1AJI8wmMM2AUzxAnkQOYhKKQg3ggENAABx0wKACHz0FAAAAABJRU5ErkJggg==);
}
.ui-product-list .center-9 .swiper .next[data-v-2b3b528f] {
  right: 10px;
}
.ui-product-list .center-2 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-product-list .center-2 .item[data-v-2b3b528f] {
  float: left;
  width: 33.33%;
  margin: 0 0 20px;
}
.ui-product-list .center-2 .cell[data-v-2b3b528f] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ui-product-list .center-2 .cell .cell-img[data-v-2b3b528f] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-product-list .center-2 .cell .cell-img img[data-v-2b3b528f] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-product-list .center-2 .cell .cell-title[data-v-2b3b528f] {
  padding: 0 20px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-5[data-v-2b3b528f] {
  position: relative;
  padding: 10px;
}
.ui-product-list .center-5 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-5 .item[data-v-2b3b528f] {
  float: left;
  width: 100%;
}
.ui-product-list .center-5 .cell[data-v-2b3b528f] {
  padding: 10px;
  margin: 10px;
  overflow: hidden;
}
.ui-product-list .center-5 .cell-img[data-v-2b3b528f] {
  float: left;
  width: 200px;
}
.ui-product-list .center-5 .cell-img div[data-v-2b3b528f] {
  position: relative;
  background: #eeeeee;
}
.ui-product-list .center-5 .cell-img img[data-v-2b3b528f] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-product-list .center-5 .cell-exp[data-v-2b3b528f] {
  margin: 0 0 0 200px;
  padding: 20px 0 20px 20px;
}
.ui-product-list .center-5 .cell-title[data-v-2b3b528f] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-product-list .center-5 .cell-title a[data-v-2b3b528f] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-5 .cell-desc[data-v-2b3b528f] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-product-list .center-5 .cell-desc p[data-v-2b3b528f] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-product-list .center-7[data-v-2b3b528f] {
  position: relative;
  padding: 10px;
}
.ui-product-list .center-7 .list[data-v-2b3b528f] {
  position: relative;
  overflow: hidden;
}
.ui-product-list .center-7 .item[data-v-2b3b528f] {
  float: left;
  width: 100%;
}
.ui-product-list .center-7 .cell[data-v-2b3b528f] {
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-product-list .center-7 .cell-title[data-v-2b3b528f] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-product-list .center-7 .cell-title a[data-v-2b3b528f] {
  display: block;
  margin: 0 8em 0 0;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-10[data-v-2b3b528f] {
  position: relative;
}
.ui-product-list .center-10:hover .swiper-button-prev[data-v-2b3b528f],
.ui-product-list .center-10:hover .swiper-button-next[data-v-2b3b528f] {
  visibility: visible;
}
.ui-product-list .center-10 .swiper-container[data-v-2b3b528f] {
  margin: 0 50px 20px;
}
.ui-product-list .center-10 .swiper-pagination[data-v-2b3b528f] {
  width: 100%;
}
.ui-product-list .center-10 .swiper-pagination[data-v-2b3b528f] .swiper-pagination-bullet {
  vertical-align: middle;
  margin: 0 5px;
  background: #d5d5d5;
  border: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.ui-product-list .center-10 .swiper-pagination[data-v-2b3b528f] .swiper-pagination-bullet-active {
  background: none;
  border: 3px solid #00aadc;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-2b3b528f],
.ui-product-list .center-10 .swiper-button-next[data-v-2b3b528f] {
  top: 50%;
  z-index: 10;
  margin-top: -45px;
  width: 45px;
  height: 45px;
  visibility: hidden;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-2b3b528f]:hover,
.ui-product-list .center-10 .swiper-button-next[data-v-2b3b528f]:hover {
  opacity: 0.8;
}
.ui-product-list .center-10 .swiper-button-prev[data-v-2b3b528f] {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABwElEQVRIx61X25KDIAxFo4AX8NL9/2/dDZRu63iITpqXzhRyOSckJgbJtDvbZLFun8wdGda2OUq7Dhe1p645l266om3L7WUjH0zwtC3FopUseJcvjnQ4oDEfOF9T7zPU+fRwzqT0UDu4pE3wAiULLoDYbTYvBmhPMcRE2iClNlEZgfpiZFlODfgSuywbXz1ACIx9M+ayAftJogPeMYvu8AfAjjnoP8G35o60HxRwToZ7Fcq5fpUMAC9RMJVgQPQSAvvvnm7r0yuADriXA+gKFXPt4mhPj+cn6evfbzXXiFzbNGuOY6x5h9GNCXdg9gR1zGBIMKrq2HgibmcakTw4R0g4cbtxGD6fUZ0axyz22DsJb9gyCILeo/gEWd8jdN5U5eepH87VbbxQxAalj2mVpPgH4B6S/yr+uUQg4idI70Pmn/OPz52U/+r7i2yg/v7w+5cN8Psv9Ycp6qr1J9W/5yZRqX+x/3AEEfYfuf/xK1kr/U/uv3E1sP/q+7/++2Os4vun+f7Oyu+/dv5Qzj/q+Us//+nnz/vz784Xo3L+Vs7/yv1Du//o9y8sU/u2//Hl9/2vnYwsBPdP+v7+q92/fwE7Ow1ZrtjiVAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 100%;
}
.ui-product-list .center-10 .swiper-button-next[data-v-2b3b528f] {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABvklEQVRIx61XW7aDIAxEUEAUfLT7X+u9QKm1hyF60nwCQ5IJCYlAMu1Gd1m02SdxR8ZVdt8i1/Eieuq7uvTTFbQup5dNWS+8VdtSbtTUDdbkg059bSiXN4xtwYfs6lzdnDMpA0R7k9AKHlAymeCB7TpfTxqoqz6ERNpIhTZRGQB8EbQs1QtsXN0o7OHDlwteH3BStsjBmUQDmMMWmNMC9B1zMJydl+KOyBMFMSbjvQyNsX6nDHCeoqAkkwbWUx7IQ726jVdvA3qgnjagL1TM1XzVroWfX6SvXacBRe038Y9fsx0OamhZ4JLf/mAPXoAZ9MkNfKR5QSJujzQCSbF9gK0UuD1mnmuH2UAC4p4m3q7CFgwxcuTjC1ELJDDin8SfghiyCU+nbtD1C/wLLyhx4MxF/Q9AkS/+k9rnpv+K1I75J+NvEhzHv7w/DA+t95fePw3H7z/nHz7xJPIv5T8ucZbKf1x/wqEd1h9Y//LGSNc/XH/FGsj6y6z/3P+H9//p4gnj/+X8/9z+g9//8Psvfv/H7z+P/ne/3P8y+29m/8+cP7jzD3/+wjLJj/kvHv6c/+R0JbPh/Kl+P/9y5+8/RDENWZvZmwUAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100%;
}
.ui-product-list .center-10 .swiper-slide[data-v-2b3b528f] {
  width: 50%;
}
.ui-product-list .center-10 .swiper-slide .cell[data-v-2b3b528f] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-product-list .center-10 .swiper-slide .cell:hover .cell-exp[data-v-2b3b528f] {
  background: var(--textBd--hov) !important;
}
.ui-product-list .center-10 .swiper-slide .cell:hover .cell-title a[data-v-2b3b528f] {
  color: var(--tFont-selectColor) !important;
}
.ui-product-list .center-10 .swiper-slide .cell-img[data-v-2b3b528f] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.ui-product-list .center-10 .swiper-slide .cell-exp[data-v-2b3b528f] {
  padding: 0;
}
.ui-product-list .center-10 .swiper-slide .cell-title[data-v-2b3b528f] {
  position: relative;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
}
.ui-product-list .center-10 .swiper-slide .cell-title a[data-v-2b3b528f] {
  display: block;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}














































































/**************************
 ** ui-center-navigation-link
 ** liqingyun
 **************************/
.ui-center-navigation-link .center-0[data-v-1058e502] { position: relative;
}
.ui-center-navigation-link .center-0 ul[data-v-1058e502] { text-align: center;
}
.ui-center-navigation-link .center-0 li[data-v-1058e502] { display: inline-block; vertical-align: middle; margin: 0 10px;
}
.ui-center-navigation-link .center-0 a[data-v-1058e502] { display: block; line-height: 40px; padding: 0 30px; background: #fff; box-shadow: 0 0 4px rgba(0,0,0,.2); transition: all .5s ease;
}
.ui-center-navigation-link .center-0 a[data-v-1058e502]:hover { background: #f5f5f5;
}

/**************************
 ** ui-article-list
 ** liqingyun
 **************************/
.outer[data-v-466c6b61] {
  height: 100%;
  overflow: hidden;
}
.outer .ui-default[data-v-466c6b61] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.outer .data[data-v-466c6b61] {
  height: 100%;
}
.outer .ui-control-fit[data-v-466c6b61],
.outer .ui-control-fill[data-v-466c6b61] {
  width: auto !important;
}
.ui-article-list[data-v-466c6b61] {
  height: 100%;
}
.ui-article-list .center-0[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-0 .list[data-v-466c6b61] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-0 .item[data-v-466c6b61] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-0 .item h3[data-v-466c6b61] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-0 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-0 .cell[data-v-466c6b61] {
  margin: 0 15px;
  position: relative;
}
.ui-article-list .center-0 .img[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-0 .img a[data-v-466c6b61] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-0 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-1[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-1 .list[data-v-466c6b61] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-1 .item[data-v-466c6b61] {
  float: left;
  width: 25%;
  margin: 0 0 15px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-1 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-1 .cell[data-v-466c6b61] {
  margin: 0 15px;
  position: relative;
}
.ui-article-list .center-1 .img[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-1 .img a[data-v-466c6b61] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-1 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-1 .exp[data-v-466c6b61] {
  padding: 10px 0;
  background: #fff;
  position: relative;
}
.ui-article-list .center-1 .exp h3[data-v-466c6b61] {
  line-height: 36px;
  font-size: 16px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-1 .exp p[data-v-466c6b61] {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999;
}
.ui-article-list .center-2[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-2 .list[data-v-466c6b61] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-article-list .center-2 .item[data-v-466c6b61] {
  float: left;
  width: 48%;
  padding: 0 1% 20px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-2 .item h3[data-v-466c6b61] {
  line-height: 40px;
  font-size: 16px;
  margin: 0 0 0 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-2 .item p[data-v-466c6b61] {
  margin: 0 0 0 180px;
  height: 80px;
  line-height: 24px;
  color: #999;
  overflow: hidden;
}
.ui-article-list .center-2 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-2 .img[data-v-466c6b61] {
  float: left;
  width: 160px;
}
.ui-article-list .center-2 .img a[data-v-466c6b61] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-2 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-3[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-3 .list[data-v-466c6b61] {
  overflow: hidden;
  padding: 30px 0 0;
}
.ui-article-list .center-3 .item[data-v-466c6b61] {
  float: left;
  width: 50%;
  margin: 0 0 30px;
}
.ui-article-list .center-3 .item h3[data-v-466c6b61] {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-3 .item p[data-v-466c6b61] {
  height: 50px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-3 .cell[data-v-466c6b61] {
  margin: 0 40px;
  height: 80px;
  padding: 0 0 0 110px;
  position: relative;
}
.ui-article-list .center-3 .date[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  padding: 5px 10px;
  background: #bebebe;
  color: #fff;
  border-radius: 5px;
  text-align: center;
}
.ui-article-list .center-3 .date i[data-v-466c6b61],
.ui-article-list .center-3 .date em[data-v-466c6b61] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-3 .date i[data-v-466c6b61] {
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
.ui-article-list .center-3 .date em[data-v-466c6b61] {
  line-height: 30px;
}
.ui-article-list .center-4[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 20px;
}
.ui-article-list .center-4 .list[data-v-466c6b61] {
  height: 430px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-4 .item[data-v-466c6b61] {
  float: left;
  width: 440px;
}
.ui-article-list .center-4 .item h3[data-v-466c6b61] {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 10px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-4 .item p[data-v-466c6b61] {
  height: 50px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-4 .item + .item2[data-v-466c6b61] {
  margin-top: -20px;
}
.ui-article-list .center-4 .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.ui-article-list .center-4 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-4 .item2[data-v-466c6b61] {
  margin: 0 0 0 480px;
  padding: 25px 0 20px 110px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .center-4 .item2 h3[data-v-466c6b61] {
  line-height: 24px;
  font-size: 16px;
  margin: 0 0 5px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-4 .item2 p[data-v-466c6b61] {
  height: 40px;
  line-height: 20px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .date[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 25px;
  width: 70px;
  text-align: right;
}
.ui-article-list .center-4 .date i[data-v-466c6b61],
.ui-article-list .center-4 .date em[data-v-466c6b61] {
  display: block;
  line-height: 24px;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}
.ui-article-list .center-4 .date em[data-v-466c6b61] {
  font-weight: normal;
  color: #999;
  font-size: 14px;
}
.ui-article-list .center-5[data-v-466c6b61] {
  position: relative;
  padding: 40px 0 20px;
}
.ui-article-list .center-5 .list[data-v-466c6b61] {
  height: 455px;
  padding: 0 10px;
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-5 .item[data-v-466c6b61] {
  float: left;
  width: 600px;
}
.ui-article-list .center-5 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-5 .item + .item2[data-v-466c6b61] {
  margin-top: -20px;
}
.ui-article-list .center-5 .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 75% 0;
  margin: 0 0 10px;
  overflow: hidden;
}
.ui-article-list .center-5 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-5 .item2[data-v-466c6b61] {
  margin: 0 0 0 640px;
  padding: 20px 0 20px 120px;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .center-5 .item2 h3[data-v-466c6b61] {
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-5 .item2 p[data-v-466c6b61] {
  height: 48px;
  line-height: 24px;
  color: #999;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-5 .date[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 20px;
  width: 70px;
  padding: 15px;
  text-align: center;
  background: #666;
  color: #fff;
}
.ui-article-list .center-5 .date i[data-v-466c6b61],
.ui-article-list .center-5 .date em[data-v-466c6b61] {
  display: block;
  line-height: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
}
.ui-article-list .center-5 .date em[data-v-466c6b61] {
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
}
.ui-article-list .center-6[data-v-466c6b61] {
  position: relative;
  padding: 8px;
}
.ui-article-list .center-6 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-0[data-v-466c6b61]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-466c6b61]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-466c6b61]:nth-child(3) {
  left: 75%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-466c6b61]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item[data-v-466c6b61]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-0 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-6 .list.scale-0 .cell[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-0 .cell .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 100%;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-0 .cell .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp[data-v-466c6b61] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp h3[data-v-466c6b61],
.ui-article-list .center-6 .list.scale-0 .cell .exp p[data-v-466c6b61] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-6 .list.scale-0 .cell .exp p[data-v-466c6b61] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-6 .list.scale-1[data-v-466c6b61]::before {
  content: '';
  display: block;
  width: 100%;
  padding: 0 0 37.5%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-466c6b61]:nth-child(2) {
  left: 25%;
  width: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-466c6b61]:nth-child(3) {
  left: 75%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-466c6b61]:nth-child(4) {
  left: 0;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item[data-v-466c6b61]:nth-child(5) {
  left: 75%;
  top: 50%;
}
.ui-article-list .center-6 .list.scale-1 .item:hover img[data-v-466c6b61] {
  transform: scale(1.05);
}
.ui-article-list .center-6 .list.scale-1 .cell[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background: #fff;
  border: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-1 .cell .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 75%;
  overflow: hidden;
}
.ui-article-list .center-6 .list.scale-1 .cell .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #eee;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp[data-v-466c6b61] {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  padding: 5px 15px;
  background: #ffffff;
  border-top: 1px solid #eee;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp h3[data-v-466c6b61],
.ui-article-list .center-6 .list.scale-1 .cell .exp p[data-v-466c6b61] {
  line-height: 30px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-6 .list.scale-1 .cell .exp p[data-v-466c6b61] {
  line-height: 20px;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-7[data-v-466c6b61] {
  position: relative;
  padding: 40px 0 20px;
}
.ui-article-list .center-7 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
  padding: 0 0 1px;
}
.ui-article-list .center-7 .item[data-v-466c6b61] {
  float: left;
  width: 25%;
  margin: 0 -1px -1px 0;
  background: #fff;
}
.ui-article-list .center-7 .item:hover img[data-v-466c6b61] {
  opacity: 0.8;
}
.ui-article-list .center-7 .cell[data-v-466c6b61] {
  border: 1px solid #ddd;
}
.ui-article-list .center-7 .link[data-v-466c6b61] {
  display: block;
  padding: 20px 20px 10px;
  position: relative;
}
.ui-article-list .center-7 .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .center-7 .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-article-list .center-7 .exp[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-7 h3[data-v-466c6b61] {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-article-list .center-8[data-v-466c6b61] {
  position: relative;
  padding: 0;
}
.ui-article-list .center-8 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
  padding: 20px 0 0;
  background: #fff;
}
.ui-article-list .center-8 .list.scale-0 .item[data-v-466c6b61] {
  float: left;
  width: 23.7%;
}
.ui-article-list .center-8 .list.scale-0 .item[data-v-466c6b61]:first-child {
  width: 52.4%;
}
.ui-article-list .center-8 .list.scale-0 .item:first-child .cell[data-v-466c6b61] {
  margin-left: 20px;
}
.ui-article-list .center-8 .list.scale-0 .item:first-child h3[data-v-466c6b61] {
  text-align: left;
}
.ui-article-list .center-8 .list.scale-0 .item:hover img[data-v-466c6b61] {
  opacity: 0.8;
}
.ui-article-list .center-8 .list.scale-0 .cell[data-v-466c6b61] {
  padding: 0 20px 0 0;
}
.ui-article-list .center-8 .list.scale-0 .cell .link[data-v-466c6b61] {
  display: block;
  position: relative;
}
.ui-article-list .center-8 .list.scale-0 .cell .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 100%;
}
.ui-article-list .center-8 .list.scale-0 .cell .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-8 .list.scale-0 .cell .exp[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-8 .list.scale-0 .cell .exp span[data-v-466c6b61] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-article-list .center-8 .list.scale-0 .cell h3[data-v-466c6b61] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-8 .list.scale-1 .item[data-v-466c6b61] {
  float: left;
  width: 23.3%;
}
.ui-article-list .center-8 .list.scale-1 .item[data-v-466c6b61]:first-child {
  width: 53.4%;
}
.ui-article-list .center-8 .list.scale-1 .item:first-child .cell[data-v-466c6b61] {
  margin-left: 20px;
}
.ui-article-list .center-8 .list.scale-1 .item:first-child h3[data-v-466c6b61] {
  text-align: left;
}
.ui-article-list .center-8 .list.scale-1 .item:hover img[data-v-466c6b61] {
  opacity: 0.8;
}
.ui-article-list .center-8 .list.scale-1 .cell[data-v-466c6b61] {
  padding: 0 20px 0 0;
}
.ui-article-list .center-8 .list.scale-1 .cell .link[data-v-466c6b61] {
  display: block;
  position: relative;
}
.ui-article-list .center-8 .list.scale-1 .cell .img[data-v-466c6b61] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .center-8 .list.scale-1 .cell .img img[data-v-466c6b61] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s ease;
}
.ui-article-list .center-8 .list.scale-1 .cell .exp[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-8 .list.scale-1 .cell .exp span[data-v-466c6b61] {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -18px 0 0 0;
  line-height: 36px;
  padding: 0 25px;
  background: #666;
  color: #fff;
  border-radius: 3px;
}
.ui-article-list .center-8 .list.scale-1 .cell h3[data-v-466c6b61] {
  line-height: 60px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-9[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-9 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-9 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-9 .cell[data-v-466c6b61] {
  padding: 10px;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-9 .cell:hover .cell-title a[data-v-466c6b61] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-9 .cell:hover .cell-title span[data-v-466c6b61] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-9 .cell:hover .cell-desc p[data-v-466c6b61] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-9 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-9 .cell-title a[data-v-466c6b61] {
  display: block;
  margin: 0 8em 0 0;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-9 .cell-title span[data-v-466c6b61] {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #999999;
}
.ui-article-list .center-9 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 5px 0 0;
}
.ui-article-list .center-9 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 20px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ui-article-list .center-9 .ui-column-2 .cell-desc p[data-v-466c6b61] {
  height: 40px;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-9 .ui-column-3 .cell-desc p[data-v-466c6b61] {
  height: 60px;
  -webkit-line-clamp: 3;
}
.ui-article-list .center-10[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-10 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-10 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-10 .cell[data-v-466c6b61] {
  padding: 10px;
  margin: 10px;
  overflow: hidden;
}
.ui-article-list .center-10 .cell[data-v-466c6b61]:hover {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-10 .cell:hover .cell-img img[data-v-466c6b61] {
  transform: scale(1.1);
}
.ui-article-list .center-10 .cell:hover .cell-title a[data-v-466c6b61] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-10 .cell:hover .cell-desc p[data-v-466c6b61] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-10 .cell:hover .cell-date span[data-v-466c6b61] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-10 .cell-img[data-v-466c6b61] {
  float: left;
  width: 200px;
}
.ui-article-list .center-10 .cell-img div[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-10 .cell-img img[data-v-466c6b61] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-10 .cell-exp[data-v-466c6b61] {
  margin: 0 0 0 200px;
  padding: 20px 0 20px 20px;
}
.ui-article-list .center-10 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-10 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-10 .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-10 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-10 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-11[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-11 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-11 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-11 .cell[data-v-466c6b61] {
  padding: 0;
  margin: 10px;
  overflow: hidden;
}
.ui-article-list .center-11 .cell:hover .cell-img img[data-v-466c6b61] {
  transform: scale(1.1);
}
.ui-article-list .center-11 .cell:hover .cell-exp[data-v-466c6b61] {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-11 .cell:hover .cell-title a[data-v-466c6b61] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-11 .cell:hover .cell-desc p[data-v-466c6b61] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-11 .cell:hover .cell-date span[data-v-466c6b61] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-11 .cell-img[data-v-466c6b61] {
  width: 100%;
}
.ui-article-list .center-11 .cell-img div[data-v-466c6b61] {
  position: relative;
  background: #eeeeee;
}
.ui-article-list .center-11 .cell-img img[data-v-466c6b61] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-11 .cell-exp[data-v-466c6b61] {
  padding: 20px;
}
.ui-article-list .center-11 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-11 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-11 .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-11 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
  text-align: justify;
}
.ui-article-list .center-11 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-12[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-12 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-12 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-12 .cell[data-v-466c6b61] {
  overflow: hidden;
  margin: 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-12 .cell .cell-exp[data-v-466c6b61] {
  position: relative;
  padding: 15px 0;
}
.ui-article-list .center-12 .cell .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-12 .cell .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-12 .cell .cell-date[data-v-466c6b61] {
  position: absolute;
  right: 0;
  top: 15px;
}
.ui-article-list .center-12 .cell .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-12 .cell2[data-v-466c6b61] {
  position: relative;
  margin: 0 10px;
  padding: 0 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-12 .cell2 .cell-img[data-v-466c6b61] {
  float: left;
  width: 200px;
}
.ui-article-list .center-12 .cell2 .cell-img div[data-v-466c6b61] {
  position: relative;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.ui-article-list .center-12 .cell2 .cell-img img[data-v-466c6b61] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-12 .cell2 .cell-exp[data-v-466c6b61] {
  position: relative;
  padding: 15px 0;
  margin: 0 0 0 220px;
}
.ui-article-list .center-12 .cell2 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-12 .cell2 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-12 .cell2 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-12 .cell2 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-12 .cell2 .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-13[data-v-466c6b61] {
  position: relative;
  padding: 10px 0;
}
.ui-article-list .center-13 .swiper[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
  margin: 0 -10px;
}
.ui-article-list .center-13 .swiper:hover .prev[data-v-466c6b61],
.ui-article-list .center-13 .swiper:hover .next[data-v-466c6b61] {
  visibility: visible;
}
.ui-article-list .center-13 .swiper:hover .prev[data-v-466c6b61]:active,
.ui-article-list .center-13 .swiper:hover .next[data-v-466c6b61]:active {
  background-color: rgba(0, 0, 0, 0.5);
}
.ui-article-list .center-13 .swiper .prev[data-v-466c6b61],
.ui-article-list .center-13 .swiper .next[data-v-466c6b61] {
  position: absolute;
  top: 50%;
  margin: -30px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8dOlCu3kBgPIw7yykTUvJBoUD9uqnZaLhXpqZ0FDA/87AAAAcElEQVQoz7WRSRKDMBADsY3NHhLIntD/fyYf6BNV6Kg+SKOpjupZLg4CYVbwg3JV8oH7TckL4mqgTdDXRpoBxsZI3UHSmCXCW8kMwfw1wmQZPTxa6TvCYK0SdHbHBHER/wvFtvpD1nUzwT+V8ladph3frgZgRZrWAwAAAABJRU5ErkJggg==) center center no-repeat rgba(0, 0, 0, 0.4);
  border-radius: 0px;
  visibility: hidden;
}
.ui-article-list .center-13 .swiper .prev[data-v-466c6b61] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAXVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9RKvvlAAAAHnRSTlMA8KUK5dKPBgPryMO7smg9MiQaEw/129Srn5aEei2WyF41AAAAcUlEQVQoz62RORKEMBDEjG2wuc9dbv3/mQSEdAYKpeqaYMxL2txK3yUkyvc5NMIPHg7hxxky4V0B6nKooI5PHxconRhkkE5G8INO6HsxymKhcCqEGqqgiivBRlWmFDajGP6wy9J7aGQ5738IWr+a77kAw5EGcMHKnaoAAAAASUVORK5CYII=);
}
.ui-article-list .center-13 .swiper .next[data-v-466c6b61] {
  right: 10px;
}
.ui-article-list .center-13 .swiper .swiper-slide[data-v-466c6b61] {
  width: auto;
  height: auto !important;
}
.ui-article-list .center-13 .swiper .cell[data-v-466c6b61] {
  margin: 10px;
  background: #ffffff;
  overflow: hidden;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-img img[data-v-466c6b61] {
  transform: scale(1.1);
}
.ui-article-list .center-13 .swiper .cell:hover .cell-exp[data-v-466c6b61] {
  background-color: var(--textBd--hov) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-title a[data-v-466c6b61] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-desc p[data-v-466c6b61] {
  color: var(--dFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell:hover .cell-date span[data-v-466c6b61] {
  color: var(--dateFont-selectColor) !important;
}
.ui-article-list .center-13 .swiper .cell-img[data-v-466c6b61] {
  width: 100%;
}
.ui-article-list .center-13 .swiper .cell-img div[data-v-466c6b61] {
  position: relative;
  background: #eeeeee;
}
.ui-article-list .center-13 .swiper .cell-img img[data-v-466c6b61] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-13 .swiper .cell-exp[data-v-466c6b61] {
  padding: 20px 20px;
}
.ui-article-list .center-13 .swiper .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-13 .swiper .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-13 .swiper .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-13 .swiper .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-13 .swiper .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-17[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-17 .cell[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-17 .cell .cell-title[data-v-466c6b61] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px 20px;
}
.ui-article-list .center-17 .cell .cell-title a[data-v-466c6b61] {
  display: block;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-article-list .center-17 .cell .cell-title a[data-v-466c6b61]:hover {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-17[data-v-466c6b61] .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.ui-article-list .center-17 .swiper:hover .prev[data-v-466c6b61] {
  visibility: visible;
}
.ui-article-list .center-17 .swiper:hover .next[data-v-466c6b61] {
  visibility: visible;
}
.ui-article-list .center-17 .swiper .prev[data-v-466c6b61],
.ui-article-list .center-17 .swiper .next[data-v-466c6b61] {
  position: absolute;
  top: 50%;
  margin: -18px 0 0 0;
  z-index: 10;
  cursor: pointer;
  width: 36px;
  height: 36px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAALVBMVEUAAAD///////////////////////////////////////////////////////+hSKubAAAAD3RSTlMA+3NvXldT6t/YuGllT0tpOLxvAAAAJklEQVQI12OAgxYIdTAATDGLQbiKF8AUVwGE9wBJbiNE5RQGdAAABBsFyZHOYqkAAAAASUVORK5CYII=) center center no-repeat rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  visibility: hidden;
}
.ui-article-list .center-17 .swiper .prev[data-v-466c6b61] {
  left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMBAMAAACkW0HUAAAAKlBMVEUAAAD///////////////////////////////////////////////////+Gu8ovAAAADnRSTlMA+1Vzb17n39m5aGVOS83ZAHIAAAApSURBVAjXY0CAcDDJJA2mFB1AJI8wmMM2AUzxAnkQOYhKKQg3ggENAABx0wKACHz0FAAAAABJRU5ErkJggg==);
}
.ui-article-list .center-17 .swiper .next[data-v-466c6b61] {
  right: 10px;
}
.ui-article-list .center-16[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-16 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-16 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-16 .cell[data-v-466c6b61] {
  position: relative;
  margin: 0 10px;
  padding: 0 0 30px;
  overflow: hidden;
}
.ui-article-list .center-16 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 3;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-16 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-16 .cell-img[data-v-466c6b61] {
  float: left;
  width: 200px;
}
.ui-article-list .center-16 .cell-img div[data-v-466c6b61] {
  position: relative;
  background: #eeeeee;
  border: 1px solid #dddddd;
}
.ui-article-list .center-16 .cell-img img[data-v-466c6b61] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-article-list .center-16 .cell-exp[data-v-466c6b61] {
  position: relative;
  padding: 15px 0;
  margin: 0 0 0 220px;
}
.ui-article-list .center-16 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-16 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-16 .cell-date span[data-v-466c6b61] {
  color: #999999;
}
.ui-article-list .center-14[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-14 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-14 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-14 .cell[data-v-466c6b61] {
  padding: 0;
  margin: 10px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.ui-article-list .center-14 .cell-date[data-v-466c6b61] {
  float: left;
  width: 80px;
  padding: 0 0 0 10px;
  margin: 10px 0 0;
  color: #666;
  border-right: 1px solid #eee;
}
.ui-article-list .center-14 .cell-date i[data-v-466c6b61] {
  display: block;
  font-style: normal;
  font-size: 24px;
}
.ui-article-list .center-14 .cell-date em[data-v-466c6b61] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-14 .cell-exp[data-v-466c6b61] {
  margin: 0 0 0 120px;
  padding: 0 0 10px;
}
.ui-article-list .center-14 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-14 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-14 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-14 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-15[data-v-466c6b61] {
  position: relative;
  padding: 10px;
}
.ui-article-list .center-15 .list[data-v-466c6b61] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-15 .item[data-v-466c6b61] {
  float: left;
  width: 100%;
}
.ui-article-list .center-15 .cell[data-v-466c6b61] {
  padding: 0;
  margin: 0 10px;
  overflow: hidden;
}
.ui-article-list .center-15 .cell-date[data-v-466c6b61] {
  float: left;
  width: 80px;
  padding: 0 0 0 10px;
  color: #666;
}
.ui-article-list .center-15 .cell-date i[data-v-466c6b61] {
  font-size: 24px;
  display: block;
  font-style: normal;
}
.ui-article-list .center-15 .cell-date em[data-v-466c6b61] {
  display: block;
  font-style: normal;
}
.ui-article-list .center-15 .cell-exp[data-v-466c6b61] {
  position: relative;
  margin: 0 0 0 100px;
  padding: 0 0 10px 30px;
  border-left: 1px solid #eee;
}
.ui-article-list .center-15 .cell-exp[data-v-466c6b61]:before {
  content: '';
  position: absolute;
  left: -4px;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #b2b2b2;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #e8e8e8;
}
.ui-article-list .center-15 .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 1.5;
  font-size: 16px;
  font-weight: normal;
}
.ui-article-list .center-15 .cell-title a[data-v-466c6b61] {
  display: block;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-article-list .center-15 .cell-desc[data-v-466c6b61] {
  position: relative;
  padding: 10px 0 10px;
}
.ui-article-list .center-15 .cell-desc p[data-v-466c6b61] {
  color: #888888;
  height: 40px;
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-18[data-v-466c6b61] {
  position: relative;
}
.ui-article-list .center-18:hover .swiper-button-prev[data-v-466c6b61],
.ui-article-list .center-18:hover .swiper-button-next[data-v-466c6b61] {
  visibility: visible;
}
.ui-article-list .center-18 .swiper-container[data-v-466c6b61] {
  margin: 0 50px 0;
}
.ui-article-list .center-18 .swiper-pagination[data-v-466c6b61] {
  width: 100%;
}
.ui-article-list .center-18 .swiper-pagination[data-v-466c6b61] .swiper-pagination-bullet {
  vertical-align: middle;
  margin: 0 5px;
  background: #d5d5d5;
  border: 0;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.ui-article-list .center-18 .swiper-pagination[data-v-466c6b61] .swiper-pagination-bullet-active {
  background: none;
  border: 3px solid #00aadc;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-466c6b61],
.ui-article-list .center-18 .swiper-button-next[data-v-466c6b61] {
  top: 50%;
  z-index: 10;
  margin-top: -45px;
  width: 45px;
  height: 45px;
  visibility: hidden;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-466c6b61]:hover,
.ui-article-list .center-18 .swiper-button-next[data-v-466c6b61]:hover {
  opacity: 0.8;
}
.ui-article-list .center-18 .swiper-button-prev[data-v-466c6b61] {
  left: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABwElEQVRIx61X25KDIAxFo4AX8NL9/2/dDZRu63iITpqXzhRyOSckJgbJtDvbZLFun8wdGda2OUq7Dhe1p645l266om3L7WUjH0zwtC3FopUseJcvjnQ4oDEfOF9T7zPU+fRwzqT0UDu4pE3wAiULLoDYbTYvBmhPMcRE2iClNlEZgfpiZFlODfgSuywbXz1ACIx9M+ayAftJogPeMYvu8AfAjjnoP8G35o60HxRwToZ7Fcq5fpUMAC9RMJVgQPQSAvvvnm7r0yuADriXA+gKFXPt4mhPj+cn6evfbzXXiFzbNGuOY6x5h9GNCXdg9gR1zGBIMKrq2HgibmcakTw4R0g4cbtxGD6fUZ0axyz22DsJb9gyCILeo/gEWd8jdN5U5eepH87VbbxQxAalj2mVpPgH4B6S/yr+uUQg4idI70Pmn/OPz52U/+r7i2yg/v7w+5cN8Psv9Ycp6qr1J9W/5yZRqX+x/3AEEfYfuf/xK1kr/U/uv3E1sP/q+7/++2Os4vun+f7Oyu+/dv5Qzj/q+Us//+nnz/vz784Xo3L+Vs7/yv1Du//o9y8sU/u2//Hl9/2vnYwsBPdP+v7+q92/fwE7Ow1ZrtjiVAAAAABJRU5ErkJggg==) center center no-repeat;
  background-size: 100%;
}
.ui-article-list .center-18 .swiper-button-next[data-v-466c6b61] {
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAAA/CAMAAABggeDtAAAAP1BMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmVMmLXAAAAFXRSTlMAgHMnb0V4aRQOXS0zBh9YTD5UZBsspaBFAAABvklEQVRIx61XW7aDIAxEUEAUfLT7X+u9QKm1hyF60nwCQ5IJCYlAMu1Gd1m02SdxR8ZVdt8i1/Eieuq7uvTTFbQup5dNWS+8VdtSbtTUDdbkg059bSiXN4xtwYfs6lzdnDMpA0R7k9AKHlAymeCB7TpfTxqoqz6ERNpIhTZRGQB8EbQs1QtsXN0o7OHDlwteH3BStsjBmUQDmMMWmNMC9B1zMJydl+KOyBMFMSbjvQyNsX6nDHCeoqAkkwbWUx7IQ726jVdvA3qgnjagL1TM1XzVroWfX6SvXacBRe038Y9fsx0OamhZ4JLf/mAPXoAZ9MkNfKR5QSJujzQCSbF9gK0UuD1mnmuH2UAC4p4m3q7CFgwxcuTjC1ELJDDin8SfghiyCU+nbtD1C/wLLyhx4MxF/Q9AkS/+k9rnpv+K1I75J+NvEhzHv7w/DA+t95fePw3H7z/nHz7xJPIv5T8ucZbKf1x/wqEd1h9Y//LGSNc/XH/FGsj6y6z/3P+H9//p4gnj/+X8/9z+g9//8Psvfv/H7z+P/ne/3P8y+29m/8+cP7jzD3/+wjLJj/kvHv6c/+R0JbPh/Kl+P/9y5+8/RDENWZvZmwUAAAAASUVORK5CYII=) center center no-repeat;
  background-size: 100%;
}
.ui-article-list .center-18 .swiper-slide[data-v-466c6b61] {
  width: 50%;
}
.ui-article-list .center-18 .swiper-slide .cell[data-v-466c6b61] {
  margin: 0 10px;
  overflow: hidden;
}
.ui-article-list .center-18 .swiper-slide .cell:hover .cell-exp[data-v-466c6b61] {
  background: var(--textBd--hov) !important;
}
.ui-article-list .center-18 .swiper-slide .cell:hover .cell-title a[data-v-466c6b61] {
  color: var(--tFont-selectColor) !important;
}
.ui-article-list .center-18 .swiper-slide .cell-img[data-v-466c6b61] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #eeeeee;
}
.ui-article-list .center-18 .swiper-slide .cell-exp[data-v-466c6b61] {
  padding: 0;
}
.ui-article-list .center-18 .swiper-slide .cell-title[data-v-466c6b61] {
  position: relative;
  line-height: 60px;
  font-weight: normal;
  text-align: center;
}
.ui-article-list .center-18 .swiper-slide .cell-title a[data-v-466c6b61] {
  display: block;
  padding: 0 1em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}





































































/**************************
 ** ui-empty
 ** liqingyun
 **************************/

/**************************
 ** ui-richtext
 ** zhaoweiren
 **************************/
.ui-richtext .ui-control-fill[data-v-6082cb77],
.ui-richtext .ui-control-fit[data-v-6082cb77] {
  width: auto !important;
}
.ui-richtext .ui-control-fill .inn[data-v-6082cb77],
.ui-richtext .ui-control-fit .inn[data-v-6082cb77] {
  padding: 0;
  box-sizing: border-box;
}

.outer[data-v-3761c472] {
  height: 100%;
}
.outer .data[data-v-3761c472] {
  height: 100%;
}
.ui-form[data-v-3761c472] {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #fff;
}
.ui-form.ui-form-free .main[data-v-3761c472] {
  height: 100%;
}
.ui-form.ui-form-free .main .list[data-v-3761c472] {
  height: 100%;
  padding: 0;
}
.ui-form.ui-form-free .main .list .rows[data-v-3761c472] {
  margin-bottom: 0;
}
.ui-form.ui-form-free .main .list .rows .inner[data-v-3761c472] {
  position: relative;
}
.ui-form.ui-form-free .main .list .rows .inner .label[data-v-3761c472] {
  position: absolute;
  left: 0;
  top: -40px;
}
.ui-form .main[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list[data-v-3761c472] {
  padding: 20px;
  position: relative;
}
.ui-form .main .list .form-rows.active[data-v-3761c472] {
  border: 1px dashed #409EFF;
}
.ui-form .main .list .rows[data-v-3761c472] {
  position: relative;
  margin: 0 0 10px;
}
.ui-form .main .list .rows .label[data-v-3761c472] {
  white-space: nowrap;
  position: relative;
}
.ui-form .main .list .rows .label label[data-v-3761c472] {
  line-height: 40px;
  color: #333;
}
.ui-form .main .list .rows .label i[data-v-3761c472] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 10px;
}
.ui-form .main .list .rows .control[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .text[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .text input[data-v-3761c472] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: none;
  border: 0;
  color: #666666;
}
.ui-form .main .list .rows .control .text .sendsms[data-v-3761c472] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .main .list .rows .control .text .sendsms[data-v-3761c472]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .main .list .rows .control .text .sendsms span[data-v-3761c472] {
  display: block;
  padding: 0 20px;
}
.ui-form .main .list .rows .control .textarea[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .textarea textarea[data-v-3761c472] {
  width: 100%;
  height: 120px;
  padding: 20px;
  box-sizing: border-box;
  background: none;
  border: 0;
  color: #666666;
}
.ui-form .main .list .rows .control .select[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .select select[data-v-3761c472] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: none;
  border: 0;
}
.ui-form .main .list .rows .control .radio[data-v-3761c472],
.ui-form .main .list .rows .control .checkbox[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .radio .item[data-v-3761c472],
.ui-form .main .list .rows .control .checkbox .item[data-v-3761c472] {
  display: inline-block;
  vertical-align: top;
  width: 23%;
  padding: 8px 0;
  font-size: 14px;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .main .list .rows .control .radio .item input[data-v-3761c472],
.ui-form .main .list .rows .control .checkbox .item input[data-v-3761c472] {
  float: left;
}
.ui-form .main .list .rows .control .radio .item span[data-v-3761c472],
.ui-form .main .list .rows .control .checkbox .item span[data-v-3761c472] {
  display: block;
  margin: -5px 0 0 20px;
  text-align: justify;
}
.ui-form .main .list .rows .control .huxing[data-v-3761c472] {
  position: relative;
  min-width: 200px;
}
.ui-form .main .list .rows .control .huxing .txt[data-v-3761c472] {
  position: relative;
}
.ui-form .main .list .rows .control .huxing .txt .f[data-v-3761c472] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .main .list .rows .control .huxing .txt input[data-v-3761c472] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  box-sizing: border-box;
  background: none;
  border: 0;
}
.ui-form .main .foot[data-v-3761c472] {
  padding: 0 20px 20px;
  position: relative;
}
.ui-form .main .submit[data-v-3761c472] {
  position: relative;
  text-align: center;
}
.ui-form .main .submit input[data-v-3761c472] {
  width: 100%;
  height: 40px;
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  box-sizing: content-box;
}
.ui-form .main .submit input[data-v-3761c472]:hover {
  background: var(--hover-background) !important;
  color: var(--hover-color) !important;
}
.ui-form .ui-control-fit[data-v-3761c472] {
  width: 100% !important;
  height: 100% !important;
}
.ui-form .center-1 .main .rows .control .text input[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .textarea textarea[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .select select[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-1 .main .rows .control .huxing .txt input[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list[data-v-3761c472] {
  padding-bottom: 0;
}
.ui-form .center-2 .main .list .rows[data-v-3761c472] {
  margin: 0 0 20px;
}
.ui-form .center-2 .main .list .rows .label[data-v-3761c472] {
  display: none;
}
.ui-form .center-2 .main .list .rows .control .text input[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .textarea textarea[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .select select[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .main .list .rows .control .huxing .txt input[data-v-3761c472] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form input[data-v-3761c472]::-webkit-input-placeholder,
.ui-form textarea[data-v-3761c472]::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-3761c472]::-moz-placeholder,
.ui-form textarea[data-v-3761c472]::-moz-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-3761c472]:-moz-placeholder,
.ui-form textarea[data-v-3761c472]:-moz-placeholder {
  color: var(--placeholder-color);
}
.ui-form input[data-v-3761c472]:-ms-input-placeholder,
.ui-form textarea[data-v-3761c472]:-ms-input-placeholder {
  color: var(--placeholder-color);
}

.outer[data-v-ff9b696c] {
  position: relative;
}
.outer .data[data-v-ff9b696c] {
  height: 100%;
  padding: 3px;
  box-sizing: border-box;
}
.ui-control-fit[data-v-ff9b696c],
.ui-control-fill[data-v-ff9b696c],
.ui-control-layout[data-v-ff9b696c] {
  height: 100%;
}
.ui-video[data-v-ff9b696c] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .cover[data-v-ff9b696c] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: #eeeeee;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ui-video .cover .play[data-v-ff9b696c] {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ui-video .cover .play[data-v-ff9b696c]:hover {
  transform: scale(1.05);
  background: rgba(0, 0, 0, 0.25);
}
.ui-video .cover .play i[data-v-ff9b696c] {
  font-size: 30px;
  color: #ffffff;
}
.ui-video .iframe[data-v-ff9b696c] {
  position: relative;
  z-index: 1;
  height: 100%;
}
.ui-video .iframe[data-v-ff9b696c] iframe {
  width: 100%;
  height: 100%;
}
.ui-video .jplayer[data-v-ff9b696c] {
  position: relative;
  z-index: 1;
  height: 100%;
}
.video-player[data-v-ff9b696c] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000000;
}
.video-player[data-v-ff9b696c] .video-js {
  width: 100%;
  height: 100%;
}
.video-player[data-v-ff9b696c] .video-js .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius: 50%;
  border: 0;
}
.player-dialog[data-v-ff9b696c] .el-dialog__header {
  display: none;
}
.player-dialog[data-v-ff9b696c] .el-dialog__body {
  padding: 0;
}
.player-dialog .close[data-v-ff9b696c] {
  position: absolute;
  z-index: 10;
  right: 10px;
  top: 10px;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.player-dialog .close[data-v-ff9b696c]:hover {
  background: rgba(0, 0, 0, 0.5);
}
.player-dialog .close i[data-v-ff9b696c] {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
}
.player-dialog .player[data-v-ff9b696c] {
  position: relative;
  height: 560px;
}
.player-dialog .iframe[data-v-ff9b696c] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.player-dialog .iframe[data-v-ff9b696c] iframe {
  width: 100%;
  height: 100%;
}

.ui-webmap[data-v-7cef86b0] {
  position: relative;
  padding: 50px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}
.ui-webmap .title[data-v-7cef86b0] {
  position: relative;
  text-overflow: hidden;
  text-align: center;
  margin: 0 0 50px;
}
.ui-webmap .title h2[data-v-7cef86b0] {
  line-height: 2;
  font-size: 28px;
  font-weight: normal;
}
.ui-webmap .rows2[data-v-7cef86b0] {
  position: relative;
  overflow: hidden;
}
.ui-webmap .head[data-v-7cef86b0] {
  position: relative;
  background: #f7f7f7;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0 0 20px;
}
.ui-webmap .head h3[data-v-7cef86b0] {
  padding: 0 0 0 20px;
  line-height: 44px;
  font-size: 16px;
  font-weight: normal;
}
.ui-webmap .sub[data-v-7cef86b0] {
  position: relative;
  padding: 0 0 10px;
}
.ui-webmap .sub h3[data-v-7cef86b0] {
  float: left;
  margin: 0 0 10px 20px;
  font-weight: normal;
  color: #666;
}
.ui-webmap .sub h3 a[data-v-7cef86b0] {
  display: block;
  line-height: 38px;
  padding: 0 20px;
  border: 1px solid #dddddd;
}
.ui-webmap .sub dl[data-v-7cef86b0] {
  margin: 0 0 0 120px;
  overflow: hidden;
}
.ui-webmap .sub dd[data-v-7cef86b0] {
  float: left;
  line-height: 40px;
  margin: 0 0 10px 50px;
  color: #666;
}
.ui-webmap .sub dd a[data-v-7cef86b0] {
  display: block;
}

.map-wrap[data-v-3c93d218] {
  height: 100%;
}



















































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/























































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/


.ui-page-article-list .center-0[data-v-0cee3ba4] {
  position: relative;
}
.ui-page-article-list .center-0 .item[data-v-0cee3ba4] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
}
.ui-page-article-list .center-0 .item a[data-v-0cee3ba4] {
  width: 100%;
  display: block;
}
.ui-page-article-list .center-0 .item[data-v-0cee3ba4]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-page-article-list .center-0 .item:hover h3[data-v-0cee3ba4] {
  text-indent: 5px;
}
.ui-page-article-list .center-0 .item:hover img[data-v-0cee3ba4] {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
.ui-page-article-list .center-0 .cell[data-v-0cee3ba4] {
  float: left;
  display: block;
  width: 300px;
  height: auto;
  margin-right: 30px;
}
.ui-page-article-list .center-0 .img[data-v-0cee3ba4] {
  position: relative;
  display: block;
  padding: 0 0 56%;
  overflow: hidden;
}
.ui-page-article-list .center-0 .img img[data-v-0cee3ba4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-article-list .center-0 h3[data-v-0cee3ba4] {
  font-size: 20px;
  padding: 35px 0 20px;
  transition: all ease 300ms;
}
.ui-page-article-list .center-0 .txt[data-v-0cee3ba4] {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.ui-page-article-list .center-0 .time[data-v-0cee3ba4] {
  float: right;
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.ui-page-article-list .center-0 .time .day[data-v-0cee3ba4] {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.ui-page-article-list .center-0 .time .views[data-v-0cee3ba4] {
  display: block;
  font-size: 14px;
}
.ui-page-article-list .center-1[data-v-0cee3ba4] {
  position: relative;
}
.ui-page-article-list .center-1 .list[data-v-0cee3ba4] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-0cee3ba4] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .item h3[data-v-0cee3ba4] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-0cee3ba4] {
  transform: scale(1.05);
}
.ui-page-article-list .center-1 .cell[data-v-0cee3ba4] {
  margin: 0 15px;
  position: relative;
}
.ui-page-article-list .center-1 .img[data-v-0cee3ba4] {
  position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-0cee3ba4] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-0cee3ba4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-article-list .center-2[data-v-0cee3ba4] {
  position: relative;
}
.ui-page-article-list .center-2 .list[data-v-0cee3ba4] {
  padding: 20px 0 0;
}
.ui-page-article-list .center-2 .list .item[data-v-0cee3ba4] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #fff;
}
.ui-page-article-list .center-2 .list .item[data-v-0cee3ba4]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-page-article-list .center-2 .list .item:hover h3[data-v-0cee3ba4] {
  transform: translateX(6px);
}
.ui-page-article-list .center-2 .list .item:hover h3 a[data-v-0cee3ba4] {
  color: var(--hover-defaultColor);
}
.ui-page-article-list .center-2 .list .item .cell[data-v-0cee3ba4] {
  padding: 30px;
}
.ui-page-article-list .center-2 .list .item .cell h3[data-v-0cee3ba4] {
  line-height: 30px;
  font-weight: normal;
  font-size: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
}
.ui-page-article-list .center-2 .list .item .cell .txt[data-v-0cee3ba4] {
  line-height: 30px;
  color: #999999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-page-article-list .center-2 .list .item .cell .time[data-v-0cee3ba4] {
  color: #999999;
}
.ui-page-article-list .center-2 .list .item .cell .time span[data-v-0cee3ba4] {
  margin: 0 10px 0 0;
}
.ui-page-article-list .center-3[data-v-0cee3ba4] {
  position: relative;
  background: #ffffff;
}
.ui-page-article-list .center-3 .list[data-v-0cee3ba4] {
  padding: 20px 50px;
}
.ui-page-article-list .center-3 .list .item[data-v-0cee3ba4] {
  width: 100%;
  height: auto;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  background: #fff;
}
.ui-page-article-list .center-3 .list .item:hover h3[data-v-0cee3ba4] {
  transform: translateX(6px);
}
.ui-page-article-list .center-3 .list .item .cell[data-v-0cee3ba4] {
  position: relative;
  padding: 20px 150px 20px 0;
}
.ui-page-article-list .center-3 .list .item .cell h3[data-v-0cee3ba4] {
  padding: 0 0 0 30px;
  line-height: 30px;
  font-weight: normal;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOBAMAAADtZjDiAAAAJFBMVEUAAAB4eHh1dXVsbGxnZ2dVVVVgYGB0dHRwcHA2NjYAAAB0dHTDQoYqAAAADHRSTlMAcmY8NCEoXEkTBFYtakUAAAAANUlEQVQI12OAAeYACM0q5ABhKAp2gmlHQcEyEM0oKCiovICBgVsQCMRgfIg8VD1UP8I8TAAAl4UG0GfevHIAAAAASUVORK5CYII=) 0 8px no-repeat;
}
.ui-page-article-list .center-3 .list .item .cell .time[data-v-0cee3ba4] {
  position: absolute;
  right: 0;
  top: 20px;
  color: #aaaaaa;
  line-height: 30px;
}
.ui-page-article-list .center-3 .list .item .cell .time span[data-v-0cee3ba4] {
  font-size: 16px;
}

















































































































/**************************
 ** ui-page-article-list
 ** liqingyun
 **************************/
.ui-page-article-list .center-0[data-v-dfaebe30]{position:relative;}
.ui-page-article-list .center-0 .item[data-v-dfaebe30]{width: 100%;height: auto;margin-bottom: 20px;transition: all ease 300ms;background: #fff;}
.ui-page-article-list .center-0 .item a[data-v-dfaebe30]{width:100%;display:block;}
.ui-page-article-list .center-0 .cell[data-v-dfaebe30]{float:left;display:block;width:300px;height:auto;margin-right:30px;}
.ui-page-article-list .center-0 .img[data-v-dfaebe30]{position: relative;display: block; padding: 0 0 56%; overflow: hidden;}
.ui-page-article-list .center-0 .img img[data-v-dfaebe30]{position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;}
.ui-page-article-list .center-0 h3[data-v-dfaebe30]{font-size: 20px;padding: 35px 0 20px;transition: all ease 300ms;}
.ui-page-article-list .center-0 .txt[data-v-dfaebe30]{color: #999999;line-height: 24px;height: 48px;padding-right: 130px;overflow: hidden;}
.ui-page-article-list .center-0 .time[data-v-dfaebe30]{float:right;width: 150px;padding-top: 45px;font-family: arial;font-size: 20px;color: #999;}
.ui-page-article-list .center-0 .time .day[data-v-dfaebe30]{font-size: 40px;line-height: 45px;display: block;}
.ui-page-article-list .center-0 .time .views[data-v-dfaebe30]{display:block;font-size:14px;}
.ui-page-article-list .center-0 .item[data-v-dfaebe30]:hover{box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);}
.ui-page-article-list .center-0 .item:hover h3[data-v-dfaebe30]{text-indent: 5px;}
.ui-page-article-list .center-0 .item:hover img[data-v-dfaebe30]{filter:brightness(105%);-webkit-filter:brightness(105%);}
.ui-page-article-list .center-1[data-v-dfaebe30] { position: relative;
}
.ui-page-article-list .center-1 .list[data-v-dfaebe30] { overflow: hidden; padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-dfaebe30] { float: left; width: 25%; margin: 0 0 0; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .cell[data-v-dfaebe30] { margin: 0 15px; position: relative;
}
.ui-page-article-list .center-1 .img[data-v-dfaebe30] { position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-dfaebe30] { display: block; padding: 0 0 75%; position: relative; overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-dfaebe30] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: all .5s ease;
}
.ui-page-article-list .center-1 .item h3[data-v-dfaebe30] { padding: 0 15px; line-height: 60px; font-size: 16px; text-align:center;font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-dfaebe30] { transform: scale(1.05);
}


/**************************
 ** ui-page-product-list
 **************************/
.ui-page-product-list .ui-control-layout[data-v-fec40bc4] {
  position: relative;
}
.ui-page-product-list .ui-control-column-0 .list .item[data-v-fec40bc4],
.ui-page-product-list .ui-control-column-4 .list .item[data-v-fec40bc4] {
  width: 25%;
}
.ui-page-product-list .ui-control-column-3 .list .item[data-v-fec40bc4] {
  width: 33.33%;
}
.ui-page-product-list .ui-control-column-5 .list .item[data-v-fec40bc4] {
  width: 20%;
}
.ui-page-product-list .ui-control-layout-0 .list[data-v-fec40bc4] {
  overflow: hidden;
  padding: 20px 0;
  margin: 0 -15px;
}
.ui-page-product-list .ui-control-layout-0 .item[data-v-fec40bc4] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-page-product-list .ui-control-layout-0 .item h3[data-v-fec40bc4] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-page-product-list .ui-control-layout-0 .item:hover img[data-v-fec40bc4] {
  transform: scale(1.05);
}
.ui-page-product-list .ui-control-layout-0 .cell[data-v-fec40bc4] {
  margin: 0 15px;
  position: relative;
}
.ui-page-product-list .ui-control-layout-0 .img[data-v-fec40bc4] {
  position: relative;
}
.ui-page-product-list .ui-control-layout-0 .img a[data-v-fec40bc4] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-page-product-list .ui-control-layout-0 .img img[data-v-fec40bc4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-product-list .ui-control-layout-1 .list[data-v-fec40bc4] {
  overflow: hidden;
  padding: 20px 0;
  margin: 0 -15px;
}
.ui-page-product-list .ui-control-layout-1 .item[data-v-fec40bc4] {
  float: left;
  width: 25%;
  margin: 0 0 20px;
  position: relative;
  overflow: hidden;
}
.ui-page-product-list .ui-control-layout-1 .item h3[data-v-fec40bc4] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-page-product-list .ui-control-layout-1 .item:hover img[data-v-fec40bc4] {
  transform: scale(1.05);
}
.ui-page-product-list .ui-control-layout-1 .item:hover .shadow[data-v-fec40bc4] {
  display: block;
}
.ui-page-product-list .ui-control-layout-1 .cell[data-v-fec40bc4] {
  margin: 0 15px;
  position: relative;
}
.ui-page-product-list .ui-control-layout-1 .img[data-v-fec40bc4] {
  position: relative;
}
.ui-page-product-list .ui-control-layout-1 .img a[data-v-fec40bc4] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-page-product-list .ui-control-layout-1 .img img[data-v-fec40bc4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-product-list .ui-control-layout-1 .shadow[data-v-fec40bc4] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: none;
}
.ui-page-product-list .ui-control-layout-1 .shadow .hl[data-v-fec40bc4] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.8;
}
.ui-page-product-list .ui-control-layout-1 .shadow .icon[data-v-fec40bc4] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-page-product-list .ui-control-layout-1 .shadow .icon i[data-v-fec40bc4] {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  background: #ffffff;
  animation: zoomIn 0.3s ease;
}
.ui-page-product-list .ui-control-layout-1 .shadow .icon i[data-v-fec40bc4]::before {
  content: '＋';
  font-size: 30px;
}

/**************************
 ** ui-page-article-list
 **************************/
.ui-page-article-list .center-0[data-v-6b156610] {
  position: relative;
}
.ui-page-article-list .center-0 .item[data-v-6b156610] {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
}
.ui-page-article-list .center-0 .item a[data-v-6b156610] {
  width: 100%;
  display: block;
}
.ui-page-article-list .center-0 .item[data-v-6b156610]:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ui-page-article-list .center-0 .item:hover h3[data-v-6b156610] {
  text-indent: 5px;
}
.ui-page-article-list .center-0 .item:hover img[data-v-6b156610] {
  filter: brightness(105%);
  -webkit-filter: brightness(105%);
}
.ui-page-article-list .center-0 .cell[data-v-6b156610] {
  float: left;
  display: block;
  width: 300px;
  height: auto;
  margin-right: 30px;
}
.ui-page-article-list .center-0 .img[data-v-6b156610] {
  position: relative;
  display: block;
  padding: 0 0 56%;
  overflow: hidden;
}
.ui-page-article-list .center-0 .img img[data-v-6b156610] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.ui-page-article-list .center-0 h3[data-v-6b156610] {
  font-size: 20px;
  padding: 35px 0 20px;
  transition: all ease 300ms;
}
.ui-page-article-list .center-0 .txt[data-v-6b156610] {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 130px;
  overflow: hidden;
}
.ui-page-article-list .center-0 .time[data-v-6b156610] {
  float: right;
  width: 150px;
  padding-top: 45px;
  font-family: arial;
  font-size: 20px;
  color: #999;
}
.ui-page-article-list .center-0 .time .day[data-v-6b156610] {
  font-size: 40px;
  line-height: 45px;
  display: block;
}
.ui-page-article-list .center-1[data-v-6b156610] {
  position: relative;
}
.ui-page-article-list .center-1 .list[data-v-6b156610] {
  overflow: hidden;
  padding: 20px 0 0;
}
.ui-page-article-list .center-1 .item[data-v-6b156610] {
  float: left;
  width: 25%;
  margin: 0 0 0;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .item h3[data-v-6b156610] {
  padding: 0 15px;
  line-height: 60px;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-page-article-list .center-1 .item:hover img[data-v-6b156610] {
  transform: scale(1.05);
}
.ui-page-article-list .center-1 .cell[data-v-6b156610] {
  margin: 0 15px;
  position: relative;
}
.ui-page-article-list .center-1 .img[data-v-6b156610] {
  position: relative;
}
.ui-page-article-list .center-1 .img a[data-v-6b156610] {
  display: block;
  padding: 0 0 75%;
  position: relative;
  overflow: hidden;
}
.ui-page-article-list .center-1 .img img[data-v-6b156610] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}

.ui-design-team[data-v-0a8d47af] {
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
}
.ui-design-team .avatar-wrap[data-v-0a8d47af] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: width 1s, padding-bottom 1s;
}
.ui-design-team .avatar-wrap .avatar[data-v-0a8d47af] {
  border: 3px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-design-team .avatar-wrap .details[data-v-0a8d47af] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  justify-content: space-around;
  width: 100%;
  height: 0;
  background: salmon;
  transition: height 0.3s ease;
  bottom: 0;
  opacity: 0.8;
  overflow: hidden;
  color: #f2f2f2;
}
.ui-design-team .avatar-wrap .details .name[data-v-0a8d47af] {
  font-size: 22px;
}
.ui-design-team .avatar-wrap .details .title[data-v-0a8d47af] {
  font-size: 16px;
  text-align: center;
}
.ui-design-team .avatar-wrap .details .detail-btn[data-v-0a8d47af] {
  padding: 8px 48px;
  border: 1px solid #f2f2f2;
  background: none;
  border-radius: 20px;
  color: #f2f2f2;
  cursor: pointer;
}
.ui-design-team .avatar-wrap:hover .details[data-v-0a8d47af] {
  height: 100%;
}

.ui-renova-example[data-v-20435e09] {
  margin: 0 auto;
  padding: 8px 16px;
  box-sizing: border-box;
}
.ui-renova-example .renova-wrap[data-v-20435e09] {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  transition: width 1s, padding-bottom 1s;
}
.ui-renova-example .renova-wrap .renova[data-v-20435e09] {
  border: 3px solid #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-renova-example .renova-wrap .details[data-v-20435e09] {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 0;
  transition: height 0.3s ease;
  bottom: 0;
  opacity: 0.8;
  overflow: hidden;
  color: #fff;
  background: #333;
  border: 3px solid #fff;
  box-sizing: border-box;
  border-top: none;
}
.ui-renova-example .renova-wrap .details .title[data-v-20435e09] {
  font-size: 14px;
  cursor: pointer;
}
.ui-renova-example .renova-wrap:hover .details[data-v-20435e09] {
  height: 50px;
}

.ui-page-renova-design-team-list[data-v-1098a1d6] {
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-design-detail[data-v-7da4d29d] {
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0px 2px 6px 0px rgba(115, 115, 115, 0.05);
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-example-detail[data-v-542b48b4] {
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.ui-page-renova-example-detail[data-v-7299ca82] {
  margin: 0 auto;
  padding: 50px;
  box-shadow: 0px 2px 6px 0px rgba(115, 115, 115, 0.05);
  width: 1200px;
  margin: 10px auto;
  height: 300px;
  border: 1px solid #e6e1e1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 300px;
}

.container-draggable[data-v-dd875734] {
  position: relative;
}
.ui-list[data-v-dd875734] {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.ui-item[data-v-dd875734] {
  position: relative;
  border: 1px dashed transparent;
}
.ui-item.active[data-v-dd875734] {
  position: relative;
  border-color: #409EFF;
}
.ui-item .tag[data-v-dd875734] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 10;
}
.ui-item .tag h3[data-v-dd875734] {
  line-height: 30px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  border-radius: 3px;
}
.ui-head[data-v-dd875734] {
  padding: 10px;
  position: relative;
  background: #409EFF;
  color: #ffffff;
}
.ui-sub[data-v-dd875734] {
  padding: 0;
  min-height: 50px;
}
.ui-item[data-v-dd875734]:hover {
  border-color: #9bbdde;
}
.ui-text[data-v-dd875734] {
  position: relative;
}
.ui-text .inner[data-v-dd875734] {
  height: 100%;
  overflow: hidden;
}
.ui-text .inner p[data-v-dd875734] {
  text-align: justify;
}
.ui-image[data-v-dd875734] {
  position: relative;
  height: 100px;
}
.ui-image .inner[data-v-dd875734] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ui-image .inner img[data-v-dd875734] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.ui-article-list[data-v-dd875734] {
  background: #ffffff;
}
.ui-article-list .head[data-v-dd875734] {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.ui-article-list .head h2[data-v-dd875734] {
  line-height: 40px;
  font-weight: normal;
}
.ui-article-list .list[data-v-dd875734] {
  position: relative;
  padding: 5px 0;
}
.ui-article-list .list li[data-v-dd875734] {
  line-height: 30px;
  position: relative;
}
.ui-article-list .list h3[data-v-dd875734] {
  font-weight: normal;
}
.ui-article-list .list h6[data-v-dd875734] {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: normal;
}
/** 横向标签 **/
.el-tabs--card[data-v-dd875734] .el-tabs__header {
  border-bottom: 0;
}
.el-tabs--card[data-v-dd875734] .el-tabs__header .el-tabs__nav {
  border: 0;
}
.el-tabs--card[data-v-dd875734] .el-tabs__item {
  border: 0;
  background: none;
  color: #333333;
  border-radius: 40px;
  margin: 0 10px 0 0;
}
.el-tabs--card[data-v-dd875734] .el-tabs__item.is-active {
  background: #ff0000;
  color: #ffffff;
}
.el-tabs--left.el-tabs--card[data-v-dd875734] .el-tabs__item.is-left.is-active {
  border: 0;
  border-radius: 0;
}
.el-tabs--left.el-tabs--card[data-v-dd875734] .el-tabs__item.is-left {
  border: 0;
}
/** 折叠标签 **/
.el-collapse[data-v-dd875734] {
  position: relative;
}
.el-collapse[data-v-dd875734] .el-collapse-item__header {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-size: 16px;
  background: #eeeeee;
}
.el-collapse[data-v-dd875734] .el-collapse-item__header.is-active {
  background: #ff0000;
  color: #ffffff;
}
/** 多列标签 **/
[data-type='ui-mulcol'] .ui-sub[data-v-dd875734] {
  position: relative;
  border: 1px dashed transparent;
}
[data-type='ui-mulcol']:hover .ui-sub[data-v-dd875734] {
  border-color: #9bbdde;
}

.sortable-chosen:after {
  content: '';
  display: block;
}
.sortable-ghost {
  background: #f0f6fd !important;
}
.sortable-ghost > * {
  opacity: 0;
}
.sortable-fallback {
  opacity: 1 !important;
}
.vdr {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active {
  z-index: 9999999 !important;
}
.handle {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.handle-tl {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.handle-tm {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.handle-tr {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.handle-ml {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.handle-mr {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.handle-bl {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.handle-bm {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.handle-br {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
@media only screen and (max-width: 768px) {
[class*="handle-"]:before {
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    position: absolute;
}
}
.ui-text-tool {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.ui-text-tool .list {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  width: 400px;
}
.ui-text-tool .group {
  height: 60px;
}
.ui-text-tool .item {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 15px;
  cursor: pointer;
  background: none;
  border: 0;
}
.ui-text-tool .item:hover {
  color: #409EFF;
}
.ui-operation {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline {
  top: -55px;
}
.ui-operation ul {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i {
  font-style: normal;
}
.ui-operation .icon {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .rank {
  cursor: move;
}
.ui-operation .text:hover {
  color: #409EFF;
}
.ui-operation .icon:hover {
  color: #409EFF;
}
#jz-district .ui-item:hover > .ui-operation {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation {
  display: block !important;
}


[data-v-ee9e58e6] .el-input-number .el-input {
  width: 100px;
}
[data-v-ee9e58e6] .el-input-number .el-input input {
  padding: 0;
}
[data-v-ee9e58e6] .el-input-number .el-input-number__decrease,[data-v-ee9e58e6] .el-input-number .el-input-number__increase {
  display: none;
}
[data-v-ee9e58e6] .el-transfer-panel__list.is-filterable {
  height: 210px;
}
.radio-eff-0[data-v-ee9e58e6],
.radio-eff-1[data-v-ee9e58e6],
.radio-eff-2[data-v-ee9e58e6],
.radio-eff-3[data-v-ee9e58e6],
.radio-eff-4[data-v-ee9e58e6] {
  width: 100px;
  height: 46px;
}
.radio-eff-0[data-v-ee9e58e6] {
  background-position: -100px -770px;
}
.radio-eff-1[data-v-ee9e58e6] {
  background-position: -100px -840px;
}
.radio-eff-2[data-v-ee9e58e6] {
  background-position: -100px -910px;
}
.radio-eff-3[data-v-ee9e58e6] {
  background-position: -100px -1050px;
}
.radio-eff-4[data-v-ee9e58e6] {
  background-position: -100px -1120px;
}
.sa-radio-group[data-v-ee9e58e6] {
  white-space: nowrap;
}
.sa-radio-group .el-radio[data-v-ee9e58e6] {
  margin-left: 12px;
}

.jz-config-pc /deep/ .article-item {
  display: flex;
  align-items: center;
}
.jz-config-pc /deep/ .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jz-config-pc /deep/ .article-item .icon {
  font-size: 16px;
}
.jz-config-pc /deep/ .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.jz-config-pc /deep/ .article-item .icon i + i {
  margin-left: 10px;
}


[data-v-7c1a7bee] .el-transfer-panel__list.is-filterable {
  height: 210px;
}
.radio-eff-0[data-v-7c1a7bee],
.radio-eff-1[data-v-7c1a7bee],
.radio-eff-2[data-v-7c1a7bee],
.radio-eff-3[data-v-7c1a7bee] {
  width: 100px;
  height: 46px;
}
.radio-eff-0[data-v-7c1a7bee] {
  background-position: -100px -770px;
}
.radio-eff-1[data-v-7c1a7bee] {
  background-position: -100px -840px;
}
.radio-eff-2[data-v-7c1a7bee] {
  background-position: -100px -910px;
}
.radio-eff-3[data-v-7c1a7bee] {
  background-position: -100px -980px;
}
.jz-config-pc[data-v-7c1a7bee] .article-item {
  display: flex;
  align-items: center;
}
.jz-config-pc[data-v-7c1a7bee] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.jz-config-pc[data-v-7c1a7bee] .article-item .icon {
  font-size: 16px;
}
.jz-config-pc[data-v-7c1a7bee] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.jz-config-pc[data-v-7c1a7bee] .article-item .icon i + i {
  margin-left: 10px;
}


[data-v-75a4b3e1] .el-dialog__body {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0 0;
}
[data-v-75a4b3e1] .el-dialog__body .content-inner {
  border: 0;
}
[data-v-75a4b3e1] .el-input-number .el-input {
  width: 100px;
}
[data-v-75a4b3e1] .el-input-number .el-input input {
  padding: 0;
}
[data-v-75a4b3e1] .el-input-number .el-input-number__decrease,[data-v-75a4b3e1] .el-input-number .el-input-number__increase {
  display: none;
}
.jo-checkbox[data-v-75a4b3e1] {
  position: relative;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0 auto;
  line-height: 0;
}
.jo-checkbox.is-false[data-v-75a4b3e1] {
  background: #409EFF;
  border-color: #409EFF;
}
.jo-checkbox .el-icon-check[data-v-75a4b3e1] {
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.jo-checkbox .el-checkbox[data-v-75a4b3e1] {
  position: relative;
  opacity: 0;
  z-index: 2;
}

.single-image dd[data-v-53b043aa] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
.single-image dd .tp[data-v-53b043aa] {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.single-image dd .color[data-v-53b043aa] {
  display: inline-block;
  vertical-align: middle;
}
.single-image dd .selector[data-v-53b043aa] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}

.ue-table-body .list[data-v-e9dbf41a] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkAQMAAAB94sgjAAAABlBMVEX////4+fsBBIB2AAAADklEQVQI12OgB2igPQQA4wQZARSYizAAAAAASUVORK5CYII=) 0 0 repeat #ffffff;
}
.ue-table-body .list .item[data-v-e9dbf41a] {
  background: none;
}
.ue-table-body .list .item .rows[data-v-e9dbf41a]:hover {
  background: #edf2ff;
}
.ue-table-body .list .item .rows .cols[data-v-e9dbf41a] {
  position: relative;
}
.ue-table-body .list .item .rows .cols.cols-1[data-v-e9dbf41a] {
  width: 385px;
}
.ue-table-body .list .item .rows .cols.cols-2[data-v-e9dbf41a] {
  width: 150px;
}
.ue-table-body .list .item .rows .cols.cols-3[data-v-e9dbf41a] {
  width: 230px;
}
.ue-table-body .list .item .rows .cols .xline[data-v-e9dbf41a] {
  display: none;
}
.ue-table-body .list .item .rows .cols .xline[data-v-e9dbf41a]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin: -8px 0 0 0;
  border-left: 1px solid #aaa;
}
.ue-table-body .list .item .rows .cols .xline[data-v-e9dbf41a]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  border-bottom: 1px solid #aaa;
}
.ue-table-body .list .item .rows-2[data-v-e9dbf41a] {
  padding-left: 40px;
}
.ue-table-body .list .item .rows-2 .cols.cols-1[data-v-e9dbf41a] {
  width: 345px;
}
.ue-table-body .list .item .rows-2 .xline[data-v-e9dbf41a] {
  display: block !important;
}
.ue-table-body .list .item .rows-3[data-v-e9dbf41a] {
  padding-left: 80px;
}
.ue-table-body .list .item .rows-3 .cols.cols-1[data-v-e9dbf41a] {
  width: 305px;
}
.ue-table-body .list .item .rows-3 .xline[data-v-e9dbf41a] {
  display: block !important;
}

.uc-radio3-tip[data-v-4461765c] {
  position: relative;
  margin: -15px 0 0 0;
}
.uc-radio3-tip dd[data-v-4461765c] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
  text-align: center;
}
.uc-radio3-tip dd span[data-v-4461765c] {
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
}

.fo-error[data-v-fcdc5e36] {
  padding: 5px 0 0 0;
  line-height: 20px;
  color: red;
}
.fo-error span[data-v-fcdc5e36] {
  margin: 0 5px 0 0;
}
.uc-radio3[data-v-fcdc5e36] {
  margin-bottom: -10px;
}

.ql-box[data-v-300d882c] {
  position: relative;
  display: inline-block;
  padding: 5px 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
}
.ql-box.ql-box-1[data-v-300d882c]::before,
.ql-box.ql-box-1[data-v-300d882c]::after {
  left: 20px;
}
.ql-box.ql-box-2[data-v-300d882c]::before,
.ql-box.ql-box-2[data-v-300d882c]::after {
  left: 100px;
}
.ql-box[data-v-300d882c]::before,
.ql-box[data-v-300d882c]::after {
  content: '';
  position: absolute;
  left: 0;
  top: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-bottom-color: #e5e5e5;
}
.ql-box[data-v-300d882c]::after {
  margin-top: 1px;
  border-bottom-color: #ffffff;
}
.ql-box .tel[data-v-300d882c] {
  position: relative;
  background: #aaaaaa;
  color: #ffffff;
  padding: 10px 30px 10px 15px;
  border-radius: 5px;
}
.ql-box .tel dt[data-v-300d882c] {
  line-height: 20px;
  font-size: 14px;
}
.ql-box .tel dd[data-v-300d882c] {
  line-height: 24px;
  font-size: 16px;
}
.ql-box .hotline[data-v-300d882c] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 10px 15px;
  border-radius: 5px;
  margin: 0 0 0 -20px;
  overflow: hidden;
}
.ql-box .hotline i[data-v-300d882c] {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 36px;
  margin: 0 5px 0 0;
  color: #aaaaaa;
}
.ql-box .hotline dl[data-v-300d882c] {
  float: left;
  line-height: 20px;
}
.ql-box .hotline dl dt[data-v-300d882c] {
  font-size: 13px;
}
.ql-box .hotline dl dd[data-v-300d882c] {
  font-size: 16px;
}
.ql-box .order[data-v-300d882c] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ql-box .order a[data-v-300d882c] {
  display: block;
  overflow: hidden;
  padding: 7px 20px 7px 15px;
  border-radius: 5px;
  background: #aaaaaa;
  color: #ffffff;
}
.ql-box .order i[data-v-300d882c] {
  float: left;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
  color: #ffffff !important;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  margin: 0 8px 0 0;
}
.ql-box .order span[data-v-300d882c] {
  float: left;
  line-height: 30px;
}


[data-v-63abf0f8] .el-dialog__header {
  cursor: move;
}
.nodata[data-v-63abf0f8] {
  position: relative;
  padding: 100px 20px;
  text-align: center;
}
.nodata p i[data-v-63abf0f8] {
  vertical-align: middle;
  width: 30px;
  height: 30px;
  font-size: 24px;
  margin: 0 10px 0 0;
}
.nodata p span[data-v-63abf0f8] {
  vertical-align: middle;
  font-size: 16px;
}
.nodata p span[data-v-63abf0f8] .el-button--x-large span {
  font-size: 16px;
}
.jz-config .side[data-v-63abf0f8] {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 100px;
  z-index: 1;
}
.ue-table-body .item[data-v-63abf0f8] {
  padding: 10px 0;
}

.ui-item.active[data-v-85f8156c] {
  border: 1px dashed #409EFF;
}
.navigation-sub[data-v-85f8156c] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0);
}
.navigation-sub.is-fixed[data-v-85f8156c] {
  position: fixed !important;
  z-index: 10;
}
.navigation-sub .navigation-wrap[data-v-85f8156c] {
  position: relative;
  margin: 0 auto;
}
.navigation-sub .navigation-wrap .navigation-add[data-v-85f8156c] {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 100;
}
.navigation-sub .navigation-wrap .navigation-add i[data-v-85f8156c] {
  vertical-align: middle;
}
.navigation-sub .navigation-wrap .navigation-add span[data-v-85f8156c] {
  margin: 0 0 0 8px;
  vertical-align: middle;
}
.navigation-sub .navigation-wrap .ui-control-layout[data-v-85f8156c] {
  min-height: 50px;
  height: 300px;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list[data-v-85f8156c] {
  position: relative;
  height: 100%;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .nodrag[data-v-85f8156c] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0);
  z-index: 10;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null[data-v-85f8156c] {
  height: 100%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null p[data-v-85f8156c] {
  line-height: 30px;
  font-size: 16px;
  color: #999999;
}
.navigation-sub .navigation-wrap .ui-control-layout .navigation-list .null p i[data-v-85f8156c] {
  font-style: normal;
  color: #557ce1;
  cursor: no-drop;
}

.style-panel[data-v-dd0a24c2] {
  position: relative;
}
.style-panel .style-panel-wrap[data-v-dd0a24c2] {
  position: fixed;
  left: 60px;
  top: 400px;
  z-index: 900;
}
.style-panel .style-panel-wrap .style-panel-v2[data-v-dd0a24c2] {
  width: 350px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head[data-v-dd0a24c2] {
  position: relative;
  height: 60px;
  background: #5874d8;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name[data-v-dd0a24c2] {
  padding: 0 0 0 20px;
  line-height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name h2[data-v-dd0a24c2] {
  font-size: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-dd0a24c2] {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close i[data-v-dd0a24c2] {
  color: #ffffff;
  font-size: 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-dd0a24c2]:hover {
  transform: rotate(90deg);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line[data-v-dd0a24c2] {
  position: relative;
  margin: 0 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-dd0a24c2] {
  position: relative;
  height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line h3[data-v-dd0a24c2] {
  position: relative;
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 1em 0 0;
  background: #ffffff;
  color: #5874d8;
  z-index: 1;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-dd0a24c2]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ebeef6;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules[data-v-dd0a24c2] {
  position: relative;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list[data-v-dd0a24c2] {
  position: relative;
  overflow: hidden;
  padding: 0 5px 0;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item[data-v-dd0a24c2] {
  float: left;
  width: 70px;
  margin: 5px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-dd0a24c2] {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder img[data-v-dd0a24c2] {
  width: 30px;
  height: 30px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder h3[data-v-dd0a24c2] {
  line-height: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-dd0a24c2]:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-set[data-v-dd0a24c2] {
  position: relative;
}
.style-panel-set[data-v-dd0a24c2] {
  position: relative;
  padding: 0 0 20px;
}
.style-panel-set .group .rows[data-v-dd0a24c2] {
  margin: 0 0 15px 0;
}
.style-panel-set .group .rows .rows-item[data-v-dd0a24c2] {
  position: relative;
  margin: 0 0 5px 0;
}
.style-panel-set .group .rows .rows-item .rows-label[data-v-dd0a24c2] {
  float: left;
  width: 75px;
  text-align: right;
}
.style-panel-set .group .rows .rows-item .rows-label label[data-v-dd0a24c2] {
  line-height: 30px;
}
.style-panel-set .group .rows .rows-item .rows-content[data-v-dd0a24c2] {
  margin: 0 0 0 90px;
}
.style-panel-set .group .rows .rows-item[data-v-dd0a24c2]::after {
  content: '';
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.outer[data-v-21e46eaf] {
  position: relative;
  margin: 0 auto;
}
.outer .is-fixed[data-v-21e46eaf] {
  position: fixed !important;
  top: 60px !important;
  z-index: 20;
}
.outer .ui-move[data-v-21e46eaf] {
  position: absolute;
  left: 50%;
  top: 0;
  display: none;
}
.outer .ui-move .pointer[data-v-21e46eaf] {
  position: relative;
  top: -50px;
  background: #ffffff;
  width: 70px;
  height: 50px;
  line-height: 50px;
  margin: 0 0 0 -35px;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: move;
}
.outer .ui-move .pointer i[data-v-21e46eaf] {
  font-size: 20px;
  vertical-align: middle;
}
.outer .ui-move.pt[data-v-21e46eaf] {
  top: auto;
  bottom: 0;
}
.outer .ui-move.pt .pointer[data-v-21e46eaf] {
  top: auto;
  bottom: -40px;
  border-radius: 0 0 5px 5px;
}
.outer:hover .ui-operation[data-v-21e46eaf] {
  display: block;
}
.outer:hover .ui-move[data-v-21e46eaf] {
  display: block;
}
.ui-navigation[data-v-21e46eaf] {
  position: relative;
}
.ui-navigation .icon[data-v-21e46eaf] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  overflow: hidden;
  width: 20px;
  height: 20px;
}
.ui-navigation .icon img[data-v-21e46eaf] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-navigation .icon img.act[data-v-21e46eaf] {
  display: none;
}
.ui-navigation .list[data-v-21e46eaf] {
  position: relative;
}
.ui-navigation .list .line[data-v-21e46eaf] {
  float: left;
  position: relative;
}
.ui-navigation .list .line i[data-v-21e46eaf] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
}
.ui-navigation .list .item[data-v-21e46eaf] {
  float: left;
  width: 120px;
  position: relative;
  text-align: center;
}
.ui-navigation .list .item:hover .drop[data-v-21e46eaf] {
  display: block;
}
.ui-navigation .list .item .link[data-v-21e46eaf] {
  display: block;
  box-sizing: border-box;
}
.ui-navigation .list .item .link:hover .icon img[data-v-21e46eaf] {
  display: none;
}
.ui-navigation .list .item .link:hover .icon img.act[data-v-21e46eaf] {
  display: block;
}
.ui-navigation .list .item .link span[data-v-21e46eaf] {
  display: block;
  font-size: 16px;
  overflow: hidden;
}
.ui-navigation .list .item .drop[data-v-21e46eaf] {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  display: none;
}
.ui-navigation .list .item .drop .list2[data-v-21e46eaf] {
  position: relative;
  left: 0;
  animation: le-fadeInUp 0.3s ease;
}
.ui-navigation .list .item .drop .list2 .item2[data-v-21e46eaf] {
  position: relative;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2[data-v-21e46eaf] {
  position: absolute;
  left: 100%;
  top: 1px;
  min-width: 10%;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .vt3[data-v-21e46eaf] {
  position: absolute;
  left: 0;
  top: 15px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .list3[data-v-21e46eaf] {
  position: relative;
  left: 10px;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3[data-v-21e46eaf] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3:hover .icon img[data-v-21e46eaf] {
  display: none;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3:hover .icon img.act[data-v-21e46eaf] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .drop2 .link3 span[data-v-21e46eaf] {
  display: block;
  padding: 0 1em;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.ui-navigation .list .item .drop .list2 .item2 .link2[data-v-21e46eaf] {
  display: block;
  color: #ffffff;
}
.ui-navigation .list .item .drop .list2 .item2 .link2:hover .icon img[data-v-21e46eaf] {
  display: none;
}
.ui-navigation .list .item .drop .list2 .item2 .link2:hover .icon img.act[data-v-21e46eaf] {
  display: block;
}
.ui-navigation .list .item .drop .list2 .item2 .link2 span[data-v-21e46eaf] {
  display: block;
  padding: 0 1em;
  line-height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}
.draggable.active[data-v-21e46eaf] {
  border: 1px dashed #9bbdde;
}
.sortable-chosen[data-v-21e46eaf]:after {
  content: '';
  display: block;
}
.sortable-ghost[data-v-21e46eaf] {
  background: #f0f6fd !important;
}
.sortable-ghost > *[data-v-21e46eaf] {
  opacity: 0;
}
.sortable-fallback[data-v-21e46eaf] {
  opacity: 1 !important;
}
.handle[data-v-21e46eaf] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.handle-tl[data-v-21e46eaf] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.handle-tm[data-v-21e46eaf] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.handle-tr[data-v-21e46eaf] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.handle-ml[data-v-21e46eaf] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.handle-mr[data-v-21e46eaf] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.handle-bl[data-v-21e46eaf] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.handle-bm[data-v-21e46eaf] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.handle-br[data-v-21e46eaf] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
@media only screen and (max-width: 768px) {
[class*="handle-"][data-v-21e46eaf]:before {
    content: '';
    left: -8px;
    right: -8px;
    bottom: -8px;
    top: -8px;
    position: absolute;
}
}
.ui-text-tool[data-v-21e46eaf] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
.ui-text-tool .list[data-v-21e46eaf] {
  position: absolute;
  right: 0;
  bottom: 5px;
  padding: 5px 0;
  background: #fff;
  border-radius: 5px;
  width: 400px;
}
.ui-text-tool .group[data-v-21e46eaf] {
  height: 60px;
}
.ui-text-tool .item[data-v-21e46eaf] {
  float: left;
  height: 30px;
  line-height: 30px;
  margin: 0 0 0 15px;
  cursor: pointer;
  background: none;
  border: 0;
}
.ui-text-tool .item[data-v-21e46eaf]:hover {
  color: #409eff;
}
.ui-operation[data-v-21e46eaf] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-21e46eaf] {
  top: -55px;
}
.ui-operation ul[data-v-21e46eaf] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-21e46eaf] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-21e46eaf] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-21e46eaf] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-21e46eaf] {
  font-style: normal;
}
.ui-operation .text[data-v-21e46eaf]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-21e46eaf] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-21e46eaf]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-21e46eaf] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-21e46eaf] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-21e46eaf] {
  display: block !important;
}

.panel-seo .group[data-v-51bc4700] {
  position: relative;
}
.panel-seo .rows2[data-v-51bc4700] {
  position: relative;
  margin: 0 0 10px 0;
}
.panel-seo .label[data-v-51bc4700] {
  line-height: 40px;
}


[data-v-73548742] .el-dialog {
  animation: fadeIn 0.5s ease;
}
[data-v-73548742] .el-dialog .el-dialog__body {
  padding: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
[data-v-73548742] .el-tabs {
  height: 340px;
}
[data-v-73548742] .el-tabs .el-tabs__nav-wrap {
  width: 90px;
}
[data-v-73548742] .el-tabs .el-tabs__nav-wrap::after {
  width: 1px;
}
[data-v-73548742] .el-tabs .el-tabs__item {
  width: 89px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}
[data-v-73548742] .el-tabs .el-tabs__item.is-active {
  width: 90px;
}
[data-v-73548742] .el-tabs .el-tabs__active-bar {
  opacity: 0;
}
[data-v-73548742] .el-tabs .el-tabs__content {
  padding: 20px 40px;
}
.dialog-foot[data-v-73548742] {
  text-align: center;
}
.data-thead[data-v-73548742] {
  height: 30px;
  margin: 0 0 15px;
}
.data-thead .right[data-v-73548742] {
  float: right;
}
.data-tlist[data-v-73548742] .el-table {
  border: 1px solid #eeeeee;
}
.data-tlist .null[data-v-73548742] {
  position: relative;
  padding: 40px 0;
}
.data-tlist .null img[data-v-73548742] {
  display: inline-block;
  vertical-align: middle;
  width: 80px;
  margin: 0 10px 0 0;
}
.data-tlist .null p[data-v-73548742] {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.style-panel[data-v-c1fdfcc2] {
  position: relative;
}
.style-panel .style-panel-wrap[data-v-c1fdfcc2] {
  position: fixed;
  left: 60px;
  top: 200px;
  z-index: 999;
  animation: fadeInRight 0.3s ease 0.5s both;
}
.style-panel .style-panel-wrap .style-panel-v2[data-v-c1fdfcc2] {
  width: 350px;
  background: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head[data-v-c1fdfcc2] {
  position: relative;
  height: 60px;
  background: #5874d8;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name[data-v-c1fdfcc2] {
  padding: 0 0 0 20px;
  line-height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .name h2[data-v-c1fdfcc2] {
  font-size: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-c1fdfcc2] {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close i[data-v-c1fdfcc2] {
  color: #ffffff;
  font-size: 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-head .close[data-v-c1fdfcc2]:hover {
  opacity: 0.7;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line[data-v-c1fdfcc2] {
  position: relative;
  margin: 0 20px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-c1fdfcc2] {
  position: relative;
  height: 60px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line h3[data-v-c1fdfcc2] {
  position: relative;
  display: inline-block;
  line-height: 60px;
  vertical-align: middle;
  font-weight: normal;
  padding: 0 1em 0 0;
  background: #ffffff;
  color: #5874d8;
  z-index: 1;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-line .line[data-v-c1fdfcc2]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-bottom: 1px solid #ebeef6;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules[data-v-c1fdfcc2] {
  position: relative;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list[data-v-c1fdfcc2] {
  position: relative;
  overflow: hidden;
  padding: 0 5px 0;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item[data-v-c1fdfcc2] {
  float: left;
  width: 70px;
  margin: 5px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-c1fdfcc2] {
  position: relative;
  text-align: center;
  padding: 10px 0;
  background: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder img[data-v-c1fdfcc2] {
  width: 30px;
  height: 30px;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder h3[data-v-c1fdfcc2] {
  line-height: 16px;
  font-weight: normal;
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-modules .ui-list .ui-item .holder[data-v-c1fdfcc2]:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
.style-panel .style-panel-wrap .style-panel-v2 .style-panel-set[data-v-c1fdfcc2] {
  position: relative;
}
.style-panel-set[data-v-c1fdfcc2] {
  position: relative;
  padding: 0 0 20px;
}
.style-panel-set .group .rows[data-v-c1fdfcc2] {
  margin: 0 0 15px 0;
  padding-left: 10px;
}
.style-panel-set .group .rows .rows-item[data-v-c1fdfcc2] {
  position: relative;
  margin: 0 0 5px 0;
}
.style-panel-set .group .rows .rows-item .rows-label[data-v-c1fdfcc2] {
  float: left;
  width: 90px;
  text-align: right;
}
.style-panel-set .group .rows .rows-item .rows-label label[data-v-c1fdfcc2] {
  line-height: 30px;
}
.style-panel-set .group .rows .rows-item .rows-content[data-v-c1fdfcc2] {
  margin: 0 0 0 100px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-c1fdfcc2] {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-c1fdfcc2] .el-input-number {
  width: 60px;
}
.style-panel-set .group .rows .rows-item .rows-content .number[data-v-c1fdfcc2] .el-input__inner {
  padding: 0;
}
.style-panel-set .group .rows .rows-item .rows-content .number-line[data-v-c1fdfcc2] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.style-panel-set .group .rows .rows-item[data-v-c1fdfcc2]::after {
  content: '';
  display: block;
  line-height: 0;
  font-size: 0;
  clear: both;
}

.canvas-container[data-v-467d9a0c] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}
.canvas-flex[data-v-467d9a0c] {
  position: relative;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.canvans-box .tbody[data-v-467d9a0c] {
  position: relative;
  margin: 0 0 20px;
}
.canvans-box .tbody .null[data-v-467d9a0c] {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
  padding: 50px 50px;
  pointer-events: none;
}
.canvans-box .tbody .null p[data-v-467d9a0c] {
  color: #999999;
  font-size: 16px;
}
.canvans-box .tbody .close[data-v-467d9a0c] {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.canvans-box .tbody .close i[data-v-467d9a0c] {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all 0.3s ease;
}
.canvans-box .tbody .close i[data-v-467d9a0c]:hover {
  transform: rotate(225deg);
}
.canvans-box .tbody .close i[data-v-467d9a0c]::before {
  content: '';
  position: absolute;
  left: 6px;
  right: 6px;
  top: 50%;
  border-bottom: 1px solid #d7d7d7;
}
.canvans-box .tbody .close i[data-v-467d9a0c]::after {
  content: '';
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  border-left: 1px solid #d7d7d7;
}
.canvans-box .tfoot[data-v-467d9a0c] {
  position: relative;
  text-align: center;
}
.canvans-box .tfoot .btn[data-v-467d9a0c] {
  padding: 10px 40px;
  margin: 0 20px;
  font-size: 15px;
}

.null[data-v-036234e9] {
  position: relative;
  padding: 50px 0;
  text-align: center;
}
.null .add[data-v-036234e9] {
  color: #02A7F0;
  cursor: pointer;
}
.tips[data-v-036234e9] {
  font-size: 12px;
  color: #999999;
}
.tips[data-v-036234e9] .el-input__inner {
  padding: 0;
  color: #999999;
}
.rows3[data-v-036234e9] {
  position: relative;
  margin: 0 0 10px;
}
.rows3[data-v-036234e9]:last-child {
  margin-bottom: 0;
}
.rows3 .thead[data-v-036234e9] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .thead .tp[data-v-036234e9] {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #5874D8;
  cursor: pointer;
}
.rows3 .tbody[data-v-036234e9] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .tbody .cell[data-v-036234e9] {
  position: relative;
  padding: 0 0 10px 100px;
}
.rows3 .tbody .cell[data-v-036234e9]:last-child {
  padding-bottom: 0;
}
.rows3 .tbody .cell .label[data-v-036234e9] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: right;
}

.rows3[data-v-e1e07584] {
  position: relative;
}
.rows3 .thead[data-v-e1e07584] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .thead .tp[data-v-e1e07584] {
  position: absolute;
  top: 0;
  right: 0;
  color: #5874D8;
  cursor: pointer;
}
.rows3 .tbody[data-v-e1e07584] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}
.rows3 .tbody .cell[data-v-e1e07584] {
  position: relative;
  padding: 0 0 0 100px;
}
.rows3 .tbody .cell .label[data-v-e1e07584] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 90px;
  text-align: right;
}

.panel[data-v-32a045dc] {
  height: 508px;
  margin: -15px;
  overflow: hidden;
  overflow-y: auto;
}
.panel .rows2[data-v-32a045dc] {
  position: relative;
}
.panel .rows2 .label[data-v-32a045dc] {
  line-height: 40px;
}
.panel .thead[data-v-32a045dc] {
  position: relative;
  padding: 8px 15px;
  border-bottom: 1px solid #eeeeee;
}
.panel .thead .tp[data-v-32a045dc] {
  position: absolute;
  top: 0;
  right: 0;
  color: #5874D8;
  cursor: pointer;
}
.panel .tbody[data-v-32a045dc] {
  position: relative;
  padding: 15px;
  background: #fdfafe;
  border-bottom: 1px solid #eeeeee;
}

.outer[data-v-392b57c4] {
  position: relative;
}
.outer:hover .ui-operation[data-v-392b57c4] {
  display: block;
}
.naver[data-v-392b57c4] {
  position: relative;
}
.naver-list .list[data-v-392b57c4] {
  position: relative;
  margin: 0 -10px;
}
.naver-list .item[data-v-392b57c4] {
  float: left;
  width: 100px;
  margin: 0 10px;
}
.naver-list .link[data-v-392b57c4] {
  display: block;
}
.naver-list .link span[data-v-392b57c4] {
  display: block;
  line-height: 1;
  text-align: center;
  font-size: 16px;
  overflow: hidden;
}
.ui-item.active[data-v-392b57c4] {
  border: 1px dashed #409eff;
}
.ui-top-draggable[data-v-392b57c4] {
  overflow: hidden;
}


[data-v-3cafd5a4] .el-dialog__body {
  height: 380px;
}

.outer[data-v-5f462ce6] {
  position: relative;
}
.outer:hover .ui-operation[data-v-5f462ce6] {
  display: block;
}
.ui-copyright[data-v-5f462ce6] {
  position: relative;
  text-align: center;
}
.ui-copyright .inc[data-v-5f462ce6] {
  opacity: 0.6;
}
.ui-copyright .inc dd[data-v-5f462ce6] {
  display: inline;
  vertical-align: middle;
  margin: 0 0.5em;
}
.ui-copyright .inc dd a[data-v-5f462ce6]:hover {
  color: var(--hover-color);
}
.ui-item.active[data-v-5f462ce6] {
  border: 1px dashed #409EFF;
}

















































































































































































































/**************************
 ** ui-header
 ** liqingyun
 **************************/
.ui-header[data-v-32442e7c] { background-position: center top; background-repeat: no-repeat; position: relative; z-index: 10;
}
.ui-header .center-0 .header[data-v-32442e7c] { height:100px; position: relative; z-index: 11;
}
.ui-header .center-0 .logo[data-v-32442e7c],
.ui-header .center-0 .slog[data-v-32442e7c] { float: left; margin: 20px 0 0;
}
.ui-header .center-0 .logo[data-v-32442e7c] { margin: 0 20px 0 0;
}
.ui-header .center-0 .logo img[data-v-32442e7c],
.ui-header .center-0 .slog img[data-v-32442e7c] { display: block; height: 60px;
}
.ui-header .center-0 .logo img[data-v-32442e7c] { height: 100px;
}
.ui-header .center-0 .tel[data-v-32442e7c] { float: right; margin: 20px 0 0 0; text-align: right;
}
.ui-header .center-0 .tel dt[data-v-32442e7c] { height: 30px; line-height: 30px; font-size: 18px;
}
.ui-header .center-0 .tel dt img[data-v-32442e7c] { width: 30px; height: 30px;
}
.ui-header .center-0 .tel dt img[data-v-32442e7c],
.ui-header .center-0 .tel dt span[data-v-32442e7c] { vertical-align: middle;
}
.ui-header .center-0 .tel dd[data-v-32442e7c] { line-height: 30px; font-size: 28px; font-weight: bold;
}
.ui-header .center-0 .nav[data-v-32442e7c] { position: relative; z-index: 10;
}
.ui-header .center-0 .nav .list[data-v-32442e7c] { height: 60px;
}
.ui-header .center-0 .nav .item[data-v-32442e7c] { float: left; width: 10%; position: relative; text-align: center;
}
.ui-header .center-0 .nav .item[data-v-32442e7c]::before { content: ''; position: absolute; left: 0; top: 50%; margin: -7px 0 0; height: 14px; border-left: 1px solid #ddd;
}
.ui-header .center-0 .nav .item[data-v-32442e7c]:first-child::before { display: none;
}
.ui-header .center-0 .nav .link[data-v-32442e7c] { display: block; line-height: 60px; font-size: 16px; position: relative;
}
.ui-header .center-0 .nav .link i[data-v-32442e7c] { content: ''; width: 0; position: absolute; left: 50%; bottom: 0; margin: 0 0 0 0; border-top: 2px solid #fff; visibility: hidden; transition: all .3s ease;
}
.ui-header .center-0 .nav .drop[data-v-32442e7c] { position: absolute; left: 0; right: 0; top: 60px; display: none;
}
.ui-header .center-0 .nav .list2[data-v-32442e7c] { background: #666;
}
.ui-header .center-0 .nav .item2[data-v-32442e7c] { position: relative;
}
.ui-header .center-0 .nav .link2[data-v-32442e7c] { display: block; line-height: 40px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #fff;
}
.ui-header .center-0 .nav .link2[data-v-32442e7c]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-0 .nav .item:hover .link i[data-v-32442e7c] { visibility: visible; width: 50px; margin: 0 0 0 -25px;
}
.ui-header .center-0 .nav .item:hover .drop[data-v-32442e7c] { display: block;
}
.ui-header .center-0 .nav .list.x5 .item[data-v-32442e7c] { width: 20%;
}
.ui-header .center-0 .nav .list.x6 .item[data-v-32442e7c] { width: 16.66%;
}
.ui-header .center-0 .nav .list.x7 .item[data-v-32442e7c] { width: 14.28%;
}
.ui-header .center-0 .nav .list.x8 .item[data-v-32442e7c] { width: 12.5%;
}
.ui-header .center-0 .nav .list.x9 .item[data-v-32442e7c] { width: 11.11%;
}
.ui-header .center-0 .nav .list.x10 .item[data-v-32442e7c] { width: 10%;
}
.ui-header .center-0 .nav .list.x11 .item[data-v-32442e7c] { width: 9.09%;
}
.ui-header .center-0 .nav .list.x12 .item[data-v-32442e7c] { width: 8.33%;
}
.ui-header .center-1 .header[data-v-32442e7c] { height:100px; position: relative; z-index: 12;
}
.ui-header .center-1 .slog[data-v-32442e7c] { float: left; margin: 20px 0 0;
}
.ui-header .center-1 .slog img[data-v-32442e7c] { display: block; height: 60px;
}
.ui-header .center-1 .tel[data-v-32442e7c] { float: right; margin: 20px 0 0; text-align: right;
}
.ui-header .center-1 .tel dt[data-v-32442e7c] { height: 30px; line-height: 30px; font-size: 16px;
}
.ui-header .center-1 .tel dt img[data-v-32442e7c] { width: 30px; height: 30px;
}
.ui-header .center-1 .tel dt img[data-v-32442e7c],
.ui-header .center-1 .tel dt span[data-v-32442e7c] { vertical-align: middle;
}
.ui-header .center-1 .tel dd[data-v-32442e7c] { line-height: 35px; font-size: 22px; font-weight: bold;
}
.ui-header .center-1 .logo[data-v-32442e7c] { position: absolute; left: 50%; top: 0; width: 140px; height: 200px; padding: 0 10px; margin: 0 0 0 -80px;
}
.ui-header .center-1 .logo img[data-v-32442e7c] { display: block; width: 100%; height: 100%;
}
.ui-header .center-1 .nav[data-v-32442e7c] { background: #fff; border-top: 1px solid #eee;
}
.ui-header .center-1 .nav .list[data-v-32442e7c] { height: 60px;
}
.ui-header .center-1 .nav .item[data-v-32442e7c] { float: left; width: 130px; position: relative;
}
.ui-header .center-1 .nav .link[data-v-32442e7c] { display: block; line-height: 60px; white-space: nowrap; text-align: center; font-size: 15px;
}
.ui-header .center-1 .nav .drop[data-v-32442e7c] { position: absolute; left: 0; right: 0; top: 60px; display: none;
}
.ui-header .center-1 .nav .list2[data-v-32442e7c] { position: relative; background: #ddd;
}
.ui-header .center-1 .nav .item2[data-v-32442e7c] { position: relative; text-align: center;
}
.ui-header .center-1 .nav .link2[data-v-32442e7c] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-1 .nav .item:hover .drop[data-v-32442e7c] { display: block;
}
.ui-header .center-1 .nav .link2[data-v-32442e7c]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-1 .nav .item:first-child + .item + .item + .item[data-v-32442e7c] { margin-right: 160px;
}
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item[data-v-32442e7c],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item[data-v-32442e7c],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item[data-v-32442e7c],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item[data-v-32442e7c],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item[data-v-32442e7c],
.ui-header .center-1 .nav .list.x9 .item:first-child + .item + .item + .item + .item + .item + .item + .item + .item + .item[data-v-32442e7c] { width: 104px;
}
.ui-header .center-1 .nav .list.x10 .item[data-v-32442e7c] { width: 104px;
}
.ui-header .center-1 .nav .list.x10 .item:first-child + .item + .item + .item[data-v-32442e7c] { margin-right: 0;
}
.ui-header .center-1 .nav .list.x10 .item:first-child + .item + .item + .item + .item[data-v-32442e7c] { margin-right: 160px;
}
.ui-header .center-2 .header[data-v-32442e7c] { height: 80px;
}
.ui-header .center-2 .logo[data-v-32442e7c] { float: left; max-width: 150px; margin: 20px 40px 0 0;
}
.ui-header .center-2 .logo img[data-v-32442e7c] { display: block; height: 40px;
}
.ui-header .center-2 .nav[data-v-32442e7c] { float: left;
}
.ui-header .center-2 .nav .list[data-v-32442e7c] { height: 80px;
}
.ui-header .center-2 .nav .item[data-v-32442e7c] { float: left; width: auto; padding: 0 15px; position: relative;
}
.ui-header .center-2 .nav .link[data-v-32442e7c] { display: block; line-height: 80px; white-space: nowrap; text-align: center; font-size: 15px; color: #fff;
}
.ui-header .center-2 .nav .drop[data-v-32442e7c] { position: absolute; left: 0; right: 0; top: 80px; display: none;
}
.ui-header .center-2 .nav .list2[data-v-32442e7c] { position: relative; background: #ddd;
}
.ui-header .center-2 .nav .item2[data-v-32442e7c] { position: relative; text-align: center;
}
.ui-header .center-2 .nav .link2[data-v-32442e7c] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-2 .nav .item:hover .drop[data-v-32442e7c] { display: block;
}
.ui-header .center-2 .nav .link2[data-v-32442e7c]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}
.ui-header .center-2 .tel[data-v-32442e7c] { float: right; margin: 20px 0 0; line-height: 40px; color: #fff; font-size: 20px; font-weight: bold;
}
.ui-header .center-2 .tel dt[data-v-32442e7c] { display: inline-block; vertical-align: middle;
}
.ui-header .center-2 .tel dd[data-v-32442e7c] { display: inline-block; vertical-align: middle;
}
.ui-header .center-2 .tel img[data-v-32442e7c] { width: 30px; height: 30px; vertical-align: middle;
}
.ui-header .center-3 .header[data-v-32442e7c] { height: 80px;
}
.ui-header .center-3 .logo[data-v-32442e7c] { float: left; max-width: 150px; margin: 20px 40px 0 0;
}
.ui-header .center-3 .logo img[data-v-32442e7c] { display: block; height: 40px;
}
.ui-header .center-3 .nav[data-v-32442e7c] { float: right;
}
.ui-header .center-3 .nav .list[data-v-32442e7c] { height: 80px;
}
.ui-header .center-3 .nav .item[data-v-32442e7c] { float: left; width: auto; padding: 0 20px; position: relative;
}
.ui-header .center-3 .nav .item > a[data-v-32442e7c] { display: block; line-height: 80px; white-space: nowrap; text-align: center; font-size: 15px; color: #fff;
}
.ui-header .center-3 .nav .drop[data-v-32442e7c] { position: absolute; left: 0; right: 0; top: 80px; display: none;
}
.ui-header .center-3 .nav .list2[data-v-32442e7c] { position: relative; background: #ddd;
}
.ui-header .center-3 .nav .item2[data-v-32442e7c] { position: relative; text-align: center;
}
.ui-header .center-3 .nav .link2[data-v-32442e7c] { display: block; padding: 0 10px; line-height: 35px; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-header .center-3 .nav .item:hover .drop[data-v-32442e7c] { display: block;
}
.ui-header .center-3 .nav .link2[data-v-32442e7c]:hover { box-shadow: 0 0 100px rgba(0,0,0,.1) inset;
}














































































































































































/**************************
 ** ui-footer
 ** liqingyun
 **************************/
.ui-footer input[data-v-6362c6d0]::-webkit-input-placeholder,
.ui-footer textarea[data-v-6362c6d0]::-webkit-input-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-6362c6d0]:-moz-placeholder,
.ui-footer textarea[data-v-6362c6d0]:-moz-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-6362c6d0]::-moz-placeholder,
.ui-footer textarea[data-v-6362c6d0]::-moz-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer input[data-v-6362c6d0]:-ms-input-placeholder,
.ui-footer textarea[data-v-6362c6d0]:-ms-input-placeholder { color: #fff; color: rgba(255,255,255,.8)
}
.ui-footer[data-v-6362c6d0] { background-position: center bottom; background-repeat: no-repeat;
}
.ui-footer .subnav.x5 li[data-v-6362c6d0] { width: 20% !important;
}
.ui-footer .subnav.x6 li[data-v-6362c6d0] { width: 16.66% !important;
}
.ui-footer .subnav.x7 li[data-v-6362c6d0] { width: 14.28% !important;
}
.ui-footer .subnav.x8 li[data-v-6362c6d0] { width: 12.5% !important;
}
.ui-footer .subnav.x9 li[data-v-6362c6d0] { width: 11.11% !important;
}
.ui-footer .subnav.x10 li[data-v-6362c6d0] { width: 10% !important;
}
.ui-footer .subnav.x11 li[data-v-6362c6d0] { width: 9.09% !important;
}
.ui-footer .subnav.x12 li[data-v-6362c6d0] { width: 8.33% !important;
}
.ui-footer .center-0[data-v-6362c6d0] { position: relative;
}
.ui-footer .center-0 .subnav[data-v-6362c6d0] { text-align: center; color: inherit; padding: 15px 0; overflow: hidden; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,.3);
}
.ui-footer .center-0 .subnav li[data-v-6362c6d0] { float: left; width: 10%; font-size: 16px;
}
.ui-footer .center-0 .subnav a[data-v-6362c6d0] { display: block; line-height: 40px; color: inherit;
}
.ui-footer .center-0 .subnav a[data-v-6362c6d0]:hover { opacity: .8; filter: Alpha(opacity=80);
}
.ui-footer .center-0 .part[data-v-6362c6d0] { position: relative; padding: 40px 0 40px; overflow: hidden; color: inherit;
}
.ui-footer .center-0 .node[data-v-6362c6d0] { float: left; margin: 0 80px 0 0;
}
.ui-footer .center-0 .node h3[data-v-6362c6d0] { width: 25px; white-space: nowrap; line-height: 40px; font-size: 16px; margin: 0 0 15px; border-bottom: 1px solid #fff;
}
.ui-footer .center-0 .link[data-v-6362c6d0] { line-height: 24px;
}
.ui-footer .center-0 .link a[data-v-6362c6d0]:hover { opacity: .8;
}
.ui-footer .center-0 .node-contact[data-v-6362c6d0] { width: 450px;
}
.ui-footer .center-0 .desc[data-v-6362c6d0] { line-height: 24px;
}
.ui-footer .center-0 .node-rcode[data-v-6362c6d0] { float: right; margin-right: 0;
}
.ui-footer .center-0 .qrcode[data-v-6362c6d0] { float: left; text-align: center;
}
.ui-footer .center-0 .qrcode dd[data-v-6362c6d0] { float: left; width: 100px; margin: 0 0 0 15px;
}
.ui-footer .center-0 .qrcode img[data-v-6362c6d0] { width: 100px; height: 100px;
}
.ui-footer .center-0 .qrcode p[data-v-6362c6d0] { line-height: 30px;
}
.ui-footer .center-0 .copyright[data-v-6362c6d0] { position: relative; line-height: 20px; padding: 15px; border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,.3); text-align: center;
}
.ui-footer .center-0 .copyright p[data-v-6362c6d0] { color: inherit;
}
.ui-footer .center-0 .copyright a[data-v-6362c6d0]:hover { opacity: .6;
}
.ui-footer .center-1[data-v-6362c6d0] { position: relative;
}
.ui-footer .center-1 .part[data-v-6362c6d0] { position: relative; padding: 40px 0 40px; overflow: hidden; color: inherit;
}
.ui-footer .center-1 .rows[data-v-6362c6d0] { float: left;
}
.ui-footer .center-1 .rows h3[data-v-6362c6d0] { line-height: 30px; font-weight: normal; font-size: 24px; margin: 0 0 30px;
}
.ui-footer .center-1 .subcontat[data-v-6362c6d0] { width: 330px; margin: 0 100px 0 0;
}
.ui-footer .center-1 .subcontat .word[data-v-6362c6d0] { line-height: 30px;
}
.ui-footer .center-1 .subcontat .word h2[data-v-6362c6d0] { margin: 0 0 35px; font-size: 16px; font-weight: normal;
}
.ui-footer .center-1 .subnav[data-v-6362c6d0] { float: right; width: 200px; text-align: right;
}
.ui-footer .center-1 .subnav .link[data-v-6362c6d0] { position: relative; overflow: hidden;
}
.ui-footer .center-1 .subnav .link li[data-v-6362c6d0] { float: left; width: 50%; line-height: 30px;
}
.ui-footer .center-1 .subcode[data-v-6362c6d0] { text-align: center;
}
.ui-footer .center-1 .qrcode[data-v-6362c6d0] { text-align: center; position: relative; white-space: nowrap;
}
.ui-footer .center-1 .qrcode dd[data-v-6362c6d0] { display: inline-block; vertical-align: middle; width: 120px; margin: 0 10px;
}
.ui-footer .center-1 .qrcode img[data-v-6362c6d0] { width: 100px; height: 100px; padding: 10px; border-radius: 5px; background: #fff;
}
.ui-footer .center-1 .qrcode p[data-v-6362c6d0] { line-height: 30px;
}
.ui-footer .center-1 .copyright[data-v-6362c6d0] { position: relative; line-height: 20px; padding: 15px; border-top: 1px solid #fff; border-top: 1px solid rgba(255,255,255,.3);
}
.ui-footer .center-1 .copyright p[data-v-6362c6d0] { color: inherit;
}
.ui-footer .center-1 .copyright a[data-v-6362c6d0]:hover { opacity: .8;
}
.ui-footer .center-2[data-v-6362c6d0] { position: relative; padding: 0 0 60px;
}
.ui-footer .center-2 .part[data-v-6362c6d0] { position: relative; padding: 50px 0 30px; overflow: hidden; color: inherit;
}
.ui-footer .center-2 .copyright[data-v-6362c6d0] { position: relative; line-height: 20px; padding: 15px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5);
}
.ui-footer .center-2 .copyright p[data-v-6362c6d0] { color: inherit;
}
.ui-footer .center-2 .copyright a[data-v-6362c6d0]:hover { opacity: .8;
}
.ui-footer .center-2 .node[data-v-6362c6d0] { float: left; margin: 0 40px 0 0;
}
.ui-footer .center-2 .node h3[data-v-6362c6d0] { line-height: 30px; font-size: larger; font-weight: normal; margin: 0 0 5px;
}
.ui-footer .center-2 .link[data-v-6362c6d0] { line-height: 24px;
}
.ui-footer .center-2 .link a[data-v-6362c6d0]:hover { opacity: .8;
}
.ui-footer .center-2 .desc[data-v-6362c6d0] { line-height: 24px;
}
.ui-footer .center-2 .desc p.big[data-v-6362c6d0] { line-height: 35px; font-size: 32px;
}
.ui-footer .center-2 .node-rcode[data-v-6362c6d0] { float: right;
}
.ui-footer .center-2 .qrcode[data-v-6362c6d0] { position: relative; text-align: center;
}
.ui-footer .center-2 .qrcode dd[data-v-6362c6d0] { display: inline-block; vertical-align: middle; margin: 0 10px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5); padding: 10px;
}
.ui-footer .center-2 .qrcode img[data-v-6362c6d0] { width: 110px; height: 110px;
}
.ui-footer .center-2 .qrcode p[data-v-6362c6d0] { line-height: 30px;
}
.ui-footer .center-2 .node-form[data-v-6362c6d0] { float: right; width: 280px;
}
.ui-footer .center-2 .x-input[data-v-6362c6d0] { position: relative; overflow: hidden; margin: 0 0 10px;
}
.ui-footer .center-2 .x-input-min[data-v-6362c6d0],
.ui-footer .center-2 .x-input-max[data-v-6362c6d0] { float: left; width: 120px; line-height: 38px; padding: 0 0 0 10px; border: 1px solid #fff; border: 1px solid rgba(255,255,255,.5); background: none; color: inherit;
}
.ui-footer .center-2 .x-input-max[data-v-6362c6d0] { width: 268px;
}
.ui-footer .center-2 .x-input-min + .x-input-min[data-v-6362c6d0] { float: right;
}
.ui-footer .center-2 .x-submit[data-v-6362c6d0] { height: 40px; background: #fff; border: 0; width: 100%; font-size: larger; cursor: pointer;
}

.ui-toolbar[data-v-0088ad7a] {
  position: fixed;
  right: 5px;
  top: 350px;
}
.ui-toolbar .center-0[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-0 .list[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-0 .item[data-v-0088ad7a] {
  margin: 0 0 4px;
  border-radius: 5px;
  position: relative;
}
.ui-toolbar .center-0 .item:hover .icon[data-v-0088ad7a] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-toolbar .center-0 .item:hover .drop[data-v-0088ad7a] {
  display: block;
}
.ui-toolbar .center-0 .icon[data-v-0088ad7a] {
  display: block;
  width: 30px;
  height: 30px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
  transition: all 0.5s ease;
}
.ui-toolbar .center-0 .icon img[data-v-0088ad7a] {
  display: block;
  width: 30px;
  height: 30px;
}
.ui-toolbar .center-0 .icon span[data-v-0088ad7a] {
  display: none;
}
.ui-toolbar .center-0 .drop[data-v-0088ad7a] {
  position: absolute;
  right: 40px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-0 .text[data-v-0088ad7a] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 38px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-0 .image[data-v-0088ad7a] {
  background: #fff;
  border: 1px solid #ddd;
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-0 .image img[data-v-0088ad7a] {
  width: 100%;
}
.ui-toolbar .center-0 .image p[data-v-0088ad7a] {
  text-align: center;
  white-space: nowrap;
  color: #999;
}
.ui-toolbar .center-1[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-1 .list[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-1 .item[data-v-0088ad7a] {
  margin: 0 0 4px;
  border-radius: 5px;
  position: relative;
}
.ui-toolbar .center-1 .item:hover .icon[data-v-0088ad7a] {
  opacity: 0.8;
}
.ui-toolbar .center-1 .item:hover .drop[data-v-0088ad7a] {
  display: block;
}
.ui-toolbar .center-1 .icon[data-v-0088ad7a] {
  display: block;
  width: 50px;
  height: 50px;
  transition: all 0.5s ease;
}
.ui-toolbar .center-1 .icon img[data-v-0088ad7a] {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 3px;
}
.ui-toolbar .center-1 .icon span[data-v-0088ad7a] {
  display: none;
}
.ui-toolbar .center-1 .drop[data-v-0088ad7a] {
  position: absolute;
  right: 50px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-1 .text[data-v-0088ad7a] {
  background: #fff;
  border: 1px solid #ddd;
  line-height: 48px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-1 .image[data-v-0088ad7a] {
  background: #fff;
  border: 1px solid #ddd;
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-1 .image img[data-v-0088ad7a] {
  width: 100%;
}
.ui-toolbar .center-1 .image p[data-v-0088ad7a] {
  text-align: center;
  white-space: nowrap;
  color: #999;
}
.ui-toolbar .center-2[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-2 .list[data-v-0088ad7a] {
  position: relative;
  width: 130px;
}
.ui-toolbar .center-2 .xine[data-v-0088ad7a] {
  position: relative;
  overflow: hidden;
}
.ui-toolbar .center-2 .xine[data-v-0088ad7a]:first-child {
  display: none;
}
.ui-toolbar .center-2 .xine i[data-v-0088ad7a] {
  display: block;
  height: 10px;
  margin: 0 10px;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.5) inset;
  transform: skewX(-60deg);
}
.ui-toolbar .center-2 .item[data-v-0088ad7a] {
  position: relative;
  height: 45px;
}
.ui-toolbar .center-2 .item[data-v-0088ad7a]:first-child {
  padding-top: 0;
}
.ui-toolbar .center-2 .item:hover .icon[data-v-0088ad7a] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.ui-toolbar .center-2 .item:hover .drop[data-v-0088ad7a] {
  display: block;
}
.ui-toolbar .center-2 .icon[data-v-0088ad7a] {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #fff;
  padding: 0 0 0 10px;
  transition: all 0.5s ease;
  white-space: nowrap;
  overflow: hidden;
}
.ui-toolbar .center-2 .icon img[data-v-0088ad7a] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.ui-toolbar .center-2 .icon span[data-v-0088ad7a] {
  vertical-align: middle;
}
.ui-toolbar .center-2 .drop[data-v-0088ad7a] {
  position: absolute;
  right: 130px;
  bottom: 0;
  padding: 0 4px 0 0;
  display: none;
}
.ui-toolbar .center-2 .text[data-v-0088ad7a] {
  line-height: 44px;
  white-space: nowrap;
  padding: 0 15px;
  border-radius: 3px;
  font-size: large;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-2 .image[data-v-0088ad7a] {
  width: 90px;
  padding: 10px;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  animation: slowInRight 0.3s ease;
}
.ui-toolbar .center-2 .image img[data-v-0088ad7a] {
  width: 100%;
}
.ui-toolbar .center-2 .image p[data-v-0088ad7a] {
  text-align: center;
  white-space: nowrap;
}
.ui-toolbar .center-3[data-v-0088ad7a] {
  width: 150px;
}
.ui-toolbar .center-3 .head[data-v-0088ad7a] {
  position: relative;
  height: 60px;
  text-align: center;
  overflow: hidden;
}
.ui-toolbar .center-3 .head i[data-v-0088ad7a] {
  position: absolute;
  left: 9px;
  right: 0;
  width: 132px;
  height: 132px;
  border-radius: 50%;
}
.ui-toolbar .center-3 .head h3[data-v-0088ad7a] {
  position: relative;
  top: 22px;
  z-index: 2;
  font-size: 20px;
}
.ui-toolbar .center-3 .list[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-3 .blank[data-v-0088ad7a] {
  position: relative;
  height: 8px;
  overflow: hidden;
}
.ui-toolbar .center-3 .blank i[data-v-0088ad7a] {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 0;
  border: 75px solid transparent;
  border-bottom-color: #999;
}
.ui-toolbar .center-3 .item[data-v-0088ad7a] {
  position: relative;
}
.ui-toolbar .center-3 .icon[data-v-0088ad7a] {
  display: block;
  padding: 20px;
  background: rgba(255, 255, 255, 0.5);
}
.ui-toolbar .center-3 .rcode[data-v-0088ad7a] {
  text-align: center;
}
.ui-toolbar .center-3 .rcode img[data-v-0088ad7a] {
  width: 100%;
}
.ui-toolbar .center-3 .rcode p[data-v-0088ad7a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: larger;
}
.ui-toolbar .center-3 .tel[data-v-0088ad7a] {
  text-align: center;
  font-size: 16px;
  padding: 0.5em 1em;
}
.ui-toolbar .center-3 .tel h3[data-v-0088ad7a] {
  font-weight: normal;
}
.ui-toolbar .center-3 .tel p[data-v-0088ad7a] {
  font-size: large;
  white-space: nowrap;
}
.ui-toolbar .center-3 .online[data-v-0088ad7a] {
  position: relative;
  padding: 10px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-toolbar .center-3 .online img[data-v-0088ad7a] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 0.5em;
}
.ui-toolbar .center-3 .online span[data-v-0088ad7a] {
  vertical-align: middle;
  font-size: 16px;
}
.ui-toolbar .center-3 .itop[data-v-0088ad7a] {
  background: none;
  text-align: center;
  position: relative;
}
.ui-toolbar .center-3 .itop i[data-v-0088ad7a] {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border: 75px solid transparent;
}
.ui-toolbar .center-3 .itop img[data-v-0088ad7a] {
  width: 32px;
  height: 32px;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ui-toolbar .center-4[data-v-0088ad7a] {
  width: 180px;
}
.ui-toolbar .center-4 .head[data-v-0088ad7a] {
  position: relative;
  border-radius: 20px;
}
.ui-toolbar .center-4 .head i[data-v-0088ad7a] {
  display: block;
  height: 20px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.ui-toolbar .center-4 .list[data-v-0088ad7a] {
  position: relative;
  margin: 0 12px;
  padding: 0 10px;
  top: -10px;
}
.ui-toolbar .center-4 .item[data-v-0088ad7a] {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.ui-toolbar .center-4 .item[data-v-0088ad7a]:first-child {
  border: none;
}
.ui-toolbar .center-4 .icon[data-v-0088ad7a] {
  display: block;
  padding: 10px;
}
.ui-toolbar .center-4 .rcode[data-v-0088ad7a] {
  text-align: center;
}
.ui-toolbar .center-4 .rcode img[data-v-0088ad7a] {
  width: 100%;
}
.ui-toolbar .center-4 .rcode p[data-v-0088ad7a] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: larger;
}
.ui-toolbar .center-4 .tel[data-v-0088ad7a] {
  text-align: center;
  font-size: 16px;
  padding-left: 0;
  padding-right: 0;
}
.ui-toolbar .center-4 .tel h3[data-v-0088ad7a] {
  font-weight: normal;
}
.ui-toolbar .center-4 .tel p[data-v-0088ad7a] {
  font-size: large;
  white-space: nowrap;
}
.ui-toolbar .center-4 .online[data-v-0088ad7a] {
  position: relative;
  padding: 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-toolbar .center-4 .online img[data-v-0088ad7a] {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 1em;
}
.ui-toolbar .center-4 .online span[data-v-0088ad7a] {
  vertical-align: middle;
  font-size: larger;
}
.ui-toolbar .center-4 .itop[data-v-0088ad7a] {
  position: relative;
  text-align: center;
}
.ui-toolbar .center-4 .itop .r[data-v-0088ad7a] {
  left: auto !important;
  right: -10px;
}
.ui-toolbar .center-4 .itop .r i[data-v-0088ad7a] {
  left: auto;
  right: 0;
}
.ui-toolbar .center-4 .itop i[data-v-0088ad7a] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border: 100px solid transparent;
}
.ui-toolbar .center-4 .itop a[data-v-0088ad7a] {
  position: relative;
  padding: 10px 20px;
  top: 50px;
  border-radius: 20px;
}
.ui-toolbar .center-4 .itop a[data-v-0088ad7a]:hover {
  color: inherit;
}
.ui-toolbar .center-4 .itop .l[data-v-0088ad7a],
.ui-toolbar .center-4 .itop .r[data-v-0088ad7a] {
  position: absolute;
  width: 84px;
  height: 80px;
  left: -10px;
  top: 0;
  overflow: hidden;
}

.animate-config[data-v-314766ed] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.animate-config .animate-dialog[data-v-314766ed] {
  position: fixed;
  left: 100px;
  top: 80px;
  z-index: 2;
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 380px;
}
.animate-config .animate-dialog .head[data-v-314766ed] {
  position: relative;
  padding: 20px;
  background: #5874d8;
  border-radius: 5px 5px 0 0;
}
.animate-config .animate-dialog .head h2[data-v-314766ed] {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.animate-config .animate-dialog .close[data-v-314766ed] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABxSURBVHjazNTbCoAwDAPQNPj/v1xfFES39MJE874DbcPM3bEyxOK8DnbmdwVaEfXjjRw5iz4wtcMIHWLRUWboFMtc+Y5KDAC2xK6uqP2y2OeYqeuzWI0QZaMaEmW1ZxHKBiZRNrEpOvocqrHPe1jKPgCOFRwo7pedRgAAAABJRU5ErkJggg==) center center no-repeat;
  overflow: hidden;
  text-indent: -99em;
}
.animate-config .animate-dialog .close[data-v-314766ed]:hover {
  opacity: 0.5;
}
.animate-config .animate-dialog .main[data-v-314766ed] {
  position: relative;
  padding: 20px;
}
.animate-config .animate-dialog .main .animate-block[data-v-314766ed] {
  position: relative;
  padding-bottom: 45px;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-314766ed] {
  display: inline-block;
  width: 49%;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #666666;
  background: #f4f4f4;
  border-radius: 0 3px 3px 0px;
  text-align: center;
  cursor: pointer;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-314766ed]:hover {
  color: #5b74d5;
  background: #e3eaff;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-child[data-v-314766ed]:first-child {
  margin-right: 1px;
  border-radius: 3px 0px 0px 3px;
}
.animate-config .animate-dialog .main .animate-block .tab-box .tab-active[data-v-314766ed] {
  color: #5b74d5;
  background: #e3eaff;
}
.animate-config .animate-dialog .main .animate-block .content[data-v-314766ed] {
  max-height: 320px;
  overflow: auto;
}
.animate-config .animate-dialog .main .animate-block .content .list[data-v-314766ed] {
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.animate-config .animate-dialog .main .animate-block .content .list li[data-v-314766ed] {
  float: left;
  width: 25%;
  padding: 10px;
  margin: 0 -1px -1px 0;
  background: #fbfbfb;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item[data-v-314766ed] {
  background-position: -10px -10px;
  background-image: url(../../static/img/animate-icon.png?hash=dd7d6291);
  width: 68px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  position: relative;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item1[data-v-314766ed] {
  background-position: -98px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item2[data-v-314766ed] {
  background-position: -186px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item3[data-v-314766ed] {
  background-position: -274px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item4[data-v-314766ed] {
  background-position: -362px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item5[data-v-314766ed] {
  background-position: -274px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item6[data-v-314766ed] {
  background-position: -10px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item7[data-v-314766ed] {
  background-position: -98px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item8[data-v-314766ed] {
  background-position: -98px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item9[data-v-314766ed] {
  background-position: -186px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item10[data-v-314766ed] {
  background-position: -10px -95px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item11[data-v-314766ed] {
  background-position: -362px -94px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item12[data-v-314766ed] {
  background-position: -10px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item13[data-v-314766ed] {
  background-position: -98px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item14[data-v-314766ed] {
  background-position: -186px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item15[data-v-314766ed] {
  background-position: -10px -265px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item16[data-v-314766ed] {
  background-position: -186px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item17[data-v-314766ed] {
  background-position: -274px -180px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item18[data-v-314766ed] {
  background-position: -274px -10px;
}
.animate-config .animate-dialog .main .animate-block .content .list li .text-item[data-v-314766ed] {
  height: 24px;
  line-height: 24px;
  text-align: center;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-active[data-v-314766ed] {
  border-color: #557ce1;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-active[data-v-314766ed]::before {
  content: '';
  width: 18px;
  height: 14px;
  position: absolute;
  bottom: 0;
  right: 0;
  _bottom: 0;
  z-index: 1;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAYAAAAi2ky3AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAADGSURBVCiRldIxTsMwFAbgL6gSDCzd27kqEwtS2VAHEJygvkFhxqcAhp6CvUztDXqD+jRhIVIUkjh5m+X3Pv96clGWpTEVYppijQfcYIHryQjgCVs847J5n4VCTPfY4a6vrxMKMV3hC68ocg+2QiGmOfa4zQGdUIhpiQPmQxG4aCAzHIcg3x+LduhvJz+YjUWaiT617KQ5VJ1DTP+hENMKb7kEXQgUm/dzgZOef1JP1YZUiR77kPpwF1JB2z4kl6QOvQyBcvULw8EyPRF2VlEAAAAASUVORK5CYII=) no-repeat scroll;
}
.animate-config .animate-dialog .main .animate-block .content .list li .icon-item0[data-v-314766ed] {
  background: none;
}
.animate-config .animate-dialog .main .animate-block .content .list li .none-back[data-v-314766ed] {
  overflow: hidden;
  background: none;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box[data-v-314766ed] {
  margin-top: 14px;
  line-height: 34px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item[data-v-314766ed] {
  margin-bottom: 7px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-label[data-v-314766ed] {
  width: 42px;
  margin-right: 5px;
  display: inline-block;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-input[data-v-314766ed] {
  display: inline-block;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .setting-item-input .el-input-number--small[data-v-314766ed] {
  width: 88px;
}
.animate-config .animate-dialog .main .animate-block .content .setting-box .setting-item .el-radio + .el-radio[data-v-314766ed] {
  margin-left: 7px;
}
.animate-config .animate-dialog .main .animate-block .footer[data-v-314766ed] {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: right;
}

.icon-animate-preview {
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAYAAAAe2bNZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkVBNThDNDQyMUNDMTExRUFCNDRBQzgwN0UzQjRCQzU5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkVBNThDNDQzMUNDMTExRUFCNDRBQzgwN0UzQjRCQzU5Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RUE1OEM0NDAxQ0MxMTFFQUI0NEFDODA3RTNCNEJDNTkiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RUE1OEM0NDExQ0MxMTFFQUI0NEFDODA3RTNCNEJDNTkiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Y9UVjAAACJUlEQVR42szYzSsEYRwH8IcdcsCWDUktDvgD0EobiauX7JJycuSiLYW/wGXLyUtxcHBQ7IHdI4nQ7p9gXdiS2CgvB61m+f52nmHaZu0L5nme+tRsTTPffs/M7PN7iuYDHyzPUQGtUAfVUAp2eIIExOEWLuAl28UWR76PlY/sWWphEPqhE5x5BI9BGA5gH+5+OllJZg7TDT4YABsrbDi5MViFICzBidnJxVSZNA7YgWMYBpvJOYWw8esd8+s70mclvTL0DESgif3v8EIbuPgzZhpmxYIg+mjiU+f9miYKw7nBa/htBc/MNnObVWaWiRl031M6KJreSqWpgRsKJyCMCvXLE+xOn6ZBUCyeIp0NBlLTpGrT1MfEDrr/hpJMpn64BIfp1CtTaeHrnGk0Tm6ySqpMM5NjtFBlnJKEcSpqkjkkCVNFr3OJJGFKqDJ2ScLYKcyTJGGeaZreJQmToMo8SBLmkV7tmCRhYvTRu5QkTJQq84yDK/oki6zKgY8eYO2PMiw4zLlxCXEI4wLDHGrLTq0y1GCt/aI/+u1KL2hcA99DCIYEhAmdzWmdpnFB7hcUxm/WHdAKPQAeC4MEIgtaZ2DWxE3xTs+KN+ua34+ZNXEkDu2w+88dQQA66H7ZGv8HGIUe2AP1jxp/lV+PruuFeLbG3zhOOH1/phe6oCHPqaAP2lFO+zM5bBbRBdY5xnepWgw7V2VQDq/wZti5ivLdrJzHpwADAGXk3NmeDZlWAAAAAElFTkSuQmCC) no-repeat 50%;
}

.jz-panel .header-module[data-v-380555ef] {
  cursor: pointer;
}
.jz-panel .header-template[data-v-380555ef] {
  margin-left: 20px;
  cursor: pointer;
}
.jz-panel .header-system[data-v-380555ef] {
  position: relative;
  margin-left: 20px;
  cursor: pointer;
}
.jz-panel .header-system i[data-v-380555ef] {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1.2;
  font-size: 12px;
  text-transform: uppercase;
  font-style: normal;
  color: #ED3833;
  transform: translate(30px, -5px);
}
.jz-panel .panel-wrap[data-v-380555ef] {
  height: 508px;
  background: #fff;
}
.jz-panel .panel-wrap .panel-template[data-v-380555ef] {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.jz-panel .panel-wrap .panel-template .category-select[data-v-380555ef] {
  padding: 10px 12px;
}
.jz-panel .panel-wrap .panel-template .category-select .el-select[data-v-380555ef] {
  width: 100%;
}
.jz-panel .panel-wrap .panel-template .template-select[data-v-380555ef] {
  flex: 1;
  height: 100%;
  padding: 0 10px 10px;
  overflow: auto;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item[data-v-380555ef] {
  box-sizing: border-box;
  height: 150px;
  margin: 10px 10px 20px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.09);
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item img[data-v-380555ef] {
  width: 100%;
  max-height: 100%;
  vertical-align: top;
}
.jz-panel .panel-wrap .panel-template .template-select .template-item .img-modal[data-v-380555ef] {
  display: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  background: rgba(204, 204, 204, 0.3);
}
.jz-panel .panel-wrap .panel-template .template-select .template-item:hover .img-modal[data-v-380555ef] {
  display: flex;
}
.jz-panel .triangle-active[data-v-380555ef] {
  position: absolute;
  bottom: 0;
  left: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  transition: left 0.3s;
}
.ui-wrapper[data-v-380555ef] {
  position: relative;
  padding: 0 0 50px;
  background: #f6f6f6;
}
.ui-menuer[data-v-380555ef] {
  position: relative;
}
.ui-container[data-v-380555ef] {
  position: relative;
}
.ui-content[data-v-380555ef] {
  position: relative;
}
.ui-page[data-v-380555ef] {
  position: relative;
}
.ui-page > div > ul[data-v-380555ef]:empty::before {
  content: '请拖动模块到网站主体区域';
  display: block;
  padding: 200px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .sortable-ghost[data-v-380555ef] {
  position: relative;
}
.ui-page .sortable-ghost > *[data-v-380555ef] {
  display: none;
}
.ui-page .sortable-ghost[data-v-380555ef]::after {
  content: '放在这里';
  display: block;
  padding: 50px 0;
  text-align: center;
  background: #eef1fb;
  color: #5874d8;
  border: 1px dashed #5874d8;
}
.ui-page .sortable-drag > *[data-v-380555ef] {
  transform: scale(1);
}
.ui-page .scale-0[data-v-380555ef] {
  padding: 0 0 100% 0;
}
#jz-header[data-v-380555ef] {
  position: relative;
  height: 60px;
  padding: 0;
  z-index: 99;
}
#jz-operation[data-v-380555ef] {
  padding: 0;
}
#jz-content[data-v-380555ef] {
  position: relative;
}
#jz-panel[data-v-380555ef] {
  position: fixed;
  left: 20px;
  top: 100px;
  z-index: 900;
}
#jz-region[data-v-380555ef] {
  position: relative;
}
#jz-model[data-v-380555ef] {
  position: relative;
}
#jz-district[data-v-380555ef] {
  position: relative;
  line-height: 1.5;
}
#jz-district .ui-item[data-v-380555ef] {
  border: 1px dashed transparent;
  position: relative;
  min-height: 0;
}
#jz-district .ui-item[data-v-380555ef]:hover {
  border-color: #5874d8;
}
#jz-district .ui-item:hover .ui-operation[data-v-380555ef] {
  display: block !important;
}
#jz-district .ui-item.fixed[data-v-380555ef] {
  position: fixed;
  z-index: 99;
}
.jz-wrap[data-v-380555ef] {
  margin: 0 auto;
  position: relative;
}
.jz-wrap[data-v-380555ef]::after {
  content: '';
  display: block;
  height: 0;
  line-height: 0;
  clear: both;
}
.jz-entry[data-v-380555ef] {
  position: fixed;
  left: 20px;
  top: 50%;
  margin: -100px 0 0 0;
  z-index: 1;
}
.jz-entry .list[data-v-380555ef] {
  width: 54px;
}
.jz-entry .item[data-v-380555ef] {
  width: 0;
  height: 54px;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 54px;
  overflow: hidden;
  background: #fafafa;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: #fff;
  border-radius: 54px;
  transition: all 0.3s ease;
  cursor: pointer;
}
.jz-entry .item i[data-v-380555ef] {
  width: 54px;
  height: 54px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAADYCAYAAAAOPQauAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkI4MzUxNjU4RTc3MTFFOUFDNjNEN0JGNjM1NEI1QkQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkI4MzUxNjY4RTc3MTFFOUFDNjNEN0JGNjM1NEI1QkQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQjgzNTE2MzhFNzcxMUU5QUM2M0Q3QkY2MzU0QjVCRCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQjgzNTE2NDhFNzcxMUU5QUM2M0Q3QkY2MzU0QjVCRCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkOtUFMAAAlsSURBVHja7J15bFRVFMZvKWCBtuwiuCBbgYKKirIVAauoqIiKW1QMKm5QjCiJqBHjisVo4kiQEP5R/6AG1BBRKRVRFiOCRqWCIglbZHMpS4GwdDwn74y9vcxMOzPvde6dfF/ypW/v3Pnde+69r33nZYXDYQW5oyb4CgAMAjAIwAAMAjAIwAAMAjAIwAAMAjAIwAAMAjAIwAAMskVN/bpQSUnJKvpRFGP3avJwWY57XCgUGm7Zd3SAnB9j30Fy6wSPs6aFFTVwX1GS10iX8hu4Lz/JayAkog+DAAwCMACDMhvY6jj71iRxnC062MB9B5O8RnrmYdo8y6/jbFFrn49DSERITE58ByMcw6uSOM4WHYjzeQ8kcZw1wHCnI7lrICQiJEIABgEYgEGZDQx3OpK7RkLKwjPOCIkQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABmAQgEEABgEYgEEABgEYgEEABsVSyun3SkpK9NV25Hnk68itZNtUcsg8jfy2LHPirDLy5FAodNLS7ymlcpFP2tjCxpF3k8drhWLNJhdr68WyLSLOM/gQeR/BH2AhrJTLRR5gG7CHyR+Rm0fZdwa5grxfXCHbTLUlrydoIyyC5Vu5yCNsATaaPJecVc9xHcTxlM0FJ2h9LIDle7nIKZcrpcQq9MVyHsC95Byfv6wqcifq046nCVag5SIfT1cLWxJAoVhtyIvT2LqsLVeqwIIcJKQzmbO15UoV2EXkw8a2miSuY55zWK6dLllbrpSAUR+znX4UqtpsZfwBxyZxqbFa4fhahXLtdCmwcsm10zpK3EkuIO8gX09emgT4pXIuX6OA1ndaMEpMuVxyzv/lkmum906HiEdUXVNsrV+keo0AtNeHz+RruXAv0TEBGIBBAAYBGIBBjSJk1UYLgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAAgwAMAjAIwAAMAjAIwAAMakz5lbrITNYcTZeTZ5K3kaeQYz5cHQqFXPoOJ5JfV16aI87UVpMpLYwLNob8GPm8DKr0T5E7kvuTB7saEovIk5SX6zaiC7VlvWA9ydPJLR2Aw5XtPVU3afO52vLt2jJn2f5U1Z8POD0hUVNv8ufKSxl+F3mR8jJ8DtWOeVd56VQ5TevL5FzyJXK8rbqWPEeWbyQvkxCYpx0zVQBx5eP06ZzgeYPyMZtbEMBOScviPmqk2FQbgWaeZ7NOGJ//jijHMKC7jW2+9mlBhMQ/yE9H2c4Aj8YYbOyV2mmzviR/nOA5DOsqF/qwRRok1lcSFltKqOQ3JlRrx1eS/3GgD3vJWP+XfJu0rPbk9439/DqPrbYD4w//jAbrO+W9s+RnWedWNp98i3bOpeQzHZizfqCtV8toN1I5ucJNkLLrobPQVmA82PiQvElaUATYKyp6Yv1y8hpZbi018Vvy85aB4qnIn+Rjxpf/ljo98zbrNVWb3Jkr70byIfIK24BxMuIbyN0EVlhieGWcczZqy7ky3H/BMmA8ye9MbmZsXx7nnF1GxOGyjbINWKWEO3NU1DnOOZ2ibNtgGbB1MbbHC3Vto2yrtg3YMgHAE+QlWiubGON4nptcow1Opsgc5jLLgHGLbyGfdY+2fVqM44calZS7iQJpZdYNOvjFZlskvp8SEPeRZxhzvvPlLkALWf9MJqV/WzrgOCZ9rj5K7CXbcow7PHpftU/ma1tsnjgrmf1HWhjH8BfJD5J/kHBRJLd3Ivs7SOWpUXaro7F+tQwo9knlM0NhS/mOrXxDX0T8KqfZ2sSxRsDwEPhm6XybGxPqQcq7n2iz+J7hczEqfZcY/VaudA9Wz8P4rvU5EhJ5bjJXhsVhbajPt3lWyjA+orGWAxunRSQuxy8xIkKVtDo9TFoNbC15ltSsIeQnlPe3sN1aq3ucfCV5mPJeW/g1+QHLgYWkf9ojAwseXF1gQFsoLS1f7nowvDv9/BBB9WGlxjrHeL4Xd4/0Wau1ffPFLqjYWP9VeW8r6ibrZdq+CUHdbmksVUjnu438m8oclWsj5PKgfxnSoDsm/BMOgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYgEEABgEYJPL1Ccw4aWT56fs3lfdsM2fwjJoIzLHUsaw+ykt8xg/zjVQ+JwILHFgM8eOki8k9pEVzVjd+AH2X45V9hPLSF0VSGvHjs/wA+vcuh8R2yssxWCCVg39fX9mW5zCsHgYsFqey+EbFT9VkPTDONs0ZY7Lld2WLOfXqqw4DK1enJwtj5aj4ScOsBjacfG8UWE3Ej6i6iZtd0WRy9zj7+5HHuwhsehRQWdp+Xp7mILCZDTim1DVgnE51tAaJc0xxkixOt7pOtmVJTWzlEKxeqm6+qSPkNyT0VxsDrUAyrAY1ShyjxfgqgVcl6ytk+NteYHGCrU8cAfaktsz5Mjhn4nZZnyPLkSjCGYBmuNLCBmmtqFKDxeLExZu09SEOtbBh2vIhDRZrp6qbY2pUEB8gKGC9NWD9jCE8Jy7ub4QZV9RFW84zhvBdjXKe61JIbKNqcyG2k2HwLKkgz8r+iDo5BCzHGDT9rrykYVyuEmNQlecSsFwtzrMGx+mnXJpAN41Szlj9VDOXQuLxBI6tdghYIhlTT7oCjAcRPY1t4XommoMcgDXJCIn1iUfA99sOjPPeLpSChRsIjUNiWYJfRmOL++G5CZ7D/dk8o7+2Dhi/EeLsOPtjQesq59qqBaruu9AS6fMW2AzsJgNMIskYb7UYWCpzqmKbgfWNAquhobHQYmD5KZzr6yjY72E9d7TryT+Rf1Re5ukymXDqcxR+x9ij5IvJA5X3dqMeFgPjz873DXdIufjvXu9ECZP8F3VOlX6F8v4ScZbfw3u/gbVXdd9kx+Ls2fw2vsgrFVcqL6s2TzorjMm2rWolwHRtlcoYyVf/l/Lezsc3CUqN/tlaYCeibNsicbxJPXOZKouBHYmybbmMHpvWM+/a7sLE2RSHjrXibJU5ai4VrUrVfdtFo91qCXIeM1DV3lvcnyHAuqvav+fx8uZMAbZfOutmGQRLCaCjUhE3Z1ILY81UmfmPq6WNGebxogHHhH/VBjAIwCAAAzAIwCAAAzAIwCAAAzAIwCAAy0D9J8AAYR/ZyS2G1+AAAAAASUVORK5CYII=) 0 0 no-repeat;
}
.jz-entry .item span[data-v-380555ef] {
  display: block;
  width: 32px;
  line-height: 54px;
  font-size: 18px;
  white-space: nowrap;
  display: none;
}
.jz-entry .item[data-v-380555ef]:hover {
  width: 70px;
  background: #5874d8;
}
.jz-entry .item:hover span[data-v-380555ef] {
  display: block;
}
.jz-entry .mode i[data-v-380555ef] {
  background-position: 0 0;
}
.jz-entry .mode:hover i[data-v-380555ef] {
  background-position: -54px 0;
}
.jz-entry .style i[data-v-380555ef] {
  background-position: 0 -54px;
}
.jz-entry .style:hover i[data-v-380555ef] {
  background-position: -54px -54px;
}
.jz-entry .set i[data-v-380555ef] {
  background-position: 0 -108px;
}
.jz-entry .set:hover i[data-v-380555ef] {
  background-position: -54px -108px;
}
.jz-entry .baidu i[data-v-380555ef] {
  background-position: 0 -162px;
}
.jz-entry .baidu:hover i[data-v-380555ef] {
  background-position: -54px -162px;
}
.jz-panel[data-v-380555ef] {
  position: absolute;
  left: 100px;
  top: 0;
  z-index: 2;
  background: #fbfbfb;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 380px;
}
.jz-panel .head[data-v-380555ef] {
  position: relative;
  padding: 20px;
  background: #5874d8;
  border-radius: 5px 5px 0 0;
}
.jz-panel .head h2[data-v-380555ef] {
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}
.jz-panel .close[data-v-380555ef] {
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -20px 0 0 0;
  width: 40px;
  height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKTWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVN3WJP3Fj7f92UPVkLY8LGXbIEAIiOsCMgQWaIQkgBhhBASQMWFiApWFBURnEhVxILVCkidiOKgKLhnQYqIWotVXDjuH9yntX167+3t+9f7vOec5/zOec8PgBESJpHmomoAOVKFPDrYH49PSMTJvYACFUjgBCAQ5svCZwXFAADwA3l4fnSwP/wBr28AAgBw1S4kEsfh/4O6UCZXACCRAOAiEucLAZBSAMguVMgUAMgYALBTs2QKAJQAAGx5fEIiAKoNAOz0ST4FANipk9wXANiiHKkIAI0BAJkoRyQCQLsAYFWBUiwCwMIAoKxAIi4EwK4BgFm2MkcCgL0FAHaOWJAPQGAAgJlCLMwAIDgCAEMeE80DIEwDoDDSv+CpX3CFuEgBAMDLlc2XS9IzFLiV0Bp38vDg4iHiwmyxQmEXKRBmCeQinJebIxNI5wNMzgwAABr50cH+OD+Q5+bk4eZm52zv9MWi/mvwbyI+IfHf/ryMAgQAEE7P79pf5eXWA3DHAbB1v2upWwDaVgBo3/ldM9sJoFoK0Hr5i3k4/EAenqFQyDwdHAoLC+0lYqG9MOOLPv8z4W/gi372/EAe/tt68ABxmkCZrcCjg/1xYW52rlKO58sEQjFu9+cj/seFf/2OKdHiNLFcLBWK8ViJuFAiTcd5uVKRRCHJleIS6X8y8R+W/QmTdw0ArIZPwE62B7XLbMB+7gECiw5Y0nYAQH7zLYwaC5EAEGc0Mnn3AACTv/mPQCsBAM2XpOMAALzoGFyolBdMxggAAESggSqwQQcMwRSswA6cwR28wBcCYQZEQAwkwDwQQgbkgBwKoRiWQRlUwDrYBLWwAxqgEZrhELTBMTgN5+ASXIHrcBcGYBiewhi8hgkEQcgIE2EhOogRYo7YIs4IF5mOBCJhSDSSgKQg6YgUUSLFyHKkAqlCapFdSCPyLXIUOY1cQPqQ28ggMor8irxHMZSBslED1AJ1QLmoHxqKxqBz0XQ0D12AlqJr0Rq0Hj2AtqKn0UvodXQAfYqOY4DRMQ5mjNlhXIyHRWCJWBomxxZj5Vg1Vo81Yx1YN3YVG8CeYe8IJAKLgBPsCF6EEMJsgpCQR1hMWEOoJewjtBK6CFcJg4Qxwicik6hPtCV6EvnEeGI6sZBYRqwm7iEeIZ4lXicOE1+TSCQOyZLkTgohJZAySQtJa0jbSC2kU6Q+0hBpnEwm65Btyd7kCLKArCCXkbeQD5BPkvvJw+S3FDrFiOJMCaIkUqSUEko1ZT/lBKWfMkKZoKpRzame1AiqiDqfWkltoHZQL1OHqRM0dZolzZsWQ8ukLaPV0JppZ2n3aC/pdLoJ3YMeRZfQl9Jr6Afp5+mD9HcMDYYNg8dIYigZaxl7GacYtxkvmUymBdOXmchUMNcyG5lnmA+Yb1VYKvYqfBWRyhKVOpVWlX6V56pUVXNVP9V5qgtUq1UPq15WfaZGVbNQ46kJ1Bar1akdVbupNq7OUndSj1DPUV+jvl/9gvpjDbKGhUaghkijVGO3xhmNIRbGMmXxWELWclYD6yxrmE1iW7L57Ex2Bfsbdi97TFNDc6pmrGaRZp3mcc0BDsax4PA52ZxKziHODc57LQMtPy2x1mqtZq1+rTfaetq+2mLtcu0W7eva73VwnUCdLJ31Om0693UJuja6UbqFutt1z+o+02PreekJ9cr1Dund0Uf1bfSj9Rfq79bv0R83MDQINpAZbDE4Y/DMkGPoa5hpuNHwhOGoEctoupHEaKPRSaMnuCbuh2fjNXgXPmasbxxirDTeZdxrPGFiaTLbpMSkxeS+Kc2Ua5pmutG003TMzMgs3KzYrMnsjjnVnGueYb7ZvNv8jYWlRZzFSos2i8eW2pZ8ywWWTZb3rJhWPlZ5VvVW16xJ1lzrLOtt1ldsUBtXmwybOpvLtqitm63Edptt3xTiFI8p0in1U27aMez87ArsmuwG7Tn2YfYl9m32zx3MHBId1jt0O3xydHXMdmxwvOuk4TTDqcSpw+lXZxtnoXOd8zUXpkuQyxKXdpcXU22niqdun3rLleUa7rrStdP1o5u7m9yt2W3U3cw9xX2r+00umxvJXcM970H08PdY4nHM452nm6fC85DnL152Xlle+70eT7OcJp7WMG3I28Rb4L3Le2A6Pj1l+s7pAz7GPgKfep+Hvqa+It89viN+1n6Zfgf8nvs7+sv9j/i/4XnyFvFOBWABwQHlAb2BGoGzA2sDHwSZBKUHNQWNBbsGLww+FUIMCQ1ZH3KTb8AX8hv5YzPcZyya0RXKCJ0VWhv6MMwmTB7WEY6GzwjfEH5vpvlM6cy2CIjgR2yIuB9pGZkX+X0UKSoyqi7qUbRTdHF09yzWrORZ+2e9jvGPqYy5O9tqtnJ2Z6xqbFJsY+ybuIC4qriBeIf4RfGXEnQTJAntieTE2MQ9ieNzAudsmjOc5JpUlnRjruXcorkX5unOy553PFk1WZB8OIWYEpeyP+WDIEJQLxhP5aduTR0T8oSbhU9FvqKNolGxt7hKPJLmnVaV9jjdO31D+miGT0Z1xjMJT1IreZEZkrkj801WRNberM/ZcdktOZSclJyjUg1plrQr1zC3KLdPZisrkw3keeZtyhuTh8r35CP5c/PbFWyFTNGjtFKuUA4WTC+oK3hbGFt4uEi9SFrUM99m/ur5IwuCFny9kLBQuLCz2Lh4WfHgIr9FuxYji1MXdy4xXVK6ZHhp8NJ9y2jLspb9UOJYUlXyannc8o5Sg9KlpUMrglc0lamUycturvRauWMVYZVkVe9ql9VbVn8qF5VfrHCsqK74sEa45uJXTl/VfPV5bdra3kq3yu3rSOuk626s91m/r0q9akHV0IbwDa0b8Y3lG19tSt50oXpq9Y7NtM3KzQM1YTXtW8y2rNvyoTaj9nqdf13LVv2tq7e+2Sba1r/dd3vzDoMdFTve75TsvLUreFdrvUV99W7S7oLdjxpiG7q/5n7duEd3T8Wej3ulewf2Re/ranRvbNyvv7+yCW1SNo0eSDpw5ZuAb9qb7Zp3tXBaKg7CQeXBJ9+mfHvjUOihzsPcw83fmX+39QjrSHkr0jq/dawto22gPaG97+iMo50dXh1Hvrf/fu8x42N1xzWPV56gnSg98fnkgpPjp2Snnp1OPz3Umdx590z8mWtdUV29Z0PPnj8XdO5Mt1/3yfPe549d8Lxw9CL3Ytslt0utPa49R35w/eFIr1tv62X3y+1XPK509E3rO9Hv03/6asDVc9f41y5dn3m978bsG7duJt0cuCW69fh29u0XdwruTNxdeo94r/y+2v3qB/oP6n+0/rFlwG3g+GDAYM/DWQ/vDgmHnv6U/9OH4dJHzEfVI0YjjY+dHx8bDRq98mTOk+GnsqcTz8p+Vv9563Or59/94vtLz1j82PAL+YvPv655qfNy76uprzrHI8cfvM55PfGm/K3O233vuO+638e9H5ko/ED+UPPR+mPHp9BP9z7nfP78L/eE8/sl0p8zAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABxSURBVHjazNTbCoAwDAPQNPj/v1xfFES39MJE874DbcPM3bEyxOK8DnbmdwVaEfXjjRw5iz4wtcMIHWLRUWboFMtc+Y5KDAC2xK6uqP2y2OeYqeuzWI0QZaMaEmW1ZxHKBiZRNrEpOvocqrHPe1jKPgCOFRwo7pedRgAAAABJRU5ErkJggg==) center center no-repeat;
  overflow: hidden;
  text-indent: -99em;
}
.jz-panel .close[data-v-380555ef]:hover {
  opacity: 0.5;
}
.jz-panel .main[data-v-380555ef] {
  position: relative;
}
.jz-panel[data-v-380555ef] .el-tabs__header {
  display: none;
}
.jz-panel[data-v-380555ef] .el-tabs__item {
  width: 50%;
  text-align: center;
}
.jz-panel[data-v-380555ef] .el-tabs__nav {
  width: 100%;
  float: none;
}
.jz-panel .group[data-v-380555ef] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-panel .group[data-v-380555ef]:first-child {
  padding-top: 0;
}
.jz-panel .group[data-v-380555ef]:last-child {
  border-bottom: 0;
}
.jz-panel .rows[data-v-380555ef] {
  position: relative;
  padding: 0 0 10px 110px;
}
.jz-panel .rows .label[data-v-380555ef] {
  line-height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  text-align: right;
}
.jz-panel .rows2[data-v-380555ef] {
  position: relative;
  padding: 0 0 10px 0;
}
.panel-modules[data-v-380555ef] {
  height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-380555ef] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-380555ef] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-380555ef] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-380555ef]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-380555ef] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-380555ef]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-380555ef] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list .ui-list[data-v-380555ef] {
  overflow: hidden;
  position: relative;
  margin: -1px 0 -1px -1px;
}
.panel-modules .list .ui-item[data-v-380555ef] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  margin: 0 -1px -1px 0;
  background: #fbfbfb;
  border: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.panel-modules .list .ui-item[data-v-380555ef]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list .ui-item[data-type="ui-tabedx-tpl"][data-v-380555ef] {
  display: none;
}
.panel-modules .list .ui-item .sign[data-v-380555ef] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .list .ui-item .sign span[data-v-380555ef] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.panel-modules .list .ui-item i[data-v-380555ef] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list .ui-item h3[data-v-380555ef] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list .ui-item[data-v-380555ef]:hover {
  background: #fff;
  color: #409eff;
}
.panel-style[data-v-380555ef],
.panel-system[data-v-380555ef],
.panel-seo[data-v-380555ef] {
  padding: 15px 15px;
}
.layout-pop[data-v-380555ef] {
  width: 120px !important;
}
.layout-pop .head[data-v-380555ef] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-380555ef] {
  text-align: right;
}
.ui-operation[data-v-380555ef] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 999;
  display: none;
}
.ui-operation ul[data-v-380555ef] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-380555ef] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-380555ef] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-380555ef] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-380555ef] {
  font-style: normal;
}
.ui-operation .text[data-v-380555ef]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-380555ef] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-380555ef]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-380555ef] {
  cursor: move;
}
.ui-top-fix[data-v-380555ef] {
  position: relative;
  z-index: 10;
}
.ui-top-fix.is-fixed .ui-top-inner[data-v-380555ef] {
  position: fixed;
  left: 0;
  top: 60px;
  right: 0;
}
.ui-top-fix .ui-top-inner[data-v-380555ef] {
  position: relative;
}

/**************************
 ** ui-button
 **************************/
.ui-button[data-v-33d59e10] {
  position: relative;
  display: block !important;
}
.ui-button .main[data-v-33d59e10] {
  line-height: 0;
}
.ui-button .button[data-v-33d59e10] {
  display: inline-block;
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}
.ui-button .txt[data-v-33d59e10] {
  position: relative;
}
.ui-button .txt span[data-v-33d59e10] {
  display: block;
  text-align: center;
  text-transform: uppercase;
}

/**************************
 ** ui-picture
 **************************/
.ui-default[data-v-4ad218bf] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.inner[data-v-4ad218bf] {
  height: 100%;
}
.inner .data[data-v-4ad218bf] {
  height: 100%;
}
.inner .data .ui-picture[data-v-4ad218bf],
.inner .data .ui-control-layout[data-v-4ad218bf],
.inner .data .img[data-v-4ad218bf] {
  height: 100%;
}
.inner .data .ui-picture img[data-v-4ad218bf],
.inner .data .ui-control-layout img[data-v-4ad218bf],
.inner .data .img img[data-v-4ad218bf] {
  height: 100%;
}
.ui-picture .img[data-v-4ad218bf] {
  width: 100%;
  height: auto;
}
.ui-picture .img a[data-v-4ad218bf] {
  display: block;
}
.ui-picture .img img[data-v-4ad218bf] {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

/**************************
 ** ui-richtext
 **************************/
.ui-default[data-v-8bff6698] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.inner[data-v-8bff6698] {
  position: relative;
  height: 100%;
}
.inner .data[data-v-8bff6698] {
  height: 100%;
  overflow: hidden;
}
.ui-richtext .cap-richtext[data-v-8bff6698] {
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
  position: relative;
}
.ui-richtext .richContent[data-v-8bff6698] {
  overflow: hidden;
}
.ui-richtext .richContent[data-v-8bff6698] a {
  pointer-events: none;
}

.ui-container .module-wrap[data-v-7dc9cda4] {
  position: relative;
}
.ui-container .draggable-container[data-v-7dc9cda4] {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.ui-container .draggable-container .tips[data-v-7dc9cda4] {
  color: #ccc;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}
.ui-container .draggable-container[data-v-7dc9cda4] .sortable-chosen {
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ui-container .draggable-container[data-v-7dc9cda4] .sortable-chosen::before {
  width: 100%;
  height: 100%;
  color: #ccc;
  background: #f0f6fd;
  content: '放入自由容器中';
  display: flex;
  justify-content: center;
  align-items: center;
}
.ui-container .nothing-can-put[data-v-7dc9cda4] {
  color: #FF7214;
  border: 1px dashed #409EFF;
  text-align: center;
}
.ui-container[data-v-7dc9cda4] .vdr {
  border-color: transparent;
}
.ui-container[data-v-7dc9cda4] .vdr.active {
  border-color: #409EFF;
}
.ui-container[data-v-7dc9cda4] .vdr .handle {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
}

/**************************
 ** ui-many-image
 ** liqingyun
 **************************/
.ui-default[data-v-6a43e514] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-many-image[data-v-6a43e514] {
  position: relative;
}
.ui-many-image .item .cell[data-v-6a43e514] {
  height: 100%;
}
.ui-many-image .item .cell .img[data-v-6a43e514] {
  height: 100%;
}
.ui-many-image .item .cell .img img[data-v-6a43e514] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-many-image .center-0[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-0[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
}
.ui-many-image .center-0[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.18rem;
  height: 0.18rem;
  margin: 0 0.1rem;
  border: #fff solid 0.04rem;
  background: none;
  border-radius: 50%;
  opacity: 1;
}
.ui-many-image .center-1[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-1[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
}
.ui-many-image .center-1[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  height: 0.05rem;
  margin: 0 0.05rem;
  opacity: 1;
}
.ui-many-image .center-2[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-2[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-2[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #666666;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-3[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-3[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-3[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-4[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-4[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-4[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.14rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.14rem;
  opacity: 0.8;
}
.ui-many-image .center-5[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-5[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: var(--defaultColor);
  border-color: var(--defaultColor);
  opacity: 1;
}
.ui-many-image .center-5[data-v-6a43e514] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.3rem;
  height: 0.14rem;
  margin: 0 0.1rem;
  background: #dddddd;
  border-radius: 0.14rem;
  opacity: 0.8;
}








































































































/**************************
 ** ui-magic
 ** liqingyun
 **************************/
.ui-default[data-v-3de2d814] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-column-3[data-v-3de2d814] { width: 33.33% !important;
}
.ui-column-4[data-v-3de2d814] { width: 25% !important;
}
.ui-column-5[data-v-3de2d814] { width: 20% !important;
}
.ui-magic[data-v-3de2d814] { position: relative;
}
.ui-magic .main[data-v-3de2d814] { position: relative; overflow: hidden;
}
.ui-magic .list[data-v-3de2d814] { overflow: hidden; padding: 10px 0 0;
}
.ui-magic .item[data-v-3de2d814] { float: left;
}
.ui-magic .cell[data-v-3de2d814] { display: block; text-align: center; margin: 0 5px 10px;
}
.ui-magic .img[data-v-3de2d814] { position: relative; margin: 0 5px;
}
.ui-magic .img figure[data-v-3de2d814] { position: relative; padding: 0 0 100%;
}
.ui-magic .img img[data-v-3de2d814] { position: absolute; left: 0; top: 0; width: 100%; height: 100%;
}
.ui-magic .tit[data-v-3de2d814] { line-height: 2; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 5px;
}
.ui-magic .center-1 .cell[data-v-3de2d814] { border-radius: 2px;
}
.ui-magic .center-1 .img[data-v-3de2d814] { display: none;
}
.ui-magic .center-1 .tit[data-v-3de2d814] { line-height: 2.4;
}











































































































































































































































































/**************************
 ** ui-title
 ** liqingyun
 **************************/
.ui-title .center-1 .title[data-v-360a5a94]{position:relative;display:flex;justify-content: space-between;padding-left: 0.3rem;padding-right: 0.3rem;height: 0.94rem;line-height: 0.94rem;border-bottom: 0.02rem solid #eee;}
.ui-title .center-1 .title .tit[data-v-360a5a94]{padding-left: 0.28rem;height:0.3rem;font-size: 0.3rem;font-weight:normal;}
.ui-title .center-1 .title .tit i[data-v-360a5a94]{position:absolute;left:0.34rem;top:50%;margin-top:-0.13rem;display:block;width:0.04rem;height:0.26rem;background:#005bac;}
.ui-title .center-1 .title .more[data-v-360a5a94]{padding-right: 0.44rem;font-size: 0.28rem;color: #888;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAbFBMVEUAAAC1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbXANWEJAAAAI3RSTlMAnPokB8EM9Ovo0ck3dlc8F9mJJpgzFLphSAPf3qiAeSHTikB9pRQAAAD6SURBVDjLhVNXlsMwCJSw1d3t9Gyd+99x38ZFUhr8MQIGwSCi6WYKjsiFqdHi0QppsJmRhcitHAhQdduVZdfWCqChzNI9IMfojxLwSZGdQ1/lJasL3G7Ltzg8tLVXsMXC76EywgU+wM/wgMtePDHdY7gREBb+oPLACvRPIiEX4AN90vn6pA1W9DzBVdnvYbRooCLyBXNKIxQaIVEnyJHomLg1pAho05yTwWf0WgRh0c1OnKo8r04HKwh3Q/ru4bdhgZ4E/GQBLAXbJPtNdlDsqLllvV830TgL5vpKML+c5DQn2neyv0bZM4fDnV5Myo83lsvP3xLZ/Pz/AHDDGJDongLtAAAAAElFTkSuQmCC) no-repeat right center;background-size:0.33rem 0.33rem;}
.ui-title .center-2 .more[data-v-360a5a94]{display: block;height: 0.9rem;font-size: 0.28rem;line-height: 0.9rem;text-align: center;text-indent: -0.2rem;color: #005bac;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAbFBMVEUAAAC1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1tbXANWEJAAAAI3RSTlMAnPokB8EM9Ovo0ck3dlc8F9mJJpgzFLphSAPf3qiAeSHTikB9pRQAAAD6SURBVDjLhVNXlsMwCJSw1d3t9Gyd+99x38ZFUhr8MQIGwSCi6WYKjsiFqdHi0QppsJmRhcitHAhQdduVZdfWCqChzNI9IMfojxLwSZGdQ1/lJasL3G7Ltzg8tLVXsMXC76EywgU+wM/wgMtePDHdY7gREBb+oPLACvRPIiEX4AN90vn6pA1W9DzBVdnvYbRooCLyBXNKIxQaIVEnyJHomLg1pAho05yTwWf0WgRh0c1OnKo8r04HKwh3Q/ru4bdhgZ4E/GQBLAXbJPtNdlDsqLllvV830TgL5vpKML+c5DQn2neyv0bZM4fDnV5Myo83lsvP3xLZ/Pz/AHDDGJDongLtAAAAAElFTkSuQmCC) no-repeat 60% center;background-size: 0.33rem 0.33rem;}
.ui-title .center-3 .more[data-v-360a5a94]{width: 94%;margin: 0 auto;height: 0.65rem;font-size:0.26rem;line-height: 0.65rem;text-align: center;background: #fff;border-radius: .4rem;display: block;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-title .center-4 .more[data-v-360a5a94]{width: 2.6rem;height: .6rem;text-align: center;border-radius: .05rem;line-height: .6rem;display: block;background: #0a894a;color: #fff;font-size: .28rem;margin: 0 auto;}
.ui-title .center-5 .more[data-v-360a5a94]{display: block;width: 92%;height: 0.76rem;margin:0 auto;font-size: 0.26rem;line-height: 0.76rem;text-align: center;color: #14a73d;border: 3px solid #14a73d;border-radius: 0.1rem;}
.ui-title .center-6 .more[data-v-360a5a94]{display: block;width: 92%;height: 0.7rem;margin: 0 auto;font-size: 0.26rem;line-height: 0.7rem;text-align: center;background: #333;color: #fff;border-radius: 0.06rem;}
.ui-title .center-7 .more[data-v-360a5a94]{text-align: center;padding: 0;height:0.6rem;line-height:0.6rem;display: block;font-size: .28rem;color: #666;background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlcAAAABAQMAAADJvRkEAAAABlBMVEUAAADMzMzIT8AyAAAAAXRSTlMAQObYZgAAABRJREFUCNdj+I8OPjAQB+TRNf4DAEAYIu1KNLI/AAAAAElFTkSuQmCC) no-repeat center center;background-size: 5.9rem auto;}
.ui-title .center-8 .more[data-v-360a5a94]{width: 92%;height: 0.64rem;margin: 0 auto;border: #b97a1c solid 1px;border-radius: 0.1rem;color: #b97a1c;text-align: center;line-height: 0.64rem;font-size: 0.28rem;display: block;}













































































































/**************************
 ** ui-text-navigation
 ** zhaoweiren
 **************************/
.ui-default[data-v-0359e6bd] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-text-navigation .center-0 .list[data-v-0359e6bd]{padding:0.35rem 3% 0.15rem;}
.ui-text-navigation .center-0 .list .item[data-v-0359e6bd]{width: 31.3%;margin: 0 3% .2rem 0;height: 0.65rem;line-height: 0.65rem;text-align: center;display: block;float: left;}
.ui-text-navigation .center-0 .list .item a[data-v-0359e6bd]{display:block;font-size:0.26rem;border-radius: .4rem;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.ui-text-navigation .center-0 .list .item[data-v-0359e6bd]:nth-child(3n){margin-right:0;}
.ui-text-navigation .center-0 .list .item h3[data-v-0359e6bd]{font-size:0.24rem;line-height:0.65rem;color:#000;}
.ui-text-navigation .center-1 .list[data-v-0359e6bd]{padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-1 .list li[data-v-0359e6bd]{width:2.78rem;margin-right:0.16rem;height: 0.62rem;line-height: 0.62rem;text-align: center; display: block; margin-bottom:0.2rem;float: left;background-size:100%;}
.ui-text-navigation .center-1 .list li a[data-v-0359e6bd]{display:block;height:0.59rem;font-size:0.26rem;border:1px solid #ddd;border-radius:0.31rem;color:#333;}
.ui-text-navigation .center-1 .list li[data-v-0359e6bd]:nth-child(2n){ margin-right: 0;}
.ui-text-navigation .center-2 .list[data-v-0359e6bd]{padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-2 .list li[data-v-0359e6bd]{float:left;width: 48%; margin: 0 3% .2rem 0; height: 0.65rem; line-height: 0.65rem; text-align: center;  display: block; float: left;
}
.ui-text-navigation .center-2 .list li a[data-v-0359e6bd]{display:block;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);border-radius: .4rem;background:#fff;}
.ui-text-navigation .center-2 .list li[data-v-0359e6bd]:nth-child(2n){margin-right:0;}
.ui-text-navigation .center-3[data-v-0359e6bd]{padding-left:3%;display: -webkit-box; /*overflow-x: scroll;*/ -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-text-navigation .center-3 .list[data-v-0359e6bd]{width:100%;height:0.68rem;border-bottom:1px solid #dedede;}
.ui-text-navigation .center-3 .list[data-v-0359e6bd]{position:relative;display: block;width:100%;margin-bottom:0.35rem;overflow: hidden;}
.ui-text-navigation .center-3 .list a[data-v-0359e6bd]{padding-bottom:0.2rem;margin-right:0.2rem;display:inline-block;font-size:0.26rem;}
.ui-text-navigation .center-4[data-v-0359e6bd]{padding-left:0.24rem; margin-top:0.5rem;display: -webkit-box; overflow-x: scroll; -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-text-navigation .center-4 .list[data-v-0359e6bd]{display: inline-block;}
.ui-text-navigation .center-4 .list li[data-v-0359e6bd]{display:inline-block; width:1.99rem; height:0.6rem; line-height:0.6rem; background-color:#fff; margin-right:0.13rem;  text-align:center; border-radius:0.1rem; overflow:hidden;}
.ui-text-navigation .center-4 .list li a[data-v-0359e6bd]{display:block;font-size:0.24rem; color:#333;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-text-navigation .center-5 .list[data-v-0359e6bd]{position:relative;padding:0.35rem 3% 0.15rem;display:flex;flex-wrap:wrap;}
.ui-text-navigation .center-5 .list li[data-v-0359e6bd]{float:left;display:block;width:47%;height:0.6rem;font-size:0.24rem;line-height:0.6rem;text-align:center;color:#fff;background:#333;border:1px solid #333;border-radius: 0.12rem;}
.ui-text-navigation .center-5 .list li a[data-v-0359e6bd]{display:block;}
.ui-text-navigation .center-5 .list li[data-v-0359e6bd]:nth-child(2n){margin-left:0.2rem;margin-bottom:0.2rem;}







































/**************************
 ** ui-empty
 ** liqingyun
 **************************/
.ui-empty[data-v-d1626e6c]{height:0.2rem;}

/**************************
 ** ui-article-list
 **************************/
.ui-default[data-v-cf4a1a6a] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-article-list .center-0 .list .item[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-0 .list .item[data-v-cf4a1a6a]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-0 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-0 .list .cell.cell-0 .image[data-v-cf4a1a6a] {
  float: left;
}
.ui-article-list .center-0 .list .cell.cell-0 .exp[data-v-cf4a1a6a] {
  margin: 0 0 0 2.2rem;
}
.ui-article-list .center-0 .list .cell.cell-1 .image[data-v-cf4a1a6a] {
  float: right;
}
.ui-article-list .center-0 .list .cell.cell-1 .exp[data-v-cf4a1a6a] {
  margin: 0 2.2rem 0 0;
}
.ui-article-list .center-0 .list .image[data-v-cf4a1a6a] {
  position: relative;
  width: 2rem;
}
.ui-article-list .center-0 .list .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-0 .list .exp[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-0 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-0 .list .exp p[data-v-cf4a1a6a] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-0 .list .exp .dis[data-v-cf4a1a6a] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-0 .list .exp .dis span[data-v-cf4a1a6a] {
  margin: 0 0.1rem 0 0;
  color: #999999;
}
.ui-article-list .center-1 .list .item[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-1 .list .item[data-v-cf4a1a6a]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-1 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-1 .list .date[data-v-cf4a1a6a] {
  position: relative;
  width: 1rem;
  float: left;
}
.ui-article-list .center-1 .list .date strong[data-v-cf4a1a6a],
.ui-article-list .center-1 .list .date span[data-v-cf4a1a6a] {
  display: block;
  text-align: right;
  line-height: 0.4rem;
  font-size: 0.28rem;
}
.ui-article-list .center-1 .list .date strong[data-v-cf4a1a6a] {
  font-size: 0.28rem;
}
.ui-article-list .center-1 .list .exp[data-v-cf4a1a6a] {
  position: relative;
  margin: 0 0 0 1.2rem;
}
.ui-article-list .center-1 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-1 .list .exp p[data-v-cf4a1a6a] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-1 .list .exp .dis[data-v-cf4a1a6a] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-1 .list .exp .dis span[data-v-cf4a1a6a] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-2 .list .item[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.2rem;
}
.ui-article-list .center-2 .list .item[data-v-cf4a1a6a]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-2 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .center-2 .list .exp[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-2 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-article-list .center-2 .list .exp h3[data-v-cf4a1a6a]::before {
  content: '';
  display: inline-block;
  border: 6px solid transparent;
  border-left: 6px solid #ccc;
}
.ui-article-list .center-2 .list .exp p[data-v-cf4a1a6a] {
  font-size: 0.22rem;
  line-height: 0.3rem;
  margin: 0 0 0.05rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-2 .list .exp .dis[data-v-cf4a1a6a] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-2 .list .exp .dis span[data-v-cf4a1a6a] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-3 .list[data-v-cf4a1a6a] {
  padding: 0.2rem;
}
.ui-article-list .center-3 .list .item[data-v-cf4a1a6a] {
  position: relative;
  margin: 0 0 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-3 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  display: flex;
}
.ui-article-list .center-3 .list .image[data-v-cf4a1a6a] {
  position: relative;
  width: 2rem;
  float: left;
}
.ui-article-list .center-3 .list .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-3 .list .exp[data-v-cf4a1a6a] {
  flex: 1;
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-3 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.25rem;
  height: 0.8rem;
  line-height: 0.4rem;
  margin: 0 0 0.1rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}
.ui-article-list .center-3 .list .exp .dis[data-v-cf4a1a6a] {
  line-height: 0.3rem;
  font-size: 0.22rem;
}
.ui-article-list .center-3 .list .exp .dis span[data-v-cf4a1a6a] {
  margin: 0 0.1rem 0 0;
}
.ui-article-list .center-4 .list[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-4 .list .item[data-v-cf4a1a6a] {
  float: left;
  width: 50%;
}
.ui-article-list .center-4 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  margin: 0.1rem;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-4 .list .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-4 .list .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-4 .list .exp[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-4 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  color: #333333;
}
.ui-article-list .center-5 .list[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.1rem;
  overflow: hidden;
}
.ui-article-list .center-5 .list .item[data-v-cf4a1a6a] {
  float: left;
  width: 50%;
}
.ui-article-list .center-5 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  margin: 0.1rem;
  padding: 0.1rem 0.1rem 0;
  display: block;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-radius: 3px;
}
.ui-article-list .center-5 .list .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-5 .list .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-5 .list .exp[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-5 .list .exp h3[data-v-cf4a1a6a] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-6[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-article-list .center-6 .swiper-wrapper[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-6 .swiper-wrapper .swiper-slide[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-6 .swiper-dots[data-v-cf4a1a6a] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-6 .swiper-dots[data-v-cf4a1a6a] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-6 .swiper-dots[data-v-cf4a1a6a] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-6 .cell[data-v-cf4a1a6a] {
  position: relative;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #dddddd;
  margin: 0.1rem;
  border-radius: 5px;
}
.ui-article-list .center-6 .cell .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-6 .cell .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-6 .cell .exp[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.15rem 0.2rem;
}
.ui-article-list .center-6 .cell .exp h3[data-v-cf4a1a6a] {
  position: relative;
  font-size: 0.26rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-7[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-article-list .center-7 .swiper-wrapper[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-7 .swiper-wrapper .swiper-slide[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-7 .swiper-dots[data-v-cf4a1a6a] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-7 .swiper-dots[data-v-cf4a1a6a] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-7 .swiper-dots[data-v-cf4a1a6a] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-7 .cell[data-v-cf4a1a6a] {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0.1rem;
}
.ui-article-list .center-7 .cell .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-7 .cell .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-7 .cell .exp[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.15rem 0;
}
.ui-article-list .center-7 .cell .exp h3[data-v-cf4a1a6a] {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666666;
}
.ui-article-list .center-8[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.2rem;
  overflow: hidden;
}
.ui-article-list .center-8 .swiper-container[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .center-8 .swiper-wrapper[data-v-cf4a1a6a] {
  position: relative;
  background: #ffffff;
}
.ui-article-list .center-8 .swiper-wrapper .swiper-slide[data-v-cf4a1a6a] {
  position: relative;
}
.ui-article-list .center-8 .swiper-dots[data-v-cf4a1a6a] {
  position: relative;
  text-align: center;
}
.ui-article-list .center-8 .swiper-dots[data-v-cf4a1a6a] span {
  margin: 0 0.05rem;
}
.ui-article-list .center-8 .swiper-dots[data-v-cf4a1a6a] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-article-list .center-8 .cell[data-v-cf4a1a6a] {
  position: relative;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-8 .cell .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-8 .cell .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-8 .cell .exp[data-v-cf4a1a6a] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.2rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAABYCAMAAAAJFsPWAAAAY1BMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABmaHTeAAAAIXRSTlO6CsPKsQOhjYVTKiMWqDcQmZR9d3JsZmBbTEdBMRs9rB5j0mWHAAAArUlEQVRo3u3PRxLCMBBFwbGxTXQgZ8P9T4mLQ9CLob+k7StFjSQMF7VZFMg//DNR9GbRGzC8QRKGn4gLv5FYIwnDKyRh+IG4cIe48NiZxYjEHXHhG+LCV8SFl0jC8AVx4TPiwifEhY+ICx8QF94jLrxDXHiBJAzPkYThLeLCA+LCDRJD05Djftw2ZtEiLvxCokIShpkKLacS3O8LlNMhYpqRMTxDopyZqR9nDCsfqBkCu0A7pf4AAAAASUVORK5CYII=) repeat-x;
  z-index: 1;
  background-size: contain;
}
.ui-article-list .center-8 .cell .exp h3[data-v-cf4a1a6a] {
  position: relative;
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #ffffff;
}
.ui-article-list .center-9[data-v-cf4a1a6a] {
  padding: 0.2rem;
}
.ui-article-list .center-9 .list[data-v-cf4a1a6a] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}
.ui-article-list .center-9 .list .item[data-v-cf4a1a6a] {
  float: left;
  width: 100%;
  position: relative;
}
.ui-article-list .center-9 .list .item[data-v-cf4a1a6a]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-article-list .center-9 .list .item[data-v-cf4a1a6a]:last-child::before {
  content: none;
}
.ui-article-list .center-9 .list .cell[data-v-cf4a1a6a] {
  position: relative;
  margin: 0.1rem;
  padding: 0.1rem;
  display: block;
  overflow: hidden;
}
.ui-article-list .center-9 .list .image[data-v-cf4a1a6a] {
  position: relative;
  width: 100%;
}
.ui-article-list .center-9 .list .image .img[data-v-cf4a1a6a] {
  background: #f5f5f5;
}
.ui-article-list .center-9 .list .exp[data-v-cf4a1a6a] {
  position: relative;
  padding: 0.15rem 0.5rem 0.15rem 0;
}
.ui-article-list .center-9 .list .exp[data-v-cf4a1a6a]::before {
  content: '';
  position: absolute;
  top: 0.24rem;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(-45deg);
}
.ui-article-list .center-9 .list .exp h3[data-v-cf4a1a6a] {
  position: relative;
  font-size: 0.25rem;
  line-height: 0.3rem;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #333333;
}

/**************************
 ** ui-consult
 **************************/
.ui-consult[data-v-25ce6d02] {
  background-position: center center;
  background-size: cover;
}
.ui-consult .center-0[data-v-25ce6d02] {
  width: 100%;
  height: 2.94rem;
  color: #fff;
  text-align: center;
}
.ui-consult .center-0 h3[data-v-25ce6d02] {
  display: block;
  font-weight: normal;
  font-size: 0.32rem;
  line-height: 0.5rem;
  padding-top: 0.6rem;
}
.ui-consult .center-0 h4[data-v-25ce6d02] {
  font-weight: normal;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
.ui-consult .center-0 .button[data-v-25ce6d02] {
  position: absolute;
  bottom: 0.3rem;
  padding-top: 0.32rem;
  padding-left: 0.45rem;
  padding-right: 0;
  text-align: center;
}
.ui-consult .center-0 .button a[data-v-25ce6d02] {
  float: left;
  display: block;
  width: 2.6rem;
  height: 0.65rem;
  font-size: 0.24rem;
  line-height: 0.65rem;
  text-align: center;
  text-indent: 0.2rem;
  color: #fff;
  border-radius: 0.3rem;
}
.ui-consult .center-0 .button a[data-v-25ce6d02]:first-child {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAMAAAAocOYLAAAAolBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8ELnaCAAAANXRSTlMA1exVBec6Nx6vg1BLMyPLYEAZ9/K5oyna0KB9eWtGLhIM++HNxL+zm49wFpNnXBDdu6mQblW+eskAAAFoSURBVCjPhZLXlqMwEAUbk5MxDuCcsydsqv//tZUGBjTr5Uw9SDR1RCNdiUmwumbH+b0v/8WewsiajeAweLbbI9naEYWTn/kxlK+k9Ly22hzIxaTPRI8LC6ZRqR5DfNPvLTVEMJrp/jdVnHFaPUcNJ8Ly41sFmZqYtJ6lyIXmr2NOIm/spOaqVMJCGv4Qi82lrgq4izuWFl0NqDv0gTfhxfQRsgZSUdhAsiU2vUffg6qlr33A2vQlqQ/1Ggtih9WXLNh64FbF7icLITP9BHnl1ISwTmVOYITFL9kkYrLbu+2BTtnJv+T0yjqsA7E8k8Bl4HmDEOwnqdN8v/HBy6N60eLMsQI9p6uVr39jmBG+N3roUsCt2c4jgoJR+bl6TC6PUF8dO8/tyIJzIBs+d3ysckh/76m4eroOcOuzvDeN/CTxgvaaRHoaj6UDC32Xee3yvj6IJdIJhY7K7XXgkqn14czqIlzKN/wFP8IqDF7aVYwAAAAASUVORK5CYII=) 0.5rem center no-repeat;
  border: 1px solid #fff;
  margin-right: 0.3rem;
  background-size: 0.31rem 0.31rem;
}
.ui-consult .center-0 .button a[data-v-25ce6d02]:nth-child(2) {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACEAAAAiCAMAAADmrkDzAAAAclBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9eWEHEAAAAJXRSTlMA9AcNMnHYtRX6eOadxGlSPK6ikYx/Q9HJhWJbSkAoId3rwJi5YnLfcgAAAYdJREFUOMutk9mWqjAQRRPmUVBBccCx9///4q0k4CXavvV5IKmsnRpOFurPFcSpJh+qJvhGtEwq44/LoV3C7tBeolOl4Xb2rkru2/JWGN/h8D8+YPWjlkwFmznYwrrNCuhs2KyfjalZvJAYbIEjjGZNAb0NBJ3vlBQO3VCbJYurBG6RUitozAlkjshgtuFUQmTrm0jL3gnCV6N7tOCaXoIH8dzxbWFQyVpy2bQ9w9zxaTHuzlYvOSp1hasZ0rNIlNAbq1LZ1jzl+5SsnmIz2kgi24g8MAbVPhFBKAVyl29jZ439xxzqQIUw0a3156zelcHkZinfNfnlnYjQLqGmkkVcekfOJK/hjwIm6GjuYvJ2u5sOChglTsCeXCt93wi8VAqReQ6bbMwx6n2kJo8cmRawH3cpnoe2idxU6AFjtR2/8JHaPd2le3SyOCT0Cz2g8w7KDw+3MCwnuIvXb1pp6LM5KtDqQ9kP6MIxF1ipX3QsIa+aa9hqhi///yrBKQnVN52rfY5OHfAPB8gkwpqqfJIAAAAASUVORK5CYII=) no-repeat 0.5rem center;
  background-size: 0.33rem 0.34rem;
}
.ui-consult .center-1[data-v-25ce6d02] {
  position: relative;
  width: 100%;
  height: 2.9rem;
  margin: 0 auto;
}
.ui-consult .center-1 h3[data-v-25ce6d02] {
  padding-top: 0.6rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.2rem;
  width: 5.4rem;
  font-weight: normal;
  font-size: 0.36rem;
  line-height: 0.5rem;
  text-align: left;
  color: #fff;
}
.ui-consult .center-1 h4[data-v-25ce6d02] {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  width: 5.4rem;
  font-weight: normal;
  font-size: 0.26rem;
  line-height: 0.26rem;
  text-align: left;
  color: #fff;
}
.ui-consult .center-1 .button[data-v-25ce6d02] {
  position: absolute;
  bottom: -0.01rem;
  width: 100%;
  height: 0.96rem;
}
.ui-consult .center-1 .button a[data-v-25ce6d02] {
  float: left;
  display: block;
  width: 50%;
  height: 0.95rem;
  font-size: 0.3rem;
  line-height: 0.95rem;
  color: #fff;
}
.ui-consult .center-1 .button a[data-v-25ce6d02]:first-child {
  text-indent: 1.1rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAcCAMAAACj+uTiAAAAdVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////li2ZAAAAAJnRSTlMA9+6+kgkD5NrIw7Scg3ZDFtSwoJV6SzAfDufRyaWjjX9tY1o7NmCyd2wAAACoSURBVCjPddHZEoMgDEBRXHCnYK3afS///4kVAlMa4n09M0ACW/rkTcsZ0U4vdQQ02qYiGDUkIumdJAWWo3ZJLLWXAUvn5Yzl5aCfsRSphQuLy61sCFHw6ANBN0tZDP6mkaBJ294EXeEqRVBlqSpi2evVV0ig1nzkSfCQHkCNNHssn2gVQW04+PaPynmVUhY0UAKJH+DlT6WHmqF4nsDMnFjHPatqc9QXPzEhIu5LO8gAAAAASUVORK5CYII=) no-repeat 0.6rem center;
  background-size: 0.25rem 0.28rem;
}
.ui-consult .center-1 .button a[data-v-25ce6d02]:nth-child(2) {
  text-indent: 1.06rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAAhFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8g2+bRAAAAK3RSTlMA8NnPyvbewLyppJSCcjDl07d5b0EmwqB+Y049OyAdDwsFspqJZ2VaVygUQ2zD3gAAAM9JREFUKM910NlOw0AMheG/2ci+tElXSlt2OO//fihOFUSY+S48km2NjsxsqPI0abZZWbP0kWoWVX9GZxv9Ck7MjrGW1tx9yjing5wOALdEbt/ARh4Z0MjnTC+vVwp5PdDJBOFYE6tteO8R2RtBMa7yIoWQW3PFtPUMBym37B3srRmTypTVaqybse6r6ZwNubwi3uW14yKvHnbySIAneTwCvPnubjJ31MnJddcbk1r/FBhXpK5ndl3ZR1t74rawmLNAao9wHer668JCGaxx+QGZ/1uQre0fgQAAAABJRU5ErkJggg==) no-repeat 0.6rem center;
  background-size: 0.28rem 0.28rem;
}






























































































































/**************************
 ** ui-image-text
 ** liqingyun
 **************************/
.ui-image-text .ui-control-layout[data-v-44985254] {
  padding-bottom: .6rem;
}
.ui-image-text .center-0[data-v-44985254] {padding-top:0.3rem;position:relative;width:5.8rem;margin:0 auto;}
.ui-image-text .center-0 .about[data-v-44985254]{padding-bottom:0.4rem;}
.ui-image-text .center-0 .aimg[data-v-44985254]{margin: 0 auto;display:block;width: 4.63rem;height: 3.62rem;background-size: 100%;text-align: center;border:1px solid #ddd;border-radius:0.06rem;}
.ui-image-text .center-0 .aimg img[data-v-44985254]{display:block;width: 4.33rem;height: 3.23rem;margin:0 auto;background-size: 100%;margin-top: 0.2rem;border-radius: 0.08rem;}
.ui-image-text .center-0 .about h3[data-v-44985254]{border-bottom:#cacaca solid 1px; height:0.8rem; font-size:0.36rem; color:#333; font-weight:bold; text-align:center; margin-top:0.2rem;}
.ui-image-text .center-0 .about .cont[data-v-44985254]{font-size: 0.24rem;color: #232323;line-height: 0.36rem;margin-top: 0.3rem;text-align: center;height: auto;word-break: break-word;}
.ui-image-text .center-0 .about .amore[data-v-44985254]{display: block;width: 2.22rem;height: 0.6rem;background-size: 100%;margin: 0 auto;margin-top:0.2rem;color: #333;line-height: 0.6rem;text-align:center;border:1px solid #ddd;border-radius:0.3rem;}
.ui-image-text .center-1 .aimg[data-v-44985254]{display:block;width: 6rem;height: 3.24rem;border:1px solid #ddd;background-size: 6rem 3.24rem;margin: 0 auto;}
.ui-image-text .center-1 .aimg img[data-v-44985254]{display:block;width: 5.8rem;height: 3.04rem;background-size: 100%;margin: 0.1rem 0 0 0.1rem;}
.ui-image-text .center-1 h3[data-v-44985254]{font-size: .36rem;color: #333;text-align: center;padding-top: .3rem;}
.ui-image-text .center-1 .cont[data-v-44985254]{font-size: .2rem;line-height: 0.36rem;color: #333333;text-align: left;padding-top: 0.2rem;width: 5.8rem;margin: 0 auto;}
.ui-image-text .center-1 .amore[data-v-44985254]{width: 5.92rem;height: 0.74rem;font-size:0.26rem;line-height: 0.74rem;text-align: center;border: 1px solid #ddd;display: block;margin: 0 auto;border-radius: 0.1rem;margin-top: .4rem;}
.ui-image-text .center-2[data-v-44985254]{padding:0.4rem 4% 0.45rem;}
.ui-image-text .center-2 .aimg[data-v-44985254]{display:block;}
.ui-image-text .center-2 .aimg img[data-v-44985254]{width: 100%;border-radius: .12rem;display: block;}
.ui-image-text .center-2 h3[data-v-44985254]{font-size: .36rem;color: #333;text-align: center;padding-top: .3rem;}
.ui-image-text .center-2 .cont[data-v-44985254]{font-size: .22rem;line-height: .4rem;margin-bottom: .35rem;max-height: 1.6rem;overflow: hidden;}
.ui-image-text .center-2 .amore[data-v-44985254]{display:block;width: 2.6rem;height: .6rem;text-align: center;border-radius: .05rem;line-height: .6rem;display: block;background: #333;color: #fff;font-size: .28rem;margin: .1rem auto 0;}
.ui-image-text .center-3 .aimg[data-v-44985254]{display:block;width:100%;border-bottom:1px solid #ddd;}
.ui-image-text .center-3 .aimg img[data-v-44985254]{display:block;width:100%;height:2.2rem;}
.ui-image-text .center-3 h3[data-v-44985254]{font-size: .36rem;color: #1b2a76;text-align: center;padding-top: .3rem;}
.ui-image-text .center-3 .cont[data-v-44985254]{width:5.7rem;margin:0 auto;margin-top:0.24rem;font-size:0.24rem;line-height:0.4rem;text-align:justify;color:#333;}
.ui-image-text .center-3 .amore[data-v-44985254]{display: block;width:2.4rem;height:0.54rem;margin:0 auto;margin-top:0.36rem;font-size:0.26rem;line-height:0.54rem;text-align:center;border:2px solid #8f8f8f;color:#393939;}
.ui-image-text .center-4 .about[data-v-44985254]{padding:0.3rem 0;}
.ui-image-text .center-4 .aimg[data-v-44985254]{display:block;width:6rem;height:2.6rem;margin:0 auto;overflow: hidden;}
.ui-image-text .center-4 .aimg img[data-v-44985254]{display:block;width:6rem;height:2.6rem;border-radius: 0.2rem;}
.ui-image-text .center-4 h3[data-v-44985254]{width:5.9rem;margin:0 auto;font-size: .36rem;padding-top: .3rem;}
.ui-image-text .center-4 .cont[data-v-44985254]{width:5.9rem;margin:0 auto;color: #8e8b8b;font-size: .24rem;line-height: 0.46rem;text-align:justify;padding-top: .2rem;padding-bottom: .2rem;}
.ui-image-text .center-4 .amore[data-v-44985254]{display: block;width: 2.62rem;height: 0.62rem;line-height: 0.62rem;background: #fff;text-align: center;color: #333;border: 1px solid #ddd;margin: 0 auto;border-radius: .3rem;}
.ui-image-text .center-5[data-v-44985254]{padding-bottom:0.6rem;width: 6rem;height: auto;background-color: #fff;border-radius: 0.12rem;margin:0 auto;box-shadow:0 0.06rem 0.12rem rgba(0, 0, 0, 0.2);border-top:1px solid #fff;}
.ui-image-text .center-5 .aimg[data-v-44985254]{display:block;width:6rem;height:4.38rem;margin:0 auto;overflow: hidden;}
.ui-image-text .center-5 .aimg img[data-v-44985254]{display:block;width:5.4rem;height:4.38rem;margin:0.3rem;border-radius: 0.06rem;}
.ui-image-text .center-5 h3[data-v-44985254]{font-size: .36rem;color: #333333;text-align: center;}
.ui-image-text .center-5 .cont[data-v-44985254]{font-size: 0.24rem;color: #666666;text-align: justify;line-height: .4rem;width: 5.4rem;margin: .3rem;line-height: .36rem;padding-bottom: .2rem;}
.ui-image-text .center-5 .amore[data-v-44985254]{width: 2.6rem;height: .6rem;line-height: 0.6rem;text-align: center;display: block;background-color: #0062b5;border-radius: 0.4rem;font-size: 0.26rem;color: #FFFFFF;margin: 0 auto;}
.ui-image-text .center-6[data-v-44985254]{padding-top:0.2rem;}
.ui-image-text .center-6 .cont[data-v-44985254]{width:6rem;margin:0 auto;margin-bottom:0.2rem;font-size:0.26rem;line-height:0.36rem;text-align:justify;color:#666;}
.ui-image-text .center-6 .aimg[data-v-44985254]{display:block;max-width:100%;height:auto;}






























































































/**************************
 ** ui-product-category-navigation
 ** zhaoweiren
 **************************/
.ui-default[data-v-521d31dd] { padding: 0.4rem 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-product-category-navigation .center-0 .menu[data-v-521d31dd]{padding: 0.35rem 3% .15rem;}
.ui-product-category-navigation .center-0 .menu a[data-v-521d31dd]{width: 31.3%;margin: 0 3% .2rem 0;height: 0.65rem;font-size:0.26rem;line-height: 0.65rem;text-align: center;background: #fff;border-radius: .4rem;display: block;float: left;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2); overflow: hidden;}
.ui-product-category-navigation .center-0 .menu a[data-v-521d31dd]:nth-child(3n){margin-right:0;}
.ui-product-category-navigation .center-1 .menu[data-v-521d31dd]{padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-1 .menu a[data-v-521d31dd]{width:2.78rem;margin-right:0.16rem;overflow: hidden;height: 0.62rem;line-height: 0.62rem;text-align: center; color:#333;display: block; margin-bottom:0.2rem;float: left;background-size:100%;border:1px solid #ddd;border-radius:0.31rem;}
.ui-product-category-navigation .center-1 .menu a[data-v-521d31dd]:nth-child(2n){ margin-right: 0;}
.ui-product-category-navigation .center-2 .menu[data-v-521d31dd]{padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-2 .menu a[data-v-521d31dd]{float:left;width: 48%; margin: 0 3% .2rem 0; height: 0.65rem; line-height: 0.65rem; text-align: center; background: #fff; border-radius: .4rem; display: block; float: left; box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-product-category-navigation .center-2 .menu a[data-v-521d31dd]:nth-child(2n){margin-right:0;}
.ui-product-category-navigation .center-3[data-v-521d31dd]{padding-left:3%;display: -webkit-box; /*overflow-x: scroll;*/ -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-product-category-navigation .center-3 .list[data-v-521d31dd]{width:100%;height:0.68rem;border-bottom:1px solid #dedede;}
.ui-product-category-navigation .center-3 .menu[data-v-521d31dd]{position:relative;display: inline-block;width:100%;margin-bottom:0.35rem;overflow: hidden;}
.ui-product-category-navigation .center-3 .menu a[data-v-521d31dd]{padding-bottom:0.2rem;margin-right:0.2rem;display:inline-block;font-size:0.26rem;}
.ui-product-category-navigation .center-4[data-v-521d31dd] { padding-left:0.24rem; padding-top:0.2rem;display: -webkit-box; overflow-x: scroll; -webkit-overflow-scrolling:touch; white-space: nowrap; -webkit-backface-visibility: hidden; -webkit-perspective: 1000; -webkit-overflow-scrolling: touch; text-align: justify;}
.ui-product-category-navigation .center-4 .menu[data-v-521d31dd]{display: inline-block;}
.ui-product-category-navigation .center-4 .menu a[data-v-521d31dd]{display:inline-block; width:1.99rem; height:0.6rem;font-size:0.24rem; color:#333; line-height:0.6rem; background-color:#fff; margin-right:0.13rem;  text-align:center; border-radius:0.1rem; overflow:hidden;box-shadow: 0 0.02rem 0.05rem rgba(0, 0, 0, 0.2);}
.ui-product-category-navigation .center-5 .menu[data-v-521d31dd]{position:relative;padding:0.35rem 3% 0.15rem;}
.ui-product-category-navigation .center-5 .menu a[data-v-521d31dd]{float:left;display:block;width:47%;height:0.6rem;font-size:0.24rem;line-height:0.6rem;text-align:center;color:#fff;background:#333;border:1px solid #333;border-radius: 0.12rem;}
.ui-product-category-navigation .center-5 .menu a[data-v-521d31dd]:nth-child(2n){margin-left:0.2rem;margin-bottom:0.2rem;}


/**************************
 ** ui-product-list
 **************************/
.ui-default[data-v-ed8460a8] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-product-list .center-0 .list[data-v-ed8460a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-0 .list .item[data-v-ed8460a8] {
  float: left;
  width: 50%;
}
.ui-product-list .center-0 .list .cell[data-v-ed8460a8] {
  display: block;
  margin: 0.1rem;
}
.ui-product-list .center-0 .list .image[data-v-ed8460a8] {
  position: relative;
}
.ui-product-list .center-0 .list .image .img[data-v-ed8460a8] {
  background: #ffffff;
}
.ui-product-list .center-0 .list .exp[data-v-ed8460a8] {
  position: relative;
}
.ui-product-list .center-0 .list .exp h3[data-v-ed8460a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-product-list .center-1 .list[data-v-ed8460a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-1 .list .item[data-v-ed8460a8] {
  float: left;
  width: 100%;
}
.ui-product-list .center-1 .list .cell[data-v-ed8460a8] {
  display: block;
  margin: 0.1rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ui-product-list .center-1 .list .image[data-v-ed8460a8] {
  position: relative;
  background: #ffffff;
}
.ui-product-list .center-1 .list .exp[data-v-ed8460a8] {
  position: relative;
}
.ui-product-list .center-1 .list .exp h3[data-v-ed8460a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  font-weight: normal;
  text-align: center;
  font-size: 0.25rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.ui-product-list .center-2 .list[data-v-ed8460a8] {
  position: relative;
  overflow: hidden;
  padding: 0.1rem;
}
.ui-product-list .center-2 .list .item[data-v-ed8460a8] {
  float: left;
  width: 100%;
}
.ui-product-list .center-2 .list .cell[data-v-ed8460a8] {
  display: block;
  margin: 0.1rem;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.ui-product-list .center-2 .list .image[data-v-ed8460a8] {
  position: relative;
  background: #ffffff;
}
.ui-product-list .center-2 .list .exp[data-v-ed8460a8] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}
.ui-product-list .center-2 .list .exp h3[data-v-ed8460a8] {
  position: relative;
  padding: 0 0.2rem;
  line-height: 0.8rem;
  font-weight: normal;
  text-align: center;
  font-size: 0.25rem;
  color: #ffffff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-3 .list .item[data-v-ed8460a8] {
  position: relative;
  padding: 0.2rem;
}
.ui-product-list .center-3 .list .item[data-v-ed8460a8]::before {
  content: '';
  position: absolute;
  left: 0.2rem;
  right: 0.2rem;
  bottom: 0;
  border-bottom: 1px solid #eeeeee;
}
.ui-product-list .center-3 .list .cell[data-v-ed8460a8] {
  position: relative;
  display: block;
}
.ui-product-list .center-3 .list .cell[data-v-ed8460a8]::after {
  content: '';
  clear: both;
  display: block;
}
.ui-product-list .center-3 .list .image[data-v-ed8460a8] {
  position: relative;
  float: left;
  width: 2rem;
  padding: 0 0 0 0.05rem;
}
.ui-product-list .center-3 .list .image[data-v-ed8460a8]::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.08rem;
  z-index: 2;
  width: 0.4rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABICAMAAABY4/wGAAAAe1BMVEUAAADyS0veAAzeAAz4YF34YF34YF34YF34YF34YF3eAAz4YF34YF3eAAz4YF34YF3eAAz4YF34YF34YF34YF34YF34YF34YF3eAAz4YF34YF3eAAz4YF34YF34YF3eAAzeAAz4YF3////8ycj+7u793Nz6lJP7q6neAAx9MQQCAAAAIXRSTlMACO/j/PbmlEft2tTMycGvr6SAdGA7MSMhHBUS3mhUPjJmOv5OAAABe0lEQVRIx+3T2W7CMBAF0EnZl0LZt24ej8f5/y+sE8sokNgeHipRqfdhDOIIrjMCVDZfEJK3L98P2Jej3Ja9o9yW04vQ9sqyfL1IbYWLG6uxPixyhy3fComdlh5LLIQEy1jHEvqYlo32pawNh8QaZLISS4hWsZuUsxbZd+D6XkbU1yAhsrMac1ajVpaUJmUoYY2zxlHfhMlEbbUIR/n6I8htG0/catePqgZYD05ZpLqyH2woYS1aR9BeX+m4JfIzDB2/G/uPNIbhu4ufw5Nbout+0zY8WxOs1QlrKsFovLVIcctYxTpc2eqIW2PCrp3175J7E95Na39iSLYvKdShU8Iqz37FCvtqD+xf6fv49yLnbVgcq6ultOXQwaALP/v/+N82MhmPpHZ2ANgORHZZgMt+KLBr8DkvcnbwCSHFKG3f99DIRz9hF2e4yW4YtSO4z2nebQdbaKdYddnhDjqz6bfs/ASRjCd3dlVANIdZ0/Y3kEqxbNgxZLKGkB84dCNdFx9f3AAAAABJRU5ErkJggg==) no-repeat 0 0;
  background-size: contain;
}
.ui-product-list .center-3 .list .image .img[data-v-ed8460a8] {
  background: #f5f5f5;
}
.ui-product-list .center-3 .list .exp[data-v-ed8460a8] {
  position: relative;
  margin: 0 0 0 2.2rem;
}
.ui-product-list .center-3 .list .exp h3[data-v-ed8460a8] {
  font-size: 0.26rem;
  height: 0.8rem;
  line-height: 0.4rem;
  margin: 0 0 0.3rem;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-product-list .center-3 .list .exp .fee[data-v-ed8460a8] {
  line-height: 0.3rem;
  color: #999999;
}
.ui-product-list .center-3 .list .call[data-v-ed8460a8] {
  position: absolute;
  right: 0.2rem;
  top: 1.1rem;
  line-height: 0.5rem;
  border: 1px solid #dddddd;
  padding: 0 0.2rem;
  background: #ffffff;
  border-radius: 0.1rem;
}
.ui-product-list .center-3 .list .call i[data-v-ed8460a8] {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAgVBMVEUAAAAAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6wAW6yR/DPqAAAAKnRSTlMA5X3t3hsPCwb5OeHPyaVai3NUQyYKvbWgmIJ3ZiT11bCUiD3Eb21hTDJaRAvxAAAA/ElEQVQoz3WS2ZKCMBBFO4Issqkgi4LrrOf/P3ASdYAy8T4klTqpdPe9Ea1t3e3ErQWQLJ2oJLld8ZxQMYhsSEIbrcgfD2c2W7O67w2FxWoePZ75tpjPs9k0esMqvEAsZZj7OT9iq8VMFh/FoZ6tSEjmYoOZL8IXl7xYLyecbm/M0F/sXSzCE9nFLN0ZLXSGqMnsWzlVpDK++sPznEMTjFGoyEAOgTmdaM6o/xIHUr0WMWS1gquuM4Xdkepq4SaFODeZzcO+oH7NHo6O7+lkfJaFzBXMrCoVXj9FWKUUL3+xLZaaB6sLL0YFnz7AMQbU1vKo6tss8T/Wd2P+AJjZFJZgFOkdAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 0.24rem;
}
.ui-product-list .center-3 .list .call span[data-v-ed8460a8] {
  vertical-align: middle;
}
.ui-product-list .center-4 .list[data-v-ed8460a8] {
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  overflow-x: auto;
  padding: 0.1rem;
}
.ui-product-list .center-4 .list .item[data-v-ed8460a8] {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 2.4rem;
  margin: 0.15rem 0.05rem;
}
.ui-product-list .center-4 .list .cell[data-v-ed8460a8] {
  position: relative;
  display: block;
}
.ui-product-list .center-4 .list .image[data-v-ed8460a8] {
  position: relative;
  padding: 0 0.05rem;
}
.ui-product-list .center-4 .list .image[data-v-ed8460a8]::before {
  content: '';
  position: absolute;
  left: 0;
  top: -0.08rem;
  z-index: 2;
  width: 0.4rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAABICAMAAABY4/wGAAAAgVBMVEUAAAD0UVDeAAzeAAz4YF34YF34YF34YF34YF3oKSz4YF3eAAz4YF34YF34YF34YF34YF34YF34YF34YF34YF34YF3eAAz4YF34YF34YF3eAAzeAAzeAAzeAAz4YF34YF34YF3eAAzeAAz4YF3////8ycj7q6n6lJPeAAz+7u793NyL8zNwAAAAI3RSTlMACe/j/PbnRxoS7drUzMGvpJGAdGA7ODEj3s/DtqeZaFQmHJQ1JIkAAAE/SURBVEjH7dPXjsIwEEDRMZBGrwvbS8b1/z9wiZU4Xpw487BFkfa+RIKj0RgcKAe7gzqCnVSYaifvdKumH3SrFgXRTpVSDwXdqkdGt+rJtxJF9TAoS5S+XSjbc2Al8lIa9C3UBVZbhiJmOVYZjm08PlegHavN8A4S6VZoTrZ2bZeIWmOIc+0kkjVod/iBfcO5o7Btus+K6js7NyiwrlFZ5O7xTVZiEP/VHVzCXVrKvrS7Ht6GmJUoKdYdyWCTjFntHR+Rx+aa1vLqYBGrtftZJWJ0X67tvuT/2M11G/ydFUQr8Joey3v8b5vm2Y5qlxeAY0KyGwbXzinB7uvP8vWQTd6gib3E7f0ZvF5nEbsu4EuntNfu4LZ81W2TI4SxbZdNT9DZYRbYVQ49ZfMbu2XQ22Xp29kBYrGNZzMYaA9NnwBeM+psH3W0AAAAAElFTkSuQmCC) no-repeat 0 0;
  background-size: contain;
}
.ui-product-list .center-4 .list .image .img[data-v-ed8460a8] {
  background: #f5f5f5;
  border: 1px solid #dddddd;
}
.ui-product-list .center-4 .list .exp[data-v-ed8460a8] {
  position: relative;
  padding: 0.1rem 0;
}
.ui-product-list .center-4 .list .exp h3[data-v-ed8460a8] {
  font-size: 0.25rem;
  line-height: 0.4rem;
  padding: 0 0.2rem;
  text-align: center;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ui-product-list .center-4 .list .call[data-v-ed8460a8] {
  display: block;
  margin: 0 0.3rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: #005bac;
  color: #ffffff;
  font-size: 0.22rem;
  border-radius: 0.1rem;
  text-align: center;
}
.ui-product-list .center-4 .list .call i[data-v-ed8460a8] {
  display: inline-block;
  vertical-align: middle;
  width: 0.4rem;
  height: 0.4rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAAbFBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8+T+BWAAAAI3RSTlMACuN9+Dnq3sl1JQ+Kz6VbBmZUQxoD7721oJQdsJiDbtVMMp1NxcoAAAD0SURBVCjPdZLZdoMgFEWRIOI81SlmaLv//x8LSaqm0Psgi7XlXs45CFvddI1EuE6A/AiiHhkX6CDUZEKkyEDbmOrZ2PisIH6sM7XHJp7NLrQeS3hdthz+YRlj7s8zuP8rvoRfC1bZoFRIXksnRIQJsczpa0hEqEbX7pOg26kTfecUYg3aDlSswYzcme5odty/J1GQZK99BXO+RaEbB0lztyuZL8h1u05pv7UCM0ko3JzxN+wzxk6L0hJU5TLbw3ZQf7s12hy/cd1V/lGYH6zqJbptdivL4zsYTsBSr5bn8Rlu723uCYBSgOz8VNrFyMQUD2N+ADotEUWCCQgcAAAAAElFTkSuQmCC) no-repeat center center;
  background-size: 0.24rem;
}
.ui-product-list .center-4 .list .call span[data-v-ed8460a8] {
  vertical-align: 0;
}

.ui-form[data-v-09c9cc6a] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .list[data-v-09c9cc6a] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-09c9cc6a] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-09c9cc6a] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-09c9cc6a] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-09c9cc6a] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-09c9cc6a] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .text[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .text input[data-v-09c9cc6a] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .textarea[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .textarea textarea[data-v-09c9cc6a] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .select select[data-v-09c9cc6a] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-09c9cc6a],
.ui-form .checkbox[data-v-09c9cc6a] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-09c9cc6a],
.ui-form .checkbox .item[data-v-09c9cc6a] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-09c9cc6a],
.ui-form .checkbox .item input[data-v-09c9cc6a] {
  float: left;
}
.ui-form .radio .item span[data-v-09c9cc6a],
.ui-form .checkbox .item span[data-v-09c9cc6a] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-09c9cc6a] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-09c9cc6a] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-09c9cc6a] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-09c9cc6a] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-09c9cc6a] {
  position: relative;
}
.ui-form .submit input[data-v-09c9cc6a] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-09c9cc6a] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-09c9cc6a] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-09c9cc6a] {
  display: none;
}
.ui-form .center-1 .text input[data-v-09c9cc6a],
.ui-form .center-1 .textarea textarea[data-v-09c9cc6a],
.ui-form .center-1 .select select[data-v-09c9cc6a],
.ui-form .center-1 .huxing .txt[data-v-09c9cc6a] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-09c9cc6a],
.ui-form .center-2 .textarea textarea[data-v-09c9cc6a],
.ui-form .center-2 .select select[data-v-09c9cc6a],
.ui-form .center-2 .huxing .txt[data-v-09c9cc6a] {
  background: #fff;
  border: 1px solid #ddd;
}

.ui-form[data-v-7a5d9488] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-7a5d9488] {
  position: relative;
}
.ui-form .list[data-v-7a5d9488] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-7a5d9488] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-7a5d9488] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-7a5d9488] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-7a5d9488] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-7a5d9488] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-7a5d9488] {
  position: relative;
}
.ui-form .text[data-v-7a5d9488] {
  position: relative;
}
.ui-form .text input[data-v-7a5d9488] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .text .sendsms[data-v-7a5d9488] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .text .sendsms[data-v-7a5d9488]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .text .sendsms span[data-v-7a5d9488] {
  display: block;
  padding: 0 20px;
}
.ui-form .textarea[data-v-7a5d9488] {
  position: relative;
}
.ui-form .textarea textarea[data-v-7a5d9488] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-7a5d9488] {
  position: relative;
}
.ui-form .select select[data-v-7a5d9488] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-7a5d9488],
.ui-form .checkbox[data-v-7a5d9488] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-7a5d9488],
.ui-form .checkbox .item[data-v-7a5d9488] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-7a5d9488],
.ui-form .checkbox .item input[data-v-7a5d9488] {
  float: left;
}
.ui-form .radio .item span[data-v-7a5d9488],
.ui-form .checkbox .item span[data-v-7a5d9488] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-7a5d9488] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-7a5d9488] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-7a5d9488] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-7a5d9488] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-7a5d9488] {
  position: relative;
}
.ui-form .submit input[data-v-7a5d9488] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-7a5d9488] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-7a5d9488] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-7a5d9488] {
  display: none;
}
.ui-form .center-1 .text input[data-v-7a5d9488],
.ui-form .center-1 .textarea textarea[data-v-7a5d9488],
.ui-form .center-1 .select select[data-v-7a5d9488],
.ui-form .center-1 .huxing .txt[data-v-7a5d9488] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-7a5d9488],
.ui-form .center-2 .textarea textarea[data-v-7a5d9488],
.ui-form .center-2 .select select[data-v-7a5d9488],
.ui-form .center-2 .huxing .txt[data-v-7a5d9488] {
  background: #fff;
  border: 1px solid #ddd;
}






























































/**************************
 ** ui-search-panel
 ** liqingyun
 **************************/
.ui-search-panel[data-v-1224588c] { position: relative;
}
.ui-search-panel .inner[data-v-1224588c] { position: relative; padding: .2rem;
}
.ui-search-panel .input[data-v-1224588c] { background: #fff; position: relative; padding: 0 .2rem;
}
.ui-search-panel .input img[data-v-1224588c] { width: 24px; height: 24px; vertical-align: middle;
}
.ui-search-panel .input span[data-v-1224588c] { vertical-align: middle;
}
.ui-search-panel .center-2 .inner[data-v-1224588c],
.ui-search-panel .center-3 .inner[data-v-1224588c] { position: absolute; left: 0; top: 0; right: 0; z-index: 10;
}


.outer[data-v-3460f5cc] {
  position: relative;
}
.ui-video[data-v-3460f5cc] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .video-player[data-v-3460f5cc] {
  position: relative;
  display: block;
  z-index: 1;
  background: #000000;
}

.ui-webmap[data-v-474b0174] {
  position: relative;
  padding: 0.3rem;
}
.ui-webmap .rows2[data-v-474b0174] {
  position: relative;
  overflow: hidden;
}
.ui-webmap .head[data-v-474b0174] {
  position: relative;
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  margin: 0 0 0.3rem;
}
.ui-webmap .head h3[data-v-474b0174] {
  font-weight: normal;
}
.ui-webmap .head h3 a[data-v-474b0174] {
  display: block;
  padding: 0 0 0 0.3rem;
  line-height: 0.8rem;
  font-size: 0.3rem;
}
.ui-webmap .sub[data-v-474b0174] {
  position: relative;
  padding: 0 0 0.3rem;
  margin: -0.3rem 0 0 0;
}
.ui-webmap .sub h3[data-v-474b0174] {
  font-weight: normal;
}
.ui-webmap .sub h3 a[data-v-474b0174] {
  display: block;
  padding: 0 0 0 0.3rem;
  line-height: 0.8rem;
  color: #000;
}
.ui-webmap .sub dl[data-v-474b0174] {
  overflow: hidden;
}
.ui-webmap .sub dd[data-v-474b0174] {
  float: left;
}
.ui-webmap .sub dd a[data-v-474b0174] {
  display: block;
  margin: 0.1rem 0.3rem;
  line-height: 0.4rem;
  color: #666;
}










































/**************************
 ** ui-page-about
 ** liqingyun
 **************************/
.catelist[data-v-7450b157]{padding: .3rem 3% .2rem;background:#fff;}
.catelist .anav[data-v-7450b157]{width: 48.5%;margin-right: 3%;margin-bottom: .15rem;height: .68rem;line-height: .66rem;border: 1px solid #dddddd;border-radius: .06rem;font-size: .26rem;text-align: center;display: block;float: left;}
.catelist .anav[data-v-7450b157]:nth-child(2n){margin-right:0;}
.ui-page-about .center-0 .content[data-v-7450b157]{padding: .4rem 0 .5rem;width: 100%;overflow: hidden;background-color: #f6f6f6;min-height: 7rem;}


/**************************
 ** ui-page-contact
 **************************/
.ui-page-contact .center-0 .ui-content[data-v-65c7dba2] {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  min-height: 5.2rem;
}
.ui-page-contact .center-0 .conlist[data-v-65c7dba2] {
  width: 94%;
  margin: 0 auto;
  padding: 0.4rem 0 0;
}
.ui-page-contact .center-0 .conlist .item[data-v-65c7dba2] {
  width: 100%;
  color: #333333;
  margin-bottom: 0.28rem;
  padding-left: 0.7rem;
  position: relative;
}
.ui-page-contact .center-0 .conlist .item s[data-v-65c7dba2] {
  width: 0.7rem;
  height: 0.55rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMMAAAA3CAMAAACGog6XAAAAP1BMVEUAAAD5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSf5WSeEdFdWAAAAFHRSTlMAwECAEPCgMGDQP1Agz3Cw4N+Qvx+xg24AAAO6SURBVGje7ZrtcqwgDIZBwocHFXW5/2s9NoUNdnU1dum0M/v+cqwGHpK8YFvx1ltvVRZ4pUJQyoP4KXm1KS8uqRv6eFc/dOIHZKe4o8kKtkDpdRCt6ifD6rgrzYZwKVorQ5BtiuJEZd1ikiyU790ETwbfCg5SUlzAG0ZUlY1ZolDMYlUz4HqY1TsdYt1AVFTznKHhplQ3DyPoj9RwLKaPp9X7FYMqdIlh/ugD2DCqj76YGavKkt9/g8/gCeGLoMWxTkqiD8gTGrGNE0MrN9TyGGBaRu7uvdwveb73dqcXowYOQ5zPeqBGhp2ZNjwGhU9TcNTkKJZiMURzxDykMV7HABrTughMLGQgT0zDWQaJEXo4tnHTvpLB3Y04YHUq71VLe0O3XLnTDMKlY8KBjSshX8eAMw/3mhqbFGLEgVIiwnkG4TX59IY6tF8nXsoAy7NDrqkWSkfSkKuXwSDsGPdTZ5HQilcx0MNdToMtRstsHQU7Zkj4i+ZdQ2o78WIGn5e5zR1Ardfnrd9zGHLXwrYhSRBshmNnbWmqO3CKxyCGTXsyySlqMMhcO81mkUk2Q+rsfmVPEKhPKjDQlEnUB3yG3Nm6gICe/KoCw4QXu3mY2AzU2W5lSCMx1fElnadKcJrtSw/lr6i2ynNlpf3B5NMdHUHClf2BNNx72KWrOgwYbMK31sOYHKPH22wG6mygjNRicNS7xc40x6LX/RUGmAdhESJ8/nqhMb4SAzbCLVdPnBwsV276GLZLn6mjYDGQDw2fnY0OheO4WgwKn07eQdI2x3I8BrLSAc/z+XihcZw6DKDzqaKThJCOBD2mgc/Qx7z/K51iOVyYOgyYiCE1R6IInqzFXWAwX62UIOowwFh8q0HjfQOrbzwOAyGMIL5qRogqDLhAYef7KFo+g8lzJdEPJqjCIOS2gXp0WyYDIexA9FCFodNUTetmH4HNMD8ZHlqEqMEghq1fM98wDJfBpbPeAQQxGLUhQwysahoe7WoWPIYDhLyTGmLYE4+BQtuv2WwFk4FOd7uyCLHFEJwLFxmofzWsobTlMhDCEcQjw4BFfZGBzLsXq43WcetR4w5/bOWokoFy3l5noHMrmaDhB1ik/b8jmTRpYqDRzFUGstJiqVoQPKnI0kwMRfrkRQYqVEf9rDv2IkgOgoSSITuKvdYPJOgyDIbkqxnUWTUPM56aJcBU3unEZcFE/VxZ8mmmvoHQP93cfvHf2Ek3Mon6suMewvgNhOGMJf3a/zn51IyH1b8t2y5ZfOutv6X/XEiMO7T9kdkAAAAASUVORK5CYII=) no-repeat 0.1rem 0;
  background-size: auto 0.55rem;
}
.ui-page-contact .center-0 .conlist .item span[data-v-65c7dba2] {
  line-height: 0.26rem;
  color: #333333;
  margin-bottom: 0.07rem;
  font-size: 0.26rem;
  display: block;
}
.ui-page-contact .center-0 .conlist .item strong[data-v-65c7dba2] {
  font-family: arial;
  font-weight: normal;
  color: #f95927;
}
.ui-page-contact .center-0 .conlist .item strong a[data-v-65c7dba2] {
  font-size: 0.26rem;
  color: #f95927;
  font-weight: bold;
}
.ui-page-contact .center-0 .conlist .item.address s[data-v-65c7dba2] {
  background-position: -0.65rem center;
}
.ui-page-contact .center-0 .conlist .item.address strong[data-v-65c7dba2] {
  color: #666;
  font-size: 0.22rem;
  font-weight: normal;
}
.ui-page-contact .maparea[data-v-65c7dba2] {
  width: 100%;
  overflow: hidden;
}
.ui-page-contact .maparea .map[data-v-65c7dba2] {
  height: 4rem;
}
.ui-page-contact .maparea .map img[data-v-65c7dba2] {
  display: block;
  width: 100%;
  height: 100%;
}
.ui-page-contact .ui-page-contact-info-list[data-v-65c7dba2] {
  overflow: hidden;
  padding: 0.1rem;
}
.ui-page-contact .ui-page-contact-info-scroll[data-v-65c7dba2] {
  position: relative;
}
.ui-page-contact .ui-page-contact-info-scroll .item[data-v-65c7dba2] {
  border: 1px solid #eeeeee;
  margin: -1px;
  padding: 0.2rem;
}
.ui-page-contact .ui-page-contact-info-scroll .name[data-v-65c7dba2] {
  line-height: 20px;
  margin: 0 0 10px;
  font-size: 18px;
  color: #333333;
}
.ui-page-contact .ui-page-contact-info-scroll .items[data-v-65c7dba2] {
  position: relative;
  min-height: 20px;
  line-height: 20px;
  margin: 0 0 5px;
  font-size: 14px;
  color: #666666;
  padding: 0 0 0 20px;
}
.ui-page-contact .ui-page-contact-info-scroll .items i[data-v-65c7dba2] {
  position: absolute;
  left: 0;
  top: 0;
  color: #aaaaaa;
}

.ui-scale-0[data-v-41ed89d0] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-41ed89d0] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-41ed89d0] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-41ed89d0] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-41ed89d0] {
  padding: 0 0 180% 0 !important;
}
.catelist[data-v-41ed89d0] {
  padding: 0.3rem 3% 0.2rem;
  background: #fff;
}
.catelist .anav[data-v-41ed89d0] {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 0.15rem;
  height: 0.68rem;
  line-height: 0.66rem;
  border: 1px solid #dddddd;
  border-radius: 0.06rem;
  font-size: 0.26rem;
  text-align: center;
  display: block;
  float: left;
}
.catelist .anav[data-v-41ed89d0]:nth-child(2n) {
  margin-right: 0;
}
.ui-page-article-list .center-0 .list[data-v-41ed89d0] {
  padding: 0 3%;
}
.ui-page-article-list .center-0 .item[data-v-41ed89d0] {
  padding-right: 0.1rem;
  display: block;
  padding: 0.3rem 0 0.3rem;
  border-bottom: 1px solid #dddddd;
  margin: 0 auto 0;
}
.ui-page-article-list .center-0 .item a[data-v-41ed89d0] {
  display: flex;
  justify-content: space-between;
}
.ui-page-article-list .center-0 .item .imgm[data-v-41ed89d0] {
  float: left;
  width: 36%;
  height: 20%;
  display: block;
  margin-right: 0.2rem;
  overflow: hidden;
}
.ui-page-article-list .center-0 .item .img[data-v-41ed89d0] {
  position: relative;
  width: 100%;
  padding: 0 0 56%;
  overflow: hidden;
}
.ui-page-article-list .center-0 .item .img img[data-v-41ed89d0] {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  min-height: 100%;
  display: block;
}
.ui-page-article-list .center-0 .item .exp[data-v-41ed89d0] {
  width: 67%;
  height: 1.21rem;
}
.ui-page-article-list .center-0 .item .exp h3[data-v-41ed89d0] {
  font-size: 0.26rem;
  line-height: 0.4rem;
  height: 0.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
}
.ui-page-article-list .center-0 .item .exp p[data-v-41ed89d0] {
  margin-top: 0.06rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-page-article-list .center-0 .item .exp .time[data-v-41ed89d0] {
  margin-top: 0.12rem;
  line-height: 0.2rem;
}
.ui-page-article-list .center-0 .item .exp span[data-v-41ed89d0] {
  display: inline-block;
  color: #999;
  font-size: 0.2rem;
  line-height: 0.2rem;
  font-style: normal;
}
.ui-page-article-list .center-0 .item .exp span[data-v-41ed89d0]:first-child {
  margin-right: 0.2rem;
}
.ui-page-article-list .center-1 .list[data-v-41ed89d0] {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ui-page-article-list .center-1 .list .item[data-v-41ed89d0] {
  width: 48.5%;
  margin-right: 1%;
  margin-bottom: 3%;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 0.06rem;
}
.ui-page-article-list .center-1 .list .item[data-v-41ed89d0]:nth-child(2n) {
  margin-right: 0;
}
.ui-page-article-list .center-1 .list .item .imgm[data-v-41ed89d0] {
  width: 90%;
  margin: 0 auto;
  margin-top: 0.14rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.06rem;
}
.ui-page-article-list .center-1 .list .item .img[data-v-41ed89d0] {
  position: relative;
  width: 100%;
  padding: 0 0 75%;
  overflow: hidden;
}
.ui-page-article-list .center-1 .list .item img[data-v-41ed89d0] {
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.ui-page-article-list .center-1 .list .item .txt[data-v-41ed89d0] {
  height: 0.56rem;
}
.ui-page-article-list .center-1 .list .item .txt .tit[data-v-41ed89d0] {
  height: 0.56rem;
  font-size: 0.24rem;
  line-height: 0.56rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.ui-page-article-list .center-1 .list a[data-v-41ed89d0] {
  display: block;
}








































































































/**************************
 ** ui-page-product-list
 ** liqingyun
 **************************/
.catelist[data-v-21f3683a] {
  padding: 0.3rem 3% 0.2rem;
  background: #fff;
}
.catelist .anav[data-v-21f3683a] {
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 0.15rem;
  height: 0.68rem;
  line-height: 0.66rem;
  border: 1px solid #dddddd;
  border-radius: 0.06rem;
  font-size: 0.26rem;
  text-align: center;
  display: block;
  float: left;
}
.catelist .anav[data-v-21f3683a]:nth-child(2n) {
  margin-right: 0;
}
.ui-page-product-list .center-0 .list[data-v-21f3683a] {
  padding: 0 3%;
  overflow: hidden;
}
.ui-page-product-list .center-0 .list .item[data-v-21f3683a] {
  width: 48.5%;
  float: left;
  margin-right: 3%;
  margin-bottom: 0.26rem;
  border-radius: 0.08rem;
  box-shadow: 0 0.02rem 0.07rem rgba(0, 0, 0, 0.2);
  text-align: center;
  background: #fff;
}
.ui-page-product-list .center-0 .list .item a[data-v-21f3683a] {
  width: 100%;
  display: block;
}
.ui-page-product-list .center-0 .list .item[data-v-21f3683a]:nth-child(2n) {
  margin-right: 0;
}
.ui-page-product-list .center-0 .list .item figure[data-v-21f3683a] {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 0.05rem;
  border-bottom: 1px solid #dddddd;
}
.ui-page-product-list .center-0 .list .item img[data-v-21f3683a] {
  width: 100%;
  min-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.05rem;
}
.ui-page-product-list .center-0 .list .item h3[data-v-21f3683a] {
  font-weight: normal;
  height: 0.72rem;
  font-size: 0.24rem;
  line-height: 0.72rem;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.ui-map .map-wrap[data-v-5c4cd2ca] {
  height: 100%;
}

.ui-default[data-v-5923ef04] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-design-team[data-v-5923ef04] {
  position: relative;
}
.ui-design-team .layout-0 .list[data-v-5923ef04] {
  padding: 0.2rem 0.1rem 0;
  overflow: hidden;
}
.ui-design-team .layout-0 .item[data-v-5923ef04] {
  float: left;
  width: 50%;
  margin: 0 0 0.2rem;
}
.ui-design-team .layout-0 .cell[data-v-5923ef04] {
  display: block;
  margin: 0 0.1rem;
}
.ui-design-team .layout-0 .image[data-v-5923ef04] {
  position: relative;
}
.ui-design-team .layout-0 .exp[data-v-5923ef04] {
  padding: 0.1rem;
}
.ui-design-team .layout-0 .exp h3[data-v-5923ef04] {
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

.ui-default[data-v-64057574] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-renova-example[data-v-64057574] {
  position: relative;
}
.ui-renova-example .layout-0 .list[data-v-64057574] {
  padding: 0.2rem 0.1rem 0;
  overflow: hidden;
}
.ui-renova-example .layout-0 .item[data-v-64057574] {
  float: left;
  width: 50%;
  margin: 0 0 0.2rem;
}
.ui-renova-example .layout-0 .cell[data-v-64057574] {
  display: block;
  margin: 0 0.1rem;
}
.ui-renova-example .layout-0 .image[data-v-64057574] {
  position: relative;
}
.ui-renova-example .layout-0 .exp[data-v-64057574] {
  padding: 0.1rem;
}
.ui-renova-example .layout-0 .exp h3[data-v-64057574] {
  line-height: 0.4rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}
.ui-renova-example .layout-1 .swiper-box[data-v-64057574] {
  position: relative;
  overflow: hidden;
  padding: 0.2rem;
}
.ui-renova-example .layout-1 .swiper-container[data-v-64057574] {
  position: relative;
  overflow: hidden;
}
.ui-renova-example .layout-1 .swiper-wrapper[data-v-64057574] {
  position: relative;
  background: #ffffff;
}
.ui-renova-example .layout-1 .swiper-wrapper .swiper-slide[data-v-64057574] {
  position: relative;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-64057574] {
  position: relative;
  text-align: center;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-64057574] span {
  margin: 0 0.05rem;
}
.ui-renova-example .layout-1 .swiper-pagination[data-v-64057574] span.swiper-pagination-bullet-active {
  background: #333333;
}
.ui-renova-example .layout-1 .cell[data-v-64057574] {
  position: relative;
  display: block;
  overflow: hidden;
}
.ui-renova-example .layout-1 .image[data-v-64057574] {
  position: relative;
  width: 100%;
  background: #f5f5f5;
}
.ui-renova-example .layout-1 .exp[data-v-64057574] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.15rem 0.2rem;
  z-index: 1;
  background-size: contain;
}
.ui-renova-example .layout-1 .exp i[data-v-64057574] {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.8;
}
.ui-renova-example .layout-1 .exp h3[data-v-64057574] {
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 0.4rem;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-page-renova-design-team-list[data-v-822afa28] {
  position: relative;
  background: #f9f9f9;
}
.ui-page-renova-design-team-list .cell[data-v-822afa28] {
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0.2rem;
  padding: 0.2rem;
}
.ui-page-renova-design-team-list .title h3[data-v-822afa28] {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  word-break: break-all;
}
.ui-page-renova-design-team-list .rank[data-v-822afa28] {
  line-height: 0.4rem;
}
.ui-page-renova-design-team-list .tag[data-v-822afa28] {
  margin: 0 0 0.1rem -0.2rem;
  line-height: 0.4rem;
  display: flex;
}
.ui-page-renova-design-team-list .tag span[data-v-822afa28] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-design-team-list .tag span[data-v-822afa28]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-design-team-list .view[data-v-822afa28] {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  padding: 0 0.1rem;
  line-height: 0.45rem;
  border-radius: 3px;
}
.ui-page-renova-design-team-list .view span[data-v-822afa28] {
  font-size: 0.26rem;
}
.ui-page-renova-design-team-list .layout-0 .exp[data-v-822afa28] {
  margin: 0 0 0 2rem;
}
.ui-page-renova-design-team-list .layout-0 .img[data-v-822afa28] {
  float: left;
  width: 1.8rem;
}

.ui-page-renova-design-profile[data-v-01d1ff3c] {
  position: relative;
  background: #ffffff;
  padding: 0.2rem;
}
.ui-page-renova-design-profile .cover[data-v-01d1ff3c] {
  position: relative;
}
.ui-page-renova-design-profile .cover img[data-v-01d1ff3c] {
  display: block;
  width: 100%;
}
.ui-page-renova-design-profile .name[data-v-01d1ff3c] {
  padding: 0.2rem 0;
  line-height: 0.4rem;
}
.ui-page-renova-design-profile .name h3[data-v-01d1ff3c],
.ui-page-renova-design-profile .name h4[data-v-01d1ff3c] {
  display: inline-block;
  vertical-align: middle;
  color: #333333;
}
.ui-page-renova-design-profile .name h3[data-v-01d1ff3c] {
  font-size: 0.3rem;
}
.ui-page-renova-design-profile .name h4[data-v-01d1ff3c] {
  color: #666666;
  font-weight: normal;
  margin: 0 0 0 0.1rem;
}
.ui-page-renova-design-profile .profile .item[data-v-01d1ff3c] {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.1rem 0;
}
.ui-page-renova-design-profile .profile .item .label[data-v-01d1ff3c] {
  float: left;
  width: 7em;
  line-height: 0.4rem;
  white-space: nowrap;
}
.ui-page-renova-design-profile .profile .item .label i[data-v-01d1ff3c] {
  color: #f5ca8d;
  margin: 0 0.08rem 0 0;
}
.ui-page-renova-design-profile .profile .item .label span[data-v-01d1ff3c] {
  color: #333333;
}
.ui-page-renova-design-profile .profile .item .control[data-v-01d1ff3c] {
  margin: 0 0 0 7.5em;
  padding: 0.06rem 0 0 0;
  line-height: 0.34rem;
  color: #666666;
}
.ui-page-renova-design-profile .profile .item .control p[data-v-01d1ff3c] {
  word-break: break-all;
}
.ui-page-renova-design-case[data-v-01d1ff3c] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-design-case .head[data-v-01d1ff3c] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-design-case .head h2[data-v-01d1ff3c] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-design-case .list[data-v-01d1ff3c] {
  margin: -0.3rem 0 0;
}
.ui-page-renova-design-case .list .cell[data-v-01d1ff3c] {
  display: block;
  margin: 0.3rem;
  background: #ffffff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2);
}
.ui-page-renova-design-case .list .img[data-v-01d1ff3c] {
  position: relative;
}
.ui-page-renova-design-case .list .exp[data-v-01d1ff3c] {
  padding: 0.2rem;
}
.ui-page-renova-design-case .list .title[data-v-01d1ff3c] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.3rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-page-renova-design-case .list .tag[data-v-01d1ff3c] {
  line-height: 0.4rem;
  margin: 0 0 0 -0.2rem;
}
.ui-page-renova-design-case .list .tag span[data-v-01d1ff3c] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-design-case .list .tag span[data-v-01d1ff3c]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-design-random[data-v-01d1ff3c] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-design-random .head[data-v-01d1ff3c] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-design-random .head h2[data-v-01d1ff3c] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-design-random .list[data-v-01d1ff3c] {
  position: relative;
  margin: -0.3rem 0 0 0;
  padding: 0.15rem;
  overflow: hidden;
}
.ui-page-renova-design-random .list .item[data-v-01d1ff3c] {
  float: left;
  width: 50%;
}
.ui-page-renova-design-random .list .cell[data-v-01d1ff3c] {
  display: block;
  margin: 0.15rem;
  background: #ffffff;
}
.ui-page-renova-design-random .list .img[data-v-01d1ff3c] {
  position: relative;
}
.ui-page-renova-design-random .list .exp[data-v-01d1ff3c] {
  padding: 0.2rem;
  border: 1px solid #eeeeee;
}
.ui-page-renova-design-random .list .title[data-v-01d1ff3c] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.3rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-page-renova-example-list[data-v-e0d2d8e6] {
  position: relative;
  background: #f9f9f9;
}
.ui-page-renova-example-list .cell[data-v-e0d2d8e6] {
  display: block;
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #eeeeee;
  margin: 0.2rem;
  padding: 0.2rem;
}
.ui-page-renova-example-list .img[data-v-e0d2d8e6] {
  position: relative;
}
.ui-page-renova-example-list .img .auto-img-box[data-v-e0d2d8e6] {
  background: #eeeeee;
}
.ui-page-renova-example-list .avatar[data-v-e0d2d8e6] {
  position: absolute;
  left: 0.2rem;
  bottom: 0.2rem;
}
.ui-page-renova-example-list .avatar img[data-v-e0d2d8e6] {
  display: inline-block;
  vertical-align: middle;
  width: 0.5rem;
  height: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
}
.ui-page-renova-example-list .avatar span[data-v-e0d2d8e6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.08rem;
  font-size: 0.26rem;
  color: #ffffff;
  text-shadow: 0 0 2px #000000;
}
.ui-page-renova-example-list .exp[data-v-e0d2d8e6] {
  position: relative;
  padding: 0.1rem 0 0;
}
.ui-page-renova-example-list .title h3[data-v-e0d2d8e6] {
  line-height: 0.4rem;
  font-size: 0.3rem;
  font-weight: normal;
  color: #333333;
  word-break: break-all;
}
.ui-page-renova-example-list .tag[data-v-e0d2d8e6] {
  margin: 0 0 0 -0.2rem;
  line-height: 0.4rem;
  display: flex;
}
.ui-page-renova-example-list .tag span[data-v-e0d2d8e6] {
  position: relative;
  margin: 0 0.2rem;
}
.ui-page-renova-example-list .tag span[data-v-e0d2d8e6]:nth-child(n+2)::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  height: 0.2rem;
  margin-top: -0.1rem;
  border-left: 1px solid #bbbbbb;
}
.ui-page-renova-example-list .view[data-v-e0d2d8e6] {
  position: absolute;
  right: 0;
  bottom: 0;
}
.ui-page-renova-example-list .view span[data-v-e0d2d8e6] {
  display: block;
  border: 1px solid #eeeeee;
  background: #f9f9f9;
  padding: 0 0.1rem;
  line-height: 0.45rem;
  border-radius: 3px;
  font-size: 0.24rem;
}
.ui-page-renova-example-list .layout-0[data-v-e0d2d8e6] {
  zoom: 1;
}

.ui-page-renova-example-profile[data-v-dd937eca] {
  background: #ffffff;
  padding: 0.2rem;
  margin: 0 0 -0.2rem;
}
.ui-page-renova-example-profile .title[data-v-dd937eca] {
  position: relative;
  line-height: 0.4rem;
  font-size: 0.28rem;
  margin: 0 0 0.1rem;
  text-align: center;
}
.ui-page-renova-example-profile .subtitle[data-v-dd937eca] {
  text-align: center;
  color: #999999;
  margin: 0 0 0.3rem;
}
.ui-page-renova-example-profile .table[data-v-dd937eca] {
  position: relative;
  overflow: hidden;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
}
.ui-page-renova-example-profile .table .rows[data-v-dd937eca] {
  display: flex;
}
.ui-page-renova-example-profile .table .rows:first-child .cell[data-v-dd937eca] {
  width: 100%;
}
.ui-page-renova-example-profile .table .cell[data-v-dd937eca] {
  display: flex;
  flex: 1;
}
.ui-page-renova-example-profile .table .cell .label[data-v-dd937eca] {
  display: block;
  width: 5em;
  padding: 0.1rem;
  line-height: 0.3rem;
  background: #f8f8f8;
  text-align: center;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ui-page-renova-example-profile .table .cell .value[data-v-dd937eca] {
  flex: 1;
  padding: 0.1rem;
  line-height: 0.3rem;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.ui-page-renova-example-carousel[data-v-dd937eca] {
  position: relative;
  background: #ffffff;
  padding: 0.2rem;
  margin: 0 0 -0.2rem;
}
.ui-page-renova-example-carousel .carousel[data-v-dd937eca] {
  position: relative;
}
.ui-page-renova-example-carousel .carousel-dots[data-v-dd937eca] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.1rem;
  text-align: center;
}
.ui-page-renova-example-carousel .carousel-dots li[data-v-dd937eca] {
  display: inline-block;
  vertical-align: middle;
  width: 0.2rem;
  height: 0.2rem;
  background: #000000;
  opacity: 0.4;
  overflow: hidden;
  text-indent: -99em;
  margin: 0.05rem;
  border-radius: 50%;
}
.ui-page-renova-example-carousel .carousel-dots li.on[data-v-dd937eca] {
  background: #ffffff;
  opacity: 1;
}
.ui-page-renova-example-designer[data-v-dd937eca] {
  background: #ffffff;
  padding: 0.2rem;
}
.ui-page-renova-example-designer .block[data-v-dd937eca] {
  position: relative;
  overflow: hidden;
}
.ui-page-renova-example-designer .image[data-v-dd937eca] {
  float: left;
  width: 2.4rem;
}
.ui-page-renova-example-designer .image .avatar[data-v-dd937eca] {
  display: block;
  width: 100%;
}
.ui-page-renova-example-designer .exp[data-v-dd937eca] {
  margin: 0 0 0 2.6rem;
}
.ui-page-renova-example-designer .exp .item[data-v-dd937eca] {
  line-height: 0.3rem;
  margin: 0 0 0.1rem;
}
.ui-page-renova-example-designer .exp .item[data-v-dd937eca]:first-child {
  font-weight: bold;
}
.ui-page-renova-example-designer .exp .item[data-v-dd937eca]:last-child {
  padding: 0.1rem 0 0 0;
}
.ui-page-renova-example-designer .exp .view[data-v-dd937eca] {
  display: inline-block;
  line-height: 0.6rem;
  padding: 0 0.3rem;
  background: #ff8712;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  border-radius: 0.6rem;
}
.ui-page-renova-example-random[data-v-dd937eca] {
  border-top: 0.3rem solid #eeeeee;
}
.ui-page-renova-example-random .head[data-v-dd937eca] {
  position: relative;
  padding: 0 0.3rem;
}
.ui-page-renova-example-random .head h2[data-v-dd937eca] {
  line-height: 1rem;
  font-size: 0.32rem;
  color: #333333;
}
.ui-page-renova-example-random .list[data-v-dd937eca] {
  position: relative;
  margin: -0.3rem 0 0 0;
  padding: 0.15rem;
  overflow: hidden;
}
.ui-page-renova-example-random .list .item[data-v-dd937eca] {
  float: left;
  width: 50%;
}
.ui-page-renova-example-random .list .cell[data-v-dd937eca] {
  display: block;
  margin: 0.15rem;
  background: #ffffff;
}
.ui-page-renova-example-random .list .img[data-v-dd937eca] {
  position: relative;
}
.ui-page-renova-example-random .list .exp[data-v-dd937eca] {
  padding: 0.2rem;
  border: 1px solid #eeeeee;
}
.ui-page-renova-example-random .list .title[data-v-dd937eca] {
  line-height: 0.4rem;
  color: #333333;
  font-size: 0.26rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-tabbar .ui-animate-layout[data-v-e284c84e] {
  height: 0.9rem;
}
.ui-tabbar .inner[data-v-e284c84e] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.ui-tabbar .list[data-v-e284c84e] {
  height: 0.9rem;
  background: #f5f5f5;
  box-shadow: 0 -0.05rem 0.05rem rgba(0, 0, 0, 0.06);
  display: flex;
  text-align: center;
}
.ui-tabbar .list li[data-v-e284c84e] {
  flex: 1;
}
.ui-tabbar .list a[data-v-e284c84e] {
  display: block;
  padding: 0.1rem 0 0;
}
.ui-tabbar .list a[data-v-e284c84e]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) inset;
}
.ui-tabbar .list img[data-v-e284c84e] {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
}
.ui-tabbar .list span[data-v-e284c84e] {
  display: block;
  line-height: 0.4rem;
  font-size: smaller;
}








































/**************************
 ** ui-toolbar
 ** liqingyun
 **************************/
.ui-toolbar .center-0 .inner[data-v-485f4b40] { position: absolute; right: .1rem; bottom: 1.2rem; z-index: 10;
}
.ui-toolbar .center-0 .list[data-v-485f4b40] { position: relative;
}
.ui-toolbar .center-0 .list li[data-v-485f4b40] { position: relative;
}
.ui-toolbar .center-0 .list a[data-v-485f4b40] { display: block; background: rgba(0,0,0,.8); line-height: 0; padding: .15rem; border-radius: 50%;
}
.ui-toolbar .center-0 .list img[data-v-485f4b40] { width: .35rem; height: .35rem;
}
.ui-toolbar .center-0 .list a[data-v-485f4b40]:active { opacity: .8;
}

.container-config .config-box .item-content {
  line-height: 50px;
  text-align: right;
}

.map-config .config-box .item-content[data-v-bea2c894] {
  line-height: 50px;
  text-align: right;
}
.map-config .config-box .table-wrap[data-v-bea2c894] {
  margin-left: -70px;
}

.ui-picture-fullscreen[data-v-c7e5232a] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  background: #000000;
}
.ui-picture-fullscreen .head[data-v-c7e5232a] {
  position: relative;
  height: 0.8rem;
  z-index: 2;
}
.ui-picture-fullscreen .head .close[data-v-c7e5232a] {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.2rem;
  line-height: 0;
  cursor: pointer;
}
.ui-picture-fullscreen .head .close i[data-v-c7e5232a] {
  line-height: 0.4rem;
  font-size: 0.4rem;
  color: #ffffff;
}
.ui-picture-fullscreen .inner[data-v-c7e5232a] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.ui-picture-fullscreen .inner .cell[data-v-c7e5232a] {
  position: relative;
  height: 100%;
}
.ui-picture-fullscreen .inner .cell .img[data-v-c7e5232a] {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.ui-scale-0[data-v-252b5052],
.ui-scale-1[data-v-252b5052],
.ui-scale-2[data-v-252b5052],
.ui-scale-3[data-v-252b5052],
.ui-scale-4[data-v-252b5052] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-252b5052],
.ui-scale-1 img[data-v-252b5052],
.ui-scale-2 img[data-v-252b5052],
.ui-scale-3 img[data-v-252b5052],
.ui-scale-4 img[data-v-252b5052] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-252b5052] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-252b5052] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-252b5052] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-252b5052] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-252b5052] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-252b5052] {
  width: 50% !important;
}
.ui-column-3[data-v-252b5052] {
  width: 33.33% !important;
}
.ui-column-4[data-v-252b5052] {
  width: 25% !important;
}
.ui-column-5[data-v-252b5052] {
  width: 20% !important;
}
.ui-column-6[data-v-252b5052] {
  width: 16.66% !important;
}
.jz-config-form[data-v-252b5052] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-252b5052] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-252b5052]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-252b5052] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-252b5052] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-252b5052] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-252b5052] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-252b5052] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-252b5052] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-252b5052] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-252b5052] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-252b5052] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-252b5052] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-252b5052] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-252b5052] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-252b5052]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-252b5052] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-252b5052] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-252b5052] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-252b5052] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-252b5052] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-252b5052] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-252b5052] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-252b5052] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-252b5052] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-252b5052] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-252b5052] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-252b5052] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-252b5052]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-252b5052]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-252b5052] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-252b5052] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-252b5052] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-252b5052] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-252b5052] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-252b5052]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-252b5052] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-252b5052] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-252b5052] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-252b5052] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-252b5052]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-252b5052] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-252b5052] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-252b5052]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-252b5052] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-252b5052] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-252b5052] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-252b5052] {
  padding: 9px 30px;
}
.jz-shadow[data-v-252b5052] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-252b5052] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-252b5052] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-252b5052] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-252b5052] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-252b5052] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-252b5052] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-252b5052] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-252b5052] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-252b5052] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-252b5052] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-252b5052] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-252b5052] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-252b5052] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-252b5052] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-252b5052] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-252b5052] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-252b5052] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-252b5052] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-252b5052],
.radio-icon.radio-product-9[data-v-252b5052] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-252b5052] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-252b5052] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-252b5052] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-252b5052] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-252b5052] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-252b5052] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-252b5052] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-252b5052] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-252b5052] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-252b5052],
.radio-icon.radio-product-10[data-v-252b5052] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-252b5052] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-252b5052] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-252b5052] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-252b5052] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-252b5052] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-252b5052] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-252b5052] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-252b5052] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-252b5052] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-252b5052] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-252b5052] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-252b5052] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-252b5052] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-252b5052] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-252b5052] {
  background-position: -800px -140px;
}
.vdr[data-v-252b5052] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-252b5052] {
  z-index: 99 !important;
}
.vdr .handle[data-v-252b5052] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-252b5052] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-252b5052] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-252b5052] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-252b5052] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-252b5052] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-252b5052] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-252b5052] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-252b5052] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-252b5052] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-252b5052] {
  top: -55px;
}
.ui-operation ul[data-v-252b5052] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-252b5052] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-252b5052] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-252b5052] {
  font-style: normal;
}
.ui-operation .text[data-v-252b5052]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-252b5052] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-252b5052]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-252b5052] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-252b5052] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-252b5052] {
  display: block !important;
}
.ui-control-layout[data-v-252b5052] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-252b5052]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-252b5052] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-252b5052] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-252b5052] {
  float: right;
}
.ue-label[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-252b5052] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-252b5052] {
  width: 100%;
}
.ue-txt input[data-v-252b5052] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-252b5052] {
  position: relative;
}
.ue-txt2 .el-input[data-v-252b5052] {
  width: 70px;
}
.ue-txt2 input[data-v-252b5052] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-252b5052] {
  position: relative;
}
.ue-select .inn[data-v-252b5052] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-252b5052] {
  width: 200px;
}
.ue-select .other[data-v-252b5052] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-252b5052] {
  display: block;
}
.ue-color .fonts[data-v-252b5052] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-252b5052] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-252b5052],
.ue-color.inline .el-color-picker__color-inner[data-v-252b5052] {
  border-radius: 50%;
}
.ue-add[data-v-252b5052] {
  position: relative;
}
.ue-add button[data-v-252b5052] {
  width: 100%;
}
.ue-links[data-v-252b5052] {
  position: relative;
}
.ue-links .thead[data-v-252b5052] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-252b5052] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-252b5052] {
  margin: 0 0 5px;
}
.ue-radio[data-v-252b5052] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-252b5052] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-252b5052] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-252b5052] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-252b5052] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-252b5052] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-252b5052] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-252b5052] {
  position: relative;
}
.ue-radio3 .inn[data-v-252b5052] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-252b5052] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-252b5052] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-252b5052] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-252b5052],
.ue-radio3 .el-radio[data-v-252b5052]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-252b5052]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-252b5052] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-252b5052] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-252b5052] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-252b5052] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-252b5052] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-252b5052] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-252b5052] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-252b5052] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-252b5052],
.ue-slider .el-input-number__increase[data-v-252b5052] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-252b5052] {
  margin-right: 75px;
}
.ue-tag[data-v-252b5052] {
  position: relative;
}
.ue-tag .el-tag[data-v-252b5052] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-252b5052] {
  width: 90px;
}
.ue-group[data-v-252b5052] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-252b5052] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-252b5052] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-252b5052] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-252b5052] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-252b5052] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-252b5052] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-252b5052] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-252b5052] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-252b5052] {
  padding-left: 0;
}
.ue-image[data-v-252b5052] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-252b5052] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-252b5052] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-252b5052] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-252b5052]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-252b5052] {
  visibility: visible;
}
.ue-imglist[data-v-252b5052] {
  position: relative;
}
.ue-imglist .item[data-v-252b5052] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-252b5052] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-252b5052] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-252b5052] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-252b5052] {
  visibility: visible;
}
.ue-imglist .txt[data-v-252b5052] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-252b5052] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-252b5052] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-252b5052] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-252b5052] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-252b5052] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-252b5052] {
  display: block;
}
.ue-table[data-v-252b5052] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-252b5052] {
  position: relative;
}
.ue-table-head ul[data-v-252b5052] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-252b5052] {
  float: left;
}
.ue-table-head li span[data-v-252b5052],
.ue-table-head li i[data-v-252b5052] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-252b5052] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-252b5052]::before,
.ue-table-head li i[data-v-252b5052]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-252b5052]::before,
.ue-table-head li:first-child i[data-v-252b5052]::before {
  content: none;
}
.ue-table-body[data-v-252b5052] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-252b5052] {
  position: relative;
}
.ue-table-body .item[data-v-252b5052] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-252b5052]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-252b5052] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-252b5052] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-252b5052] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-252b5052] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-252b5052] {
  visibility: visible;
}
.ue-table-body .font[data-v-252b5052] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-252b5052] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-252b5052] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-252b5052] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-252b5052] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-252b5052]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-252b5052] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-252b5052] {
  text-align: center;
}
.ue-table-body .select[data-v-252b5052] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-252b5052] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-252b5052]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-252b5052] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-252b5052] {
  cursor: move;
}
.ue-table2[data-v-252b5052] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-252b5052] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-252b5052] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-252b5052] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-252b5052] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-252b5052] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-252b5052] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-252b5052] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-252b5052] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-252b5052]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-252b5052] {
  background-color: #e4eafa;
}
.ue-lock[data-v-252b5052] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-252b5052] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-252b5052] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-252b5052] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-252b5052] {
  color: #ffa200;
}
.ue-img[data-v-252b5052] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-252b5052] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-252b5052] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-252b5052] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-252b5052] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-252b5052]:empty {
  display: none;
}
.ue-keywords[data-v-252b5052] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-252b5052] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-252b5052] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-252b5052] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-252b5052] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-252b5052] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-252b5052] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-252b5052] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-252b5052] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-252b5052] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-252b5052] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-252b5052] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-252b5052] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-252b5052] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-252b5052]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-252b5052] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-252b5052] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-252b5052] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-252b5052] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-252b5052],
#jz-config .config-box .label span[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-252b5052] {
  width: auto;
}
#jz-config .config-box .label span[data-v-252b5052] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-252b5052] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-252b5052]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-252b5052]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-252b5052]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-252b5052] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-252b5052] {
  transform: scale(1.3);
}
.uc-radio[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-252b5052] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-252b5052] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-252b5052] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-252b5052]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-252b5052] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-252b5052]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-252b5052] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-252b5052] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-252b5052]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-252b5052]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-252b5052]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-252b5052]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-252b5052]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-252b5052]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-252b5052]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-252b5052]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-252b5052]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-252b5052]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-252b5052]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-252b5052]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-252b5052]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-252b5052]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-252b5052]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-252b5052]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-252b5052]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-252b5052]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-252b5052]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-252b5052]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-252b5052]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-252b5052]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-252b5052]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-252b5052]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-252b5052]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-252b5052]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-252b5052]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-252b5052]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-252b5052]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-252b5052]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-252b5052]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-252b5052]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-252b5052]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-252b5052]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-252b5052]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-252b5052]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-252b5052]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-252b5052]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-252b5052]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-252b5052]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-252b5052]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-252b5052]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-252b5052]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-252b5052]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-252b5052]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-252b5052] {
  position: relative;
}
.uc-radio2 .inn[data-v-252b5052] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-252b5052] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-252b5052] {
  white-space: nowrap;
}
.uc-radio3[data-v-252b5052] {
  position: relative;
}
.uc-radio3 .inn[data-v-252b5052] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-252b5052] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-252b5052] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-252b5052] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-252b5052] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-252b5052] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-252b5052] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-252b5052] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-252b5052] {
  position: relative;
}
.uc-radio4 .inn[data-v-252b5052] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-252b5052] {
  float: right;
}
.uc-radio4 .el-radio[data-v-252b5052] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-252b5052] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-252b5052] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-252b5052] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-252b5052] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-252b5052] {
  position: relative;
}
.uc-slider .inn[data-v-252b5052] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-252b5052] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-252b5052] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-252b5052],
.uc-slider .el-input-number__increase[data-v-252b5052] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-252b5052] {
  margin-right: 75px;
}
.uc-color[data-v-252b5052] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-252b5052] {
  width: 50px;
}
.uc-select[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-252b5052] {
  width: 120px;
}
.uc-number[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-252b5052] {
  width: 60px;
}
.config-line i[data-v-252b5052] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-252b5052] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-252b5052] {
  text-align: center;
}
.uc-text2[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-252b5052] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-252b5052] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-252b5052] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-252b5052] {
  position: relative;
}
.uc-text3 .inn[data-v-252b5052] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-252b5052] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-252b5052] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-252b5052] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-252b5052] {
  position: relative;
}
.uc-tag .inn[data-v-252b5052] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-252b5052] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-252b5052] {
  width: 90px;
}
.uc-link[data-v-252b5052] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-252b5052] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-252b5052] {
  position: relative;
}
.uc-image .list[data-v-252b5052] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-252b5052]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-252b5052] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-252b5052] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-252b5052] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-252b5052] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-252b5052]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-252b5052]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-252b5052] {
  visibility: visible;
}
.uc-image .tip[data-v-252b5052] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-252b5052] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-252b5052] {
  text-align: right;
}
.uc-image.rl .list[data-v-252b5052] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-252b5052] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-252b5052] {
  position: relative;
}
.uc-imgtext .list[data-v-252b5052] {
  position: relative;
}
.uc-imgtext .item[data-v-252b5052] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-252b5052] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-252b5052] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-252b5052] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-252b5052] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-252b5052] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-252b5052] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-252b5052] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-252b5052] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-252b5052] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-252b5052],
.uc-imgtext .down[data-v-252b5052] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-252b5052],
.uc-imgtext .down i[data-v-252b5052] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-252b5052] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-252b5052],
.uc-imgtext .item:hover .control[data-v-252b5052] {
  visibility: visible;
}
.uc-category[data-v-252b5052] {
  position: relative;
}
.uc-category .item[data-v-252b5052] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-252b5052] {
  zoom: 1;
}
.uc-category .view[data-v-252b5052] {
  zoom: 1;
}
.uc-category .animate[data-v-252b5052] {
  zoom: 1;
}
.uc-category .row[data-v-252b5052] {
  position: relative;
}
.uc-category .txt[data-v-252b5052] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-252b5052] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-252b5052] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-252b5052] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-252b5052] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-252b5052] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-252b5052] {
  visibility: visible;
}
.uc-transfer[data-v-252b5052] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-252b5052] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-252b5052] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-252b5052] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-252b5052] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-252b5052] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-252b5052] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-252b5052] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-252b5052] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-252b5052] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-252b5052] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-252b5052] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-252b5052] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-252b5052] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-252b5052] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-252b5052] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-252b5052] {
  position: relative;
}
.uc-soure .el-radio[data-v-252b5052] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-252b5052] {
  position: relative;
}
.uc-coupon .list[data-v-252b5052] {
  position: relative;
}
.uc-coupon .item[data-v-252b5052] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-252b5052] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-252b5052]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-252b5052] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-252b5052] {
  width: 100%;
}
.uc-table[data-v-252b5052] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-252b5052] {
  position: relative;
}
.uc-table-head ul[data-v-252b5052] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-252b5052] {
  float: left;
}
.uc-table-head li span[data-v-252b5052],
.uc-table-head li i[data-v-252b5052] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-252b5052] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-252b5052]::before,
.uc-table-head li i[data-v-252b5052]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-252b5052]::before,
.uc-table-head li:first-child i[data-v-252b5052]::before {
  content: none;
}
.uc-table-body[data-v-252b5052] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-252b5052] {
  position: relative;
}
.uc-table-body .item[data-v-252b5052] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-252b5052]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-252b5052] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-252b5052] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-252b5052] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-252b5052] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-252b5052] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-252b5052] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-252b5052] {
  visibility: visible;
}
.uc-table-body .font[data-v-252b5052] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-252b5052] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-252b5052] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-252b5052] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-252b5052] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-252b5052]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-252b5052] {
  text-align: center;
}
.uc-table-body .color[data-v-252b5052] {
  text-align: center;
}
.uc-table-body .control[data-v-252b5052] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-252b5052] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-252b5052] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-252b5052] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-252b5052] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-252b5052] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-252b5052] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-252b5052] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-252b5052] {
  position: relative;
}
.config-panel .rows .label[data-v-252b5052] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-252b5052] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-252b5052]::after,
.config-panel .rows-label[data-v-252b5052]::after,
.config-panel .rows-content[data-v-252b5052]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-252b5052] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-252b5052] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-252b5052] {
  display: block;
}
.config-panel .rows2[data-v-252b5052] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-252b5052] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-252b5052],
.config-panel .rows-item2[data-v-252b5052] {
  position: relative;
}
.config-panel .rows-item2[data-v-252b5052] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-252b5052] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-252b5052] {
  margin: 0;
}
.drag-head[data-v-252b5052] {
  cursor: move;
}
#ui-wrapper[data-v-252b5052] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-252b5052],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-252b5052] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-252b5052] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-252b5052],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-252b5052],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-252b5052] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-252b5052] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-252b5052] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-252b5052] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-252b5052],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-252b5052] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-252b5052] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-252b5052] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-252b5052] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-252b5052] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-252b5052]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-252b5052]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-252b5052],
#ui-wrapper .ui-path .path span[data-v-252b5052] {
  color: #666;
}
.uc-swiper[data-v-252b5052] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-252b5052] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-252b5052] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-252b5052] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-252b5052] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-252b5052] {
  position: relative;
}
.uc-swiper .cell[data-v-252b5052] {
  position: relative;
}
.uc-swiper .icon[data-v-252b5052] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-252b5052]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-252b5052] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-252b5052] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-252b5052] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-252b5052] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-252b5052] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-252b5052] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-252b5052] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-252b5052] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-252b5052] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-252b5052] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-252b5052] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-252b5052] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-252b5052] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-252b5052] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-252b5052] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-252b5052] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-252b5052] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-252b5052] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-252b5052],
.uc-swiper .swiper-button-prev[data-v-252b5052] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-252b5052] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-252b5052] {
  right: -8px;
}

.ui-scale-0[data-v-fcb551b6],
.ui-scale-1[data-v-fcb551b6],
.ui-scale-2[data-v-fcb551b6],
.ui-scale-3[data-v-fcb551b6],
.ui-scale-4[data-v-fcb551b6] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-fcb551b6],
.ui-scale-1 img[data-v-fcb551b6],
.ui-scale-2 img[data-v-fcb551b6],
.ui-scale-3 img[data-v-fcb551b6],
.ui-scale-4 img[data-v-fcb551b6] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-fcb551b6] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-fcb551b6] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-fcb551b6] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-fcb551b6] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-fcb551b6] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-fcb551b6] {
  width: 50% !important;
}
.ui-column-3[data-v-fcb551b6] {
  width: 33.33% !important;
}
.ui-column-4[data-v-fcb551b6] {
  width: 25% !important;
}
.ui-column-5[data-v-fcb551b6] {
  width: 20% !important;
}
.ui-column-6[data-v-fcb551b6] {
  width: 16.66% !important;
}
.jz-config-form[data-v-fcb551b6] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-fcb551b6] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-fcb551b6]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-fcb551b6] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-fcb551b6] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-fcb551b6] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-fcb551b6] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-fcb551b6] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-fcb551b6] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-fcb551b6] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-fcb551b6] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-fcb551b6] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-fcb551b6] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-fcb551b6] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-fcb551b6] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-fcb551b6]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-fcb551b6] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-fcb551b6] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-fcb551b6] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-fcb551b6] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-fcb551b6] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-fcb551b6] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-fcb551b6] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-fcb551b6] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-fcb551b6] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-fcb551b6] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-fcb551b6] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-fcb551b6] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-fcb551b6]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-fcb551b6]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-fcb551b6] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-fcb551b6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-fcb551b6] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-fcb551b6] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-fcb551b6]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-fcb551b6] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-fcb551b6] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-fcb551b6] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-fcb551b6]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-fcb551b6] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-fcb551b6] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-fcb551b6]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-fcb551b6] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-fcb551b6] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-fcb551b6] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-fcb551b6] {
  padding: 9px 30px;
}
.jz-shadow[data-v-fcb551b6] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-fcb551b6] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-fcb551b6] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-fcb551b6] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-fcb551b6] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-fcb551b6] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-fcb551b6] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-fcb551b6] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-fcb551b6] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-fcb551b6] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-fcb551b6] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-fcb551b6] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-fcb551b6] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-fcb551b6] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-fcb551b6] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-fcb551b6] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-fcb551b6] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-fcb551b6] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-fcb551b6] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-fcb551b6],
.radio-icon.radio-product-9[data-v-fcb551b6] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-fcb551b6] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-fcb551b6] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-fcb551b6] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-fcb551b6] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-fcb551b6] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-fcb551b6] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-fcb551b6] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-fcb551b6] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-fcb551b6] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-fcb551b6],
.radio-icon.radio-product-10[data-v-fcb551b6] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-fcb551b6] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-fcb551b6] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-fcb551b6] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-fcb551b6] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-fcb551b6] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-fcb551b6] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-fcb551b6] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-fcb551b6] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-fcb551b6] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-fcb551b6] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-fcb551b6] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-fcb551b6] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-fcb551b6] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-fcb551b6] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-fcb551b6] {
  background-position: -800px -140px;
}
.vdr[data-v-fcb551b6] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-fcb551b6] {
  z-index: 99 !important;
}
.vdr .handle[data-v-fcb551b6] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-fcb551b6] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-fcb551b6] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-fcb551b6] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-fcb551b6] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-fcb551b6] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-fcb551b6] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-fcb551b6] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-fcb551b6] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-fcb551b6] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-fcb551b6] {
  top: -55px;
}
.ui-operation ul[data-v-fcb551b6] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-fcb551b6] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-fcb551b6] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-fcb551b6] {
  font-style: normal;
}
.ui-operation .text[data-v-fcb551b6]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-fcb551b6] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-fcb551b6]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-fcb551b6] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-fcb551b6] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-fcb551b6] {
  display: block !important;
}
.ui-control-layout[data-v-fcb551b6] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-fcb551b6]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-fcb551b6] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-fcb551b6] {
  float: right;
}
.ue-label[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-fcb551b6] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-fcb551b6] {
  width: 100%;
}
.ue-txt input[data-v-fcb551b6] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-fcb551b6] {
  position: relative;
}
.ue-txt2 .el-input[data-v-fcb551b6] {
  width: 70px;
}
.ue-txt2 input[data-v-fcb551b6] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-fcb551b6] {
  position: relative;
}
.ue-select .inn[data-v-fcb551b6] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-fcb551b6] {
  width: 200px;
}
.ue-select .other[data-v-fcb551b6] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-fcb551b6] {
  display: block;
}
.ue-color .fonts[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-fcb551b6] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-fcb551b6],
.ue-color.inline .el-color-picker__color-inner[data-v-fcb551b6] {
  border-radius: 50%;
}
.ue-add[data-v-fcb551b6] {
  position: relative;
}
.ue-add button[data-v-fcb551b6] {
  width: 100%;
}
.ue-links[data-v-fcb551b6] {
  position: relative;
}
.ue-links .thead[data-v-fcb551b6] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-fcb551b6] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-fcb551b6] {
  margin: 0 0 5px;
}
.ue-radio[data-v-fcb551b6] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-fcb551b6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-fcb551b6] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-fcb551b6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-fcb551b6] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-fcb551b6] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-fcb551b6] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-fcb551b6] {
  position: relative;
}
.ue-radio3 .inn[data-v-fcb551b6] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-fcb551b6] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-fcb551b6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-fcb551b6] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-fcb551b6],
.ue-radio3 .el-radio[data-v-fcb551b6]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-fcb551b6]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-fcb551b6] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-fcb551b6] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-fcb551b6] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-fcb551b6] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-fcb551b6] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-fcb551b6] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-fcb551b6] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-fcb551b6] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-fcb551b6],
.ue-slider .el-input-number__increase[data-v-fcb551b6] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-fcb551b6] {
  margin-right: 75px;
}
.ue-tag[data-v-fcb551b6] {
  position: relative;
}
.ue-tag .el-tag[data-v-fcb551b6] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-fcb551b6] {
  width: 90px;
}
.ue-group[data-v-fcb551b6] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-fcb551b6] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-fcb551b6] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-fcb551b6] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-fcb551b6] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-fcb551b6] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-fcb551b6] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-fcb551b6] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-fcb551b6] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-fcb551b6] {
  padding-left: 0;
}
.ue-image[data-v-fcb551b6] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-fcb551b6] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-fcb551b6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-fcb551b6]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-fcb551b6] {
  visibility: visible;
}
.ue-imglist[data-v-fcb551b6] {
  position: relative;
}
.ue-imglist .item[data-v-fcb551b6] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-fcb551b6] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-fcb551b6] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-fcb551b6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-fcb551b6] {
  visibility: visible;
}
.ue-imglist .txt[data-v-fcb551b6] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-fcb551b6] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-fcb551b6] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-fcb551b6] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-fcb551b6] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-fcb551b6] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-fcb551b6] {
  display: block;
}
.ue-table[data-v-fcb551b6] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-fcb551b6] {
  position: relative;
}
.ue-table-head ul[data-v-fcb551b6] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-fcb551b6] {
  float: left;
}
.ue-table-head li span[data-v-fcb551b6],
.ue-table-head li i[data-v-fcb551b6] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-fcb551b6] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-fcb551b6]::before,
.ue-table-head li i[data-v-fcb551b6]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-fcb551b6]::before,
.ue-table-head li:first-child i[data-v-fcb551b6]::before {
  content: none;
}
.ue-table-body[data-v-fcb551b6] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-fcb551b6] {
  position: relative;
}
.ue-table-body .item[data-v-fcb551b6] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-fcb551b6]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-fcb551b6] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-fcb551b6] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-fcb551b6] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-fcb551b6] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-fcb551b6] {
  visibility: visible;
}
.ue-table-body .font[data-v-fcb551b6] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-fcb551b6] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-fcb551b6] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-fcb551b6] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-fcb551b6] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-fcb551b6]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-fcb551b6] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-fcb551b6] {
  text-align: center;
}
.ue-table-body .select[data-v-fcb551b6] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-fcb551b6] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-fcb551b6]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-fcb551b6] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-fcb551b6] {
  cursor: move;
}
.ue-table2[data-v-fcb551b6] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-fcb551b6] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-fcb551b6] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-fcb551b6] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-fcb551b6] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-fcb551b6] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-fcb551b6] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-fcb551b6] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-fcb551b6] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-fcb551b6]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-fcb551b6] {
  background-color: #e4eafa;
}
.ue-lock[data-v-fcb551b6] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-fcb551b6] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-fcb551b6] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-fcb551b6] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-fcb551b6] {
  color: #ffa200;
}
.ue-img[data-v-fcb551b6] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-fcb551b6] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-fcb551b6] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-fcb551b6] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-fcb551b6] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-fcb551b6]:empty {
  display: none;
}
.ue-keywords[data-v-fcb551b6] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-fcb551b6] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-fcb551b6] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-fcb551b6] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-fcb551b6] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-fcb551b6] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-fcb551b6] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-fcb551b6] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-fcb551b6] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-fcb551b6] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-fcb551b6] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-fcb551b6] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-fcb551b6] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-fcb551b6]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-fcb551b6] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-fcb551b6] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-fcb551b6] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-fcb551b6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-fcb551b6],
#jz-config .config-box .label span[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-fcb551b6] {
  width: auto;
}
#jz-config .config-box .label span[data-v-fcb551b6] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-fcb551b6] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-fcb551b6]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-fcb551b6]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-fcb551b6]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-fcb551b6] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-fcb551b6] {
  transform: scale(1.3);
}
.uc-radio[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-fcb551b6] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-fcb551b6] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-fcb551b6] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-fcb551b6]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-fcb551b6] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-fcb551b6]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-fcb551b6] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-fcb551b6] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-fcb551b6]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-fcb551b6]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-fcb551b6]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-fcb551b6]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-fcb551b6]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-fcb551b6]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-fcb551b6]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-fcb551b6]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-fcb551b6]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-fcb551b6]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-fcb551b6]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-fcb551b6]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-fcb551b6]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-fcb551b6]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-fcb551b6]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-fcb551b6]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-fcb551b6]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-fcb551b6]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-fcb551b6]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-fcb551b6]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-fcb551b6]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-fcb551b6]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-fcb551b6]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-fcb551b6]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-fcb551b6]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-fcb551b6]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-fcb551b6]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-fcb551b6]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-fcb551b6]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-fcb551b6]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-fcb551b6]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-fcb551b6]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-fcb551b6]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-fcb551b6]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-fcb551b6]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-fcb551b6]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-fcb551b6]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-fcb551b6]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-fcb551b6]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-fcb551b6]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-fcb551b6]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-fcb551b6]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-fcb551b6]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-fcb551b6]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-fcb551b6]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-fcb551b6] {
  position: relative;
}
.uc-radio2 .inn[data-v-fcb551b6] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-fcb551b6] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-fcb551b6] {
  white-space: nowrap;
}
.uc-radio3[data-v-fcb551b6] {
  position: relative;
}
.uc-radio3 .inn[data-v-fcb551b6] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-fcb551b6] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-fcb551b6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-fcb551b6] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-fcb551b6] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-fcb551b6] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-fcb551b6] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-fcb551b6] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-fcb551b6] {
  position: relative;
}
.uc-radio4 .inn[data-v-fcb551b6] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-fcb551b6] {
  float: right;
}
.uc-radio4 .el-radio[data-v-fcb551b6] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-fcb551b6] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-fcb551b6] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-fcb551b6] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-fcb551b6] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-fcb551b6] {
  position: relative;
}
.uc-slider .inn[data-v-fcb551b6] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-fcb551b6] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-fcb551b6] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-fcb551b6],
.uc-slider .el-input-number__increase[data-v-fcb551b6] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-fcb551b6] {
  margin-right: 75px;
}
.uc-color[data-v-fcb551b6] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-fcb551b6] {
  width: 50px;
}
.uc-select[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-fcb551b6] {
  width: 120px;
}
.uc-number[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-fcb551b6] {
  width: 60px;
}
.config-line i[data-v-fcb551b6] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-fcb551b6] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-fcb551b6] {
  text-align: center;
}
.uc-text2[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-fcb551b6] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-fcb551b6] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-fcb551b6] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-fcb551b6] {
  position: relative;
}
.uc-text3 .inn[data-v-fcb551b6] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-fcb551b6] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-fcb551b6] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-fcb551b6] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-fcb551b6] {
  position: relative;
}
.uc-tag .inn[data-v-fcb551b6] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-fcb551b6] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-fcb551b6] {
  width: 90px;
}
.uc-link[data-v-fcb551b6] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-fcb551b6] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-fcb551b6] {
  position: relative;
}
.uc-image .list[data-v-fcb551b6] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-fcb551b6]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-fcb551b6] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-fcb551b6] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-fcb551b6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-fcb551b6] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-fcb551b6]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-fcb551b6]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-fcb551b6] {
  visibility: visible;
}
.uc-image .tip[data-v-fcb551b6] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-fcb551b6] {
  text-align: right;
}
.uc-image.rl .list[data-v-fcb551b6] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-fcb551b6] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-fcb551b6] {
  position: relative;
}
.uc-imgtext .list[data-v-fcb551b6] {
  position: relative;
}
.uc-imgtext .item[data-v-fcb551b6] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-fcb551b6] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-fcb551b6] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-fcb551b6] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-fcb551b6] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-fcb551b6] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-fcb551b6] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-fcb551b6] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-fcb551b6] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-fcb551b6] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-fcb551b6],
.uc-imgtext .down[data-v-fcb551b6] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-fcb551b6],
.uc-imgtext .down i[data-v-fcb551b6] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-fcb551b6] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-fcb551b6],
.uc-imgtext .item:hover .control[data-v-fcb551b6] {
  visibility: visible;
}
.uc-category[data-v-fcb551b6] {
  position: relative;
}
.uc-category .item[data-v-fcb551b6] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-fcb551b6] {
  zoom: 1;
}
.uc-category .view[data-v-fcb551b6] {
  zoom: 1;
}
.uc-category .animate[data-v-fcb551b6] {
  zoom: 1;
}
.uc-category .row[data-v-fcb551b6] {
  position: relative;
}
.uc-category .txt[data-v-fcb551b6] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-fcb551b6] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-fcb551b6] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-fcb551b6] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-fcb551b6] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-fcb551b6] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-fcb551b6] {
  visibility: visible;
}
.uc-transfer[data-v-fcb551b6] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-fcb551b6] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-fcb551b6] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-fcb551b6] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-fcb551b6] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-fcb551b6] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-fcb551b6] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-fcb551b6] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-fcb551b6] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-fcb551b6] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-fcb551b6] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-fcb551b6] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-fcb551b6] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-fcb551b6] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-fcb551b6] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-fcb551b6] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-fcb551b6] {
  position: relative;
}
.uc-soure .el-radio[data-v-fcb551b6] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-fcb551b6] {
  position: relative;
}
.uc-coupon .list[data-v-fcb551b6] {
  position: relative;
}
.uc-coupon .item[data-v-fcb551b6] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-fcb551b6] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-fcb551b6]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-fcb551b6] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-fcb551b6] {
  width: 100%;
}
.uc-table[data-v-fcb551b6] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-fcb551b6] {
  position: relative;
}
.uc-table-head ul[data-v-fcb551b6] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-fcb551b6] {
  float: left;
}
.uc-table-head li span[data-v-fcb551b6],
.uc-table-head li i[data-v-fcb551b6] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-fcb551b6] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-fcb551b6]::before,
.uc-table-head li i[data-v-fcb551b6]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-fcb551b6]::before,
.uc-table-head li:first-child i[data-v-fcb551b6]::before {
  content: none;
}
.uc-table-body[data-v-fcb551b6] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-fcb551b6] {
  position: relative;
}
.uc-table-body .item[data-v-fcb551b6] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-fcb551b6]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-fcb551b6] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-fcb551b6] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-fcb551b6] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-fcb551b6] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-fcb551b6] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-fcb551b6] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-fcb551b6] {
  visibility: visible;
}
.uc-table-body .font[data-v-fcb551b6] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-fcb551b6] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-fcb551b6] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-fcb551b6] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-fcb551b6] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-fcb551b6]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-fcb551b6] {
  text-align: center;
}
.uc-table-body .color[data-v-fcb551b6] {
  text-align: center;
}
.uc-table-body .control[data-v-fcb551b6] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-fcb551b6] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-fcb551b6] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-fcb551b6] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-fcb551b6] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-fcb551b6] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-fcb551b6] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-fcb551b6] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-fcb551b6] {
  position: relative;
}
.config-panel .rows .label[data-v-fcb551b6] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-fcb551b6] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-fcb551b6]::after,
.config-panel .rows-label[data-v-fcb551b6]::after,
.config-panel .rows-content[data-v-fcb551b6]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-fcb551b6] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-fcb551b6] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-fcb551b6] {
  display: block;
}
.config-panel .rows2[data-v-fcb551b6] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-fcb551b6] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-fcb551b6],
.config-panel .rows-item2[data-v-fcb551b6] {
  position: relative;
}
.config-panel .rows-item2[data-v-fcb551b6] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-fcb551b6] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-fcb551b6] {
  margin: 0;
}
.drag-head[data-v-fcb551b6] {
  cursor: move;
}
#ui-wrapper[data-v-fcb551b6] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-fcb551b6],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-fcb551b6] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-fcb551b6] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-fcb551b6],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-fcb551b6],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-fcb551b6] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-fcb551b6] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-fcb551b6] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-fcb551b6] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-fcb551b6],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-fcb551b6] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-fcb551b6] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-fcb551b6] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-fcb551b6] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-fcb551b6] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-fcb551b6]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-fcb551b6]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-fcb551b6],
#ui-wrapper .ui-path .path span[data-v-fcb551b6] {
  color: #666;
}
.uc-swiper[data-v-fcb551b6] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-fcb551b6] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-fcb551b6] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-fcb551b6] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-fcb551b6] {
  position: relative;
}
.uc-swiper .cell[data-v-fcb551b6] {
  position: relative;
}
.uc-swiper .icon[data-v-fcb551b6] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-fcb551b6]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-fcb551b6] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-fcb551b6] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-fcb551b6] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-fcb551b6] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-fcb551b6] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-fcb551b6] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-fcb551b6] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-fcb551b6] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-fcb551b6] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-fcb551b6] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-fcb551b6] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-fcb551b6] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-fcb551b6] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-fcb551b6] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-fcb551b6] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-fcb551b6] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-fcb551b6] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-fcb551b6] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-fcb551b6],
.uc-swiper .swiper-button-prev[data-v-fcb551b6] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-fcb551b6] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-fcb551b6] {
  right: -8px;
}

.ui-scale-0[data-v-676d5b68],
.ui-scale-1[data-v-676d5b68],
.ui-scale-2[data-v-676d5b68],
.ui-scale-3[data-v-676d5b68],
.ui-scale-4[data-v-676d5b68] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-676d5b68],
.ui-scale-1 img[data-v-676d5b68],
.ui-scale-2 img[data-v-676d5b68],
.ui-scale-3 img[data-v-676d5b68],
.ui-scale-4 img[data-v-676d5b68] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-676d5b68] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-676d5b68] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-676d5b68] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-676d5b68] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-676d5b68] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-676d5b68] {
  width: 50% !important;
}
.ui-column-3[data-v-676d5b68] {
  width: 33.33% !important;
}
.ui-column-4[data-v-676d5b68] {
  width: 25% !important;
}
.ui-column-5[data-v-676d5b68] {
  width: 20% !important;
}
.ui-column-6[data-v-676d5b68] {
  width: 16.66% !important;
}
.jz-config-form[data-v-676d5b68] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-676d5b68] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-676d5b68]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-676d5b68] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-676d5b68] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-676d5b68] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-676d5b68] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-676d5b68] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-676d5b68] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-676d5b68] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-676d5b68] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-676d5b68] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-676d5b68] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-676d5b68] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-676d5b68] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-676d5b68]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-676d5b68] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-676d5b68] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-676d5b68] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-676d5b68] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-676d5b68] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-676d5b68] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-676d5b68] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-676d5b68] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-676d5b68] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-676d5b68] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-676d5b68] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-676d5b68] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-676d5b68]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-676d5b68]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-676d5b68] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-676d5b68] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-676d5b68] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-676d5b68] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-676d5b68] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-676d5b68]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-676d5b68] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-676d5b68] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-676d5b68] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-676d5b68] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-676d5b68]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-676d5b68] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-676d5b68] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-676d5b68]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-676d5b68] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-676d5b68] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-676d5b68] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-676d5b68] {
  padding: 9px 30px;
}
.jz-shadow[data-v-676d5b68] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-676d5b68] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-676d5b68] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-676d5b68] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-676d5b68] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-676d5b68] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-676d5b68] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-676d5b68] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-676d5b68] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-676d5b68] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-676d5b68] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-676d5b68] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-676d5b68] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-676d5b68] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-676d5b68] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-676d5b68] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-676d5b68] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-676d5b68] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-676d5b68] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-676d5b68],
.radio-icon.radio-product-9[data-v-676d5b68] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-676d5b68] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-676d5b68] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-676d5b68] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-676d5b68] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-676d5b68] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-676d5b68] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-676d5b68] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-676d5b68] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-676d5b68] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-676d5b68],
.radio-icon.radio-product-10[data-v-676d5b68] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-676d5b68] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-676d5b68] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-676d5b68] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-676d5b68] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-676d5b68] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-676d5b68] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-676d5b68] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-676d5b68] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-676d5b68] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-676d5b68] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-676d5b68] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-676d5b68] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-676d5b68] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-676d5b68] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-676d5b68] {
  background-position: -800px -140px;
}
.vdr[data-v-676d5b68] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-676d5b68] {
  z-index: 99 !important;
}
.vdr .handle[data-v-676d5b68] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-676d5b68] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-676d5b68] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-676d5b68] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-676d5b68] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-676d5b68] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-676d5b68] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-676d5b68] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-676d5b68] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-676d5b68] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-676d5b68] {
  top: -55px;
}
.ui-operation ul[data-v-676d5b68] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-676d5b68] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-676d5b68] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-676d5b68] {
  font-style: normal;
}
.ui-operation .text[data-v-676d5b68]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-676d5b68] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-676d5b68]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-676d5b68] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-676d5b68] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-676d5b68] {
  display: block !important;
}
.ui-control-layout[data-v-676d5b68] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-676d5b68]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-676d5b68] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-676d5b68] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-676d5b68] {
  float: right;
}
.ue-label[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-676d5b68] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-676d5b68] {
  width: 100%;
}
.ue-txt input[data-v-676d5b68] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-676d5b68] {
  position: relative;
}
.ue-txt2 .el-input[data-v-676d5b68] {
  width: 70px;
}
.ue-txt2 input[data-v-676d5b68] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-676d5b68] {
  position: relative;
}
.ue-select .inn[data-v-676d5b68] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-676d5b68] {
  width: 200px;
}
.ue-select .other[data-v-676d5b68] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-676d5b68] {
  display: block;
}
.ue-color .fonts[data-v-676d5b68] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-676d5b68] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-676d5b68],
.ue-color.inline .el-color-picker__color-inner[data-v-676d5b68] {
  border-radius: 50%;
}
.ue-add[data-v-676d5b68] {
  position: relative;
}
.ue-add button[data-v-676d5b68] {
  width: 100%;
}
.ue-links[data-v-676d5b68] {
  position: relative;
}
.ue-links .thead[data-v-676d5b68] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-676d5b68] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-676d5b68] {
  margin: 0 0 5px;
}
.ue-radio[data-v-676d5b68] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-676d5b68] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-676d5b68] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-676d5b68] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-676d5b68] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-676d5b68] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-676d5b68] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-676d5b68] {
  position: relative;
}
.ue-radio3 .inn[data-v-676d5b68] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-676d5b68] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-676d5b68] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-676d5b68] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-676d5b68],
.ue-radio3 .el-radio[data-v-676d5b68]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-676d5b68]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-676d5b68] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-676d5b68] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-676d5b68] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-676d5b68] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-676d5b68] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-676d5b68] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-676d5b68] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-676d5b68] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-676d5b68],
.ue-slider .el-input-number__increase[data-v-676d5b68] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-676d5b68] {
  margin-right: 75px;
}
.ue-tag[data-v-676d5b68] {
  position: relative;
}
.ue-tag .el-tag[data-v-676d5b68] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-676d5b68] {
  width: 90px;
}
.ue-group[data-v-676d5b68] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-676d5b68] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-676d5b68] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-676d5b68] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-676d5b68] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-676d5b68] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-676d5b68] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-676d5b68] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-676d5b68] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-676d5b68] {
  padding-left: 0;
}
.ue-image[data-v-676d5b68] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-676d5b68] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-676d5b68] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-676d5b68] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-676d5b68]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-676d5b68] {
  visibility: visible;
}
.ue-imglist[data-v-676d5b68] {
  position: relative;
}
.ue-imglist .item[data-v-676d5b68] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-676d5b68] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-676d5b68] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-676d5b68] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-676d5b68] {
  visibility: visible;
}
.ue-imglist .txt[data-v-676d5b68] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-676d5b68] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-676d5b68] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-676d5b68] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-676d5b68] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-676d5b68] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-676d5b68] {
  display: block;
}
.ue-table[data-v-676d5b68] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-676d5b68] {
  position: relative;
}
.ue-table-head ul[data-v-676d5b68] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-676d5b68] {
  float: left;
}
.ue-table-head li span[data-v-676d5b68],
.ue-table-head li i[data-v-676d5b68] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-676d5b68] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-676d5b68]::before,
.ue-table-head li i[data-v-676d5b68]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-676d5b68]::before,
.ue-table-head li:first-child i[data-v-676d5b68]::before {
  content: none;
}
.ue-table-body[data-v-676d5b68] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-676d5b68] {
  position: relative;
}
.ue-table-body .item[data-v-676d5b68] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-676d5b68]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-676d5b68] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-676d5b68] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-676d5b68] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-676d5b68] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-676d5b68] {
  visibility: visible;
}
.ue-table-body .font[data-v-676d5b68] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-676d5b68] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-676d5b68] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-676d5b68] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-676d5b68] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-676d5b68]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-676d5b68] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-676d5b68] {
  text-align: center;
}
.ue-table-body .select[data-v-676d5b68] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-676d5b68] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-676d5b68]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-676d5b68] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-676d5b68] {
  cursor: move;
}
.ue-table2[data-v-676d5b68] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-676d5b68] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-676d5b68] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-676d5b68] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-676d5b68] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-676d5b68] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-676d5b68] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-676d5b68] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-676d5b68] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-676d5b68]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-676d5b68] {
  background-color: #e4eafa;
}
.ue-lock[data-v-676d5b68] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-676d5b68] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-676d5b68] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-676d5b68] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-676d5b68] {
  color: #ffa200;
}
.ue-img[data-v-676d5b68] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-676d5b68] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-676d5b68] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-676d5b68] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-676d5b68] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-676d5b68]:empty {
  display: none;
}
.ue-keywords[data-v-676d5b68] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-676d5b68] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-676d5b68] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-676d5b68] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-676d5b68] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-676d5b68] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-676d5b68] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-676d5b68] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-676d5b68] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-676d5b68] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-676d5b68] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-676d5b68] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-676d5b68] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-676d5b68] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-676d5b68]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-676d5b68] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-676d5b68] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-676d5b68] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-676d5b68] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-676d5b68],
#jz-config .config-box .label span[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-676d5b68] {
  width: auto;
}
#jz-config .config-box .label span[data-v-676d5b68] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-676d5b68] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-676d5b68]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-676d5b68]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-676d5b68]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-676d5b68] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-676d5b68] {
  transform: scale(1.3);
}
.uc-radio[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-676d5b68] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-676d5b68] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-676d5b68] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-676d5b68]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-676d5b68] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-676d5b68]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-676d5b68] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-676d5b68] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-676d5b68]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-676d5b68]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-676d5b68]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-676d5b68]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-676d5b68]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-676d5b68]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-676d5b68]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-676d5b68]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-676d5b68]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-676d5b68]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-676d5b68]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-676d5b68]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-676d5b68]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-676d5b68]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-676d5b68]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-676d5b68]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-676d5b68]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-676d5b68]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-676d5b68]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-676d5b68]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-676d5b68]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-676d5b68]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-676d5b68]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-676d5b68]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-676d5b68]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-676d5b68]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-676d5b68]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-676d5b68]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-676d5b68]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-676d5b68]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-676d5b68]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-676d5b68]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-676d5b68]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-676d5b68]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-676d5b68]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-676d5b68]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-676d5b68]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-676d5b68]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-676d5b68]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-676d5b68]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-676d5b68]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-676d5b68]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-676d5b68]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-676d5b68]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-676d5b68]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-676d5b68] {
  position: relative;
}
.uc-radio2 .inn[data-v-676d5b68] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-676d5b68] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-676d5b68] {
  white-space: nowrap;
}
.uc-radio3[data-v-676d5b68] {
  position: relative;
}
.uc-radio3 .inn[data-v-676d5b68] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-676d5b68] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-676d5b68] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-676d5b68] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-676d5b68] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-676d5b68] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-676d5b68] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-676d5b68] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-676d5b68] {
  position: relative;
}
.uc-radio4 .inn[data-v-676d5b68] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-676d5b68] {
  float: right;
}
.uc-radio4 .el-radio[data-v-676d5b68] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-676d5b68] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-676d5b68] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-676d5b68] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-676d5b68] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-676d5b68] {
  position: relative;
}
.uc-slider .inn[data-v-676d5b68] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-676d5b68] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-676d5b68] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-676d5b68],
.uc-slider .el-input-number__increase[data-v-676d5b68] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-676d5b68] {
  margin-right: 75px;
}
.uc-color[data-v-676d5b68] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-676d5b68] {
  width: 50px;
}
.uc-select[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-676d5b68] {
  width: 120px;
}
.uc-number[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-676d5b68] {
  width: 60px;
}
.config-line i[data-v-676d5b68] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-676d5b68] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-676d5b68] {
  text-align: center;
}
.uc-text2[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-676d5b68] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-676d5b68] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-676d5b68] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-676d5b68] {
  position: relative;
}
.uc-text3 .inn[data-v-676d5b68] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-676d5b68] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-676d5b68] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-676d5b68] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-676d5b68] {
  position: relative;
}
.uc-tag .inn[data-v-676d5b68] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-676d5b68] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-676d5b68] {
  width: 90px;
}
.uc-link[data-v-676d5b68] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-676d5b68] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-676d5b68] {
  position: relative;
}
.uc-image .list[data-v-676d5b68] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-676d5b68]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-676d5b68] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-676d5b68] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-676d5b68] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-676d5b68] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-676d5b68]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-676d5b68]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-676d5b68] {
  visibility: visible;
}
.uc-image .tip[data-v-676d5b68] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-676d5b68] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-676d5b68] {
  text-align: right;
}
.uc-image.rl .list[data-v-676d5b68] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-676d5b68] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-676d5b68] {
  position: relative;
}
.uc-imgtext .list[data-v-676d5b68] {
  position: relative;
}
.uc-imgtext .item[data-v-676d5b68] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-676d5b68] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-676d5b68] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-676d5b68] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-676d5b68] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-676d5b68] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-676d5b68] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-676d5b68] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-676d5b68] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-676d5b68] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-676d5b68],
.uc-imgtext .down[data-v-676d5b68] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-676d5b68],
.uc-imgtext .down i[data-v-676d5b68] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-676d5b68] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-676d5b68],
.uc-imgtext .item:hover .control[data-v-676d5b68] {
  visibility: visible;
}
.uc-category[data-v-676d5b68] {
  position: relative;
}
.uc-category .item[data-v-676d5b68] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-676d5b68] {
  zoom: 1;
}
.uc-category .view[data-v-676d5b68] {
  zoom: 1;
}
.uc-category .animate[data-v-676d5b68] {
  zoom: 1;
}
.uc-category .row[data-v-676d5b68] {
  position: relative;
}
.uc-category .txt[data-v-676d5b68] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-676d5b68] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-676d5b68] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-676d5b68] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-676d5b68] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-676d5b68] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-676d5b68] {
  visibility: visible;
}
.uc-transfer[data-v-676d5b68] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-676d5b68] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-676d5b68] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-676d5b68] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-676d5b68] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-676d5b68] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-676d5b68] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-676d5b68] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-676d5b68] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-676d5b68] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-676d5b68] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-676d5b68] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-676d5b68] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-676d5b68] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-676d5b68] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-676d5b68] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-676d5b68] {
  position: relative;
}
.uc-soure .el-radio[data-v-676d5b68] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-676d5b68] {
  position: relative;
}
.uc-coupon .list[data-v-676d5b68] {
  position: relative;
}
.uc-coupon .item[data-v-676d5b68] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-676d5b68] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-676d5b68]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-676d5b68] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-676d5b68] {
  width: 100%;
}
.uc-table[data-v-676d5b68] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-676d5b68] {
  position: relative;
}
.uc-table-head ul[data-v-676d5b68] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-676d5b68] {
  float: left;
}
.uc-table-head li span[data-v-676d5b68],
.uc-table-head li i[data-v-676d5b68] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-676d5b68] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-676d5b68]::before,
.uc-table-head li i[data-v-676d5b68]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-676d5b68]::before,
.uc-table-head li:first-child i[data-v-676d5b68]::before {
  content: none;
}
.uc-table-body[data-v-676d5b68] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-676d5b68] {
  position: relative;
}
.uc-table-body .item[data-v-676d5b68] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-676d5b68]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-676d5b68] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-676d5b68] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-676d5b68] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-676d5b68] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-676d5b68] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-676d5b68] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-676d5b68] {
  visibility: visible;
}
.uc-table-body .font[data-v-676d5b68] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-676d5b68] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-676d5b68] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-676d5b68] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-676d5b68] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-676d5b68]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-676d5b68] {
  text-align: center;
}
.uc-table-body .color[data-v-676d5b68] {
  text-align: center;
}
.uc-table-body .control[data-v-676d5b68] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-676d5b68] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-676d5b68] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-676d5b68] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-676d5b68] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-676d5b68] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-676d5b68] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-676d5b68] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-676d5b68] {
  position: relative;
}
.config-panel .rows .label[data-v-676d5b68] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-676d5b68] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-676d5b68]::after,
.config-panel .rows-label[data-v-676d5b68]::after,
.config-panel .rows-content[data-v-676d5b68]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-676d5b68] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-676d5b68] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-676d5b68] {
  display: block;
}
.config-panel .rows2[data-v-676d5b68] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-676d5b68] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-676d5b68],
.config-panel .rows-item2[data-v-676d5b68] {
  position: relative;
}
.config-panel .rows-item2[data-v-676d5b68] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-676d5b68] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-676d5b68] {
  margin: 0;
}
.drag-head[data-v-676d5b68] {
  cursor: move;
}
#ui-wrapper[data-v-676d5b68] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-676d5b68],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-676d5b68] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-676d5b68] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-676d5b68],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-676d5b68],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-676d5b68] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-676d5b68] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-676d5b68] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-676d5b68] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-676d5b68],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-676d5b68] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-676d5b68] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-676d5b68] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-676d5b68] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-676d5b68] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-676d5b68]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-676d5b68]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-676d5b68],
#ui-wrapper .ui-path .path span[data-v-676d5b68] {
  color: #666;
}
.uc-swiper[data-v-676d5b68] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-676d5b68] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-676d5b68] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-676d5b68] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-676d5b68] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-676d5b68] {
  position: relative;
}
.uc-swiper .cell[data-v-676d5b68] {
  position: relative;
}
.uc-swiper .icon[data-v-676d5b68] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-676d5b68]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-676d5b68] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-676d5b68] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-676d5b68] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-676d5b68] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-676d5b68] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-676d5b68] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-676d5b68] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-676d5b68] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-676d5b68] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-676d5b68] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-676d5b68] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-676d5b68] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-676d5b68] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-676d5b68] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-676d5b68] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-676d5b68] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-676d5b68] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-676d5b68] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-676d5b68],
.uc-swiper .swiper-button-prev[data-v-676d5b68] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-676d5b68] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-676d5b68] {
  right: -8px;
}

.ui-scale-0[data-v-5bf4fffd],
.ui-scale-1[data-v-5bf4fffd],
.ui-scale-2[data-v-5bf4fffd],
.ui-scale-3[data-v-5bf4fffd],
.ui-scale-4[data-v-5bf4fffd] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-5bf4fffd],
.ui-scale-1 img[data-v-5bf4fffd],
.ui-scale-2 img[data-v-5bf4fffd],
.ui-scale-3 img[data-v-5bf4fffd],
.ui-scale-4 img[data-v-5bf4fffd] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-5bf4fffd] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-5bf4fffd] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-5bf4fffd] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-5bf4fffd] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-5bf4fffd] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-5bf4fffd] {
  width: 50% !important;
}
.ui-column-3[data-v-5bf4fffd] {
  width: 33.33% !important;
}
.ui-column-4[data-v-5bf4fffd] {
  width: 25% !important;
}
.ui-column-5[data-v-5bf4fffd] {
  width: 20% !important;
}
.ui-column-6[data-v-5bf4fffd] {
  width: 16.66% !important;
}
.jz-config-form[data-v-5bf4fffd] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-5bf4fffd] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-5bf4fffd]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-5bf4fffd] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-5bf4fffd] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-5bf4fffd] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-5bf4fffd] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-5bf4fffd] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-5bf4fffd] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-5bf4fffd] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-5bf4fffd] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-5bf4fffd] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-5bf4fffd] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-5bf4fffd] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-5bf4fffd] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-5bf4fffd]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-5bf4fffd] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-5bf4fffd] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-5bf4fffd] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-5bf4fffd] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-5bf4fffd] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-5bf4fffd] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-5bf4fffd] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-5bf4fffd] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-5bf4fffd] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-5bf4fffd] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-5bf4fffd] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-5bf4fffd] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-5bf4fffd]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-5bf4fffd]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-5bf4fffd] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-5bf4fffd] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-5bf4fffd] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-5bf4fffd] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-5bf4fffd]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-5bf4fffd] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-5bf4fffd] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-5bf4fffd] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-5bf4fffd]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-5bf4fffd] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-5bf4fffd] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-5bf4fffd]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-5bf4fffd] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-5bf4fffd] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-5bf4fffd] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-5bf4fffd] {
  padding: 9px 30px;
}
.jz-shadow[data-v-5bf4fffd] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-5bf4fffd] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-5bf4fffd] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-5bf4fffd] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-5bf4fffd] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-5bf4fffd] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-5bf4fffd] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-5bf4fffd] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-5bf4fffd] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-5bf4fffd] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-5bf4fffd] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-5bf4fffd] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-5bf4fffd] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-5bf4fffd] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-5bf4fffd] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-5bf4fffd] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-5bf4fffd] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-5bf4fffd] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-5bf4fffd] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-5bf4fffd],
.radio-icon.radio-product-9[data-v-5bf4fffd] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-5bf4fffd] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-5bf4fffd] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-5bf4fffd] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-5bf4fffd] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-5bf4fffd] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-5bf4fffd] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-5bf4fffd] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-5bf4fffd] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-5bf4fffd] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-5bf4fffd],
.radio-icon.radio-product-10[data-v-5bf4fffd] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-5bf4fffd] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-5bf4fffd] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-5bf4fffd] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-5bf4fffd] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-5bf4fffd] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-5bf4fffd] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-5bf4fffd] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-5bf4fffd] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-5bf4fffd] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-5bf4fffd] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-5bf4fffd] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-5bf4fffd] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-5bf4fffd] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-5bf4fffd] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-5bf4fffd] {
  background-position: -800px -140px;
}
.vdr[data-v-5bf4fffd] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-5bf4fffd] {
  z-index: 99 !important;
}
.vdr .handle[data-v-5bf4fffd] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-5bf4fffd] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-5bf4fffd] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-5bf4fffd] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-5bf4fffd] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-5bf4fffd] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-5bf4fffd] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-5bf4fffd] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-5bf4fffd] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-5bf4fffd] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-5bf4fffd] {
  top: -55px;
}
.ui-operation ul[data-v-5bf4fffd] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-5bf4fffd] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-5bf4fffd] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-5bf4fffd] {
  font-style: normal;
}
.ui-operation .text[data-v-5bf4fffd]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-5bf4fffd] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-5bf4fffd]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-5bf4fffd] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-5bf4fffd] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-5bf4fffd] {
  display: block !important;
}
.ui-control-layout[data-v-5bf4fffd] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-5bf4fffd]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-5bf4fffd] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-5bf4fffd] {
  float: right;
}
.ue-label[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-5bf4fffd] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-5bf4fffd] {
  width: 100%;
}
.ue-txt input[data-v-5bf4fffd] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-5bf4fffd] {
  position: relative;
}
.ue-txt2 .el-input[data-v-5bf4fffd] {
  width: 70px;
}
.ue-txt2 input[data-v-5bf4fffd] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-5bf4fffd] {
  position: relative;
}
.ue-select .inn[data-v-5bf4fffd] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-5bf4fffd] {
  width: 200px;
}
.ue-select .other[data-v-5bf4fffd] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-5bf4fffd] {
  display: block;
}
.ue-color .fonts[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-5bf4fffd] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-5bf4fffd],
.ue-color.inline .el-color-picker__color-inner[data-v-5bf4fffd] {
  border-radius: 50%;
}
.ue-add[data-v-5bf4fffd] {
  position: relative;
}
.ue-add button[data-v-5bf4fffd] {
  width: 100%;
}
.ue-links[data-v-5bf4fffd] {
  position: relative;
}
.ue-links .thead[data-v-5bf4fffd] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-5bf4fffd] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-5bf4fffd] {
  margin: 0 0 5px;
}
.ue-radio[data-v-5bf4fffd] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-5bf4fffd] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-5bf4fffd] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-5bf4fffd] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-5bf4fffd] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-5bf4fffd] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-5bf4fffd] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-5bf4fffd] {
  position: relative;
}
.ue-radio3 .inn[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-5bf4fffd] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-5bf4fffd] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-5bf4fffd],
.ue-radio3 .el-radio[data-v-5bf4fffd]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-5bf4fffd]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-5bf4fffd] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-5bf4fffd] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-5bf4fffd] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-5bf4fffd] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-5bf4fffd] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-5bf4fffd] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-5bf4fffd] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-5bf4fffd] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-5bf4fffd],
.ue-slider .el-input-number__increase[data-v-5bf4fffd] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-5bf4fffd] {
  margin-right: 75px;
}
.ue-tag[data-v-5bf4fffd] {
  position: relative;
}
.ue-tag .el-tag[data-v-5bf4fffd] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-5bf4fffd] {
  width: 90px;
}
.ue-group[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-5bf4fffd] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-5bf4fffd] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-5bf4fffd] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-5bf4fffd] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-5bf4fffd] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-5bf4fffd] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-5bf4fffd] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-5bf4fffd] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-5bf4fffd] {
  padding-left: 0;
}
.ue-image[data-v-5bf4fffd] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-5bf4fffd] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-5bf4fffd] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-5bf4fffd]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-5bf4fffd] {
  visibility: visible;
}
.ue-imglist[data-v-5bf4fffd] {
  position: relative;
}
.ue-imglist .item[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-5bf4fffd] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-5bf4fffd] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-5bf4fffd] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-5bf4fffd] {
  visibility: visible;
}
.ue-imglist .txt[data-v-5bf4fffd] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-5bf4fffd] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-5bf4fffd] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-5bf4fffd] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-5bf4fffd] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-5bf4fffd] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-5bf4fffd] {
  display: block;
}
.ue-table[data-v-5bf4fffd] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-5bf4fffd] {
  position: relative;
}
.ue-table-head ul[data-v-5bf4fffd] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-5bf4fffd] {
  float: left;
}
.ue-table-head li span[data-v-5bf4fffd],
.ue-table-head li i[data-v-5bf4fffd] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-5bf4fffd] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-5bf4fffd]::before,
.ue-table-head li i[data-v-5bf4fffd]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-5bf4fffd]::before,
.ue-table-head li:first-child i[data-v-5bf4fffd]::before {
  content: none;
}
.ue-table-body[data-v-5bf4fffd] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-5bf4fffd] {
  position: relative;
}
.ue-table-body .item[data-v-5bf4fffd] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-5bf4fffd]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-5bf4fffd] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-5bf4fffd] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-5bf4fffd] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-5bf4fffd] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-5bf4fffd] {
  visibility: visible;
}
.ue-table-body .font[data-v-5bf4fffd] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-5bf4fffd] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-5bf4fffd] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-5bf4fffd] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-5bf4fffd] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-5bf4fffd]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-5bf4fffd] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-5bf4fffd] {
  text-align: center;
}
.ue-table-body .select[data-v-5bf4fffd] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-5bf4fffd] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-5bf4fffd]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-5bf4fffd] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-5bf4fffd] {
  cursor: move;
}
.ue-table2[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-5bf4fffd] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-5bf4fffd] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-5bf4fffd] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-5bf4fffd] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-5bf4fffd] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-5bf4fffd] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-5bf4fffd] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-5bf4fffd] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-5bf4fffd]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-5bf4fffd] {
  background-color: #e4eafa;
}
.ue-lock[data-v-5bf4fffd] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-5bf4fffd] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-5bf4fffd] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-5bf4fffd] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-5bf4fffd] {
  color: #ffa200;
}
.ue-img[data-v-5bf4fffd] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-5bf4fffd] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-5bf4fffd] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-5bf4fffd] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-5bf4fffd] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-5bf4fffd]:empty {
  display: none;
}
.ue-keywords[data-v-5bf4fffd] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-5bf4fffd] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-5bf4fffd] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-5bf4fffd] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-5bf4fffd] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-5bf4fffd] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-5bf4fffd] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-5bf4fffd] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-5bf4fffd] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-5bf4fffd] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-5bf4fffd] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-5bf4fffd] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-5bf4fffd] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-5bf4fffd]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-5bf4fffd] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-5bf4fffd] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-5bf4fffd] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-5bf4fffd] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-5bf4fffd],
#jz-config .config-box .label span[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-5bf4fffd] {
  width: auto;
}
#jz-config .config-box .label span[data-v-5bf4fffd] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-5bf4fffd] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-5bf4fffd]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-5bf4fffd]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-5bf4fffd]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-5bf4fffd] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-5bf4fffd] {
  transform: scale(1.3);
}
.uc-radio[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-5bf4fffd] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-5bf4fffd] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-5bf4fffd] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-5bf4fffd]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-5bf4fffd] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-5bf4fffd]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-5bf4fffd] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-5bf4fffd] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-5bf4fffd]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-5bf4fffd]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-5bf4fffd]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-5bf4fffd]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-5bf4fffd]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-5bf4fffd]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-5bf4fffd]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-5bf4fffd]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-5bf4fffd]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-5bf4fffd]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-5bf4fffd]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-5bf4fffd]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-5bf4fffd]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-5bf4fffd]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-5bf4fffd]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-5bf4fffd]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-5bf4fffd]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-5bf4fffd]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-5bf4fffd]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-5bf4fffd]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-5bf4fffd]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-5bf4fffd]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-5bf4fffd]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-5bf4fffd]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-5bf4fffd]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-5bf4fffd]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-5bf4fffd]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-5bf4fffd]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-5bf4fffd]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-5bf4fffd]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-5bf4fffd]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-5bf4fffd]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-5bf4fffd]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-5bf4fffd]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-5bf4fffd]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-5bf4fffd]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-5bf4fffd]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-5bf4fffd]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-5bf4fffd]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-5bf4fffd]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-5bf4fffd]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-5bf4fffd]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-5bf4fffd]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-5bf4fffd]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-5bf4fffd]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-5bf4fffd] {
  position: relative;
}
.uc-radio2 .inn[data-v-5bf4fffd] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-5bf4fffd] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-5bf4fffd] {
  white-space: nowrap;
}
.uc-radio3[data-v-5bf4fffd] {
  position: relative;
}
.uc-radio3 .inn[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-5bf4fffd] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-5bf4fffd] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-5bf4fffd] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-5bf4fffd] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-5bf4fffd] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-5bf4fffd] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-5bf4fffd] {
  position: relative;
}
.uc-radio4 .inn[data-v-5bf4fffd] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-5bf4fffd] {
  float: right;
}
.uc-radio4 .el-radio[data-v-5bf4fffd] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-5bf4fffd] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-5bf4fffd] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-5bf4fffd] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-5bf4fffd] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-5bf4fffd] {
  position: relative;
}
.uc-slider .inn[data-v-5bf4fffd] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-5bf4fffd] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-5bf4fffd] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-5bf4fffd],
.uc-slider .el-input-number__increase[data-v-5bf4fffd] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-5bf4fffd] {
  margin-right: 75px;
}
.uc-color[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-5bf4fffd] {
  width: 50px;
}
.uc-select[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-5bf4fffd] {
  width: 120px;
}
.uc-number[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-5bf4fffd] {
  width: 60px;
}
.config-line i[data-v-5bf4fffd] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-5bf4fffd] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-5bf4fffd] {
  text-align: center;
}
.uc-text2[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-5bf4fffd] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-5bf4fffd] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-5bf4fffd] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-5bf4fffd] {
  position: relative;
}
.uc-text3 .inn[data-v-5bf4fffd] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-5bf4fffd] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-5bf4fffd] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-5bf4fffd] {
  position: relative;
}
.uc-tag .inn[data-v-5bf4fffd] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-5bf4fffd] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-5bf4fffd] {
  width: 90px;
}
.uc-link[data-v-5bf4fffd] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-5bf4fffd] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-5bf4fffd] {
  position: relative;
}
.uc-image .list[data-v-5bf4fffd] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-5bf4fffd]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-5bf4fffd] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-5bf4fffd] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-5bf4fffd] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-5bf4fffd] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-5bf4fffd]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-5bf4fffd]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-5bf4fffd] {
  visibility: visible;
}
.uc-image .tip[data-v-5bf4fffd] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-5bf4fffd] {
  text-align: right;
}
.uc-image.rl .list[data-v-5bf4fffd] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-5bf4fffd] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-5bf4fffd] {
  position: relative;
}
.uc-imgtext .list[data-v-5bf4fffd] {
  position: relative;
}
.uc-imgtext .item[data-v-5bf4fffd] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-5bf4fffd] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-5bf4fffd] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-5bf4fffd] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-5bf4fffd] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-5bf4fffd] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-5bf4fffd] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-5bf4fffd] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-5bf4fffd] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-5bf4fffd] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-5bf4fffd],
.uc-imgtext .down[data-v-5bf4fffd] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-5bf4fffd],
.uc-imgtext .down i[data-v-5bf4fffd] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-5bf4fffd] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-5bf4fffd],
.uc-imgtext .item:hover .control[data-v-5bf4fffd] {
  visibility: visible;
}
.uc-category[data-v-5bf4fffd] {
  position: relative;
}
.uc-category .item[data-v-5bf4fffd] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-5bf4fffd] {
  zoom: 1;
}
.uc-category .view[data-v-5bf4fffd] {
  zoom: 1;
}
.uc-category .animate[data-v-5bf4fffd] {
  zoom: 1;
}
.uc-category .row[data-v-5bf4fffd] {
  position: relative;
}
.uc-category .txt[data-v-5bf4fffd] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-5bf4fffd] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-5bf4fffd] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-5bf4fffd] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-5bf4fffd] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-5bf4fffd] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-5bf4fffd] {
  visibility: visible;
}
.uc-transfer[data-v-5bf4fffd] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-5bf4fffd] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-5bf4fffd] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-5bf4fffd] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-5bf4fffd] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-5bf4fffd] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-5bf4fffd] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-5bf4fffd] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-5bf4fffd] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-5bf4fffd] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-5bf4fffd] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-5bf4fffd] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-5bf4fffd] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-5bf4fffd] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-5bf4fffd] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-5bf4fffd] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-5bf4fffd] {
  position: relative;
}
.uc-soure .el-radio[data-v-5bf4fffd] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-5bf4fffd] {
  position: relative;
}
.uc-coupon .list[data-v-5bf4fffd] {
  position: relative;
}
.uc-coupon .item[data-v-5bf4fffd] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-5bf4fffd]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-5bf4fffd] {
  width: 100%;
}
.uc-table[data-v-5bf4fffd] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-5bf4fffd] {
  position: relative;
}
.uc-table-head ul[data-v-5bf4fffd] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-5bf4fffd] {
  float: left;
}
.uc-table-head li span[data-v-5bf4fffd],
.uc-table-head li i[data-v-5bf4fffd] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-5bf4fffd] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-5bf4fffd]::before,
.uc-table-head li i[data-v-5bf4fffd]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-5bf4fffd]::before,
.uc-table-head li:first-child i[data-v-5bf4fffd]::before {
  content: none;
}
.uc-table-body[data-v-5bf4fffd] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-5bf4fffd] {
  position: relative;
}
.uc-table-body .item[data-v-5bf4fffd] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-5bf4fffd]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-5bf4fffd] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-5bf4fffd] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-5bf4fffd] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-5bf4fffd] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-5bf4fffd] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-5bf4fffd] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-5bf4fffd] {
  visibility: visible;
}
.uc-table-body .font[data-v-5bf4fffd] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-5bf4fffd] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-5bf4fffd] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-5bf4fffd] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-5bf4fffd] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-5bf4fffd]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-5bf4fffd] {
  text-align: center;
}
.uc-table-body .color[data-v-5bf4fffd] {
  text-align: center;
}
.uc-table-body .control[data-v-5bf4fffd] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-5bf4fffd] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-5bf4fffd] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-5bf4fffd] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-5bf4fffd] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-5bf4fffd] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-5bf4fffd] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-5bf4fffd] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-5bf4fffd] {
  position: relative;
}
.config-panel .rows .label[data-v-5bf4fffd] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-5bf4fffd] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-5bf4fffd]::after,
.config-panel .rows-label[data-v-5bf4fffd]::after,
.config-panel .rows-content[data-v-5bf4fffd]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-5bf4fffd] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-5bf4fffd] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-5bf4fffd] {
  display: block;
}
.config-panel .rows2[data-v-5bf4fffd] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-5bf4fffd] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-5bf4fffd],
.config-panel .rows-item2[data-v-5bf4fffd] {
  position: relative;
}
.config-panel .rows-item2[data-v-5bf4fffd] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-5bf4fffd] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-5bf4fffd] {
  margin: 0;
}
.drag-head[data-v-5bf4fffd] {
  cursor: move;
}
#ui-wrapper[data-v-5bf4fffd] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-5bf4fffd],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-5bf4fffd] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-5bf4fffd] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-5bf4fffd],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-5bf4fffd],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-5bf4fffd] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-5bf4fffd] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-5bf4fffd] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-5bf4fffd] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-5bf4fffd],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-5bf4fffd] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-5bf4fffd] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-5bf4fffd] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-5bf4fffd] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-5bf4fffd] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-5bf4fffd]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-5bf4fffd]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-5bf4fffd],
#ui-wrapper .ui-path .path span[data-v-5bf4fffd] {
  color: #666;
}
.uc-swiper[data-v-5bf4fffd] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-5bf4fffd] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-5bf4fffd] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-5bf4fffd] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-5bf4fffd] {
  position: relative;
}
.uc-swiper .cell[data-v-5bf4fffd] {
  position: relative;
}
.uc-swiper .icon[data-v-5bf4fffd] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-5bf4fffd]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-5bf4fffd] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-5bf4fffd] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-5bf4fffd] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-5bf4fffd] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-5bf4fffd] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-5bf4fffd] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-5bf4fffd] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-5bf4fffd] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-5bf4fffd] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-5bf4fffd] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-5bf4fffd] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-5bf4fffd] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-5bf4fffd] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-5bf4fffd] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-5bf4fffd] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-5bf4fffd] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-5bf4fffd] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-5bf4fffd] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-5bf4fffd],
.uc-swiper .swiper-button-prev[data-v-5bf4fffd] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-5bf4fffd] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-5bf4fffd] {
  right: -8px;
}

.ui-scale-0[data-v-7e3a4619],
.ui-scale-1[data-v-7e3a4619],
.ui-scale-2[data-v-7e3a4619],
.ui-scale-3[data-v-7e3a4619],
.ui-scale-4[data-v-7e3a4619] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-7e3a4619],
.ui-scale-1 img[data-v-7e3a4619],
.ui-scale-2 img[data-v-7e3a4619],
.ui-scale-3 img[data-v-7e3a4619],
.ui-scale-4 img[data-v-7e3a4619] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-7e3a4619] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-7e3a4619] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-7e3a4619] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-7e3a4619] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-7e3a4619] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-7e3a4619] {
  width: 50% !important;
}
.ui-column-3[data-v-7e3a4619] {
  width: 33.33% !important;
}
.ui-column-4[data-v-7e3a4619] {
  width: 25% !important;
}
.ui-column-5[data-v-7e3a4619] {
  width: 20% !important;
}
.ui-column-6[data-v-7e3a4619] {
  width: 16.66% !important;
}
.jz-config-form[data-v-7e3a4619] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-7e3a4619] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-7e3a4619]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-7e3a4619] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-7e3a4619] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-7e3a4619] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-7e3a4619] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-7e3a4619] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-7e3a4619] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-7e3a4619] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-7e3a4619] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-7e3a4619] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-7e3a4619] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-7e3a4619] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-7e3a4619] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-7e3a4619]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-7e3a4619] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-7e3a4619] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-7e3a4619] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-7e3a4619] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-7e3a4619] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-7e3a4619] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-7e3a4619] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-7e3a4619] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-7e3a4619] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-7e3a4619] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-7e3a4619] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-7e3a4619] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-7e3a4619]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-7e3a4619]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-7e3a4619] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-7e3a4619] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-7e3a4619] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-7e3a4619] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-7e3a4619]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-7e3a4619] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-7e3a4619] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-7e3a4619] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-7e3a4619]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-7e3a4619] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-7e3a4619] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-7e3a4619]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-7e3a4619] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-7e3a4619] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-7e3a4619] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-7e3a4619] {
  padding: 9px 30px;
}
.jz-shadow[data-v-7e3a4619] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-7e3a4619] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-7e3a4619] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-7e3a4619] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-7e3a4619] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-7e3a4619] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-7e3a4619] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-7e3a4619] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-7e3a4619] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-7e3a4619] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-7e3a4619] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-7e3a4619] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-7e3a4619] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-7e3a4619] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-7e3a4619] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-7e3a4619] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-7e3a4619] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-7e3a4619] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-7e3a4619] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-7e3a4619],
.radio-icon.radio-product-9[data-v-7e3a4619] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-7e3a4619] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-7e3a4619] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-7e3a4619] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-7e3a4619] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-7e3a4619] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-7e3a4619] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-7e3a4619] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-7e3a4619] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-7e3a4619] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-7e3a4619],
.radio-icon.radio-product-10[data-v-7e3a4619] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-7e3a4619] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-7e3a4619] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-7e3a4619] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-7e3a4619] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-7e3a4619] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-7e3a4619] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-7e3a4619] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-7e3a4619] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-7e3a4619] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-7e3a4619] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-7e3a4619] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-7e3a4619] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-7e3a4619] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-7e3a4619] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-7e3a4619] {
  background-position: -800px -140px;
}
.vdr[data-v-7e3a4619] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-7e3a4619] {
  z-index: 99 !important;
}
.vdr .handle[data-v-7e3a4619] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-7e3a4619] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-7e3a4619] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-7e3a4619] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-7e3a4619] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-7e3a4619] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-7e3a4619] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-7e3a4619] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-7e3a4619] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-7e3a4619] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-7e3a4619] {
  top: -55px;
}
.ui-operation ul[data-v-7e3a4619] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-7e3a4619] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-7e3a4619] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-7e3a4619] {
  font-style: normal;
}
.ui-operation .text[data-v-7e3a4619]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-7e3a4619] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-7e3a4619]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-7e3a4619] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-7e3a4619] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-7e3a4619] {
  display: block !important;
}
.ui-control-layout[data-v-7e3a4619] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-7e3a4619]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-7e3a4619] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-7e3a4619] {
  float: right;
}
.ue-label[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-7e3a4619] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-7e3a4619] {
  width: 100%;
}
.ue-txt input[data-v-7e3a4619] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-7e3a4619] {
  position: relative;
}
.ue-txt2 .el-input[data-v-7e3a4619] {
  width: 70px;
}
.ue-txt2 input[data-v-7e3a4619] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-7e3a4619] {
  position: relative;
}
.ue-select .inn[data-v-7e3a4619] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-7e3a4619] {
  width: 200px;
}
.ue-select .other[data-v-7e3a4619] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-7e3a4619] {
  display: block;
}
.ue-color .fonts[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-7e3a4619] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-7e3a4619],
.ue-color.inline .el-color-picker__color-inner[data-v-7e3a4619] {
  border-radius: 50%;
}
.ue-add[data-v-7e3a4619] {
  position: relative;
}
.ue-add button[data-v-7e3a4619] {
  width: 100%;
}
.ue-links[data-v-7e3a4619] {
  position: relative;
}
.ue-links .thead[data-v-7e3a4619] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-7e3a4619] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-7e3a4619] {
  margin: 0 0 5px;
}
.ue-radio[data-v-7e3a4619] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-7e3a4619] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-7e3a4619] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-7e3a4619] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-7e3a4619] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-7e3a4619] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-7e3a4619] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-7e3a4619] {
  position: relative;
}
.ue-radio3 .inn[data-v-7e3a4619] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-7e3a4619] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-7e3a4619] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-7e3a4619] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-7e3a4619],
.ue-radio3 .el-radio[data-v-7e3a4619]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-7e3a4619]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-7e3a4619] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-7e3a4619] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-7e3a4619] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-7e3a4619] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-7e3a4619] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-7e3a4619] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-7e3a4619] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-7e3a4619] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-7e3a4619],
.ue-slider .el-input-number__increase[data-v-7e3a4619] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-7e3a4619] {
  margin-right: 75px;
}
.ue-tag[data-v-7e3a4619] {
  position: relative;
}
.ue-tag .el-tag[data-v-7e3a4619] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-7e3a4619] {
  width: 90px;
}
.ue-group[data-v-7e3a4619] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-7e3a4619] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-7e3a4619] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-7e3a4619] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-7e3a4619] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-7e3a4619] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-7e3a4619] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-7e3a4619] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-7e3a4619] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-7e3a4619] {
  padding-left: 0;
}
.ue-image[data-v-7e3a4619] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-7e3a4619] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-7e3a4619] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-7e3a4619]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-7e3a4619] {
  visibility: visible;
}
.ue-imglist[data-v-7e3a4619] {
  position: relative;
}
.ue-imglist .item[data-v-7e3a4619] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-7e3a4619] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-7e3a4619] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-7e3a4619] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-7e3a4619] {
  visibility: visible;
}
.ue-imglist .txt[data-v-7e3a4619] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-7e3a4619] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-7e3a4619] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-7e3a4619] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-7e3a4619] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-7e3a4619] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-7e3a4619] {
  display: block;
}
.ue-table[data-v-7e3a4619] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-7e3a4619] {
  position: relative;
}
.ue-table-head ul[data-v-7e3a4619] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-7e3a4619] {
  float: left;
}
.ue-table-head li span[data-v-7e3a4619],
.ue-table-head li i[data-v-7e3a4619] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-7e3a4619] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-7e3a4619]::before,
.ue-table-head li i[data-v-7e3a4619]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-7e3a4619]::before,
.ue-table-head li:first-child i[data-v-7e3a4619]::before {
  content: none;
}
.ue-table-body[data-v-7e3a4619] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-7e3a4619] {
  position: relative;
}
.ue-table-body .item[data-v-7e3a4619] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-7e3a4619]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-7e3a4619] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-7e3a4619] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-7e3a4619] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-7e3a4619] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-7e3a4619] {
  visibility: visible;
}
.ue-table-body .font[data-v-7e3a4619] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-7e3a4619] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-7e3a4619] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-7e3a4619] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-7e3a4619] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-7e3a4619]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-7e3a4619] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-7e3a4619] {
  text-align: center;
}
.ue-table-body .select[data-v-7e3a4619] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-7e3a4619] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-7e3a4619]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-7e3a4619] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-7e3a4619] {
  cursor: move;
}
.ue-table2[data-v-7e3a4619] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-7e3a4619] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-7e3a4619] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-7e3a4619] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-7e3a4619] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-7e3a4619] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-7e3a4619] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-7e3a4619] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-7e3a4619] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-7e3a4619]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-7e3a4619] {
  background-color: #e4eafa;
}
.ue-lock[data-v-7e3a4619] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-7e3a4619] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-7e3a4619] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-7e3a4619] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-7e3a4619] {
  color: #ffa200;
}
.ue-img[data-v-7e3a4619] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-7e3a4619] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-7e3a4619] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-7e3a4619] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-7e3a4619] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-7e3a4619]:empty {
  display: none;
}
.ue-keywords[data-v-7e3a4619] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-7e3a4619] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-7e3a4619] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-7e3a4619] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-7e3a4619] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-7e3a4619] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-7e3a4619] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-7e3a4619] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-7e3a4619] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-7e3a4619] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-7e3a4619] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-7e3a4619] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-7e3a4619] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-7e3a4619]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-7e3a4619] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-7e3a4619] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-7e3a4619] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-7e3a4619] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-7e3a4619],
#jz-config .config-box .label span[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-7e3a4619] {
  width: auto;
}
#jz-config .config-box .label span[data-v-7e3a4619] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-7e3a4619] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-7e3a4619]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-7e3a4619]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-7e3a4619]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-7e3a4619] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-7e3a4619] {
  transform: scale(1.3);
}
.uc-radio[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-7e3a4619] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-7e3a4619] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-7e3a4619] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-7e3a4619]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-7e3a4619] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-7e3a4619]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-7e3a4619] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-7e3a4619] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-7e3a4619]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-7e3a4619]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-7e3a4619]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-7e3a4619]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-7e3a4619]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-7e3a4619]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-7e3a4619]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-7e3a4619]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-7e3a4619]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-7e3a4619]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-7e3a4619]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-7e3a4619]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-7e3a4619]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-7e3a4619]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-7e3a4619]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-7e3a4619]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-7e3a4619]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-7e3a4619]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-7e3a4619]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-7e3a4619]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-7e3a4619]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-7e3a4619]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-7e3a4619]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-7e3a4619]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-7e3a4619]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-7e3a4619]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-7e3a4619]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-7e3a4619]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-7e3a4619]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-7e3a4619]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-7e3a4619]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-7e3a4619]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-7e3a4619]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-7e3a4619]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-7e3a4619]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-7e3a4619]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-7e3a4619]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-7e3a4619]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-7e3a4619]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-7e3a4619]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-7e3a4619]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-7e3a4619]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-7e3a4619]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-7e3a4619]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-7e3a4619]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-7e3a4619] {
  position: relative;
}
.uc-radio2 .inn[data-v-7e3a4619] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-7e3a4619] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-7e3a4619] {
  white-space: nowrap;
}
.uc-radio3[data-v-7e3a4619] {
  position: relative;
}
.uc-radio3 .inn[data-v-7e3a4619] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-7e3a4619] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-7e3a4619] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-7e3a4619] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-7e3a4619] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-7e3a4619] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-7e3a4619] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-7e3a4619] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-7e3a4619] {
  position: relative;
}
.uc-radio4 .inn[data-v-7e3a4619] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-7e3a4619] {
  float: right;
}
.uc-radio4 .el-radio[data-v-7e3a4619] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-7e3a4619] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-7e3a4619] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-7e3a4619] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-7e3a4619] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-7e3a4619] {
  position: relative;
}
.uc-slider .inn[data-v-7e3a4619] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-7e3a4619] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-7e3a4619] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-7e3a4619],
.uc-slider .el-input-number__increase[data-v-7e3a4619] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-7e3a4619] {
  margin-right: 75px;
}
.uc-color[data-v-7e3a4619] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-7e3a4619] {
  width: 50px;
}
.uc-select[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-7e3a4619] {
  width: 120px;
}
.uc-number[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-7e3a4619] {
  width: 60px;
}
.config-line i[data-v-7e3a4619] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-7e3a4619] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-7e3a4619] {
  text-align: center;
}
.uc-text2[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-7e3a4619] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-7e3a4619] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-7e3a4619] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-7e3a4619] {
  position: relative;
}
.uc-text3 .inn[data-v-7e3a4619] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-7e3a4619] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-7e3a4619] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-7e3a4619] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-7e3a4619] {
  position: relative;
}
.uc-tag .inn[data-v-7e3a4619] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-7e3a4619] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-7e3a4619] {
  width: 90px;
}
.uc-link[data-v-7e3a4619] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-7e3a4619] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-7e3a4619] {
  position: relative;
}
.uc-image .list[data-v-7e3a4619] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-7e3a4619]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-7e3a4619] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-7e3a4619] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-7e3a4619] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-7e3a4619] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-7e3a4619]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-7e3a4619]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-7e3a4619] {
  visibility: visible;
}
.uc-image .tip[data-v-7e3a4619] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-7e3a4619] {
  text-align: right;
}
.uc-image.rl .list[data-v-7e3a4619] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-7e3a4619] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-7e3a4619] {
  position: relative;
}
.uc-imgtext .list[data-v-7e3a4619] {
  position: relative;
}
.uc-imgtext .item[data-v-7e3a4619] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-7e3a4619] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-7e3a4619] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-7e3a4619] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-7e3a4619] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-7e3a4619] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-7e3a4619] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-7e3a4619] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-7e3a4619] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-7e3a4619] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-7e3a4619],
.uc-imgtext .down[data-v-7e3a4619] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-7e3a4619],
.uc-imgtext .down i[data-v-7e3a4619] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-7e3a4619] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-7e3a4619],
.uc-imgtext .item:hover .control[data-v-7e3a4619] {
  visibility: visible;
}
.uc-category[data-v-7e3a4619] {
  position: relative;
}
.uc-category .item[data-v-7e3a4619] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-7e3a4619] {
  zoom: 1;
}
.uc-category .view[data-v-7e3a4619] {
  zoom: 1;
}
.uc-category .animate[data-v-7e3a4619] {
  zoom: 1;
}
.uc-category .row[data-v-7e3a4619] {
  position: relative;
}
.uc-category .txt[data-v-7e3a4619] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-7e3a4619] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-7e3a4619] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-7e3a4619] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-7e3a4619] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-7e3a4619] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-7e3a4619] {
  visibility: visible;
}
.uc-transfer[data-v-7e3a4619] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-7e3a4619] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-7e3a4619] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-7e3a4619] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-7e3a4619] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-7e3a4619] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-7e3a4619] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-7e3a4619] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-7e3a4619] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-7e3a4619] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-7e3a4619] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-7e3a4619] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-7e3a4619] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-7e3a4619] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-7e3a4619] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-7e3a4619] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-7e3a4619] {
  position: relative;
}
.uc-soure .el-radio[data-v-7e3a4619] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-7e3a4619] {
  position: relative;
}
.uc-coupon .list[data-v-7e3a4619] {
  position: relative;
}
.uc-coupon .item[data-v-7e3a4619] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-7e3a4619] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-7e3a4619]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-7e3a4619] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-7e3a4619] {
  width: 100%;
}
.uc-table[data-v-7e3a4619] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-7e3a4619] {
  position: relative;
}
.uc-table-head ul[data-v-7e3a4619] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-7e3a4619] {
  float: left;
}
.uc-table-head li span[data-v-7e3a4619],
.uc-table-head li i[data-v-7e3a4619] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-7e3a4619] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-7e3a4619]::before,
.uc-table-head li i[data-v-7e3a4619]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-7e3a4619]::before,
.uc-table-head li:first-child i[data-v-7e3a4619]::before {
  content: none;
}
.uc-table-body[data-v-7e3a4619] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-7e3a4619] {
  position: relative;
}
.uc-table-body .item[data-v-7e3a4619] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-7e3a4619]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-7e3a4619] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-7e3a4619] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-7e3a4619] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-7e3a4619] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-7e3a4619] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-7e3a4619] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-7e3a4619] {
  visibility: visible;
}
.uc-table-body .font[data-v-7e3a4619] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-7e3a4619] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-7e3a4619] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-7e3a4619] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-7e3a4619] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-7e3a4619]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-7e3a4619] {
  text-align: center;
}
.uc-table-body .color[data-v-7e3a4619] {
  text-align: center;
}
.uc-table-body .control[data-v-7e3a4619] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-7e3a4619] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-7e3a4619] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-7e3a4619] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-7e3a4619] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-7e3a4619] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-7e3a4619] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-7e3a4619] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-7e3a4619] {
  position: relative;
}
.config-panel .rows .label[data-v-7e3a4619] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-7e3a4619] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-7e3a4619]::after,
.config-panel .rows-label[data-v-7e3a4619]::after,
.config-panel .rows-content[data-v-7e3a4619]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-7e3a4619] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-7e3a4619] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-7e3a4619] {
  display: block;
}
.config-panel .rows2[data-v-7e3a4619] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-7e3a4619] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-7e3a4619],
.config-panel .rows-item2[data-v-7e3a4619] {
  position: relative;
}
.config-panel .rows-item2[data-v-7e3a4619] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-7e3a4619] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-7e3a4619] {
  margin: 0;
}
.drag-head[data-v-7e3a4619] {
  cursor: move;
}
#ui-wrapper[data-v-7e3a4619] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-7e3a4619],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-7e3a4619] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-7e3a4619] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-7e3a4619],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-7e3a4619],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-7e3a4619] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-7e3a4619] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-7e3a4619] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-7e3a4619] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-7e3a4619],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-7e3a4619] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-7e3a4619] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-7e3a4619] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-7e3a4619] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-7e3a4619] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-7e3a4619]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-7e3a4619]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-7e3a4619],
#ui-wrapper .ui-path .path span[data-v-7e3a4619] {
  color: #666;
}
.uc-swiper[data-v-7e3a4619] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-7e3a4619] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-7e3a4619] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-7e3a4619] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-7e3a4619] {
  position: relative;
}
.uc-swiper .cell[data-v-7e3a4619] {
  position: relative;
}
.uc-swiper .icon[data-v-7e3a4619] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-7e3a4619]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-7e3a4619] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-7e3a4619] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-7e3a4619] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-7e3a4619] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-7e3a4619] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-7e3a4619] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-7e3a4619] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-7e3a4619] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-7e3a4619] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-7e3a4619] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-7e3a4619] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-7e3a4619] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-7e3a4619] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-7e3a4619] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-7e3a4619] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-7e3a4619] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-7e3a4619] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-7e3a4619] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-7e3a4619],
.uc-swiper .swiper-button-prev[data-v-7e3a4619] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-7e3a4619] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-7e3a4619] {
  right: -8px;
}

.ui-scale-0[data-v-d155581e],
.ui-scale-1[data-v-d155581e],
.ui-scale-2[data-v-d155581e],
.ui-scale-3[data-v-d155581e],
.ui-scale-4[data-v-d155581e] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-d155581e],
.ui-scale-1 img[data-v-d155581e],
.ui-scale-2 img[data-v-d155581e],
.ui-scale-3 img[data-v-d155581e],
.ui-scale-4 img[data-v-d155581e] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-d155581e] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-d155581e] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-d155581e] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-d155581e] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-d155581e] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-d155581e] {
  width: 50% !important;
}
.ui-column-3[data-v-d155581e] {
  width: 33.33% !important;
}
.ui-column-4[data-v-d155581e] {
  width: 25% !important;
}
.ui-column-5[data-v-d155581e] {
  width: 20% !important;
}
.ui-column-6[data-v-d155581e] {
  width: 16.66% !important;
}
.jz-config-form[data-v-d155581e] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-d155581e] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-d155581e]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-d155581e] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-d155581e] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-d155581e] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-d155581e] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-d155581e] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-d155581e] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-d155581e] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-d155581e] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-d155581e] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-d155581e] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-d155581e] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-d155581e] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-d155581e]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-d155581e] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-d155581e] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-d155581e] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-d155581e] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-d155581e] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-d155581e] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-d155581e] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-d155581e] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-d155581e] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-d155581e] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-d155581e] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-d155581e] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-d155581e]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-d155581e]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-d155581e] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-d155581e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-d155581e] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-d155581e] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-d155581e] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-d155581e]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-d155581e] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-d155581e] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-d155581e] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-d155581e] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-d155581e]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-d155581e] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-d155581e] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-d155581e]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-d155581e] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-d155581e] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-d155581e] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-d155581e] {
  padding: 9px 30px;
}
.jz-shadow[data-v-d155581e] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-d155581e] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-d155581e] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-d155581e] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-d155581e] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-d155581e] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-d155581e] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-d155581e] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-d155581e] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-d155581e] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-d155581e] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-d155581e] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-d155581e] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-d155581e] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-d155581e] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-d155581e] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-d155581e] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-d155581e] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-d155581e] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-d155581e],
.radio-icon.radio-product-9[data-v-d155581e] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-d155581e] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-d155581e] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-d155581e] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-d155581e] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-d155581e] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-d155581e] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-d155581e] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-d155581e] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-d155581e] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-d155581e],
.radio-icon.radio-product-10[data-v-d155581e] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-d155581e] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-d155581e] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-d155581e] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-d155581e] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-d155581e] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-d155581e] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-d155581e] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-d155581e] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-d155581e] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-d155581e] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-d155581e] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-d155581e] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-d155581e] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-d155581e] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-d155581e] {
  background-position: -800px -140px;
}
.vdr[data-v-d155581e] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-d155581e] {
  z-index: 99 !important;
}
.vdr .handle[data-v-d155581e] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-d155581e] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-d155581e] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-d155581e] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-d155581e] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-d155581e] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-d155581e] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-d155581e] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-d155581e] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-d155581e] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-d155581e] {
  top: -55px;
}
.ui-operation ul[data-v-d155581e] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-d155581e] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-d155581e] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-d155581e] {
  font-style: normal;
}
.ui-operation .text[data-v-d155581e]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-d155581e] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-d155581e]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-d155581e] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-d155581e] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-d155581e] {
  display: block !important;
}
.ui-control-layout[data-v-d155581e] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-d155581e]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-d155581e] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-d155581e] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-d155581e] {
  float: right;
}
.ue-label[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-d155581e] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-d155581e] {
  width: 100%;
}
.ue-txt input[data-v-d155581e] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-d155581e] {
  position: relative;
}
.ue-txt2 .el-input[data-v-d155581e] {
  width: 70px;
}
.ue-txt2 input[data-v-d155581e] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-d155581e] {
  position: relative;
}
.ue-select .inn[data-v-d155581e] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-d155581e] {
  width: 200px;
}
.ue-select .other[data-v-d155581e] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-d155581e] {
  display: block;
}
.ue-color .fonts[data-v-d155581e] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-d155581e] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-d155581e],
.ue-color.inline .el-color-picker__color-inner[data-v-d155581e] {
  border-radius: 50%;
}
.ue-add[data-v-d155581e] {
  position: relative;
}
.ue-add button[data-v-d155581e] {
  width: 100%;
}
.ue-links[data-v-d155581e] {
  position: relative;
}
.ue-links .thead[data-v-d155581e] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-d155581e] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-d155581e] {
  margin: 0 0 5px;
}
.ue-radio[data-v-d155581e] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-d155581e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-d155581e] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-d155581e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-d155581e] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-d155581e] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-d155581e] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-d155581e] {
  position: relative;
}
.ue-radio3 .inn[data-v-d155581e] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-d155581e] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-d155581e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-d155581e] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-d155581e],
.ue-radio3 .el-radio[data-v-d155581e]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-d155581e]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-d155581e] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-d155581e] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-d155581e] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-d155581e] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-d155581e] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-d155581e] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-d155581e] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-d155581e] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-d155581e],
.ue-slider .el-input-number__increase[data-v-d155581e] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-d155581e] {
  margin-right: 75px;
}
.ue-tag[data-v-d155581e] {
  position: relative;
}
.ue-tag .el-tag[data-v-d155581e] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-d155581e] {
  width: 90px;
}
.ue-group[data-v-d155581e] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-d155581e] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-d155581e] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-d155581e] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-d155581e] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-d155581e] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-d155581e] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-d155581e] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-d155581e] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-d155581e] {
  padding-left: 0;
}
.ue-image[data-v-d155581e] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-d155581e] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-d155581e] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-d155581e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-d155581e]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-d155581e] {
  visibility: visible;
}
.ue-imglist[data-v-d155581e] {
  position: relative;
}
.ue-imglist .item[data-v-d155581e] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-d155581e] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-d155581e] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-d155581e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-d155581e] {
  visibility: visible;
}
.ue-imglist .txt[data-v-d155581e] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-d155581e] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-d155581e] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-d155581e] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-d155581e] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-d155581e] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-d155581e] {
  display: block;
}
.ue-table[data-v-d155581e] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-d155581e] {
  position: relative;
}
.ue-table-head ul[data-v-d155581e] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-d155581e] {
  float: left;
}
.ue-table-head li span[data-v-d155581e],
.ue-table-head li i[data-v-d155581e] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-d155581e] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-d155581e]::before,
.ue-table-head li i[data-v-d155581e]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-d155581e]::before,
.ue-table-head li:first-child i[data-v-d155581e]::before {
  content: none;
}
.ue-table-body[data-v-d155581e] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-d155581e] {
  position: relative;
}
.ue-table-body .item[data-v-d155581e] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-d155581e]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-d155581e] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-d155581e] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-d155581e] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-d155581e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-d155581e] {
  visibility: visible;
}
.ue-table-body .font[data-v-d155581e] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-d155581e] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-d155581e] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-d155581e] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-d155581e] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-d155581e]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-d155581e] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-d155581e] {
  text-align: center;
}
.ue-table-body .select[data-v-d155581e] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-d155581e] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-d155581e]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-d155581e] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-d155581e] {
  cursor: move;
}
.ue-table2[data-v-d155581e] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-d155581e] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-d155581e] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-d155581e] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-d155581e] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-d155581e] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-d155581e] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-d155581e] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-d155581e] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-d155581e]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-d155581e] {
  background-color: #e4eafa;
}
.ue-lock[data-v-d155581e] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-d155581e] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-d155581e] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-d155581e] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-d155581e] {
  color: #ffa200;
}
.ue-img[data-v-d155581e] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-d155581e] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-d155581e] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-d155581e] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-d155581e] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-d155581e]:empty {
  display: none;
}
.ue-keywords[data-v-d155581e] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-d155581e] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-d155581e] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-d155581e] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-d155581e] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-d155581e] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-d155581e] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-d155581e] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-d155581e] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-d155581e] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-d155581e] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-d155581e] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-d155581e] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-d155581e] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-d155581e]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-d155581e] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-d155581e] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-d155581e] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-d155581e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-d155581e],
#jz-config .config-box .label span[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-d155581e] {
  width: auto;
}
#jz-config .config-box .label span[data-v-d155581e] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-d155581e] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-d155581e]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-d155581e]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-d155581e]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-d155581e] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-d155581e] {
  transform: scale(1.3);
}
.uc-radio[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-d155581e] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-d155581e] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-d155581e] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-d155581e]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-d155581e] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-d155581e]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-d155581e] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-d155581e] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-d155581e]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-d155581e]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-d155581e]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-d155581e]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-d155581e]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-d155581e]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-d155581e]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-d155581e]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-d155581e]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-d155581e]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-d155581e]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-d155581e]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-d155581e]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-d155581e]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-d155581e]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-d155581e]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-d155581e]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-d155581e]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-d155581e]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-d155581e]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-d155581e]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-d155581e]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-d155581e]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-d155581e]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-d155581e]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-d155581e]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-d155581e]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-d155581e]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-d155581e]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-d155581e]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-d155581e]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-d155581e]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-d155581e]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-d155581e]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-d155581e]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-d155581e]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-d155581e]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-d155581e]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-d155581e]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-d155581e]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-d155581e]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-d155581e]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-d155581e]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-d155581e]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-d155581e]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-d155581e] {
  position: relative;
}
.uc-radio2 .inn[data-v-d155581e] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-d155581e] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-d155581e] {
  white-space: nowrap;
}
.uc-radio3[data-v-d155581e] {
  position: relative;
}
.uc-radio3 .inn[data-v-d155581e] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-d155581e] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-d155581e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-d155581e] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-d155581e] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-d155581e] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-d155581e] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-d155581e] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-d155581e] {
  position: relative;
}
.uc-radio4 .inn[data-v-d155581e] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-d155581e] {
  float: right;
}
.uc-radio4 .el-radio[data-v-d155581e] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-d155581e] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-d155581e] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-d155581e] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-d155581e] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-d155581e] {
  position: relative;
}
.uc-slider .inn[data-v-d155581e] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-d155581e] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-d155581e] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-d155581e],
.uc-slider .el-input-number__increase[data-v-d155581e] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-d155581e] {
  margin-right: 75px;
}
.uc-color[data-v-d155581e] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-d155581e] {
  width: 50px;
}
.uc-select[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-d155581e] {
  width: 120px;
}
.uc-number[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-d155581e] {
  width: 60px;
}
.config-line i[data-v-d155581e] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-d155581e] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-d155581e] {
  text-align: center;
}
.uc-text2[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-d155581e] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-d155581e] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-d155581e] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-d155581e] {
  position: relative;
}
.uc-text3 .inn[data-v-d155581e] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-d155581e] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-d155581e] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-d155581e] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-d155581e] {
  position: relative;
}
.uc-tag .inn[data-v-d155581e] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-d155581e] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-d155581e] {
  width: 90px;
}
.uc-link[data-v-d155581e] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-d155581e] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-d155581e] {
  position: relative;
}
.uc-image .list[data-v-d155581e] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-d155581e]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-d155581e] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-d155581e] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-d155581e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-d155581e] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-d155581e]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-d155581e]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-d155581e] {
  visibility: visible;
}
.uc-image .tip[data-v-d155581e] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-d155581e] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-d155581e] {
  text-align: right;
}
.uc-image.rl .list[data-v-d155581e] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-d155581e] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-d155581e] {
  position: relative;
}
.uc-imgtext .list[data-v-d155581e] {
  position: relative;
}
.uc-imgtext .item[data-v-d155581e] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-d155581e] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-d155581e] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-d155581e] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-d155581e] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-d155581e] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-d155581e] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-d155581e] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-d155581e] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-d155581e] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-d155581e],
.uc-imgtext .down[data-v-d155581e] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-d155581e],
.uc-imgtext .down i[data-v-d155581e] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-d155581e] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-d155581e],
.uc-imgtext .item:hover .control[data-v-d155581e] {
  visibility: visible;
}
.uc-category[data-v-d155581e] {
  position: relative;
}
.uc-category .item[data-v-d155581e] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-d155581e] {
  zoom: 1;
}
.uc-category .view[data-v-d155581e] {
  zoom: 1;
}
.uc-category .animate[data-v-d155581e] {
  zoom: 1;
}
.uc-category .row[data-v-d155581e] {
  position: relative;
}
.uc-category .txt[data-v-d155581e] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-d155581e] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-d155581e] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-d155581e] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-d155581e] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-d155581e] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-d155581e] {
  visibility: visible;
}
.uc-transfer[data-v-d155581e] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-d155581e] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-d155581e] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-d155581e] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-d155581e] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-d155581e] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-d155581e] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-d155581e] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-d155581e] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-d155581e] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-d155581e] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-d155581e] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-d155581e] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-d155581e] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-d155581e] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-d155581e] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-d155581e] {
  position: relative;
}
.uc-soure .el-radio[data-v-d155581e] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-d155581e] {
  position: relative;
}
.uc-coupon .list[data-v-d155581e] {
  position: relative;
}
.uc-coupon .item[data-v-d155581e] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-d155581e] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-d155581e]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-d155581e] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-d155581e] {
  width: 100%;
}
.uc-table[data-v-d155581e] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-d155581e] {
  position: relative;
}
.uc-table-head ul[data-v-d155581e] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-d155581e] {
  float: left;
}
.uc-table-head li span[data-v-d155581e],
.uc-table-head li i[data-v-d155581e] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-d155581e] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-d155581e]::before,
.uc-table-head li i[data-v-d155581e]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-d155581e]::before,
.uc-table-head li:first-child i[data-v-d155581e]::before {
  content: none;
}
.uc-table-body[data-v-d155581e] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-d155581e] {
  position: relative;
}
.uc-table-body .item[data-v-d155581e] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-d155581e]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-d155581e] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-d155581e] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-d155581e] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-d155581e] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-d155581e] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-d155581e] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-d155581e] {
  visibility: visible;
}
.uc-table-body .font[data-v-d155581e] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-d155581e] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-d155581e] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-d155581e] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-d155581e] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-d155581e]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-d155581e] {
  text-align: center;
}
.uc-table-body .color[data-v-d155581e] {
  text-align: center;
}
.uc-table-body .control[data-v-d155581e] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-d155581e] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-d155581e] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-d155581e] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-d155581e] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-d155581e] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-d155581e] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-d155581e] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-d155581e] {
  position: relative;
}
.config-panel .rows .label[data-v-d155581e] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-d155581e] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-d155581e]::after,
.config-panel .rows-label[data-v-d155581e]::after,
.config-panel .rows-content[data-v-d155581e]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-d155581e] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-d155581e] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-d155581e] {
  display: block;
}
.config-panel .rows2[data-v-d155581e] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-d155581e] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-d155581e],
.config-panel .rows-item2[data-v-d155581e] {
  position: relative;
}
.config-panel .rows-item2[data-v-d155581e] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-d155581e] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-d155581e] {
  margin: 0;
}
.drag-head[data-v-d155581e] {
  cursor: move;
}
#ui-wrapper[data-v-d155581e] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-d155581e],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-d155581e] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-d155581e] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-d155581e],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-d155581e],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-d155581e] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-d155581e] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-d155581e] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-d155581e] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-d155581e],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-d155581e] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-d155581e] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-d155581e] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-d155581e] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-d155581e] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-d155581e]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-d155581e]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-d155581e],
#ui-wrapper .ui-path .path span[data-v-d155581e] {
  color: #666;
}
.uc-swiper[data-v-d155581e] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-d155581e] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-d155581e] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-d155581e] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-d155581e] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-d155581e] {
  position: relative;
}
.uc-swiper .cell[data-v-d155581e] {
  position: relative;
}
.uc-swiper .icon[data-v-d155581e] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-d155581e]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-d155581e] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-d155581e] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-d155581e] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-d155581e] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-d155581e] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-d155581e] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-d155581e] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-d155581e] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-d155581e] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-d155581e] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-d155581e] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-d155581e] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-d155581e] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-d155581e] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-d155581e] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-d155581e] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-d155581e] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-d155581e] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-d155581e],
.uc-swiper .swiper-button-prev[data-v-d155581e] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-d155581e] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-d155581e] {
  right: -8px;
}

.ui-scale-0[data-v-12f9b0b8],
.ui-scale-1[data-v-12f9b0b8],
.ui-scale-2[data-v-12f9b0b8],
.ui-scale-3[data-v-12f9b0b8],
.ui-scale-4[data-v-12f9b0b8] {
  position: relative;
  overflow: hidden;
}
.ui-scale-0 img[data-v-12f9b0b8],
.ui-scale-1 img[data-v-12f9b0b8],
.ui-scale-2 img[data-v-12f9b0b8],
.ui-scale-3 img[data-v-12f9b0b8],
.ui-scale-4 img[data-v-12f9b0b8] {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease;
}
.ui-scale-0[data-v-12f9b0b8] {
  padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-12f9b0b8] {
  padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-12f9b0b8] {
  padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-12f9b0b8] {
  padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-12f9b0b8] {
  padding: 0 0 180% 0 !important;
}
.ui-column-2[data-v-12f9b0b8] {
  width: 50% !important;
}
.ui-column-3[data-v-12f9b0b8] {
  width: 33.33% !important;
}
.ui-column-4[data-v-12f9b0b8] {
  width: 25% !important;
}
.ui-column-5[data-v-12f9b0b8] {
  width: 20% !important;
}
.ui-column-6[data-v-12f9b0b8] {
  width: 16.66% !important;
}
.jz-config-form[data-v-12f9b0b8] {
  position: relative;
  height: 560px;
  margin: -30px -20px;
}
.jz-config-form .el-tabs[data-v-12f9b0b8] {
  position: relative;
  height: 100%;
}
.jz-config-form .el-tabs__nav-wrap[data-v-12f9b0b8]::after {
  width: 1px;
}
.jz-config-form .el-tabs__header[data-v-12f9b0b8] {
  width: 120px;
  margin-right: 0;
}
.jz-config-form .el-tabs__active-bar[data-v-12f9b0b8] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-form .el-tabs__item[data-v-12f9b0b8] {
  height: 60px;
  line-height: 60px;
}
.jz-config-form .el-tabs__active-bar + .el-tabs__item[data-v-12f9b0b8] {
  border-top: 0;
}
.jz-config-form .is-active[data-v-12f9b0b8] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-form .el-tabs__content[data-v-12f9b0b8] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-form .el-tab-pane[data-v-12f9b0b8] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-form .el-tab-pane > div[data-v-12f9b0b8] {
  padding: 10px 0 20px;
}
.jz-config-form .ue-transfer .el-transfer-panel[data-v-12f9b0b8] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc[data-v-12f9b0b8] {
  position: relative;
  margin: -30px -20px -40px -20px;
  border-top: 1px solid #dddddd;
}
.jz-config-pc .main[data-v-12f9b0b8] {
  position: relative;
}
.jz-config-pc .el-tabs[data-v-12f9b0b8] {
  height: 463px;
}
.jz-config-pc .el-tabs__nav-wrap[data-v-12f9b0b8]::after {
  width: 1px !important;
}
.jz-config-pc .el-tabs__header[data-v-12f9b0b8] {
  width: 120px;
  margin-right: 0;
}
.jz-config-pc .el-tabs__active-bar[data-v-12f9b0b8] {
  left: 0;
  right: 0;
  width: 5px;
  transition: 0ms;
  background: #ffffff;
}
.jz-config-pc .el-tabs__item[data-v-12f9b0b8] {
  height: 60px;
  line-height: 60px;
}
.jz-config-pc .el-tabs__active-bar + .el-tabs__item[data-v-12f9b0b8] {
  border-top: 0;
}
.jz-config-pc .is-active[data-v-12f9b0b8] {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #fff;
}
.jz-config-pc .el-tabs__content[data-v-12f9b0b8] {
  padding: 5px 15px 15px;
  height: 100%;
}
.jz-config-pc .el-tab-pane[data-v-12f9b0b8] {
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 0 15px 0 0;
}
.jz-config-pc .el-tab-pane > div[data-v-12f9b0b8] {
  padding: 10px 0 20px;
}
.jz-config-pc .ue-transfer .el-transfer-panel[data-v-12f9b0b8] {
  width: 196px;
  padding: 10px;
}
.jz-config-pc .table[data-v-12f9b0b8] {
  position: relative;
  padding: 20px 30px;
}
.jz-config-pc .side[data-v-12f9b0b8] {
  position: absolute;
  left: 10px;
  bottom: 15px;
  width: 100px;
  z-index: 1;
}
.jz-config-pc .group[data-v-12f9b0b8] {
  padding: 10px 0 15px;
  border-bottom: 1px solid #eee;
}
.jz-config-pc .group[data-v-12f9b0b8]:first-child {
  padding-top: 0;
}
.jz-config-pc .group[data-v-12f9b0b8]:last-child {
  border-bottom: 0;
}
.jz-config-pc .group .rows[data-v-12f9b0b8] {
  position: relative;
}
.jz-config-pc .group .rows .label[data-v-12f9b0b8] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.jz-config-pc .group .rows2[data-v-12f9b0b8] {
  position: relative;
  padding: 0 0 10px 0;
}
.jz-config-pc .group .rows2 .label[data-v-12f9b0b8] {
  line-height: 40px;
}
.jz-config-pc .group .rows-item[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 15px;
}
.jz-config-pc .group .rows-item[data-v-12f9b0b8]::after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-item2[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 30px 60px;
}
.jz-config-pc .group .rows-item2 .rows-label[data-v-12f9b0b8] {
  float: none;
  text-align: left;
}
.jz-config-pc .group .rows-item2 .rows-content[data-v-12f9b0b8] {
  margin: 0;
}
.jz-config-pc .group .rows-label[data-v-12f9b0b8] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.jz-config-pc .group .rows-label[data-v-12f9b0b8]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .group .rows-content[data-v-12f9b0b8] {
  margin: 0 0 0 120px;
}
.jz-config-pc .group .rows-content > .inline[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.jz-config-pc .group .rows-content > .block[data-v-12f9b0b8] {
  display: block;
}
.jz-config-pc .group .rows-content[data-v-12f9b0b8]:after {
  content: '';
  display: block;
  clear: both;
}
.jz-config-pc .confog[data-v-12f9b0b8] {
  position: relative;
  text-align: center;
  padding: 0 0 30px;
}
.jz-config-pc .confog .el-button[data-v-12f9b0b8] {
  width: 100%;
  border: 1px dashed #ccc;
  border-radius: 0;
}
.jz-config-pc-foot[data-v-12f9b0b8] {
  margin: 0 -20px 0;
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  text-align: center;
}
.jz-config-pc-foot .el-button[data-v-12f9b0b8] {
  padding: 9px 30px;
}
.jz-shadow[data-v-12f9b0b8] {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background: #000;
  filter: alpha(opacity=50);
  background: rgba(0, 0, 0, 0.5);
}
.radio-icon[data-v-12f9b0b8] {
  display: block;
  width: 62px;
  height: 50px;
  background: url(../../static/img/config-icon.png?hash=87143f8a) 0 0 no-repeat;
}
.radio-icon.radio-article-0[data-v-12f9b0b8] {
  background-position: 0 -630px;
}
.radio-icon.radio-article-1[data-v-12f9b0b8] {
  background-position: 0 -700px;
}
.radio-icon.radio-article-2[data-v-12f9b0b8] {
  background-position: 0 -770px;
}
.radio-icon.radio-article-3[data-v-12f9b0b8] {
  background-position: 0 -840px;
}
.radio-icon.radio-article-4[data-v-12f9b0b8] {
  background-position: 0 -910px;
}
.radio-icon.radio-article-5[data-v-12f9b0b8] {
  background-position: 0 -980px;
}
.radio-icon.radio-article-6[data-v-12f9b0b8] {
  background-position: 0 -1050px;
}
.radio-icon.radio-article-7[data-v-12f9b0b8] {
  background-position: 0 -1120px;
}
.radio-icon.radio-article-8[data-v-12f9b0b8] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-9[data-v-12f9b0b8] {
  background-position: 0 0;
}
.radio-icon.radio-article-10[data-v-12f9b0b8] {
  background-position: 0 -70px;
}
.radio-icon.radio-article-11[data-v-12f9b0b8] {
  background-position: 0 -140px;
}
.radio-icon.radio-article-12[data-v-12f9b0b8] {
  background-position: 0 -210px;
}
.radio-icon.radio-article-13[data-v-12f9b0b8] {
  background-position: 0 -280px;
}
.radio-icon.radio-article-14[data-v-12f9b0b8] {
  background-position: 0 -350px;
}
.radio-icon.radio-article-15[data-v-12f9b0b8] {
  background-position: 0 -420px;
}
.radio-icon.radio-article-16[data-v-12f9b0b8] {
  background-position: 0 -490px;
}
.radio-icon.radio-article-17[data-v-12f9b0b8],
.radio-icon.radio-product-9[data-v-12f9b0b8] {
  background-position: -100px -700px;
}
.radio-icon.radio-product-0[data-v-12f9b0b8] {
  background-position: -100px -560px;
}
.radio-icon.radio-product-1[data-v-12f9b0b8] {
  background-position: -100px -630px;
}
.radio-icon.radio-product-2[data-v-12f9b0b8] {
  background-position: -100px 0;
}
.radio-icon.radio-product-3[data-v-12f9b0b8] {
  background-position: -100px -70px;
}
.radio-icon.radio-product-4[data-v-12f9b0b8] {
  background-position: -100px -140px;
}
.radio-icon.radio-product-5[data-v-12f9b0b8] {
  background-position: -100px -420px;
}
.radio-icon.radio-product-6[data-v-12f9b0b8] {
  background-position: 0 -1050px;
}
.radio-icon.radio-product-7[data-v-12f9b0b8] {
  background-position: -100px -490px;
}
.radio-icon.radio-product-8[data-v-12f9b0b8] {
  background-position: 0 -1190px;
}
.radio-icon.radio-article-18[data-v-12f9b0b8],
.radio-icon.radio-product-10[data-v-12f9b0b8] {
  background-position: -700px -210px;
}
.radio-icon.radio-mulcolNumber-2[data-v-12f9b0b8] {
  background-position: -200px 0;
}
.radio-icon.radio-mulcolNumber-3[data-v-12f9b0b8] {
  background-position: -200px -70px;
}
.radio-icon.radio-mulcolNumber-4[data-v-12f9b0b8] {
  background-position: -200px -140px;
}
.radio-icon.radio-mulcolNumber-5[data-v-12f9b0b8] {
  background-position: -200px -210px;
}
.radio-icon.radio-navigationFormat-1[data-v-12f9b0b8] {
  background-position: -300px 0;
}
.radio-icon.radio-navigationFormat-2[data-v-12f9b0b8] {
  background-position: -300px -140px;
}
.radio-icon.radio-navigationFormat-3[data-v-12f9b0b8] {
  background-position: -300px -280px;
}
.radio-icon.radio-navigationLayout-0[data-v-12f9b0b8] {
  background-position: -500px 0;
}
.radio-icon.radio-navigationLayout-2[data-v-12f9b0b8] {
  background-position: -500px -140px;
}
.radio-icon.radio-manyImageFormat-3[data-v-12f9b0b8] {
  background-position: -700px 0;
}
.radio-icon.radio-manyImageFormat-4[data-v-12f9b0b8] {
  background-position: -700px -70px;
}
.radio-icon.radio-manyImageFormat-5[data-v-12f9b0b8] {
  background-position: -700px -140px;
}
.radio-icon.radio-manyImageFormat-6[data-v-12f9b0b8] {
  background-position: -700px -210px;
}
.radio-icon.radio-search-0[data-v-12f9b0b8] {
  background-position: -800px 0;
}
.radio-icon.radio-search-1[data-v-12f9b0b8] {
  background-position: -800px -140px;
}
.vdr[data-v-12f9b0b8] {
  z-index: 999;
  box-sizing: border-box;
  border: none;
}
.vdr.active[data-v-12f9b0b8] {
  z-index: 99 !important;
}
.vdr .handle[data-v-12f9b0b8] {
  border-radius: 50%;
  background: #ffffff;
  border-color: #d6d6d6;
  z-index: 99;
}
.vdr .handle.handle-tl[data-v-12f9b0b8] {
  top: -4px;
  left: -4px;
  cursor: nw-resize;
}
.vdr .handle.handle-tm[data-v-12f9b0b8] {
  top: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: n-resize;
}
.vdr .handle.handle-tr[data-v-12f9b0b8] {
  top: -4px;
  right: -4px;
  cursor: ne-resize;
}
.vdr .handle.handle-ml[data-v-12f9b0b8] {
  top: 50%;
  margin-top: -4px;
  left: -4px;
  cursor: w-resize;
}
.vdr .handle.handle-mr[data-v-12f9b0b8] {
  top: 50%;
  margin-top: -4px;
  right: -4px;
  cursor: e-resize;
}
.vdr .handle.handle-bl[data-v-12f9b0b8] {
  bottom: -4px;
  left: -4px;
  cursor: sw-resize;
}
.vdr .handle.handle-bm[data-v-12f9b0b8] {
  bottom: -4px;
  left: 50%;
  margin-left: -4px;
  cursor: s-resize;
}
.vdr .handle.handle-br[data-v-12f9b0b8] {
  bottom: -4px;
  right: -4px;
  cursor: se-resize;
}
.ui-operation[data-v-12f9b0b8] {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 99;
  display: none;
}
.ui-operation.outline[data-v-12f9b0b8] {
  top: -55px;
}
.ui-operation ul[data-v-12f9b0b8] {
  position: relative;
  bottom: 0;
  height: 24px;
  padding: 11px 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  white-space: nowrap;
}
.ui-operation li[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  line-height: 24px;
}
.ui-operation .line[data-v-12f9b0b8] {
  width: 10px;
  height: 24px;
  border-left: 1px solid #eeeeee;
}
.ui-operation .text[data-v-12f9b0b8] {
  padding: 0 15px;
  cursor: pointer;
}
.ui-operation .text i[data-v-12f9b0b8] {
  font-style: normal;
}
.ui-operation .text[data-v-12f9b0b8]:hover {
  color: #409eff;
}
.ui-operation .icon[data-v-12f9b0b8] {
  padding: 0 5px;
  cursor: pointer;
}
.ui-operation .icon[data-v-12f9b0b8]:hover {
  color: #409eff;
}
.ui-operation .rank[data-v-12f9b0b8] {
  cursor: move;
}
#jz-district .ui-item:hover > .ui-operation[data-v-12f9b0b8] {
  display: block !important;
}
#jz-district .ui-item.resizable.active .ui-operation[data-v-12f9b0b8] {
  display: block !important;
}
.ui-control-layout[data-v-12f9b0b8] {
  margin: 0 auto;
  position: relative;
}
/*************************
* pc
************************/
.ue-tips[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
}
.ue-tips[data-v-12f9b0b8]::before {
  color: #bbb;
  cursor: pointer;
}
.ue-tips p[data-v-12f9b0b8] {
  padding: 10px 0 0 0;
  line-height: 20px;
  color: #999999;
}
.ue-oprate[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 10px;
  overflow: hidden;
}
.ue-oprate .r[data-v-12f9b0b8] {
  float: right;
}
.ue-label[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  margin: 0 10px 0 0;
}
.ue-txt[data-v-12f9b0b8] {
  position: relative;
  width: 200px;
}
.ue-txt.inline[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  margin: 0 10px 0 0;
}
.ue-txt .el-input[data-v-12f9b0b8] {
  width: 100%;
}
.ue-txt input[data-v-12f9b0b8] {
  width: 100%;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
}
.ue-txt2[data-v-12f9b0b8] {
  position: relative;
}
.ue-txt2 .el-input[data-v-12f9b0b8] {
  width: 70px;
}
.ue-txt2 input[data-v-12f9b0b8] {
  width: 100%;
  padding: 0 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  color: #666;
  text-align: center;
}
.ue-select[data-v-12f9b0b8] {
  position: relative;
}
.ue-select .inn[data-v-12f9b0b8] {
  float: right;
  margin: 11px 0 0 0;
}
.ue-select .el-select[data-v-12f9b0b8] {
  width: 200px;
}
.ue-select .other[data-v-12f9b0b8] {
  padding: 5px 8px;
  cursor: pointer;
}
.ue-color[data-v-12f9b0b8] {
  display: block;
}
.ue-color .fonts[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: 10px;
  margin: 0 10px 0 0;
}
.ue-color.inline[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10 0 0;
  height: 32px;
}
.ue-color.inline .el-color-picker__trigger[data-v-12f9b0b8] {
  border: 0;
  transform: scale(0.8) translateX(-10px);
}
.ue-color.inline .el-color-picker__color[data-v-12f9b0b8],
.ue-color.inline .el-color-picker__color-inner[data-v-12f9b0b8] {
  border-radius: 50%;
}
.ue-add[data-v-12f9b0b8] {
  position: relative;
}
.ue-add button[data-v-12f9b0b8] {
  width: 100%;
}
.ue-links[data-v-12f9b0b8] {
  position: relative;
}
.ue-links .thead[data-v-12f9b0b8] {
  overflow: hidden;
  position: relative;
}
.ue-links .thead li[data-v-12f9b0b8] {
  float: left;
  margin: 0 5px 0 0;
  line-height: 30px;
}
.ue-links .item[data-v-12f9b0b8] {
  margin: 0 0 5px;
}
.ue-radio[data-v-12f9b0b8] {
  position: relative;
  line-height: 32px;
}
.ue-radio .md1[data-v-12f9b0b8] {
  overflow: hidden;
  display: block;
}
.ue-radio .md1 label[data-v-12f9b0b8] {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md2[data-v-12f9b0b8] {
  overflow: hidden;
  display: block;
}
.ue-radio .md2 label[data-v-12f9b0b8] {
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio .md3[data-v-12f9b0b8] {
  overflow: hidden;
  display: block;
}
.ue-radio .md3 label[data-v-12f9b0b8] {
  float: left;
  width: 33.33%;
  height: 28px;
  line-height: 28px;
  margin: 0 0 0;
}
.ue-radio3[data-v-12f9b0b8] {
  position: relative;
}
.ue-radio3 .inn[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
  margin: 0 0 -10px -7px;
}
.ue-radio3 .inn .el-radio-group[data-v-12f9b0b8] {
  margin: 0 0 -15px;
}
.ue-radio3 .el-radio[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: auto;
  margin: 0 7px 15px;
}
.ue-radio3 .el-radio__input[data-v-12f9b0b8] {
  display: none;
}
.ue-radio3 .el-radio.is-checked[data-v-12f9b0b8],
.ue-radio3 .el-radio[data-v-12f9b0b8]:hover {
  border-color: #155bd4;
}
.ue-radio3 .el-radio.is-checked .el-radio__label[data-v-12f9b0b8]::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 24px;
  height: 18px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Qzg1RTcyNDE1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Qzg1RTcyNDI1RjVBMTFFQUFDODNGQjNCMDcxRjVCQjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDODVFNzIzRjVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDODVFNzI0MDVGNUExMUVBQUM4M0ZCM0IwNzFGNUJCOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqOet4AAAADnSURBVHjaYvz//z8DuSCy9CYPkHIEYksg1gFiFSCWAGJBIP4HxB9YyDCUEUh5AXEyEHsCMQcOpUxALMRCosEhQFwNxPrE6mMh0nCQ12dBg4MkwESE4dFA6jw5huP1ATRImqFBQjZgwmP4dFIMX96tTlIQtQFxOqmGY7OECUeYV5DjcqBe/BYAFSgDqZnEBgMhw7H5ABTu3MQEAzGGgwAjrKgAKgoCUmtJjUh8hsN9AFQEohuJyBMkGY4cRK7QwoqBWEuIMRzZghQSCzyi1TLf/BoJitQ5xJZL5ORkezxFLtUsoBkACDAAhZJG9BUUm5UAAAAASUVORK5CYII=);
}
.ue-radio3 .el-radio__label[data-v-12f9b0b8] {
  display: block;
  padding: 3px;
}
.ue-radio3 .el-radio__label img[data-v-12f9b0b8] {
  display: block;
  width: 100%;
}
.ue-checkbox[data-v-12f9b0b8] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ue-checkbox .new[data-v-12f9b0b8] {
  color: red;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
  transform: translate(5px, -5px);
}
.ue-slider[data-v-12f9b0b8] {
  position: relative;
  width: 190px;
  padding: 0 8px;
}
.ue-slider .inn[data-v-12f9b0b8] {
  position: relative;
  padding: 6px 0 0 6px;
}
.ue-slider .el-slider__input[data-v-12f9b0b8] {
  width: 50px;
}
.ue-slider .el-input .el-input__inner[data-v-12f9b0b8] {
  padding: 0;
}
.ue-slider .el-input-number__decrease[data-v-12f9b0b8],
.ue-slider .el-input-number__increase[data-v-12f9b0b8] {
  display: none;
}
.ue-slider .el-slider__runway.show-input[data-v-12f9b0b8] {
  margin-right: 75px;
}
.ue-tag[data-v-12f9b0b8] {
  position: relative;
}
.ue-tag .el-tag[data-v-12f9b0b8] {
  margin: 0 10px 10px 0;
}
.ue-tag .input[data-v-12f9b0b8] {
  width: 90px;
}
.ue-group[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid #e5e5e5;
  padding: 1em;
  min-height: 150px;
  border-radius: 3px;
}
.ue-transfer[data-v-12f9b0b8] {
  position: relative;
}
.ue-transfer .el-transfer-panel[data-v-12f9b0b8] {
  padding: 15px;
}
.ue-transfer .el-transfer-panel__header[data-v-12f9b0b8] {
  display: none;
}
.ue-transfer .el-transfer-panel__filter[data-v-12f9b0b8] {
  display: none;
  margin: 0 0 10px;
}
.ue-transfer .el-transfer-panel__filter .el-input__inner[data-v-12f9b0b8] {
  border-radius: 3px;
}
.ue-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-12f9b0b8] {
  display: block;
}
.ue-transfer .el-transfer-panel__item[data-v-12f9b0b8] {
  padding-left: 0;
}
.ue-transfer .el-transfer-panel__item .el-checkbox__input[data-v-12f9b0b8] {
  visibility: hidden;
}
.ue-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-12f9b0b8] {
  padding-left: 0;
}
.ue-image[data-v-12f9b0b8] {
  position: relative;
  margin: 10px 0;
}
.ue-image .item[data-v-12f9b0b8] {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin: 0 10px 0 0;
}
.ue-image .fonts[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: 20px;
  margin: 0 10px 0 0;
}
.ue-image .cell[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.ue-image .img[data-v-12f9b0b8] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-image .img img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-image .cell span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-image .cell span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-image .cell[data-v-12f9b0b8]:hover {
  border-color: #ddd;
}
.ue-image .cell:hover span[data-v-12f9b0b8] {
  visibility: visible;
}
.ue-imglist[data-v-12f9b0b8] {
  position: relative;
}
.ue-imglist .item[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid transparent;
  margin: 0 0 10px;
  background: #fff;
}
.ue-imglist .inner[data-v-12f9b0b8] {
  position: relative;
  height: 70px;
  padding: 0 20px 0 0;
}
.ue-imglist .cell[data-v-12f9b0b8] {
  float: left;
  width: 70px;
  position: relative;
  margin: 0 7px 0 0;
  background: #eee;
  cursor: pointer;
}
.ue-imglist .img[data-v-12f9b0b8] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-imglist .img img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-imglist .cell span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-imglist .cell span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-imglist .cell:hover span[data-v-12f9b0b8] {
  visibility: visible;
}
.ue-imglist .txt[data-v-12f9b0b8] {
  float: left;
  width: 300px;
  margin: 0 0 7px 0;
}
.ue-imglist .select[data-v-12f9b0b8] {
  float: left;
  width: 160px;
}
.ue-imglist .handle[data-v-12f9b0b8] {
  position: absolute;
  right: 0;
  top: 0;
  padding: 2px 2px;
  cursor: move;
}
.ue-imglist .handle img[data-v-12f9b0b8] {
  display: block;
  width: 20px;
  height: 20px;
  opacity: 0.5;
}
.ue-imglist .delete[data-v-12f9b0b8] {
  position: absolute;
  right: 0;
  bottom: 15px;
  padding: 2px 2px;
  cursor: pointer;
  display: none;
}
.ue-imglist .delete img[data-v-12f9b0b8] {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.5;
}
.ue-imglist .item:hover .delete[data-v-12f9b0b8] {
  display: block;
}
.ue-table[data-v-12f9b0b8] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.ue-table-head[data-v-12f9b0b8] {
  position: relative;
}
.ue-table-head ul[data-v-12f9b0b8] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.ue-table-head li[data-v-12f9b0b8] {
  float: left;
}
.ue-table-head li span[data-v-12f9b0b8],
.ue-table-head li i[data-v-12f9b0b8] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.ue-table-head li i[data-v-12f9b0b8] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.ue-table-head li span[data-v-12f9b0b8]::before,
.ue-table-head li i[data-v-12f9b0b8]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.ue-table-head li:first-child span[data-v-12f9b0b8]::before,
.ue-table-head li:first-child i[data-v-12f9b0b8]::before {
  content: none;
}
.ue-table-body[data-v-12f9b0b8] {
  position: relative;
  max-height: 300px;
  background: #fff;
  overflow: hidden;
  overflow-y: auto;
}
.ue-table-body ul[data-v-12f9b0b8] {
  position: relative;
}
.ue-table-body .item[data-v-12f9b0b8] {
  position: relative;
  overflow: hidden;
}
.ue-table-body .item[data-v-12f9b0b8]:nth-child(even) {
  background: #f8f9fb;
}
.ue-table-body .rows[data-v-12f9b0b8] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.ue-table-body .cols[data-v-12f9b0b8] {
  float: left;
  height: 30px;
}
.ue-table-body .thum[data-v-12f9b0b8] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  cursor: pointer;
  position: relative;
  top: -5px;
  z-index: 2;
}
.ue-table-body .thum .img[data-v-12f9b0b8] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.ue-table-body .thum img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.ue-table-body .thum span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.ue-table-body .thum span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.ue-table-body .thum:hover span[data-v-12f9b0b8] {
  visibility: visible;
}
.ue-table-body .font[data-v-12f9b0b8] {
  margin: 0 20px;
  line-height: 40px;
}
.ue-table-body .text[data-v-12f9b0b8] {
  margin: 0 10px 0;
}
.ue-table-body .text .txt[data-v-12f9b0b8] {
  position: relative;
}
.ue-table-body .text .el-input__inner[data-v-12f9b0b8] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.ue-table-body .text.left .el-input__inner[data-v-12f9b0b8] {
  text-align: left;
}
.ue-table-body .text .el-input__inner[data-v-12f9b0b8]:focus {
  border-color: #ddd;
}
.ue-table-body .le-title .el-input__inner[data-v-12f9b0b8] {
  border: 0;
  background: none;
}
.ue-table-body .color[data-v-12f9b0b8] {
  text-align: center;
}
.ue-table-body .select[data-v-12f9b0b8] {
  padding: 0 20px;
}
.ue-table-body .control[data-v-12f9b0b8] {
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.ue-table-body .control .icon[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
  line-height: 20px;
  margin: 0 8px;
  cursor: pointer;
}
.ue-table-body .control .icon i[data-v-12f9b0b8]:hover {
  color: #155bd4;
}
.ue-table-body .control .icon img[data-v-12f9b0b8] {
  display: block;
  width: 16px;
  height: 16px;
}
.ue-table-body .control .handler[data-v-12f9b0b8] {
  cursor: move;
}
.ue-table2[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid #eee;
  margin: 0 0 20px;
}
.ue-table2 .el-table__header th[data-v-12f9b0b8] {
  background: #f9f9f9;
}
.ue-table2 .el-table__header .cell[data-v-12f9b0b8] {
  color: #333;
}
.ue-table2 .el-table__body[data-v-12f9b0b8] {
  position: relative;
}
.ue-table2 .el-table__body .icon[data-v-12f9b0b8] {
  height: 40px;
  line-height: 40px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .image[data-v-12f9b0b8] {
  height: 60px;
  line-height: 60px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.ue-table2 .el-table__body .url[data-v-12f9b0b8] {
  display: block;
  line-height: 14px;
  font-size: 12px;
}
.ue-font[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  height: 32px;
}
.ue-font .el-checkbox[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
.ue-font .el-checkbox__input[data-v-12f9b0b8] {
  display: none;
}
.ue-font .el-checkbox__label[data-v-12f9b0b8] {
  padding-left: 0;
}
.ue-font .el-checkbox .cms-icon[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #50606c;
  cursor: pointer;
}
.ue-font .el-checkbox[data-v-12f9b0b8]:hover {
  background-color: #f2f5fd;
}
.ue-font .el-checkbox.is-checked[data-v-12f9b0b8] {
  background-color: #e4eafa;
}
.ue-lock[data-v-12f9b0b8] {
  position: relative;
}
.ue-lock .el-checkbox[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px 0 0;
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.ue-lock .el-checkbox__input[data-v-12f9b0b8] {
  display: none;
}
.ue-lock .el-checkbox__label[data-v-12f9b0b8] {
  padding-left: 0;
}
.ue-lock .el-checkbox .cms-icon[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 5px 0 0;
  width: 22px;
  height: 22px;
  font-size: 18px;
  color: #155bd4;
  cursor: pointer;
}
.ue-lock .el-checkbox:hover .cms-icon[data-v-12f9b0b8] {
  color: #ffa200;
}
.ue-lock .el-checkbox.is-checked .cms-icon[data-v-12f9b0b8] {
  color: #ffa200;
}
.ue-img[data-v-12f9b0b8] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.ue-img .ue-img-inner[data-v-12f9b0b8] {
  position: relative;
  width: auto;
  display: inline-block;
  left: 50%;
  height: 100%;
}
.ue-img .ue-img-cell[data-v-12f9b0b8] {
  position: relative;
  display: inline-block;
  height: 100%;
  right: 50%;
  display: block;
}
.ue-img img[data-v-12f9b0b8] {
  position: relative;
  display: block;
  /* width: 1920px; */
  height: 100%;
}
.ue-img h3[data-v-12f9b0b8] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 15px;
  line-height: 20px;
  font-size: 16px;
  background: #000000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  text-align: center;
}
.ue-img h3[data-v-12f9b0b8]:empty {
  display: none;
}
.ue-keywords[data-v-12f9b0b8] {
  position: relative;
  overflow: hidden;
}
.ue-keywords ul[data-v-12f9b0b8] {
  margin: 0 -5px;
  overflow: hidden;
}
.ue-keywords li[data-v-12f9b0b8] {
  float: left;
  width: 170px;
  margin: 5px;
}
.ue-keywords .el-input__inner[data-v-12f9b0b8] {
  border-radius: 2px;
  padding: 10px;
}
.ue-notice[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 0 25px;
  padding: 5px 0;
  border-top: 1px dashed #dddddd;
}
.ue-notice p[data-v-12f9b0b8] {
  line-height: 24px;
  color: #666666;
}
.ue-number.nob [role="button"][data-v-12f9b0b8] {
  display: none;
}
.ue-number.nob .el-input__inner[data-v-12f9b0b8] {
  padding-right: 15px !important;
  text-align: left;
}
/*************************
* h5 + app
************************/
#jz-config .config-tabs[data-v-12f9b0b8] {
  position: relative;
  padding: 25px 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
#jz-config .config-tabs h2[data-v-12f9b0b8] {
  line-height: 30px;
  font-size: 18px;
  color: #000;
}
#jz-config .config-tabs p[data-v-12f9b0b8] {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  padding: 5px 0 0;
}
#jz-config .config-data[data-v-12f9b0b8] {
  position: relative;
  padding: 15px;
  background: #f9f9f9;
  overflow: hidden;
}
#jz-config .config-box[data-v-12f9b0b8] {
  padding: 15px 15px 0;
  background: #fff;
}
#jz-config .config-box .group[data-v-12f9b0b8] {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
#jz-config .config-box .group[data-v-12f9b0b8]:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#jz-config .config-box .rows[data-v-12f9b0b8] {
  min-height: 50px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 5px;
}
#jz-config .config-box .rows2[data-v-12f9b0b8] {
  height: auto;
  position: relative;
  padding: 40px 0 0 0;
  margin: 0 5px;
}
#jz-config .config-box .rows3[data-v-12f9b0b8] {
  background: #f9f9f9;
  padding: 15px 5px;
}
#jz-config .config-box .label[data-v-12f9b0b8] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 50px;
  white-space: nowrap;
  z-index: 2;
}
#jz-config .config-box .label label[data-v-12f9b0b8],
#jz-config .config-box .label span[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  color: #999;
}
#jz-config .config-box .label label[data-v-12f9b0b8] {
  width: auto;
}
#jz-config .config-box .label span[data-v-12f9b0b8] {
  color: #333;
  margin: 0 0 0 1em;
}
#jz-config .config-box .rows2 .label label[data-v-12f9b0b8] {
  color: #333;
}
#jz-config .config-box .group:first-child .rows[data-v-12f9b0b8]:first-child,
#jz-config .config-box .group:first-child .rows2[data-v-12f9b0b8]:first-child,
#jz-config .config-box .group:first-child .rows3[data-v-12f9b0b8]:first-child {
  margin-top: -20px;
}
.uc-checkbox[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-checkbox .inn[data-v-12f9b0b8] {
  float: right;
  margin: 12px 0 0 0;
}
.uc-checkbox .inn .el-checkbox__inner[data-v-12f9b0b8] {
  transform: scale(1.3);
}
.uc-radio[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-radio .inn[data-v-12f9b0b8] {
  float: right;
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .inn2[data-v-12f9b0b8] {
  margin: 9px 0 0;
  position: relative;
}
.uc-radio .icon[data-v-12f9b0b8] {
  display: block;
  width: 40px;
  overflow: hidden;
  position: relative;
}
.uc-radio .icon[data-v-12f9b0b8]:before {
  content: '';
  display: block;
  position: relative;
  left: 50%;
  margin: 0 0 0 -25px;
  width: 50px;
  height: 30px;
  background: url(../../static/img/radio-icon.png?hash=e61c0f13) -100px 0 no-repeat;
  filter: grayscale(100%);
  opacity: 0.5;
}
.uc-radio .text[data-v-12f9b0b8] {
  display: block;
  width: 50px;
  line-height: 30px;
}
.uc-radio label.is-active .icon[data-v-12f9b0b8]:before {
  filter: grayscale(0);
  opacity: 1;
}
.uc-radio label .el-radio-button__inner[data-v-12f9b0b8] {
  padding: 0;
}
.uc-radio label.is-active .el-radio-button__inner[data-v-12f9b0b8] {
  background: #e0edff;
  color: #155bd4;
}
.uc-radio .radio-menu-top[data-v-12f9b0b8]:before {
  background-position: 0 0;
}
.uc-radio .radio-menu-left[data-v-12f9b0b8]:before {
  background-position: -50px 0;
}
.uc-radio .radio-skin-1[data-v-12f9b0b8]:before {
  background-position: 0 -30px;
}
.uc-radio .radio-skin-2[data-v-12f9b0b8]:before {
  background-position: -50px -30px;
}
.uc-radio .radio-skin-3[data-v-12f9b0b8]:before {
  background-position: -100px -30px;
}
.uc-radio .radio-menu-normal[data-v-12f9b0b8]:before {
  background-position: 0 -60px;
}
.uc-radio .radio-menu-fixed[data-v-12f9b0b8]:before {
  background-position: -50px -60px;
}
.uc-radio .radio-column-1[data-v-12f9b0b8]:before {
  background-position: 0 -90px;
}
.uc-radio .radio-column-2[data-v-12f9b0b8]:before {
  background-position: -50px -90px;
}
.uc-radio .radio-column-3[data-v-12f9b0b8]:before {
  background-position: -100px -90px;
}
.uc-radio .radio-column-4[data-v-12f9b0b8]:before {
  background-position: -150px -90px;
}
.uc-radio .radio-column-5[data-v-12f9b0b8]:before {
  background-position: -200px -90px;
}
.uc-radio .radio-column-6[data-v-12f9b0b8]:before {
  background-position: -250px -90px;
}
.uc-radio .radio-radius-1[data-v-12f9b0b8]:before {
  background-position: 0 -120px;
}
.uc-radio .radio-radius-2[data-v-12f9b0b8]:before {
  background-position: -50px -120px;
}
.uc-radio .radio-scale-1[data-v-12f9b0b8]:before {
  background-position: 0 -150px;
}
.uc-radio .radio-scale-2[data-v-12f9b0b8]:before {
  background-position: -50px -150px;
}
.uc-radio .radio-scale-3[data-v-12f9b0b8]:before {
  background-position: -100px -150px;
}
.uc-radio .radio-scale-4[data-v-12f9b0b8]:before {
  background-position: -150px -150px;
}
.uc-radio .radio-scale-5[data-v-12f9b0b8]:before {
  background-position: -200px -150px;
}
.uc-radio .radio-imgfill-1[data-v-12f9b0b8]:before {
  background-position: 0 -180px;
}
.uc-radio .radio-imgfill-2[data-v-12f9b0b8]:before {
  background-position: -50px -180px;
}
.uc-radio .radio-textstyle-1[data-v-12f9b0b8]:before {
  background-position: 0 -210px;
}
.uc-radio .radio-textstyle-2[data-v-12f9b0b8]:before {
  background-position: -50px -210px;
}
.uc-radio .radio-textalign-1[data-v-12f9b0b8]:before {
  background-position: 0 -240px;
}
.uc-radio .radio-textalign-2[data-v-12f9b0b8]:before {
  background-position: -50px -240px;
}
.uc-radio .radio-textalign-3[data-v-12f9b0b8]:before {
  background-position: -100px -240px;
}
.uc-radio .radio-buttonFormat-1[data-v-12f9b0b8]:before {
  background-position: 0 -270px;
}
.uc-radio .radio-buttonFormat-2[data-v-12f9b0b8]:before {
  background-position: -50px -270px;
}
.uc-radio .radio-newsFormat-1[data-v-12f9b0b8]:before {
  background-position: 0 -300px;
}
.uc-radio .radio-newsFormat-2[data-v-12f9b0b8]:before {
  background-position: -50px -300px;
}
.uc-radio .radio-newsFormat-3[data-v-12f9b0b8]:before {
  background-position: -100px -300px;
}
.uc-radio .radio-newsFormat-4[data-v-12f9b0b8]:before {
  background-position: -150px -300px;
}
.uc-radio .radio-newsFormat-5[data-v-12f9b0b8]:before {
  background-position: -200px -300px;
}
.uc-radio .radio-newsFormat-6[data-v-12f9b0b8]:before {
  background-position: -250px -300px;
}
.uc-radio .radio-couponFormat-1[data-v-12f9b0b8]:before {
  background-position: 0 -330px;
}
.uc-radio .radio-couponFormat-2[data-v-12f9b0b8]:before {
  background-position: -50px -330px;
}
.uc-radio .radio-couponFormat-3[data-v-12f9b0b8]:before {
  background-position: -100px -330px;
}
.uc-radio .radio-couponFormat-4[data-v-12f9b0b8]:before {
  background-position: -150px -330px;
}
.uc-radio .radio-searchFormat-1[data-v-12f9b0b8]:before {
  background-position: 0 -360px;
}
.uc-radio .radio-searchFormat-2[data-v-12f9b0b8]:before {
  background-position: -50px -360px;
}
.uc-radio .radio-searchFormat-3[data-v-12f9b0b8]:before {
  background-position: -100px -360px;
}
.uc-radio .radio-searchFormat-4[data-v-12f9b0b8]:before {
  background-position: -150px -360px;
}
.uc-radio .radio-buttonStyle-1[data-v-12f9b0b8]:before {
  background-position: 0 -390px;
}
.uc-radio .radio-buttonStyle-2[data-v-12f9b0b8]:before {
  background-position: -50px -390px;
}
.uc-radio2[data-v-12f9b0b8] {
  position: relative;
}
.uc-radio2 .inn[data-v-12f9b0b8] {
  padding: 9px 0 0;
  position: relative;
  overflow: hidden;
}
.uc-radio2 .el-radio[data-v-12f9b0b8] {
  width: 70px;
  margin: 0 10px 15px 0;
}
.uc-radio2 .text[data-v-12f9b0b8] {
  white-space: nowrap;
}
.uc-radio3[data-v-12f9b0b8] {
  position: relative;
}
.uc-radio3 .inn[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}
.uc-radio3 .el-radio-group[data-v-12f9b0b8] {
  margin: 0 -15px;
}
.uc-radio3 .el-radio[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  width: 125px;
  margin: 0 0 15px 15px;
}
.uc-radio3 .el-radio-group.x3 .el-radio[data-v-12f9b0b8] {
  width: 77px;
}
.uc-radio3 .el-radio__input[data-v-12f9b0b8] {
  display: none;
}
.uc-radio3 .el-radio.is-checked[data-v-12f9b0b8] {
  border-color: #155bd4;
}
.uc-radio3 .el-radio__label[data-v-12f9b0b8] {
  display: block;
  padding: 3px;
}
.uc-radio3 .el-radio__label img[data-v-12f9b0b8] {
  display: block;
  width: 100%;
}
.uc-radio4[data-v-12f9b0b8] {
  position: relative;
}
.uc-radio4 .inn[data-v-12f9b0b8] {
  position: relative;
  padding: 13px 0;
  overflow: hidden;
}
.uc-radio4 .el-radio-group[data-v-12f9b0b8] {
  float: right;
}
.uc-radio4 .el-radio[data-v-12f9b0b8] {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 10px;
}
.uc-radio4 .el-radio__input[data-v-12f9b0b8] {
  display: none;
}
.uc-radio4 .el-radio.is-checked[data-v-12f9b0b8] {
  border-color: #155bd4;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
}
.uc-radio4 .el-radio__label[data-v-12f9b0b8] {
  display: block;
  padding: 3px;
}
.uc-radio4 .el-radio__label img[data-v-12f9b0b8] {
  display: block;
  width: 100%;
}
.uc-slider[data-v-12f9b0b8] {
  position: relative;
}
.uc-slider .inn[data-v-12f9b0b8] {
  position: relative;
  padding: 6px 0 0 6px;
}
.uc-slider .el-slider__input[data-v-12f9b0b8] {
  width: 50px;
}
.uc-slider .el-input .el-input__inner[data-v-12f9b0b8] {
  padding: 0;
}
.uc-slider .el-input-number__decrease[data-v-12f9b0b8],
.uc-slider .el-input-number__increase[data-v-12f9b0b8] {
  display: none;
}
.uc-slider .el-slider__runway.show-input[data-v-12f9b0b8] {
  margin-right: 75px;
}
.uc-color[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
  overflow: hidden;
}
.uc-color .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0 0;
}
.uc-color .el-color-picker__trigger[data-v-12f9b0b8] {
  width: 50px;
}
.uc-select[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-select .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-select .inn .el-select[data-v-12f9b0b8] {
  width: 120px;
}
.uc-number[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-number .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-number .inn .el-input-number[data-v-12f9b0b8] {
  width: 60px;
}
.config-line i[data-v-12f9b0b8] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-text[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-text .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-text .inn .el-input[data-v-12f9b0b8] {
  width: 120px;
}
.uc-text .inn .el-input .el-input__inner[data-v-12f9b0b8] {
  text-align: center;
}
.uc-text2[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-text2 .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0;
  line-height: 0;
}
.uc-text2 .inn .el-input[data-v-12f9b0b8] {
  width: 50px;
}
.uc-text2 .inn .el-input .el-input__inner[data-v-12f9b0b8] {
  padding: 0;
  text-align: center;
}
.uc-text2 .cms-icon[data-v-12f9b0b8] {
  color: #155bd4;
  margin: 0 8px;
  font-size: 18px;
  vertical-align: middle;
}
.uc-text3[data-v-12f9b0b8] {
  position: relative;
}
.uc-text3 .inn[data-v-12f9b0b8] {
  position: relative;
  margin: 10px 0 0;
}
.uc-text3 .inn .el-input[data-v-12f9b0b8] {
  width: 100%;
}
.uc-text3 .inn .el-input .el-input__inner[data-v-12f9b0b8] {
  padding: 0 10px;
  text-align: left;
}
.uc-richtext[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 0 0;
}
.uc-tag[data-v-12f9b0b8] {
  position: relative;
}
.uc-tag .inn[data-v-12f9b0b8] {
  margin: 0 0 -15px;
}
.uc-tag .el-tag[data-v-12f9b0b8] {
  margin: 0 10px 10px 0;
}
.uc-tag .input[data-v-12f9b0b8] {
  width: 90px;
}
.uc-link[data-v-12f9b0b8] {
  position: relative;
  height: 50px;
}
.uc-link .inn[data-v-12f9b0b8] {
  position: relative;
  float: right;
  margin: 11px 0 0;
}
.uc-image[data-v-12f9b0b8] {
  position: relative;
}
.uc-image .list[data-v-12f9b0b8] {
  display: inline-block;
  padding: 8px 8px 0 0;
}
.uc-image .list[data-v-12f9b0b8]::after {
  content: '';
  clear: both;
  display: block;
  line-height: 0;
  font-size: 0;
}
.uc-image .item[data-v-12f9b0b8] {
  position: relative;
  float: left;
  width: 70px;
  margin: 0 20px 0 0;
}
.uc-image .cell[data-v-12f9b0b8] {
  position: relative;
  width: 70px;
  height: 70px;
  background: #eee;
  margin: 0 0 3px;
}
.uc-image .img[data-v-12f9b0b8] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-image .img img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-image .cell span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-image .cell span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-image .txt .el-input__inner[data-v-12f9b0b8] {
  height: 24px;
  line-height: 24px;
  border-color: transparent;
  padding: 0 5px;
  border-radius: 3px;
  text-align: center;
}
.uc-image .txt .el-input__inner[data-v-12f9b0b8]:focus {
  border-color: #409eff;
}
.uc-image .cell[data-v-12f9b0b8]:hover {
  border-color: #ddd;
}
.uc-image .cell:hover span[data-v-12f9b0b8] {
  visibility: visible;
}
.uc-image .tip[data-v-12f9b0b8] {
  color: #999;
  line-height: 16px;
  font-size: 12px;
  margin: 0 0 8px;
}
.uc-image .tip.horizontal[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: super;
  line-height: 30px;
}
.uc-image.rl[data-v-12f9b0b8] {
  text-align: right;
}
.uc-image.rl .list[data-v-12f9b0b8] {
  padding: 8px 0 0 8px;
}
.uc-image.rl .item[data-v-12f9b0b8] {
  margin: 0 0 0 20px;
}
.uc-imgtext[data-v-12f9b0b8] {
  position: relative;
}
.uc-imgtext .list[data-v-12f9b0b8] {
  position: relative;
}
.uc-imgtext .item[data-v-12f9b0b8] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 10px;
  overflow: hidden;
}
.uc-imgtext .cell[data-v-12f9b0b8] {
  position: relative;
  float: left;
  width: 70px;
  height: 70px;
  background: #eee;
}
.uc-imgtext .img[data-v-12f9b0b8] {
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
}
.uc-imgtext .img img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-imgtext .cell span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-imgtext .cell span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-imgtext .word[data-v-12f9b0b8] {
  margin: 0 0 0 80px;
}
.uc-imgtext .txt[data-v-12f9b0b8] {
  margin: 0 0 5px;
}
.uc-imgtext .control[data-v-12f9b0b8] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-imgtext .delete[data-v-12f9b0b8] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-imgtext .delete img[data-v-12f9b0b8] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ff0000;
}
.uc-imgtext .handler[data-v-12f9b0b8] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-imgtext .handler img[data-v-12f9b0b8] {
  display: block;
  width: 22px;
  height: 22px;
  background: #ffa200;
}
.uc-imgtext .up[data-v-12f9b0b8],
.uc-imgtext .down[data-v-12f9b0b8] {
  float: left;
  position: relative;
  margin: 0 3px 0 0;
  cursor: pointer;
}
.uc-imgtext .up i[data-v-12f9b0b8],
.uc-imgtext .down i[data-v-12f9b0b8] {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  background: #155bd4;
  color: #fff;
}
.uc-imgtext .down i[data-v-12f9b0b8] {
  background: #409eff;
}
.uc-imgtext .cell:hover span[data-v-12f9b0b8],
.uc-imgtext .item:hover .control[data-v-12f9b0b8] {
  visibility: visible;
}
.uc-category[data-v-12f9b0b8] {
  position: relative;
}
.uc-category .item[data-v-12f9b0b8] {
  position: relative;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 15px;
  margin: 0 0 15px;
}
.uc-category .inner[data-v-12f9b0b8] {
  zoom: 1;
}
.uc-category .view[data-v-12f9b0b8] {
  zoom: 1;
}
.uc-category .animate[data-v-12f9b0b8] {
  zoom: 1;
}
.uc-category .row[data-v-12f9b0b8] {
  position: relative;
}
.uc-category .txt[data-v-12f9b0b8] {
  height: 32px;
  margin: 0 0 5px;
}
.uc-category .control[data-v-12f9b0b8] {
  position: absolute;
  right: 0;
  top: 0;
  visibility: hidden;
  overflow: hidden;
}
.uc-category .delete[data-v-12f9b0b8] {
  float: left;
  position: relative;
  cursor: pointer;
}
.uc-category .delete img[data-v-12f9b0b8] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ff0000;
}
.uc-category .handle[data-v-12f9b0b8] {
  float: left;
  position: relative;
  cursor: move;
}
.uc-category .handle img[data-v-12f9b0b8] {
  display: block;
  width: 18px;
  height: 18px;
  background: #ffa200;
}
.uc-category .item:hover .control[data-v-12f9b0b8] {
  visibility: visible;
}
.uc-transfer[data-v-12f9b0b8] {
  position: relative;
}
.uc-transfer .el-transfer-panel[data-v-12f9b0b8] {
  width: 140px;
  padding: 5px;
}
.uc-transfer .el-transfer-panel:first-child .data-item .title[data-v-12f9b0b8] {
  margin: 0 10px 0 0;
}
.uc-transfer .el-transfer__buttons[data-v-12f9b0b8] {
  padding: 0 5px;
}
.uc-transfer .el-transfer-panel__header[data-v-12f9b0b8] {
  display: none;
}
.uc-transfer .el-transfer-panel__filter[data-v-12f9b0b8] {
  display: none;
  margin: 0 0 10px;
}
.uc-transfer .el-transfer-panel__filter .el-input__inner[data-v-12f9b0b8] {
  border-radius: 3px;
}
.uc-transfer .el-transfer-panel:first-child .el-transfer-panel__filter[data-v-12f9b0b8] {
  display: block;
}
.uc-transfer .el-transfer-panel__item[data-v-12f9b0b8] {
  padding-left: 0;
  height: 24px;
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__label[data-v-12f9b0b8] {
  line-height: 24px;
}
.uc-transfer .el-transfer-panel__item .el-checkbox__input[data-v-12f9b0b8] {
  visibility: hidden;
}
.uc-transfer .el-transfer-panel__item.el-checkbox .el-checkbox__label[data-v-12f9b0b8] {
  padding-left: 0;
}
.uc-transfer .data-item[data-v-12f9b0b8] {
  position: relative;
}
.uc-transfer .data-item .title[data-v-12f9b0b8] {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 50px 0 0;
  font-size: 13px;
}
.uc-transfer .data-item .icon[data-v-12f9b0b8] {
  position: absolute;
  right: 0;
  top: 0;
}
.uc-transfer .data-item .icon i[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  text-align: center;
}
.uc-soure[data-v-12f9b0b8] {
  position: relative;
}
.uc-soure .el-radio-group[data-v-12f9b0b8] {
  position: relative;
}
.uc-soure .el-radio[data-v-12f9b0b8] {
  padding: 6px 0;
  margin: 0 20px 0 10px !important;
}
.uc-coupon[data-v-12f9b0b8] {
  position: relative;
}
.uc-coupon .list[data-v-12f9b0b8] {
  position: relative;
}
.uc-coupon .item[data-v-12f9b0b8] {
  margin: 0 0 10px;
}
.uc-coupon .cell[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 15px;
  line-height: 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  text-align: justify;
}
.uc-coupon .cell[data-v-12f9b0b8]:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.uc-button[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 0 0;
}
.uc-button button[data-v-12f9b0b8] {
  width: 100%;
}
.uc-table[data-v-12f9b0b8] {
  position: relative;
  background: #fff;
  border: 1px solid #ddd;
}
.uc-table-head[data-v-12f9b0b8] {
  position: relative;
}
.uc-table-head ul[data-v-12f9b0b8] {
  overflow: hidden;
  background: #f8f9fb;
  padding: 15px 0;
}
.uc-table-head li[data-v-12f9b0b8] {
  float: left;
}
.uc-table-head li span[data-v-12f9b0b8],
.uc-table-head li i[data-v-12f9b0b8] {
  display: block;
  line-height: 20px;
  text-align: center;
  position: relative;
  color: #333;
}
.uc-table-head li i[data-v-12f9b0b8] {
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.uc-table-head li span[data-v-12f9b0b8]::before,
.uc-table-head li i[data-v-12f9b0b8]::before {
  content: '';
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  margin: -9px 0 0 0;
  border-left: 1px solid #e1e1e1;
}
.uc-table-head li:first-child span[data-v-12f9b0b8]::before,
.uc-table-head li:first-child i[data-v-12f9b0b8]::before {
  content: none;
}
.uc-table-body[data-v-12f9b0b8] {
  position: relative;
  background: #fff;
}
.uc-table-body ul[data-v-12f9b0b8] {
  position: relative;
}
.uc-table-body .item[data-v-12f9b0b8] {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}
.uc-table-body .item[data-v-12f9b0b8]:nth-child(even) {
  background: #f8f9fb;
}
.uc-table-body .cols[data-v-12f9b0b8] {
  float: left;
  height: 40px;
}
.uc-table-body .thum[data-v-12f9b0b8] {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.uc-table-body .thum .img[data-v-12f9b0b8] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUAQMAAAC3R49OAAAABlBMVEX////u7u5x8T/JAAAAE0lEQVQI12P4f4CBKMxg/4EYDAAFkR1NiYvv7QAAAABJRU5ErkJggg==) center center repeat;
  position: relative;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.uc-table-body .thum img[data-v-12f9b0b8] {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.uc-table-body .thum span.edit[data-v-12f9b0b8] {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 5;
  background: #155bd4;
  color: #fff;
  width: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
  visibility: hidden;
  cursor: pointer;
}
.uc-table-body .thum span.del[data-v-12f9b0b8] {
  position: absolute;
  right: -8px;
  top: -8px;
  cursor: pointer;
  overflow: hidden;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  background: #ff3333;
  border-radius: 50%;
  color: #fff;
  visibility: hidden;
}
.uc-table-body .thum:hover span[data-v-12f9b0b8] {
  visibility: visible;
}
.uc-table-body .font[data-v-12f9b0b8] {
  margin: 0 20px;
  line-height: 40px;
}
.uc-table-body .text[data-v-12f9b0b8] {
  margin: 5px 10px 0;
}
.uc-table-body .text .txt[data-v-12f9b0b8] {
  position: relative;
}
.uc-table-body .text .el-input__inner[data-v-12f9b0b8] {
  border-color: transparent;
  background: none;
  padding: 0 10px;
  text-align: center;
}
.uc-table-body .text.left .el-input__inner[data-v-12f9b0b8] {
  text-align: left;
}
.uc-table-body .text .el-input__inner[data-v-12f9b0b8]:focus {
  border-color: #ddd;
}
.uc-table-body .link[data-v-12f9b0b8] {
  text-align: center;
}
.uc-table-body .color[data-v-12f9b0b8] {
  text-align: center;
}
.uc-table-body .control[data-v-12f9b0b8] {
  overflow: hidden;
  position: relative;
  text-align: center;
  white-space: nowrap;
  line-height: 0;
  padding: 5px 0 0;
}
.uc-table-body .control .icon[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
  cursor: pointer;
}
.uc-table-body .control .icon img[data-v-12f9b0b8] {
  display: block;
  width: 16px;
  height: 16px;
}
.uc-table-body .control .handle[data-v-12f9b0b8] {
  cursor: move;
}
.link-panel .el-dialog__title[data-v-12f9b0b8] {
  font-size: 16px;
}
.link-panel .el-dialog__body[data-v-12f9b0b8] {
  padding: 10px 20px 20px;
  border-top: 1px solid #eeeeee;
}
.link-panel .el-radio[data-v-12f9b0b8] {
  margin: 0 15px 0 0;
}
.link-panel-rows[data-v-12f9b0b8] {
  padding: 15px 0 0;
}
.link-panel-label[data-v-12f9b0b8] {
  text-align: right;
  padding-right: 1em;
}
/****************************
 ** 配置面板
 ****************************/
.config-panel .rows[data-v-12f9b0b8] {
  position: relative;
}
.config-panel .rows .label[data-v-12f9b0b8] {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 28px;
  width: 100px;
  padding: 0 10px 0 0;
  text-align: right;
}
.config-panel .rows-item[data-v-12f9b0b8] {
  margin: 0 0 15px;
}
.config-panel .rows-item[data-v-12f9b0b8]::after,
.config-panel .rows-label[data-v-12f9b0b8]::after,
.config-panel .rows-content[data-v-12f9b0b8]::after {
  content: '';
  display: block;
  clear: both;
}
.config-panel .rows-label[data-v-12f9b0b8] {
  float: left;
  line-height: 32px;
  width: 120px;
  padding: 0 10px 0 0;
  text-align: right;
  box-sizing: border-box;
}
.config-panel .rows-content[data-v-12f9b0b8] {
  margin: 0 0 0 120px;
}
.config-panel .rows-content > .inline[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.config-panel .rows-content > .block[data-v-12f9b0b8] {
  display: block;
}
.config-panel .rows2[data-v-12f9b0b8] {
  position: relative;
  padding: 0 0 10px 0;
}
.config-panel .rows2 .label[data-v-12f9b0b8] {
  line-height: 40px;
}
.config-panel .rows-item[data-v-12f9b0b8],
.config-panel .rows-item2[data-v-12f9b0b8] {
  position: relative;
}
.config-panel .rows-item2[data-v-12f9b0b8] {
  margin: 0 0 30px 60px;
}
.config-panel .rows-item2 .rows-label[data-v-12f9b0b8] {
  float: none;
  text-align: left;
}
.config-panel .rows-item2 .rows-content[data-v-12f9b0b8] {
  margin: 0;
}
.drag-head[data-v-12f9b0b8] {
  cursor: move;
}
#ui-wrapper[data-v-12f9b0b8] {
  position: relative;
  background: #f6f6f6;
}
#ui-wrapper .center-0 .ui-menuer h2[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer h2[data-v-12f9b0b8],
#ui-wrapper .center-0 .ui-menuer .foot[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer .foot[data-v-12f9b0b8] {
  display: none;
}
#ui-wrapper .center-0 .ui-menuer .list[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer .list[data-v-12f9b0b8] {
  padding: 15px 30px;
  margin: 0 0 10px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
#ui-wrapper .center-0 .ui-menuer .list .item[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer .list .item[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
#ui-wrapper .center-0 .ui-menuer .list .item a[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer .list .item a[data-v-12f9b0b8],
#ui-wrapper .center-0 .ui-menuer .list .item span[data-v-12f9b0b8],
#ui-wrapper .center-undefined .ui-menuer .list .item span[data-v-12f9b0b8] {
  display: block;
  line-height: 34px;
  padding: 0 15px;
  border-radius: 3px;
}
#ui-wrapper .center-1 .ui-menuer[data-v-12f9b0b8] {
  display: block;
  float: left;
  width: 260px;
  margin: -40px 0 0 0;
}
#ui-wrapper .center-1 .ui-menuer h2[data-v-12f9b0b8] {
  line-height: 60px;
  padding-left: 30px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#ui-wrapper .center-1 .ui-menuer .list .item[data-v-12f9b0b8] {
  background: #ffffff;
  margin-top: 1px;
}
#ui-wrapper .center-1 .ui-menuer .list .item a[data-v-12f9b0b8],
#ui-wrapper .center-1 .ui-menuer .list .item span[data-v-12f9b0b8] {
  display: block;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
}
#ui-wrapper .center-1 .ui-menuer .foot[data-v-12f9b0b8] {
  background: #ffffff;
  margin-top: 10px;
  padding: 20px;
  font-size: 18px;
}
#ui-wrapper .center-1 .ui-path[data-v-12f9b0b8] {
  margin: 0 0 0 300px;
  border-bottom: 1px solid #dddddd;
}
#ui-wrapper .center-1 .ui-container[data-v-12f9b0b8] {
  margin: 0 0 0 300px;
}
#ui-wrapper .ui-path .path[data-v-12f9b0b8] {
  position: relative;
  padding: 20px 0;
  line-height: 30px;
}
#ui-wrapper .ui-path .path dt[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dt + dd[data-v-12f9b0b8]::before {
  content: ">";
}
#ui-wrapper .ui-path .path dd[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
}
#ui-wrapper .ui-path .path dd[data-v-12f9b0b8]::before {
  content: ">";
}
#ui-wrapper .ui-path .path a[data-v-12f9b0b8],
#ui-wrapper .ui-path .path span[data-v-12f9b0b8] {
  color: #666;
}
.uc-swiper[data-v-12f9b0b8] {
  position: relative;
  padding: 10px 0;
}
.uc-swiper .looper[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 0 auto;
  max-width: 200px;
  text-align: right;
  white-space: nowrap;
}
.uc-swiper .looper .item[data-v-12f9b0b8] {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  margin: 0 0 0 3px;
}
.uc-swiper .swiper[data-v-12f9b0b8] {
  position: relative;
  margin: 0 0 0 auto;
  width: 200px;
}
.uc-swiper .swiper .list[data-v-12f9b0b8] {
  position: relative;
  margin: 0 auto;
  width: 170px;
}
.uc-swiper .item[data-v-12f9b0b8] {
  position: relative;
}
.uc-swiper .cell[data-v-12f9b0b8] {
  position: relative;
}
.uc-swiper .icon[data-v-12f9b0b8] {
  width: 36px;
  height: 27px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  cursor: pointer;
}
.uc-swiper .icon[data-v-12f9b0b8]:hover {
  border-color: #dddddd;
}
.uc-swiper .icon.active[data-v-12f9b0b8] {
  border-color: #409EFF;
}
.uc-swiper .icon img[data-v-12f9b0b8] {
  display: block;
  width: 100%;
  height: 100%;
}
.uc-swiper .icon i[data-v-12f9b0b8] {
  display: block;
  height: 100%;
  background: url(../../static/img/config-icon2.png?hash=0b081a25) 0 0 no-repeat;
  background-size: 80px;
}
.uc-swiper .icon i.icon-article-0[data-v-12f9b0b8] {
  background-position: 0 0;
}
.uc-swiper .icon i.icon-article-1[data-v-12f9b0b8] {
  background-position: 0 -26px;
}
.uc-swiper .icon i.icon-article-2[data-v-12f9b0b8] {
  background-position: 0 -52px;
}
.uc-swiper .icon i.icon-article-3[data-v-12f9b0b8] {
  background-position: 0 -80px;
}
.uc-swiper .icon i.icon-article-4[data-v-12f9b0b8] {
  background-position: 0 -106px;
}
.uc-swiper .icon i.icon-article-5[data-v-12f9b0b8] {
  background-position: 0 -133px;
}
.uc-swiper .icon i.icon-article-6[data-v-12f9b0b8] {
  background-position: 0 -160px;
}
.uc-swiper .icon i.icon-article-7[data-v-12f9b0b8] {
  background-position: 0 -186px;
}
.uc-swiper .icon i.icon-article-8[data-v-12f9b0b8] {
  background-position: 0 -213px;
}
.uc-swiper .icon i.icon-article-9[data-v-12f9b0b8] {
  background-position: 0 -240px;
}
.uc-swiper .icon i.icon-product-0[data-v-12f9b0b8] {
  background-position: -40px 0;
}
.uc-swiper .icon i.icon-product-1[data-v-12f9b0b8] {
  background-position: -40px -26px;
}
.uc-swiper .icon i.icon-product-2[data-v-12f9b0b8] {
  background-position: -40px -52px;
}
.uc-swiper .icon i.icon-product-3[data-v-12f9b0b8] {
  background-position: -40px -80px;
}
.uc-swiper .icon i.icon-product-4[data-v-12f9b0b8] {
  background-position: -40px -106px;
}
.uc-swiper .swiper-button-next[data-v-12f9b0b8],
.uc-swiper .swiper-button-prev[data-v-12f9b0b8] {
  background-size: 10px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  opacity: 0.5;
}
.uc-swiper .swiper-button-prev[data-v-12f9b0b8] {
  left: -12px;
}
.uc-swiper .swiper-button-next[data-v-12f9b0b8] {
  right: -8px;
}

.uc-transfer[data-v-2649d93a] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-2649d93a] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-2649d93a] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-2649d93a] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-2649d93a] .article-item .icon i + i {
  margin-left: 10px;
}
.config-line i[data-v-2649d93a] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-slider[data-v-2649d93a] .el-slider__runway {
  display: none;
}

.uc-transfer[data-v-ff7b0eee] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-ff7b0eee] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-ff7b0eee] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-ff7b0eee] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-ff7b0eee] .article-item .icon i + i {
  margin-left: 10px;
}
.config-line i[data-v-ff7b0eee] {
  display: block;
  height: 10px;
  background: #f5f5f5;
}
.uc-slider[data-v-ff7b0eee] .el-slider__runway {
  display: none;
}

.control .icon[data-v-fae6cda0] {
  padding: 8px 4px;
}
.thumb[data-v-fae6cda0] {
  position: relative;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.uc-table-body .text[data-v-fae6cda0] .el-input__inner {
  padding: 0;
}

.ui-header[data-v-5dc1d6b9] {
  position: relative;
  z-index: 11;
}
.ui-header .dragg[data-v-5dc1d6b9] {
  position: relative;
  z-index: 11;
  margin-top: -50px;
}
.ui-header .dragg .module-wrap[data-v-5dc1d6b9] {
  position: relative;
}
.ui-header .inner[data-v-5dc1d6b9] {
  position: relative;
  z-index: 10;
  min-height: 10px;
  max-height: 200px;
}
.ui-header .logo.p-0[data-v-5dc1d6b9] {
  text-align: left;
}
.ui-header .logo.p-1[data-v-5dc1d6b9] {
  text-align: center;
}
.ui-header .logo.p-2[data-v-5dc1d6b9] {
  text-align: right;
}
.ui-header .logo a[data-v-5dc1d6b9] {
  display: block;
  line-height: 0;
  padding: 5px;
}
.ui-header .logo img[data-v-5dc1d6b9] {
  height: 40px;
  max-width: 260px;
  -o-object-fit: contain;
     object-fit: contain;
}
.ui-header .category.p-0[data-v-5dc1d6b9],
.ui-header .search.p-0[data-v-5dc1d6b9] {
  float: left;
}
.ui-header .category.p-1[data-v-5dc1d6b9],
.ui-header .search.p-1[data-v-5dc1d6b9] {
  float: none;
  text-align: center;
}
.ui-header .category.p-2[data-v-5dc1d6b9],
.ui-header .search.p-2[data-v-5dc1d6b9] {
  float: right;
}
.ui-header .category i[data-v-5dc1d6b9],
.ui-header .search i[data-v-5dc1d6b9] {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
}
.ui-header .category a[data-v-5dc1d6b9],
.ui-header .search a[data-v-5dc1d6b9] {
  display: block;
  line-height: 0;
  padding: 5px;
}
.ui-header .category img[data-v-5dc1d6b9],
.ui-header .search img[data-v-5dc1d6b9] {
  height: 40px;
}
.ui-nav[data-v-5dc1d6b9] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.8rem;
  height: 10.4rem;
  background: rgba(255, 255, 255, 0.99);
  display: none;
}
.ui-nav .list[data-v-5dc1d6b9] {
  text-align: center;
}
.ui-nav .list ul[data-v-5dc1d6b9] {
  position: relative;
}
.ui-nav .list li[data-v-5dc1d6b9] {
  line-height: 0.8rem;
  border-bottom: 1px solid #eee;
}
.ui-nav .list a[data-v-5dc1d6b9] {
  display: block;
  color: #999;
}
.ui-nav .list a[data-v-5dc1d6b9]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.05) inset;
}
.draggable-container .tips[data-v-5dc1d6b9] {
  color: #dddddd;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: absolute;
}

.config-box .rows[data-v-f05f9580] {
  display: flex;
  margin-bottom: 15px !important;
}
.config-box .rows .label[data-v-f05f9580] {
  line-height: 30px !important;
}
.config-box .rows .control[data-v-f05f9580] {
  float: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control > div[data-v-f05f9580] {
  float: right;
  clear: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .lg-switch[data-v-f05f9580] {
  margin-bottom: 8px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-f05f9580] {
  position: relative;
  padding: 0 0 0 30px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-f05f9580] .el-tag {
  margin: 0 5px 5px 0;
}
.config-box .rows .control[data-v-f05f9580] .el-input-number {
  width: 60px;
  padding: 0;
}
.config-box .rows .control[data-v-f05f9580] .el-input-number input {
  text-align: left;
}

.placeholder[data-v-3ac10646] {
  position: relative;
  padding: 5px 0 0;
  line-height: 20px;
  color: #999999;
  font-size: small;
}

.uc-table-body .list[data-v-0e2e911f] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABQAQMAAADiCY2YAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAAA5JREFUCNdjaKAypDIAAGEnFAGCbFgEAAAAAElFTkSuQmCC) 0 0 repeat #ffffff;
}
.uc-table-body .list .item[data-v-0e2e911f] {
  background: none;
  padding: 0;
}
.uc-table-body .list .item .control[data-v-0e2e911f] {
  padding-top: 10px;
}
.uc-table-body .list .item .icon[data-v-0e2e911f] {
  width: 16px;
  height: 20px;
  line-height: 20px;
}
.uc-table-body .list .item .icon i[data-v-0e2e911f] {
  color: #666666;
  font-size: 14px;
}
.uc-table-body .list .item .text .txt[data-v-0e2e911f] {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.uc-table-body .list .item .rows[data-v-0e2e911f]:hover {
  background: #edf2ff;
}
.uc-table-body .list .item .rows .cols[data-v-0e2e911f] {
  position: relative;
}
.uc-table-body .list .item .rows .cols.cols-1[data-v-0e2e911f] {
  width: 150px;
}
.uc-table-body .list .item .rows .cols.cols-2[data-v-0e2e911f] {
  width: 70px;
}
.uc-table-body .list .item .rows .cols.cols-3[data-v-0e2e911f] {
  width: 100px;
}
.uc-table-body .list .item .rows .cols .xline[data-v-0e2e911f] {
  display: none;
}
.uc-table-body .list .item .rows .cols .xline[data-v-0e2e911f]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 16px;
  margin: -8px 0 0 0;
  border-left: 1px solid #aaa;
}
.uc-table-body .list .item .rows .cols .xline[data-v-0e2e911f]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  border-bottom: 1px solid #aaa;
}
.uc-table-body .list .item .rows-2[data-v-0e2e911f] {
  padding-left: 20px;
}
.uc-table-body .list .item .rows-2 .cols.cols-1[data-v-0e2e911f] {
  width: 130px;
}
.uc-table-body .list .item .rows-2 .xline[data-v-0e2e911f] {
  display: block !important;
}
.uc-table-body .list .item .rows-3[data-v-0e2e911f] {
  padding-left: 40px;
}
.uc-table-body .list .item .rows-3 .cols.cols-1[data-v-0e2e911f] {
  width: 110px;
}
.uc-table-body .list .item .rows-3 .xline[data-v-0e2e911f] {
  display: block !important;
}

.config-box[data-v-366d09c5] {
  padding-bottom: 15px !important;
}
.config-box .rows[data-v-366d09c5] {
  display: flex;
}
.config-box .rows .label[data-v-366d09c5] {
  line-height: 30px !important;
}
.config-box .rows .control[data-v-366d09c5] {
  float: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .icon[data-v-366d09c5] {
  padding: 8px;
}
.config-box .rows .control > div[data-v-366d09c5] {
  float: right;
  clear: right;
  margin: 0 0 0 auto;
}
.config-box .rows .control .lg-switch[data-v-366d09c5] {
  margin-bottom: 8px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-366d09c5] {
  position: relative;
  padding: 0 0 0 30px;
  text-align: right;
}
.config-box .rows .control .lg-tag[data-v-366d09c5] .el-tag {
  margin: 0 5px 5px 0;
}
.config-box .rows .control[data-v-366d09c5] .el-input-number {
  width: 60px;
  padding: 0;
}
.config-box .rows .control[data-v-366d09c5] .el-input-number input {
  text-align: left;
}
.config-box .rows .control[data-v-366d09c5] .el-checkbox + .el-checkbox {
  margin-left: 15px;
}

.ui-navigation .center-0[data-v-f0c8b898] {
  position: relative;
}
.ui-navigation .center-1[data-v-f0c8b898] {
  position: relative;
}
.ui-navigation .center-2 .pointer[data-v-f0c8b898] {
  position: absolute;
  left: 10px;
  top: 500px;
  z-index: 2;
  background: rgba(51, 51, 51, 0.8);
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
}
.ui-navigation .center-2 .pointer i[data-v-f0c8b898] {
  display: block;
  font-size: 25px;
  color: #ffffff;
}
.ui-navigation .center-3[data-v-f0c8b898] {
  position: relative;
}
.ui-navigation .center-3 .list[data-v-f0c8b898] {
  line-height: 0;
  white-space: nowrap;
}
.ui-navigation .center-3 .list .item[data-v-f0c8b898] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.ui-navigation .center-3 .list .item .link[data-v-f0c8b898] {
  display: block;
}
.ui-navigation .center-3 .list .item .link span[data-v-f0c8b898] {
  display: block;
  height: 50px;
  line-height: 50px;
}
.ui-navigation .center-4[data-v-f0c8b898] {
  position: relative;
}
.ui-navigation .center-4 .list[data-v-f0c8b898] {
  position: relative;
  padding: 3px;
  overflow: hidden;
}
.ui-navigation .center-4 .list.per-1 .item[data-v-f0c8b898] {
  width: 33.33%;
}
.ui-navigation .center-4 .list.per-2 .item[data-v-f0c8b898] {
  width: 25%;
}
.ui-navigation .center-4 .list.per-3 .item[data-v-f0c8b898] {
  width: 20%;
}
.ui-navigation .center-4 .list .item[data-v-f0c8b898] {
  float: left;
}
.ui-navigation .center-4 .list .item .link[data-v-f0c8b898] {
  display: block;
  margin: 3px;
}
.ui-navigation .center-4 .list .item .link:hover span[data-v-f0c8b898] {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-navigation .center-4 .list .item .link span[data-v-f0c8b898] {
  display: block;
  text-align: center;
  border: 1px solid #dddddd;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px;
  border-radius: 3px;
}

.ui-top-fixed[data-v-a918672a] {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.global-drop-down-menu[data-v-a918672a] {
  transition: left 0.4s, top 0.4s;
}
/***** 页面布局 *****/
#jz-operation[data-v-a918672a] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f9f9f9;
  padding: 0;
}
#jz-panel[data-v-a918672a] {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 280px;
}
#jz-config[data-v-a918672a] {
  position: fixed;
  right: 0px;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 376px;
}
#jz-region[data-v-a918672a] {
  position: fixed;
  left: 300px;
  right: 340px;
  top: 60px;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  overflow: auto;
}
#jz-model[data-v-a918672a] {
  width: 395px;
  height: 767px;
  padding: 50px 10px;
  background: #ccc;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#jz-district[data-v-a918672a] {
  width: 375px;
  height: 667px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#jz-panel2[data-v-a918672a] {
  position: absolute;
  left: 50%;
  top: 785px;
  margin: 0 0 0 210px;
}
/***** 模拟界面 *****/
.ui-page[data-v-a918672a] {
  position: absolute;
  left: 0;
  top: 48px;
  right: -13px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}
.ui-page > div > ul[data-v-a918672a] {
  min-height: 620px;
  padding: 0 0 60px;
}
.ui-page > div > ul[data-v-a918672a]:empty::before {
  content: '请拖动模块到网站主体区域';
  display: block;
  padding: 295px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .ui-item[data-v-a918672a] {
  position: relative;
  background: #fff;
}
.ui-page .ui-item .ui-item.editing[data-v-a918672a] {
  cursor: move;
}
.ui-page .ui-item .holder[data-v-a918672a] {
  height: 40px;
  background: #f0f6fd;
  position: relative;
}
.ui-page .ui-item .holder[data-v-a918672a]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409EFF;
}
.ui-page .ui-item .holder > *[data-v-a918672a] {
  display: none;
}
.ui-page .ui-item .pointer[data-v-a918672a] {
  border: 1px dashed #409EFF;
  cursor: move;
}
.ui-page .ui-item .operation[data-v-a918672a] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 5px;
}
.ui-page .ui-item .operation .delete[data-v-a918672a],
.ui-page .ui-item .operation .copy[data-v-a918672a] {
  float: left;
  padding: 0;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -99em;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAAC3RSTlMA9EBQWEs6ekRycKMiiCkAAABDSURBVAjXY8AHOBMYGNgWABksYgwMig4gIUcFJmGwHLNQowFElaEoVHkgkAGRUjSAyAAVQwQYGMBC7A0MDEwF+KwEAJ5MBZ6IcXsmAAAAAElFTkSuQmCC) center center no-repeat #000000;
  opacity: 0.5;
}
.ui-page .ui-item .operation .copy[data-v-a918672a] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACFJREFUCNdjgAP5BwwCCgzCfxiEWBBIjoWBiYWB+Q9cFQBhYQO+6WyvHQAAAABJRU5ErkJggg==);
}
.ui-page .ui-item .operation .delete[data-v-a918672a]:hover,
.ui-page .ui-item .operation .copy[data-v-a918672a]:hover {
  opacity: 0.8;
}
.ui-page .ui-item .default[data-v-a918672a] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-page .ui-item .data[data-v-a918672a] {
  position: relative;
}
/***** 控制面板 ******/
.config[data-v-a918672a] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-left: 0px solid #eee;
  animation: slideInRight 0.2s ease;
}
.panel[data-v-a918672a] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-right: 0px solid #eee;
}
.panel-pages .list[data-v-a918672a] {
  overflow: hidden;
  position: relative;
}
.panel-pages .list dd[data-v-a918672a] {
  padding: 10px 20px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.panel-pages .list dd[data-v-a918672a]:hover {
  background: #f9f9f9;
}
.panel-pages .list h3[data-v-a918672a] {
  line-height: 20px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-pages .list .opra[data-v-a918672a] {
  display: none;
}
.panel-modules[data-v-a918672a] {
  min-height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-a918672a] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-a918672a] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-a918672a] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-a918672a]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-a918672a] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-a918672a]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-a918672a] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list dl[data-v-a918672a] {
  overflow: hidden;
  position: relative;
  margin: 0 0 -1px;
}
.panel-modules .list dd[data-v-a918672a] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  background: #ffffff;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.panel-modules .list dd[data-v-a918672a]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list dd i[data-v-a918672a] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list dd h3[data-v-a918672a] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list dd[data-v-a918672a]:hover {
  background: #fff;
  color: #409EFF;
}
.panel-modules .sign[data-v-a918672a] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .sign span[data-v-a918672a] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.jz-entry[data-v-a918672a] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.jz-entry .item[data-v-a918672a] {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.jz-entry .item img[data-v-a918672a] {
  width: 20px;
  height: 20px;
  display: block;
}
.jz-entry .item[data-v-a918672a]:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.jz-entry .item:hover img[data-v-a918672a] {
  transform: scale(1.1);
}
/***** 个性化插件 *****/
#jz-panel .sortable-chosen[data-v-a918672a]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409EFF;
}
#jz-panel .sortable-ghost[data-v-a918672a] {
  background: #f0f6fd !important;
}
#jz-panel .sortable-fallback[data-v-a918672a] {
  opacity: 1 !important;
}
#jz-config .sortable-chosen[data-v-a918672a]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409EFF;
}
#jz-config .sortable-fallback[data-v-a918672a] {
  background: #fff !important;
  opacity: 0.9 !important;
}
#jz-district .sortable-chosen[data-v-a918672a]:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409EFF;
}
#jz-district .sortable-ghost[data-v-a918672a] {
  background: #f0f6fd !important;
}
#jz-district .sortable-ghost > *[data-v-a918672a] {
  opacity: 0;
}
#jz-district .sortable-fallback[data-v-a918672a] {
  opacity: 0.9 !important;
}
.layout-pop[data-v-a918672a] {
  width: 120px !important;
}
.layout-pop .head[data-v-a918672a] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-a918672a] {
  text-align: right;
}



































































/**************************
 ** ui-header
 ** liqingyun
 **************************/
.ui-header[data-v-6f17eefa] { position: relative; z-index:12;}
.ui-header .inner[data-v-6f17eefa] { background: none;
}
.ui-header .to[data-v-6f17eefa] { position: relative;
}
.ui-header .to img[data-v-6f17eefa] { display: block; width: 100%;
}
.ui-header .fo[data-v-6f17eefa] { position: relative;
}
.ui-header .title[data-v-6f17eefa] { height: 40px; margin: 0 100px;
}
.ui-header .title h2[data-v-6f17eefa] { line-height: 40px; padding: 0 0 0 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: normal; font-size: 16px; text-align: center;
}
.ui-header .icon[data-v-6f17eefa] { position: absolute; right: 10px; top: 7px;
}
.ui-header .icon img[data-v-6f17eefa] { display: block; width: auto; height: 26px;
}
.ui-header .back[data-v-6f17eefa] { position: absolute; left: 5px; top: 7px;
}
.ui-header .back i[data-v-6f17eefa] { display: block; width: 26px; height: 26px; line-height: 26px; font-size: 24px; text-align: center;
}

























































/**************************
 ** ui-navigation
 ** liqingyun
 **************************/
.ui-column-3[data-v-eb2f7f40] { width: 33.33% !important;
}
.ui-column-4[data-v-eb2f7f40] { width: 25% !important;
}
.ui-column-5[data-v-eb2f7f40] { width: 20% !important;
}
.ui-navigation .center-0 .list[data-v-eb2f7f40] { padding: .3rem 3% 0; overflow: hidden;
}
.ui-navigation .center-0 .item[data-v-eb2f7f40] { float: left; width: 25%; margin: 0 0 .1rem;
}
.ui-navigation .center-0 .item a[data-v-eb2f7f40] { display: block; margin: 0 .2rem; text-align: center;
}
.ui-navigation .center-0 .item figure[data-v-eb2f7f40] { width: 1rem; height: 1rem; margin: 0 auto;
}
.ui-navigation .center-0 .item img[data-v-eb2f7f40] { display: block; width: 100%; height: 100%;
}
.ui-navigation .center-0 .item h3[data-v-eb2f7f40] { line-height: .6rem; font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ui-navigation .center-1 .list[data-v-eb2f7f40]{display:flex;flex-wrap:wrap;border-top:1px solid #ddd;}
.ui-navigation .center-1 .item[data-v-eb2f7f40]{width: 33.12%;height: 0.88rem;text-align: center;display: block;}
.ui-navigation .center-1 .item[data-v-eb2f7f40]:nth-child(3n){border-right:none;}
.ui-navigation .center-1 .item a[data-v-eb2f7f40]{display:block;}
.ui-navigation .center-1 .item h3[data-v-eb2f7f40]{height: 0.88rem;font-size: 0.24rem;line-height: 0.88rem;font-weight: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}


































































/**************************
 ** ui-title
 ** liqingyun
 **************************/
.ui-default[data-v-f6e3f666] { position: relative;
}
.ui-default p[data-v-f6e3f666] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-title[data-v-f6e3f666] { position: relative;
}
.ui-title .main[data-v-f6e3f666] { position: relative; padding: 5px 10px; background-position: center center; background-size: cover;
}
.ui-title .inner[data-v-f6e3f666] { position: relative;
}
.ui-title h2[data-v-f6e3f666] { line-height: 1.8; font-weight: normal;
}
.ui-title h3[data-v-f6e3f666] { line-height: 1.3; font-size: smaller; font-weight: normal;
}





































/**************************
 ** ui-empty
 ** liqingyun
 **************************/
.ui-empty[data-v-4cdb1e92] {
  height: 20px;
}

/**************************
 ** ui-article-list
 **************************/
.ui-default[data-v-45904478] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-radius-0[data-v-45904478] {
  border-radius: 0;
}
.ui-radius-1[data-v-45904478] {
  border-radius: 5px;
}
.ui-article-list[data-v-45904478] {
  position: relative;
}
.ui-article-list .main[data-v-45904478] {
  position: relative;
}
.ui-article-list .list[data-v-45904478] {
  position: relative;
  overflow: hidden;
}
.ui-article-list .item[data-v-45904478] {
  position: relative;
}
.ui-article-list .cell[data-v-45904478] {
  position: relative;
  overflow: hidden;
  display: block;
}
.ui-article-list .thum[data-v-45904478] {
  position: relative;
}
.ui-article-list .img[data-v-45904478] {
  position: relative;
  padding: 0 0 75%;
}
.ui-article-list .img img[data-v-45904478] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-article-list .exp[data-v-45904478] {
  position: relative;
}
.ui-article-list .exp h3[data-v-45904478] {
  line-height: 1.2;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  margin: 0 0 5px;
}
.ui-article-list .desc[data-v-45904478] {
  height: auto;
  line-height: 20px;
  color: #999;
  overflow: hidden;
}
.ui-article-list .time[data-v-45904478] {
  line-height: 20px;
  color: #999;
}
.ui-article-list .center-0 .list[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-0 .item[data-v-45904478] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-0 .item[data-v-45904478]:first-child {
  border-top: 0;
}
.ui-article-list .center-0 .cell[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-0 .thum[data-v-45904478] {
  display: none;
}
.ui-article-list .center-1 .list[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-1 .item[data-v-45904478] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-1 .item[data-v-45904478]:first-child {
  border-top: 0;
}
.ui-article-list .center-1 .item .thum[data-v-45904478] {
  float: left;
  width: 90px;
}
.ui-article-list .center-1 .item .exp[data-v-45904478] {
  margin: 0 0 0 100px;
}
.ui-article-list .center-1 .item .desc[data-v-45904478] {
  max-height: 40px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-1 .cell[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-2 .list[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-2 .item[data-v-45904478] {
  border-top: 1px solid #eee;
}
.ui-article-list .center-2 .item[data-v-45904478]:first-child {
  border-top: 0;
}
.ui-article-list .center-2 .item .thum[data-v-45904478] {
  float: right;
  width: 90px;
}
.ui-article-list .center-2 .item .exp[data-v-45904478] {
  margin: 0 110px 0 0;
}
.ui-article-list .center-2 .item .desc[data-v-45904478] {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-2 .cell[data-v-45904478] {
  margin: 0 !important;
}
.ui-article-list .center-3 .list[data-v-45904478] {
  margin: 0 !important;
  overflow: visible;
}
.ui-article-list .center-3 .item .desc[data-v-45904478] {
  height: auto;
}
.ui-article-list .center-3 .cell[data-v-45904478] {
  margin: 0 3px !important;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.ui-article-list .center-3 .exp[data-v-45904478] {
  padding: 10px;
}
.ui-article-list .center-3 .exp .desc[data-v-45904478] {
  line-height: 20px;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ui-article-list .center-4 .main[data-v-45904478] {
  overflow: hidden;
}
.ui-article-list .center-4 .list[data-v-45904478] {
  width: 1000%;
  overflow-x: scroll;
}
.ui-article-list .center-4 .item[data-v-45904478] {
  float: left;
  width: 240px;
  padding: 0 !important;
}
.ui-article-list .center-4 .item .thum[data-v-45904478] {
  margin: 0 0 10px;
}
.ui-article-list .center-4 .item .desc[data-v-45904478] {
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-5 .item[data-v-45904478] {
  float: left;
  width: 50%;
}
.ui-article-list .center-5 .item .desc[data-v-45904478] {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ui-article-list .center-5 .thum[data-v-45904478] {
  margin: 0 0 5px;
}
.ui-article-list .center-5 .time[data-v-45904478] {
  display: none;
}

/**************************
 ** ui-article-category
 ** zhaoweiren
 **************************/
.ui-article-category[data-v-030ff7d8] {
  position: relative;
  background: #fff;
  z-index: 10;
}
.ui-article-category .main[data-v-030ff7d8] {
  position: relative;
}
.ui-article-category .list[data-v-030ff7d8] {
  line-height: 0;
  white-space: nowrap;
}
.ui-article-category .item[data-v-030ff7d8] {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.ui-article-category .item span[data-v-030ff7d8] {
  display: block;
  line-height: 40px;
  padding: 0 20px;
  max-width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}
.ui-article-category .active[data-v-030ff7d8]::before {
  content: '';
  position: absolute;
}
.ui-article-category .center-0 .active[data-v-030ff7d8]::before {
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 2px solid #ff0000;
}
.ui-article-category .center-1 .active span[data-v-030ff7d8] {
  color: #fff;
}
.ui-article-category .center-1 .active[data-v-030ff7d8]::before {
  left: 5px;
  right: 5px;
  bottom: 5px;
  top: 5px;
  background: #ff0000;
  border-radius: 30px;
}
.ui-article-category .center-2 .active span[data-v-030ff7d8] {
  background: #ff0000;
  color: #fff;
}
.ui-article-category .center-2 .active[data-v-030ff7d8]::before {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #ff0000;
  bottom: -12px;
  left: 50%;
  margin: 0 0 0 -6px;
}













































/**************************
 ** ui-picture
 ** liqingyun
 **************************/
.ui-default[data-v-74f0be08] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-picture[data-v-74f0be08] { position: relative; overflow: hidden;
}
.ui-picture .img[data-v-74f0be08] { position: relative; height:100%;
}
.ui-picture img[data-v-74f0be08] { display: block; width: 100%; height:100%; position: relative;
}


.ui-default[data-v-50621573] {
  padding: 0.4rem 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-many-image[data-v-50621573] {
  position: relative;
}
.ui-many-image .item .cell[data-v-50621573] {
  height: 100%;
}
.ui-many-image .item .cell .img[data-v-50621573] {
  height: 100%;
}
.ui-many-image .item .cell .img img[data-v-50621573] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ui-many-image .center-0[data-v-50621573] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-0[data-v-50621573] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  background-color: #333333;
  border-color: #333333;
  opacity: 1;
}
.ui-many-image .center-0[data-v-50621573] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
  opacity: 0.8;
}
.ui-many-image .center-1[data-v-50621573] .el-carousel__indicators .el-carousel__indicator {
  padding: 10px 0;
}
.ui-many-image .center-1[data-v-50621573] .el-carousel__indicators .el-carousel__indicator.is-active .el-carousel__button {
  width: 0.3rem;
  background-color: #333333;
  border-color: #333333;
  opacity: 1;
}
.ui-many-image .center-1[data-v-50621573] .el-carousel__indicators .el-carousel__indicator .el-carousel__button {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 0.1rem;
  background: #ffffff;
  border-radius: 0.16rem;
  opacity: 0.8;
}








































































































/**************************
 ** ui-more
 ** liqingyun
 **************************/
.ui-button[data-v-0dfba6b3] { position: relative; display: block !important;
}
.ui-button .main[data-v-0dfba6b3] { line-height: 0;
}
.ui-button .button[data-v-0dfba6b3] { display: inline-block; background-position: center center; background-repeat: repeat; background-size: cover;
}
.ui-button .txt[data-v-0dfba6b3] { position: relative;
}
.ui-button .txt span[data-v-0dfba6b3] { display: block; text-align: center; text-transform: uppercase;
}
















































/**************************
 ** ui-product-category
 **************************/
.ui-product-category[data-v-06c391ca] { position: relative; background: #fff; z-index: 2;
}
.ui-product-category .main[data-v-06c391ca] { position: relative;
}
.ui-product-category .list[data-v-06c391ca] { line-height: 0; white-space: nowrap;
}
.ui-product-category .item[data-v-06c391ca] { display: inline-block; vertical-align: middle; position: relative;
}
.ui-product-category .item span[data-v-06c391ca] { display: block; line-height: 40px; padding: 0 20px; max-width: 150px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; position: relative; z-index: 2;
}
.ui-product-category .active[data-v-06c391ca]::before { content: ''; position: absolute;
}
.ui-product-category .center-0 .active[data-v-06c391ca]::before { left: 20px; right: 20px; bottom: 0; border-top: 2px solid #ff0000;
}
.ui-product-category .center-1 .active span[data-v-06c391ca] { color: #fff;
}
.ui-product-category .center-1 .active[data-v-06c391ca]::before { left: 5px; right: 5px; bottom: 5px; top: 5px; background: #ff0000; border-radius: 30px;
}
.ui-product-category .center-2 .active span[data-v-06c391ca] { background: #ff0000; color: #fff;
}
.ui-product-category .center-2 .active[data-v-06c391ca]::before { width: 0; height: 0; border: 6px solid transparent; border-top-color: #ff0000; bottom: -12px; left: 50%; margin: 0 0 0 -6px;
}






























































































































































































/**************************
 ** ui-product-list
 ** liqingyun
 **************************/
.ui-default[data-v-3e0c6193] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-3e0c6193] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-3e0c6193] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-3e0c6193] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-3e0c6193] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-3e0c6193] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-3e0c6193] { border-radius: 0;
}
.ui-radius-1[data-v-3e0c6193] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-3e0c6193] { background: #fff;
}
.ui-cell-1[data-v-3e0c6193] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-3e0c6193] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-3e0c6193] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-3e0c6193] { border-radius: 5px;
}
.ui-buy-0[data-v-3e0c6193] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-3e0c6193] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-3e0c6193] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-3e0c6193] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-3e0c6193] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-3e0c6193] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-3e0c6193] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-3e0c6193] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-3e0c6193] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-3e0c6193]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-3e0c6193] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-3e0c6193]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-3e0c6193] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-3e0c6193]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-3e0c6193] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-3e0c6193]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-3e0c6193] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-3e0c6193] { display: block; max-width: 60px; max-height: 60px;
}
.ui-product-list[data-v-3e0c6193] { background: #f0f0f0; padding: 15px 0 0;
}
.ui-product-list .main[data-v-3e0c6193] { position: relative; overflow: hidden;
}
.ui-product-list .list[data-v-3e0c6193] { position: relative;
}
.ui-product-list .item[data-v-3e0c6193] { float: left; width: auto;
}
.ui-product-list .cell[data-v-3e0c6193] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-product-list .cell.r0[data-v-3e0c6193] { border-radius: 0;
}
.ui-product-list .cell.r1[data-v-3e0c6193] { border-radius: 5px;
}
.ui-product-list .thum[data-v-3e0c6193] { position: relative;
}
.ui-product-list .img[data-v-3e0c6193] { position: relative; padding: 0 0 100%;
}
.ui-product-list .img img[data-v-3e0c6193] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-product-list .exp[data-v-3e0c6193] { padding: 10px; position: relative;
}
.ui-product-list .title[data-v-3e0c6193] { position: relative;
}
.ui-product-list .title h3[data-v-3e0c6193],
.ui-product-list .title h4[data-v-3e0c6193] { height: auto; line-height: 20px; color: #333; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.ui-product-list .title h3[data-v-3e0c6193] { padding: 5px 0 0;
}
.ui-product-list .title h4[data-v-3e0c6193] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-product-list .title.al-0[data-v-3e0c6193] { text-align: left;
}
.ui-product-list .title.al-1[data-v-3e0c6193] { text-align: center;
}
.ui-product-list .title.ft-0 h3[data-v-3e0c6193] { font-weight: normal;
}
.ui-product-list .title.ft-1 h3[data-v-3e0c6193] { font-weight: bold;
}
.ui-product-list .other[data-v-3e0c6193] { height: auto; min-height:12px;
}
.ui-product-list .price[data-v-3e0c6193] { line-height: 40px; white-space: nowrap;
}
.ui-product-list .price li[data-v-3e0c6193] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-product-list .price li em[data-v-3e0c6193] { font-size: 12px;
}
.ui-product-list .price li[data-v-3e0c6193]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-product-list .price li[data-v-3e0c6193]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-product-list .price em[data-v-3e0c6193] { font-style: normal;
}
.ui-product-list .buy[data-v-3e0c6193] { position: absolute; right: 10px; bottom: 15px;
}
.ui-product-list .buy span[data-v-3e0c6193] { display: block; overflow: hidden;
}
.ui-product-list .tag[data-v-3e0c6193] { position: absolute; left: 0; top: 0;
}
.ui-product-list .tag i[data-v-3e0c6193] { display: block; overflow: hidden; font-style: normal;
}
.ui-product-list .center-0 .item[data-v-3e0c6193] { width: 100%;
}
.ui-product-list .center-0 .title h3[data-v-3e0c6193] { height: 20px;
}
.ui-product-list .center-1 .item[data-v-3e0c6193] { width: 50%;
}
.ui-product-list .center-2 .item[data-v-3e0c6193] { width: 33.33%;
}
.ui-product-list .center-2 .price li[data-v-3e0c6193]:nth-child(1) { font-size: 14px;
}
.ui-product-list .center-2 .buy[data-v-3e0c6193] { bottom: 18px;
}
.ui-product-list .center-2 .buy span[data-v-3e0c6193] { transform: scale(.75);
}
.ui-product-list .center-3 .item[data-v-3e0c6193] { width: 100%;
}
.ui-product-list .center-3 .cell[data-v-3e0c6193] { overflow: hidden;
}
.ui-product-list .center-3 .thum[data-v-3e0c6193] { float: left; width: 120px; height: 120px;
}
.ui-product-list .center-3 .img[data-v-3e0c6193] { padding: 0 0 100%;
}
.ui-product-list .center-3 .exp[data-v-3e0c6193] { margin: 0 0 0 120px;
}
.ui-product-list .center-3 .ui-radius-1[data-v-3e0c6193] { border-radius: 5px 0 0 5px;
}
.ui-product-list .center-3 .title[data-v-3e0c6193] { text-align: left !important;
}
.ui-product-list .center-4 .item[data-v-3e0c6193] { width: 50%;
}
.ui-product-list .center-4 .item[data-v-3e0c6193]:nth-child(1),
.ui-product-list .center-4 .item[data-v-3e0c6193]:nth-child(3n+1) { width: 100%;
}
.ui-product-list .center-5 .main[data-v-3e0c6193] { overflow-x: auto;
}
.ui-product-list .center-5 .list[data-v-3e0c6193] { width: 1000%;
}
.ui-product-list .center-5 .item[data-v-3e0c6193] { width: 140px; margin: 0 0 0;
}
.ui-product-list .center-5 .price li[data-v-3e0c6193]:nth-child(1) { font-size: 14px;
}
.ui-product-list .center-5 .buy[data-v-3e0c6193] { bottom: 10px;
}
.ui-product-list .center-5 .buy span[data-v-3e0c6193] { transform: scale(.75);
}


.ui-tabbar .list[data-v-59c77af0] {
  height: 0.9rem;
  background: #f5f5f5;
  border-top: 1px solid #fff;
  display: flex;
  text-align: center;
}
.ui-tabbar .list li[data-v-59c77af0] {
  flex: 1;
}
.ui-tabbar .list a[data-v-59c77af0] {
  display: block;
  padding: 0.1rem 0 0;
  cursor: default;
}
.ui-tabbar .list a[data-v-59c77af0]:active {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.06) inset;
}
.ui-tabbar .list img[data-v-59c77af0] {
  display: block;
  margin: 0 auto;
  width: 0.4rem;
  height: 0.4rem;
}
.ui-tabbar .list span[data-v-59c77af0] {
  display: block;
  line-height: 0.4rem;
  font-size: smaller;
}
.ui-tabbar .inner[data-v-59c77af0] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}













































/**************************
 ** ui-richtext
 ** liqingyun
 **************************/
.ui-default[data-v-23d737ce] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-richtext .inner[data-v-23d737ce] { padding: 0 10px; padding-top: 10px; box-sizing: border-box; font-size: 16px;color: #333;line-height: 1.5;overflow: hidden; text-align: left; word-wrap: break-word;position: relative; background:#fff;
}

































































/**************************
 ** ui-coupon
 ** liqingyun
 **************************/
.ui-default[data-v-a274b53a] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-coupon[data-v-a274b53a] { position: relative; background: #fff;
}
.ui-coupon .main[data-v-a274b53a] { position: relative; padding: 0 10px;
}
.ui-coupon .scroll[data-v-a274b53a] { position: relative; overflow: hidden; overflow-x: auto;
}
.ui-coupon .list[data-v-a274b53a] { width: 500%; overflow: hidden; padding: 10px 0;
}
.ui-coupon .item[data-v-a274b53a] { float: left; width: 140px;
}
.ui-coupon .cell[data-v-a274b53a] { display: block; height: 70px; padding: 5px; margin: 0 5px; overflow: hidden; position: relative; border-radius: 5px;
}
.ui-coupon .box[data-v-a274b53a] { padding: 10px 5px; text-align: center;
}
.ui-coupon .fee[data-v-a274b53a] { font-size: 20px; line-height: 26px; font-weight: bold;
}
.ui-coupon .fee span[data-v-a274b53a] { margin: 0 0 0 5px; font-size: 14px; font-weight: normal;
}
.ui-coupon .tit[data-v-a274b53a] { line-height: 20px;
}
.ui-coupon .tit dt[data-v-a274b53a] { display: none;
}
.ui-coupon .tit dd[data-v-a274b53a] { opacity: .6; font-size: 12px;
}
.ui-coupon .pot span[data-v-a274b53a] { display: none;
}
.ui-coupon .center-0 .cell[data-v-a274b53a] { border-radius: 0;
}
.ui-coupon .center-0 .dot i[data-v-a274b53a]:first-child:before,
.ui-coupon .center-0 .dot i[data-v-a274b53a]:first-child:after { content: ''; width: 4px; height: 100%; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAYBAMAAAArPpGQAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9dAGx24by29tK2f5CQAAACtJREFUCNdjQAciwQwMqxYlMKxapQzEK4F4CRAvBGEoeylIDqxGvJmBEAAAK1sTGN2rPdwAAAAASUVORK5CYII=) 0 0 repeat-y; background-size: contain; position: absolute; top: 0;
}
.ui-coupon .center-0 .dot i[data-v-a274b53a]:first-child:before { left: 0;
}
.ui-coupon .center-0 .dot i[data-v-a274b53a]:first-child:after { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAYBAMAAAArPpGQAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMA9dAGx24by29tK2f5CQAAACtJREFUCNdjwACmjgxsWqsYjFatYpgFxF5ALAXCUHbUKrAcWA2DRSEDAQAAYakPlGlohJ8AAAAASUVORK5CYII=); right: 0;
}
.ui-coupon .center-1 .cell[data-v-a274b53a] { border-radius: 0;
}
.ui-coupon .center-1 .dot i[data-v-a274b53a]::before,
.ui-coupon .center-1 .dot i[data-v-a274b53a]::after { content: ''; position: absolute; width: 20px; height: 20px; border-radius: 50%; background: #fff;
}
.ui-coupon .center-1 .dot i[data-v-a274b53a]:first-child::before { left: -8px; top: -8px;
}
.ui-coupon .center-1 .dot i[data-v-a274b53a]:first-child::after { left: -8px; bottom: -8px;
}
.ui-coupon .center-1 .dot i:first-child + i[data-v-a274b53a]::before { right: -8px; top: -8px;
}
.ui-coupon .center-1 .dot i:first-child + i[data-v-a274b53a]::after { right: -8px; bottom: -8px;
}
.ui-coupon .center-2 .box[data-v-a274b53a] { background: #fff; margin: 0 20px 0 0;
}
.ui-coupon .center-2 .pot[data-v-a274b53a]:before { content: ''; position: absolute; right: -10px; top: 50%; width: 20px; height: 20px; margin: -10px 0 0 0; background: #fff; border-radius: 50%;
}
.ui-coupon .list.x1[data-v-a274b53a] { width: 100%; margin: 0;
}
.ui-coupon .list.x1 .item[data-v-a274b53a] { width: 100%;
}
.ui-coupon .list.x1 .cell[data-v-a274b53a] { margin: 0;
}
.ui-coupon .list.x1 .box[data-v-a274b53a] { height: 50px; overflow: hidden; text-align: left;
}
.ui-coupon .list.x1 .fee[data-v-a274b53a] { float: left; margin: 10px 10px 0 0; padding: 0 15px; line-height: 30px; border-right: 1px dashed transparent;
}
.ui-coupon .list.x1 .tit[data-v-a274b53a] { padding: 7px 0 0 0;
}
.ui-coupon .list.x1 .tit dt[data-v-a274b53a] { display: block; font-weight: bold;
}
.ui-coupon .list.x2[data-v-a274b53a] { width: auto; margin: 0 -5px;
}
.ui-coupon .list.x2 .item[data-v-a274b53a] { width: 50%;
}
.ui-coupon-0 .cell[data-v-a274b53a] { background: #e74c2c; color: #ffffff;
}
.ui-coupon-1 .cell[data-v-a274b53a] { background: #ffe9b7; color: #f39343;
}
.ui-coupon-2 .cell[data-v-a274b53a] { background: #ffffff; color: #d45134; border: 1px solid #eeeeee;
}
.ui-coupon-3 .cell[data-v-a274b53a] { background: #333333; color: #ffffff;
}
.ui-coupon-4 .cell[data-v-a274b53a] { background: #e0f4e4; color: #63be72;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-a274b53a] { position: absolute; top: 0; bottom: 0; right: 0; width: 100px; text-align: center; line-height: 80px; border-left: 1px dashed #fff;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-a274b53a]::before,
.ui-coupon .center-0 .list.x1 .pot[data-v-a274b53a]::after { content: ''; width: 12px; height: 12px; background: #fff; border-radius: 50%; position: absolute; left: -6px; top: -6px;
}
.ui-coupon .center-0 .list.x1 .pot[data-v-a274b53a]::after { top: auto; bottom: -6px;
}
.ui-coupon .center-0 .list.x1 .pot span[data-v-a274b53a] { display: block;
}
.ui-coupon .center-1 .list.x1 .pot[data-v-a274b53a] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-1 .list.x1 .pot span[data-v-a274b53a] { display: block;
}
.ui-coupon .center-2 .ui-coupon-0 .cell[data-v-a274b53a] { color: #e74c2c;
}
.ui-coupon .center-2 .ui-coupon-3 .cell[data-v-a274b53a] { color: #333333;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-0 .fee[data-v-a274b53a] { border-color: #e74c2c;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-1 .fee[data-v-a274b53a] { border-color: #ffe9b7;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-2 .fee[data-v-a274b53a] { border-color: #dddddd;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-3 .fee[data-v-a274b53a] { border-color: #dddddd;
}
.ui-coupon .center-2 .list.x1 .ui-coupon-4 .fee[data-v-a274b53a] { border-color: #e0f4e4;
}
.ui-coupon .center-2 .list.x1 .box[data-v-a274b53a] { margin: 0 100px 0 0;
}
.ui-coupon .center-2 .list.x1 .pot[data-v-a274b53a] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-2 .list.x1 .pot span[data-v-a274b53a] { display: block; color: #fff;
}
.ui-coupon .center-3 .list.x1 .fee[data-v-a274b53a] { border-color: rgba(255,255,255,.5);
}
.ui-coupon .center-3 .list.x1 .pot[data-v-a274b53a] { position: absolute; right: 0; top: 0; bottom: 0; width: 100px; text-align: center; line-height: 80px;
}
.ui-coupon .center-3 .list.x1 .pot span[data-v-a274b53a] { display: block;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-0 .fee[data-v-a274b53a] { border-color: #ffffff;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-1 .fee[data-v-a274b53a] { border-color: #f39343;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-2 .fee[data-v-a274b53a] { border-color: #dddddd;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-3 .fee[data-v-a274b53a] { border-color: #dddddd;
}
.ui-coupon .center-3 .list.x1 .ui-coupon-4 .fee[data-v-a274b53a] { border-color: #63be72;
}

















































































/**************************
 ** ui-groupbuy
 ** liqingyun
 **************************/
.ui-default[data-v-135f7a36] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-135f7a36] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-135f7a36] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-135f7a36] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-135f7a36] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-135f7a36] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-135f7a36] { border-radius: 0;
}
.ui-radius-1[data-v-135f7a36] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-135f7a36] { background: #fff;
}
.ui-cell-1[data-v-135f7a36] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-135f7a36] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-135f7a36] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-135f7a36] { border-radius: 5px;
}
.ui-buy-0[data-v-135f7a36] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-135f7a36] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-135f7a36] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-135f7a36] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-135f7a36] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-135f7a36] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-135f7a36] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-135f7a36] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-135f7a36] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-135f7a36]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-135f7a36] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-135f7a36]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-135f7a36] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-135f7a36]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-135f7a36] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-135f7a36]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-135f7a36] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-135f7a36] { display: block; max-width: 60px; max-height: 60px;
}
.ui-groupbuy[data-v-135f7a36] { background: #f0f0f0; padding: 0 0 0;
}
.ui-groupbuy .main[data-v-135f7a36] { position: relative; overflow: hidden;
}
.ui-groupbuy .list[data-v-135f7a36] { position: relative;
}
.ui-groupbuy .item[data-v-135f7a36] { float: left; width: auto;
}
.ui-groupbuy .cell[data-v-135f7a36] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-groupbuy .cell.r0[data-v-135f7a36] { border-radius: 0;
}
.ui-groupbuy .cell.r1[data-v-135f7a36] { border-radius: 5px;
}
.ui-groupbuy .thum[data-v-135f7a36] { position: relative;
}
.ui-groupbuy .img[data-v-135f7a36] { position: relative; padding: 0 0 100%;
}
.ui-groupbuy .img img[data-v-135f7a36] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-groupbuy .exp[data-v-135f7a36] { padding: 0 10px; position: relative;
}
.ui-groupbuy .title[data-v-135f7a36] { position: relative;
}
.ui-groupbuy .title h3[data-v-135f7a36],
.ui-groupbuy .title h4[data-v-135f7a36] { height: 40px; line-height: 20px; color: #333; font-weight: normal; overflow: hidden;
}
.ui-groupbuy .title h3[data-v-135f7a36] { padding: 5px 0 0;
}
.ui-groupbuy .title h3 span[data-v-135f7a36] { display: inline-block; font-size: 12px; line-height: 18px; background: #ffdfdf; color: #ff4444; border-radius: 8px; padding: 0 8px;
}
.ui-groupbuy .title h4[data-v-135f7a36] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-groupbuy .title.al-0[data-v-135f7a36] { text-align: left;
}
.ui-groupbuy .title.al-1[data-v-135f7a36] { text-align: center;
}
.ui-groupbuy .title.ft-0 h3[data-v-135f7a36] { font-weight: normal;
}
.ui-groupbuy .title.ft-1 h3[data-v-135f7a36] { font-weight: bold;
}
.ui-groupbuy .other[data-v-135f7a36] { height: 40px;
}
.ui-groupbuy .price[data-v-135f7a36] { line-height: 40px; white-space: nowrap;
}
.ui-groupbuy .price li[data-v-135f7a36] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-groupbuy .price li em[data-v-135f7a36] { font-size: 12px;
}
.ui-groupbuy .price li[data-v-135f7a36]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-groupbuy .price li[data-v-135f7a36]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-groupbuy .price em[data-v-135f7a36] { font-style: normal;
}
.ui-groupbuy .buy[data-v-135f7a36] { position: absolute; right: 10px; bottom: 10px;
}
.ui-groupbuy .buy span[data-v-135f7a36] { display: block; overflow: hidden;
}
.ui-groupbuy .tag[data-v-135f7a36] { position: absolute; left: 0; top: 0;
}
.ui-groupbuy .tag i[data-v-135f7a36] { display: block; overflow: hidden; font-style: normal;
}
.ui-groupbuy .buyed[data-v-135f7a36] { position: absolute; left: 5px; bottom: 5px;
}
.ui-groupbuy .buyed span[data-v-135f7a36] { padding: 3px 6px; background: #757578; color: #ffffff; border-radius: 3px; font-size: 12px;
}
.ui-groupbuy .clock[data-v-135f7a36] { position: relative; padding: 3px 10px; background: #fd3e20; background: -webkit-linear-gradient(left, #fd3e20, #fc6340); color: #ffffff; overflow: hidden;
}
.ui-groupbuy .clock h4[data-v-135f7a36] { float: left; line-height: 40px; font-size: 20px; display: none;
}
.ui-groupbuy .clock dl[data-v-135f7a36] { float: right; line-height: 30px; width: 100%;
}
.ui-groupbuy .clock dt[data-v-135f7a36] { float: left; opacity: .5;
}
.ui-groupbuy .clock dt span[data-v-135f7a36] { display: none;
}
.ui-groupbuy .clock dd[data-v-135f7a36] { float: right; position: relative;
}
.ui-groupbuy .clock dd span[data-v-135f7a36] { display: inline;
}
.ui-groupbuy .clock dd i[data-v-135f7a36] { font-style: normal; display: none;
}
.ui-groupbuy .center-0 .item[data-v-135f7a36] { width: 100%;
}
.ui-groupbuy .center-0 .title h3[data-v-135f7a36] { height: 20px;
}
.ui-groupbuy .center-0 .clock h4[data-v-135f7a36] { display: block;
}
.ui-groupbuy .center-0 .clock dl[data-v-135f7a36] { width: auto; line-height: 20px;
}
.ui-groupbuy .center-0 .clock dt[data-v-135f7a36] { float: none;
}
.ui-groupbuy .center-0 .clock dt span[data-v-135f7a36] { display: inline;
}
.ui-groupbuy .center-0 .clock dd[data-v-135f7a36] { float: none;
}
.ui-groupbuy .center-0 .clock dd span[data-v-135f7a36] { display: none;
}
.ui-groupbuy .center-0 .clock dd i[data-v-135f7a36] { display: inline;
}
.ui-groupbuy .center-1 .item[data-v-135f7a36] { width: 50%;
}
.ui-groupbuy .center-2 .item[data-v-135f7a36] { width: 33.33%;
}
.ui-groupbuy .center-2 .price li[data-v-135f7a36]:nth-child(1) { font-size: 14px;
}
.ui-groupbuy .center-2 .buy[data-v-135f7a36] { bottom: 10px;
}
.ui-groupbuy .center-2 .buy span[data-v-135f7a36] { transform: scale(.75);
}
.ui-groupbuy .center-2 .clock[data-v-135f7a36] { display: none;
}
.ui-groupbuy .center-3 .item[data-v-135f7a36] { width: 100%;
}
.ui-groupbuy .center-3 .cell[data-v-135f7a36] { overflow: hidden;
}
.ui-groupbuy .center-3 .thum[data-v-135f7a36] { float: left; width: 120px; height: 120px;
}
.ui-groupbuy .center-3 .img[data-v-135f7a36] { padding: 0 0 100%;
}
.ui-groupbuy .center-3 .exp[data-v-135f7a36] { margin: 0 0 0 120px;
}
.ui-groupbuy .center-3 .ui-radius-1[data-v-135f7a36] { border-radius: 5px 0 0 5px;
}
.ui-groupbuy .center-3 .title[data-v-135f7a36] { text-align: left !important;
}
.ui-groupbuy .center-3 .buyed[data-v-135f7a36] { bottom: 30px;
}
.ui-groupbuy .center-3 .clock[data-v-135f7a36] { position: absolute; left: 0; bottom: 0; width: 100px;
}
.ui-groupbuy .center-3 .clock dl[data-v-135f7a36] { line-height: 20px;
}
.ui-groupbuy .center-3 .clock dt[data-v-135f7a36] { display: none;
}
.ui-groupbuy .center-3 .clock dd[data-v-135f7a36] { float: none; text-align: center;
}
.ui-groupbuy .center-4 .item[data-v-135f7a36] { width: 50%;
}
.ui-groupbuy .center-4 .item[data-v-135f7a36]:nth-child(1),
.ui-groupbuy .center-4 .item[data-v-135f7a36]:nth-child(3n+1) { width: 100%;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock h4[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock h4[data-v-135f7a36] { display: block;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dl[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dl[data-v-135f7a36] { width: auto; line-height: 20px;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dt[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dt[data-v-135f7a36] { float: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dt span[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dt span[data-v-135f7a36] { display: inline;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd[data-v-135f7a36] { float: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd span[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd span[data-v-135f7a36] { display: none;
}
.ui-groupbuy .center-4 .item:nth-child(1) .clock dd i[data-v-135f7a36],
.ui-groupbuy .center-4 .item:nth-child(3n+1) .clock dd i[data-v-135f7a36] { display: inline;
}
.ui-groupbuy .center-5 .main[data-v-135f7a36] { overflow-x: auto;
}
.ui-groupbuy .center-5 .list[data-v-135f7a36] { width: 1000%;
}
.ui-groupbuy .center-5 .item[data-v-135f7a36] { width: 140px; margin: 0 0 0;
}
.ui-groupbuy .center-5 .price li[data-v-135f7a36]:nth-child(1) { font-size: 14px;
}
.ui-groupbuy .center-5 .buy[data-v-135f7a36] { bottom: 10px;
}
.ui-groupbuy .center-5 .buy span[data-v-135f7a36] { transform: scale(.75);
}
.ui-groupbuy .center-5 .clock[data-v-135f7a36] { display: none;
}





















































































/**************************
 ** ui-bargain
 ** liqingyun
 **************************/
.ui-default[data-v-07809523] { padding: 40px 0; text-align: center; line-height: 20px; background: #ebf8fd; color: #88c4dc;
}
.ui-scale-0[data-v-07809523] { padding: 0 0 100% 0 !important;
}
.ui-scale-1[data-v-07809523] { padding: 0 0 75% 0 !important;
}
.ui-scale-2[data-v-07809523] { padding: 0 0 133% 0 !important;
}
.ui-scale-3[data-v-07809523] { padding: 0 0 56% 0 !important;
}
.ui-scale-4[data-v-07809523] { padding: 0 0 177% 0 !important;
}
.ui-radius-0[data-v-07809523] { border-radius: 0;
}
.ui-radius-1[data-v-07809523] { border-radius: 5px 5px 0 0;
}
.ui-cell-0[data-v-07809523] { background: #fff;
}
.ui-cell-1[data-v-07809523] { background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.ui-cell-2[data-v-07809523] { background: #fff; border: 1px solid #ddd;
}
.ui-cell-3[data-v-07809523] { background: none;
}
.ui-cell-3 .ui-radius-1[data-v-07809523] { border-radius: 5px;
}
.ui-buy-0[data-v-07809523] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 70%; border: 1px solid #ff0000; border-radius: 50%;
}
.ui-buy-1[data-v-07809523] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAEECAwPDQIOCwYHAwkJ+gUG8tO0l2AAABMUlEQVQ4y62U6XKGIAxFCZuIa8/7P2z9XMqAiJ1O7x8Nc3IhIapuEr2pU211Xz2nvBkfMW3JFGLdbT6Mtn1F62G3tvrOrQ6c6dKCxACYkvsCJikWo4M5X5zAVbYRDz5L3eJqkbJsnikcwYmqq4fhJwi45FfZ/Spx+CQlAVnboD9zHEE9g8qAvgx1CxR3Wnq8KsGyd/JJgKkNaliPHo5tUDmW46zqBbTYvaP2DTS4A38H+YBn8dSUg/Z/wd9XPUD3Agb6YzqGNjhCPO7avt51dz1boAT8NZn2ZR5jmsxnUBw2vTp5BC3JJoKXB3CGJatrTmRxQF98vb67Y7L5BSn/CC6WnPaV/AEIOrsQC/T3E+kAuHkd997qaQ+NqikGchlRD1oXx6U+impp1IMxRmv1V30DV0IZhX5uvQ4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-4[data-v-07809523] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAOVBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABQ/HKoAAAAEnRSTlMAwIA/IGCgEPAwUOCQsHDQz2+xf+vnAAAA0UlEQVQ4y9XUSw6DMAxFUSeEJPxaeve/2CJggLERHVXiTIBIEL8IWx6iWRW507Kq7e0H2SW5UZpFD1l+EgjrNVW0GkWJsJds5HOmtN1E7Q3dKVPvRwC9+fZsdaBPbmASTw+NWpiYxRPBLngyg9miuzxgW7QFo2h+7AQv0d4E/59pbNV+6OIu2dD1ZhMb2pZtQ2uV7Ie25RDOBq9FUsXwD7fkYPTyJ21sy+Fkx0+6nhqzGg1VXJOaGBGuOm5kUdRU6vyOq8d2LwOEy5GV1ItJHuQLeCkN/rLLsu4AAAAASUVORK5CYII=) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-5[data-v-07809523] { width: 20px; height: 20px; background: #ddd; text-indent: -99em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAJFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AABekTwbAAAAC3RSTlMA8EAgEGCwoDCvX2IWwGEAAADBSURBVCjPY8ALWJSUHNCEmFfuBoJZBihis3eDwU4kUZbq3VCwHWFE4244kICJsUojBDcGQAWjdyOBrRAxDpBChNIGsKDjbhQgAhaEWs3ADXUA2I27UQV3g9zKiS44AShojS64GeQghCDCUdnogtuAgrvRBXcDAwNT0IGBCVNQASy4ARGKJApitQibk3A5HtObuAKEDV0wAWsg44oOBkdUQRHcUYyZGDCTDbYEhj8pMjBnQ72NmpTDQGKpBvgzAiYAAOOFT0MnNku6AAAAAElFTkSuQmCC) center center no-repeat; background-size: 100%; border-radius: 50%;
}
.ui-buy-2[data-v-07809523] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 20px;
}
.ui-buy-3[data-v-07809523] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 3px;
}
.ui-buy-6[data-v-07809523] { line-height: 20px; font-size: 12px; padding: 0 8px; background: #ff0000; color: #ffffff; border-radius: 3px;
}
.ui-buy-7[data-v-07809523] { line-height: 20px; font-size: 12px; padding: 0 8px; border: 1px solid #ff0000; background: #ffffff; color: #ff0000; border-radius: 20px;
}
.ui-tag-0[data-v-07809523] { background: #ff0000; border-radius: 0 5px 5px 0; position: relative; top: 8px;
}
.ui-tag-0[data-v-07809523]::before { line-height: 20px; content: '新品'; font-size: 12px; color: #fff; padding: 0 12px;
}
.ui-tag-1[data-v-07809523] { background: #ff0000; border-radius: 5px; position: relative; top: 8px; left: 8px;
}
.ui-tag-1[data-v-07809523]::before { display: inline-block; width: 10px; line-height: 16px; content: '热卖'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-2[data-v-07809523] { background: #ff0000; border-radius: 0 0 5px 5px; position: relative; top: 0; left: 8px;
}
.ui-tag-2[data-v-07809523]::before { width: 1em; line-height: 16px; content: 'NEW'; font-size: 12px; color: #fff; padding: 0 8px;
}
.ui-tag-3[data-v-07809523] { position: relative; top: -2px; left: 8px;
}
.ui-tag-3[data-v-07809523]::before { content: ''; display: block; width: 40px; height: 40px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAAYFBMVEUAAAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/AAD/QED/////wMD/gID/ICD/YGD/EBD/8PD/MDD/4OD/z8//v7//sLD/kJD/0ND/cHD/UFCIadhtAAAADnRSTlMAP4AQIPCwwJBQ4NCgcAcRFFUAAADwSURBVDjL3dTbDoMgDAZgEZzuJLSAzsO293/LQXXGxSG7MTH7LxCaTxoT02SrcBaMmLuiXMmBR9yUfIJlJGx0LAavv8J0F9BKqkhLK2LtHlpS9AeUiqByvm4UgGptaQCqCsAEoG3u1t12b/0ZwC0BaJSm9qqOwA5KSoUBSHEQ+gFCCEofD7sB3jDSur/RTqtnBGqFfteRX4Pus1vEpqq/Q41UQe279gAPS2djdvT3/C3MirTIfoAXP2pEHoNnNhaP2RrM0tkkPCygmAaceKvPS9m7Mrx7Gs+LS898KuS+K0+WOZ7ceJz3ESwJRPBko7wA9HU5jIb/LaEAAAAASUVORK5CYII=) center top no-repeat; background-size: 100%;
}
.ui-tag-4[data-v-07809523] { position: relative; top: 0; left: 0;
}
.ui-tag-4 img[data-v-07809523] { display: block; max-width: 60px; max-height: 60px;
}
.ui-bargain[data-v-07809523] { background: #f0f0f0; padding: 0 0 0;
}
.ui-bargain .main[data-v-07809523] { position: relative; overflow: hidden;
}
.ui-bargain .list[data-v-07809523] { position: relative;
}
.ui-bargain .item[data-v-07809523] { float: left; width: auto;
}
.ui-bargain .cell[data-v-07809523] { position: relative; border-radius: 5px 5px 0 0;
}
.ui-bargain .cell.r0[data-v-07809523] { border-radius: 0;
}
.ui-bargain .cell.r1[data-v-07809523] { border-radius: 5px;
}
.ui-bargain .thum[data-v-07809523] { position: relative;
}
.ui-bargain .img[data-v-07809523] { position: relative; padding: 0 0 100%;
}
.ui-bargain .img img[data-v-07809523] { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #eee;
}
.ui-bargain .exp[data-v-07809523] { padding: 0 10px; position: relative;
}
.ui-bargain .title[data-v-07809523] { position: relative;
}
.ui-bargain .title h3[data-v-07809523],
.ui-bargain .title h4[data-v-07809523] { height: 40px; line-height: 20px; color: #333; font-weight: normal; overflow: hidden;
}
.ui-bargain .title h3[data-v-07809523] { padding: 5px 0 0;
}
.ui-bargain .title h4[data-v-07809523] { height: 20px; color: #999; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; padding: 0 0 5px;
}
.ui-bargain .title.al-0[data-v-07809523] { text-align: left;
}
.ui-bargain .title.al-1[data-v-07809523] { text-align: center;
}
.ui-bargain .title.ft-0 h3[data-v-07809523] { font-weight: normal;
}
.ui-bargain .title.ft-1 h3[data-v-07809523] { font-weight: bold;
}
.ui-bargain .stock[data-v-07809523] { line-height: 16px; font-size: 12px; color: #999;
}
.ui-bargain .other[data-v-07809523] { height: 40px;
}
.ui-bargain .price[data-v-07809523] { line-height: 40px; white-space: nowrap;
}
.ui-bargain .price li[data-v-07809523] { display: inline-block; vertical-align: middle; margin: 0 5px 0 0;
}
.ui-bargain .price li em[data-v-07809523] { font-size: 12px;
}
.ui-bargain .price li[data-v-07809523]:nth-child(1) { color: #ff0000; font-size: 16px;
}
.ui-bargain .price li[data-v-07809523]:nth-child(2) { color: #bbbbbb; text-decoration: line-through;
}
.ui-bargain .price em[data-v-07809523] { font-style: normal;
}
.ui-bargain .buy[data-v-07809523] { position: absolute; right: 10px; bottom: 10px;
}
.ui-bargain .buy span[data-v-07809523] { display: block; overflow: hidden;
}
.ui-bargain .tag[data-v-07809523] { position: absolute; left: 0; top: 0;
}
.ui-bargain .tag i[data-v-07809523] { display: block; overflow: hidden; font-style: normal;
}
.ui-bargain .clock[data-v-07809523] { position: relative; padding: 3px 10px; background: #fd3e20; background: -webkit-linear-gradient(left, #fd3e20, #fc6340); color: #ffffff; overflow: hidden;
}
.ui-bargain .clock h4[data-v-07809523] { float: left; line-height: 40px; font-size: 20px; display: none;
}
.ui-bargain .clock dl[data-v-07809523] { float: right; line-height: 30px; width: 100%;
}
.ui-bargain .clock dt[data-v-07809523] { float: left; opacity: .5;
}
.ui-bargain .clock dt span[data-v-07809523] { display: none;
}
.ui-bargain .clock dd[data-v-07809523] { float: right; position: relative;
}
.ui-bargain .clock dd span[data-v-07809523] { display: inline;
}
.ui-bargain .clock dd i[data-v-07809523] { font-style: normal; display: none;
}
.ui-bargain .center-0 .item[data-v-07809523] { width: 100%;
}
.ui-bargain .center-0 .title h3[data-v-07809523] { height: 20px;
}
.ui-bargain .center-0 .clock h4[data-v-07809523] { display: block;
}
.ui-bargain .center-0 .clock dl[data-v-07809523] { width: auto; line-height: 20px;
}
.ui-bargain .center-0 .clock dt[data-v-07809523] { float: none;
}
.ui-bargain .center-0 .clock dt span[data-v-07809523] { display: inline;
}
.ui-bargain .center-0 .clock dd[data-v-07809523] { float: none;
}
.ui-bargain .center-0 .clock dd span[data-v-07809523] { display: none;
}
.ui-bargain .center-0 .clock dd i[data-v-07809523] { display: inline;
}
.ui-bargain .center-1 .item[data-v-07809523] { width: 50%;
}
.ui-bargain .center-2 .item[data-v-07809523] { width: 33.33%;
}
.ui-bargain .center-2 .price li[data-v-07809523]:nth-child(1) { font-size: 14px;
}
.ui-bargain .center-2 .buy[data-v-07809523] { bottom: 10px;
}
.ui-bargain .center-2 .buy span[data-v-07809523] { transform: scale(.75);
}
.ui-bargain .center-2 .clock[data-v-07809523] { display: none;
}
.ui-bargain .center-3 .item[data-v-07809523] { width: 100%;
}
.ui-bargain .center-3 .cell[data-v-07809523] { overflow: hidden;
}
.ui-bargain .center-3 .thum[data-v-07809523] { float: left; width: 120px; height: 120px;
}
.ui-bargain .center-3 .img[data-v-07809523] { padding: 0 0 100%;
}
.ui-bargain .center-3 .exp[data-v-07809523] { margin: 0 0 0 120px;
}
.ui-bargain .center-3 .ui-radius-1[data-v-07809523] { border-radius: 5px 0 0 5px;
}
.ui-bargain .center-3 .title[data-v-07809523] { text-align: left !important;
}
.ui-bargain .center-3 .clock[data-v-07809523] { position: absolute; left: 0; bottom: 0; width: 100px;
}
.ui-bargain .center-3 .clock dl[data-v-07809523] { line-height: 20px;
}
.ui-bargain .center-3 .clock dt[data-v-07809523] { display: none;
}
.ui-bargain .center-3 .clock dd[data-v-07809523] { float: none; text-align: center;
}
.ui-bargain .center-4 .item[data-v-07809523] { width: 50%;
}
.ui-bargain .center-4 .item[data-v-07809523]:nth-child(1),
.ui-bargain .center-4 .item[data-v-07809523]:nth-child(3n+1) { width: 100%;
}
.ui-bargain .center-4 .item:nth-child(1) .clock h4[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock h4[data-v-07809523] { display: block;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dl[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dl[data-v-07809523] { width: auto; line-height: 20px;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dt[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dt[data-v-07809523] { float: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dt span[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dt span[data-v-07809523] { display: inline;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd[data-v-07809523] { float: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd span[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd span[data-v-07809523] { display: none;
}
.ui-bargain .center-4 .item:nth-child(1) .clock dd i[data-v-07809523],
.ui-bargain .center-4 .item:nth-child(3n+1) .clock dd i[data-v-07809523] { display: inline;
}
.ui-bargain .center-5 .main[data-v-07809523] { overflow-x: auto;
}
.ui-bargain .center-5 .list[data-v-07809523] { width: 1000%;
}
.ui-bargain .center-5 .item[data-v-07809523] { width: 140px; margin: 0 0 0;
}
.ui-bargain .center-5 .price li[data-v-07809523]:nth-child(1) { font-size: 14px;
}
.ui-bargain .center-5 .buy[data-v-07809523] { bottom: 10px;
}
.ui-bargain .center-5 .buy span[data-v-07809523] { transform: scale(.75);
}
.ui-bargain .center-5 .clock[data-v-07809523] { display: none;
}

.ui-form[data-v-28848b36] {
  position: relative;
  background: #fff;
}
.ui-form .main[data-v-28848b36] {
  position: relative;
}
.ui-form .list[data-v-28848b36] {
  padding: 0.3rem;
  position: relative;
}
.ui-form .foot[data-v-28848b36] {
  padding: 0 0.3rem 0.3rem;
  position: relative;
}
.ui-form .rows[data-v-28848b36] {
  position: relative;
  margin: 0 0 0.1rem;
}
.ui-form .label[data-v-28848b36] {
  white-space: nowrap;
  position: relative;
}
.ui-form .label label[data-v-28848b36] {
  line-height: 0.7rem;
  color: #333;
}
.ui-form .label i[data-v-28848b36] {
  font-style: normal;
  color: #ff0000;
  margin: 0 0 0 0.1rem;
}
.ui-form .control[data-v-28848b36] {
  position: relative;
}
.ui-form .text[data-v-28848b36] {
  position: relative;
}
.ui-form .text input[data-v-28848b36] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .text .sendsms[data-v-28848b36] {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  z-index: 1;
  background: #eeeeee;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ui-form .text .sendsms[data-v-28848b36]:hover {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.ui-form .text .sendsms span[data-v-28848b36] {
  display: block;
  padding: 0 20px;
}
.ui-form .textarea[data-v-28848b36] {
  position: relative;
}
.ui-form .textarea textarea[data-v-28848b36] {
  width: 100%;
  height: 1.6rem;
  padding: 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .select[data-v-28848b36] {
  position: relative;
}
.ui-form .select select[data-v-28848b36] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .radio[data-v-28848b36],
.ui-form .checkbox[data-v-28848b36] {
  position: relative;
  overflow: hidden;
}
.ui-form .radio .item[data-v-28848b36],
.ui-form .checkbox .item[data-v-28848b36] {
  float: left;
  width: 50%;
  padding: 8px 0;
  color: #666666;
  overflow: hidden;
  cursor: pointer;
}
.ui-form .radio .item input[data-v-28848b36],
.ui-form .checkbox .item input[data-v-28848b36] {
  float: left;
}
.ui-form .radio .item span[data-v-28848b36],
.ui-form .checkbox .item span[data-v-28848b36] {
  display: block;
  margin: -0.1rem 0 0 0.3rem;
  text-align: justify;
}
.ui-form .huxing[data-v-28848b36] {
  position: relative;
  width: 100%;
}
.ui-form .huxing .txt[data-v-28848b36] {
  position: relative;
  background: #f5f5f5;
}
.ui-form .huxing .txt .f[data-v-28848b36] {
  position: absolute;
  right: 0;
  top: 0;
  width: 0.7rem;
  height: 0.7rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUBAMAAAB/pwA+AAAAIVBMVEUAAABwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBwcHBra2ucbZClAAAAC3RSTlMAEDBQcmCQgKAgH0MJP0cAAABASURBVAjXYyAXTEAwTSGUMhAzK4BYTAYg0ghEqIKlWIHCjAUQZYkMDCJQjSwCjA4wQxw5BGBMtkK40YwLGMgHAN2PBGYPwYYEAAAAAElFTkSuQmCC) center center no-repeat;
}
.ui-form .huxing .txt input[data-v-28848b36] {
  width: 100%;
  height: 0.7rem;
  padding: 0 0.2rem;
  box-sizing: border-box;
  background: #f5f5f5;
  border: 0;
  color: #666666;
}
.ui-form .submit[data-v-28848b36] {
  position: relative;
}
.ui-form .submit input[data-v-28848b36] {
  width: 100%;
  height: 0.7rem;
  background: none;
  border: 0;
  cursor: pointer;
}
.ui-form .center-2 .list[data-v-28848b36] {
  padding-bottom: 0;
}
.ui-form .center-2 .rows[data-v-28848b36] {
  margin: 0 0 0.3rem;
}
.ui-form .center-2 .label[data-v-28848b36] {
  display: none;
}
.ui-form .center-1 .text input[data-v-28848b36],
.ui-form .center-1 .textarea textarea[data-v-28848b36],
.ui-form .center-1 .select select[data-v-28848b36],
.ui-form .center-1 .huxing .txt[data-v-28848b36] {
  background: #fff;
  border: 1px solid #ddd;
}
.ui-form .center-2 .text input[data-v-28848b36],
.ui-form .center-2 .textarea textarea[data-v-28848b36],
.ui-form .center-2 .select select[data-v-28848b36],
.ui-form .center-2 .huxing .txt[data-v-28848b36] {
  background: #fff;
  border: 1px solid #ddd;
}






























































/**************************
 ** ui-search-panel
 ** liqingyun
 **************************/
.ui-search-panel[data-v-23b8598e] { position: relative;
}
.ui-search-panel .inner[data-v-23b8598e] { position: relative; padding: .2rem;
}
.ui-search-panel .input[data-v-23b8598e] { background: #fff; position: relative; padding: 0 .2rem;
}
.ui-search-panel .input img[data-v-23b8598e] { width: 24px; height: 24px; vertical-align: middle;
}
.ui-search-panel .input span[data-v-23b8598e] { vertical-align: middle;
}
.ui-search-panel .center-0 .input[data-v-23b8598e],
.ui-search-panel .center-1 .input[data-v-23b8598e] {
}
.ui-search-panel .center-2 .inner[data-v-23b8598e],
.ui-search-panel .center-3 .inner[data-v-23b8598e] { position: absolute; left: 0; top: 0; right: 0; z-index: 10;
}


.uc-table-body .cols[data-v-225e0e3a] {
  height: auto;
}
.uc-table-body .thumb[data-v-225e0e3a] {
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.uc-table-body .icon[data-v-225e0e3a] {
  padding: 4px;
}

/**************************
 ** ui-magic
 **************************/
.ui-column-1[data-v-57b46cc4] {
  width: 33.33% !important;
}
.ui-column-2[data-v-57b46cc4] {
  width: 25% !important;
}
.ui-column-3[data-v-57b46cc4] {
  width: 20% !important;
}
.ui-default[data-v-57b46cc4] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-magic .list[data-v-57b46cc4] {
  position: relative;
  overflow: hidden;
  padding: 5px;
  line-height: 0;
}
.ui-magic .list .item[data-v-57b46cc4] {
  display: inline-block;
  vertical-align: middle;
}
.ui-magic .list .item .link[data-v-57b46cc4] {
  display: block;
  text-align: center;
  margin: 5px;
}
.ui-magic .center-0 .img[data-v-57b46cc4] {
  position: relative;
  margin: 0 10px;
}
.ui-magic .center-0 .img figure[data-v-57b46cc4] {
  display: block;
  position: relative;
  padding: 0 0 100%;
}
.ui-magic .center-0 .img img[data-v-57b46cc4] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ui-magic .center-0 .tit[data-v-57b46cc4] {
  padding: 0 5px;
  line-height: 32px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}
.ui-magic .center-1 .ui-fixed-1[data-v-57b46cc4] {
  overflow: scroll;
  white-space: nowrap;
}
.ui-magic .center-1 .tit[data-v-57b46cc4] {
  padding: 0 5px;
  line-height: 32px;
  font-size: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
}

.outer[data-v-7f61c11c] {
  position: relative;
}
.ui-video[data-v-7f61c11c] {
  position: relative;
  height: 100%;
  box-sizing: border-box;
}
.ui-video .video-player[data-v-7f61c11c] {
  position: relative;
  display: block;
  z-index: 1;
  background: #000000;
}

.uc-transfer[data-v-1ca1cf9f] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-1ca1cf9f] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-1ca1cf9f] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-1ca1cf9f] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-1ca1cf9f] .article-item .icon i + i {
  margin-left: 10px;
}

.uc-transfer[data-v-5dc19855] .article-item {
  display: flex;
  align-items: center;
}
.uc-transfer[data-v-5dc19855] .article-item .title {
  display: inline-block;
  width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.uc-transfer[data-v-5dc19855] .article-item .icon {
  font-size: 16px;
}
.uc-transfer[data-v-5dc19855] .article-item .icon i:hover {
  color: #fff;
  background: #409EFF;
}
.uc-transfer[data-v-5dc19855] .article-item .icon i + i {
  margin-left: 10px;
}

/***** 页面布局 *****/
#jz-operation[data-v-83f028b8] {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #f9f9f9;
  padding: 0;
}
#jz-panel[data-v-83f028b8] {
  position: fixed;
  left: 0;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 280px;
}
#jz-config[data-v-83f028b8] {
  position: fixed;
  right: 0px;
  top: 60px;
  bottom: 0;
  z-index: 10;
  width: 376px;
}
#jz-region[data-v-83f028b8] {
  position: fixed;
  left: 300px;
  right: 340px;
  top: 60px;
  bottom: 0;
  z-index: 1;
  padding: 20px 0;
  overflow: auto;
}
#jz-model[data-v-83f028b8] {
  width: 395px;
  height: 767px;
  padding: 50px 10px;
  background: #ccc;
  border-radius: 20px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
#jz-district[data-v-83f028b8] {
  width: 375px;
  height: 667px;
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
#jz-panel2[data-v-83f028b8] {
  position: absolute;
  left: 50%;
  top: 785px;
  margin: 0 0 0 210px;
}
/***** 模拟界面 *****/
.ui-page[data-v-83f028b8] {
  position: absolute;
  left: 0;
  top: 60px;
  right: -1px;
  bottom: 0;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}
.ui-page > div > ul[data-v-83f028b8] {
  min-height: 620px;
  padding: 0 0 60px;
}
.ui-page > div > ul[data-v-83f028b8]:empty::before {
  content: "请拖动模块到网站主体区域";
  display: block;
  padding: 295px 0;
  text-align: center;
  background: #f5f5f5;
  color: #999;
  font-size: 16px;
}
.ui-page .ui-item[data-v-83f028b8] {
  position: relative;
  background: #fff;
}
.ui-page .ui-item .ui-item.editing[data-v-83f028b8] {
  cursor: move;
}
.ui-page .ui-item .holder[data-v-83f028b8] {
  height: 40px;
  background: #f0f6fd;
  position: relative;
}
.ui-page .ui-item .holder[data-v-83f028b8]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409eff;
}
.ui-page .ui-item .holder > *[data-v-83f028b8] {
  display: none;
}
.ui-page .ui-item .operation[data-v-83f028b8] {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
  padding: 5px;
}
.ui-page .ui-item .operation .delete[data-v-83f028b8],
.ui-page .ui-item .operation .copy[data-v-83f028b8] {
  float: left;
  padding: 0;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  text-indent: -99em;
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAAC3RSTlMA9EBQWEs6ekRycKMiiCkAAABDSURBVAjXY8AHOBMYGNgWABksYgwMig4gIUcFJmGwHLNQowFElaEoVHkgkAGRUjSAyAAVQwQYGMBC7A0MDEwF+KwEAJ5MBZ6IcXsmAAAAAElFTkSuQmCC) center center no-repeat #000000;
  opacity: 0.5;
}
.ui-page .ui-item .operation .copy[data-v-83f028b8] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAABlBMVEUAAAD///+l2Z/dAAAAAXRSTlMAQObYZgAAACFJREFUCNdjgAP5BwwCCgzCfxiEWBBIjoWBiYWB+Q9cFQBhYQO+6WyvHQAAAABJRU5ErkJggg==);
}
.ui-page .ui-item .operation .delete[data-v-83f028b8]:hover,
.ui-page .ui-item .operation .copy[data-v-83f028b8]:hover {
  opacity: 0.8;
}
.ui-page .ui-item .default[data-v-83f028b8] {
  padding: 40px 0;
  text-align: center;
  line-height: 20px;
  background: #ebf8fd;
  color: #88c4dc;
}
.ui-page .ui-item .data[data-v-83f028b8] {
  position: relative;
}
.ui-page .ui-item .pointer[data-v-83f028b8] {
  border: 1px dashed #409EFF;
  cursor: move;
}
/***** 控件面板 *****/
.config[data-v-83f028b8] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-left: 0px solid #eee;
  animation: slideInRight 0.2s ease;
}
.panel[data-v-83f028b8] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #fff;
  border-right: 0px solid #eee;
}
.panel-modules[data-v-83f028b8] {
  min-height: 507px;
  overflow: hidden;
  overflow-y: auto;
}
.panel-modules .group[data-v-83f028b8] {
  overflow: hidden;
  position: relative;
  padding: 0;
  border-bottom: 0;
}
.panel-modules .tead[data-v-83f028b8] {
  position: relative;
  border-bottom: 1px solid #eee;
}
.panel-modules .tead h2[data-v-83f028b8] {
  line-height: 45px;
  font-weight: normal;
  cursor: pointer;
}
.panel-modules .tead h2[data-v-83f028b8]::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right-color: #666;
  border-bottom-color: #666;
  margin: -3px 10px 0 15px;
  vertical-align: middle;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.panel-modules .tead.active[data-v-83f028b8] {
  color: #5874d8;
}
.panel-modules .tead.active h2[data-v-83f028b8]::before {
  border-right-color: #5874d8;
  border-bottom-color: #5874d8;
  transform: rotate(0);
}
.panel-modules .list[data-v-83f028b8] {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.panel-modules .list ul[data-v-83f028b8] {
  overflow: hidden;
  position: relative;
  margin: 0 0 -1px;
}
.panel-modules .list li[data-v-83f028b8] {
  float: left;
  width: 25%;
  padding: 15px 5px;
  border-right: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
  cursor: pointer;
  text-align: center;
  position: relative;
  box-sizing: border-box;
  background: #ffffff;
}
.panel-modules .list li[data-v-83f028b8]:nth-child(4n) {
  border-right: 0;
}
.panel-modules .list li i[data-v-83f028b8] {
  display: inline-block;
  width: 26px;
  height: 26px;
  font-size: 24px;
}
.panel-modules .list li h3[data-v-83f028b8] {
  line-height: 20px;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel-modules .list li[data-v-83f028b8]:hover {
  background: #fff;
  color: #409eff;
}
.panel-modules .sign[data-v-83f028b8] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.panel-modules .sign span[data-v-83f028b8] {
  display: block;
  line-height: 20px;
  padding: 0 6px;
  background: #ff0000;
  color: #ffffff;
  font-size: 12px;
}
.jz-entry[data-v-83f028b8] {
  position: absolute;
  left: 0;
  bottom: 0;
}
.jz-entry .item[data-v-83f028b8] {
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 0 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.3s ease;
}
.jz-entry .item img[data-v-83f028b8] {
  width: 20px;
  height: 20px;
  display: block;
}
.jz-entry .item[data-v-83f028b8]:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.jz-entry .item:hover img[data-v-83f028b8] {
  transform: scale(1.1);
}
/***** 个性化插件 *****/
#jz-panel .sortable-chosen[data-v-83f028b8]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409eff;
}
#jz-panel .sortable-ghost[data-v-83f028b8] {
  background: #f0f6fd !important;
}
#jz-panel .sortable-fallback[data-v-83f028b8] {
  opacity: 1 !important;
}
#jz-config .sortable-chosen[data-v-83f028b8]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px solid #409eff;
}
#jz-config .sortable-fallback[data-v-83f028b8] {
  background: #fff !important;
  opacity: 0.9 !important;
}
#jz-district .sortable-chosen[data-v-83f028b8]:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  border: 1px dashed #409eff;
}
#jz-district .sortable-ghost[data-v-83f028b8] {
  background: #f0f6fd !important;
}
#jz-district .sortable-ghost > *[data-v-83f028b8] {
  opacity: 0;
}
#jz-district .sortable-fallback[data-v-83f028b8] {
  opacity: 0.9 !important;
}
.layout-pop[data-v-83f028b8] {
  width: 120px !important;
}
.layout-pop .head[data-v-83f028b8] {
  margin: 0 0 5px;
}
.layout-pop .foot[data-v-83f028b8] {
  text-align: right;
}

.product-center[data-v-78abeaab] {
  padding: 15px;
  height: 100%;
  background: #fff;
}
.product-center .product-tab[data-v-78abeaab] {
  margin-top: 15px;
}

.product-sort-dialog .el-dialog__body {
  padding-top: 0px;
}
.product-sort-dialog .el-dialog__body .el-table thead tr th {
  background: #f5f5f5;
}

.el-form-item.is-error .v-number.el-textarea{
  border-color: #f56c6c;
}
.v-number {
  position: relative;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
}
.v-number .el-textarea__inner{
  border: none;
}
.v-number textarea, .v-number input {
  font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
}
.v-number .jw-dct-number {
  color: #c0ccda;
}
.v-number.el-input .jw-dct-number {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 37px;
}
.v-number.el-textarea .jw-dct-number {
  float: right;
  margin-top: 4px;
  margin-right: 10px;
  line-height: 20px;
}
.v-number .red {
  color: #ff4949;
}
.el-input.v-number input {
  padding-right: 50px;
}

.nav-title[data-v-657e77bc] {
  box-sizing: border-box;
  height: 40px;
  font-size: 16px;
  display: flex;
  align-items: center;
  background: #f8f8f8;
  padding: 16px 20px;
  margin: 0 0 25px;
}
.nav-title .content[data-v-657e77bc] {
  padding-left: 8px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #333333;
  font-weight: bold;
  border-left: 3px solid #fe7316;
}
.nav-title .tips[data-v-657e77bc] {
  height: 27px;
  margin-left: 15px;
  font-size: 14px;
  display: flex;
}

.version-list[data-v-1d476288] {
  margin-top: 9px;
}
.version-list .el-radio[data-v-1d476288] {
  padding-bottom: 15px;
}
.version-list .el-radio + .el-radio[data-v-1d476288] {
  margin-left: 0;
}
.version-list .el-radio[data-v-1d476288]:not(last-child) {
  margin-right: 25px;
}

.category-list[data-v-479af82c] {
  margin: 8px 0;
}
.category-list .category-item[data-v-479af82c] {
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f2f2f2;
  border-radius: 10px;
  padding: 0 15px;
}
.category-list .category-item .category-name[data-v-479af82c] {
  width: 40%;
}
.category-list .category-item .category-name .cms-icon[data-v-479af82c] {
  color: #5cafef;
  font-weight: bold;
  margin-right: 10px;
}
.category-list .category-item .pn[data-v-479af82c] {
  width: 35%;
}
.category-list .category-item .actions[data-v-479af82c] {
  opacity: 0;
  transition: opacity 0.1s ease;
}
.category-list .category-item[data-v-479af82c]:hover {
  transition: background 0.1s linear;
  background: #edf2fe;
}
.category-list .category-item:hover .actions[data-v-479af82c] {
  opacity: 1;
}

.product-add[data-v-7d3b8920] {
  position: relative;
  padding: 15px 15px 45px;
  background-color: #fff;
  height: 100%;
  overflow: auto;
}
.product-add[data-v-7d3b8920] .resource-wrap .tips {
  margin-left: 10px;
  color: #ccc;
}
.product-add .no-btn[data-v-7d3b8920] [role="button"] {
  display: none;
}
.product-add .no-btn[data-v-7d3b8920] .el-input__inner {
  padding-right: 15px !important;
}
.product-add .btn-wrap[data-v-7d3b8920] {
  position: fixed;
  left: 195px;
  right: 10px;
  bottom: 0;
  z-index: 50;
  background: #fff;
  padding: 15px 0;
  text-align: center;
  border-top: 15px solid #f9f9f9;
}

