.title-line[data-v-62068ff6] {
  margin-top: 10px;
  background: #fff;
  padding: 10px 15px;
  font-size: 16px;
  color: #ff2222;
  display: flex;
  justify-content: left;
  font-weight: bold;
}
.title-line span[data-v-62068ff6] {
  color: #333333;
  width: 100px;
}
.content-line[data-v-62068ff6] {
  margin-top: 10px;
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  color: #333333;
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}
.content-line label span[data-v-62068ff6] {
  color: #ff2222;
  padding-right: 3px;
}

.content-inner[data-v-3c24fb56] {
  padding-top: 40px;
}
.search[data-v-3c24fb56] {
  margin: 0 0 0 10px;
}
.tencen-map[data-v-3c24fb56] {
  position: relative;
  margin: 0 40px 20px;
  overflow: hidden;
}
.tencen-map .panel[data-v-3c24fb56] {
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  z-index: 2;
  width: 300px;
  background: #ffffff;
  border-right: 1px solid #ddd;
  animation: slideInLeft 0.3s ease;
}
.tencen-map .panel .null[data-v-3c24fb56] {
  padding: 10px;
}
.tencen-map .panel .null p[data-v-3c24fb56] {
  line-height: 30px;
  color: #888888;
}
.tencen-map .panel .scroll[data-v-3c24fb56] {
  padding: 8px;
  height: 500px;
  margin: 0 -1px 0 0;
  overflow: hidden;
  overflow-y: auto;
}
.tencen-map .panel .scroll .list[data-v-3c24fb56] {
  position: relative;
}
.tencen-map .panel .scroll .list .item[data-v-3c24fb56] {
  position: relative;
}
.tencen-map .panel .scroll .list .item[data-v-3c24fb56]:hover {
  background: #f5f5f5;
}
.tencen-map .panel .scroll .list .item .cell[data-v-3c24fb56] {
  position: relative;
  cursor: pointer;
  padding: 10px;
}
.tencen-map .panel .scroll .list .item .cell h3[data-v-3c24fb56] {
  position: relative;
  line-height: 1.3;
  font-weight: normal;
  color: #3385ff;
  margin: 0 0 3px;
}
.tencen-map .panel .scroll .list .item .cell p[data-v-3c24fb56] {
  line-height: 1.3;
  color: #888888;
  font-size: smaller;
}
.tencen-map .panel .scroll .list .item .index[data-v-3c24fb56] {
  display: none;
}
.tencen-map .map[data-v-3c24fb56] {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 550px;
  border: 1px solid #dddddd;
}
.tencen-map .map #map[data-v-3c24fb56] {
  width: 100%;
  height: 100%;
}

.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 li img {
  max-width: 100%;
  max-height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.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;
}

.rcode[data-v-c2433d28] {
  width: 100%;
}
.rcode .img[data-v-c2433d28] {
  width: 100%;
}


[data-v-2ac36b92] .el-dialog__body {
  border-top: 1px solid #eeeeee;
}
.batch-tag[data-v-2ac36b92] {
  position: relative;
  margin: 0 40px 20px;
  color: #F59A23;
  overflow: hidden;
}
.batch-tag i[data-v-2ac36b92] {
  float: left;
  font-size: 32px;
}
.batch-tag span[data-v-2ac36b92] {
  display: block;
  margin: 0 0 0 40px;
  line-height: 20px;
}

.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;
}


[data-v-14ab37c0] .el-form-item {
  margin: 0 0 5px;
}
.xcx-popper[data-v-14ab37c0] {
  padding: 15px;
}
.xcx-popper .inner[data-v-14ab37c0] {
  position: relative;
}
.xcx-popper .row[data-v-14ab37c0] {
  line-height: 24px;
  overflow: hidden;
  position: relative;
  color: #999;
}
.xcx-popper .row label[data-v-14ab37c0] {
  float: left;
  text-align: right;
  width: 80px;
  padding-left: 6px;
  white-space: nowrap;
}
.xcx-popper .row p[data-v-14ab37c0] {
  white-space: nowrap;
}
.xcx-popper .row button[data-v-14ab37c0] {
  padding: 0;
}
.xcx-popper .row .preview-img[data-v-14ab37c0] {
  display: flex;
  padding-top: 6px;
}
.xcx-popper .row .preview-img .preview-img-item[data-v-14ab37c0] {
  padding: 0 5px;
}
.xcx-popper .row .preview-img .preview-img-item .preview-img-item-img[data-v-14ab37c0] {
  width: 100px;
  height: 100px;
}
.xcx-popper .row .preview-img .preview-img-item .preview-img-item-tips[data-v-14ab37c0] {
  text-align: center;
  font-size: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.xcx-popper .row .preview-img .preview-img-item .preview-img-item-tips[data-v-14ab37c0]:hover {
  color: #409EFF;
}
.ng-table[data-v-14ab37c0] {
  border: 1px solid #eee;
  border-right: 0;
  border-bottom: 0;
  background: #fff;
}
.ng-table .ng-tr[data-v-14ab37c0] {
  display: flex;
}
.ng-table .ng-tr .ng-td[data-v-14ab37c0] {
  flex: 1;
  border: 1px solid #eee;
  margin: -1px 0 0 -1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ng-table .ng-tr .ng-td .ng-td-type[data-v-14ab37c0] {
  width: 5em;
  padding: 0.3em 0.5em;
  line-height: 16px;
}
.ng-table .ng-tr .ng-td .ng-td-status[data-v-14ab37c0] {
  width: 5em;
  padding: 0.3em 0.5em;
  line-height: 16px;
}
.ng-table .ng-tr .ng-td .ng-td-sn[data-v-14ab37c0] {
  padding: 0.3em 0.5em;
  line-height: 16px;
}
.ng-table .ng-tr .ng-td .ng-td-opration[data-v-14ab37c0] {
  padding: 0.3em 0.5em;
}
.content-filter .el-form .el-input__inner[data-v-14ab37c0] {
  width: 250px;
}
.producer-form.el-form .el-form-item[data-v-14ab37c0] {
  margin-bottom: 25px;
}


[data-v-32848b19] .el-dialog__body {
  margin-top: -20px;
}
[data-v-32848b19] .el-alert {
  padding: 4px 15px;
  margin: 0 0 20px;
}

.form-copy-dialog /deep/ .alert-tag {
  margin: -22px 0 22px 0px;
}
.form-copy-dialog /deep/ .alert-tag .el-alert__title {
  font-size: 18px;
}

.extend-tips[data-v-4023a701] {
  color: #E6A23C;
  margin-left: 20px;
}
.jio-address[data-v-4023a701] {
  padding: 8px 0 0;
  line-height: 1.3;
  word-break: break-all;
}

