
[data-v-43bd0195] .el-steps {
}


.ExcelParser[data-v-072c8c80] {
  display: flex;
  box-sizing: border-box;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: #fafafa;
  padding: 16px;
  border-radius: 8px;
}
.ExcelParser--with-form[data-v-072c8c80] {
}
.PickFileArea[data-v-072c8c80] {
  flex: 1 1 auto;
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-flow: column nowrap;
}

/* el-upload 拖拽区域 以及 UploadTips 的容器 */
.UploadWrapper[data-v-072c8c80] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
[data-v-072c8c80] .el-upload,[data-v-072c8c80] .el-upload-dragger {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
[data-v-072c8c80] .el-upload-dragger {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.UploadIcon[data-v-072c8c80] {
  font-size: 120px;
  color: rgba(0, 0, 0, 0.1);
}
.FormArea[data-v-072c8c80] {
  flex: 1 1 auto;
  height: 100%;
  overflow: auto;
  margin-left: 16px;
}


.SelectSheet[data-v-54c66b14] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 4px 16px 4px 20px;
  border: 1px solid var(--el-color-primary-light-8);
  background-color: var(--el-color-primary-light-9);
  overflow: auto;
}
[data-v-54c66b14] .el-radio-group {
  margin: 0;
  padding: 0;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
[data-v-54c66b14] .el-radio {
  width: 100%;
  height: auto;
  margin-bottom: 4px;
}
[data-v-54c66b14] .el-radio:not(.is-checked) {
  border-color: transparent;
}
[data-v-54c66b14] .el-radio__label {
  overflow: hidden;
  white-space: wrap;
  word-break: break-all;
}


.Table[data-v-19d7f368] {
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeef0;
  border-top: none;
  border-left: none;
  background-color: #fff;
}
table[data-v-19d7f368] {
  position: relative;
  border: 1px solid #eaeef0;
  border-collapse: collapse;
  table-layout: fixed;
  border-radius: 4px;
}
thead th[data-v-19d7f368] {
  position: sticky;
  top: 0;
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 1);
}
/* th sticky 后，会丢失所有边框的显示，用伪类模拟边框 */
thead th[data-v-19d7f368]::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 1px solid #eaeef0;
  pointer-events: none;
}
th[data-v-19d7f368] {
  height: 20px;
  padding: 0 8px;
  border: 1px solid #eaeef0;
  background-color: #fafafa;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}
th.select[data-v-19d7f368] {
  background-color: var(--el-color-primary-light-9);
}
td[data-v-19d7f368] {
  height: 20px;
  padding: 0 8px;
  border: 1px solid #eaeef0;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  max-width: 15em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tips[data-v-19d7f368] {
  font-size: 12px;
  text-align: center;
  padding: 8px 0;
  color: #bbb;
}


.MapRule[data-v-a6bfa72a] {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border: 1px solid #eaeef0;
  background-color: #fafafa;
}
.MapRuleHeader[data-v-a6bfa72a] {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
  height: 32px;
  padding: 0 16px;
}
.MapRuleHeader[data-v-a6bfa72a]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  border-bottom: 1px solid #e8e8e8;
}
.MapRuleHeader h2[data-v-a6bfa72a] {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  color: #888;
}
strong.value[data-v-a6bfa72a] {
  color: var(--el-color-primary);
}
.MapRuleBody[data-v-a6bfa72a] {
  box-sizing: border-box;
  padding: 4px 16px 8px;
  height: calc(100% - 44px);
  overflow: auto;
}
.Header[data-v-a6bfa72a] {
  padding: 0 0 16px;
}
.Rule + .Rule[data-v-a6bfa72a] {
  margin-top: 8px;
}
.OurName[data-v-a6bfa72a] {
  box-sizing: border-box;
  min-height: 22px;
  padding: 0 32px 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: 700;
  position: relative;
}
.Rule--required .OurName[data-v-a6bfa72a]::after {
  content: '*';
  color: #F56C6C;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-size: 16px;
  position: absolute;
  top: 6px;
  right: 18px;
}
.Header .OurName[data-v-a6bfa72a] {
  height: 24px;
  line-height: 24p;
  font-weight: normal;
  color: #999;
}
.OurName .el-icon[data-v-a6bfa72a] {
  position: absolute;
  right: 0;
  top: 6px;
}
.TheirName[data-v-a6bfa72a] {
  display: flex;
}
.Header .TheirName[data-v-a6bfa72a] {
  height: 24px;
  line-height: 24px;
  font-weight: normal;
  color: #999;
}
.pickerTips[data-v-a6bfa72a] {
  margin-left: 16px;
  white-space: nowrap;
  line-height: 24px;
  color: #aaa;
}
.DefaultColumnPicker[data-v-a6bfa72a] {
  min-width: 200px;
}
.ExtraRender[data-v-a6bfa72a] {
  width: 100%;
  margin-top: 8px;
  position: relative;
  box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #efefef;
}
.ExtraRender[data-v-a6bfa72a]::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 16px;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background: #fff;
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
}


.Setting[data-v-1b3441ac] {
  width: 100%;
  height: 100%;
}
[data-v-1b3441ac] .el-col {
  height: 100%;
}
.row1[data-v-1b3441ac] {
  height: 150px;
  margin-bottom: 16px;
}
.row2[data-v-1b3441ac] {
  height: calc(100% - 166px);
}
.box[data-v-1b3441ac] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 32px;
}
.box__header[data-v-1b3441ac] {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: 0;
  width: 32px;
}
.box__body[data-v-1b3441ac] {
  width: 100%;
  height: 100%;
}
h2[data-v-1b3441ac] {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 4px 8px;
  border: 1px solid var(--el-border-color);
  border-right: none;
  border-radius: 4px 0 0 4px;
  line-height: 15px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  background-color: #fafafa;
}
.Step[data-v-1b3441ac] {
  box-sizing: border-box;
  display: inline-block;
  overflow: hidden;
  width: 16px;
  height: 16px;
  margin-bottom: 3px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid var(--el-border-color);
  font-weight: normal;
  text-align: center;
  line-height: 15px;
  font-size: 12px;
  vertical-align: top;
  background-color: #fff;
}


.Result[data-v-5478cb05] {
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding: 24px;
}
.Success[data-v-5478cb05] {
}
.Fail[data-v-5478cb05] {
}
h1[data-v-5478cb05] {
  font-size: 32px;
  font-weight: normal;
}
.ErrorDetail[data-v-5478cb05] {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--el-color-danger-light-9);
}
.SuccessDetail[data-v-5478cb05] {
  padding: 16px;
  border-radius: 8px;
  background-color: var(--el-color-success-light-9);
}
[data-v-5478cb05] .el-result__extra {
  width: 100%;
  text-align: left;
}


.ImportSheet[data-v-a29be736] {
  position: relative;
  box-sizing: border-box;
  padding: 16px;
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}
.MainContent[data-v-a29be736] {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: calc(100% - 56px);
}
.ActionBar[data-v-a29be736] {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  margin-top: 16px;
}


.ImportSheetDialog {
  display: flex;
  flex-flow: column nowrap;
  height: calc(100vh - 32px);
  margin: 16px auto;
.el-dialog{
    height: 100%;
}
.el-dialog__body {
    box-sizing: border-box;
    /* header 52 */
    height: calc(100% - 52px);
    max-height: none;
    padding: 0 16px;
}
.el-dialog__header,
  .el-dialog__footer {
    flex: 0 0 auto;
    margin: 0;
    padding: 0;
}
}


.Header[data-v-6f0f49c2] {
  box-sizing: border-box;
  height: 52px;
  padding: 8px 32px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.HeaderTitle[data-v-6f0f49c2] {
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: normal;
  margin-right: 24px;
}
.HeaderSteps[data-v-6f0f49c2] {
  flex: 1 1 auto;
  height: 100%;
}
[data-v-6f0f49c2] .el-steps--simple {
  box-sizing: border-box;
  height: 36px;
  padding: 4px 16px;
}

