.client-product-library-page[data-v-471f57f9] {
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-x: hidden;
}
[data-v-471f57f9] .basic-container {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
}
[data-v-471f57f9] .basic-container__card {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-471f57f9] .basic-container__card .el-card__body {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header[data-v-471f57f9] {
  margin-bottom: 16px;
}
.header h2[data-v-471f57f9] {
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: 500;
}
.header .desc[data-v-471f57f9] {
  color: #606266;
  font-size: 14px;
}
.mission-center-container[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
  min-height: 0;
  max-width: 100%;
  gap: 10px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-weight: 400;
}
.sidebar-slide-enter-active[data-v-471f57f9],
.sidebar-slide-leave-active[data-v-471f57f9] {
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
}
.sidebar-slide-enter[data-v-471f57f9],
.sidebar-slide-leave-to[data-v-471f57f9] {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}
.sidebar-slide-enter-to[data-v-471f57f9],
.sidebar-slide-leave[data-v-471f57f9] {
  width: 260px;
  min-width: 260px;
  opacity: 1;
}
.sidebar-container[data-v-471f57f9] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  gap: 10px;
  overflow: hidden;
  padding: 1px 10px 0 5px;
  padding-right: 20px;
  background: transparent;
  pointer-events: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.sidebar-panel[data-v-471f57f9] {
  background: #fff;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  will-change: transform;
}
.sidebar-panel.full-height[data-v-471f57f9] {
  height: 97%;
}
.sidebar-panel .sidebar-header[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e4e7ed;
}
.sidebar-panel .sidebar-header .sidebar-title[data-v-471f57f9] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  font-family: inherit;
}
.sidebar-panel .sidebar-content[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px;
}
.shouqi[data-v-471f57f9] {
  font-size: 14px;
  font-weight: 400;
  color: #94a3b8;
  font-family: inherit;
  cursor: pointer;
}
.shouqi[data-v-471f57f9]:hover {
  color: #475569;
}
.cebianlanneiron[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  border-radius: 10px;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  font-size: 14px;
  font-family: "Inter", "Noto Sans SC", sans-serif;
  margin-bottom: 8px;
  color: #1f2329;
}
.cebianlanneiron[data-v-471f57f9]:hover {
  cursor: pointer;
  background-color: #f8fafc;
}
.cebianlanneiron.active[data-v-471f57f9] {
  background-color: #e0f2fe;
  color: #0ea5e9;
  font-weight: 500;
}
.cebianlanneiron .customer-name[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 8px;
}
.cebianlanneiron .customer-count[data-v-471f57f9] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.main-content[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  overflow-x: hidden;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  width: 0;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: margin-left 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: margin-left;
  padding-left: 0;
  background: #fff;
}
.main-content .inline-customer-trigger-btn[data-v-471f57f9] {
  border-color: #b3d8ff;
  color: #409eff;
  background: #ecf5ff;
}
.main-content .inline-customer-trigger-btn[data-v-471f57f9]:hover,
.main-content .inline-customer-trigger-btn[data-v-471f57f9]:focus {
  border-color: #409eff;
  background: #d9ecff;
  color: #409eff;
}
.toolbar-card[data-v-471f57f9] {
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-card .toolbar-form .el-form-item[data-v-471f57f9] {
  margin-bottom: 12px;
}
.table-toolbar[data-v-471f57f9] {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-toolbar .toolbar-left[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.table-toolbar .toolbar-right[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-toolbar .status-filter-group .el-radio-button__inner[data-v-471f57f9] {
  padding: 8px 15px;
  font-size: 13px;
}
.table-toolbar .status-filter-group .status-all .el-radio-button__inner[data-v-471f57f9] {
  color: #606266;
  border-color: #dcdfe6;
}
.table-toolbar .status-filter-group .status-all.is-active .el-radio-button__inner[data-v-471f57f9] {
  background-color: #f4f4f5;
  border-color: #dcdfe6;
  color: #606266;
}
.table-toolbar .status-filter-group .status-compliant .el-radio-button__inner[data-v-471f57f9] {
  color: #67c23a;
  border-color: #67c23a;
}
.table-toolbar .status-filter-group .status-compliant.is-active .el-radio-button__inner[data-v-471f57f9] {
  background-color: #67c23a;
  border-color: #67c23a;
  color: #fff;
}
.table-toolbar .status-filter-group .status-incomplete .el-radio-button__inner[data-v-471f57f9] {
  color: #e6a23c;
  border-color: #e6a23c;
}
.table-toolbar .status-filter-group .status-incomplete.is-active .el-radio-button__inner[data-v-471f57f9] {
  background-color: #e6a23c;
  border-color: #e6a23c;
  color: #fff;
}
.table-toolbar .status-filter-group .status-invalid .el-radio-button__inner[data-v-471f57f9] {
  color: #f56c6c;
  border-color: #f56c6c;
}
.table-toolbar .status-filter-group .status-invalid.is-active .el-radio-button__inner[data-v-471f57f9] {
  background-color: #f56c6c;
  border-color: #f56c6c;
  color: #fff;
}
.table-container[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}
.table-container[data-v-471f57f9] .el-table__fixed,
.table-container[data-v-471f57f9] .el-table__fixed-right {
  max-height: 100%;
}
.table-scroll[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 0;
}
.table-scroll-inner[data-v-471f57f9] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  background: #fff;
}
.table-scroll-inner[data-v-471f57f9] .el-table .el-table__fixed-right {
  right: 0 !important;
}
.table-scroll-inner[data-v-471f57f9] .el-table .el-table__fixed-right-patch {
  background: #fff;
}
.pagination[data-v-471f57f9] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 8px 12px;
  border-top: 1px solid #eef0f2;
  background: #fff;
  position: relative;
  z-index: 10;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
[data-v-471f57f9] .el-table {
  font-size: 14px;
  color: #1f2329;
}
[data-v-471f57f9] .el-table .el-table__header-wrapper th {
  font-weight: 600;
  font-size: 13px;
  color: #1f2329;
  background: #f6f7f9 !important;
  border-bottom: 1px solid #e6e8eb;
  padding: 10px 0;
}
[data-v-471f57f9] .el-table .el-table__header-wrapper th .cell {
  font-weight: 600;
  color: #1f2329;
  line-height: 1.5;
}
[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-header-wrapper th,[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-header-wrapper th {
  font-weight: 600;
  font-size: 13px;
  color: #1f2329;
  background: #f6f7f9 !important;
  border-bottom: 1px solid #e6e8eb;
  padding: 10px 0;
}
[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-header-wrapper th .cell,[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-header-wrapper th .cell {
  font-weight: 600;
  color: #1f2329;
  line-height: 1.5;
}
[data-v-471f57f9] .el-table .el-table__body-wrapper td {
  padding: 10px 0;
  color: #1f2329;
  border-bottom: 1px solid #eef0f2;
}
[data-v-471f57f9] .el-table .el-table__body-wrapper td .cell {
  color: #1f2329;
  line-height: 1.5;
  font-size: 14px;
}
[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-body-wrapper td,[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-body-wrapper td {
  padding: 10px 0 !important;
  border-bottom: 1px solid #eef0f2;
}
[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-body-wrapper td .cell,[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-body-wrapper td .cell {
  line-height: 1.5;
  font-size: 14px;
  color: #1f2329;
  padding: 0 10px;
}
[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-body-wrapper tr:hover td,[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-body-wrapper tr:hover td {
  background-color: #f7faff;
}
[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-body-wrapper tr.el-table__row--striped td,[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-body-wrapper tr.el-table__row--striped td {
  background-color: #fafbfc;
}
[data-v-471f57f9] .el-table .el-table__fixed-right .el-table__fixed-body-wrapper tr.el-table__row--striped:hover td,[data-v-471f57f9] .el-table .el-table__fixed .el-table__fixed-body-wrapper tr.el-table__row--striped:hover td {
  background-color: #f7faff;
}
[data-v-471f57f9] .el-table tr:hover > td {
  background-color: #f7faff;
}
[data-v-471f57f9] .el-table tr.el-table__row--striped td {
  background-color: #fafbfc;
}
[data-v-471f57f9] .el-table tr.el-table__row--striped:hover > td {
  background-color: #f7faff;
}
[data-v-471f57f9] .el-table.el-table--border {
  border: 1px solid #e6e8eb;
}
[data-v-471f57f9] .el-table.el-table--border::after,[data-v-471f57f9] .el-table.el-table--border::before {
  background-color: #e6e8eb;
}
[data-v-471f57f9] .el-table td,[data-v-471f57f9] .el-table th {
  border-right: 1px solid #e6e8eb;
}
[data-v-471f57f9] .el-table td:last-child,[data-v-471f57f9] .el-table th:last-child {
  border-right: none;
}
[data-v-471f57f9] .el-button {
  font-size: 14px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-v-471f57f9] .el-input__inner {
  font-size: 14px;
  color: #1f2329;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-v-471f57f9] .el-pagination {
  font-size: 14px;
  color: #1f2329;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[data-v-471f57f9] .el-pagination .el-pagination__total,[data-v-471f57f9] .el-pagination .el-pager li,[data-v-471f57f9] .el-pagination .btn-prev,[data-v-471f57f9] .el-pagination .btn-next {
  color: #1f2329;
  font-weight: 400;
}
.mission-center-container[data-v-471f57f9], .main-content[data-v-471f57f9], .table-container[data-v-471f57f9], .table-scroll[data-v-471f57f9] {
  -webkit-transform: none !important;
          transform: none !important;
}
[data-v-471f57f9] .el-dialog {
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
}
[data-v-471f57f9] .el-dialog .el-dialog__title {
  font-size: 16px;
  font-weight: 600;
  color: #1f2329;
}
[data-v-471f57f9] .el-dialog .el-dialog__body {
  font-size: 14px;
  color: #1f2329;
  line-height: 1.5;
}
[data-v-471f57f9] .el-dialog .el-form-item__label {
  font-size: 14px;
  font-weight: 400;
  color: #1f2329;
}
[data-v-471f57f9] .el-dialog .el-input__inner,[data-v-471f57f9] .el-dialog .el-textarea__inner {
  font-size: 14px;
  color: #1f2329;
  line-height: 1.5;
}
[data-v-471f57f9] .el-dialog .el-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
.drawer-content[data-v-471f57f9] {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
}
.drawer-content[data-v-471f57f9] .el-descriptions {
  font-size: 14px;
  color: #1f2329;
  line-height: 1.5;
}
.drawer-content[data-v-471f57f9] .el-descriptions .el-descriptions__label {
  font-size: 14px !important;
  font-weight: 400 !important;
  color: #606266 !important;
  padding: 10px 12px;
}
.drawer-content[data-v-471f57f9] .el-descriptions .el-descriptions__content {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #1f2329 !important;
  padding: 10px 12px;
}
.customs-status[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.customs-status .customs-missing[data-v-471f57f9] {
  font-size: 12px;
  color: #909399;
}
.elements-preview[data-v-471f57f9] {
  margin-top: 12px;
}
.elements-preview .preview-title[data-v-471f57f9] {
  font-size: 12px;
  color: #606266;
  margin-bottom: 6px;
}
.elements-preview .preview-content[data-v-471f57f9] {
  font-size: 12px;
  color: #303133;
  white-space: pre-wrap;
}
.sub-toolbar[data-v-471f57f9] {
  margin-bottom: 8px;
}
[data-v-471f57f9] .product-dialog .el-dialog__header {
  padding: 20px 24px 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 4px 4px 0 0;
}
[data-v-471f57f9] .product-dialog .el-dialog__header .el-dialog__title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
[data-v-471f57f9] .product-dialog .el-dialog__header .el-dialog__close {
  color: #fff;
  font-size: 20px;
}
[data-v-471f57f9] .product-dialog .el-dialog__header .el-dialog__close:hover {
  color: rgba(255, 255, 255, 0.8);
}
[data-v-471f57f9] .product-dialog .el-dialog__body {
  padding: 24px;
  background: #f5f7fa;
  max-height: calc(90vh - 120px);
  overflow-y: auto;
}
[data-v-471f57f9] .product-dialog .el-dialog__footer {
  padding: 16px 24px;
  background: #fff;
  border-top: 1px solid #e4e7ed;
  border-radius: 0 0 4px 4px;
}
.product-form .el-form-item[data-v-471f57f9] {
  margin-bottom: 18px;
}
.product-form .el-form-item .el-form-item__label[data-v-471f57f9] {
  color: #606266;
  font-weight: 500;
  padding: 0 12px 0 0;
}
.product-form .el-form-item .el-input__inner[data-v-471f57f9],
.product-form .el-form-item .el-textarea__inner[data-v-471f57f9],
.product-form .el-form-item .el-select .el-input__inner[data-v-471f57f9] {
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-form .el-form-item .el-input__inner[data-v-471f57f9]:focus,
.product-form .el-form-item .el-textarea__inner[data-v-471f57f9]:focus,
.product-form .el-form-item .el-select .el-input__inner[data-v-471f57f9]:focus {
  border-color: #667eea;
  -webkit-box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
          box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}
.form-section[data-v-471f57f9] {
  background: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e4e7ed;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.form-section[data-v-471f57f9]:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.form-section .section-title[data-v-471f57f9] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f2f5;
  position: relative;
}
.form-section .section-title i[data-v-471f57f9] {
  font-size: 18px;
  color: #667eea;
  margin-right: 8px;
}
.form-section .section-title span[data-v-471f57f9] {
  position: relative;
}
.form-section .section-title span[data-v-471f57f9]::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 40px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#667eea), to(#764ba2));
  background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
  border-radius: 2px;
}
.form-section .el-row[data-v-471f57f9] {
  margin-bottom: 0;
}
.form-section .el-row[data-v-471f57f9]:last-child {
  margin-bottom: 0;
}
.form-section .el-col .el-form-item[data-v-471f57f9] {
  margin-bottom: 18px;
}
