.leftTools[data-v-fd4ebd08] {
  width: 64px;
  /* 左侧工具栏宽度 */
  border-radius: 0px 8px 8px 0px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 使用 Flexbox 布局 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 垂直排列 */
}
.leftTools .btnss[data-v-fd4ebd08] {
  margin-top: 12px;
}


.pop .ant-popover-content {
  border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  position: relative !important;
  right: 0px !important;
}
.no-scroll {
  overflow: hidden;
}
.pop .ant-popover-arrow {
  top: 30px !important;
  right: -4px !important;
}
.pop .ant-popover-inner {
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.pop .ant-popover-inner-content {
  width: 276px;
}

.image-text-button[data-v-168cad35] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 使用 Flexbox 布局 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 垂直排列 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 居中对齐 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 垂直居中 */
  color: #666666;
  /* 默认文字颜色 */
  width: 64px;
  /* 按钮宽度 */
  height: 80px;
  /* 按钮高度 */
  cursor: pointer;
  /* 鼠标指针样式 */
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* 背景颜色过渡效果 */
  font-size: 12px;
}
.image-text-button .button-image[data-v-168cad35] {
  width: 20px;
  /* 图片宽度 */
  height: 20px;
  /* 图片高度 */
  margin-bottom: 10px;
  /* 图片与文字之间的间距 */
}
.image-text-button[data-v-168cad35]:hover {
  background-color: #eff4ff;
  /* 悬停时背景颜色 */
  color: #004fff;
  /* 悬停时文字颜色 */
}
.image-text-button:hover .changeColor[data-v-168cad35] {
  -webkit-filter: drop-shadow(#004fff 4000px 0);
          filter: drop-shadow(#004fff 4000px 0);
  /* 选中状态的阴影效果 */
}
.changeColor[data-v-168cad35] {
  position: relative;
  left: -4000px;
  /* 位置偏移，可能用于隐藏 */
  -webkit-filter: drop-shadow(#999999 4000px 0);
          filter: drop-shadow(#999999 4000px 0);
  /* 添加阴影效果 */
}
.content[data-v-168cad35] {
  min-width: 230px;
  min-height: 172px;
  font-weight: 600;
}
.content .content-title[data-v-168cad35] {
  color: #333333;
  font-size: 14px;
  margin-bottom: 12px;
}
.content .content-main[data-v-168cad35] {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 230px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
.content .questionnNum[data-v-168cad35] {
  width: 32px;
  font-size: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 10px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #bbbbbb;
}
.content .questionnNum[data-v-168cad35]:hover {
  cursor: pointer;
}
.content .holdHandel[data-v-168cad35] {
  color: #de5647;
  border: 1px solid #de5647;
}
.empty[data-v-168cad35] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.empty img[data-v-168cad35] {
  width: 146px;
  height: 104px;
  margin-bottom: 8px;
}
.rightTools[data-v-168cad35] {
  width: 64px;
  /* 左侧工具栏宽度 */
  border-radius: 8px 0px 0px 8px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 使用 Flexbox 布局 */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* 垂直排列 */
}
.rightTools .upBtns[data-v-168cad35] {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* align-items: normal; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 160px;
  background-color: #D1E0FF;
  gap: 20px;
}
.rightTools .upBtns .btn[data-v-168cad35] {
  /* gap: 24px; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.rightTools .upBtns .btn .num[data-v-168cad35] {
  color: #004fff;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.rightTools .upBtns .btn .red[data-v-168cad35] {
  color: #de5647;
}
.rightTools .upBtns .btn .note[data-v-168cad35] {
  color: #333333;
  font-weight: 500;
  font-size: 12px;
}
.rightTools .upBtns[data-v-168cad35]:hover {
  cursor: pointer;
}
.num-total[data-v-168cad35] {
  color: #de5647;
}


.fixed-popover{
  position: fixed !important;
}


[data-v-0d544093] .ant-modal-content {
  border-radius: 16px;
}
[data-v-0d544093] .ant-modal-content .ant-modal-header {
  border-radius: 16px 16px 0px 0px;
  background: #e2ebff;
  height: 54px;
}
.ant-upload-drag-icon[data-v-0d544093] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  margin-top: 30px;
}
.ant-upload-drag-icon img[data-v-0d544093] {
  width: 34px;
  height: 36px;
}
.ant-upload-drag-icon img[data-v-0d544093]:not(:last-child) {
  margin-right: 22px;
}
.upload-text[data-v-0d544093] {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.upload-text-note[data-v-0d544093] {
  margin: 0 auto;
  width: 464px;
  color: #8c8c8c;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
}
.upload-btns[data-v-0d544093] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.upload-btns[data-v-0d544093] .ant-btn {
  margin-left: 8px;
}
img[data-v-0d544093] {
  user-select: none;
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE 10 and IE 11 */
  pointer-events: none;
}


[data-v-1d2bc31b] .ant-modal-content {
  border-radius: 16px;
}
[data-v-1d2bc31b] .ant-modal-content .ant-modal-header {
  border-radius: 16px 16px 0px 0px;
  background: #e2ebff;
  height: 54px;
}
.ant-upload-drag-icon[data-v-1d2bc31b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  margin-top: 30px;
}
.ant-upload-drag-icon img[data-v-1d2bc31b] {
  width: 34px;
  height: 36px;
}
.ant-upload-drag-icon img[data-v-1d2bc31b]:not(:last-child) {
  margin-right: 22px;
}
.upload-text[data-v-1d2bc31b] {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.upload-text-note[data-v-1d2bc31b] {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 12px;
}
.upload-btns[data-v-1d2bc31b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.upload-btns[data-v-1d2bc31b] .ant-btn {
  margin-left: 16px;
  color: #666666;
  border-color: rgba(51, 51, 51, 0.1);
}
.upload-btns[data-v-1d2bc31b] .ant-btn:hover {
  color: #004fff;
  /* 你想要的文本颜色 */
  border-color: #004fff;
  /* 悬停时的背景颜色 */
}
.upload-btns .downloadBtn[data-v-1d2bc31b] {
  color: #004fff;
  border-color: #004fff;
}
.upload-btns .new-ewdownloadBtn[data-v-1d2bc31b] {
  color: #fff;
  border-color: #004fff;
  background-color: #004fff;
}
.all[data-v-1d2bc31b] {
  background-color: #004fff !important;
  color: #fff !important;
}

.answer-wrap[data-v-c43a1dbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.answer-item[data-v-c43a1dbc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  line-height: 32px;
}
.answer[data-v-c43a1dbc] .ant-input {
  width: 35px;
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
.answer[data-v-c43a1dbc] .ant-input:focus {
  border-color: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}


[data-v-e8bc5d06] .ant-modal-content {
  border-radius: 16px;
}
[data-v-e8bc5d06] .ant-modal-content .ant-modal-header {
  border-radius: 16px 16px 0px 0px;
  background: #e2ebff;
  height: 54px;
}
.ant-upload-drag-icon[data-v-e8bc5d06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
  margin-top: 30px;
}
.ant-upload-drag-icon img[data-v-e8bc5d06] {
  width: 34px;
  height: 36px;
}
.ant-upload-drag-icon img[data-v-e8bc5d06]:not(:last-child) {
  margin-right: 22px;
}
.upload-text[data-v-e8bc5d06] {
  color: #000000;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.upload-text-note[data-v-e8bc5d06] {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 12px;
}
.upload-btns[data-v-e8bc5d06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}
.upload-btns[data-v-e8bc5d06] .ant-btn {
  margin-left: 16px;
}
.new-layout-content .new-upload-btns[data-v-e8bc5d06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
  gap: 16px;
}

.batch-body[data-v-8e26d3f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.batch-body .main-body[data-v-8e26d3f6] {
  width: 49.2%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: calc(100vh - 200px);
}
.batch-body .main-body .main-title[data-v-8e26d3f6] {
  padding: 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  user-select: none;
  /*选中文字时避免出现蓝色背景*/
}
.batch-body .main-body .main-title .title-left[data-v-8e26d3f6] {
  background-color: var(--primary-color);
  width: 2px;
  height: 14px;
  margin-top: 3px;
  margin-right: 17px;
}
.batch-body .main-body .main-title .title-right[data-v-8e26d3f6] {
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  margin-right: 20px;
}
.batch-body .main-body .main-title .num-total[data-v-8e26d3f6] {
  color: var(--error-color);
}
.batch-body .main-body .analysis-main-body[data-v-8e26d3f6] {
  border-top: 1px solid #e8e8e8;
  height: calc(100% - 66px);
}
.batch-body .main-body .analysis-main-body-hw[data-v-8e26d3f6] {
  border-top: 1px solid #e8e8e8;
  height: calc(100% - 108px);
}
.one-title[data-v-8e26d3f6] {
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  height: 25px;
  font-size: 18px;
}
.two-title[data-v-8e26d3f6] {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.batch-btn[data-v-8e26d3f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 20px 10px;
}
.ques-tion[data-v-8e26d3f6] {
  height: 100%;
  overflow-y: auto;
}
.example-title[data-v-8e26d3f6] {
  color: #0a93fc;
  font-size: 16px;
  font-weight: 400;
}
.batch-cover[data-v-8e26d3f6] {
  position: fixed;
  left: 0px;
  top: 0px;
  background: #000000;
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  filter: alpha(opacity=60);
  /*设置透明度为60%*/
  opacity: 0.6;
  /*非IE浏览器下设置透明度为60%*/
  display: block;
  z-index: 1008;
}
.batch-spin[data-v-8e26d3f6] {
  padding-top: 20% !important;
}
.batch-spin[data-v-8e26d3f6] .ant-spin {
  font-size: 18px;
  color: #333;
}
.select-error[data-v-8e26d3f6] {
  border: 1px solid var(--error-color);
}
.batch-question[data-v-8e26d3f6] {
  border: 1px solid transparent;
}
.subsectionStyle[data-v-8e26d3f6] {
  background: rgba(217, 0, 27, 0.06);
  font-weight: 400;
  color: var(--error-color);
  padding: 10px 13px;
  text-align: center;
}
.exam > div[data-v-8e26d3f6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exam > div > div[data-v-8e26d3f6]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.solution-head[data-v-8e26d3f6] {
  width: 90px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  color: #333333;
}
[data-v-8e26d3f6] .ant-modal-wrap {
  z-index: 1030;
}
[data-v-8e26d3f6] .ant-modal-mask {
  z-index: 1030;
}
.mr-16[data-v-8e26d3f6] {
  margin-right: 16px;
}
.icon-word[data-v-8e26d3f6]::before {
  content: '';
}
.icon-word[data-v-8e26d3f6] .jby-icon svg g path {
  fill: revert-layer !important;
}
.error-class[data-v-8e26d3f6] {
  position: absolute;
  bottom: -54px;
  left: 0px;
  font-size: 14px;
  background: rgba(217, 0, 27, 0.06);
  font-weight: 400;
  color: #d9001b;
  padding: 10px 13px;
  border-radius: 4px;
  width: 95%;
}
[data-v-8e26d3f6] mark {
  background-color: red;
  color: #333;
  margin: 0;
  padding: 0;
}

.analysis-container[data-v-79043edb] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 使用 flexbox 布局 */
}
.leftTools[data-v-79043edb] {
  width: 88px;
  /* 左侧工具栏宽度 */
  border-radius: 0px 8px 8px 0px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(24, 31, 77, 0.1);
          box-shadow: 0px 0px 4px 0px rgba(24, 31, 77, 0.1);
}
.content[data-v-79043edb] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* 内容区域自适应宽度 */
  padding: 0 16px 16px 16px;
  background-color: #ffffff;
  /* 背景颜色 */
  overflow-y: auto;
  /* 允许垂直滚动 */
}
.rightTools[data-v-79043edb] {
  width: 64px;
  height: 148px;
  border-radius: 8px 0px 0px 0px;
  background-color: #e2ebff;
}

.answer-list .ant-tag-checkable[data-v-6b5a0383] {
  border: 1px solid #f9f9f9;
  background: #f9f9f9;
  color: #333333;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  margin-right: 12px;
  padding: 0;
  text-align: center;
  cursor: pointer;
}
.answer-list .ant-tag-checkable-checked[data-v-6b5a0383] {
  border: 1px solid #0a93fc;
  background: #0a93fc;
  color: #fff;
}
.answer-list .radio-choice .ant-tag-checkable[data-v-6b5a0383] {
  border-radius: 50%;
}

.error-list[data-v-14eba43c] {
  font-weight: 400;
  color: #d9001b;
  padding: 10px 13px;
}

.error-list[data-v-580bc75a] {
  font-weight: 400;
  color: #d9001b;
  padding: 10px 13px;
}
.control-score[data-v-580bc75a] {
  width: 60px;
  margin: 0 14px;
}
.control-score.no-mr[data-v-580bc75a] {
  margin: 0;
}
.color-red[data-v-580bc75a] {
  color: #f16269;
}
.total-score[data-v-580bc75a] {
  background: #fff;
  margin: 0;
  padding: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-580bc75a] .ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0;
}
.quick-set-score-wrapper[data-v-580bc75a] {
  margin: 10px 0 20px 0;
}
.quick-set-score-wrapper .set-input-wrapper[data-v-580bc75a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.quick-set-score-wrapper .set-input-wrapper .set-ques-num-wrapper[data-v-580bc75a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px 0 0;
}
.quick-set-score-wrapper .set-input-wrapper .set-ques-num-wrapper[data-v-580bc75a] .ant-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quick-set-score-wrapper .set-input-wrapper .set-ques-score-wrapper[data-v-580bc75a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quick-set-score-wrapper .set-input-wrapper .set-ques-score-wrapper[data-v-580bc75a] .ant-input-number {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.quick-set-score-wrapper .set-input-wrapper .set-input-btn[data-v-580bc75a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}

.batch-import-editor {
  position: relative;
}
.batch-import-editor ul {
  list-style-type: disc;
}
.batch-import-editor ol {
  list-style-type: decimal;
}
.batch-import-editor li {
  list-style-type: unset;
}

.batch-area[data-v-64d8d883] {
  height: 100%;
}
.label-list[data-v-64d8d883] {
  margin: 17px;
  font-weight: 400;
  color: #000000;
  line-height: 22px;
  font-size: 16px;
  height: 40px;
  margin-bottom: -18px;
  white-space: nowrap;
  overflow-x: auto;
}
.label-list .label-item[data-v-64d8d883] {
  display: inline-block;
  cursor: pointer;
}
.editor-head[data-v-64d8d883] .tox-editor-header {
  border-left: none;
  border-right: none;
}
.editor-content[data-v-64d8d883] {
  height: calc(100% - 167px);
  overflow-y: auto;
}
.editor-content .mce-content-body[data-v-64d8d883] {
  margin: 0 17px;
  outline: none;
  font-family: 'Times New Roman' !important;
}
[data-v-64d8d883] table {
  border-collapse: collapse !important;
}
.error-class[data-v-64d8d883] {
  font-size: 14px;
  background: rgba(217, 0, 27, 0.06);
  font-weight: 400;
  color: #d9001b;
  padding: 10px 13px;
  border-radius: 4px;
  margin: 10px ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-64d8d883] .ant-divider-horizontal {
  margin: 24px 0 0 0;
}

.title .one-title[data-v-58c38dce] {
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  height: 25px;
  font-size: 18px;
}
.title .two-title[data-v-58c38dce] {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.upload-main[data-v-58c38dce] {
  margin: 25px 0;
  height: 306px;
}
.upload-question-bank[data-v-58c38dce] {
  margin-top: 58px;
}
.red[data-v-58c38dce] {
  color: #d9001b;
}
.exam > div > div[data-v-58c38dce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.exam > div > div > div[data-v-58c38dce]:nth-child(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.exam .bold[data-v-58c38dce] {
  font-weight: 700;
  margin-top: 10px;
}
.exam .boldRed[data-v-58c38dce] {
  font-weight: 700;
  color: #d9001b;
}

.batch-import-list ul {
  list-style-type: disc;
  list-style-position: inside;
}
.batch-import-list ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.batch-import-list li {
  list-style-type: unset;
  list-style-position: unset;
}
.batch-import-list .ant-select-tree,
.batch-import-list .ant-select-tree-child-tree {
  list-style-type: none;
}

.options-list ul[data-v-4fd7f6b6] {
  -webkit-padding-start: 10px !important;
          padding-inline-start: 10px !important;
}
.optiong-item[data-v-4fd7f6b6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.optiong-item .label-title[data-v-4fd7f6b6] {
  margin: 0 5px;
}
.right-item[data-v-4fd7f6b6] {
  margin-bottom: 10px;
}
.solution-detailInfo[data-v-4fd7f6b6] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-detailInfo .solution-head[data-v-4fd7f6b6] {
  min-width: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
  color: #333333;
}
.solution-detailInfo .solution-head-origin-info[data-v-4fd7f6b6] {
  width: 90px;
}
.solution-detailInfo .solution-explain[data-v-4fd7f6b6] p {
  margin: 0 !important;
}
.error-list[data-v-4fd7f6b6] {
  background: rgba(217, 0, 27, 0.06);
  font-weight: 400;
  color: #d9001b;
  padding: 10px 13px;
  margin-bottom: 10px;
}
.group-title[data-v-4fd7f6b6] {
  font-weight: 500;
  color: #333333;
}
.batch-area[data-v-4fd7f6b6] {
  border-bottom: 1px solid #e8e8e8 !important;
}
[data-v-4fd7f6b6] span.ant-radio + * {
  padding: 0;
}
.no-typeName[data-v-4fd7f6b6] .ant-select-selection {
  border-color: #ff2c15;
}
.no-typeName[data-v-4fd7f6b6] .ant-select-arrow .ant-select-arrow-icon {
  color: #ff2c15;
}
.select-error[data-v-4fd7f6b6] {
  border: 1px solid #d60202;
}
.batch-question[data-v-4fd7f6b6] {
  border: 1px solid transparent;
}
.question-box[data-v-4fd7f6b6] {
  font-family: 'Times New Roman';
}
.question-box .choices .option-item[data-v-4fd7f6b6] {
  margin: 0;
  margin-right: 6px;
}
.explain-item[data-v-4fd7f6b6] {
  margin-bottom: 20px !important;
}
.tag[data-v-4fd7f6b6] {
  padding: 5px 10px;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px ;
}
.point-question[data-v-4fd7f6b6] ul {
  list-style-type: none;
}
.ques-title[data-v-4fd7f6b6] {
  word-wrap: break-word;
}
.ques-title[data-v-4fd7f6b6] table tbody tr td {
  padding: 0.4rem;
}
.ques-title[data-v-4fd7f6b6] table {
  border-collapse: collapse !important;
}
/* 限制 TreeSelect 搜索框宽度 */
.aTreeSelect .ant-select-tree-search__input[data-v-4fd7f6b6] {
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.aTreeSelect .ant-select-tree-search[data-v-4fd7f6b6] {
  width: 100%;
  padding: 0 4px;
}

.ant-steps[data-v-fc911824] {
  margin-bottom: 20px;
}

