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

.theme-red[data-v-1272eba4]{--color-theme-base: #DF4253;--header-backgroundcolor: #FFF;--header-logo-backgroundcolor: #FFF;--header-font-color: rgba(43, 52, 64, 1);--header-icon-color: rgba(43, 52, 64, 1);--sidebar-normal-width: 110px;--sidebar-small-width: 50px;--sidebar-top-font-color: #fff;--sidebar-font-color: rgba(255,255,255,0.7);--sidebar-background-color: #3F4555;--sidebar-hover-color: rgba(255,255,255,0.7);--sidebar-hover-background-color:#262D3E;--sidebar-active-color: #fff;--sidebar-active-background-color: #DF4253;--sidebar-popup-color: #ffffff;--sidebar-popup-background-color: #828f9c;--sidebar-popup-hover-color: #ffffff;--sidebar-popup-hover-background-color: #909ba6;--sidebar-popup-active-color: #ffffff;--sidebar-popup-active-background-color: #a9b1ba}.company-tax-account-manage[data-v-1272eba4]{min-height:100%}.page-header[data-v-1272eba4]{display:flex;justify-content:space-between;align-items:center;padding:16px 0;margin-bottom:16px;border-bottom:1px solid #ebeef5}.page-header__title[data-v-1272eba4]{font-size:18px;font-weight:600;color:#303133}.page-header__actions[data-v-1272eba4]{display:flex;gap:12px}.page-header__actions .el-button[data-v-1272eba4]{display:flex;align-items:center;gap:6px}.disabled-result[data-v-1272eba4]{flex:1;display:flex;align-items:center;justify-content:center;padding:80px 16px;background:linear-gradient(135deg, #f5f7fa 0%, #fefefe 60%)}.disabled-result__card[data-v-1272eba4]{max-width:480px;width:100%;padding:40px 32px;text-align:center;border-radius:16px;background:#fff;box-shadow:0 12px 32px rgba(31,45,61,.08);border:1px solid #f0f2f7}.disabled-result__icon[data-v-1272eba4]{font-size:40px;color:#c0c4cc;margin-bottom:12px}.disabled-result__title[data-v-1272eba4]{font-size:18px;color:#1f2d3d;margin-bottom:8px;font-weight:600}.disabled-result__desc[data-v-1272eba4]{font-size:14px;color:#606266;line-height:22px;margin-bottom:12px}.disabled-result__tips[data-v-1272eba4]{font-size:13px;color:#909399;line-height:20px}
