
.customer-overview-container[data-v-929580e4] {
  padding: 16px;
  background: #fff;
}
.search-bar[data-v-929580e4] {
  margin-bottom: 4px;
}

/* 修改状态弹窗 */
.status-dialog-content[data-v-929580e4] {
  padding: 0 10px;
}
.customer-info-row[data-v-929580e4] {
  margin-bottom: 10px;
  font-size: 14px;
}
.customer-info-row .label[data-v-929580e4] {
  color: #909399;
  margin-right: 8px;
}
.status-buttons[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.status-btn[data-v-929580e4] {
  padding: 8px 16px;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.status-btn[data-v-929580e4]:hover {
  border-color: #dcdfe6;
}
.status-btn.active[data-v-929580e4] {
  border-color: #409eff;
  background: #ecf5ff;
}

/* 详情抽屉内容 */
.detail-drawer-content[data-v-929580e4] {
  padding: 0 16px 16px;
}
.customer-header[data-v-929580e4] {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 16px;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.header-top-section .top-first-row[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.customer-name[data-v-929580e4] {
  font-size: 20px;
  font-weight: 600;
  color: #303133;
  margin: 0;
}
.follow-up-info[data-v-929580e4] {
  font-size: 13px;
  color: #606266;
}
.header-top-section .top-second-row[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.customer-basic-info[data-v-929580e4] {
  font-size: 13px;
  color: #606266;
}
.customer-basic-info span[data-v-929580e4] {
  margin: 0 8px;
}
.system-access-top[data-v-929580e4] {
  font-size: 13px;
  color: #606266;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.system-label[data-v-929580e4] {
  color: #909399;
}
.customer-status[data-v-929580e4] {
  margin-bottom: 4px;
}
.divider-line[data-v-929580e4] {
  border-top: 1px solid #ebeef5;
  margin: 8px 0;
}
.header-bottom-section[data-v-929580e4] {
  font-size: 13px;
  color: #606266;
}
.customer-contact-info span[data-v-929580e4],
.customer-other-info span[data-v-929580e4] {
  margin: 0 8px;
}
.customer-other-info[data-v-929580e4] {
  margin-top: 4px;
}
.detail-tabs[data-v-929580e4] {
  margin-top: 4px;
}
.entity-toolbar[data-v-929580e4] {
  margin-bottom: 12px;
}
/* 供应商接口 */
.interface-page-head[data-v-929580e4] {
  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: 12px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ebeef5;
}
.interface-page-title[data-v-929580e4] {
  color: #303133;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}
.interface-page-subtitle[data-v-929580e4] {
  margin-top: 4px;
  color: #606266;
  font-size: 12px;
}
.interface-actions[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.interface-summary-line[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  min-height: 34px;
  margin-bottom: 10px;
  padding: 7px 9px;
  border: 1px solid #d8e5f5;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f8fbff));
  background: linear-gradient(90deg, #ffffff 0%, #f8fbff 100%);
  color: #606266;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.interface-summary-line.has-risk[data-v-929580e4] {
  border-color: #f5b8b8;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#fff7f7));
  background: linear-gradient(90deg, #ffffff 0%, #fff7f7 100%);
}
.interface-summary-line-title[data-v-929580e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-right: 2px;
  color: #263445;
  font-weight: 700;
}
.interface-summary-line-title i[data-v-929580e4] {
  color: #409eff;
}
.interface-summary-token[data-v-929580e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4px;
  padding: 2px 8px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-weight: 700;
}
.interface-summary-token strong[data-v-929580e4] {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.interface-summary-token.is-opened[data-v-929580e4] {
  border-color: #b7dfc6;
  background: #ecf8f0;
  color: #16723a;
}
.interface-summary-token.is-opened strong[data-v-929580e4] {
  color: #0b7f3a;
}
.interface-summary-token.is-approving[data-v-929580e4] {
  border-color: #f3cf8a;
  background: #fff6df;
  color: #9a5a00;
}
.interface-summary-token.is-approving strong[data-v-929580e4] {
  color: #b46000;
}
.interface-summary-token.is-processing[data-v-929580e4] {
  border-color: #b8d4ff;
  background: #edf5ff;
  color: #135cb8;
}
.interface-summary-token.is-processing strong[data-v-929580e4] {
  color: #0b63ce;
}
.interface-summary-token.is-risk[data-v-929580e4] {
  border-color: #f5b8b8;
  background: #fff0f0;
  color: #c62828;
}
.interface-summary-token.is-risk strong[data-v-929580e4] {
  color: #d93026;
}
.interface-summary-token.is-safe[data-v-929580e4] {
  border-color: #b7dfc6;
  background: #ecf8f0;
  color: #16723a;
}
.interface-summary-token.is-safe strong[data-v-929580e4] {
  color: #0b7f3a;
}
.interface-table[data-v-929580e4] {
  margin-bottom: 12px;
}
.interface-record-no[data-v-929580e4] {
  color: #303133;
  font-family: Consolas, Monaco, monospace;
  font-size: 12px;
}
.interface-muted[data-v-929580e4] {
  color: #909399;
  font-size: 12px;
}
.interface-expire-text.is-risk[data-v-929580e4] {
  color: #f56c6c;
  font-weight: 600;
}
.interface-stage-inline[data-v-929580e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  white-space: nowrap;
}
.interface-stage-track[data-v-929580e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  min-width: 76px;
}
.interface-stage-dot[data-v-929580e4] {
  width: 8px;
  height: 8px;
  border: 1px solid #dcdfe6;
  border-radius: 50%;
  background: #fff;
}
.interface-stage-dot.is-done[data-v-929580e4] {
  border-color: #67c23a;
  background: #67c23a;
}
.interface-stage-dot.is-current[data-v-929580e4] {
  border-color: #409eff;
  background: #409eff;
  -webkit-box-shadow: 0 0 0 3px rgba(64, 158, 255, 0.12);
          box-shadow: 0 0 0 3px rgba(64, 158, 255, 0.12);
}
.interface-stage-text[data-v-929580e4] {
  color: #606266;
  font-size: 12px;
  line-height: 16px;
}
.interface-flow-panel[data-v-929580e4] {
  margin-top: 12px;
  padding: 14px 16px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.interface-flow-head[data-v-929580e4] {
  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: 12px;
  margin-bottom: 12px;
}
.interface-flow-title[data-v-929580e4] {
  color: #303133;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.interface-flow-subtitle[data-v-929580e4] {
  margin-top: 3px;
  color: #909399;
  font-size: 12px;
}
.interface-flow-meta[data-v-929580e4] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  color: #606266;
  font-size: 12px;
  white-space: nowrap;
}
.interface-timeline[data-v-929580e4] {
  padding: 4px 0 0 2px;
}
.interface-log-title[data-v-929580e4] {
  color: #303133;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}
.interface-log-meta[data-v-929580e4] {
  color: #606266;
  font-size: 12px;
  line-height: 18px;
}
.interface-flow-empty[data-v-929580e4] {
  padding: 14px 0;
  color: #c0c4cc;
  font-size: 13px;
  text-align: center;
}
.interface-application-context[data-v-929580e4] {
  display: grid;
  grid-template-columns: 1.3fr 1.3fr 0.8fr;
  gap: 10px;
  margin-bottom: 14px;
  padding: 10px 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.interface-application-context > div[data-v-929580e4] {
  min-width: 0;
}
.interface-context-label[data-v-929580e4] {
  display: block;
  margin-bottom: 4px;
  color: #909399;
  font-size: 12px;
}
.interface-application-context strong[data-v-929580e4] {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.interface-dialog-section-title[data-v-929580e4] {
  margin: 2px 0 12px;
  padding-left: 8px;
  border-left: 3px solid #409eff;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}
.interface-approval-preview[data-v-929580e4] {
  display: grid;
  grid-template-columns: 100px 1fr 100px 1fr 100px 1fr 132px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  padding: 10px 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}
.interface-approval-step[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #909399;
  font-size: 12px;
  white-space: nowrap;
}
.interface-approval-step i[data-v-929580e4] {
  color: #909399;
  font-size: 16px;
}
.interface-approval-step.is-current[data-v-929580e4],
.interface-approval-step.is-current i[data-v-929580e4] {
  color: #409eff;
}
.interface-approval-line[data-v-929580e4] {
  height: 1px;
  margin: 0 8px;
  background: #dcdfe6;
}

/* 财务接入 */
.finance-page-head[data-v-929580e4] {
  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: 12px;
  margin-bottom: 12px;
}
.finance-page-title[data-v-929580e4] {
  color: #303133;
  font-size: 15px;
  font-weight: 600;
}
.finance-page-subtitle[data-v-929580e4] {
  margin-top: 4px;
  color: #909399;
  font-size: 12px;
}
.finance-actions[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finance-create-head[data-v-929580e4],
.finance-sync-head[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.finance-create-stack[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.finance-create-section[data-v-929580e4] {
  min-width: 0;
  padding: 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}
.finance-create-form-row .el-form-item[data-v-929580e4] {
  margin-bottom: 0;
}
.finance-compact-title[data-v-929580e4] {
  margin-bottom: 10px;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
}
.finance-section-title-row[data-v-929580e4] {
  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: 8px;
  margin-bottom: 10px;
}
.finance-section-title-row .finance-compact-title[data-v-929580e4] {
  margin-bottom: 0;
}
.finance-account-tags[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.finance-empty-text[data-v-929580e4] {
  color: #c0c4cc;
}
.danger-text-btn[data-v-929580e4] {
  color: #f56c6c;
}
.finance-create-derived[data-v-929580e4] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}
.finance-create-derived div[data-v-929580e4] {
  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;
  min-width: 0;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
  color: #909399;
  font-size: 12px;
}
.finance-create-derived strong[data-v-929580e4] {
  overflow: hidden;
  margin-left: 10px;
  color: #303133;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.finance-sync-filter[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #606266;
  font-size: 12px;
  white-space: nowrap;
}
.finance-table-main[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-width: 0;
}
.finance-table-main span[data-v-929580e4] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.finance-label[data-v-929580e4] {
  margin-bottom: 6px;
  color: #909399;
  font-size: 12px;
}
.finance-value[data-v-929580e4] {
  overflow: hidden;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.finance-muted[data-v-929580e4] {
  margin-top: 4px;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.finance-dialog-summary[data-v-929580e4] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 14px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fff;
}
.finance-dialog-summary-item[data-v-929580e4] {
  min-height: 68px;
  padding: 10px 12px;
  border-right: 1px solid #ebeef5;
}
.finance-dialog-summary-item[data-v-929580e4]:last-child {
  border-right: none;
}
.finance-form-section[data-v-929580e4] {
  padding-top: 12px;
  border-top: 1px solid #ebeef5;
}
.finance-form-section[data-v-929580e4]:first-child {
  padding-top: 0;
  border-top: none;
}
.finance-form-section-title[data-v-929580e4] {
  margin-bottom: 12px;
  color: #303133;
  font-size: 13px;
  font-weight: 600;
}
.finance-form-note[data-v-929580e4] {
  margin: -4px 0 12px;
  color: #606266;
  font-size: 12px;
  line-height: 18px;
}
.finance-mode-alert[data-v-929580e4] {
  margin: -4px 0 2px 110px;
  color: #606266;
  font-size: 12px;
  line-height: 18px;
}
.finance-source-line[data-v-929580e4] {
  margin-top: 4px;
  color: #909399;
  font-size: 12px;
  line-height: 16px;
}
.finance-source-line span[data-v-929580e4] {
  color: #606266;
  font-family: Consolas, Monaco, monospace;
}
.finance-readonly-panel[data-v-929580e4] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  background: #fafafa;
}
.finance-readonly-item[data-v-929580e4] {
  min-height: 54px;
  padding: 9px 12px;
  border-right: 1px solid #ebeef5;
}
.finance-readonly-item[data-v-929580e4]:last-child {
  border-right: none;
}
.finance-readonly-item span[data-v-929580e4] {
  display: block;
  margin-bottom: 4px;
  color: #909399;
  font-size: 12px;
}
.finance-readonly-item strong[data-v-929580e4] {
  display: block;
  overflow: hidden;
  color: #303133;
  font-size: 13px;
  line-height: 18px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 附件上传 */
.upload-section[data-v-929580e4] {
  margin-bottom: 20px;
}
.uploaded-section[data-v-929580e4] {
  margin-top: 10px;
}
.section-title[data-v-929580e4] {
  font-size: 14px;
  font-weight: 600;
  color: #303133;
  margin: 0 0 12px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #ebeef5;
}
.empty-state[data-v-929580e4] {
  color: #909399;
  font-size: 13px;
  padding: 20px 0;
  text-align: center;
}
.uploaded-list[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.uploaded-item[data-v-929580e4] {
  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 12px;
  border: 1px solid #ebeef5;
  border-radius: 4px;
}
.uploaded-item-content[data-v-929580e4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.uploaded-item-name[data-v-929580e4] {
  font-size: 13px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 4px;
}
.uploaded-item-info[data-v-929580e4] {
  font-size: 12px;
  color: #909399;
}
.uploaded-item-actions[data-v-929580e4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media (max-width: 1200px) {
.interface-page-head[data-v-929580e4],
  .finance-page-head[data-v-929580e4] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.interface-application-context[data-v-929580e4] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.interface-summary-line[data-v-929580e4] {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    white-space: normal;
}
.interface-approval-preview[data-v-929580e4] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    row-gap: 8px;
}
.interface-approval-line[data-v-929580e4] {
    display: none;
}
.interface-flow-head[data-v-929580e4] {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.finance-create-head[data-v-929580e4],
  .finance-sync-head[data-v-929580e4] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.finance-create-derived[data-v-929580e4] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.finance-dialog-summary[data-v-929580e4],
  .finance-readonly-panel[data-v-929580e4] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.finance-dialog-summary-item[data-v-929580e4]:nth-child(2n),
  .finance-readonly-item[data-v-929580e4]:nth-child(2n) {
    border-right: none;
}
.finance-mode-alert[data-v-929580e4] {
    margin-left: 0;
}
}

