/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-anchor {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  padding-left: 2px;
}
.ant-anchor-wrapper {
  margin-left: -4px;
  padding-left: 4px;
  overflow: auto;
  background-color: #fff;
}
.ant-anchor-ink {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.ant-anchor-ink::before {
  position: relative;
  display: block;
  width: 2px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8;
  content: ' ';
}
.ant-anchor-ink-ball {
  position: absolute;
  left: 50%;
  display: none;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border: 2px solid #1890ff;
  border-radius: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.ant-anchor-ink-ball.visible {
  display: inline-block;
}
.ant-anchor.fixed .ant-anchor-ink .ant-anchor-ink-ball {
  display: none;
}
.ant-anchor-link {
  padding: 7px 0 7px 16px;
  line-height: 1.143;
}
.ant-anchor-link-title {
  position: relative;
  display: block;
  margin-bottom: 6px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #1890ff;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-affix {
  position: fixed;
  z-index: 10;
}

/* 去除页眉页脚 */
@page {
  size: auto A4 landscape;
  margin: 15mm;
}
@media print {
.print-batch[data-v-718aa0d8] {
    padding: 0;
}
}
.print-batch[data-v-718aa0d8] {
  height: 100%;
}
.print-batch .loading[data-v-718aa0d8] {
  font-size: 14px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 100;
  text-align: center;
  line-height: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.print-batch .loading .loading-ring[data-v-718aa0d8] {
  margin-bottom: 20px;
}
.print-batch .loading .loading-ring .simple-spinner[data-v-718aa0d8] {
  width: 50px;
  height: 50px;
  border: 5px solid #e3f2fd;
  border-top: 5px solid #2447F9;
  border-radius: 50%;
  -webkit-animation: spin-718aa0d8 1s linear infinite;
          animation: spin-718aa0d8 1s linear infinite;
}
@-webkit-keyframes spin-718aa0d8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-718aa0d8 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.print-batch .left.student-name-list[data-v-718aa0d8] {
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  width: 200px;
  padding: 120px 0px 30px 70px;
}
.print-batch .left.student-name-list[data-v-718aa0d8] .ant-anchor-wrapper {
  height: 100%;
}
.print-batch .left.student-name-list[data-v-718aa0d8] .ant-anchor {
  font-size: 16px;
}
.print-batch .left.student-name-list[data-v-718aa0d8] .ant-anchor .ant-anchor-link-active {
  font-size: 18px;
  border-left: 2px solid #2447F9;
}
.print-batch .left.student-name-list[data-v-718aa0d8] .ant-anchor .ant-anchor-link-active .ant-anchor-link-title {
  color: #000;
  font-weight: 600;
}
.print-batch .left.student-name-list[data-v-718aa0d8] .ant-anchor a:hover {
  color: #000;
}
.print-batch .left.student-name-list ul li[data-v-718aa0d8] {
  margin-bottom: 20px;
}
.print-batch .right[data-v-718aa0d8] {
  height: 100%;
  position: relative;
}
.print-batch .right .end[data-v-718aa0d8] {
  color: #999;
  font-size: 20px;
  margin: 80px 0 50px;
  text-align: center;
  position: relative;
}
.print-batch .right .end .line[data-v-718aa0d8] {
  position: absolute;
  width: calc(50% - 120px);
  height: 1px;
  top: 50%;
  display: inline-block;
  background: #999;
}
.print-batch .right .end .line[data-v-718aa0d8]:nth-child(1) {
  left: 0;
}
.print-batch .right .end .line[data-v-718aa0d8]:nth-child(2) {
  right: 0;
}
.print-batch .right .end .end-text[data-v-718aa0d8] {
  padding: 0 20px;
}
.print-batch .right .header-print[data-v-718aa0d8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  padding: 25px 0;
}
.print-batch .right .header-print.fixed[data-v-718aa0d8] {
  background: #fff;
  position: fixed;
  z-index: 9;
  top: 0;
  width: 100%;
  right: 0;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}
.print-batch .print-btn[data-v-718aa0d8] {
  color: #fff;
  font-size: 16px;
  width: 120px;
  height: 40px;
  background: #2447F9;
  border: 1px solid #2447F9;
  border-radius: 20px;
  cursor: pointer;
}
.print-batch .print-batch-container[data-v-718aa0d8] {
  width: 100%;
  overflow: hidden;
  height: auto;
}
.print-batch .print-batch-container > div[data-v-718aa0d8] {
  page-break-after: always;
}

