/* 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 */
/* stylelint-disable at-rule-no-unknown */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(15, 177, 181, 0.7);
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #2fc2bf;
}
a:active {
  color: #04888f;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  color: rgba(0, 0, 0, 0.45);
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
::-moz-selection {
  color: #fff;
  background: #0FB1B5;
}
::selection {
  color: #fff;
  background: #0FB1B5;
}
.clearfix {
  zoom: 1;
}
.clearfix::before,
.clearfix::after {
  display: table;
  content: '';
}
.clearfix::after {
  clear: both;
}
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.anticon > * {
  line-height: 1;
}
.anticon svg {
  display: inline-block;
}
.anticon::before {
  display: none;
}
.anticon .anticon-icon {
  display: block;
}
.anticon[tabindex] {
  cursor: pointer;
}
.anticon-spin::before {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
          animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  -webkit-animation-name: antFadeIn;
          animation-name: antFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-leave.fade-leave-active {
  -webkit-animation-name: antFadeOut;
          animation-name: antFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
.fade-leave {
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  -webkit-animation-name: antMoveUpIn;
          animation-name: antMoveUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  -webkit-animation-name: antMoveUpOut;
          animation-name: antMoveUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  -webkit-animation-name: antMoveDownIn;
          animation-name: antMoveDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  -webkit-animation-name: antMoveDownOut;
          animation-name: antMoveDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  -webkit-animation-name: antMoveLeftIn;
          animation-name: antMoveLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  -webkit-animation-name: antMoveLeftOut;
          animation-name: antMoveLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  -webkit-animation-name: antMoveRightIn;
          animation-name: antMoveRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  -webkit-animation-name: antMoveRightOut;
          animation-name: antMoveRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
          animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@-webkit-keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownIn {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveDownOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftIn {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightIn {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightOut {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}
@-webkit-keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpOut {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 0;
  }
}
@-webkit-keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes loadingCircle {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #0FB1B5;
}
[ant-click-animating-without-extra-node='true']::after,
.ant-click-animating-node {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 0 0 #0FB1B5;
          box-shadow: 0 0 0 0 #0FB1B5;
  -webkit-box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
          box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  -webkit-animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
          animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@-webkit-keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #0FB1B5;
            box-shadow: 0 0 0 #0FB1B5;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes waveEffect {
  100% {
    -webkit-box-shadow: 0 0 0 #0FB1B5;
            box-shadow: 0 0 0 #0FB1B5;
    -webkit-box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
            box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@-webkit-keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  -webkit-animation-name: antSlideLeftIn;
          animation-name: antSlideLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  -webkit-animation-name: antSlideLeftOut;
          animation-name: antSlideLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  -webkit-animation-name: antSlideRightIn;
          animation-name: antSlideRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  -webkit-animation-name: antSlideRightOut;
          animation-name: antSlideRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
          animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@-webkit-keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownIn {
  0% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideDownOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideLeftOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightIn {
  0% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightOut {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(0.8);
            transform: scaleX(0.8);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  -webkit-animation-name: antSwingIn;
          animation-name: antSwingIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes antSwingIn {
  0%,
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  40% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  60% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  80% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  -webkit-animation-name: antZoomIn;
          animation-name: antZoomIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  -webkit-animation-name: antZoomOut;
          animation-name: antZoomOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-leave {
  -webkit-animation-duration: 0.1s;
          animation-duration: 0.1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  -webkit-animation-name: antZoomBigIn;
          animation-name: antZoomBigIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  -webkit-animation-name: antZoomBigOut;
          animation-name: antZoomBigOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  -webkit-animation-name: antZoomUpIn;
          animation-name: antZoomUpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  -webkit-animation-name: antZoomUpOut;
          animation-name: antZoomUpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  -webkit-animation-name: antZoomDownIn;
          animation-name: antZoomDownIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  -webkit-animation-name: antZoomDownOut;
          animation-name: antZoomDownOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  -webkit-animation-name: antZoomLeftIn;
          animation-name: antZoomLeftIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  -webkit-animation-name: antZoomLeftOut;
          animation-name: antZoomLeftOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-leave {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  -webkit-animation-name: antZoomRightIn;
          animation-name: antZoomRightIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  -webkit-animation-name: antZoomRightOut;
          animation-name: antZoomRightOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
          animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@-webkit-keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomIn {
  0% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomBigOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}
@-webkit-keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
}
@-webkit-keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomUpOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
}
@-webkit-keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomLeftOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 0% 50%;
            transform-origin: 0% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
}
@-webkit-keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    opacity: 0;
  }
}
@-webkit-keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
}
@-webkit-keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
@keyframes antZoomDownOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-motion-collapse {
  overflow: hidden;
  -webkit-transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  transition: height 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.ant-affix {
  position: fixed;
  z-index: 10;
}
.ant-alert {
  -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: 8px 15px 8px 37px;
  word-wrap: break-word;
  border-radius: 4px;
}
.ant-alert.ant-alert-no-icon {
  padding: 8px 15px;
}
.ant-alert.ant-alert-closable {
  padding-right: 30px;
}
.ant-alert-icon {
  position: absolute;
  top: 11.5px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 14px;
  line-height: 22px;
}
.ant-alert-success {
  background-color: #f6ffed;
  border: 1px solid #b7eb8f;
}
.ant-alert-success .ant-alert-icon {
  color: #52c41a;
}
.ant-alert-info {
  background-color: #e6f7ff;
  border: 1px solid #91d5ff;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff;
}
.ant-alert-warning {
  background-color: #fffbe6;
  border: 1px solid #ffe58f;
}
.ant-alert-warning .ant-alert-icon {
  color: #faad14;
}
.ant-alert-error {
  background-color: #fff1f0;
  border: 1px solid #ffa39e;
}
.ant-alert-error .ant-alert-icon {
  color: #f5222d;
}
.ant-alert-close-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  padding: 0;
  overflow: hidden;
  font-size: 12px;
  line-height: 22px;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}
.ant-alert-close-icon .anticon-close {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-icon .anticon-close:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-close-text {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-alert-close-text:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-alert-with-description {
  position: relative;
  padding: 15px 15px 15px 64px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.5;
  border-radius: 4px;
}
.ant-alert-with-description.ant-alert-no-icon {
  padding: 15px;
}
.ant-alert-with-description .ant-alert-icon {
  position: absolute;
  top: 16px;
  left: 24px;
  font-size: 24px;
}
.ant-alert-with-description .ant-alert-close-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 14px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-alert-message {
  color: rgba(0, 0, 0, 0.85);
}
.ant-alert-with-description .ant-alert-description {
  display: block;
}
.ant-alert.ant-alert-closing {
  height: 0 !important;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  -webkit-animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@-webkit-keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpIn {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@-webkit-keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 0;
  }
}
.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 #0FB1B5;
  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: #0FB1B5;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-select-auto-complete {
  -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';
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 32px;
}
.ant-select-auto-complete.ant-select .ant-select-selection__placeholder {
  margin-right: 12px;
  margin-left: 12px;
}
.ant-select-auto-complete.ant-select .ant-select-selection--single {
  height: auto;
}
.ant-select-auto-complete.ant-select .ant-select-search--inline {
  position: static;
  float: left;
}
.ant-select-auto-complete.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 0 !important;
}
.ant-select-auto-complete.ant-select .ant-input {
  height: 32px;
  line-height: 1.5;
  background: transparent;
  border-width: 1px;
}
.ant-select-auto-complete.ant-select .ant-input:focus,
.ant-select-auto-complete.ant-select .ant-input:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select .ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-select-auto-complete.ant-select .ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-select-auto-complete.ant-select-lg .ant-select-selection__rendered {
  line-height: 40px;
}
.ant-select-auto-complete.ant-select-lg .ant-input {
  height: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.ant-select-auto-complete.ant-select-sm .ant-select-selection__rendered {
  line-height: 24px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 24px;
  padding-top: 1px;
  padding-bottom: 1px;
}
.ant-input-group > .ant-select-auto-complete .ant-select-search__field.ant-input-affix-wrapper {
  display: inline;
  float: none;
}
.ant-avatar {
  -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;
  display: inline-block;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  background: #ccc;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
}
.ant-avatar-image {
  background: transparent;
}
.ant-avatar-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar.ant-avatar-icon {
  font-size: 18px;
}
.ant-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
}
.ant-avatar-lg-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-lg.ant-avatar-icon {
  font-size: 24px;
}
.ant-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}
.ant-avatar-sm-string {
  position: absolute;
  left: 50%;
  -webkit-transform-origin: 0 center;
          transform-origin: 0 center;
}
.ant-avatar-sm.ant-avatar-icon {
  font-size: 14px;
}
.ant-avatar-square {
  border-radius: 4px;
}
.ant-avatar > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-back-top {
  -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: fixed;
  right: 100px;
  bottom: 50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.ant-back-top-content {
  width: 40px;
  height: 40px;
  overflow: hidden;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-content:hover {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-back-top-icon {
  width: 14px;
  height: 16px;
  margin: 12px auto;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAoCAYAAACWwljjAAAABGdBTUEAALGPC/xhBQAAAbtJREFUWAntmMtKw0AUhhMvS5cuxILgQlRUpIggIoKIIoigG1eC+AA+jo+i6FIXBfeuXIgoeKVeitVWJX5HWhhDksnUpp3FDPyZk3Nm5nycmZKkXhAEOXSA3lG7muTeRzmfy6HneUvIhnYkQK+Q9NhAA0Opg0vBEhjBKHiyb8iGMyQMOYuK41BcBSypAL+MYXSKjtFAW7EAGEO3qN4uMQbbAkXiSfRQJ1H6a+yhlkKRcAoVFYiweYNjtCVQJJpBz2GCiPt7fBOZQpFgDpUikse5HgnkM4Fi4QX0Fpc5wf9EbLqpUCy4jMoJSXWhFwbMNgWKhVbRhy5jirhs9fy/oFhgHVVTJEs7RLZ8sSEoJm6iz7SZDMbJ+/OKERQTttCXQRLToRUmrKWCYuA2+jbN0MB4OQobYShfdTCgn/sL1K36M7TLrN3n+758aPy2rrpR6+/od5E8tf/A1uLS9aId5T7J3CNYihkQ4D9PiMdMC7mp4rjB9kjFjZp8BlnVHJBuO1yFXIV0FdDF3RlyFdJVQBdv5AxVdIsq8apiZ2PyYO1EVykesGfZEESsCkweyR8MUW+V8uJ1gkYipmpdP1pm2aJVPEGzAAAAAElFTkSuQmCC) 100%/100% no-repeat;
}
@media screen and (max-width: 768px) {
  .ant-back-top {
    right: 60px;
  }
}
@media screen and (max-width: 480px) {
  .ant-back-top {
    right: 20px;
  }
}
.ant-badge {
  -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;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  min-width: 20px;
  height: 20px;
  padding: 0 6px;
  color: #fff;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  text-align: center;
  background: #f5222d;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count a,
.ant-badge-count a:hover {
  color: #fff;
}
.ant-badge-multiple-words {
  padding: 0 8px;
}
.ant-badge-dot {
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}
.ant-badge-count,
.ant-badge-dot,
.ant-badge .ant-scroll-number-custom-component {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transform-origin: 100% 0%;
          transform-origin: 100% 0%;
}
.ant-badge-status {
  line-height: inherit;
  vertical-align: baseline;
}
.ant-badge-status-dot {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 6px;
  height: 6px;
  vertical-align: middle;
  border-radius: 50%;
}
.ant-badge-status-success {
  background-color: #52c41a;
}
.ant-badge-status-processing {
  position: relative;
  background-color: #1890ff;
}
.ant-badge-status-processing::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #1890ff;
  border-radius: 50%;
  -webkit-animation: antStatusProcessing 1.2s infinite ease-in-out;
          animation: antStatusProcessing 1.2s infinite ease-in-out;
  content: '';
}
.ant-badge-status-default {
  background-color: #d9d9d9;
}
.ant-badge-status-error {
  background-color: #f5222d;
}
.ant-badge-status-warning {
  background-color: #faad14;
}
.ant-badge-status-pink {
  background: #eb2f96;
}
.ant-badge-status-magenta {
  background: #eb2f96;
}
.ant-badge-status-red {
  background: #f5222d;
}
.ant-badge-status-volcano {
  background: #fa541c;
}
.ant-badge-status-orange {
  background: #fa8c16;
}
.ant-badge-status-yellow {
  background: #fadb14;
}
.ant-badge-status-gold {
  background: #faad14;
}
.ant-badge-status-cyan {
  background: #13c2c2;
}
.ant-badge-status-lime {
  background: #a0d911;
}
.ant-badge-status-green {
  background: #52c41a;
}
.ant-badge-status-blue {
  background: #1890ff;
}
.ant-badge-status-geekblue {
  background: #2f54eb;
}
.ant-badge-status-purple {
  background: #722ed1;
}
.ant-badge-status-text {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  -webkit-animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  -webkit-animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
          animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
  vertical-align: middle;
}
.ant-badge-not-a-wrapper .ant-scroll-number {
  position: relative;
  top: auto;
  display: block;
}
.ant-badge-not-a-wrapper .ant-badge-count {
  -webkit-transform: none;
          transform: none;
}
@-webkit-keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
@keyframes antStatusProcessing {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(2.4);
            transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@-webkit-keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeIn {
  0% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
}
@-webkit-keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
@keyframes antZoomBadgeOut {
  0% {
    -webkit-transform: scale(1) translate(50%, -50%);
            transform: scale(1) translate(50%, -50%);
  }
  100% {
    -webkit-transform: scale(0) translate(50%, -50%);
            transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-breadcrumb .anticon {
  font-size: 14px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #2fc2bf;
}
.ant-breadcrumb > span:last-child {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
  display: none;
}
.ant-breadcrumb-separator {
  margin: 0 8px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-breadcrumb-link > .anticon + span {
  margin-left: 4px;
}
.ant-breadcrumb-overlay-link > .anticon {
  margin-left: 4px;
}
.ant-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-btn > .anticon {
  line-height: 1;
}
.ant-btn,
.ant-btn:active,
.ant-btn:focus {
  outline: 0;
}
.ant-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn.disabled,
.ant-btn[disabled] {
  cursor: not-allowed;
}
.ant-btn.disabled > *,
.ant-btn[disabled] > * {
  pointer-events: none;
}
.ant-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #2fc2bf;
  background-color: #fff;
  border-color: #2fc2bf;
}
.ant-btn:hover > a:only-child,
.ant-btn:focus > a:only-child {
  color: currentColor;
}
.ant-btn:hover > a:only-child::after,
.ant-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:active,
.ant-btn.active {
  color: #04888f;
  background-color: #fff;
  border-color: #04888f;
}
.ant-btn:active > a:only-child,
.ant-btn.active > a:only-child {
  color: currentColor;
}
.ant-btn:active > a:only-child::after,
.ant-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-disabled > a:only-child,
.ant-btn.disabled > a:only-child,
.ant-btn[disabled] > a:only-child,
.ant-btn-disabled:hover > a:only-child,
.ant-btn.disabled:hover > a:only-child,
.ant-btn[disabled]:hover > a:only-child,
.ant-btn-disabled:focus > a:only-child,
.ant-btn.disabled:focus > a:only-child,
.ant-btn[disabled]:focus > a:only-child,
.ant-btn-disabled:active > a:only-child,
.ant-btn.disabled:active > a:only-child,
.ant-btn[disabled]:active > a:only-child,
.ant-btn-disabled.active > a:only-child,
.ant-btn.disabled.active > a:only-child,
.ant-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-disabled > a:only-child::after,
.ant-btn.disabled > a:only-child::after,
.ant-btn[disabled] > a:only-child::after,
.ant-btn-disabled:hover > a:only-child::after,
.ant-btn.disabled:hover > a:only-child::after,
.ant-btn[disabled]:hover > a:only-child::after,
.ant-btn-disabled:focus > a:only-child::after,
.ant-btn.disabled:focus > a:only-child::after,
.ant-btn[disabled]:focus > a:only-child::after,
.ant-btn-disabled:active > a:only-child::after,
.ant-btn.disabled:active > a:only-child::after,
.ant-btn[disabled]:active > a:only-child::after,
.ant-btn-disabled.active > a:only-child::after,
.ant-btn.disabled.active > a:only-child::after,
.ant-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active,
.ant-btn.active {
  text-decoration: none;
  background: #fff;
}
.ant-btn > i,
.ant-btn > span {
  display: inline-block;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  color: #fff;
  background-color: #2fc2bf;
  border-color: #2fc2bf;
}
.ant-btn-primary:hover > a:only-child,
.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-primary:hover > a:only-child::after,
.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary:active,
.ant-btn-primary.active {
  color: #fff;
  background-color: #04888f;
  border-color: #04888f;
}
.ant-btn-primary:active > a:only-child,
.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-primary:active > a:only-child::after,
.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-primary-disabled,
.ant-btn-primary.disabled,
.ant-btn-primary[disabled],
.ant-btn-primary-disabled:hover,
.ant-btn-primary.disabled:hover,
.ant-btn-primary[disabled]:hover,
.ant-btn-primary-disabled:focus,
.ant-btn-primary.disabled:focus,
.ant-btn-primary[disabled]:focus,
.ant-btn-primary-disabled:active,
.ant-btn-primary.disabled:active,
.ant-btn-primary[disabled]:active,
.ant-btn-primary-disabled.active,
.ant-btn-primary.disabled.active,
.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-primary-disabled > a:only-child,
.ant-btn-primary.disabled > a:only-child,
.ant-btn-primary[disabled] > a:only-child,
.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
  border-right-color: #2fc2bf;
  border-left-color: #2fc2bf;
}
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child):disabled {
  border-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
  border-right-color: #2fc2bf;
}
.ant-btn-group .ant-btn-primary:first-child:not(:last-child)[disabled] {
  border-right-color: #d9d9d9;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
  border-left-color: #2fc2bf;
}
.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
  border-left-color: #d9d9d9;
}
.ant-btn-ghost {
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: #d9d9d9;
}
.ant-btn-ghost > a:only-child {
  color: currentColor;
}
.ant-btn-ghost > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:hover,
.ant-btn-ghost:focus {
  color: #2fc2bf;
  background-color: transparent;
  border-color: #2fc2bf;
}
.ant-btn-ghost:hover > a:only-child,
.ant-btn-ghost:focus > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:hover > a:only-child::after,
.ant-btn-ghost:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost:active,
.ant-btn-ghost.active {
  color: #04888f;
  background-color: transparent;
  border-color: #04888f;
}
.ant-btn-ghost:active > a:only-child,
.ant-btn-ghost.active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost:active > a:only-child::after,
.ant-btn-ghost.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-ghost-disabled,
.ant-btn-ghost.disabled,
.ant-btn-ghost[disabled],
.ant-btn-ghost-disabled:hover,
.ant-btn-ghost.disabled:hover,
.ant-btn-ghost[disabled]:hover,
.ant-btn-ghost-disabled:focus,
.ant-btn-ghost.disabled:focus,
.ant-btn-ghost[disabled]:focus,
.ant-btn-ghost-disabled:active,
.ant-btn-ghost.disabled:active,
.ant-btn-ghost[disabled]:active,
.ant-btn-ghost-disabled.active,
.ant-btn-ghost.disabled.active,
.ant-btn-ghost[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-ghost-disabled > a:only-child,
.ant-btn-ghost.disabled > a:only-child,
.ant-btn-ghost[disabled] > a:only-child,
.ant-btn-ghost-disabled:hover > a:only-child,
.ant-btn-ghost.disabled:hover > a:only-child,
.ant-btn-ghost[disabled]:hover > a:only-child,
.ant-btn-ghost-disabled:focus > a:only-child,
.ant-btn-ghost.disabled:focus > a:only-child,
.ant-btn-ghost[disabled]:focus > a:only-child,
.ant-btn-ghost-disabled:active > a:only-child,
.ant-btn-ghost.disabled:active > a:only-child,
.ant-btn-ghost[disabled]:active > a:only-child,
.ant-btn-ghost-disabled.active > a:only-child,
.ant-btn-ghost.disabled.active > a:only-child,
.ant-btn-ghost[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-ghost-disabled > a:only-child::after,
.ant-btn-ghost.disabled > a:only-child::after,
.ant-btn-ghost[disabled] > a:only-child::after,
.ant-btn-ghost-disabled:hover > a:only-child::after,
.ant-btn-ghost.disabled:hover > a:only-child::after,
.ant-btn-ghost[disabled]:hover > a:only-child::after,
.ant-btn-ghost-disabled:focus > a:only-child::after,
.ant-btn-ghost.disabled:focus > a:only-child::after,
.ant-btn-ghost[disabled]:focus > a:only-child::after,
.ant-btn-ghost-disabled:active > a:only-child::after,
.ant-btn-ghost.disabled:active > a:only-child::after,
.ant-btn-ghost[disabled]:active > a:only-child::after,
.ant-btn-ghost-disabled.active > a:only-child::after,
.ant-btn-ghost.disabled.active > a:only-child::after,
.ant-btn-ghost[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: dashed;
}
.ant-btn-dashed > a:only-child {
  color: currentColor;
}
.ant-btn-dashed > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:hover,
.ant-btn-dashed:focus {
  color: #2fc2bf;
  background-color: #fff;
  border-color: #2fc2bf;
}
.ant-btn-dashed:hover > a:only-child,
.ant-btn-dashed:focus > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:hover > a:only-child::after,
.ant-btn-dashed:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed:active,
.ant-btn-dashed.active {
  color: #04888f;
  background-color: #fff;
  border-color: #04888f;
}
.ant-btn-dashed:active > a:only-child,
.ant-btn-dashed.active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed:active > a:only-child::after,
.ant-btn-dashed.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-dashed-disabled,
.ant-btn-dashed.disabled,
.ant-btn-dashed[disabled],
.ant-btn-dashed-disabled:hover,
.ant-btn-dashed.disabled:hover,
.ant-btn-dashed[disabled]:hover,
.ant-btn-dashed-disabled:focus,
.ant-btn-dashed.disabled:focus,
.ant-btn-dashed[disabled]:focus,
.ant-btn-dashed-disabled:active,
.ant-btn-dashed.disabled:active,
.ant-btn-dashed[disabled]:active,
.ant-btn-dashed-disabled.active,
.ant-btn-dashed.disabled.active,
.ant-btn-dashed[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-dashed-disabled > a:only-child,
.ant-btn-dashed.disabled > a:only-child,
.ant-btn-dashed[disabled] > a:only-child,
.ant-btn-dashed-disabled:hover > a:only-child,
.ant-btn-dashed.disabled:hover > a:only-child,
.ant-btn-dashed[disabled]:hover > a:only-child,
.ant-btn-dashed-disabled:focus > a:only-child,
.ant-btn-dashed.disabled:focus > a:only-child,
.ant-btn-dashed[disabled]:focus > a:only-child,
.ant-btn-dashed-disabled:active > a:only-child,
.ant-btn-dashed.disabled:active > a:only-child,
.ant-btn-dashed[disabled]:active > a:only-child,
.ant-btn-dashed-disabled.active > a:only-child,
.ant-btn-dashed.disabled.active > a:only-child,
.ant-btn-dashed[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-dashed-disabled > a:only-child::after,
.ant-btn-dashed.disabled > a:only-child::after,
.ant-btn-dashed[disabled] > a:only-child::after,
.ant-btn-dashed-disabled:hover > a:only-child::after,
.ant-btn-dashed.disabled:hover > a:only-child::after,
.ant-btn-dashed[disabled]:hover > a:only-child::after,
.ant-btn-dashed-disabled:focus > a:only-child::after,
.ant-btn-dashed.disabled:focus > a:only-child::after,
.ant-btn-dashed[disabled]:focus > a:only-child::after,
.ant-btn-dashed-disabled:active > a:only-child::after,
.ant-btn-dashed.disabled:active > a:only-child::after,
.ant-btn-dashed[disabled]:active > a:only-child::after,
.ant-btn-dashed-disabled.active > a:only-child::after,
.ant-btn-dashed.disabled.active > a:only-child::after,
.ant-btn-dashed[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger {
  color: #fff;
  background-color: #ff4d4f;
  border-color: #ff4d4f;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:hover,
.ant-btn-danger:focus {
  color: #fff;
  background-color: #ff7875;
  border-color: #ff7875;
}
.ant-btn-danger:hover > a:only-child,
.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-danger:hover > a:only-child::after,
.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger:active,
.ant-btn-danger.active {
  color: #fff;
  background-color: #d9363e;
  border-color: #d9363e;
}
.ant-btn-danger:active > a:only-child,
.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-danger:active > a:only-child::after,
.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-danger-disabled,
.ant-btn-danger.disabled,
.ant-btn-danger[disabled],
.ant-btn-danger-disabled:hover,
.ant-btn-danger.disabled:hover,
.ant-btn-danger[disabled]:hover,
.ant-btn-danger-disabled:focus,
.ant-btn-danger.disabled:focus,
.ant-btn-danger[disabled]:focus,
.ant-btn-danger-disabled:active,
.ant-btn-danger.disabled:active,
.ant-btn-danger[disabled]:active,
.ant-btn-danger-disabled.active,
.ant-btn-danger.disabled.active,
.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-danger-disabled > a:only-child,
.ant-btn-danger.disabled > a:only-child,
.ant-btn-danger[disabled] > a:only-child,
.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link {
  color: rgba(15, 177, 181, 0.7);
  background-color: transparent;
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus {
  color: #2fc2bf;
  background-color: transparent;
  border-color: #2fc2bf;
}
.ant-btn-link:hover > a:only-child,
.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-link:hover > a:only-child::after,
.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:active,
.ant-btn-link.active {
  color: #04888f;
  background-color: transparent;
  border-color: #04888f;
}
.ant-btn-link:active > a:only-child,
.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-link:active > a:only-child::after,
.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-link:hover,
.ant-btn-link:focus,
.ant-btn-link:active {
  border-color: transparent;
}
.ant-btn-link-disabled,
.ant-btn-link.disabled,
.ant-btn-link[disabled],
.ant-btn-link-disabled:hover,
.ant-btn-link.disabled:hover,
.ant-btn-link[disabled]:hover,
.ant-btn-link-disabled:focus,
.ant-btn-link.disabled:focus,
.ant-btn-link[disabled]:focus,
.ant-btn-link-disabled:active,
.ant-btn-link.disabled:active,
.ant-btn-link[disabled]:active,
.ant-btn-link-disabled.active,
.ant-btn-link.disabled.active,
.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-link-disabled > a:only-child,
.ant-btn-link.disabled > a:only-child,
.ant-btn-link[disabled] > a:only-child,
.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-link-disabled:active > a:only-child,
.ant-btn-link.disabled:active > a:only-child,
.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-link-disabled.active > a:only-child,
.ant-btn-link.disabled.active > a:only-child,
.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-link-disabled > a:only-child::after,
.ant-btn-link.disabled > a:only-child::after,
.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-icon-only {
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 18px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-btn .anticon.anticon-plus > svg,
.ant-btn .anticon.anticon-minus > svg {
  shape-rendering: optimizeSpeed;
}
.ant-btn.ant-btn-loading {
  position: relative;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ant-btn-group > .ant-btn,
.ant-btn-group > span > .ant-btn {
  position: relative;
}
.ant-btn-group > .ant-btn:hover,
.ant-btn-group > span > .ant-btn:hover,
.ant-btn-group > .ant-btn:focus,
.ant-btn-group > span > .ant-btn:focus,
.ant-btn-group > .ant-btn:active,
.ant-btn-group > span > .ant-btn:active,
.ant-btn-group > .ant-btn.active,
.ant-btn-group > span > .ant-btn.active {
  z-index: 2;
}
.ant-btn-group > .ant-btn:disabled,
.ant-btn-group > span > .ant-btn:disabled {
  z-index: 0;
}
.ant-btn-group > .ant-btn-icon-only {
  font-size: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #0FB1B5;
  background-color: transparent;
  border-color: #0FB1B5;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:hover,
.ant-btn-background-ghost.ant-btn-primary:focus {
  color: #2fc2bf;
  background-color: transparent;
  border-color: #2fc2bf;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary:active,
.ant-btn-background-ghost.ant-btn-primary.active {
  color: #04888f;
  background-color: transparent;
  border-color: #04888f;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-primary-disabled,
.ant-btn-background-ghost.ant-btn-primary.disabled,
.ant-btn-background-ghost.ant-btn-primary[disabled],
.ant-btn-background-ghost.ant-btn-primary-disabled:hover,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus,
.ant-btn-background-ghost.ant-btn-primary-disabled:active,
.ant-btn-background-ghost.ant-btn-primary.disabled:active,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active,
.ant-btn-background-ghost.ant-btn-primary-disabled.active,
.ant-btn-background-ghost.ant-btn-primary.disabled.active,
.ant-btn-background-ghost.ant-btn-primary[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-primary-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-primary[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger {
  color: #ff4d4f;
  background-color: transparent;
  border-color: #ff4d4f;
  text-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:hover,
.ant-btn-background-ghost.ant-btn-danger:focus {
  color: #ff7875;
  background-color: transparent;
  border-color: #ff7875;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger:active,
.ant-btn-background-ghost.ant-btn-danger.active {
  color: #d9363e;
  background-color: transparent;
  border-color: #d9363e;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-danger-disabled,
.ant-btn-background-ghost.ant-btn-danger.disabled,
.ant-btn-background-ghost.ant-btn-danger[disabled],
.ant-btn-background-ghost.ant-btn-danger-disabled:hover,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus,
.ant-btn-background-ghost.ant-btn-danger-disabled:active,
.ant-btn-background-ghost.ant-btn-danger.disabled:active,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active,
.ant-btn-background-ghost.ant-btn-danger-disabled.active,
.ant-btn-background-ghost.ant-btn-danger.disabled.active,
.ant-btn-background-ghost.ant-btn-danger[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-danger-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-danger[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link {
  color: rgba(15, 177, 181, 0.7);
  background-color: transparent;
  border-color: transparent;
  text-shadow: none;
  color: #fff;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:hover,
.ant-btn-background-ghost.ant-btn-link:focus {
  color: #2fc2bf;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link:active,
.ant-btn-background-ghost.ant-btn-link.active {
  color: #04888f;
  background-color: transparent;
  border-color: transparent;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-background-ghost.ant-btn-link-disabled,
.ant-btn-background-ghost.ant-btn-link.disabled,
.ant-btn-background-ghost.ant-btn-link[disabled],
.ant-btn-background-ghost.ant-btn-link-disabled:hover,
.ant-btn-background-ghost.ant-btn-link.disabled:hover,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover,
.ant-btn-background-ghost.ant-btn-link-disabled:focus,
.ant-btn-background-ghost.ant-btn-link.disabled:focus,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus,
.ant-btn-background-ghost.ant-btn-link-disabled:active,
.ant-btn-background-ghost.ant-btn-link.disabled:active,
.ant-btn-background-ghost.ant-btn-link[disabled]:active,
.ant-btn-background-ghost.ant-btn-link-disabled.active,
.ant-btn-background-ghost.ant-btn-link.disabled.active,
.ant-btn-background-ghost.ant-btn-link[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child {
  color: currentColor;
}
.ant-btn-background-ghost.ant-btn-link-disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled] > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:hover > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:focus > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled]:active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link-disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link.disabled.active > a:only-child::after,
.ant-btn-background-ghost.ant-btn-link[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn-two-chinese-chars::first-letter {
  letter-spacing: 0.34em;
}
.ant-btn-two-chinese-chars > *:not(.anticon) {
  margin-right: -0.34em;
  letter-spacing: 0.34em;
}
.ant-btn-block {
  width: 100%;
}
.ant-btn:empty {
  vertical-align: top;
}
a.ant-btn {
  padding-top: 0.1px;
  line-height: 30px;
}
a.ant-btn-lg {
  line-height: 38px;
}
a.ant-btn-sm {
  line-height: 22px;
}
.ant-fullcalendar {
  -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';
  border-top: 1px solid #d9d9d9;
  outline: none;
}
.ant-select.ant-fullcalendar-year-select {
  min-width: 90px;
}
.ant-select.ant-fullcalendar-year-select.ant-select-sm {
  min-width: 70px;
}
.ant-select.ant-fullcalendar-month-select {
  min-width: 80px;
  margin-left: 8px;
}
.ant-select.ant-fullcalendar-month-select.ant-select-sm {
  min-width: 70px;
}
.ant-fullcalendar-header {
  padding: 11px 16px 11px 0;
  text-align: right;
}
.ant-fullcalendar-header .ant-select-dropdown {
  text-align: left;
}
.ant-fullcalendar-header .ant-radio-group {
  margin-left: 8px;
  text-align: left;
}
.ant-fullcalendar-header label.ant-radio-button {
  height: 22px;
  padding: 0 10px;
  line-height: 20px;
}
.ant-fullcalendar-date-panel {
  position: relative;
  outline: none;
}
.ant-fullcalendar-calendar-body {
  padding: 8px 12px;
}
.ant-fullcalendar table {
  width: 100%;
  max-width: 100%;
  height: 256px;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-fullcalendar table,
.ant-fullcalendar th,
.ant-fullcalendar td {
  border: 0;
}
.ant-fullcalendar td {
  position: relative;
}
.ant-fullcalendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-fullcalendar-column-header {
  width: 33px;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.ant-fullcalendar-column-header .ant-fullcalendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-fullcalendar-week-number-header .ant-fullcalendar-column-header-inner {
  display: none;
}
.ant-fullcalendar-month,
.ant-fullcalendar-date {
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-fullcalendar-value {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #0FB1B5;
}
.ant-fullcalendar-month-panel-cell .ant-fullcalendar-value {
  width: 48px;
}
.ant-fullcalendar-today .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value {
  -webkit-box-shadow: 0 0 0 1px #0FB1B5 inset;
          box-shadow: 0 0 0 1px #0FB1B5 inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #0FB1B5;
}
.ant-fullcalendar-disabled-cell-first-of-row .ant-fullcalendar-value {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-fullcalendar-disabled-cell-last-of-row .ant-fullcalendar-value {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-fullcalendar-last-month-cell .ant-fullcalendar-value,
.ant-fullcalendar-next-month-btn-day .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-month-panel-table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-fullcalendar-content {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 100%;
}
.ant-fullcalendar-fullscreen {
  border-top: 0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-table {
  table-layout: fixed;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header .ant-radio-group {
  margin-left: 16px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-header label.ant-radio-button {
  height: 32px;
  line-height: 30px;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date {
  display: block;
  height: 116px;
  margin: 0 4px;
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.65);
  text-align: left;
  border-top: 2px solid #e8e8e8;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #a7e8e0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-column-header {
  padding-right: 12px;
  padding-bottom: 5px;
  text-align: right;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-value {
  width: auto;
  text-align: right;
  background: transparent;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  color: rgba(0, 0, 0, 0.65);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-date {
  background: transparent;
  border-top-color: #0FB1B5;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-month,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-date {
  background: #dcf5f1;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #0FB1B5;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-last-month-cell .ant-fullcalendar-date,
.ant-fullcalendar-fullscreen .ant-fullcalendar-next-month-btn-day .ant-fullcalendar-date {
  color: rgba(0, 0, 0, 0.25);
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-content {
  position: static;
  width: auto;
  height: 88px;
  overflow-y: auto;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell .ant-fullcalendar-date:hover {
  cursor: not-allowed;
}
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date,
.ant-fullcalendar-disabled-cell:not(.ant-fullcalendar-today) .ant-fullcalendar-date:hover {
  background: transparent;
}
.ant-fullcalendar-disabled-cell .ant-fullcalendar-value {
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  border-radius: 0;
  cursor: not-allowed;
}
.ant-card {
  -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;
  background: #fff;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.09);
}
.ant-card-bordered {
  border: 1px solid #e8e8e8;
}
.ant-card-head {
  min-height: 48px;
  margin-bottom: -1px;
  padding: 0 24px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  background: transparent;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 2px 2px 0 0;
  zoom: 1;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head::before,
.ant-card-head::after {
  display: table;
  content: '';
}
.ant-card-head::after {
  clear: both;
}
.ant-card-head-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-head .ant-tabs {
  clear: both;
  margin-bottom: -17px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-head .ant-tabs-bar {
  border-bottom: 1px solid #e8e8e8;
}
.ant-card-extra {
  float: right;
  margin-left: auto;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
}
.ant-card-body {
  padding: 24px;
  zoom: 1;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-body::before,
.ant-card-body::after {
  display: table;
  content: '';
}
.ant-card-body::after {
  clear: both;
}
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
  margin: -1px 0 0 -1px;
  padding: 0;
}
.ant-card-grid {
  float: left;
  width: 33.33%;
  padding: 24px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
          box-shadow: 1px 0 0 0 #e8e8e8, 0 1px 0 0 #e8e8e8, 1px 1px 0 0 #e8e8e8, 1px 0 0 0 #e8e8e8 inset, 0 1px 0 0 #e8e8e8 inset;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
  min-height: 32px;
  padding-bottom: 0;
}
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
  padding-bottom: 0;
}
.ant-card-cover > * {
  display: block;
  width: 100%;
}
.ant-card-cover img {
  border-radius: 2px 2px 0 0;
}
.ant-card-actions {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  zoom: 1;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions::before,
.ant-card-actions::after {
  display: table;
  content: '';
}
.ant-card-actions::after {
  clear: both;
}
.ant-card-actions > li {
  float: left;
  margin: 12px 0;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
}
.ant-card-actions > li > span {
  position: relative;
  display: block;
  min-width: 32px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
}
.ant-card-actions > li > span:hover {
  color: #0FB1B5;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn),
.ant-card-actions > li > span > .anticon {
  display: inline-block;
  width: 100%;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #0FB1B5;
}
.ant-card-actions > li > span > .anticon {
  font-size: 16px;
  line-height: 22px;
}
.ant-card-actions > li:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}
.ant-card-type-inner .ant-card-head {
  padding: 0 24px;
  background: #fafafa;
}
.ant-card-type-inner .ant-card-head-title {
  padding: 12px 0;
  font-size: 14px;
}
.ant-card-type-inner .ant-card-body {
  padding: 16px 24px;
}
.ant-card-type-inner .ant-card-extra {
  padding: 13.5px 0;
}
.ant-card-meta {
  margin: -4px 0;
  zoom: 1;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta::before,
.ant-card-meta::after {
  display: table;
  content: '';
}
.ant-card-meta::after {
  clear: both;
}
.ant-card-meta-avatar {
  float: left;
  padding-right: 16px;
}
.ant-card-meta-detail {
  overflow: hidden;
}
.ant-card-meta-detail > div:not(:last-child) {
  margin-bottom: 8px;
}
.ant-card-meta-title {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-card-meta-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-card-loading {
  overflow: hidden;
}
.ant-card-loading .ant-card-body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(207, 216, 220, 0.2)), color-stop(rgba(207, 216, 220, 0.4)), to(rgba(207, 216, 220, 0.2)));
  background: linear-gradient(90deg, rgba(207, 216, 220, 0.2), rgba(207, 216, 220, 0.4), rgba(207, 216, 220, 0.2));
  background-size: 600% 600%;
  border-radius: 2px;
  -webkit-animation: card-loading 1.4s ease infinite;
          animation: card-loading 1.4s ease infinite;
}
@-webkit-keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
@keyframes card-loading {
  0%,
  100% {
    background-position: 0 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}
.ant-card-small > .ant-card-head {
  min-height: 36px;
  padding: 0 12px;
  font-size: 14px;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
  padding: 8px 0;
}
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
  padding: 8px 0;
  font-size: 14px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  -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';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.ant-carousel .slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.ant-carousel .slick-list:focus {
  outline: none;
}
.ant-carousel .slick-list.dragging {
  cursor: pointer;
}
.ant-carousel .slick-list .slick-slide {
  pointer-events: none;
}
.ant-carousel .slick-list .slick-slide input.ant-radio-input,
.ant-carousel .slick-list .slick-slide input.ant-checkbox-input {
  visibility: hidden;
}
.ant-carousel .slick-list .slick-slide.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-list .slick-slide.slick-active input.ant-radio-input,
.ant-carousel .slick-list .slick-slide.slick-active input.ant-checkbox-input {
  visibility: visible;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.ant-carousel .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.ant-carousel .slick-track::before,
.ant-carousel .slick-track::after {
  display: table;
  content: '';
}
.ant-carousel .slick-track::after {
  clear: both;
}
.slick-loading .ant-carousel .slick-track {
  visibility: hidden;
}
.ant-carousel .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .ant-carousel .slick-slide {
  float: right;
}
.ant-carousel .slick-slide img {
  display: block;
}
.ant-carousel .slick-slide.slick-loading img {
  display: none;
}
.ant-carousel .slick-slide.dragging img {
  pointer-events: none;
}
.ant-carousel .slick-initialized .slick-slide {
  display: block;
}
.ant-carousel .slick-loading .slick-slide {
  visibility: hidden;
}
.ant-carousel .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.ant-carousel .slick-arrow.slick-hidden {
  display: none;
}
.ant-carousel .slick-prev,
.ant-carousel .slick-next {
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  background: transparent;
  border: 0;
  outline: none;
  cursor: pointer;
}
.ant-carousel .slick-prev:hover,
.ant-carousel .slick-next:hover,
.ant-carousel .slick-prev:focus,
.ant-carousel .slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}
.ant-carousel .slick-prev:hover::before,
.ant-carousel .slick-next:hover::before,
.ant-carousel .slick-prev:focus::before,
.ant-carousel .slick-next:focus::before {
  opacity: 1;
}
.ant-carousel .slick-prev.slick-disabled::before,
.ant-carousel .slick-next.slick-disabled::before {
  opacity: 0.25;
}
.ant-carousel .slick-prev {
  left: -25px;
}
.ant-carousel .slick-prev::before {
  content: '\2190';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '\2192';
}
.ant-carousel .slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
.ant-carousel .slick-dots-bottom {
  bottom: 12px;
}
.ant-carousel .slick-dots-top {
  top: 12px;
}
.ant-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.ant-carousel .slick-dots li button {
  display: block;
  width: 16px;
  height: 3px;
  padding: 0;
  color: transparent;
  font-size: 0;
  background: #fff;
  border: 0;
  border-radius: 1px;
  outline: none;
  cursor: pointer;
  opacity: 0.3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.ant-carousel .slick-dots li button:hover,
.ant-carousel .slick-dots li button:focus {
  opacity: 0.75;
}
.ant-carousel .slick-dots li.slick-active button {
  width: 24px;
  background: #fff;
  opacity: 1;
}
.ant-carousel .slick-dots li.slick-active button:hover,
.ant-carousel .slick-dots li.slick-active button:focus {
  opacity: 1;
}
.ant-carousel-vertical .slick-dots {
  top: 50%;
  bottom: auto;
  width: 3px;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-carousel-vertical .slick-dots-left {
  left: 12px;
}
.ant-carousel-vertical .slick-dots-right {
  right: 12px;
}
.ant-carousel-vertical .slick-dots li {
  margin: 0 2px;
  vertical-align: baseline;
}
.ant-carousel-vertical .slick-dots li button {
  width: 3px;
  height: 16px;
}
.ant-carousel-vertical .slick-dots li.slick-active button {
  width: 3px;
  height: 24px;
}
.ant-cascader {
  -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';
}
.ant-cascader-input.ant-input {
  position: static;
  width: 100%;
  padding-right: 24px;
  background-color: transparent !important;
  cursor: pointer;
}
.ant-cascader-picker-show-search .ant-cascader-input.ant-input {
  position: relative;
}
.ant-cascader-picker {
  -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;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-cascader-picker-with-value .ant-cascader-picker-label {
  color: transparent;
}
.ant-cascader-picker-disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-cascader-picker-disabled .ant-cascader-input {
  cursor: not-allowed;
}
.ant-cascader-picker:focus .ant-cascader-input {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-cascader-picker-show-search.ant-cascader-picker-focused {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-picker-label {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 20px;
  margin-top: -10px;
  padding: 0 20px 0 12px;
  overflow: hidden;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-cascader-picker-clear {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 2;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
}
.ant-cascader-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-cascader-picker:hover .ant-cascader-picker-clear {
  opacity: 1;
}
.ant-cascader-picker-arrow {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 12px;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-cascader-picker-small .ant-cascader-picker-clear,
.ant-cascader-picker-small .ant-cascader-picker-arrow {
  right: 8px;
}
.ant-cascader-menus {
  position: absolute;
  z-index: 1050;
  font-size: 14px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  list-style: none;
}
.ant-cascader-menus-empty,
.ant-cascader-menus-hidden {
  display: none;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-bottomLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-cascader-menus.slide-up-enter.slide-up-enter-active.ant-cascader-menus-placement-topLeft,
.ant-cascader-menus.slide-up-appear.slide-up-appear-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 4px 0;
  overflow: auto;
  vertical-align: top;
  list-style: none;
  border-right: 1px solid #e8e8e8;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.ant-cascader-menu:first-child {
  border-radius: 4px 0 0 4px;
}
.ant-cascader-menu:last-child {
  margin-right: -1px;
  border-right-color: transparent;
  border-radius: 0 4px 4px 0;
}
.ant-cascader-menu:only-child {
  border-radius: 4px;
}
.ant-cascader-menu-item {
  padding: 5px 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #dcf5f1;
}
.ant-cascader-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-cascader-menu-item-disabled:hover {
  background: transparent;
}
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
  font-weight: 600;
  background-color: #fafafa;
}
.ant-cascader-menu-item-expand {
  position: relative;
  padding-right: 24px;
}
.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-loading-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  right: 12px;
  color: rgba(0, 0, 0, 0.45);
}
:root .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
:root .ant-cascader-menu-item-loading-icon {
  font-size: 12px;
}
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon,
.ant-cascader-menu-item-disabled.ant-cascader-menu-item-loading-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-cascader-menu-item .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
@-webkit-keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antCheckboxEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  -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;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #0FB1B5;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0FB1B5;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-checkbox:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox::after {
  visibility: visible;
}
.ant-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-checkbox-checked .ant-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled .ant-checkbox-input {
  cursor: not-allowed;
}
.ant-checkbox-disabled .ant-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-checkbox-disabled .ant-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-checkbox-disabled:hover::after,
.ant-checkbox-wrapper:hover .ant-checkbox-disabled::after {
  visibility: hidden;
}
.ant-checkbox-wrapper {
  -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';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-checkbox-wrapper.ant-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-checkbox-wrapper + .ant-checkbox-wrapper {
  margin-left: 8px;
}
.ant-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-checkbox-group {
  -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';
  display: inline-block;
}
.ant-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-checkbox-group-item + .ant-checkbox-group-item {
  margin-left: 0;
}
.ant-checkbox-indeterminate .ant-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0FB1B5;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-collapse {
  -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';
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
  border-radius: 4px;
}
.ant-collapse > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse > .ant-collapse-item:last-child,
.ant-collapse > .ant-collapse-item:last-child > .ant-collapse-header {
  border-radius: 0 0 4px 4px;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header {
  position: relative;
  padding: 12px 16px;
  padding-left: 40px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  left: 16px;
  display: inline-block;
  font-size: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow > * {
  line-height: 1;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  display: inline-block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow::before {
  display: none;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow-icon {
  display: block;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow svg {
  -webkit-transition: -webkit-transform 0.24s;
  transition: -webkit-transform 0.24s;
  transition: transform 0.24s;
  transition: transform 0.24s, -webkit-transform 0.24s;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  float: right;
}
.ant-collapse > .ant-collapse-item > .ant-collapse-header:focus {
  outline: none;
}
.ant-collapse > .ant-collapse-item.ant-collapse-no-arrow > .ant-collapse-header {
  padding-left: 12px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header {
  padding: 12px 16px;
  padding-right: 40px;
}
.ant-collapse-icon-position-right > .ant-collapse-item > .ant-collapse-header .ant-collapse-arrow {
  right: 16px;
  left: auto;
}
.ant-collapse-anim-active {
  -webkit-transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-collapse-content {
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
}
.ant-collapse-content > .ant-collapse-content-box {
  padding: 16px;
}
.ant-collapse-content-inactive {
  display: none;
}
.ant-collapse-item:last-child > .ant-collapse-content {
  border-radius: 0 0 4px 4px;
}
.ant-collapse-borderless {
  background-color: #fafafa;
  border: 0;
}
.ant-collapse-borderless > .ant-collapse-item {
  border-bottom: 1px solid #d9d9d9;
}
.ant-collapse-borderless > .ant-collapse-item:last-child,
.ant-collapse-borderless > .ant-collapse-item:last-child .ant-collapse-header {
  border-radius: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content {
  background-color: transparent;
  border-top: 0;
}
.ant-collapse-borderless > .ant-collapse-item > .ant-collapse-content > .ant-collapse-content-box {
  padding-top: 4px;
}
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header,
.ant-collapse .ant-collapse-item-disabled > .ant-collapse-header > .arrow {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-comment {
  position: relative;
}
.ant-comment-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 1px;
  font-size: 14px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 14px;
}
.ant-comment-content-author > a,
.ant-comment-content-author > span {
  padding-right: 8px;
  font-size: 12px;
  line-height: 18px;
}
.ant-comment-content-author-name {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-comment-content-author-name > * {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-name > *:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-content-author-time {
  color: #ccc;
  white-space: nowrap;
  cursor: auto;
}
.ant-comment-content-detail p {
  white-space: pre-wrap;
}
.ant-comment-actions {
  margin-top: 12px;
  padding-left: 0;
}
.ant-comment-actions > li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
}
.ant-comment-actions > li > span {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  -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: absolute;
  z-index: 1050;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-bottomRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomLeft,
.ant-calendar-picker-container.slide-up-leave.slide-up-leave-active.ant-calendar-picker-container-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  -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;
  display: inline-block;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-calendar-picker-input {
  outline: none;
}
.ant-calendar-picker-input.ant-input {
  line-height: 1.5;
}
.ant-calendar-picker-input.ant-input-sm {
  padding-top: 0;
  padding-bottom: 0;
}
.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #2fc2bf;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  font-size: 12px;
  line-height: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-calendar-input {
  width: 100%;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-calendar-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #2fc2bf;
}
.ant-calendar-header .ant-calendar-century-select,
.ant-calendar-header .ant-calendar-decade-select,
.ant-calendar-header .ant-calendar-year-select,
.ant-calendar-header .ant-calendar-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-century-select-arrow,
.ant-calendar-header .ant-calendar-decade-select-arrow,
.ant-calendar-header .ant-calendar-year-select-arrow,
.ant-calendar-header .ant-calendar-month-select-arrow {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-prev-month-btn,
.ant-calendar-header .ant-calendar-next-month-btn,
.ant-calendar-header .ant-calendar-prev-year-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-header .ant-calendar-prev-century-btn,
.ant-calendar-header .ant-calendar-prev-decade-btn,
.ant-calendar-header .ant-calendar-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-century-btn::before,
.ant-calendar-header .ant-calendar-prev-decade-btn::before,
.ant-calendar-header .ant-calendar-prev-year-btn::before,
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-century-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-century-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-prev-century-btn::after,
.ant-calendar-header .ant-calendar-prev-decade-btn::after,
.ant-calendar-header .ant-calendar-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-header .ant-calendar-next-century-btn,
.ant-calendar-header .ant-calendar-next-decade-btn,
.ant-calendar-header .ant-calendar-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-century-btn:hover::before,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::before,
.ant-calendar-header .ant-calendar-next-year-btn:hover::before,
.ant-calendar-header .ant-calendar-next-century-btn:hover::after,
.ant-calendar-header .ant-calendar-next-decade-btn:hover::after,
.ant-calendar-header .ant-calendar-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before,
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-header .ant-calendar-next-century-btn::before,
.ant-calendar-header .ant-calendar-next-decade-btn::before,
.ant-calendar-header .ant-calendar-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-header .ant-calendar-next-century-btn::after,
.ant-calendar-header .ant-calendar-next-decade-btn::after,
.ant-calendar-header .ant-calendar-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-header .ant-calendar-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-prev-month-btn::before,
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-prev-month-btn:hover::before,
.ant-calendar-header .ant-calendar-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-prev-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-header .ant-calendar-next-month-btn:hover::before,
.ant-calendar-header .ant-calendar-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-header .ant-calendar-next-month-btn::after {
  display: none;
}
.ant-calendar-header .ant-calendar-next-month-btn::before,
.ant-calendar-header .ant-calendar-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-body {
  padding: 8px 12px;
}
.ant-calendar table {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
}
.ant-calendar table,
.ant-calendar th,
.ant-calendar td {
  text-align: center;
  border: 0;
}
.ant-calendar-calendar-table {
  margin-bottom: 0;
  border-spacing: 0;
}
.ant-calendar-column-header {
  width: 33px;
  padding: 6px 0;
  line-height: 18px;
  text-align: center;
}
.ant-calendar-column-header .ant-calendar-column-header-inner {
  display: block;
  font-weight: normal;
}
.ant-calendar-week-number-header .ant-calendar-column-header-inner {
  display: none;
}
.ant-calendar-cell {
  height: 30px;
  padding: 3px 0;
}
.ant-calendar-date {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  text-align: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #2fc2bf;
}
.ant-calendar-today .ant-calendar-date {
  color: #0FB1B5;
  font-weight: bold;
  border-color: #0FB1B5;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #a7e8e0;
}
.ant-calendar-last-month-cell .ant-calendar-date,
.ant-calendar-next-month-btn-day .ant-calendar-date,
.ant-calendar-last-month-cell .ant-calendar-date:hover,
.ant-calendar-next-month-btn-day .ant-calendar-date:hover {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border-color: transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: not-allowed;
}
.ant-calendar-disabled-cell .ant-calendar-date:hover {
  background: #f5f5f5;
}
.ant-calendar-disabled-cell.ant-calendar-selected-day .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  content: '';
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date {
  position: relative;
  padding-right: 5px;
  padding-left: 5px;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  position: absolute;
  top: -1px;
  left: 5px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  content: ' ';
}
.ant-calendar-disabled-cell-first-of-row .ant-calendar-date {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-calendar-disabled-cell-last-of-row .ant-calendar-date {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-calendar-footer {
  padding: 0 12px;
  line-height: 38px;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-footer:empty {
  border-top: 0;
}
.ant-calendar-footer-btn {
  display: block;
  text-align: center;
}
.ant-calendar-footer-extra {
  text-align: left;
}
.ant-calendar .ant-calendar-today-btn,
.ant-calendar .ant-calendar-clear-btn {
  display: inline-block;
  margin: 0 0 0 8px;
  text-align: center;
}
.ant-calendar .ant-calendar-today-btn-disabled,
.ant-calendar .ant-calendar-clear-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-today-btn:only-child,
.ant-calendar .ant-calendar-clear-btn:only-child {
  margin: 0;
}
.ant-calendar .ant-calendar-clear-btn {
  position: absolute;
  top: 7px;
  right: 5px;
  display: none;
  width: 20px;
  height: 20px;
  margin: 0;
  overflow: hidden;
  line-height: 20px;
  text-align: center;
  text-indent: -76px;
}
.ant-calendar .ant-calendar-clear-btn::after {
  display: inline-block;
  width: 20px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: rgba(0, 0, 0, 0.45);
}
.ant-calendar .ant-calendar-ok-btn {
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
          box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled] {
  cursor: not-allowed;
}
.ant-calendar .ant-calendar-ok-btn.disabled > *,
.ant-calendar .ant-calendar-ok-btn[disabled] > * {
  pointer-events: none;
}
.ant-calendar .ant-calendar-ok-btn-lg {
  height: 40px;
  padding: 0 15px;
  font-size: 16px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #2fc2bf;
  border-color: #2fc2bf;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn:focus > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn.active {
  color: #fff;
  background-color: #04888f;
  border-color: #04888f;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn-disabled,
.ant-calendar .ant-calendar-ok-btn.disabled,
.ant-calendar .ant-calendar-ok-btn[disabled],
.ant-calendar .ant-calendar-ok-btn-disabled:hover,
.ant-calendar .ant-calendar-ok-btn.disabled:hover,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover,
.ant-calendar .ant-calendar-ok-btn-disabled:focus,
.ant-calendar .ant-calendar-ok-btn.disabled:focus,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus,
.ant-calendar .ant-calendar-ok-btn-disabled:active,
.ant-calendar .ant-calendar-ok-btn.disabled:active,
.ant-calendar .ant-calendar-ok-btn[disabled]:active,
.ant-calendar .ant-calendar-ok-btn-disabled.active,
.ant-calendar .ant-calendar-ok-btn.disabled.active,
.ant-calendar .ant-calendar-ok-btn[disabled].active {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn-disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled] > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:hover > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:focus > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled]:active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn-disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn.disabled.active > a:only-child::after,
.ant-calendar .ant-calendar-ok-btn[disabled].active > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar-range-picker-input {
  width: 44%;
  height: 99%;
  text-align: center;
  background-color: transparent;
  border: 0;
  outline: 0;
}
.ant-calendar-range-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range-picker-input[disabled] {
  cursor: not-allowed;
}
.ant-calendar-range-picker-separator {
  display: inline-block;
  min-width: 10px;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-input-disabled .ant-calendar-range-picker-separator {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: rgba(0, 0, 0, 0.45);
  line-height: 34px;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  pointer-events: none;
}
.ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: -90px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-middle {
  padding: 0 10px 0 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-calendar-range .ant-calendar-today :not(.ant-calendar-disabled-cell) :not(.ant-calendar-last-month-cell) :not(.ant-calendar-next-month-btn-day) .ant-calendar-date {
  color: #0FB1B5;
  background: #a7e8e0;
  border-color: #0FB1B5;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date {
  color: #fff;
  background: #0FB1B5;
  border: 1px solid transparent;
}
.ant-calendar-range .ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-range .ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #0FB1B5;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-input::-moz-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input:-ms-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input::-webkit-input-placeholder,
.ant-calendar-range .ant-calendar-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-calendar-range .ant-calendar-input:placeholder-shown,
.ant-calendar-range .ant-calendar-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-range .ant-calendar-input:hover,
.ant-calendar-range .ant-calendar-time-picker-input:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input-disabled:hover,
.ant-calendar-range .ant-calendar-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input[disabled],
.ant-calendar-range .ant-calendar-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-calendar-range .ant-calendar-input-lg,
.ant-calendar-range .ant-calendar-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-calendar-range .ant-calendar-time-picker-icon {
  display: none;
}
.ant-calendar-range.ant-calendar-week-number {
  width: 574px;
}
.ant-calendar-range.ant-calendar-week-number .ant-calendar-range-part {
  width: 286px;
}
.ant-calendar-range .ant-calendar-year-panel,
.ant-calendar-range .ant-calendar-month-panel,
.ant-calendar-range .ant-calendar-decade-panel {
  top: 34px;
}
.ant-calendar-range .ant-calendar-month-panel .ant-calendar-year-panel {
  top: 0;
}
.ant-calendar-range .ant-calendar-decade-panel-table,
.ant-calendar-range .ant-calendar-year-panel-table,
.ant-calendar-range .ant-calendar-month-panel-table {
  height: 208px;
}
.ant-calendar-range .ant-calendar-in-range-cell {
  position: relative;
  border-radius: 0;
}
.ant-calendar-range .ant-calendar-in-range-cell > div {
  position: relative;
  z-index: 1;
}
.ant-calendar-range .ant-calendar-in-range-cell::before {
  position: absolute;
  top: 4px;
  right: 0;
  bottom: 4px;
  left: 0;
  display: block;
  background: #dcf5f1;
  border: 0;
  border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #dcf5f1;
}
.ant-calendar-time-picker-select li:focus {
  color: #0FB1B5;
  font-weight: 600;
  outline: none;
}
li.ant-calendar-time-picker-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-calendar-time-picker-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-calendar-time-picker-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
.ant-calendar-time .ant-calendar-day-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 34px;
}
.ant-calendar-time .ant-calendar-footer {
  position: relative;
  height: auto;
}
.ant-calendar-time .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-today-btn {
  float: left;
  margin: 0;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  display: inline-block;
  margin-right: 8px;
}
.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-month-panel-hidden {
  display: none;
}
.ant-calendar-month-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #2fc2bf;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-century-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-decade-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-year-select-arrow,
.ant-calendar-month-panel-header .ant-calendar-month-panel-month-select-arrow {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn:hover::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-century-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-decade-btn::after,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::before,
.ant-calendar-month-panel-header .ant-calendar-month-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-month-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-month-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-month-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-month-panel-cell {
  text-align: center;
}
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month,
.ant-calendar-month-panel-cell-disabled .ant-calendar-month-panel-month:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.ant-calendar-year-panel-hidden {
  display: none;
}
.ant-calendar-year-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #2fc2bf;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-century-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-decade-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-year-select-arrow,
.ant-calendar-year-panel-header .ant-calendar-year-panel-month-select-arrow {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn:hover::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-century-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-decade-btn::after,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::before,
.ant-calendar-year-panel-header .ant-calendar-year-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-year-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-year-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-year-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-year-panel-cell {
  text-align: center;
}
.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year,
.ant-calendar-year-panel-cell-disabled .ant-calendar-year-panel-year:hover {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-year-panel-year {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-year-panel-last-decade-cell .ant-calendar-year-panel-year,
.ant-calendar-year-panel-next-decade-cell .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-decade-panel-hidden {
  display: none;
}
.ant-calendar-decade-panel-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #2fc2bf;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select {
  display: inline-block;
  padding: 0 2px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-century-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-decade-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-year-select-arrow,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-month-select-arrow {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  font-family: Arial, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Sans Serif', sans-serif;
  line-height: 40px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn {
  left: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-year-btn::after {
  position: relative;
  left: -3px;
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn {
  right: 7px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn:hover::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::before {
  position: relative;
  left: 3px;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-century-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-decade-btn::after,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-year-btn::after {
  display: inline-block;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn {
  left: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-prev-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn {
  right: 29px;
  height: 100%;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  border: 0 solid #aaa;
  border-width: 1.5px 0 0 1.5px;
  border-radius: 1px;
  -webkit-transform: rotate(-45deg) scale(0.8);
          transform: rotate(-45deg) scale(0.8);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn:hover::after {
  border-color: rgba(0, 0, 0, 0.65);
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  display: none;
}
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::before,
.ant-calendar-decade-panel-header .ant-calendar-decade-panel-next-month-btn::after {
  -webkit-transform: rotate(135deg) scale(0.8);
          transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-calendar-decade-panel-footer {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-decade-panel-footer .ant-calendar-footer-extra {
  padding: 0 12px;
}
.ant-calendar-decade-panel-table {
  width: 100%;
  height: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ant-calendar-decade-panel-cell {
  white-space: nowrap;
  text-align: center;
}
.ant-calendar-decade-panel-decade {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #dcf5f1;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #0FB1B5;
}
.ant-calendar-decade-panel-last-century-cell .ant-calendar-decade-panel-decade,
.ant-calendar-decade-panel-next-century-cell .ant-calendar-decade-panel-decade {
  color: rgba(0, 0, 0, 0.25);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #dcf5f1;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #a7e8e0;
}
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-week-number .ant-calendar-body tr .ant-calendar-selected-day:hover .ant-calendar-date {
  color: rgba(0, 0, 0, 0.65);
  background: transparent;
}
.ant-descriptions-title {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
}
.ant-descriptions-view {
  width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.ant-descriptions-view table {
  width: 100%;
  table-layout: fixed;
}
.ant-descriptions-row > th,
.ant-descriptions-row > td {
  padding-bottom: 16px;
}
.ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-item-label {
  color: rgba(0, 0, 0, 0.85);
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item-label::after {
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
  content: ' ';
}
.ant-descriptions-item-colon::after {
  content: ':';
}
.ant-descriptions-item-no-label::after {
  margin: 0;
  content: '';
}
.ant-descriptions-item-content {
  display: table-cell;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-descriptions-item {
  padding-bottom: 0;
}
.ant-descriptions-item > span {
  display: inline-block;
}
.ant-descriptions-middle .ant-descriptions-row > th,
.ant-descriptions-middle .ant-descriptions-row > td {
  padding-bottom: 12px;
}
.ant-descriptions-small .ant-descriptions-row > th,
.ant-descriptions-small .ant-descriptions-row > td {
  padding-bottom: 8px;
}
.ant-descriptions-bordered .ant-descriptions-view {
  border: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-view > table {
  table-layout: auto;
}
.ant-descriptions-bordered .ant-descriptions-item-label,
.ant-descriptions-bordered .ant-descriptions-item-content {
  padding: 16px 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-item-label:last-child,
.ant-descriptions-bordered .ant-descriptions-item-content:last-child {
  border-right: none;
}
.ant-descriptions-bordered .ant-descriptions-item-label {
  background-color: #fafafa;
}
.ant-descriptions-bordered .ant-descriptions-item-label::after {
  display: none;
}
.ant-descriptions-bordered .ant-descriptions-row {
  border-bottom: 1px solid #e8e8e8;
}
.ant-descriptions-bordered .ant-descriptions-row:last-child {
  border-bottom: none;
}
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-middle .ant-descriptions-item-content {
  padding: 12px 24px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-label,
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 8px 16px;
}
.ant-divider {
  -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';
  background: #e8e8e8;
}
.ant-divider,
.ant-divider-vertical {
  position: relative;
  top: -0.06em;
  display: inline-block;
  width: 1px;
  height: 0.9em;
  margin: 0 8px;
  vertical-align: middle;
}
.ant-divider-horizontal {
  display: block;
  clear: both;
  width: 100%;
  min-width: 100%;
  height: 1px;
  margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text-center,
.ant-divider-horizontal.ant-divider-with-text-left,
.ant-divider-horizontal.ant-divider-with-text-right {
  display: table;
  margin: 16px 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
  background: transparent;
}
.ant-divider-horizontal.ant-divider-with-text-center::before,
.ant-divider-horizontal.ant-divider-with-text-left::before,
.ant-divider-horizontal.ant-divider-with-text-right::before,
.ant-divider-horizontal.ant-divider-with-text-center::after,
.ant-divider-horizontal.ant-divider-with-text-left::after,
.ant-divider-horizontal.ant-divider-with-text-right::after {
  position: relative;
  top: 50%;
  display: table-cell;
  width: 50%;
  border-top: 1px solid #e8e8e8;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left .ant-divider-inner-text,
.ant-divider-horizontal.ant-divider-with-text-right .ant-divider-inner-text {
  display: inline-block;
  padding: 0 10px;
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
  top: 50%;
  width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
  top: 50%;
  width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
  top: 50%;
  width: 5%;
}
.ant-divider-inner-text {
  display: inline-block;
  padding: 0 24px;
}
.ant-divider-dashed {
  background: none;
  border-color: #e8e8e8;
  border-style: dashed;
  border-width: 1px 0 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed {
  border-top: 0;
}
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::before,
.ant-divider-horizontal.ant-divider-with-text-center.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-dashed::after,
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-dashed::after {
  border-style: dashed none none;
}
.ant-divider-vertical.ant-divider-dashed {
  border-width: 0 0 0 1px;
}
.ant-drawer {
  position: fixed;
  z-index: 1000;
  width: 0%;
  height: 100%;
  -webkit-transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s, -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer > * {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-box-shadow 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-content-wrapper {
  position: absolute;
}
.ant-drawer .ant-drawer-content {
  width: 100%;
  height: 100%;
}
.ant-drawer-left,
.ant-drawer-right {
  top: 0;
  width: 0%;
  height: 100%;
}
.ant-drawer-left .ant-drawer-content-wrapper,
.ant-drawer-right .ant-drawer-content-wrapper {
  height: 100%;
}
.ant-drawer-left.ant-drawer-open,
.ant-drawer-right.ant-drawer-open {
  width: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-left.ant-drawer-open.no-mask,
.ant-drawer-right.ant-drawer-open.no-mask {
  width: 0%;
}
.ant-drawer-left.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right {
  right: 0;
}
.ant-drawer-right .ant-drawer-content-wrapper {
  right: 0;
}
.ant-drawer-right.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 1px;
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
.ant-drawer-top,
.ant-drawer-bottom {
  left: 0;
  width: 100%;
  height: 0%;
}
.ant-drawer-top .ant-drawer-content-wrapper,
.ant-drawer-bottom .ant-drawer-content-wrapper {
  width: 100%;
}
.ant-drawer-top.ant-drawer-open,
.ant-drawer-bottom.ant-drawer-open {
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-top.ant-drawer-open.no-mask,
.ant-drawer-bottom.ant-drawer-open.no-mask {
  height: 0%;
}
.ant-drawer-top {
  top: 0;
}
.ant-drawer-top.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom {
  bottom: 0;
}
.ant-drawer-bottom .ant-drawer-content-wrapper {
  bottom: 0;
}
.ant-drawer-bottom.ant-drawer-open .ant-drawer-content-wrapper {
  -webkit-box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
  -webkit-animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
          animation: antdDrawerFadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
.ant-drawer-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.ant-drawer-content {
  position: relative;
  z-index: 1;
  overflow: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
}
.ant-drawer-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 56px;
  height: 56px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-rendering: auto;
}
.ant-drawer-close:focus,
.ant-drawer-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-drawer-header {
  position: relative;
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-drawer-header-no-title {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-drawer-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-drawer-wrapper-body {
  height: 100%;
  overflow: auto;
}
.ant-drawer-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 0;
  filter: alpha(opacity=45);
  -webkit-transition: opacity 0.3s linear, height 0s ease 0.3s;
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@-webkit-keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-dropdown {
  -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: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  display: block;
}
.ant-dropdown::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: -7px;
  left: -7px;
  z-index: -9999;
  opacity: 0.0001;
  content: ' ';
}
.ant-dropdown-wrap {
  position: relative;
}
.ant-dropdown-wrap .ant-btn > .anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-dropdown-hidden,
.ant-dropdown-menu-hidden {
  display: none;
}
.ant-dropdown-menu {
  position: relative;
  margin: 0;
  padding: 4px 0;
  text-align: left;
  list-style-type: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(0, 0, 0);
}
.ant-dropdown-menu-item-group-title {
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu-popup ul,
.ant-dropdown-menu-submenu-popup li {
  list-style: none;
}
.ant-dropdown-menu-submenu-popup ul {
  margin-right: 0.3em;
  margin-left: 0.3em;
  padding: 0;
}
.ant-dropdown-menu-item,
.ant-dropdown-menu-submenu-title {
  clear: both;
  margin: 0;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item > .anticon:first-child,
.ant-dropdown-menu-submenu-title > .anticon:first-child,
.ant-dropdown-menu-item > span > .anticon:first-child,
.ant-dropdown-menu-submenu-title > span > .anticon:first-child {
  min-width: 12px;
  margin-right: 8px;
  font-size: 12px;
}
.ant-dropdown-menu-item > a,
.ant-dropdown-menu-submenu-title > a {
  display: block;
  margin: -5px -12px;
  padding: 5px 12px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-dropdown-menu-item-selected,
.ant-dropdown-menu-submenu-title-selected,
.ant-dropdown-menu-item-selected > a,
.ant-dropdown-menu-submenu-title-selected > a {
  color: #0FB1B5;
  background-color: #dcf5f1;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #dcf5f1;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-item-divider,
.ant-dropdown-menu-submenu-title-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow {
  position: absolute;
  right: 8px;
}
.ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
.ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.45);
  font-style: normal;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow-icon,
:root .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  font-size: 12px;
}
.ant-dropdown-menu-item-group-list {
  margin: 0 8px;
  padding: 0;
  list-style: none;
}
.ant-dropdown-menu-submenu-title {
  padding-right: 26px;
}
.ant-dropdown-menu-submenu-vertical {
  position: relative;
}
.ant-dropdown-menu-submenu-vertical > .ant-dropdown-menu {
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 100%;
  margin-left: 4px;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-submenu.ant-dropdown-menu-submenu-disabled .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow-icon {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #0FB1B5;
}
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-enter.slide-down-enter-active.ant-dropdown-placement-bottomRight,
.ant-dropdown.slide-down-appear.slide-down-appear-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-enter.slide-up-enter-active.ant-dropdown-placement-topRight,
.ant-dropdown.slide-up-appear.slide-up-appear-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomLeft,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomCenter,
.ant-dropdown.slide-down-leave.slide-down-leave-active.ant-dropdown-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topLeft,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topCenter,
.ant-dropdown.slide-up-leave.slide-up-leave-active.ant-dropdown-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-dropdown-trigger > .anticon.anticon-down,
.ant-dropdown-link > .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-trigger > .anticon.anticon-down,
:root .ant-dropdown-link > .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-button {
  white-space: nowrap;
}
.ant-dropdown-button.ant-btn-group > .ant-btn:last-child:not(:first-child) {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-dropdown-button .anticon.anticon-down {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-button .anticon.anticon-down {
  font-size: 12px;
}
.ant-dropdown-menu-dark,
.ant-dropdown-menu-dark .ant-dropdown-menu {
  background: #001529;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title .ant-dropdown-menu-submenu-arrow::after,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a .ant-dropdown-menu-submenu-arrow::after {
  color: rgba(255, 255, 255, 0.65);
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-submenu-title:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item > a:hover {
  color: #fff;
  background: transparent;
}
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
  color: #fff;
  background: #0FB1B5;
}
.ant-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}
.ant-form {
  -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';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  -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';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #0FB1B5;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@-webkit-keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@-webkit-keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ant-form {
  -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';
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 14px;
}
.ant-form input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-form input[type='radio'],
.ant-form input[type='checkbox'] {
  line-height: normal;
}
.ant-form input[type='file'] {
  display: block;
}
.ant-form input[type='range'] {
  display: block;
  width: 100%;
}
.ant-form select[multiple],
.ant-form select[size] {
  height: auto;
}
.ant-form input[type='file']:focus,
.ant-form input[type='radio']:focus,
.ant-form input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ant-form output {
  display: block;
  padding-top: 15px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-form-hide-required-mark .ant-form-item-required::before {
  display: none;
}
.ant-form-item-label > label {
  color: rgba(0, 0, 0, 0.85);
}
.ant-form-item-label > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 2px;
}
.ant-form-item-label > label.ant-form-item-no-colon::after {
  content: ' ';
}
.ant-form-item {
  -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';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 14px;
  vertical-align: top;
}
.ant-form-item-control {
  position: relative;
  line-height: 40px;
  zoom: 1;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-control::before,
.ant-form-item-control::after {
  display: table;
  content: '';
}
.ant-form-item-control::after {
  clear: both;
}
.ant-form-item-children {
  position: relative;
}
.ant-form-item-with-help {
  margin-bottom: 5px;
}
.ant-form-item-label {
  display: inline-block;
  overflow: hidden;
  line-height: 39.9999px;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
}
.ant-form-item-label-left {
  text-align: left;
}
.ant-form-item .ant-switch {
  margin: 2px 0 4px;
}
.ant-form-explain,
.ant-form-extra {
  clear: both;
  min-height: 22px;
  margin-top: -2px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.ant-form-explain {
  margin-bottom: -1px;
}
.ant-form-extra {
  padding-top: 4px;
}
.ant-form-text {
  display: inline-block;
  padding-right: 8px;
}
.ant-form-split {
  display: block;
  text-align: center;
}
form .has-feedback .ant-input {
  padding-right: 30px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input-suffix {
  padding-right: 18px;
}
form .has-feedback .ant-input-affix-wrapper .ant-input {
  padding-right: 49px;
}
form .has-feedback .ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input {
  padding-right: 68px;
}
form .has-feedback > .ant-select .ant-select-arrow,
form .has-feedback > .ant-select .ant-select-selection__clear,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection__clear {
  right: 28px;
}
form .has-feedback > .ant-select .ant-select-selection-selected-value,
form .has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
  padding-right: 42px;
}
form .has-feedback .ant-cascader-picker-arrow {
  margin-right: 17px;
}
form .has-feedback .ant-cascader-picker-clear {
  right: 28px;
}
form .has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
  right: 28px;
}
form .has-feedback .ant-calendar-picker-icon,
form .has-feedback .ant-time-picker-icon,
form .has-feedback .ant-calendar-picker-clear,
form .has-feedback .ant-time-picker-clear {
  right: 28px;
}
form .ant-mentions,
form textarea.ant-input {
  height: auto;
  margin-bottom: 4px;
}
form .ant-upload {
  background: transparent;
}
form input[type='radio'],
form input[type='checkbox'] {
  width: 14px;
  height: 14px;
}
form .ant-radio-inline,
form .ant-checkbox-inline {
  display: inline-block;
  margin-left: 8px;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
form .ant-radio-inline:first-child,
form .ant-checkbox-inline:first-child {
  margin-left: 0;
}
form .ant-checkbox-vertical,
form .ant-radio-vertical {
  display: block;
}
form .ant-checkbox-vertical + .ant-checkbox-vertical,
form .ant-radio-vertical + .ant-radio-vertical {
  margin-left: 0;
}
form .ant-input-number + .ant-form-text {
  margin-left: 8px;
}
form .ant-input-number-handler-wrap {
  z-index: 2;
}
form .ant-select,
form .ant-cascader-picker {
  width: 100%;
}
form .ant-input-group .ant-select,
form .ant-input-group .ant-cascader-picker {
  width: auto;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: inline-block;
  vertical-align: middle;
}
form:not(.ant-form-vertical) :not(.ant-input-group-wrapper) > .ant-input-group,
form:not(.ant-form-vertical) .ant-input-group-wrapper {
  position: relative;
  top: -1px;
}
.ant-form-vertical .ant-form-item-label,
.ant-col-24.ant-form-item-label,
.ant-col-xl-24.ant-form-item-label {
  display: block;
  margin: 0;
  padding: 0 0 8px;
  line-height: 1.5;
  white-space: initial;
  text-align: left;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item-label label::after,
.ant-col-24.ant-form-item-label label::after,
.ant-col-xl-24.ant-form-item-label label::after {
  display: none;
}
.ant-form-vertical .ant-form-item {
  padding-bottom: 8px;
}
.ant-form-vertical .ant-form-item-control {
  line-height: 1.5;
}
.ant-form-vertical .ant-form-explain {
  margin-top: 2px;
  margin-bottom: -5px;
}
.ant-form-vertical .ant-form-extra {
  margin-top: 2px;
  margin-bottom: -4px;
}
@media (max-width: 575px) {
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label,
  .ant-form-item-control-wrapper {
    display: block;
    width: 100%;
  }
  .ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xs-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .ant-col-sm-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-sm-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 991px) {
  .ant-col-md-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-md-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1199px) {
  .ant-col-lg-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-lg-24.ant-form-item-label label::after {
    display: none;
  }
}
@media (max-width: 1599px) {
  .ant-col-xl-24.ant-form-item-label {
    display: block;
    margin: 0;
    padding: 0 0 8px;
    line-height: 1.5;
    white-space: initial;
    text-align: left;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
  .ant-col-xl-24.ant-form-item-label label::after {
    display: none;
  }
}
.ant-form-inline .ant-form-item {
  display: inline-block;
  margin-right: 16px;
  margin-bottom: 0;
}
.ant-form-inline .ant-form-item-with-help {
  margin-bottom: 24px;
}
.ant-form-inline .ant-form-item > .ant-form-item-control-wrapper,
.ant-form-inline .ant-form-item > .ant-form-item-label {
  display: inline-block;
  vertical-align: top;
}
.ant-form-inline .ant-form-text {
  display: inline-block;
}
.ant-form-inline .has-feedback {
  display: inline-block;
}
.has-success.has-feedback .ant-form-item-children-icon,
.has-warning.has-feedback .ant-form-item-children-icon,
.has-error.has-feedback .ant-form-item-children-icon,
.is-validating.has-feedback .ant-form-item-children-icon {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 32px;
  height: 20px;
  margin-top: -10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  -webkit-animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
          animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  pointer-events: none;
}
.has-success.has-feedback .ant-form-item-children-icon svg,
.has-warning.has-feedback .ant-form-item-children-icon svg,
.has-error.has-feedback .ant-form-item-children-icon svg,
.is-validating.has-feedback .ant-form-item-children-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.has-success.has-feedback .ant-form-item-children-icon {
  color: #52c41a;
  -webkit-animation-name: diffZoomIn1 !important;
          animation-name: diffZoomIn1 !important;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning .ant-form-explain,
.has-warning .ant-form-split {
  color: #faad14;
}
.has-warning .ant-input,
.has-warning .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper .ant-input,
.has-warning .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #faad14;
}
.has-warning .ant-input-prefix {
  color: #faad14;
}
.has-warning .ant-input-group-addon {
  color: #faad14;
  background-color: #fff;
  border-color: #faad14;
}
.has-warning .has-feedback {
  color: #faad14;
}
.has-warning.has-feedback .ant-form-item-children-icon {
  color: #faad14;
  -webkit-animation-name: diffZoomIn3 !important;
          animation-name: diffZoomIn3 !important;
}
.has-warning .ant-select-selection {
  border-color: #faad14;
}
.has-warning .ant-select-selection:hover {
  border-color: #faad14;
}
.has-warning .ant-select-open .ant-select-selection,
.has-warning .ant-select-focused .ant-select-selection {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-calendar-picker-icon::after,
.has-warning .ant-time-picker-icon::after,
.has-warning .ant-picker-icon::after,
.has-warning .ant-select-arrow,
.has-warning .ant-cascader-picker-arrow {
  color: #faad14;
}
.has-warning .ant-input-number,
.has-warning .ant-time-picker-input {
  border-color: #faad14;
}
.has-warning .ant-input-number-focused,
.has-warning .ant-time-picker-input-focused,
.has-warning .ant-input-number:focus,
.has-warning .ant-time-picker-input:focus {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-input-number:not([disabled]):hover,
.has-warning .ant-time-picker-input:not([disabled]):hover {
  border-color: #faad14;
}
.has-warning .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ffc53d;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
          box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.has-warning .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #faad14;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error .ant-form-explain,
.has-error .ant-form-split {
  color: #f5222d;
}
.has-error .ant-input,
.has-error .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-calendar-picker-open .ant-calendar-picker-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper .ant-input,
.has-error .ant-input-affix-wrapper .ant-input:hover {
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .ant-input-affix-wrapper .ant-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #f5222d;
}
.has-error .ant-input-prefix {
  color: #f5222d;
}
.has-error .ant-input-group-addon {
  color: #f5222d;
  background-color: #fff;
  border-color: #f5222d;
}
.has-error .has-feedback {
  color: #f5222d;
}
.has-error.has-feedback .ant-form-item-children-icon {
  color: #f5222d;
  -webkit-animation-name: diffZoomIn2 !important;
          animation-name: diffZoomIn2 !important;
}
.has-error .ant-select-selection {
  border-color: #f5222d;
}
.has-error .ant-select-selection:hover {
  border-color: #f5222d;
}
.has-error .ant-select-open .ant-select-selection,
.has-error .ant-select-focused .ant-select-selection {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-select.ant-select-auto-complete .ant-input:focus {
  border-color: #f5222d;
}
.has-error .ant-input-group-addon .ant-select-selection {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.has-error .ant-calendar-picker-icon::after,
.has-error .ant-time-picker-icon::after,
.has-error .ant-picker-icon::after,
.has-error .ant-select-arrow,
.has-error .ant-cascader-picker-arrow {
  color: #f5222d;
}
.has-error .ant-input-number,
.has-error .ant-time-picker-input {
  border-color: #f5222d;
}
.has-error .ant-input-number-focused,
.has-error .ant-time-picker-input-focused,
.has-error .ant-input-number:focus,
.has-error .ant-time-picker-input:focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-input-number:not([disabled]):hover,
.has-error .ant-time-picker-input:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
  border-color: #f5222d;
}
.has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:focus .ant-cascader-input {
  border-color: #ff4d4f;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
          box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.has-error .ant-cascader-picker:hover .ant-cascader-input {
  border-color: #f5222d;
}
.has-error .ant-transfer-list {
  border-color: #f5222d;
}
.has-error .ant-transfer-list-search:not([disabled]) {
  border-color: #d9d9d9;
}
.has-error .ant-transfer-list-search:not([disabled]):hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #0FB1B5;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 5px;
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-enter,
.show-help-appear {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  -webkit-animation-name: antShowHelpIn;
          animation-name: antShowHelpIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  -webkit-animation-name: antShowHelpOut;
          animation-name: antShowHelpOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row::before,
.ant-row::after {
  display: table;
  content: '';
}
.ant-row::after {
  clear: both;
}
.ant-row + .ant-row::before {
  clear: both;
}
.ant-row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-row-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.ant-row-flex-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.ant-row-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.ant-row-flex-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-row-flex-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.ant-row-flex-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-row-flex-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-row-flex-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-col {
  position: relative;
  min-height: 1px;
}
.ant-col-1, .ant-col-xs-1, .ant-col-sm-1, .ant-col-md-1, .ant-col-lg-1, .ant-col-2, .ant-col-xs-2, .ant-col-sm-2, .ant-col-md-2, .ant-col-lg-2, .ant-col-3, .ant-col-xs-3, .ant-col-sm-3, .ant-col-md-3, .ant-col-lg-3, .ant-col-4, .ant-col-xs-4, .ant-col-sm-4, .ant-col-md-4, .ant-col-lg-4, .ant-col-5, .ant-col-xs-5, .ant-col-sm-5, .ant-col-md-5, .ant-col-lg-5, .ant-col-6, .ant-col-xs-6, .ant-col-sm-6, .ant-col-md-6, .ant-col-lg-6, .ant-col-7, .ant-col-xs-7, .ant-col-sm-7, .ant-col-md-7, .ant-col-lg-7, .ant-col-8, .ant-col-xs-8, .ant-col-sm-8, .ant-col-md-8, .ant-col-lg-8, .ant-col-9, .ant-col-xs-9, .ant-col-sm-9, .ant-col-md-9, .ant-col-lg-9, .ant-col-10, .ant-col-xs-10, .ant-col-sm-10, .ant-col-md-10, .ant-col-lg-10, .ant-col-11, .ant-col-xs-11, .ant-col-sm-11, .ant-col-md-11, .ant-col-lg-11, .ant-col-12, .ant-col-xs-12, .ant-col-sm-12, .ant-col-md-12, .ant-col-lg-12, .ant-col-13, .ant-col-xs-13, .ant-col-sm-13, .ant-col-md-13, .ant-col-lg-13, .ant-col-14, .ant-col-xs-14, .ant-col-sm-14, .ant-col-md-14, .ant-col-lg-14, .ant-col-15, .ant-col-xs-15, .ant-col-sm-15, .ant-col-md-15, .ant-col-lg-15, .ant-col-16, .ant-col-xs-16, .ant-col-sm-16, .ant-col-md-16, .ant-col-lg-16, .ant-col-17, .ant-col-xs-17, .ant-col-sm-17, .ant-col-md-17, .ant-col-lg-17, .ant-col-18, .ant-col-xs-18, .ant-col-sm-18, .ant-col-md-18, .ant-col-lg-18, .ant-col-19, .ant-col-xs-19, .ant-col-sm-19, .ant-col-md-19, .ant-col-lg-19, .ant-col-20, .ant-col-xs-20, .ant-col-sm-20, .ant-col-md-20, .ant-col-lg-20, .ant-col-21, .ant-col-xs-21, .ant-col-sm-21, .ant-col-md-21, .ant-col-lg-21, .ant-col-22, .ant-col-xs-22, .ant-col-sm-22, .ant-col-md-22, .ant-col-lg-22, .ant-col-23, .ant-col-xs-23, .ant-col-sm-23, .ant-col-md-23, .ant-col-lg-23, .ant-col-24, .ant-col-xs-24, .ant-col-sm-24, .ant-col-md-24, .ant-col-lg-24 {
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.ant-col-1, .ant-col-2, .ant-col-3, .ant-col-4, .ant-col-5, .ant-col-6, .ant-col-7, .ant-col-8, .ant-col-9, .ant-col-10, .ant-col-11, .ant-col-12, .ant-col-13, .ant-col-14, .ant-col-15, .ant-col-16, .ant-col-17, .ant-col-18, .ant-col-19, .ant-col-20, .ant-col-21, .ant-col-22, .ant-col-23, .ant-col-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-push-24 {
  left: 100%;
}
.ant-col-pull-24 {
  right: 100%;
}
.ant-col-offset-24 {
  margin-left: 100%;
}
.ant-col-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-push-23 {
  left: 95.83333333%;
}
.ant-col-pull-23 {
  right: 95.83333333%;
}
.ant-col-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-push-22 {
  left: 91.66666667%;
}
.ant-col-pull-22 {
  right: 91.66666667%;
}
.ant-col-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-push-21 {
  left: 87.5%;
}
.ant-col-pull-21 {
  right: 87.5%;
}
.ant-col-offset-21 {
  margin-left: 87.5%;
}
.ant-col-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-push-20 {
  left: 83.33333333%;
}
.ant-col-pull-20 {
  right: 83.33333333%;
}
.ant-col-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-push-19 {
  left: 79.16666667%;
}
.ant-col-pull-19 {
  right: 79.16666667%;
}
.ant-col-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-push-18 {
  left: 75%;
}
.ant-col-pull-18 {
  right: 75%;
}
.ant-col-offset-18 {
  margin-left: 75%;
}
.ant-col-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-push-17 {
  left: 70.83333333%;
}
.ant-col-pull-17 {
  right: 70.83333333%;
}
.ant-col-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-push-16 {
  left: 66.66666667%;
}
.ant-col-pull-16 {
  right: 66.66666667%;
}
.ant-col-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-push-15 {
  left: 62.5%;
}
.ant-col-pull-15 {
  right: 62.5%;
}
.ant-col-offset-15 {
  margin-left: 62.5%;
}
.ant-col-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-push-14 {
  left: 58.33333333%;
}
.ant-col-pull-14 {
  right: 58.33333333%;
}
.ant-col-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-push-13 {
  left: 54.16666667%;
}
.ant-col-pull-13 {
  right: 54.16666667%;
}
.ant-col-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-push-12 {
  left: 50%;
}
.ant-col-pull-12 {
  right: 50%;
}
.ant-col-offset-12 {
  margin-left: 50%;
}
.ant-col-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-push-11 {
  left: 45.83333333%;
}
.ant-col-pull-11 {
  right: 45.83333333%;
}
.ant-col-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-push-10 {
  left: 41.66666667%;
}
.ant-col-pull-10 {
  right: 41.66666667%;
}
.ant-col-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-push-9 {
  left: 37.5%;
}
.ant-col-pull-9 {
  right: 37.5%;
}
.ant-col-offset-9 {
  margin-left: 37.5%;
}
.ant-col-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-push-8 {
  left: 33.33333333%;
}
.ant-col-pull-8 {
  right: 33.33333333%;
}
.ant-col-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-push-7 {
  left: 29.16666667%;
}
.ant-col-pull-7 {
  right: 29.16666667%;
}
.ant-col-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-push-6 {
  left: 25%;
}
.ant-col-pull-6 {
  right: 25%;
}
.ant-col-offset-6 {
  margin-left: 25%;
}
.ant-col-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-push-5 {
  left: 20.83333333%;
}
.ant-col-pull-5 {
  right: 20.83333333%;
}
.ant-col-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-push-4 {
  left: 16.66666667%;
}
.ant-col-pull-4 {
  right: 16.66666667%;
}
.ant-col-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-push-3 {
  left: 12.5%;
}
.ant-col-pull-3 {
  right: 12.5%;
}
.ant-col-offset-3 {
  margin-left: 12.5%;
}
.ant-col-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-push-2 {
  left: 8.33333333%;
}
.ant-col-pull-2 {
  right: 8.33333333%;
}
.ant-col-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-push-1 {
  left: 4.16666667%;
}
.ant-col-pull-1 {
  right: 4.16666667%;
}
.ant-col-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-offset-0 {
  margin-left: 0;
}
.ant-col-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.ant-col-xs-1, .ant-col-xs-2, .ant-col-xs-3, .ant-col-xs-4, .ant-col-xs-5, .ant-col-xs-6, .ant-col-xs-7, .ant-col-xs-8, .ant-col-xs-9, .ant-col-xs-10, .ant-col-xs-11, .ant-col-xs-12, .ant-col-xs-13, .ant-col-xs-14, .ant-col-xs-15, .ant-col-xs-16, .ant-col-xs-17, .ant-col-xs-18, .ant-col-xs-19, .ant-col-xs-20, .ant-col-xs-21, .ant-col-xs-22, .ant-col-xs-23, .ant-col-xs-24 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.ant-col-xs-push-24 {
  left: 100%;
}
.ant-col-xs-pull-24 {
  right: 100%;
}
.ant-col-xs-offset-24 {
  margin-left: 100%;
}
.ant-col-xs-order-24 {
  -webkit-box-ordinal-group: 25;
      -ms-flex-order: 24;
          order: 24;
}
.ant-col-xs-23 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 95.83333333%;
}
.ant-col-xs-push-23 {
  left: 95.83333333%;
}
.ant-col-xs-pull-23 {
  right: 95.83333333%;
}
.ant-col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.ant-col-xs-order-23 {
  -webkit-box-ordinal-group: 24;
      -ms-flex-order: 23;
          order: 23;
}
.ant-col-xs-22 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 91.66666667%;
}
.ant-col-xs-push-22 {
  left: 91.66666667%;
}
.ant-col-xs-pull-22 {
  right: 91.66666667%;
}
.ant-col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.ant-col-xs-order-22 {
  -webkit-box-ordinal-group: 23;
      -ms-flex-order: 22;
          order: 22;
}
.ant-col-xs-21 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 87.5%;
}
.ant-col-xs-push-21 {
  left: 87.5%;
}
.ant-col-xs-pull-21 {
  right: 87.5%;
}
.ant-col-xs-offset-21 {
  margin-left: 87.5%;
}
.ant-col-xs-order-21 {
  -webkit-box-ordinal-group: 22;
      -ms-flex-order: 21;
          order: 21;
}
.ant-col-xs-20 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 83.33333333%;
}
.ant-col-xs-push-20 {
  left: 83.33333333%;
}
.ant-col-xs-pull-20 {
  right: 83.33333333%;
}
.ant-col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.ant-col-xs-order-20 {
  -webkit-box-ordinal-group: 21;
      -ms-flex-order: 20;
          order: 20;
}
.ant-col-xs-19 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 79.16666667%;
}
.ant-col-xs-push-19 {
  left: 79.16666667%;
}
.ant-col-xs-pull-19 {
  right: 79.16666667%;
}
.ant-col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.ant-col-xs-order-19 {
  -webkit-box-ordinal-group: 20;
      -ms-flex-order: 19;
          order: 19;
}
.ant-col-xs-18 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
}
.ant-col-xs-push-18 {
  left: 75%;
}
.ant-col-xs-pull-18 {
  right: 75%;
}
.ant-col-xs-offset-18 {
  margin-left: 75%;
}
.ant-col-xs-order-18 {
  -webkit-box-ordinal-group: 19;
      -ms-flex-order: 18;
          order: 18;
}
.ant-col-xs-17 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 70.83333333%;
}
.ant-col-xs-push-17 {
  left: 70.83333333%;
}
.ant-col-xs-pull-17 {
  right: 70.83333333%;
}
.ant-col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.ant-col-xs-order-17 {
  -webkit-box-ordinal-group: 18;
      -ms-flex-order: 17;
          order: 17;
}
.ant-col-xs-16 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66.66666667%;
}
.ant-col-xs-push-16 {
  left: 66.66666667%;
}
.ant-col-xs-pull-16 {
  right: 66.66666667%;
}
.ant-col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.ant-col-xs-order-16 {
  -webkit-box-ordinal-group: 17;
      -ms-flex-order: 16;
          order: 16;
}
.ant-col-xs-15 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 62.5%;
}
.ant-col-xs-push-15 {
  left: 62.5%;
}
.ant-col-xs-pull-15 {
  right: 62.5%;
}
.ant-col-xs-offset-15 {
  margin-left: 62.5%;
}
.ant-col-xs-order-15 {
  -webkit-box-ordinal-group: 16;
      -ms-flex-order: 15;
          order: 15;
}
.ant-col-xs-14 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 58.33333333%;
}
.ant-col-xs-push-14 {
  left: 58.33333333%;
}
.ant-col-xs-pull-14 {
  right: 58.33333333%;
}
.ant-col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.ant-col-xs-order-14 {
  -webkit-box-ordinal-group: 15;
      -ms-flex-order: 14;
          order: 14;
}
.ant-col-xs-13 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54.16666667%;
}
.ant-col-xs-push-13 {
  left: 54.16666667%;
}
.ant-col-xs-pull-13 {
  right: 54.16666667%;
}
.ant-col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.ant-col-xs-order-13 {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}
.ant-col-xs-12 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.ant-col-xs-push-12 {
  left: 50%;
}
.ant-col-xs-pull-12 {
  right: 50%;
}
.ant-col-xs-offset-12 {
  margin-left: 50%;
}
.ant-col-xs-order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}
.ant-col-xs-11 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 45.83333333%;
}
.ant-col-xs-push-11 {
  left: 45.83333333%;
}
.ant-col-xs-pull-11 {
  right: 45.83333333%;
}
.ant-col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.ant-col-xs-order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}
.ant-col-xs-10 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 41.66666667%;
}
.ant-col-xs-push-10 {
  left: 41.66666667%;
}
.ant-col-xs-pull-10 {
  right: 41.66666667%;
}
.ant-col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.ant-col-xs-order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}
.ant-col-xs-9 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 37.5%;
}
.ant-col-xs-push-9 {
  left: 37.5%;
}
.ant-col-xs-pull-9 {
  right: 37.5%;
}
.ant-col-xs-offset-9 {
  margin-left: 37.5%;
}
.ant-col-xs-order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}
.ant-col-xs-8 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.33333333%;
}
.ant-col-xs-push-8 {
  left: 33.33333333%;
}
.ant-col-xs-pull-8 {
  right: 33.33333333%;
}
.ant-col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.ant-col-xs-order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
.ant-col-xs-7 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 29.16666667%;
}
.ant-col-xs-push-7 {
  left: 29.16666667%;
}
.ant-col-xs-pull-7 {
  right: 29.16666667%;
}
.ant-col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.ant-col-xs-order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
.ant-col-xs-6 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
}
.ant-col-xs-push-6 {
  left: 25%;
}
.ant-col-xs-pull-6 {
  right: 25%;
}
.ant-col-xs-offset-6 {
  margin-left: 25%;
}
.ant-col-xs-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.ant-col-xs-5 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20.83333333%;
}
.ant-col-xs-push-5 {
  left: 20.83333333%;
}
.ant-col-xs-pull-5 {
  right: 20.83333333%;
}
.ant-col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.ant-col-xs-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.ant-col-xs-4 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 16.66666667%;
}
.ant-col-xs-push-4 {
  left: 16.66666667%;
}
.ant-col-xs-pull-4 {
  right: 16.66666667%;
}
.ant-col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.ant-col-xs-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.ant-col-xs-3 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5%;
}
.ant-col-xs-push-3 {
  left: 12.5%;
}
.ant-col-xs-pull-3 {
  right: 12.5%;
}
.ant-col-xs-offset-3 {
  margin-left: 12.5%;
}
.ant-col-xs-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.ant-col-xs-2 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 8.33333333%;
}
.ant-col-xs-push-2 {
  left: 8.33333333%;
}
.ant-col-xs-pull-2 {
  right: 8.33333333%;
}
.ant-col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.ant-col-xs-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.ant-col-xs-1 {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 4.16666667%;
}
.ant-col-xs-push-1 {
  left: 4.16666667%;
}
.ant-col-xs-pull-1 {
  right: 4.16666667%;
}
.ant-col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.ant-col-xs-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-col-xs-0 {
  display: none;
}
.ant-col-push-0 {
  left: auto;
}
.ant-col-pull-0 {
  right: auto;
}
.ant-col-xs-push-0 {
  left: auto;
}
.ant-col-xs-pull-0 {
  right: auto;
}
.ant-col-xs-offset-0 {
  margin-left: 0;
}
.ant-col-xs-order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
@media (min-width: 576px) {
  .ant-col-sm-1, .ant-col-sm-2, .ant-col-sm-3, .ant-col-sm-4, .ant-col-sm-5, .ant-col-sm-6, .ant-col-sm-7, .ant-col-sm-8, .ant-col-sm-9, .ant-col-sm-10, .ant-col-sm-11, .ant-col-sm-12, .ant-col-sm-13, .ant-col-sm-14, .ant-col-sm-15, .ant-col-sm-16, .ant-col-sm-17, .ant-col-sm-18, .ant-col-sm-19, .ant-col-sm-20, .ant-col-sm-21, .ant-col-sm-22, .ant-col-sm-23, .ant-col-sm-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-sm-push-24 {
    left: 100%;
  }
  .ant-col-sm-pull-24 {
    right: 100%;
  }
  .ant-col-sm-offset-24 {
    margin-left: 100%;
  }
  .ant-col-sm-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-sm-push-23 {
    left: 95.83333333%;
  }
  .ant-col-sm-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-sm-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-sm-push-22 {
    left: 91.66666667%;
  }
  .ant-col-sm-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-sm-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-sm-push-21 {
    left: 87.5%;
  }
  .ant-col-sm-pull-21 {
    right: 87.5%;
  }
  .ant-col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-sm-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-sm-push-20 {
    left: 83.33333333%;
  }
  .ant-col-sm-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-sm-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-sm-push-19 {
    left: 79.16666667%;
  }
  .ant-col-sm-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-sm-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-sm-push-18 {
    left: 75%;
  }
  .ant-col-sm-pull-18 {
    right: 75%;
  }
  .ant-col-sm-offset-18 {
    margin-left: 75%;
  }
  .ant-col-sm-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-sm-push-17 {
    left: 70.83333333%;
  }
  .ant-col-sm-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-sm-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-sm-push-16 {
    left: 66.66666667%;
  }
  .ant-col-sm-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-sm-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-sm-push-15 {
    left: 62.5%;
  }
  .ant-col-sm-pull-15 {
    right: 62.5%;
  }
  .ant-col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-sm-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-sm-push-14 {
    left: 58.33333333%;
  }
  .ant-col-sm-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-sm-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-sm-push-13 {
    left: 54.16666667%;
  }
  .ant-col-sm-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-sm-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-sm-push-12 {
    left: 50%;
  }
  .ant-col-sm-pull-12 {
    right: 50%;
  }
  .ant-col-sm-offset-12 {
    margin-left: 50%;
  }
  .ant-col-sm-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-sm-push-11 {
    left: 45.83333333%;
  }
  .ant-col-sm-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-sm-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-sm-push-10 {
    left: 41.66666667%;
  }
  .ant-col-sm-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-sm-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-sm-push-9 {
    left: 37.5%;
  }
  .ant-col-sm-pull-9 {
    right: 37.5%;
  }
  .ant-col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-sm-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-sm-push-8 {
    left: 33.33333333%;
  }
  .ant-col-sm-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-sm-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-sm-push-7 {
    left: 29.16666667%;
  }
  .ant-col-sm-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-sm-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-sm-push-6 {
    left: 25%;
  }
  .ant-col-sm-pull-6 {
    right: 25%;
  }
  .ant-col-sm-offset-6 {
    margin-left: 25%;
  }
  .ant-col-sm-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-sm-push-5 {
    left: 20.83333333%;
  }
  .ant-col-sm-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-sm-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-sm-push-4 {
    left: 16.66666667%;
  }
  .ant-col-sm-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-sm-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-sm-push-3 {
    left: 12.5%;
  }
  .ant-col-sm-pull-3 {
    right: 12.5%;
  }
  .ant-col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-sm-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-sm-push-2 {
    left: 8.33333333%;
  }
  .ant-col-sm-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-sm-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-sm-push-1 {
    left: 4.16666667%;
  }
  .ant-col-sm-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-sm-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-sm-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-sm-push-0 {
    left: auto;
  }
  .ant-col-sm-pull-0 {
    right: auto;
  }
  .ant-col-sm-offset-0 {
    margin-left: 0;
  }
  .ant-col-sm-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 768px) {
  .ant-col-md-1, .ant-col-md-2, .ant-col-md-3, .ant-col-md-4, .ant-col-md-5, .ant-col-md-6, .ant-col-md-7, .ant-col-md-8, .ant-col-md-9, .ant-col-md-10, .ant-col-md-11, .ant-col-md-12, .ant-col-md-13, .ant-col-md-14, .ant-col-md-15, .ant-col-md-16, .ant-col-md-17, .ant-col-md-18, .ant-col-md-19, .ant-col-md-20, .ant-col-md-21, .ant-col-md-22, .ant-col-md-23, .ant-col-md-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-md-push-24 {
    left: 100%;
  }
  .ant-col-md-pull-24 {
    right: 100%;
  }
  .ant-col-md-offset-24 {
    margin-left: 100%;
  }
  .ant-col-md-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-md-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-md-push-23 {
    left: 95.83333333%;
  }
  .ant-col-md-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-md-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-md-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-md-push-22 {
    left: 91.66666667%;
  }
  .ant-col-md-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-md-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-md-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-md-push-21 {
    left: 87.5%;
  }
  .ant-col-md-pull-21 {
    right: 87.5%;
  }
  .ant-col-md-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-md-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-md-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-md-push-20 {
    left: 83.33333333%;
  }
  .ant-col-md-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-md-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-md-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-md-push-19 {
    left: 79.16666667%;
  }
  .ant-col-md-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-md-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-md-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-md-push-18 {
    left: 75%;
  }
  .ant-col-md-pull-18 {
    right: 75%;
  }
  .ant-col-md-offset-18 {
    margin-left: 75%;
  }
  .ant-col-md-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-md-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-md-push-17 {
    left: 70.83333333%;
  }
  .ant-col-md-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-md-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-md-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-md-push-16 {
    left: 66.66666667%;
  }
  .ant-col-md-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-md-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-md-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-md-push-15 {
    left: 62.5%;
  }
  .ant-col-md-pull-15 {
    right: 62.5%;
  }
  .ant-col-md-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-md-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-md-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-md-push-14 {
    left: 58.33333333%;
  }
  .ant-col-md-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-md-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-md-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-md-push-13 {
    left: 54.16666667%;
  }
  .ant-col-md-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-md-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-md-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-md-push-12 {
    left: 50%;
  }
  .ant-col-md-pull-12 {
    right: 50%;
  }
  .ant-col-md-offset-12 {
    margin-left: 50%;
  }
  .ant-col-md-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-md-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-md-push-11 {
    left: 45.83333333%;
  }
  .ant-col-md-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-md-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-md-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-md-push-10 {
    left: 41.66666667%;
  }
  .ant-col-md-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-md-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-md-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-md-push-9 {
    left: 37.5%;
  }
  .ant-col-md-pull-9 {
    right: 37.5%;
  }
  .ant-col-md-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-md-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-md-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-md-push-8 {
    left: 33.33333333%;
  }
  .ant-col-md-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-md-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-md-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-md-push-7 {
    left: 29.16666667%;
  }
  .ant-col-md-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-md-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-md-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-md-push-6 {
    left: 25%;
  }
  .ant-col-md-pull-6 {
    right: 25%;
  }
  .ant-col-md-offset-6 {
    margin-left: 25%;
  }
  .ant-col-md-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-md-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-md-push-5 {
    left: 20.83333333%;
  }
  .ant-col-md-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-md-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-md-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-md-push-4 {
    left: 16.66666667%;
  }
  .ant-col-md-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-md-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-md-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-md-push-3 {
    left: 12.5%;
  }
  .ant-col-md-pull-3 {
    right: 12.5%;
  }
  .ant-col-md-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-md-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-md-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-md-push-2 {
    left: 8.33333333%;
  }
  .ant-col-md-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-md-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-md-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-md-push-1 {
    left: 4.16666667%;
  }
  .ant-col-md-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-md-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-md-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-md-push-0 {
    left: auto;
  }
  .ant-col-md-pull-0 {
    right: auto;
  }
  .ant-col-md-offset-0 {
    margin-left: 0;
  }
  .ant-col-md-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 992px) {
  .ant-col-lg-1, .ant-col-lg-2, .ant-col-lg-3, .ant-col-lg-4, .ant-col-lg-5, .ant-col-lg-6, .ant-col-lg-7, .ant-col-lg-8, .ant-col-lg-9, .ant-col-lg-10, .ant-col-lg-11, .ant-col-lg-12, .ant-col-lg-13, .ant-col-lg-14, .ant-col-lg-15, .ant-col-lg-16, .ant-col-lg-17, .ant-col-lg-18, .ant-col-lg-19, .ant-col-lg-20, .ant-col-lg-21, .ant-col-lg-22, .ant-col-lg-23, .ant-col-lg-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-lg-push-24 {
    left: 100%;
  }
  .ant-col-lg-pull-24 {
    right: 100%;
  }
  .ant-col-lg-offset-24 {
    margin-left: 100%;
  }
  .ant-col-lg-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-lg-push-23 {
    left: 95.83333333%;
  }
  .ant-col-lg-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-lg-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-lg-push-22 {
    left: 91.66666667%;
  }
  .ant-col-lg-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-lg-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-lg-push-21 {
    left: 87.5%;
  }
  .ant-col-lg-pull-21 {
    right: 87.5%;
  }
  .ant-col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-lg-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-lg-push-20 {
    left: 83.33333333%;
  }
  .ant-col-lg-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-lg-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-lg-push-19 {
    left: 79.16666667%;
  }
  .ant-col-lg-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-lg-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-lg-push-18 {
    left: 75%;
  }
  .ant-col-lg-pull-18 {
    right: 75%;
  }
  .ant-col-lg-offset-18 {
    margin-left: 75%;
  }
  .ant-col-lg-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-lg-push-17 {
    left: 70.83333333%;
  }
  .ant-col-lg-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-lg-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-lg-push-16 {
    left: 66.66666667%;
  }
  .ant-col-lg-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-lg-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-lg-push-15 {
    left: 62.5%;
  }
  .ant-col-lg-pull-15 {
    right: 62.5%;
  }
  .ant-col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-lg-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-lg-push-14 {
    left: 58.33333333%;
  }
  .ant-col-lg-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-lg-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-lg-push-13 {
    left: 54.16666667%;
  }
  .ant-col-lg-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-lg-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-lg-push-12 {
    left: 50%;
  }
  .ant-col-lg-pull-12 {
    right: 50%;
  }
  .ant-col-lg-offset-12 {
    margin-left: 50%;
  }
  .ant-col-lg-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-lg-push-11 {
    left: 45.83333333%;
  }
  .ant-col-lg-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-lg-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-lg-push-10 {
    left: 41.66666667%;
  }
  .ant-col-lg-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-lg-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-lg-push-9 {
    left: 37.5%;
  }
  .ant-col-lg-pull-9 {
    right: 37.5%;
  }
  .ant-col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-lg-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-lg-push-8 {
    left: 33.33333333%;
  }
  .ant-col-lg-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-lg-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-lg-push-7 {
    left: 29.16666667%;
  }
  .ant-col-lg-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-lg-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-lg-push-6 {
    left: 25%;
  }
  .ant-col-lg-pull-6 {
    right: 25%;
  }
  .ant-col-lg-offset-6 {
    margin-left: 25%;
  }
  .ant-col-lg-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-lg-push-5 {
    left: 20.83333333%;
  }
  .ant-col-lg-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-lg-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-lg-push-4 {
    left: 16.66666667%;
  }
  .ant-col-lg-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-lg-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-lg-push-3 {
    left: 12.5%;
  }
  .ant-col-lg-pull-3 {
    right: 12.5%;
  }
  .ant-col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-lg-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-lg-push-2 {
    left: 8.33333333%;
  }
  .ant-col-lg-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-lg-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-lg-push-1 {
    left: 4.16666667%;
  }
  .ant-col-lg-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-lg-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-lg-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-lg-push-0 {
    left: auto;
  }
  .ant-col-lg-pull-0 {
    right: auto;
  }
  .ant-col-lg-offset-0 {
    margin-left: 0;
  }
  .ant-col-lg-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1200px) {
  .ant-col-xl-1, .ant-col-xl-2, .ant-col-xl-3, .ant-col-xl-4, .ant-col-xl-5, .ant-col-xl-6, .ant-col-xl-7, .ant-col-xl-8, .ant-col-xl-9, .ant-col-xl-10, .ant-col-xl-11, .ant-col-xl-12, .ant-col-xl-13, .ant-col-xl-14, .ant-col-xl-15, .ant-col-xl-16, .ant-col-xl-17, .ant-col-xl-18, .ant-col-xl-19, .ant-col-xl-20, .ant-col-xl-21, .ant-col-xl-22, .ant-col-xl-23, .ant-col-xl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xl-push-24 {
    left: 100%;
  }
  .ant-col-xl-pull-24 {
    right: 100%;
  }
  .ant-col-xl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xl-push-21 {
    left: 87.5%;
  }
  .ant-col-xl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xl-push-18 {
    left: 75%;
  }
  .ant-col-xl-pull-18 {
    right: 75%;
  }
  .ant-col-xl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xl-push-15 {
    left: 62.5%;
  }
  .ant-col-xl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xl-push-12 {
    left: 50%;
  }
  .ant-col-xl-pull-12 {
    right: 50%;
  }
  .ant-col-xl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xl-push-9 {
    left: 37.5%;
  }
  .ant-col-xl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xl-push-6 {
    left: 25%;
  }
  .ant-col-xl-pull-6 {
    right: 25%;
  }
  .ant-col-xl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xl-push-3 {
    left: 12.5%;
  }
  .ant-col-xl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xl-push-0 {
    left: auto;
  }
  .ant-col-xl-pull-0 {
    right: auto;
  }
  .ant-col-xl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
@media (min-width: 1600px) {
  .ant-col-xxl-1, .ant-col-xxl-2, .ant-col-xxl-3, .ant-col-xxl-4, .ant-col-xxl-5, .ant-col-xxl-6, .ant-col-xxl-7, .ant-col-xxl-8, .ant-col-xxl-9, .ant-col-xxl-10, .ant-col-xxl-11, .ant-col-xxl-12, .ant-col-xxl-13, .ant-col-xxl-14, .ant-col-xxl-15, .ant-col-xxl-16, .ant-col-xxl-17, .ant-col-xxl-18, .ant-col-xxl-19, .ant-col-xxl-20, .ant-col-xxl-21, .ant-col-xxl-22, .ant-col-xxl-23, .ant-col-xxl-24 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  .ant-col-xxl-push-24 {
    left: 100%;
  }
  .ant-col-xxl-pull-24 {
    right: 100%;
  }
  .ant-col-xxl-offset-24 {
    margin-left: 100%;
  }
  .ant-col-xxl-order-24 {
    -webkit-box-ordinal-group: 25;
        -ms-flex-order: 24;
            order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 95.83333333%;
  }
  .ant-col-xxl-push-23 {
    left: 95.83333333%;
  }
  .ant-col-xxl-pull-23 {
    right: 95.83333333%;
  }
  .ant-col-xxl-offset-23 {
    margin-left: 95.83333333%;
  }
  .ant-col-xxl-order-23 {
    -webkit-box-ordinal-group: 24;
        -ms-flex-order: 23;
            order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 91.66666667%;
  }
  .ant-col-xxl-push-22 {
    left: 91.66666667%;
  }
  .ant-col-xxl-pull-22 {
    right: 91.66666667%;
  }
  .ant-col-xxl-offset-22 {
    margin-left: 91.66666667%;
  }
  .ant-col-xxl-order-22 {
    -webkit-box-ordinal-group: 23;
        -ms-flex-order: 22;
            order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 87.5%;
  }
  .ant-col-xxl-push-21 {
    left: 87.5%;
  }
  .ant-col-xxl-pull-21 {
    right: 87.5%;
  }
  .ant-col-xxl-offset-21 {
    margin-left: 87.5%;
  }
  .ant-col-xxl-order-21 {
    -webkit-box-ordinal-group: 22;
        -ms-flex-order: 21;
            order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 83.33333333%;
  }
  .ant-col-xxl-push-20 {
    left: 83.33333333%;
  }
  .ant-col-xxl-pull-20 {
    right: 83.33333333%;
  }
  .ant-col-xxl-offset-20 {
    margin-left: 83.33333333%;
  }
  .ant-col-xxl-order-20 {
    -webkit-box-ordinal-group: 21;
        -ms-flex-order: 20;
            order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 79.16666667%;
  }
  .ant-col-xxl-push-19 {
    left: 79.16666667%;
  }
  .ant-col-xxl-pull-19 {
    right: 79.16666667%;
  }
  .ant-col-xxl-offset-19 {
    margin-left: 79.16666667%;
  }
  .ant-col-xxl-order-19 {
    -webkit-box-ordinal-group: 20;
        -ms-flex-order: 19;
            order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 75%;
  }
  .ant-col-xxl-push-18 {
    left: 75%;
  }
  .ant-col-xxl-pull-18 {
    right: 75%;
  }
  .ant-col-xxl-offset-18 {
    margin-left: 75%;
  }
  .ant-col-xxl-order-18 {
    -webkit-box-ordinal-group: 19;
        -ms-flex-order: 18;
            order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 70.83333333%;
  }
  .ant-col-xxl-push-17 {
    left: 70.83333333%;
  }
  .ant-col-xxl-pull-17 {
    right: 70.83333333%;
  }
  .ant-col-xxl-offset-17 {
    margin-left: 70.83333333%;
  }
  .ant-col-xxl-order-17 {
    -webkit-box-ordinal-group: 18;
        -ms-flex-order: 17;
            order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 66.66666667%;
  }
  .ant-col-xxl-push-16 {
    left: 66.66666667%;
  }
  .ant-col-xxl-pull-16 {
    right: 66.66666667%;
  }
  .ant-col-xxl-offset-16 {
    margin-left: 66.66666667%;
  }
  .ant-col-xxl-order-16 {
    -webkit-box-ordinal-group: 17;
        -ms-flex-order: 16;
            order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 62.5%;
  }
  .ant-col-xxl-push-15 {
    left: 62.5%;
  }
  .ant-col-xxl-pull-15 {
    right: 62.5%;
  }
  .ant-col-xxl-offset-15 {
    margin-left: 62.5%;
  }
  .ant-col-xxl-order-15 {
    -webkit-box-ordinal-group: 16;
        -ms-flex-order: 15;
            order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 58.33333333%;
  }
  .ant-col-xxl-push-14 {
    left: 58.33333333%;
  }
  .ant-col-xxl-pull-14 {
    right: 58.33333333%;
  }
  .ant-col-xxl-offset-14 {
    margin-left: 58.33333333%;
  }
  .ant-col-xxl-order-14 {
    -webkit-box-ordinal-group: 15;
        -ms-flex-order: 14;
            order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 54.16666667%;
  }
  .ant-col-xxl-push-13 {
    left: 54.16666667%;
  }
  .ant-col-xxl-pull-13 {
    right: 54.16666667%;
  }
  .ant-col-xxl-offset-13 {
    margin-left: 54.16666667%;
  }
  .ant-col-xxl-order-13 {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 50%;
  }
  .ant-col-xxl-push-12 {
    left: 50%;
  }
  .ant-col-xxl-pull-12 {
    right: 50%;
  }
  .ant-col-xxl-offset-12 {
    margin-left: 50%;
  }
  .ant-col-xxl-order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 45.83333333%;
  }
  .ant-col-xxl-push-11 {
    left: 45.83333333%;
  }
  .ant-col-xxl-pull-11 {
    right: 45.83333333%;
  }
  .ant-col-xxl-offset-11 {
    margin-left: 45.83333333%;
  }
  .ant-col-xxl-order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 41.66666667%;
  }
  .ant-col-xxl-push-10 {
    left: 41.66666667%;
  }
  .ant-col-xxl-pull-10 {
    right: 41.66666667%;
  }
  .ant-col-xxl-offset-10 {
    margin-left: 41.66666667%;
  }
  .ant-col-xxl-order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 37.5%;
  }
  .ant-col-xxl-push-9 {
    left: 37.5%;
  }
  .ant-col-xxl-pull-9 {
    right: 37.5%;
  }
  .ant-col-xxl-offset-9 {
    margin-left: 37.5%;
  }
  .ant-col-xxl-order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33333333%;
  }
  .ant-col-xxl-push-8 {
    left: 33.33333333%;
  }
  .ant-col-xxl-pull-8 {
    right: 33.33333333%;
  }
  .ant-col-xxl-offset-8 {
    margin-left: 33.33333333%;
  }
  .ant-col-xxl-order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 29.16666667%;
  }
  .ant-col-xxl-push-7 {
    left: 29.16666667%;
  }
  .ant-col-xxl-pull-7 {
    right: 29.16666667%;
  }
  .ant-col-xxl-offset-7 {
    margin-left: 29.16666667%;
  }
  .ant-col-xxl-order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 25%;
  }
  .ant-col-xxl-push-6 {
    left: 25%;
  }
  .ant-col-xxl-pull-6 {
    right: 25%;
  }
  .ant-col-xxl-offset-6 {
    margin-left: 25%;
  }
  .ant-col-xxl-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20.83333333%;
  }
  .ant-col-xxl-push-5 {
    left: 20.83333333%;
  }
  .ant-col-xxl-pull-5 {
    right: 20.83333333%;
  }
  .ant-col-xxl-offset-5 {
    margin-left: 20.83333333%;
  }
  .ant-col-xxl-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 16.66666667%;
  }
  .ant-col-xxl-push-4 {
    left: 16.66666667%;
  }
  .ant-col-xxl-pull-4 {
    right: 16.66666667%;
  }
  .ant-col-xxl-offset-4 {
    margin-left: 16.66666667%;
  }
  .ant-col-xxl-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 12.5%;
  }
  .ant-col-xxl-push-3 {
    left: 12.5%;
  }
  .ant-col-xxl-pull-3 {
    right: 12.5%;
  }
  .ant-col-xxl-offset-3 {
    margin-left: 12.5%;
  }
  .ant-col-xxl-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8.33333333%;
  }
  .ant-col-xxl-push-2 {
    left: 8.33333333%;
  }
  .ant-col-xxl-pull-2 {
    right: 8.33333333%;
  }
  .ant-col-xxl-offset-2 {
    margin-left: 8.33333333%;
  }
  .ant-col-xxl-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 4.16666667%;
  }
  .ant-col-xxl-push-1 {
    left: 4.16666667%;
  }
  .ant-col-xxl-pull-1 {
    right: 4.16666667%;
  }
  .ant-col-xxl-offset-1 {
    margin-left: 4.16666667%;
  }
  .ant-col-xxl-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .ant-col-xxl-0 {
    display: none;
  }
  .ant-col-push-0 {
    left: auto;
  }
  .ant-col-pull-0 {
    right: auto;
  }
  .ant-col-xxl-push-0 {
    left: auto;
  }
  .ant-col-xxl-pull-0 {
    right: auto;
  }
  .ant-col-xxl-offset-0 {
    margin-left: 0;
  }
  .ant-col-xxl-order-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.ant-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  -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;
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-input-group[class*='col-'] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ant-input-group > [class*='col-'] {
  padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
  padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
  display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
  width: 1px;
  white-space: nowrap;
  vertical-align: middle;
}
.ant-input-group-wrap > * {
  display: block !important;
}
.ant-input-group .ant-input {
  float: left;
  width: 100%;
  margin-bottom: 0;
  text-align: inherit;
}
.ant-input-group .ant-input:focus {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
  z-index: 1;
  border-right-width: 1px;
}
.ant-input-group-addon {
  position: relative;
  padding: 0 11px;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
  margin: -5px -11px;
}
.ant-input-group-addon .ant-select .ant-select-selection {
  margin: -1px;
  background-color: inherit;
  border: 1px solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #0FB1B5;
}
.ant-input-group-addon > i:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selection,
.ant-input-group-addon:first-child .ant-select .ant-select-selection {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
  border-right: 0;
}
.ant-input-group-addon:last-child {
  border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selection,
.ant-input-group-addon:last-child .ant-select .ant-select-selection {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  -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;
  display: inline-block;
  width: 100%;
  text-align: start;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-input-affix-wrapper .ant-input-prefix :not(.anticon),
.ant-input-affix-wrapper .ant-input-suffix :not(.anticon) {
  line-height: 1.5;
}
.ant-input-affix-wrapper .ant-input-disabled ~ .ant-input-suffix .anticon {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-input-affix-wrapper .ant-input-prefix {
  left: 12px;
}
.ant-input-affix-wrapper .ant-input-suffix {
  right: 12px;
}
.ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px;
}
.ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-right: 30px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-input-with-clear-btn .ant-input:not(:last-child) {
  padding-right: 49px;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-textarea-with-clear-btn .ant-input {
  padding-right: 22px;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-input-textarea-clear-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-input-search-icon:hover {
  color: rgba(0, 0, 0, 0.8);
}
.ant-input-search-enter-button input {
  border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
  padding: 0;
  border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-input-number {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  width: 90px;
  margin: 0;
  padding: 0;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-input-number::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: 0;
  text-align: center;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.ant-input-number-handler:active {
  background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
  color: #2fc2bf;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-input-number-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -moz-appearance: textfield !important;
}
.ant-input-number-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-input-number-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-input-number-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.ant-input-number-lg {
  padding: 0;
  font-size: 16px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  -webkit-transition: opacity 0.24s linear 0.1s;
  transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  display: inline-block;
  font-size: 12px;
  font-size: 7px \9;
  -webkit-transform: scale(0.58333333) rotate(0deg);
          transform: scale(0.58333333) rotate(0deg);
  min-width: auto;
  margin-right: 0;
}
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
:root .ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
  font-size: 12px;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
  height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
  opacity: 1;
}
.ant-input-number-handler-up {
  border-top-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-up-inner {
  top: 50%;
  margin-top: -5px;
  text-align: center;
}
.ant-input-number-handler-up:hover {
  height: 60% !important;
}
.ant-input-number-handler-down {
  top: 0;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}
.ant-input-number-handler-down-inner {
  top: 50%;
  margin-top: -6px;
  text-align: center;
}
.ant-input-number-handler-down:hover {
  height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
  cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
  color: rgba(0, 0, 0, 0.25);
}
.ant-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content {
  overflow-x: hidden;
}
.ant-layout-header,
.ant-layout-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.ant-layout-header {
  height: 64px;
  padding: 0 50px;
  line-height: 64px;
  background: #001529;
}
.ant-layout-footer {
  padding: 24px 50px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background: #f0f2f5;
}
.ant-layout-content {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
}
.ant-layout-sider {
  position: relative;
  /* fix firefox can't set width smaller than content on flex item */
  min-width: 0;
  background: #001529;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-layout-sider-children {
  height: 100%;
  margin-top: -0.1px;
  padding-top: 0.1px;
}
.ant-layout-sider-has-trigger {
  padding-bottom: 48px;
}
.ant-layout-sider-right {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.ant-layout-sider-trigger {
  position: fixed;
  bottom: 0;
  z-index: 1;
  height: 48px;
  color: #fff;
  line-height: 48px;
  text-align: center;
  background: #002140;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-layout-sider-zero-width > * {
  overflow: hidden;
}
.ant-layout-sider-zero-width-trigger {
  position: absolute;
  top: 64px;
  right: -36px;
  z-index: 1;
  width: 36px;
  height: 42px;
  color: #fff;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  background: #001529;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-layout-sider-zero-width-trigger:hover {
  background: #192c3e;
}
.ant-layout-sider-zero-width-trigger-right {
  left: -36px;
  border-radius: 4px 0 0 4px;
}
.ant-layout-sider-light {
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}
.ant-list {
  -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;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.ant-list-pagination .ant-pagination-options {
  text-align: left;
}
.ant-list-more {
  margin-top: 12px;
  text-align: center;
}
.ant-list-more button {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-list-spin {
  min-height: 40px;
  text-align: center;
}
.ant-list-empty-text {
  padding: 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  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: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #0FB1B5;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-list-item-action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 48px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.ant-list-item-action > li {
  position: relative;
  display: inline-block;
  padding: 0 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  cursor: pointer;
}
.ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-item-action-split {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  margin-top: -7px;
  background-color: #e8e8e8;
}
.ant-list-header {
  background: transparent;
}
.ant-list-footer {
  background: transparent;
}
.ant-list-header,
.ant-list-footer {
  padding-top: 12px;
  padding-bottom: 12px;
}
.ant-list-empty {
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  text-align: center;
}
.ant-list-split .ant-list-item {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-split .ant-list-item:last-child {
  border-bottom: none;
}
.ant-list-split .ant-list-header {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-loading .ant-list-spin-nested-loading {
  min-height: 32px;
}
.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-lg .ant-list-item {
  padding-top: 16px;
  padding-bottom: 16px;
}
.ant-list-sm .ant-list-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.ant-list-vertical .ant-list-item {
  -webkit-box-align: initial;
      -ms-flex-align: initial;
          align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-list-vertical .ant-list-item-extra {
  margin-left: 40px;
}
.ant-list-vertical .ant-list-item-meta {
  margin-bottom: 16px;
}
.ant-list-vertical .ant-list-item-meta-title {
  margin-bottom: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-list-vertical .ant-list-item-action {
  margin-top: 16px;
  margin-left: auto;
}
.ant-list-vertical .ant-list-item-action > li {
  padding: 0 16px;
}
.ant-list-vertical .ant-list-item-action > li:first-child {
  padding-left: 0;
}
.ant-list-grid .ant-col > .ant-list-item {
  display: block;
  max-width: 100%;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.ant-list-item-no-flex {
  display: block;
}
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
  float: right;
}
.ant-list-bordered {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-list-bordered .ant-list-header {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-footer {
  padding-right: 24px;
  padding-left: 24px;
}
.ant-list-bordered .ant-list-item {
  padding-right: 24px;
  padding-left: 24px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-list-bordered .ant-list-pagination {
  margin: 16px 24px;
}
.ant-list-bordered.ant-list-sm .ant-list-item {
  padding-right: 16px;
  padding-left: 16px;
}
.ant-list-bordered.ant-list-sm .ant-list-header,
.ant-list-bordered.ant-list-sm .ant-list-footer {
  padding: 8px 16px;
}
.ant-list-bordered.ant-list-lg .ant-list-header,
.ant-list-bordered.ant-list-lg .ant-list-footer {
  padding: 16px 24px;
}
@media screen and (max-width: 768px) {
  .ant-list-item-action {
    margin-left: 24px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin-left: 24px;
  }
}
@media screen and (max-width: 576px) {
  .ant-list-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .ant-list-vertical .ant-list-item-main {
    min-width: 220px;
  }
  .ant-list-vertical .ant-list-item-extra {
    margin: auto auto 16px;
  }
}
.ant-mentions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  height: auto;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  white-space: pre-wrap;
  vertical-align: bottom;
}
.ant-mentions::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-mentions:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-mentions-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-mentions-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-mentions-disabled > textarea {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-disabled > textarea:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-focused {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 30px;
  margin: 0;
  padding: 4px 11px;
  overflow: inherit;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  font-style: inherit;
  font-variant: inherit;
  font-size-adjust: inherit;
  font-stretch: inherit;
  line-height: inherit;
  direction: inherit;
  letter-spacing: inherit;
  white-space: inherit;
  text-align: inherit;
  vertical-align: top;
  word-wrap: break-word;
  word-break: inherit;
  -moz-tab-size: inherit;
    -o-tab-size: inherit;
       tab-size: inherit;
}
.ant-mentions > textarea {
  width: 100%;
  border: none;
  outline: none;
  resize: none;
}
.ant-mentions > textarea::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions > textarea:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions > textarea:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions > textarea:-moz-read-only {
  cursor: default;
}
.ant-mentions > textarea:read-only {
  cursor: default;
}
.ant-mentions-measure {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: transparent;
  pointer-events: none;
}
.ant-mentions-measure > span {
  display: inline-block;
  min-height: 1em;
}
.ant-mentions-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-hidden {
  display: none;
}
.ant-mentions-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-mentions-dropdown-menu-item {
  position: relative;
  display: block;
  min-width: 100px;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #dcf5f1;
}
.ant-mentions-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-mentions-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.ant-mentions-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-mentions-dropdown-menu-item-active {
  background-color: #dcf5f1;
}
.ant-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  list-style: none;
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu ul,
.ant-menu ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-menu-hidden {
  display: none;
}
.ant-menu-item-group-title {
  padding: 8px 16px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-selected {
  color: #0FB1B5;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #dcf5f1;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > a:hover {
  color: #0FB1B5;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge > a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-item > .ant-badge > a:hover {
  color: #0FB1B5;
}
.ant-menu-item-divider {
  height: 1px;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-item:hover,
.ant-menu-item-active,
.ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
.ant-menu-submenu-active,
.ant-menu-submenu-title:hover {
  color: #0FB1B5;
}
.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
  margin-top: -1px;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  background-color: transparent;
}
.ant-menu-item-selected {
  color: #0FB1B5;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #0FB1B5;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #dcf5f1;
}
.ant-menu-inline,
.ant-menu-vertical,
.ant-menu-vertical-left {
  border-right: 1px solid #e8e8e8;
}
.ant-menu-vertical-right {
  border-left: 1px solid #e8e8e8;
}
.ant-menu-vertical.ant-menu-sub,
.ant-menu-vertical-left.ant-menu-sub,
.ant-menu-vertical-right.ant-menu-sub {
  min-width: 160px;
  padding: 0;
  border-right: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-left.ant-menu-sub .ant-menu-item::after,
.ant-menu-vertical-right.ant-menu-sub .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-vertical.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-item,
.ant-menu-vertical.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-left.ant-menu-sub > .ant-menu-submenu,
.ant-menu-vertical-right.ant-menu-sub > .ant-menu-submenu {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-menu-horizontal.ant-menu-sub {
  min-width: 114px;
}
.ant-menu-item,
.ant-menu-submenu-title {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 20px;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon,
.ant-menu-submenu-title .anticon {
  min-width: 14px;
  margin-right: 10px;
  font-size: 14px;
  -webkit-transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-item .anticon + span,
.ant-menu-submenu-title .anticon + span {
  opacity: 1;
  -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu > .ant-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
  border-radius: 4px;
}
.ant-menu-submenu-popup .submenu-title-wrapper {
  padding-right: 20px;
}
.ant-menu-submenu-popup::before {
  position: absolute;
  top: -7px;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.0001;
  content: ' ';
}
.ant-menu-submenu > .ant-menu {
  background-color: #fff;
  border-radius: 4px;
}
.ant-menu-submenu > .ant-menu-submenu-title::after {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 10px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  position: absolute;
  width: 6px;
  height: 1.5px;
  background: #fff;
  background: rgba(0, 0, 0, 0.65) \9;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  content: '';
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateY(-2px);
          transform: rotate(45deg) translateY(-2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateY(2px);
          transform: rotate(-45deg) translateY(2px);
}
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after,
.ant-menu-submenu-vertical > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-left > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-vertical-right > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before,
.ant-menu-submenu-inline > .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
  background: -webkit-gradient(linear, left top, right top, from(#0FB1B5), to(#0FB1B5));
  background: linear-gradient(to right, #0FB1B5, #0FB1B5);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(-45deg) translateX(2px);
          transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(45deg) translateX(-2px);
          transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  -webkit-transform: rotate(-45deg) translateX(-2px);
          transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  -webkit-transform: rotate(45deg) translateX(2px);
          transform: rotate(45deg) translateX(2px);
}
.ant-menu-vertical .ant-menu-submenu-selected,
.ant-menu-vertical-left .ant-menu-submenu-selected,
.ant-menu-vertical-right .ant-menu-submenu-selected {
  color: #0FB1B5;
}
.ant-menu-vertical .ant-menu-submenu-selected > a,
.ant-menu-vertical-left .ant-menu-submenu-selected > a,
.ant-menu-vertical-right .ant-menu-submenu-selected > a {
  color: #0FB1B5;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-horizontal > .ant-menu-item,
.ant-menu-horizontal > .ant-menu-submenu {
  position: relative;
  top: 1px;
  display: inline-block;
  vertical-align: bottom;
  border-bottom: 2px solid transparent;
}
.ant-menu-horizontal > .ant-menu-item:hover,
.ant-menu-horizontal > .ant-menu-submenu:hover,
.ant-menu-horizontal > .ant-menu-item-active,
.ant-menu-horizontal > .ant-menu-submenu-active,
.ant-menu-horizontal > .ant-menu-item-open,
.ant-menu-horizontal > .ant-menu-submenu-open,
.ant-menu-horizontal > .ant-menu-item-selected,
.ant-menu-horizontal > .ant-menu-submenu-selected {
  color: #0FB1B5;
  border-bottom: 2px solid #0FB1B5;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #0FB1B5;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #0FB1B5;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: ' ';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item {
  position: relative;
}
.ant-menu-vertical .ant-menu-item::after,
.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-vertical-right .ant-menu-item::after,
.ant-menu-inline .ant-menu-item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 3px solid #0FB1B5;
  -webkit-transform: scaleY(0.0001);
          transform: scaleY(0.0001);
  opacity: 0;
  -webkit-transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: '';
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical-left .ant-menu-item,
.ant-menu-vertical-right .ant-menu-item,
.ant-menu-inline .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title,
.ant-menu-vertical-left .ant-menu-submenu-title,
.ant-menu-vertical-right .ant-menu-submenu-title,
.ant-menu-inline .ant-menu-submenu-title {
  height: 40px;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 0 16px;
  overflow: hidden;
  font-size: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  -webkit-transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-menu-inline .ant-menu-item,
.ant-menu-inline .ant-menu-submenu-title {
  width: calc(100% + 1px);
}
.ant-menu-inline .ant-menu-submenu-title {
  padding-right: 34px;
}
.ant-menu-inline-collapsed {
  width: 80px;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  left: 0;
  padding: 0 32px !important;
  text-overflow: clip;
}
.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  display: none;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon {
  margin: 0;
  font-size: 16px;
  line-height: 40px;
}
.ant-menu-inline-collapsed > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-item .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-item-group > .ant-menu-item-group-list > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span,
.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .anticon + span {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu-inline-collapsed-tooltip {
  pointer-events: none;
}
.ant-menu-inline-collapsed-tooltip .anticon {
  display: none;
}
.ant-menu-inline-collapsed-tooltip a {
  color: rgba(255, 255, 255, 0.85);
}
.ant-menu-inline-collapsed .ant-menu-item-group-title {
  padding-right: 4px;
  padding-left: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-menu-item-group-list .ant-menu-item,
.ant-menu-item-group-list .ant-menu-submenu-title {
  padding: 0 16px 0 28px;
}
.ant-menu-root.ant-menu-vertical,
.ant-menu-root.ant-menu-vertical-left,
.ant-menu-root.ant-menu-vertical-right,
.ant-menu-root.ant-menu-inline {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-menu-sub.ant-menu-inline > .ant-menu-item,
.ant-menu-sub.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
  list-style-position: inside;
  list-style-type: disc;
}
.ant-menu-sub.ant-menu-inline .ant-menu-item-group-title {
  padding-left: 32px;
}
.ant-menu-item-disabled,
.ant-menu-submenu-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(0, 0, 0, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(0, 0, 0, 0.25) !important;
}
.ant-menu-dark,
.ant-menu-dark .ant-menu-sub {
  color: rgba(255, 255, 255, 0.65);
  background: #001529;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow {
  opacity: 0.45;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-sub .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark.ant-menu-submenu-popup {
  background: transparent;
}
.ant-menu-dark .ant-menu-inline.ant-menu-sub {
  background: #000c17;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.45) inset;
}
.ant-menu-dark.ant-menu-horizontal {
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
  top: 0;
  margin-top: 0;
  border-color: #001529;
  border-bottom: 0;
}
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: 0;
}
.ant-menu-dark .ant-menu-item,
.ant-menu-dark .ant-menu-item-group-title,
.ant-menu-dark .ant-menu-item > a {
  color: rgba(255, 255, 255, 0.65);
}
.ant-menu-dark.ant-menu-inline,
.ant-menu-dark.ant-menu-vertical,
.ant-menu-dark.ant-menu-vertical-left,
.ant-menu-dark.ant-menu-vertical-right {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-vertical .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item {
  left: 0;
  margin-left: 0;
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-left .ant-menu-item::after,
.ant-menu-dark.ant-menu-vertical-right .ant-menu-item::after {
  border-right: 0;
}
.ant-menu-dark.ant-menu-inline .ant-menu-item,
.ant-menu-dark.ant-menu-inline .ant-menu-submenu-title {
  width: 100%;
}
.ant-menu-dark .ant-menu-item:hover,
.ant-menu-dark .ant-menu-item-active,
.ant-menu-dark .ant-menu-submenu-active,
.ant-menu-dark .ant-menu-submenu-open,
.ant-menu-dark .ant-menu-submenu-selected,
.ant-menu-dark .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item:hover > a,
.ant-menu-dark .ant-menu-item-active > a,
.ant-menu-dark .ant-menu-submenu-active > a,
.ant-menu-dark .ant-menu-submenu-open > a,
.ant-menu-dark .ant-menu-submenu-selected > a,
.ant-menu-dark .ant-menu-submenu-title:hover > a {
  color: #fff;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow {
  opacity: 1;
}
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-active > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-open > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-selected > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-title:hover > .ant-menu-submenu-title:hover > .ant-menu-submenu-arrow::before {
  background: #fff;
}
.ant-menu-dark .ant-menu-item:hover {
  background-color: transparent;
}
.ant-menu-dark .ant-menu-item-selected {
  color: #fff;
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected::after {
  border-right: 0;
}
.ant-menu-dark .ant-menu-item-selected > a,
.ant-menu-dark .ant-menu-item-selected > a:hover {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon {
  color: #fff;
}
.ant-menu-dark .ant-menu-item-selected .anticon + span {
  color: #fff;
}
.ant-menu.ant-menu-dark .ant-menu-item-selected,
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
  background-color: #0FB1B5;
}
.ant-menu-dark .ant-menu-item-disabled,
.ant-menu-dark .ant-menu-submenu-disabled,
.ant-menu-dark .ant-menu-item-disabled > a,
.ant-menu-dark .ant-menu-submenu-disabled > a {
  color: rgba(255, 255, 255, 0.35) !important;
  opacity: 0.8;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(255, 255, 255, 0.35) !important;
}
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::before,
.ant-menu-dark .ant-menu-item-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after,
.ant-menu-dark .ant-menu-submenu-disabled > .ant-menu-submenu-title > .ant-menu-submenu-arrow::after {
  background: rgba(255, 255, 255, 0.35) !important;
}
.ant-message {
  -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: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #52c41a;
}
.ant-message-error .anticon {
  color: #f5222d;
}
.ant-message-warning .anticon {
  color: #faad14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 16px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  -webkit-animation-name: MessageMoveOut;
          animation-name: MessageMoveOut;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}
@-webkit-keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-modal {
  -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;
  top: 100px;
  width: auto;
  margin: 0 auto;
  padding-bottom: 24px;
  pointer-events: none;
}
.ant-modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: auto;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}
.ant-modal-title {
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: auto;
}
.ant-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 16px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
}
.ant-modal-close:focus,
.ant-modal-close:hover {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}
.ant-modal-header {
  padding: 16px 24px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  -webkit-transform: none;
          transform: none;
  opacity: 0;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(84vw);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-body {
  padding: 32px 32px 24px;
}
.ant-modal-confirm-body-wrapper {
  zoom: 1;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body-wrapper::before,
.ant-modal-confirm-body-wrapper::after {
  display: table;
  content: '';
}
.ant-modal-confirm-body-wrapper::after {
  clear: both;
}
.ant-modal-confirm-body .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #f5222d;
}
.ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
.ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
  color: #faad14;
}
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
  color: #1890ff;
}
.ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
  color: #52c41a;
}
.ant-notification {
  -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: fixed;
  z-index: 1010;
  width: 384px;
  max-width: calc(100vw - 32px);
  margin-right: 24px;
}
.ant-notification-topLeft,
.ant-notification-bottomLeft {
  margin-right: 0;
  margin-left: 24px;
}
.ant-notification-topLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-bottomLeft .ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-topLeft .ant-notification-fade-appear.ant-notification-fade-appear-active,
.ant-notification-bottomLeft .ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationLeftFadeIn;
          animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 14px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ant-notification-notice-message {
  display: inline-block;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  line-height: 24px;
}
.ant-notification-notice-message-single-line-auto-margin {
  display: block;
  width: calc(384px - 24px * 2 - 24px - 48px - 100%);
  max-width: 4px;
  background-color: transparent;
  pointer-events: none;
}
.ant-notification-notice-message-single-line-auto-margin::before {
  display: block;
  content: '';
}
.ant-notification-notice-description {
  font-size: 14px;
}
.ant-notification-notice-closable .ant-notification-notice-message {
  padding-right: 24px;
}
.ant-notification-notice-with-icon .ant-notification-notice-message {
  margin-bottom: 4px;
  margin-left: 48px;
  font-size: 16px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 14px;
}
.ant-notification-notice-icon {
  position: absolute;
  margin-left: 4px;
  font-size: 24px;
  line-height: 24px;
}
.anticon.ant-notification-notice-icon-success {
  color: #52c41a;
}
.anticon.ant-notification-notice-icon-info {
  color: #1890ff;
}
.anticon.ant-notification-notice-icon-warning {
  color: #faad14;
}
.anticon.ant-notification-notice-icon-error {
  color: #f5222d;
}
.ant-notification-notice-close {
  position: absolute;
  top: 16px;
  right: 22px;
  color: rgba(0, 0, 0, 0.45);
  outline: none;
}
.ant-notification-notice-close:hover {
  color: rgba(0, 0, 0, 0.67);
}
.ant-notification-notice-btn {
  float: right;
  margin-top: 16px;
}
.ant-notification .notification-fade-effect {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-leave {
  -webkit-animation-duration: 0.24s;
          animation-duration: 0.24s;
  -webkit-animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
          animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  -webkit-animation-name: NotificationFadeIn;
          animation-name: NotificationFadeIn;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  -webkit-animation-name: NotificationFadeOut;
          animation-name: NotificationFadeOut;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
@-webkit-keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-webkit-keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
@keyframes NotificationFadeOut {
  0% {
    max-height: 150px;
    margin-bottom: 16px;
    padding-top: 16px 24px;
    padding-bottom: 16px 24px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
  }
}
.ant-page-header {
  -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: 16px 24px;
  background-color: #fff;
}
.ant-page-header-ghost {
  background-color: inherit;
}
.ant-page-header.has-breadcrumb {
  padding-top: 12px;
}
.ant-page-header.has-footer {
  padding-bottom: 0;
}
.ant-page-header-back {
  float: left;
  margin: 8px 0;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1;
}
.ant-page-header-back-button {
  color: rgba(15, 177, 181, 0.7);
  text-decoration: none;
  outline: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #2fc2bf;
}
.ant-page-header-back-button:active {
  color: #04888f;
}
.ant-page-header .ant-divider-vertical {
  height: 14px;
  margin: 0 12px;
  vertical-align: middle;
}
.ant-breadcrumb + .ant-page-header-heading {
  margin-top: 8px;
}
.ant-page-header-heading {
  width: 100%;
  overflow: hidden;
}
.ant-page-header-heading-title {
  display: block;
  float: left;
  margin-bottom: 0;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.ant-page-header-heading .ant-avatar {
  float: left;
  margin-right: 12px;
}
.ant-page-header-heading-sub-title {
  float: left;
  margin: 5px 0;
  margin-right: 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 22px;
}
.ant-page-header-heading-tags {
  float: left;
  margin: 4px 0;
}
.ant-page-header-heading-extra {
  float: right;
}
.ant-page-header-heading-extra > * {
  margin-left: 8px;
}
.ant-page-header-heading-extra > *:first-child {
  margin-left: 0;
}
.ant-page-header-content {
  padding-top: 12px;
  overflow: hidden;
}
.ant-page-header-footer {
  margin-top: 16px;
}
.ant-page-header-footer .ant-tabs-bar {
  margin-bottom: 1px;
  border-bottom: 0;
}
.ant-page-header-footer .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  padding: 8px;
  font-size: 16px;
}
@media (max-width: 576px) {
  .ant-page-header-heading-extra {
    display: block;
    float: unset;
    width: 100%;
    padding-top: 12px;
    overflow: hidden;
  }
}
.ant-pagination {
  -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';
}
.ant-pagination ul,
.ant-pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-pagination::after {
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  content: ' ';
}
.ant-pagination-total-text {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
}
.ant-pagination-item {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  margin-right: 8px;
  font-family: Arial;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: none;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #0FB1B5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #0FB1B5;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #0FB1B5;
}
.ant-pagination-item-active a {
  color: #0FB1B5;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #2fc2bf;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #2fc2bf;
}
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  outline: 0;
}
.ant-pagination-jump-prev .ant-pagination-item-container,
.ant-pagination-jump-next .ant-pagination-item-container {
  position: relative;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  font-size: 12px \9;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  color: #0FB1B5;
  letter-spacing: -1px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
:root .ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
:root .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
  font-size: 12px;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: 0.13em;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 1;
}
.ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 0;
}
.ant-pagination-prev,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  margin-right: 8px;
}
.ant-pagination-prev,
.ant-pagination-next,
.ant-pagination-jump-prev,
.ant-pagination-jump-next {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0, 0, 0, 0.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-prev,
.ant-pagination-next {
  outline: 0;
}
.ant-pagination-prev a,
.ant-pagination-next a {
  color: rgba(0, 0, 0, 0.65);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #2fc2bf;
}
.ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-next .ant-pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-pagination-disabled,
.ant-pagination-disabled:hover,
.ant-pagination-disabled:focus {
  cursor: not-allowed;
}
.ant-pagination-disabled a,
.ant-pagination-disabled:hover a,
.ant-pagination-disabled:focus a,
.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link,
.ant-pagination-disabled:focus .ant-pagination-item-link {
  color: rgba(0, 0, 0, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 50px;
  margin: 0 8px;
}
.ant-pagination-options-quick-jumper input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin-right: 8px;
  padding: 0 6px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #0FB1B5;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(0, 0, 0, 0.25);
  background: transparent;
  border: none;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
  background: #dbdbdb;
  border-color: transparent;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
  color: #fff;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:hover,
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link:focus {
  color: rgba(0, 0, 0, 0.45);
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
  opacity: 0;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:focus .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
.ant-pagination.ant-pagination-disabled .ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
  opacity: 1;
}
@media only screen and (max-width: 992px) {
  .ant-pagination-item-after-jump-prev,
  .ant-pagination-item-before-jump-next {
    display: none;
  }
}
@media only screen and (max-width: 576px) {
  .ant-pagination-options {
    display: none;
  }
}
.ant-popover {
  -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: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ant-popover {
    /* IE10+ */
  }
  .ant-popover-inner {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }
}
.ant-popover-title {
  min-width: 177px;
  min-height: 32px;
  margin: 0;
  padding: 5px 16px 4px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  bottom: 6.2px;
  border-top-color: transparent;
  border-right-color: #fff;
  border-bottom-color: #fff;
  border-left-color: transparent;
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  left: 6px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  top: 6px;
  border-top-color: #fff;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: #fff;
  -webkit-box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
          box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
  left: 16px;
}
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
  right: 16px;
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  right: 6px;
  border-top-color: #fff;
  border-right-color: #fff;
  border-bottom-color: transparent;
  border-left-color: transparent;
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
  top: 12px;
}
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
  bottom: 12px;
}
.ant-progress {
  -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';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 14px;
}
.ant-progress-small.ant-progress-line,
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
  font-size: 12px;
}
.ant-progress-outer {
  display: inline-block;
  width: 100%;
  margin-right: 0;
  padding-right: 0;
}
.ant-progress-show-info .ant-progress-outer {
  margin-right: calc(-2em - 8px);
  padding-right: calc(2em + 8px);
}
.ant-progress-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  vertical-align: middle;
  background-color: #f5f5f5;
  border-radius: 100px;
}
.ant-progress-circle-trail {
  stroke: #f5f5f5;
}
.ant-progress-circle-path {
  -webkit-animation: ant-progress-appear 0.3s;
          animation: ant-progress-appear 0.3s;
}
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #1890ff;
}
.ant-progress-success-bg,
.ant-progress-bg {
  position: relative;
  background-color: #1890ff;
  border-radius: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
  transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
}
.ant-progress-success-bg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #52c41a;
}
.ant-progress-text {
  display: inline-block;
  width: 2em;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 1em;
  line-height: 1;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
  word-break: normal;
}
.ant-progress-text .anticon {
  font-size: 14px;
}
.ant-progress-status-active .ant-progress-bg::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
  opacity: 0;
  -webkit-animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
          animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
  content: '';
}
.ant-progress-status-exception .ant-progress-bg {
  background-color: #f5222d;
}
.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #f5222d;
}
.ant-progress-status-success .ant-progress-bg {
  background-color: #52c41a;
}
.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
  stroke: #52c41a;
}
.ant-progress-circle .ant-progress-inner {
  position: relative;
  line-height: 1;
  background-color: transparent;
}
.ant-progress-circle .ant-progress-text {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1;
  white-space: normal;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-progress-circle .ant-progress-text .anticon {
  font-size: 1.16666667em;
}
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
  color: #f5222d;
}
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
  color: #52c41a;
}
@-webkit-keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-radio-group {
  -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';
  display: inline-block;
}
.ant-radio-wrapper {
  -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;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  -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;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: sub;
  outline: none;
  cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
  border-color: #0FB1B5;
}
.ant-radio-input:focus + .ant-radio-inner {
  -webkit-box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
          box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0FB1B5;
  border-radius: 50%;
  visibility: hidden;
  -webkit-animation: antRadioEffect 0.36s ease-in-out;
          animation: antRadioEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
  visibility: visible;
}
.ant-radio-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #0FB1B5;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-radio-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.ant-radio-checked .ant-radio-inner {
  border-color: #0FB1B5;
}
.ant-radio-checked .ant-radio-inner::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled .ant-radio-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
  background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
  cursor: not-allowed;
}
.ant-radio-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
span.ant-radio + * {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-radio-button-wrapper {
  position: relative;
  display: inline-block;
  height: 32px;
  margin: 0;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-left: 0;
  cursor: pointer;
  -webkit-transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
  color: rgba(0, 0, 0, 0.65);
}
.ant-radio-button-wrapper > .ant-radio-button {
  display: block;
  width: 0;
  height: 0;
  margin-left: 0;
}
.ant-radio-group-large .ant-radio-button-wrapper {
  height: 40px;
  font-size: 16px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1px;
  height: 100%;
  padding: 1px 0;
  background-color: #d9d9d9;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  content: '';
}
.ant-radio-button-wrapper:first-child {
  border-left: 1px solid #d9d9d9;
  border-radius: 4px 0 0 4px;
}
.ant-radio-button-wrapper:last-child {
  border-radius: 0 4px 4px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
  border-radius: 4px;
}
.ant-radio-button-wrapper:hover {
  position: relative;
  color: #0FB1B5;
}
.ant-radio-button-wrapper:focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
          box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  z-index: 1;
  color: #0FB1B5;
  background: #fff;
  border-color: #0FB1B5;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #0FB1B5;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #0FB1B5;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #2fc2bf;
  border-color: #2fc2bf;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
  background-color: #2fc2bf;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #04888f;
  border-color: #04888f;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
  background-color: #04888f;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
          box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #2fc2bf;
  border-color: #2fc2bf;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #04888f;
  border-color: #04888f;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  -webkit-box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
          box-shadow: 0 0 0 3px rgba(15, 177, 181, 0.08);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
  border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
  color: #fff;
  background-color: #e6e6e6;
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@-webkit-keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes antRadioEffect {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-rate {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #fadb14;
  font-size: 20px;
  line-height: unset;
  list-style: none;
  outline: none;
}
.ant-rate-disabled .ant-rate-star {
  cursor: default;
}
.ant-rate-disabled .ant-rate-star:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-rate-star:not(:last-child) {
  margin-right: 8px;
}
.ant-rate-star > div:focus {
  outline: 0;
}
.ant-rate-star > div:hover,
.ant-rate-star > div:focus {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-rate-star-first .anticon,
.ant-rate-star-second .anticon {
  vertical-align: middle;
}
.ant-rate-star-first {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-half .ant-rate-star-second {
  opacity: 1;
}
.ant-rate-star-half .ant-rate-star-first,
.ant-rate-star-full .ant-rate-star-second {
  color: inherit;
}
.ant-rate-text {
  display: inline-block;
  margin-left: 8px;
  font-size: 14px;
}
.ant-result {
  padding: 48px 32px;
}
.ant-result-success .ant-result-icon > .anticon {
  color: #52c41a;
}
.ant-result-error .ant-result-icon > .anticon {
  color: #f5222d;
}
.ant-result-info .ant-result-icon > .anticon {
  color: #1890ff;
}
.ant-result-warning .ant-result-icon > .anticon {
  color: #faad14;
}
.ant-result-image {
  width: 250px;
  height: 295px;
  margin: auto;
}
.ant-result-icon {
  margin-bottom: 24px;
  text-align: center;
}
.ant-result-icon > .anticon {
  font-size: 72px;
}
.ant-result-title {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
.ant-result-subtitle {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.ant-result-extra {
  margin-top: 32px;
  text-align: center;
}
.ant-result-extra > * {
  margin-right: 8px;
}
.ant-result-extra > *:last-child {
  margin-right: 0;
}
.ant-result-content {
  margin-top: 24px;
  padding: 24px 40px;
  background-color: #fafafa;
}
.ant-select {
  -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;
  display: inline-block;
  outline: 0;
}
.ant-select ul,
.ant-select ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-select > ul > li > a {
  padding: 0;
  background-color: #fff;
}
.ant-select-arrow {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  line-height: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.ant-select-arrow > * {
  line-height: 1;
}
.ant-select-arrow svg {
  display: inline-block;
}
.ant-select-arrow::before {
  display: none;
}
.ant-select-arrow .ant-select-arrow-icon {
  display: block;
}
.ant-select-arrow .ant-select-arrow-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-select-selection {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-select-selection:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-select-selection__clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  font-style: normal;
  line-height: 12px;
  text-align: center;
  text-transform: none;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: color 0.3s ease, opacity 0.15s ease;
  transition: color 0.3s ease, opacity 0.15s ease;
  text-rendering: auto;
}
.ant-select-selection__clear::before {
  display: block;
}
.ant-select-selection__clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-select-selection:hover .ant-select-selection__clear {
  opacity: 1;
}
.ant-select-selection-selected-value {
  float: left;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-select-no-arrow .ant-select-selection-selected-value {
  padding-right: 0;
}
.ant-select-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-disabled .ant-select-selection {
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-select-disabled .ant-select-selection:hover,
.ant-select-disabled .ant-select-selection:focus,
.ant-select-disabled .ant-select-selection:active {
  border-color: #d9d9d9;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-select-disabled .ant-select-selection__clear {
  display: none;
  visibility: hidden;
  pointer-events: none;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice {
  padding-right: 10px;
  color: rgba(0, 0, 0, 0.33);
  background: #f5f5f5;
}
.ant-select-disabled .ant-select-selection--multiple .ant-select-selection__choice__remove {
  display: none;
}
.ant-select-selection--single {
  position: relative;
  height: 32px;
  cursor: pointer;
}
.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}
.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 16px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(0, 0, 0, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: default;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__disabled {
  padding: 0 10px;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove {
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  line-height: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
.ant-select-selection--multiple .ant-select-selection__choice__remove > * {
  line-height: 1;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove svg {
  display: inline-block;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove::before {
  display: none;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove .ant-select-selection--multiple .ant-select-selection__choice__remove-icon {
  display: block;
}
:root .ant-select-selection--multiple .ant-select-selection__choice__remove {
  font-size: 12px;
}
.ant-select-selection--multiple .ant-select-selection__choice__remove:hover {
  color: rgba(0, 0, 0, 0.75);
}
.ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-selection--multiple .ant-select-arrow {
  top: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-select-combobox .ant-select-arrow {
  display: none;
}
.ant-select-combobox .ant-select-search--inline {
  float: none;
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-combobox .ant-select-search__field {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s;
}
.ant-select-combobox.ant-select-allow-clear .ant-select-selection:hover .ant-select-selection__rendered,
.ant-select-combobox.ant-select-show-arrow .ant-select-selection:hover .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-dropdown {
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 0;
  padding: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 32px;
}
.ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:first-child:not(:last-child),
.ant-select-dropdown-menu-item-group:not(:last-child) .ant-select-dropdown-menu-item-group-list .ant-select-dropdown-menu-item:last-child {
  border-radius: 0;
}
.ant-select-dropdown-menu-item {
  position: relative;
  display: block;
  padding: 5px 12px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #dcf5f1;
}
.ant-select-dropdown-menu-item-selected {
  color: rgba(0, 0, 0, 0.65);
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #dcf5f1;
}
.ant-select-dropdown-menu-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 32px;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item .ant-select-selected-icon {
  position: absolute;
  top: 50%;
  right: 12px;
  color: transparent;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 0 0.1px 0, 0.1px 0 0, 0 -0.1px 0, -0.1px 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item:hover .ant-select-selected-icon {
  color: rgba(0, 0, 0, 0.87);
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-disabled .ant-select-selected-icon {
  display: none;
}
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected .ant-select-selected-icon,
.ant-select-dropdown.ant-select-dropdown--multiple .ant-select-dropdown-menu-item-selected:hover .ant-select-selected-icon {
  display: inline-block;
  color: #0FB1B5;
}
.ant-select-dropdown--empty.ant-select-dropdown--multiple .ant-select-dropdown-menu-item {
  padding-right: 12px;
}
.ant-select-dropdown-container-open .ant-select-dropdown,
.ant-select-dropdown-open .ant-select-dropdown {
  display: block;
}
.ant-skeleton {
  display: table;
  width: 100%;
}
.ant-skeleton-header {
  display: table-cell;
  padding-right: 16px;
  vertical-align: top;
}
.ant-skeleton-header .ant-skeleton-avatar {
  display: inline-block;
  vertical-align: top;
  background: #f2f2f2;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-lg {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-header .ant-skeleton-avatar-sm {
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
  border-radius: 50%;
}
.ant-skeleton-content {
  display: table-cell;
  width: 100%;
  vertical-align: top;
}
.ant-skeleton-content .ant-skeleton-title {
  width: 100%;
  height: 16px;
  margin-top: 16px;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 24px;
}
.ant-skeleton-content .ant-skeleton-paragraph {
  padding: 0;
}
.ant-skeleton-content .ant-skeleton-paragraph > li {
  width: 100%;
  height: 16px;
  list-style: none;
  background: #f2f2f2;
}
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
  width: 61%;
}
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
  margin-top: 16px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
  margin-top: 12px;
}
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
  margin-top: 28px;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: -webkit-gradient(linear, left top, right top, color-stop(25%, #f2f2f2), color-stop(37%, #e6e6e6), color-stop(63%, #f2f2f2));
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  -webkit-animation: ant-skeleton-loading 1.4s ease infinite;
          animation: ant-skeleton-loading 1.4s ease infinite;
}
@-webkit-keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-slider {
  -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;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  -ms-touch-action: none;
      touch-action: none;
}
.ant-slider-vertical {
  width: 12px;
  height: 100%;
  margin: 6px 10px;
  padding: 0 4px;
}
.ant-slider-vertical .ant-slider-rail {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-track {
  width: 4px;
}
.ant-slider-vertical .ant-slider-handle {
  margin-top: -6px;
  margin-left: -5px;
}
.ant-slider-vertical .ant-slider-mark {
  top: 0;
  left: 12px;
  width: 18px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-mark-text {
  left: 4px;
  white-space: nowrap;
}
.ant-slider-vertical .ant-slider-step {
  width: 4px;
  height: 100%;
}
.ant-slider-vertical .ant-slider-dot {
  top: auto;
  left: 2px;
  margin-bottom: -4px;
}
.ant-slider-tooltip .ant-tooltip-inner {
  min-width: unset;
}
.ant-slider-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #7bdbd3;
  border-radius: 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #7bdbd3;
  border-radius: 50%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  cursor: pointer;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28), -webkit-box-shadow 0.6s, -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #3fc1c4;
  outline: none;
  -webkit-box-shadow: 0 0 0 5px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 5px rgba(15, 177, 181, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #0FB1B5;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #53cfc8;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #53cfc8;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 14px;
}
.ant-slider-mark-text {
  position: absolute;
  display: inline-block;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
}
.ant-slider-mark-text-active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-slider-step {
  position: absolute;
  width: 100%;
  height: 4px;
  background: transparent;
}
.ant-slider-dot {
  position: absolute;
  top: -2px;
  width: 8px;
  height: 8px;
  margin-left: -4px;
  background-color: #fff;
  border: 2px solid #e8e8e8;
  border-radius: 50%;
  cursor: pointer;
}
.ant-slider-dot:first-child {
  margin-left: -4px;
}
.ant-slider-dot:last-child {
  margin-left: -4px;
}
.ant-slider-dot-active {
  border-color: #87d8da;
}
.ant-slider-disabled {
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-track {
  background-color: rgba(0, 0, 0, 0.25) !important;
}
.ant-slider-disabled .ant-slider-handle,
.ant-slider-disabled .ant-slider-dot {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-space {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.ant-space-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ant-space-align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ant-space-align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.ant-space-align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.ant-space-align-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.ant-spin {
  -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: absolute;
  display: none;
  color: #0FB1B5;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin-nested-loading {
  position: relative;
}
.ant-spin-nested-loading > div > .ant-spin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -10px;
}
.ant-spin-nested-loading > div > .ant-spin .ant-spin-text {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-spin-container::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: none \9;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: rgba(0, 0, 0, 0.45);
}
.ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: 20px;
  width: 1em;
  height: 1em;
}
.ant-spin-dot-item {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  background-color: #0FB1B5;
  border-radius: 100%;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  opacity: 0.3;
  -webkit-animation: antSpinMove 1s infinite linear alternate;
          animation: antSpinMove 1s infinite linear alternate;
}
.ant-spin-dot-item:nth-child(1) {
  top: 0;
  left: 0;
}
.ant-spin-dot-item:nth-child(2) {
  top: 0;
  right: 0;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-animation: antRotate 1.2s infinite linear;
          animation: antRotate 1.2s infinite linear;
}
.ant-spin-sm .ant-spin-dot {
  font-size: 14px;
}
.ant-spin-sm .ant-spin-dot i {
  width: 6px;
  height: 6px;
}
.ant-spin-lg .ant-spin-dot {
  font-size: 32px;
}
.ant-spin-lg .ant-spin-dot i {
  width: 14px;
  height: 14px;
}
.ant-spin.ant-spin-show-text .ant-spin-text {
  display: block;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ */
  .ant-spin-blur {
    background: #fff;
    opacity: 0.5;
  }
}
@-webkit-keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
@keyframes antRotate {
  to {
    -webkit-transform: rotate(405deg);
            transform: rotate(405deg);
  }
}
.ant-statistic {
  -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';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
.ant-statistic-content-value-decimal {
  font-size: 16px;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
  display: inline-block;
}
.ant-statistic-content-prefix {
  margin-right: 4px;
}
.ant-statistic-content-suffix {
  margin-left: 4px;
  font-size: 16px;
}
.ant-steps {
  -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';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-tail,
.ant-steps-item:last-child > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-item-icon,
.ant-steps-item-content {
  display: inline-block;
  vertical-align: top;
}
.ant-steps-item-icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
  font-size: 16px;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #0FB1B5;
  line-height: 1;
}
.ant-steps-item-tail {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.ant-steps-item-tail::after {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  border-radius: 1px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  content: '';
}
.ant-steps-item-title {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 16px;
  line-height: 32px;
}
.ant-steps-item-title::after {
  position: absolute;
  top: 16px;
  left: 100%;
  display: block;
  width: 9999px;
  height: 1px;
  background: #e8e8e8;
  content: '';
}
.ant-steps-item-subtitle {
  display: inline;
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: normal;
  font-size: 14px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-item-wait .ant-steps-item-icon {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon {
  color: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: rgba(0, 0, 0, 0.25);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-wait > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background-color: #fff;
  border-color: #0FB1B5;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0FB1B5;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0FB1B5;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.85);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item-process .ant-steps-item-icon {
  background: #0FB1B5;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #fff;
}
.ant-steps-item-process .ant-steps-item-title {
  font-weight: 500;
}
.ant-steps-item-finish .ant-steps-item-icon {
  background-color: #fff;
  border-color: #0FB1B5;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #0FB1B5;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #0FB1B5;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: rgba(0, 0, 0, 0.65);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #0FB1B5;
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
}
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #0FB1B5;
}
.ant-steps-item-error .ant-steps-item-icon {
  background-color: #fff;
  border-color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon {
  color: #f5222d;
}
.ant-steps-item-error .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  background-color: #e8e8e8;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-description {
  color: #f5222d;
}
.ant-steps-item-error > .ant-steps-item-container > .ant-steps-item-tail::after {
  background-color: #e8e8e8;
}
.ant-steps-item.ant-steps-next-error .ant-steps-item-title::after {
  background: #f5222d;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-description,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button'] .ant-steps-item-icon .ant-steps-icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-title,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-subtitle,
.ant-steps .ant-steps-item:not(.ant-steps-item-active) > .ant-steps-item-container[role='button']:hover .ant-steps-item-description {
  color: #0FB1B5;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon {
  border-color: #0FB1B5;
}
.ant-steps .ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process) > .ant-steps-item-container[role='button']:hover .ant-steps-item-icon .ant-steps-icon {
  color: #0FB1B5;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 16px;
  white-space: nowrap;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-tail {
  display: none;
}
.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item-description {
  max-width: 140px;
  white-space: normal;
}
.ant-steps-item-custom .ant-steps-item-icon {
  height: auto;
  background: none;
  border: 0;
}
.ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  top: 0;
  left: 0.5px;
  width: 32px;
  height: 32px;
  font-size: 24px;
  line-height: 32px;
}
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #0FB1B5;
}
.ant-steps:not(.ant-steps-vertical) .ant-steps-item-custom .ant-steps-item-icon {
  width: auto;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item {
  margin-right: 12px;
}
.ant-steps-small.ant-steps-horizontal:not(.ant-steps-label-vertical) .ant-steps-item:last-child {
  margin-right: 0;
}
.ant-steps-small .ant-steps-item-icon {
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 24px;
}
.ant-steps-small .ant-steps-item-title {
  padding-right: 12px;
  font-size: 14px;
  line-height: 24px;
}
.ant-steps-small .ant-steps-item-title::after {
  top: 12px;
}
.ant-steps-small .ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-steps-small .ant-steps-item-tail {
  top: 8px;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon {
  width: inherit;
  height: inherit;
  line-height: inherit;
  background: none;
  border: 0;
  border-radius: 0;
}
.ant-steps-small .ant-steps-item-custom .ant-steps-item-icon > .ant-steps-icon {
  font-size: 24px;
  line-height: 24px;
  -webkit-transform: none;
          transform: none;
}
.ant-steps-vertical {
  display: block;
}
.ant-steps-vertical .ant-steps-item {
  display: block;
  overflow: visible;
}
.ant-steps-vertical .ant-steps-item-icon {
  float: left;
  margin-right: 16px;
}
.ant-steps-vertical .ant-steps-item-content {
  display: block;
  min-height: 48px;
  overflow: hidden;
}
.ant-steps-vertical .ant-steps-item-title {
  line-height: 32px;
}
.ant-steps-vertical .ant-steps-item-description {
  padding-bottom: 12px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 16px;
  width: 1px;
  height: 100%;
  padding: 38px 0 6px;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
  width: 1px;
  height: 100%;
}
.ant-steps-vertical > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
  display: block;
}
.ant-steps-vertical > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
  display: none;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
  position: absolute;
  top: 0;
  left: 12px;
  padding: 30px 0 6px;
}
.ant-steps-vertical.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
  line-height: 24px;
}
@media (max-width: 480px) {
  .ant-steps-horizontal.ant-steps-label-horizontal {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
    display: block;
    overflow: visible;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-icon {
    float: left;
    margin-right: 16px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-content {
    display: block;
    min-height: 48px;
    overflow: hidden;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-title {
    line-height: 32px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item-description {
    padding-bottom: 12px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 16px;
    width: 1px;
    height: 100%;
    padding: 38px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail::after {
    width: 1px;
    height: 100%;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item:not(:last-child) > .ant-steps-item-container > .ant-steps-item-tail {
    display: block;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-content > .ant-steps-item-title::after {
    display: none;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-tail {
    position: absolute;
    top: 0;
    left: 12px;
    padding: 30px 0 6px;
  }
  .ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item-container .ant-steps-item-title {
    line-height: 24px;
  }
}
.ant-steps-label-vertical .ant-steps-item {
  overflow: visible;
}
.ant-steps-label-vertical .ant-steps-item-tail {
  margin-left: 58px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 116px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 42px;
}
.ant-steps-label-vertical .ant-steps-item-title {
  padding-right: 0;
}
.ant-steps-label-vertical .ant-steps-item-title::after {
  display: none;
}
.ant-steps-label-vertical .ant-steps-item-subtitle {
  display: block;
  margin-bottom: 4px;
  margin-left: 0;
  line-height: 1.5;
}
.ant-steps-label-vertical.ant-steps-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 46px;
}
.ant-steps-dot .ant-steps-item-title,
.ant-steps-dot.ant-steps-small .ant-steps-item-title {
  line-height: 1.5;
}
.ant-steps-dot .ant-steps-item-tail,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail {
  top: 2px;
  width: 100%;
  margin: 0 0 0 70px;
  padding: 0;
}
.ant-steps-dot .ant-steps-item-tail::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-tail::after {
  width: calc(100% - 20px);
  height: 3px;
  margin-left: 12px;
}
.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 2px;
}
.ant-steps-dot .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon {
  width: 8px;
  height: 8px;
  margin-left: 67px;
  padding-right: 0;
  line-height: 8px;
  background: transparent;
  border: 0;
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot {
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /* expand hover area */
}
.ant-steps-dot .ant-steps-item-icon .ant-steps-icon-dot::after,
.ant-steps-dot.ant-steps-small .ant-steps-item-icon .ant-steps-icon-dot::after {
  position: absolute;
  top: -12px;
  left: -26px;
  width: 60px;
  height: 32px;
  background: rgba(0, 0, 0, 0.001);
  content: '';
}
.ant-steps-dot .ant-steps-item-content,
.ant-steps-dot.ant-steps-small .ant-steps-item-content {
  width: 140px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon {
  width: 10px;
  height: 10px;
  line-height: 10px;
}
.ant-steps-dot .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot,
.ant-steps-dot.ant-steps-small .ant-steps-item-process .ant-steps-item-icon .ant-steps-icon-dot {
  top: -1px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-icon {
  margin-top: 8px;
  margin-left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
  top: 2px;
  left: -9px;
  margin: 0;
  padding: 22px 0 4px;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item:first-child .ant-steps-icon-dot {
  left: 0;
}
.ant-steps-vertical.ant-steps-dot .ant-steps-item-process .ant-steps-icon-dot {
  left: -2px;
}
.ant-steps-navigation {
  padding-top: 12px;
}
.ant-steps-navigation.ant-steps-small .ant-steps-item-container {
  margin-left: -12px;
}
.ant-steps-navigation .ant-steps-item {
  overflow: visible;
  text-align: center;
}
.ant-steps-navigation .ant-steps-item-container {
  display: inline-block;
  height: 100%;
  margin-left: -16px;
  padding-bottom: 12px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: auto;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title {
  max-width: 100%;
  padding-right: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-title::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button'] {
  cursor: pointer;
}
.ant-steps-navigation .ant-steps-item:not(.ant-steps-item-active) .ant-steps-item-container[role='button']:hover {
  opacity: 0.85;
}
.ant-steps-navigation .ant-steps-item:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-steps-navigation .ant-steps-item:last-child::after {
  display: none;
}
.ant-steps-navigation .ant-steps-item::after {
  position: absolute;
  top: 50%;
  left: 100%;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -14px;
  margin-left: -2px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-bottom: none;
  border-left: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
}
.ant-steps-navigation .ant-steps-item::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 0;
  height: 3px;
  background-color: #0FB1B5;
  -webkit-transition: width 0.3s, left 0.3s;
  transition: width 0.3s, left 0.3s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .ant-steps-navigation > .ant-steps-item {
    margin-right: 0 !important;
  }
  .ant-steps-navigation > .ant-steps-item::before {
    display: none;
  }
  .ant-steps-navigation > .ant-steps-item.ant-steps-item-active::before {
    top: 0;
    right: 0;
    left: unset;
    display: block;
    width: 3px;
    height: calc(76%);
  }
  .ant-steps-navigation > .ant-steps-item::after {
    position: relative;
    top: -2px;
    left: 50%;
    display: block;
    width: 8px;
    height: 8px;
    margin-bottom: 8px;
    text-align: center;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .ant-steps-navigation > .ant-steps-item > .ant-steps-item-container > .ant-steps-item-tail {
    visibility: hidden;
  }
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal .ant-steps-item {
  margin-left: -16px;
  padding-left: 16px;
  background: #fff;
}
.ant-steps-flex-not-supported.ant-steps-horizontal.ant-steps-label-horizontal.ant-steps-small .ant-steps-item {
  margin-left: -12px;
  padding-left: 12px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child {
  overflow: hidden;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item:last-child .ant-steps-icon-dot::after {
  right: -200px;
  width: 200px;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::before,
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  position: absolute;
  top: 0;
  left: -10px;
  width: 10px;
  height: 8px;
  background: #fff;
  content: '';
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item .ant-steps-icon-dot::after {
  right: -10px;
  left: auto;
}
.ant-steps-flex-not-supported.ant-steps-dot .ant-steps-item-wait .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #ccc;
}
.ant-switch {
  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;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 44px;
  height: 22px;
  line-height: 20px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.25);
  border: 1px solid transparent;
  border-radius: 100px;
  cursor: pointer;
  -webkit-transition: all 0.36s;
  transition: all 0.36s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  display: block;
  margin-right: 6px;
  margin-left: 24px;
  color: #fff;
  font-size: 12px;
}
.ant-switch-loading-icon,
.ant-switch::after {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 18px;
  cursor: pointer;
  -webkit-transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-switch::after {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
          box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
}
.ant-switch:not(.ant-switch-disabled):active::before,
.ant-switch:not(.ant-switch-disabled):active::after {
  width: 24px;
}
.ant-switch-loading-icon {
  z-index: 1;
  display: none;
  font-size: 12px;
  background: transparent;
}
.ant-switch-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-switch-loading .ant-switch-loading-icon {
  display: inline-block;
  color: rgba(0, 0, 0, 0.65);
}
.ant-switch-checked.ant-switch-loading .ant-switch-loading-icon {
  color: #0FB1B5;
}
.ant-switch:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-switch:focus:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-switch-small {
  min-width: 28px;
  height: 16px;
  line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
  margin-right: 3px;
  margin-left: 18px;
  font-size: 12px;
}
.ant-switch-small::after {
  width: 12px;
  height: 12px;
}
.ant-switch-small:active::before,
.ant-switch-small:active::after {
  width: 16px;
}
.ant-switch-small .ant-switch-loading-icon {
  width: 12px;
  height: 12px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
  margin-right: 18px;
  margin-left: 3px;
}
.ant-switch-small.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -13px;
}
.ant-switch-small.ant-switch-loading .ant-switch-loading-icon {
  font-weight: bold;
  -webkit-transform: scale(0.66667);
          transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #0FB1B5;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.ant-switch-checked .ant-switch-loading-icon {
  left: 100%;
  margin-left: -19px;
}
.ant-switch-loading,
.ant-switch-disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
  cursor: not-allowed;
}
.ant-switch-loading::before,
.ant-switch-disabled::before,
.ant-switch-loading::after,
.ant-switch-disabled::after {
  cursor: not-allowed;
}
@-webkit-keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    -webkit-transform: rotate(0deg) scale(0.66667);
            transform: rotate(0deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  100% {
    -webkit-transform: rotate(360deg) scale(0.66667);
            transform: rotate(360deg) scale(0.66667);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
}
.ant-table-wrapper {
  zoom: 1;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table-wrapper::before,
.ant-table-wrapper::after {
  display: table;
  content: '';
}
.ant-table-wrapper::after {
  clear: both;
}
.ant-table {
  -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;
  clear: both;
}
.ant-table-body {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-table-empty .ant-table-body {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.ant-table table {
  width: 100%;
  text-align: left;
  border-radius: 4px 4px 0 0;
  border-collapse: separate;
  border-spacing: 0;
}
.ant-table-layout-fixed table {
  table-layout: fixed;
}
.ant-table-thead > tr > th {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #0FB1B5;
}
.ant-table-thead > tr > th .ant-table-column-sorter {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1em;
  margin-top: 0.35em;
  margin-left: 0.57142857em;
  color: #bfbfbf;
  line-height: 1em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  display: inline-block;
  font-size: 12px;
  font-size: 11px \9;
  -webkit-transform: scale(0.91666667) rotate(0deg);
          transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up,
:root .ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down {
  font-size: 12px;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-up.on,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner .ant-table-column-sorter-down.on {
  color: #0FB1B5;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.15em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-up,
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  height: 0.5em;
  line-height: 0.5em;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0.125em;
}
.ant-table-thead > tr > th.ant-table-column-has-actions {
  position: relative;
  background-clip: padding-box;
  /* stylelint-disable-next-line */
  -webkit-background-clip: border-box;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters {
  padding-right: 30px !important;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .anticon-filter.ant-table-filter-open,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters .ant-table-filter-icon.ant-table-filter-open {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:hover,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:hover {
  color: rgba(0, 0, 0, 0.45);
  background: #e5e5e5;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .anticon-filter:active,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-filters:hover .ant-table-filter-icon:active {
  color: rgba(0, 0, 0, 0.65);
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters {
  cursor: pointer;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .anticon-filter,
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover .ant-table-filter-icon {
  background: #f2f2f2;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on),
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: rgba(0, 0, 0, 0.45);
}
.ant-table-thead > tr > th .ant-table-header-column {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters {
  display: table;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > .ant-table-column-title {
  display: table-cell;
  vertical-align: middle;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters > *:not(.ant-table-column-sorter) {
  position: relative;
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-table-thead > tr > th .ant-table-header-column .ant-table-column-sorters:hover::before {
  background: rgba(0, 0, 0, 0.04);
}
.ant-table-thead > tr > th.ant-table-column-has-sorters {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.ant-table-thead > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr.ant-table-row-hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-thead > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td,
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: #dcf5f1;
}
.ant-table-thead > tr.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td,
.ant-table-tbody > tr:hover.ant-table-row-selected > td {
  background: #fafafa;
}
.ant-table-thead > tr:hover.ant-table-row-selected > td.ant-table-column-sort,
.ant-table-tbody > tr:hover.ant-table-row-selected > td.ant-table-column-sort {
  background: #fafafa;
}
.ant-table-thead > tr:hover {
  background: none;
}
.ant-table-footer {
  position: relative;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-footer::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #fafafa;
  content: '';
}
.ant-table.ant-table-bordered .ant-table-footer {
  border: 1px solid #e8e8e8;
}
.ant-table-title {
  position: relative;
  top: 1px;
  padding: 16px 0;
  border-radius: 4px 4px 0 0;
}
.ant-table.ant-table-bordered .ant-table-title {
  padding-right: 16px;
  padding-left: 16px;
  border: 1px solid #e8e8e8;
}
.ant-table-title + .ant-table-content {
  position: relative;
  border-radius: 4px 4px 0 0;
}
.ant-table-bordered .ant-table-title + .ant-table-content,
.ant-table-bordered .ant-table-title + .ant-table-content table,
.ant-table-bordered .ant-table-title + .ant-table-content .ant-table-thead > tr:first-child > th {
  border-radius: 0;
}
.ant-table-without-column-header .ant-table-title + .ant-table-content,
.ant-table-without-column-header table {
  border-radius: 0;
}
.ant-table-without-column-header.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-top: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-tbody > tr.ant-table-row-selected td {
  color: inherit;
  background: #fafafa;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: #f5f5f5;
}
.ant-table-tbody > tr > td.ant-table-column-sort {
  background: rgba(0, 0, 0, 0.01);
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  padding: 16px 16px;
  overflow-wrap: break-word;
}
.ant-table-expand-icon-th,
.ant-table-row-expand-icon-cell {
  width: 50px;
  min-width: 50px;
  text-align: center;
}
.ant-table-header {
  overflow: hidden;
  background: #fafafa;
}
.ant-table-header table {
  border-radius: 4px 4px 0 0;
}
.ant-table-loading {
  position: relative;
}
.ant-table-loading .ant-table-body {
  background: #fff;
  opacity: 0.5;
}
.ant-table-loading .ant-table-spin-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 20px;
  margin-left: -30px;
  line-height: 20px;
}
.ant-table-loading .ant-table-with-pagination {
  margin-top: -20px;
}
.ant-table-loading .ant-table-without-pagination {
  margin-top: 10px;
}
.ant-table-bordered .ant-table-header > table,
.ant-table-bordered .ant-table-body > table,
.ant-table-bordered .ant-table-fixed-left table,
.ant-table-bordered .ant-table-fixed-right table {
  border: 1px solid #e8e8e8;
  border-right: 0;
  border-bottom: 0;
}
.ant-table-bordered.ant-table-empty .ant-table-placeholder {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header > table {
  border-bottom: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-body > table {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-header + .ant-table-body > table,
.ant-table-bordered.ant-table-fixed-header .ant-table-body-inner > table {
  border-top: 0;
}
.ant-table-bordered .ant-table-thead > tr:not(:last-child) > th {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-bordered .ant-table-thead > tr > th,
.ant-table-bordered .ant-table-tbody > tr > td {
  border-right: 1px solid #e8e8e8;
}
.ant-table-placeholder {
  position: relative;
  z-index: 1;
  margin-top: -1px;
  padding: 16px 16px;
  color: rgba(0, 0, 0, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu .ant-dropdown-submenu-contain-selected .ant-dropdown-menu-submenu-title::after {
  color: #0FB1B5;
  font-weight: bold;
  text-shadow: 0 0 2px #a7e8e0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
}
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-item:last-child,
.ant-table-filter-dropdown > .ant-dropdown-menu > .ant-dropdown-menu-submenu:last-child .ant-dropdown-menu-submenu-title {
  border-radius: 0;
}
.ant-table-filter-dropdown-btns {
  padding: 7px 8px;
  overflow: hidden;
  border-top: 1px solid #e8e8e8;
}
.ant-table-filter-dropdown-link {
  color: rgba(15, 177, 181, 0.7);
}
.ant-table-filter-dropdown-link:hover {
  color: #2fc2bf;
}
.ant-table-filter-dropdown-link:active {
  color: #04888f;
}
.ant-table-filter-dropdown-link.confirm {
  float: left;
}
.ant-table-filter-dropdown-link.clear {
  float: right;
}
.ant-table-selection {
  white-space: nowrap;
}
.ant-table-selection-select-all-custom {
  margin-right: 4px !important;
}
.ant-table-selection .anticon-down {
  color: #bfbfbf;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-selection-menu .ant-action-down {
  color: #bfbfbf;
}
.ant-table-selection-down {
  display: inline-block;
  padding: 0;
  line-height: 1;
  cursor: pointer;
}
.ant-table-selection-down:hover .anticon-down {
  color: rgba(0, 0, 0, 0.6);
}
.ant-table-row-expand-icon {
  color: rgba(15, 177, 181, 0.7);
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  display: inline-block;
  width: 17px;
  height: 17px;
  color: inherit;
  line-height: 13px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #2fc2bf;
}
.ant-table-row-expand-icon:active {
  color: #04888f;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}
.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
.ant-table-fixed-left table,
.ant-table-fixed-right table {
  width: auto;
  background: #fff;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-outer .ant-table-fixed,
.ant-table-fixed-header .ant-table-fixed-right .ant-table-body-outer .ant-table-fixed {
  border-radius: 0;
}
.ant-table-fixed-left {
  left: 0;
  -webkit-box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-left .ant-table-header {
  overflow-y: hidden;
}
.ant-table-fixed-left .ant-table-body-inner {
  margin-right: -20px;
  padding-right: 20px;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  padding-right: 0;
}
.ant-table-fixed-left,
.ant-table-fixed-left table {
  border-radius: 4px 0 0 0;
}
.ant-table-fixed-left .ant-table-thead > tr > th:last-child {
  border-top-right-radius: 0;
}
.ant-table-fixed-right {
  right: 0;
  -webkit-box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
          box-shadow: -6px 0 6px -4px rgba(0, 0, 0, 0.15);
}
.ant-table-fixed-right,
.ant-table-fixed-right table {
  border-radius: 0 4px 0 0;
}
.ant-table-fixed-right .ant-table-expanded-row {
  color: transparent;
  pointer-events: none;
}
.ant-table-fixed-right .ant-table-thead > tr > th:first-child {
  border-top-left-radius: 0;
}
.ant-table.ant-table-scroll-position-left .ant-table-fixed-left {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.ant-table colgroup > col.ant-table-selection-col {
  width: 60px;
}
.ant-table-thead > tr > th.ant-table-selection-column-custom .ant-table-selection {
  margin-right: -15px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column {
  text-align: center;
}
.ant-table-thead > tr > th.ant-table-selection-column .ant-radio-wrapper,
.ant-table-tbody > tr > td.ant-table-selection-column .ant-radio-wrapper {
  margin-right: 0;
}
.ant-table-row[class*='ant-table-row-level-0'] .ant-table-selection-column > span {
  display: inline-block;
}
.ant-table-filter-dropdown .ant-checkbox-wrapper + span,
.ant-table-filter-dropdown-submenu .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
/**
* Another fix of Firefox:
*/
@supports (-moz-appearance: meterbar) {
  .ant-table-thead > tr > th.ant-table-column-has-actions {
    background-clip: padding-box;
  }
}
.ant-table-middle > .ant-table-title,
.ant-table-middle > .ant-table-content > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 4px 4px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 40px;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-ink-bar {
  visibility: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab {
  height: 40px;
  margin: 0;
  margin-right: 2px;
  padding: 0 16px;
  line-height: 38px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active {
  height: 40px;
  color: #0FB1B5;
  background: #fff;
  border-color: #e8e8e8;
  border-bottom: 1px solid #fff;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-active::before {
  border-top: 2px solid transparent;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-disabled {
  color: #0FB1B5;
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane {
  -webkit-transition: none !important;
  transition: none !important;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive,
.ant-tabs.ant-tabs-editable-card .ant-tabs-card-content > .ant-tabs-tabpane-inactive {
  overflow: hidden;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab:hover .anticon-close {
  opacity: 1;
}
.ant-tabs-extra-content {
  line-height: 45px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-tabs-extra-content .ant-tabs-new-tab svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-tabs.ant-tabs-large .ant-tabs-extra-content {
  line-height: 56px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #0FB1B5;
}
.ant-tabs {
  -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;
  overflow: hidden;
  zoom: 1;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs::before,
.ant-tabs::after {
  display: table;
  content: '';
}
.ant-tabs::after {
  clear: both;
}
.ant-tabs-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0;
  height: 2px;
  background-color: #0FB1B5;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  zoom: 1;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container::before,
.ant-tabs-nav-container::after {
  display: table;
  content: '';
}
.ant-tabs-nav-container::after {
  clear: both;
}
.ant-tabs-nav-container-scrolling {
  padding-right: 32px;
  padding-left: 32px;
}
.ant-tabs-bottom .ant-tabs-bottom-bar {
  margin-top: 16px;
  margin-bottom: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-ink-bar {
  top: 1px;
  bottom: auto;
}
.ant-tabs-bottom .ant-tabs-bottom-bar .ant-tabs-nav-container {
  margin-top: -1px;
  margin-bottom: 0;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  position: absolute;
  z-index: 2;
  width: 0;
  height: 100%;
  color: rgba(0, 0, 0, 0.45);
  text-align: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tabs-tab-prev-icon,
.ant-tabs-tab-next-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-style: normal;
  font-variant: normal;
  line-height: inherit;
  text-align: center;
  text-transform: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-tabs-tab-prev-icon-target,
.ant-tabs-tab-next-icon-target {
  display: block;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
}
:root .ant-tabs-tab-prev-icon-target,
:root .ant-tabs-tab-next-icon-target {
  font-size: 12px;
}
.ant-tabs-tab-btn-disabled {
  cursor: not-allowed;
}
.ant-tabs-tab-btn-disabled,
.ant-tabs-tab-btn-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab-next {
  right: 2px;
}
.ant-tabs-tab-prev {
  left: 0;
}
:root .ant-tabs-tab-prev {
  -webkit-filter: none;
          filter: none;
}
.ant-tabs-nav-wrap {
  margin-bottom: -1px;
  overflow: hidden;
}
.ant-tabs-nav-scroll {
  overflow: hidden;
  white-space: nowrap;
}
.ant-tabs-nav {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav::before,
.ant-tabs-nav::after {
  display: table;
  content: ' ';
}
.ant-tabs-nav::after {
  clear: both;
}
.ant-tabs-nav .ant-tabs-tab {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav .ant-tabs-tab::before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  border-top: 2px solid transparent;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-tabs-nav .ant-tabs-tab:last-child {
  margin-right: 0;
}
.ant-tabs-nav .ant-tabs-tab:hover {
  color: #2fc2bf;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #04888f;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #0FB1B5;
  text-shadow: 0 0 0.25px currentColor;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 16px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.45s;
  transition: opacity 0.45s;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane-inactive input,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: margin-left;
}
.ant-tabs .ant-tabs-left-bar,
.ant-tabs .ant-tabs-right-bar {
  height: 100%;
  border-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-arrow-show,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-arrow-show {
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab {
  display: block;
  float: none;
  margin: 0 0 16px 0;
  padding: 8px 24px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-extra-content,
.ant-tabs .ant-tabs-right-bar .ant-tabs-extra-content {
  text-align: center;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-scroll,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-scroll {
  width: auto;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  height: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container.ant-tabs-nav-container-scrolling {
  padding: 32px 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav,
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav {
  width: 100%;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar,
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  top: 0;
  bottom: auto;
  left: auto;
  width: 2px;
  height: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  -webkit-transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-left .ant-tabs-ink-bar-animated,
.ant-tabs-right .ant-tabs-ink-bar-animated {
  -webkit-transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.no-flex > .ant-tabs-content > .ant-tabs-content-animated,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.no-flex > .ant-tabs-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-no-animation > .ant-tabs-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tabs-left-content > .ant-tabs-content-animated,
.ant-tabs-right-content > .ant-tabs-content-animated {
  margin-left: 0 !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive {
  height: 0;
  padding: 0 !important;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
}
.ant-tabs-left-content > .ant-tabs-tabpane-inactive input,
.ant-tabs-right-content > .ant-tabs-tabpane-inactive input {
  visibility: hidden;
}
.ant-tag {
  -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';
  display: inline-block;
  height: auto;
  margin-right: 8px;
  padding: 0 7px;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  background: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  cursor: default;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
  opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-tag > a:first-child:last-child {
  display: inline-block;
  margin: 0 -8px;
  padding: 0 8px;
}
.ant-tag .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
:root .ant-tag .anticon-close {
  font-size: 12px;
}
.ant-tag .anticon-close:hover {
  color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
  border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
  color: #fff;
}
.ant-tag-checkable {
  background-color: transparent;
  border-color: transparent;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
  color: #0FB1B5;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #0FB1B5;
}
.ant-tag-checkable:active {
  background-color: #04888f;
}
.ant-tag-hidden {
  display: none;
}
.ant-tag-pink {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-pink-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-magenta {
  color: #eb2f96;
  background: #fff0f6;
  border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
  color: #fff;
  background: #eb2f96;
  border-color: #eb2f96;
}
.ant-tag-red {
  color: #f5222d;
  background: #fff1f0;
  border-color: #ffa39e;
}
.ant-tag-red-inverse {
  color: #fff;
  background: #f5222d;
  border-color: #f5222d;
}
.ant-tag-volcano {
  color: #fa541c;
  background: #fff2e8;
  border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
  color: #fff;
  background: #fa541c;
  border-color: #fa541c;
}
.ant-tag-orange {
  color: #fa8c16;
  background: #fff7e6;
  border-color: #ffd591;
}
.ant-tag-orange-inverse {
  color: #fff;
  background: #fa8c16;
  border-color: #fa8c16;
}
.ant-tag-yellow {
  color: #fadb14;
  background: #feffe6;
  border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
  color: #fff;
  background: #fadb14;
  border-color: #fadb14;
}
.ant-tag-gold {
  color: #faad14;
  background: #fffbe6;
  border-color: #ffe58f;
}
.ant-tag-gold-inverse {
  color: #fff;
  background: #faad14;
  border-color: #faad14;
}
.ant-tag-cyan {
  color: #13c2c2;
  background: #e6fffb;
  border-color: #87e8de;
}
.ant-tag-cyan-inverse {
  color: #fff;
  background: #13c2c2;
  border-color: #13c2c2;
}
.ant-tag-lime {
  color: #a0d911;
  background: #fcffe6;
  border-color: #eaff8f;
}
.ant-tag-lime-inverse {
  color: #fff;
  background: #a0d911;
  border-color: #a0d911;
}
.ant-tag-green {
  color: #52c41a;
  background: #f6ffed;
  border-color: #b7eb8f;
}
.ant-tag-green-inverse {
  color: #fff;
  background: #52c41a;
  border-color: #52c41a;
}
.ant-tag-blue {
  color: #1890ff;
  background: #e6f7ff;
  border-color: #91d5ff;
}
.ant-tag-blue-inverse {
  color: #fff;
  background: #1890ff;
  border-color: #1890ff;
}
.ant-tag-geekblue {
  color: #2f54eb;
  background: #f0f5ff;
  border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
  color: #fff;
  background: #2f54eb;
  border-color: #2f54eb;
}
.ant-tag-purple {
  color: #722ed1;
  background: #f9f0ff;
  border-color: #d3adf7;
}
.ant-tag-purple-inverse {
  color: #fff;
  background: #722ed1;
  border-color: #722ed1;
}
.ant-time-picker-panel {
  -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: absolute;
  z-index: 1050;
  font-family: "PingFang SC", Arial, "Microsoft YaHei", sans-serif;
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-time-picker-panel-input {
  width: 100%;
  max-width: 154px;
  margin: 0;
  padding: 0;
  line-height: normal;
  border: 0;
  outline: 0;
  cursor: auto;
}
.ant-time-picker-panel-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-panel-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-panel-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-panel-input-wrap {
  position: relative;
  padding: 7px 2px 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-time-picker-panel-input-invalid {
  border-color: #f5222d;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #0FB1B5;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #dcf5f1;
}
li.ant-time-picker-panel-select-option-selected {
  font-weight: 600;
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-selected:hover {
  background: #f5f5f5;
}
li.ant-time-picker-panel-select-option-disabled {
  color: rgba(0, 0, 0, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(0, 0, 0, 0.25);
  font-weight: inherit;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-addon {
  padding: 8px;
  border-top: 1px solid #e8e8e8;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-topRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownIn;
          animation-name: antSlideDownIn;
}
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-enter.slide-up-enter-active.ant-time-picker-panel-placement-bottomRight,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-appear.slide-up-appear-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpIn;
          animation-name: antSlideUpIn;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-topRight {
  -webkit-animation-name: antSlideDownOut;
          animation-name: antSlideDownOut;
}
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomLeft,
.ant-time-picker-panel.slide-up-leave.slide-up-leave-active.ant-time-picker-panel-placement-bottomRight {
  -webkit-animation-name: antSlideUpOut;
          animation-name: antSlideUpOut;
}
.ant-time-picker {
  -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;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-time-picker-input::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #2fc2bf;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
          box-shadow: 0 0 0 2px rgba(15, 177, 181, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  -webkit-transition: all 0.3s, height 0s;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-time-picker-open {
  opacity: 0;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  position: absolute;
  top: 50%;
  right: 11px;
  z-index: 1;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 14px;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(0, 0, 0, 0.25);
  line-height: 1;
}
.ant-time-picker-clear {
  z-index: 2;
  background: #fff;
  opacity: 0;
  pointer-events: none;
}
.ant-time-picker-clear:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-time-picker:hover .ant-time-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-time-picker-large .ant-time-picker-input {
  height: 40px;
  padding: 6px 11px;
  font-size: 16px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}
.ant-timeline {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  -webkit-font-feature-settings: 'tnum';
          font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 14px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(90%);
  border-left: 2px solid #e8e8e8;
}
.ant-timeline-item-pending .ant-timeline-item-head {
  font-size: 12px;
  background-color: transparent;
}
.ant-timeline-item-pending .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-head {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100px;
}
.ant-timeline-item-head-blue {
  color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-timeline-item-head-red {
  color: #f5222d;
  border-color: #f5222d;
}
.ant-timeline-item-head-green {
  color: #52c41a;
  border-color: #52c41a;
}
.ant-timeline-item-head-gray {
  color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-timeline-item-head-custom {
  position: absolute;
  top: 5.5px;
  left: 5px;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 3px 1px;
  line-height: 1;
  text-align: center;
  border: 0;
  border-radius: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -6px;
  margin: 0 0 0 18px;
  word-break: break-word;
}
.ant-timeline-item-last > .ant-timeline-item-tail {
  display: none;
}
.ant-timeline-item-last > .ant-timeline-item-content {
  min-height: 48px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  left: 50%;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-head {
  margin-left: -4px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-head-custom,
.ant-timeline.ant-timeline-right .ant-timeline-item-head-custom {
  margin-left: 1px;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-left .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-left .ant-timeline-item-content {
  left: calc(46%);
  width: calc(36%);
  text-align: left;
}
.ant-timeline.ant-timeline-alternate .ant-timeline-item-right .ant-timeline-item-content,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(38%);
  margin: 0;
  text-align: right;
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-tail,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head,
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-head-custom {
  left: calc(94%);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(82%);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(86%);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-last .ant-timeline-item-tail {
  display: none;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-tail {
  top: 15px;
  display: block;
  height: calc(85%);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  -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: absolute;
  z-index: 1060;
  display: block;
  max-width: 250px;
  visibility: visible;
}
.ant-tooltip-hidden {
  display: none;
}
.ant-tooltip-placement-top,
.ant-tooltip-placement-topLeft,
.ant-tooltip-placement-topRight {
  padding-bottom: 8px;
}
.ant-tooltip-placement-right,
.ant-tooltip-placement-rightTop,
.ant-tooltip-placement-rightBottom {
  padding-left: 8px;
}
.ant-tooltip-placement-bottom,
.ant-tooltip-placement-bottomLeft,
.ant-tooltip-placement-bottomRight {
  padding-top: 8px;
}
.ant-tooltip-placement-left,
.ant-tooltip-placement-leftTop,
.ant-tooltip-placement-leftBottom {
  padding-right: 8px;
}
.ant-tooltip-inner {
  min-width: 30px;
  min-height: 32px;
  padding: 6px 8px;
  color: #fff;
  text-align: left;
  text-decoration: none;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-tooltip-arrow {
  position: absolute;
  display: block;
  width: 13.07106781px;
  height: 13.07106781px;
  overflow: hidden;
  background: transparent;
  pointer-events: none;
}
.ant-tooltip-arrow::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.75);
  content: '';
  pointer-events: auto;
}
.ant-tooltip-placement-top .ant-tooltip-arrow,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  bottom: -5.07106781px;
}
.ant-tooltip-placement-top .ant-tooltip-arrow::before,
.ant-tooltip-placement-topLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-topRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(-6.53553391px) rotate(45deg);
          transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  left: -5.07106781px;
}
.ant-tooltip-placement-right .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(6.53553391px) rotate(45deg);
          transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  right: -5.07106781px;
}
.ant-tooltip-placement-left .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftTop .ant-tooltip-arrow::before,
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow::before {
  -webkit-box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateX(-6.53553391px) rotate(45deg);
          transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
  top: 5px;
}
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
  bottom: 5px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  top: -5.07106781px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow::before,
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow::before {
  -webkit-box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
          box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  -webkit-transform: translateY(6.53553391px) rotate(45deg);
          transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
  left: 13px;
}
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
  right: 13px;
}
.ant-transfer-customize-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-item-align: center;
      align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  width: auto;
  height: auto;
  min-height: 200px;
}
.ant-transfer-customize-list .ant-transfer-list-body-with-search {
  padding-top: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-search-wrapper {
  position: relative;
  padding-bottom: 0;
}
.ant-transfer-customize-list .ant-transfer-list-body-customize-wrapper {
  padding: 12px;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small {
  border: 0;
  border-radius: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th {
  background: #fafafa;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 1px solid #e8e8e8;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-small .ant-table-body {
  margin: 0;
}
.ant-transfer-customize-list .ant-table-wrapper .ant-table-pagination.ant-pagination {
  margin: 16px 0 4px;
}
.ant-transfer {
  -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;
}
.ant-transfer-disabled .ant-transfer-list {
  background: #f5f5f5;
}
.ant-transfer-list {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 200px;
  padding-top: 40px;
  vertical-align: middle;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-transfer-list-with-footer {
  padding-bottom: 34px;
}
.ant-transfer-list-search {
  padding: 0 24px 0 8px;
}
.ant-transfer-list-search-action {
  position: absolute;
  top: 12px;
  right: 12px;
  bottom: 12px;
  width: 28px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 32px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-transfer-list-search-action .anticon:hover {
  color: rgba(0, 0, 0, 0.45);
}
span.ant-transfer-list-search-action {
  pointer-events: none;
}
.ant-transfer-list-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 8px 12px 9px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-transfer-list-header-title {
  position: absolute;
  right: 12px;
}
.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 8px;
}
.ant-transfer-list-body {
  position: relative;
  height: 100%;
  font-size: 14px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 56px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  -webkit-animation: transferHighlightIn 1s;
          animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-transfer-list-content-item > span {
  padding-right: 0;
}
.ant-transfer-list-content-item-text {
  padding-left: 8px;
}
.ant-transfer-list-content-item:not(.ant-transfer-list-content-item-disabled):hover {
  background-color: #dcf5f1;
  cursor: pointer;
}
.ant-transfer-list-content-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-transfer-list-body-not-found {
  position: absolute;
  top: 50%;
  width: 100%;
  padding-top: 0;
  color: rgba(0, 0, 0, 0.25);
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 16px;
}
.ant-transfer-list-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-transfer-operation {
  display: inline-block;
  margin: 0 8px;
  overflow: hidden;
  vertical-align: middle;
}
.ant-transfer-operation .ant-btn {
  display: block;
}
.ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 4px;
}
.ant-transfer-operation .ant-btn .anticon {
  font-size: 12px;
}
@-webkit-keyframes transferHighlightIn {
  0% {
    background: #a7e8e0;
  }
  100% {
    background: transparent;
  }
}
@keyframes transferHighlightIn {
  0% {
    background: #a7e8e0;
  }
  100% {
    background: transparent;
  }
}
.ant-tree.ant-tree-directory {
  position: relative;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-switcher.ant-tree-switcher-noop,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-switcher.ant-tree-switcher-noop {
  pointer-events: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-checkbox,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-checkbox {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper {
  border-radius: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper:hover::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper:hover::before {
  background: #dcf5f1;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper.ant-tree-node-selected,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper.ant-tree-node-selected {
  color: #fff;
  background: transparent;
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper::before {
  position: absolute;
  right: 0;
  left: 0;
  height: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: '';
}
.ant-tree.ant-tree-directory > li span.ant-tree-node-content-wrapper > span,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li span.ant-tree-node-content-wrapper > span {
  position: relative;
  z-index: 1;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-switcher,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-switcher {
  color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox .ant-tree-checkbox-inner {
  border-color: #0FB1B5;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked::after {
  border-color: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background: #fff;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-checkbox.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: #0FB1B5;
}
.ant-tree.ant-tree-directory > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before,
.ant-tree.ant-tree-directory .ant-tree-child-tree > li.ant-tree-treenode-selected > span.ant-tree-node-content-wrapper::before {
  background: #0FB1B5;
}
.ant-tree-checkbox {
  -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;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
  border-color: #0FB1B5;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0FB1B5;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-tree-checkbox:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox::after {
  visibility: visible;
}
.ant-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
  background-color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled.ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-tree-checkbox-disabled:hover::after,
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-tree-checkbox-wrapper {
  -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';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-tree-checkbox-wrapper.ant-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-tree-checkbox-wrapper + .ant-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-tree-checkbox-group {
  -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';
  display: inline-block;
}
.ant-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-tree-checkbox-group-item + .ant-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0FB1B5;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-tree-checkbox-indeterminate.ant-tree-checkbox-disabled .ant-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-tree {
  /* see https://github.com/ant-design/ant-design/issues/16259 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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';
  margin: 0;
  padding: 0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 16.67%;
  left: 0;
  width: 100%;
  height: 66.67%;
}
.ant-tree ol,
.ant-tree ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-tree li {
  margin: 0;
  padding: 4px 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-tree li span[draggable],
.ant-tree li span[draggable='true'] {
  line-height: 20px;
  border-top: 2px transparent solid;
  border-bottom: 2px transparent solid;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  /* Required to make elements draggable in old WebKit */
  -khtml-user-drag: element;
  -webkit-user-drag: element;
}
.ant-tree li.drag-over > span[draggable] {
  color: white;
  background-color: #0FB1B5;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #0FB1B5;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #0FB1B5;
}
.ant-tree li.filter-node > span {
  color: #f5222d !important;
  font-weight: 500 !important;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #0FB1B5;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-loading-icon svg,
.ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_open::after,
:root .ant-tree li.ant-tree-treenode-loading span.ant-tree-switcher.ant-tree-switcher_close::after {
  opacity: 0;
}
.ant-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-tree li .ant-tree-node-content-wrapper {
  display: inline-block;
  height: 24px;
  margin: 0;
  padding: 0 5px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 24px;
  text-decoration: none;
  vertical-align: top;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #dcf5f1;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #a7e8e0;
}
.ant-tree li span.ant-tree-checkbox {
  top: initial;
  height: 24px;
  margin: 0 4px 0 2px;
  padding: 4px 0;
}
.ant-tree li span.ant-tree-switcher,
.ant-tree li span.ant-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  vertical-align: top;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-tree li span.ant-tree-iconEle:empty {
  display: none;
}
.ant-tree li span.ant-tree-switcher {
  position: relative;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  cursor: default;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-tree li:last-child > span.ant-tree-switcher::before,
.ant-tree li:last-child > span.ant-tree-iconEle::before {
  display: none;
}
.ant-tree > li:first-child {
  padding-top: 7px;
}
.ant-tree > li:last-child {
  padding-bottom: 7px;
}
.ant-tree-child-tree > li:first-child {
  padding-top: 8px;
}
.ant-tree-child-tree > li:last-child {
  padding-bottom: 0;
}
li.ant-tree-treenode-disabled > span:not(.ant-tree-switcher),
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper,
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-tree-treenode-disabled > .ant-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-tree.ant-tree-show-line li {
  position: relative;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher {
  color: rgba(0, 0, 0, 0.45);
  background: #fff;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher-noop .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
}
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-tree.ant-tree-show-line li span.ant-tree-switcher.ant-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(78%);
  margin: 22px 0 0;
  border-left: 1px solid #d9d9d9;
  content: ' ';
}
.ant-tree.ant-tree-icon-hide .ant-tree-treenode-loading .ant-tree-iconEle {
  display: none;
}
.ant-tree.ant-tree-block-node li .ant-tree-node-content-wrapper {
  width: calc(100% - 24px);
}
.ant-tree.ant-tree-block-node li span.ant-tree-checkbox + .ant-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree-checkbox {
  -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;
  top: -0.09em;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
  border-color: #0FB1B5;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0FB1B5;
  border-radius: 2px;
  visibility: hidden;
  -webkit-animation: antCheckboxEffect 0.36s ease-in-out;
          animation: antCheckboxEffect 0.36s ease-in-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  content: '';
}
.ant-select-tree-checkbox:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox::after {
  visibility: visible;
}
.ant-select-tree-checkbox-inner {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  border-collapse: separate;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-select-tree-checkbox-inner::after {
  position: absolute;
  top: 50%;
  left: 22%;
  display: table;
  width: 5.71428571px;
  height: 9.14285714px;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(0) translate(-50%, -50%);
          transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  transition: all 0.1s cubic-bezier(0.71, -0.46, 0.88, 0.6), opacity 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-input {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  position: absolute;
  display: table;
  border: 2px solid #fff;
  border-top: 0;
  border-left: 0;
  -webkit-transform: rotate(45deg) scale(1) translate(-50%, -50%);
          transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  transition: all 0.2s cubic-bezier(0.12, 0.4, 0.29, 1.46) 0.1s;
  content: ' ';
}
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
  background-color: #0FB1B5;
  border-color: #0FB1B5;
}
.ant-select-tree-checkbox-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-input {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner {
  background-color: #f5f5f5;
  border-color: #d9d9d9 !important;
}
.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  border-color: #f5f5f5;
  border-collapse: separate;
  -webkit-animation-name: none;
          animation-name: none;
}
.ant-select-tree-checkbox-disabled + span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-select-tree-checkbox-disabled:hover::after,
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-disabled::after {
  visibility: hidden;
}
.ant-select-tree-checkbox-wrapper {
  -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';
  display: inline-block;
  line-height: unset;
  cursor: pointer;
}
.ant-select-tree-checkbox-wrapper.ant-select-tree-checkbox-wrapper-disabled {
  cursor: not-allowed;
}
.ant-select-tree-checkbox-wrapper + .ant-select-tree-checkbox-wrapper {
  margin-left: 8px;
}
.ant-select-tree-checkbox + span {
  padding-right: 8px;
  padding-left: 8px;
}
.ant-select-tree-checkbox-group {
  -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';
  display: inline-block;
}
.ant-select-tree-checkbox-group-item {
  display: inline-block;
  margin-right: 8px;
}
.ant-select-tree-checkbox-group-item:last-child {
  margin-right: 0;
}
.ant-select-tree-checkbox-group-item + .ant-select-tree-checkbox-group-item {
  margin-left: 0;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner {
  background-color: #fff;
  border-color: #d9d9d9;
}
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0FB1B5;
  border: 0;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-select-tree-checkbox-indeterminate.ant-select-tree-checkbox-disabled .ant-select-tree-checkbox-inner::after {
  background-color: rgba(0, 0, 0, 0.25);
  border-color: rgba(0, 0, 0, 0.25);
}
.ant-select-tree {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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';
  margin: 0;
  margin-top: -4px;
  padding: 0 4px;
}
.ant-select-tree li {
  margin: 8px 0;
  padding: 0;
  white-space: nowrap;
  list-style: none;
  outline: 0;
}
.ant-select-tree li.filter-node > span {
  font-weight: 500;
}
.ant-select-tree li ul {
  margin: 0;
  padding: 0 0 0 18px;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper {
  display: inline-block;
  width: calc(100% - 24px);
  margin: 0;
  padding: 3px 5px;
  color: rgba(0, 0, 0, 0.65);
  text-decoration: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #dcf5f1;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #a7e8e0;
}
.ant-select-tree li span.ant-select-tree-checkbox {
  margin: 0 4px 0 0;
}
.ant-select-tree li span.ant-select-tree-checkbox + .ant-select-tree-node-content-wrapper {
  width: calc(100% - 46px);
}
.ant-select-tree li span.ant-select-tree-switcher,
.ant-select-tree li span.ant-select-tree-iconEle {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
  text-align: center;
  vertical-align: middle;
  border: 0 none;
  outline: none;
  cursor: pointer;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  color: #0FB1B5;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-icon_loading .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree li span.ant-select-tree-switcher {
  position: relative;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher-noop {
  cursor: auto;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  display: inline-block;
  font-weight: bold;
}
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon,
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon {
  font-size: 12px;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-tree-switcher-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  color: #0FB1B5;
  font-size: 14px;
  -webkit-transform: none;
          transform: none;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-loading-icon svg,
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-loading-icon svg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ant-select-tree .ant-select-tree-treenode-loading .ant-select-tree-iconEle {
  display: none;
}
.ant-select-tree-child-tree {
  display: none;
}
.ant-select-tree-child-tree-open {
  display: block;
}
li.ant-select-tree-treenode-disabled > span:not(.ant-select-tree-switcher),
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper,
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper span {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
li.ant-select-tree-treenode-disabled > .ant-select-tree-node-content-wrapper:hover {
  background: transparent;
}
.ant-select-tree-icon__open {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-icon__close {
  margin-right: 2px;
  vertical-align: top;
}
.ant-select-tree-dropdown {
  -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';
}
.ant-select-tree-dropdown .ant-select-dropdown-search {
  position: sticky;
  top: 0;
  z-index: 1;
  display: block;
  padding: 4px;
  background: #fff;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field__wrap {
  width: 100%;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 4px 7px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search.ant-select-search--hide {
  display: none;
}
.ant-select-tree-dropdown .ant-select-not-found {
  display: block;
  padding: 7px 16px;
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-upload {
  -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';
  outline: 0;
}
.ant-upload p {
  margin: 0;
}
.ant-upload-btn {
  display: block;
  width: 100%;
  outline: none;
}
.ant-upload input[type='file'] {
  cursor: pointer;
}
.ant-upload.ant-upload-select {
  display: inline-block;
}
.ant-upload.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-select-picture-card {
  display: table;
  float: left;
  width: 104px;
  height: 104px;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  vertical-align: top;
  background-color: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: table-cell;
  width: 100%;
  height: 100%;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
}
.ant-upload.ant-upload-select-picture-card:hover {
  border-color: #0FB1B5;
}
.ant-upload.ant-upload-drag {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fafafa;
  border: 1px dashed #d9d9d9;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.ant-upload.ant-upload-drag .ant-upload {
  padding: 16px 0;
}
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
  border-color: #04888f;
}
.ant-upload.ant-upload-drag.ant-upload-disabled {
  cursor: not-allowed;
}
.ant-upload.ant-upload-drag .ant-upload-btn {
  display: table;
  height: 100%;
}
.ant-upload.ant-upload-drag .ant-upload-drag-container {
  display: table-cell;
  vertical-align: middle;
}
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
  border-color: #2fc2bf;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
  margin-bottom: 20px;
}
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
  color: #2fc2bf;
  font-size: 48px;
}
.ant-upload.ant-upload-drag p.ant-upload-text {
  margin: 0 0 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload.ant-upload-drag .anticon-plus:hover {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload.ant-upload-drag:hover .anticon-plus {
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-picture-card-wrapper {
  zoom: 1;
  display: inline-block;
  width: 100%;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-picture-card-wrapper::before,
.ant-upload-picture-card-wrapper::after {
  display: table;
  content: '';
}
.ant-upload-picture-card-wrapper::after {
  clear: both;
}
.ant-upload-list {
  -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';
  zoom: 1;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list::before,
.ant-upload-list::after {
  display: table;
  content: '';
}
.ant-upload-list::after {
  clear: both;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
  padding-right: 28px;
}
.ant-upload-list-item {
  position: relative;
  height: 22px;
  margin-top: 8px;
  font-size: 14px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-upload-list-item-name-icon-count-1 {
  padding-right: 14px;
}
.ant-upload-list-item-card-actions {
  position: absolute;
  right: 0;
  opacity: 0;
}
.ant-upload-list-item-card-actions.picture {
  top: 25px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-item-card-actions .anticon {
  padding-right: 6px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ant-upload-list-item-info > span {
  display: block;
  width: 100%;
  height: 100%;
}
.ant-upload-list-item-info .anticon-loading,
.ant-upload-list-item-info .anticon-paper-clip {
  position: absolute;
  top: 5px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 14px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  -webkit-transform: scale(0.83333333) rotate(0deg);
          transform: scale(0.83333333) rotate(0deg);
  position: absolute;
  top: 6px;
  right: 4px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 0;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
:root .ant-upload-list-item .anticon-close {
  font-size: 12px;
}
.ant-upload-list-item .anticon-close:hover {
  color: rgba(0, 0, 0, 0.65);
}
.ant-upload-list-item:hover .ant-upload-list-item-info {
  background-color: #dcf5f1;
}
.ant-upload-list-item:hover .anticon-close {
  opacity: 1;
}
.ant-upload-list-item:hover .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error,
.ant-upload-list-item-error .anticon-paper-clip,
.ant-upload-list-item-error .ant-upload-list-item-name {
  color: #f5222d;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions {
  opacity: 1;
}
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
  color: #f5222d;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 26px;
  font-size: 14px;
  line-height: 0;
}
.ant-upload-list-picture .ant-upload-list-item,
.ant-upload-list-picture-card .ant-upload-list-item {
  position: relative;
  height: 66px;
  padding: 8px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.ant-upload-list-picture .ant-upload-list-item:hover,
.ant-upload-list-picture-card .ant-upload-list-item:hover {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-error,
.ant-upload-list-picture-card .ant-upload-list-item-error {
  border-color: #f5222d;
}
.ant-upload-list-picture .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item-info {
  padding: 0;
}
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
  background: transparent;
}
.ant-upload-list-picture .ant-upload-list-item-uploading,
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
  border-style: dashed;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 48px;
  height: 48px;
  font-size: 26px;
  line-height: 54px;
  text-align: center;
  opacity: 0.8;
}
.ant-upload-list-picture .ant-upload-list-item-icon,
.ant-upload-list-picture-card .ant-upload-list-item-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 26px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.ant-upload-list-picture .ant-upload-list-item-image,
.ant-upload-list-picture-card .ant-upload-list-item-image {
  max-width: 100%;
}
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  display: block;
  width: 48px;
  height: 48px;
  overflow: hidden;
}
.ant-upload-list-picture .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  margin: 0 0 0 8px;
  padding-right: 8px;
  padding-left: 48px;
  overflow: hidden;
  line-height: 44px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
  padding-right: 18px;
}
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
  padding-right: 36px;
}
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
  line-height: 28px;
}
.ant-upload-list-picture .ant-upload-list-item-progress,
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 14px;
  width: calc(100% - 24px);
  margin-top: 0;
  padding-left: 56px;
}
.ant-upload-list-picture .anticon-close,
.ant-upload-list-picture-card .anticon-close {
  position: absolute;
  top: 8px;
  right: 8px;
  line-height: 1;
  opacity: 1;
}
.ant-upload-list-picture-card.ant-upload-list::after {
  display: none;
}
.ant-upload-list-picture-card-container {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item {
  float: left;
  width: 104px;
  height: 104px;
  margin: 0 8px 8px 0;
}
.ant-upload-list-picture-card .ant-upload-list-item-info {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: ' ';
}
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye-o:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
  color: #fff;
}
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
  opacity: 1;
}
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
  position: static;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ant-upload-list-picture-card .ant-upload-list-item-name {
  display: none;
  margin: 8px 0 0;
  padding: 0;
  line-height: 1.5;
  text-align: center;
}
.ant-upload-list-picture-card .anticon-picture + .ant-upload-list-item-name {
  position: absolute;
  bottom: 10px;
  display: block;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
  background-color: #fafafa;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
  height: auto;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye-o,
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
  display: none;
}
.ant-upload-list-picture-card .ant-upload-list-item-uploading-text {
  margin-top: 18px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-picture-card .ant-upload-list-item-progress {
  bottom: 32px;
  padding-left: 0;
}
.ant-upload-list .ant-upload-success-icon {
  color: #52c41a;
  font-weight: bold;
}
.ant-upload-list .ant-upload-animate-enter,
.ant-upload-list .ant-upload-animate-leave,
.ant-upload-list .ant-upload-animate-inline-enter,
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
          animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  -webkit-animation-name: uploadAnimateIn;
          animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  -webkit-animation-name: uploadAnimateOut;
          animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  -webkit-animation-name: uploadAnimateInlineIn;
          animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  -webkit-animation-name: uploadAnimateInlineOut;
          animation-name: uploadAnimateInlineOut;
}
@-webkit-keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@-webkit-keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

body {
  font-family: PingFangSC-Medium;
}
.not-chrome {
  height: 50px;
  line-height: 50px;
  background: #FBF2D1;
  font-size: 16px;
  color: #666;
  padding: 0 100px;
}
.not-chrome .close {
  font-size: 20px;
  float: right;
  margin-top: 15px;
  cursor: pointer;
}
.not-chrome .info {
  display: inline-block;
  height: 20px;
  width: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAFN++nkAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAPKADAAQAAAABAAAAPAAAAACoF8tmAAAHp0lEQVRoBe1aS2xVRRjm3jYVFgokNqRlIShloQtBSRfGBaULg7rRha8VGGlLGl1IXBGSJoSV0YSatKUYcWF84MKYoMYFpTsT5CEbNQGFDSUNKlUSRaS3ft9w/nFmzpxz5txzjr0kPcm5M//7/2f+eZ67bFnGUxP6wMDAgtRZTk5OKlqdgEM8Y+IUAxHy1Gq1W1JnGWMwiYODg/0+hj+F6dChQ8cVgzhEwsLCwlaWMDXNMvZQbQyZhEhqgzmYXK2IEj/sXYPt1ZGm0RrsnAFic4S4irJTzNQNguB0WTfDgdoZTUHFahBoeViIppDCDQ0NPSNEljoUE8m66SjMvY1m3ePyWMISssvkwuKS9jlB8CqsnnSFhddqZJcJMIUvoiF6XVq9Xn9WWWZMLjGCO32CpE1MTHymhKPGmHMVQOkYcHtdPGDVy1aDkQnxHETxGuuepxON9YsHnx8Vs0wVsP4UimOsw/W/u7q6Vo2MjNwgbD6W8O7du7fPz89/aTKYdelfwel+RkYdSROkgPRvTBhdskOQUrqWiDcVKMsmQgTTSng5Sbp2O43ZpcHLXU0Li7KmLAcJY/C/LIy+Uixb87owIvnfk7pTPkpYCaNLRInD4wfBr9YGLdTd3X2Xy+rrQrPvrfSksE8gUnoTgpaBmLBYR57f32g0Hseg+ACDoiH4ligTvTa9QzN8BPgFE5dSX2hra9swPj7+cwpP6npxxDdI05T5aEwANPdNlxaLOGsechS8C/gVBxcDMQk2MLe3mQSdmkSySbPmMEP4KrJtF5TG1jGDR1XRcnU3a7VhEDhNh/ajqzsINo1rw5BUa0OQhgJMHGoUNw0XUBcuyvFtGeYqGC6uVk3lNPqvPY8cJxXy66xGyi+fmZn5K4+SJnjVDtUyTIDtj6z+KUShOfGaSZMia825OmJTIFCRKZJaRzfuwTi2Nnhew6IFq/48x6DAeUufQdGRaliYWHLrASfUDsLEO/XfAW9DN6iF06EtgYvTAsF9zHF+5cqVA3BzGH1tb0VqtbPA7UPffhEaRqbhaGxfgMJM3sjox3DgxSwHUpVhPF+DglVZSnx07EKexC7kKx+NOK9hNGsHps9cc7fPAMbx+5g4dvpo1q5AGDZu3HhL6gXLTVu2bFl3+vTpz109McOcrcDkbQlTGNF8A/gHvA+YeE99U29v78lTp04xT/RjLWno04OhUySa8DFqCZnXo+2UFYw7Dyedj7WnzVbgILfI+tGG5RioKeVXrP2cNhywABR2BVFzQ6kebVgQVZZIyP2iXxmWnZ8gqyrRqptFtzIMhL4kE0LVpRi+u2pDrn7p48suoWpYGe7v75+u2hD1I7n0/K9nk5AZyHQOSt5BbqwALvO0KHKQ0dej5pTJjdpKYcoqYfTVLB6XjlOEvmqUPibPNpcxDW5vb9+MtyeNx6EtYLnVl4TacLQljZ3cHWEBL4yNjX2HlyvOCUGmlbyeMOnacIRcaxJT6huOHj0qS2pfCp+Q5tw7EZ1cwoHF4nX031sCl1GiNWN23IiX8YyD7JsuwyB1+G7fiI95QiSfopHD+diFy23Nt39jEQsxOt3xVj004USU5SjkJQdMvK4nRqw5UMHk8giKKbyp4xxRHobBAVM2qR5k2BTGWKzjRNEH3FoYuo73nJuxJv9SfbFbIHcXN+Mw02J2dnYdrrjWIyXuwfyk9h1MEdT/wIewi2vWrLkEvsqvtksNmIMOQQwhiOfQMKkDL6Dh5qDrU+iaiJavAJFslkIBI8B7YWIf3iG8HdnmCnFw+pzAux8N0PS3xqYC5uIBw2+i9RPn+UKhZQij55n6b0RrSQa3TQ4OGOOrA9Pz1whyq61icSEEP4394xPwL2gBDQq46Hbg/2gSBB67G/bZTQ04GqPnIdjUJZfPIHC81VmBcfgP6bBxCcV9rJfw8M8KPWljPHEMRod0nh7LDJYx/SbBEkDPzLIs6aGvl9MuGLwBc3nBlRRPJVXPvCXFaanpoO+MwcJGQCxgDP7loHEDm5ruPmUthKPvU1EslluxgKOr96KbBsvIIgEro1gs81bAaBHCwxbHnQ0MRzHpKKyAeQzCOmt9VNGcd2CFsTAm03UrYBBCbz1MHa1et2KyAsYScb3Vvc/rnxuTG/C5vApbnR8BWzFZAfPqAgxnKw5CrwCcUDDO1ldlj7G41zHmJbGyCwd43KvyzzYd2BSo//XhM2lVsZqxWDZiV234zHkenzs50NWfBy3ucgFeVMcavCwT6N3D2MJafzSh7sTdFHqBHxytb39FnYETDVzn9Jhphn3vamwFL0K3TvWidiCf+NcAawybhtA6/C/BqIkrWsdwuYFPFtbnLHxJ4FXOr0V1G/Kjke8G6r9qYg8LC3pgOy7fjsHZxMYR3hzlj+D9Fu9DeL2b/By6FGuUPU8jexL/c0HGzIDFMC4BjiDoHQK3UolgE//f4foZ3Gu4P9rJLydU7ipZLJi+0Cf6FupDcA+7CpnqmGw+BL7sCwLXlAvP4avgS1mp6woJ3HTAooAlbxgQ/AFUn8dbik7qjR6u2Z8gyL3m7C7EvGXZzin7PHhjU9GPlNsGRB/eBzH+U09h4OW3+u/xngDvFFL1OPRwrV56llogRwv8C1awnD8WHi6zAAAAAElFTkSuQmCC);
  background-size: contain;
  margin-right: 8px;
  vertical-align: -4px;
}
/* Modal头部样式 */
.ant-modal-root .ant-modal-content .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
/* drawer头部样式 */
.ant-drawer .ant-drawer-content .ant-drawer-header {
  height: 48px;
  padding: 9px 14px;
  background: #2eaafe;
  border-radius: 0;
}
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-title {
  color: white;
  margin-top: 3px;
}
.ant-drawer .ant-drawer-content .ant-drawer-header .ant-drawer-close {
  margin-top: -3px;
  color: white;
}
.ant-modal-title {
  color: #fff !important;
}
.ant-modal-root .ant-modal-content .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.ant-modal-root .ant-modal-footer {
  text-align: center;
  border: none;
}
/* 分页 */
.ant-pagination {
  text-align: center;
  white-space: nowrap;
}
ul li {
  list-style: none;
}
/* :global { */
/* 拖拽控件全局样式 */
.dragable-ghost {
  border: 1px dashed #aaaaaa;
  opacity: 0.65;
}
.dragable-chose {
  border: 1px dashed #aaaaaa;
  opacity: 0.65;
}
.dragable-drag {
  border: 1px dashed #aaaaaa;
  opacity: 0.65;
}
/* 页面切换动画 */
.page-toggle-enter-active {
  -webkit-transition: all 0.2s ease-in 0.25s;
  transition: all 0.2s ease-in 0.25s;
}
.page-toggle-leave-active {
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.page-toggle-enter,
.page-toggle-leave-to {
  opacity: 0;
  padding: 0px;
}
table .ant-table-thead > tr > th {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  white-space: nowrap;
}
/* } */
/* 公共公式样式 */
/deep/ .MathJax {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.showPopover {
  display: none !important;
}
.required {
  position: relative;
}
.required::before {
  position: absolute;
  content: '*';
  top: 1px;
  left: -8px;
  color: red;
}
.ant-table-content {
  overflow-x: scroll;
}

.GlobalHeader[data-v-fb83cd9e] {
  position: relative !important;
}

[data-v-1d0905c4] .ant-menu-item,
.ant-menu-submenu-title[data-v-1d0905c4] {
  padding: 0 10px;
  text-align: center;
  width: 112px;
}
.fontbold[data-v-1d0905c4] {
  font-weight: bold;
}
.fontbold[data-v-1d0905c4] .ant-menu-item,
.fontbold .ant-menu-submenu-title[data-v-1d0905c4] {
  padding: 0 !important;
}
.fontbold[data-v-1d0905c4] .ant-menu-submenu-title {
  padding: 0 !important;
}
.selected[data-v-1d0905c4] {
  border-bottom: 0 solid #0fb1b5 ;
  color: rgba(0, 0, 0, 0.65);
}
/* .trigger {
  font-size: 20px;
  line-height: 64px;
  padding: 0 24px;
  cursor: pointer;
  transition: color 0.3s;
  &:hover {
    color: #0fb1b5;
  }
} */
.header-item[data-v-1d0905c4] {
  padding: 0 12px;
  display: inline-block;
  height: 100%;
  cursor: pointer;
  vertical-align: middle;
}
.header-item i[data-v-1d0905c4] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.65);
}
.global-header[data-v-1d0905c4] {
  position: fixed;
  width: 100%;
  height: 80px;
  background: white;
  height: 98px;
  padding: 0 50px 0 0;
  z-index: 999;
  border-bottom: 16px solid #f5f5f5;
}
.global-header.light[data-v-1d0905c4] {
  background: #fff;
}
.global-header .global-header-wide[data-v-1d0905c4] {
  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;
}
.global-header .global-header-wide.head[data-v-1d0905c4] {
  max-width: 1400px;
  margin: auto;
}
.global-header .global-header-wide .logo[data-v-1d0905c4] {
  line-height: 80px;
  vertical-align: top;
  display: inline-block;
  padding: 0 12px 0 24px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}
.global-header .global-header-wide .logo .logo-text[data-v-1d0905c4] {
  font-family: FZY3K--GBK1-0;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.9);
  text-align: center;
  width: 90px;
  height: 21px;
}
.global-header .global-header-wide .logo img[data-v-1d0905c4] {
  width: 40px;
  height: 40px;
  margin-right: 13px;
}
.global-header .global-header-wide .global-header-menu[data-v-1d0905c4] {
  display: inline-block;
}
.global-header .global-header-wide .top[data-v-1d0905c4] {
  position: absolute;
  top: -1px;
}
/* .global-header-right span {
  margin-left: 12px;
} */
.ant-menu[data-v-1d0905c4] {
  font-size: 14px;
}
.avatar[data-v-1d0905c4] {
  margin: 20px 0 20px 0;
  color: #0fb1b5;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.headerAvatar-user[data-v-1d0905c4] {
  margin: 0 48px 0 12px;
}
.schoolName[data-v-1d0905c4] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 70px;
}
.ant-menu-horizontal[data-v-1d0905c4] {
  border-bottom: none;
}
.avatarName[data-v-1d0905c4] {
  display: inline-block;
  height: 100%;
  vertical-align: initial;
  margin-left: 50px;
  cursor: pointer;
  opacity: 1;
  color: #000000;
  font-size: 14px;
}
.login[data-v-1d0905c4] {
  cursor: pointer;
}
.login[data-v-1d0905c4]:hover {
  color: #0FB1B5;
}
.noSelect[data-v-1d0905c4] {
  color: rgba(0, 0, 0, 0.65) !important;
}
.noSelect[data-v-1d0905c4]:hover {
  border-bottom: 0 solid #0FB1B5;
  color: #0FB1B5 !important;
}

.contact-item[data-v-272cc3fe] {
  text-align: left;
  padding-left: 16px;
  padding-top: 16px;
}
.flex[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.img-border[data-v-272cc3fe] {
  width: 80px;
  height: 80px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  text-align: center;
  line-height: 77px;
}
.home_index_img[data-v-272cc3fe] {
  background-image: url(../../static/img/banner.a75be21.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 500px;
  margin-top: -16px;
  border: none;
  z-index: 999;
  position: relative;
}
.home_top_img[data-v-272cc3fe] {
  width: 100%;
  height: 640px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.aboutUs2[data-v-272cc3fe] {
  background-image: url(../../static/img/home_aboutUs2.4495ff6.jpg);
}
.pay[data-v-272cc3fe] {
  background-image: url(../../static/img/home_pay.5cfe65e.jpg);
}
.iPhones[data-v-272cc3fe] {
  background-image: url(../../static/img/home_iPhones.f443e36.jpg);
}
._web[data-v-272cc3fe] {
  background-image: url(../../static/img/home_web.56ad122.jpg);
}
.aboutUs-introduce[data-v-272cc3fe] {
  padding-right: 20px;
}
.home-wrapper[data-v-272cc3fe] {
  font-size: 16px;
}
.home-wrapper-content[data-v-272cc3fe] {
  text-align: center;
}
.content-aboutUs[data-v-272cc3fe] {
  padding: 60px 20%;
}
.iconicon_book1x[data-v-272cc3fe] {
  color: #0FB1B5;
}
.hr_title[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.title_aboutUs-zh[data-v-272cc3fe] {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  margin-top: 10px;
}
.title_aboutUs-eng[data-v-272cc3fe] {
  font-size: 12px;
  font-weight: 100;
  color: rgba(0, 0, 0, 0.65);
}
hr[data-v-272cc3fe] {
  width: 95px;
  margin-top: 24px;
  border: none;
  height: 1px;
  background-color: #ECECEC;
}
.aboutUs-content[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.aboutUs-content img[data-v-272cc3fe] {
  width: 440px;
  height: 234px;
}
article[data-v-272cc3fe] {
  line-height: 30px;
  text-align: justify;
}
.content-educationTeam[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* height: 406px; */
  background: #f8f8f8;
  padding: 0 20%;
}
.team[data-v-272cc3fe] {
  width: 33%;
  margin: 60px 0;
}
.team_middle[data-v-272cc3fe] {
  margin: 60px 82px;
}
.team img[data-v-272cc3fe] {
  width: 64px;
  height: 64px;
}
.team-item[data-v-272cc3fe] {
  margin-bottom: 22px;
}
.team-hr[data-v-272cc3fe] {
  margin-bottom: 31px;
}
.product-service[data-v-272cc3fe] {
  margin: 58px 0;
}
.modules[data-v-272cc3fe] {
  position: absolute;
  margin-top: -408px;
  text-align: left;
}
.home_homework[data-v-272cc3fe] {
  margin-left: 19%;
}
.home_case[data-v-272cc3fe] {
  margin-left: 66%;
}
.iconarrow1x[data-v-272cc3fe] {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #0fb1b5;
  line-height: 33px;
}
.iconarrow1x_title[data-v-272cc3fe] {
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #0fb1b5;
  line-height: 33px;
  margin-left: 20px;
}
ul[data-v-272cc3fe] {
  margin-top: 30px;
}
ul li p[data-v-272cc3fe] {
  height: 22px;
  font-size: 16px;
  line-height: 22px;
}
.ul_li_item[data-v-272cc3fe] {
  font-weight: 600;
  color: #666666;
}
.ul_li_content[data-v-272cc3fe] {
  font-weight: 400;
  color: #666666;
  margin-left: 12px;
}
.footer_container[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 226px;
  background: #2f2f2f;
}
.footer_container_left[data-v-272cc3fe] {
  width: 26%;
  margin: 36px 130px;
  text-align: right;
  border-right: 1px solid rgba(216, 216, 216, 0.4);
}
.footer_container_right[data-v-272cc3fe] {
  padding: 36px 0;
}
.contact[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.footer_container_p[data-v-272cc3fe] {
  min-width: 66px;
  font-weight: 600;
  color: #ffffff;
  margin-right: 210px;
  font-size: 14px;
  font-family: PingFangSC-Semibold;
}
.footer_code[data-v-272cc3fe] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
  margin-right: 138px;
}
.code[data-v-272cc3fe] {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.footer_code p[data-v-272cc3fe] {
  font-weight: 400;
  font-size: 14px;
  color: #6d6d6d;
  margin-top: 10px;
  text-align: center;
  margin-right: 30px;
}
.contact_item[data-v-272cc3fe] {
  margin: 12px;
}
.contact[data-v-272cc3fe] :first-child {
  margin-left: 0;
}
.contact_item p[data-v-272cc3fe] {
  font-weight: 400;
  color: #6d6d6d;
  margin: 0;
}
.footer_footer[data-v-272cc3fe] {
  font-size: 14px;
  padding: 20px 0;
  background: #272626;
  color: #6d6d6d;
}
/* img[src=""],img:not([src]){
  opacity: 0;
} */

.iconImg[data-v-59c77d8e] {
  width: 20px;
  margin: 0 12px 3px 0;
}
a[data-v-59c77d8e] {
  color: rgba(0, 0, 0, 0.5);
}
a[data-v-59c77d8e]:hover {
  color: #0FB1B5;
}
.aboutUs_img[data-v-59c77d8e] {
  width: 100%;
  height: 200px;
  margin-top: -16px;
}
.aboutUs_content[data-v-59c77d8e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 240px !important;
}
.noData_div[data-v-59c77d8e] {
  padding: 60px;
  text-align: center;
}
.noData_div img[data-v-59c77d8e] {
  width: 120px;
  height: 120px;
}
.noData_last[data-v-59c77d8e] {
  font-size: 14px;
  color: #999999;
}
.aboutUs_content_menu[data-v-59c77d8e] {
  width: 240px;
  height: 600px;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
}
.aboutUs_content_content[data-v-59c77d8e] {
  width: 80%;
  padding: 40px 60px;
  word-break: break-all;
}
.content_title[data-v-59c77d8e] {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  padding-bottom: 40px;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
}
.content_content[data-v-59c77d8e] {
  margin-top: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 30px;
}
[data-v-59c77d8e] .content_content > img {
  width: 100% !important;
  height: 410px !important;
}
ul[data-v-59c77d8e] {
  margin-top: 12px;
  padding: 0 24px;
}
ul li[data-v-59c77d8e] {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}
.iconfont[data-v-59c77d8e] {
  margin-right: 16px;
}
.choosed[data-v-59c77d8e] {
  color: #0FB1B5 ;
}

.search[data-v-4927a158] {
  /* position: absolute; */
  position: relative;
  left: 50%;
  /* top: 18%; */
  top: -100px;
  width: 640px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%, -50%);
}
.aboutUs_img[data-v-4927a158] {
  width: 100%;
  height: 200px;
  margin-top: -16px;
}
.aboutUs_content[data-v-4927a158] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 240px !important;
}
.aboutUs_content_menu[data-v-4927a158] {
  width: 240px;
  height: 600px;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
  white-space: nowrap;
}
.aboutUs_content_content[data-v-4927a158] {
  /* width: 80%; */
  width: 100%;
  padding: 40px 60px;
  word-break: break-all;
}
ul[data-v-4927a158] {
  margin-top: 12px;
  padding: 0 24px;
}
ul li[data-v-4927a158] {
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
}
.iconfont[data-v-4927a158] {
  margin-right: 16px;
}
a[data-v-4927a158] {
  color: rgba(0, 0, 0, 0.5);
}
a[data-v-4927a158]:hover {
  color: #0FB1B5;
}
.liItem[data-v-4927a158] {
  list-style: disc;
}
.noData_div[data-v-4927a158] {
  /* position: absolute;
    top: 50%; */
  position: relative;
  top: 30%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.noData_div img[data-v-4927a158] {
  width: 120px;
  height: 120px;
}
.noData_last[data-v-4927a158] {
  font-size: 14px;
  color: #999999;
}
.searchResult[data-v-4927a158] {
  color: rgba(0, 0, 0, 0.25);
  margin-left: -16px;
}
.choosed[data-v-4927a158] {
  color: #0FB1B5 ;
}
.iconImg[data-v-4927a158] {
  width: 20px;
  margin: 0 12px 3px 0;
}
.videoStyle[data-v-4927a158] {
  display: block;
  padding: 12px;
  margin-left: 60px;
}
.res-box[data-v-4927a158] {
  margin-top: 24px;
  width: 100%;
  border: 1px solid #c4c4c4;
  padding: 10px;
  background-color: #fafafa;
}
.from-goods[data-v-4927a158] {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  padding: 16px;
}
.res-item[data-v-4927a158] {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.res-item-content[data-v-4927a158] {
  position: relative;
  background-color: rgba(0, 0, 0, 0.02);
  width: 600px;
  height: 76px;
  line-height: 76px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.res-close[data-v-4927a158] {
  position: absolute;
  right: 15px;
  top: 30px;
  cursor: pointer;
}
.remark-decorate[data-v-4927a158] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.video_wrapper[data-v-4927a158] {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: 7px;
  margin-top: 7px;
  overflow: hidden;
}
.video_mask[data-v-4927a158] {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0;
  width: 80px;
  height: 60px;
}
.video_stop[data-v-4927a158] {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 20px;
  -webkit-transform: translate(-50%, -66%);
          transform: translate(-50%, -66%);
}
.title[data-v-4927a158] {
  margin-left: 6px;
  line-height: 76px;
  height: 76px;
  color: #333;
}
.from-goods[data-v-4927a158] {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E9E9E9;
  padding: 16px;
}
.from-goods .res-item[data-v-4927a158] {
  margin-top: 16px;
}
.from-goods .res-item .res-item-content[data-v-4927a158] {
  width: 100%;
}
/* @media screen (max-width: 1600px) {
    .search{
      top: 50%;
    }
  } */
/* @media screen and (max-height: 722px) {
    .search{
      top: 50%;
    }
  } */
/* @media screen and (min-width:960px){
    body{
        background:orange;
    }
} */

.captcha-img[data-v-52e7b84a] {
  width: 90px;
  height: 26px;
  display: inline-block;
  vertical-align: -7px;
  margin-left: 6px;
}
.captcha-img img[data-v-52e7b84a] {
  vertical-align: top;
}
[data-v-52e7b84a] .ant-input-affix-wrapper {
  width: auto;
}
[data-v-52e7b84a] .ant-modal-body {
  width: 208px;
  height: 119px;
  position: absolute;
  top: 50%;
  left: 138%;
  background: #000000;
  border-radius: 6px;
  opacity: 0.75;
  text-align: center;
}
[data-v-52e7b84a] .ant-modal-body i {
  width: 34px;
  height: 34px;
  font-size: 26px;
  color: #07c160;
}
[data-v-52e7b84a] .ant-modal-body h2 {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-top: 12px;
}
.container[data-v-52e7b84a] {
  background: #f6f6f6;
}
.login-content[data-v-52e7b84a] {
  width: 1000px;
  height: 520px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px;
  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;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 2px 48px 0px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
.login-picture[data-v-52e7b84a] {
  height: 520px;
}
.login-form[data-v-52e7b84a] {
  padding: 0 50px 0 0px;
}
.foundPassword[data-v-52e7b84a] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
}
.foundPassword span[data-v-52e7b84a] {
  cursor: pointer;
}
.login-btn[data-v-52e7b84a] {
  width: 100%;
  margin: 14px 0 0 0;
  height: 28px;
}
[data-v-52e7b84a] .ant-row {
  margin-bottom: 6px;
}
[data-v-52e7b84a] .ant-input-affix-wrapper .ant-input {
  width: 320px;
  height: 28px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
  line-height: 24px;
}
.top[data-v-52e7b84a] {
  text-align: center;
  margin-bottom: 36px;
  font-size: 16px;
  font-weight: 500;
  color: #0fb1b5;
}
[data-v-52e7b84a] .codeInput .ant-input-lg {
  width: 100%;
}
[data-v-52e7b84a] .ant-input-affix-wrapper,
.ant-input-affix-wrapper-lg[data-v-52e7b84a] {
  width: 70%;
}
.codeInput_span[data-v-52e7b84a] {
  cursor: pointer;
  font-weight: 400;
  color: #333333;
  float: right;
  margin-right: 12px;
}
.count[data-v-52e7b84a] {
  color: rgba(0, 0, 0, 0.3);
}
.backLogin[data-v-52e7b84a] {
  text-align: right;
}
.backLogin span[data-v-52e7b84a] {
  color: #0fb1b5;
}
.iconfont[data-v-52e7b84a] {
  width: 16px;
  height: 22px;
  color: rgba(0, 0, 0, 0.3);
}
.colorIcon[data-v-52e7b84a] {
  color: rgba(0, 0, 0, 0.3);
}
[data-v-52e7b84a] .captcha .ant-input {
  width: 194px;
  color: #000000;
}
[data-v-52e7b84a] .captcha {
  width: auto;
}

.sider-menu[data-v-a6dfa0ac] {
  position: fixed;
  color: black;
  height: 100%;
  background-color: white;
  margin-top: 98px;
  z-index: 2;
  -webkit-box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0px 2px rgba(0, 0, 0, 0.1);
}
.iconfont[data-v-a6dfa0ac] {
  margin-right: 20px;
  border: 10px solid red !important;
}
.global-header[data-v-a6dfa0ac] {
  width: 100%;
}
.Alayout-content[data-v-a6dfa0ac] {
  /* position: absolute; */
  width: 90%;
  background-color: white;
  margin: 98px 0 0 192px;
  /* overflow-x: initial !important; */
}
.Alayout-content-small[data-v-a6dfa0ac] {
  background-color: white;
  margin: 100px 0px 0 80px;
  overflow-x: initial !important;
}
.wrapper[data-v-a6dfa0ac] {
  overflow-x: initial !important;
  background-color: #ffffff;
}
[data-v-a6dfa0ac] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-a6dfa0ac] {
  overflow: initial !important;
}

.siderMenuStyle[data-v-2b053044] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  max-width: 192px;
  min-width: 192px;
  width: 192px;
}
.siderMenuStyle[data-v-2b053044] .ant-layout-sider-children ul :first-child {
  margin-top: 0;
}
.ant-menu-inline[data-v-2b053044],
.ant-menu-vertical[data-v-2b053044],
.ant-menu-vertical-left[data-v-2b053044] {
  border-right: none;
}
[data-v-2b053044] .ant-menu-item .iconfont {
  margin-right: 20px;
}
[data-v-2b053044] .ant-menu-submenu-title .iconfont {
  margin-right: 20px;
}
[data-v-2b053044] ul li ul li a span {
  margin-left: 28px !important;
}
[data-v-2b053044] ul li ul li .ant-menu-submenu-title {
  padding-left: 76px !important;
}
.iconicon_fold_nor1x[data-v-2b053044] {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 20px;
}
.menuExpand[data-v-2b053044] {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  left: 50%;
  bottom: 110px;
  z-index: 999;
  padding-top: 10px;
  border-top: 1px solid rgba(233, 233, 233, 0.5);
  width: 130px;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
}
.menuExpand div[data-v-2b053044] {
  margin-left: 20px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.ant-layout-sider-collapsed .menuExpand[data-v-2b053044] {
  display: block;
  /* text-align: center; */
  line-height: 16px;
  z-index: 999;
  /* margin-left: 5px; */
  margin-right: 15px;
  /* text-align: center; */
  width: 74px;
  border-top: 1px solid #e9e9e9;
}
.ant-layout-sider-collapsed .menuExpand .iconfont[data-v-2b053044] {
  margin-left: 20px;
}

.ant-menu-submenu-title .iconfont,
.ant-menu-item .iconfont {
  margin-right: 20px;
}
/* 菜单收起时样式 */
.ant-menu-inline-collapsed {
  margin-top: 16px !important;
}
.ant-menu-inline-collapsed > .ant-menu-item,
.ant-menu-inline-collapsed > .ant-menu-submenu {
  height: 64px !important;
}
.ant-menu-inline-collapsed .iconfont {
  margin-right: 20px;
  display: block;
  text-align: center;
  line-height: 16px;
}
.ant-menu-inline-collapsed .ant-menu-submenu-title span span {
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 4px;
  font-size: 10px;
}
.ant-menu-inline-collapsed .ant-menu-item span {
  display: block;
  text-align: center;
  line-height: 12px;
  margin-top: 8px;
  font-size: 10px;
  width: 70px;
  margin-left: -27px;
}
.sildermenu-box.ant-menu-inline {
  border: 0px;
}

*[data-v-4e272a30] {
  margin: 0;
  padding: 0;
}
.b div[data-v-4e272a30] {
  word-break: break-all;
  margin: 5%;
}
.itemClass[data-v-4e272a30] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.iconfont[data-v-4e272a30] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.box[data-v-4e272a30] {
  width: 100%;
  padding: 24px 48px 0 32px;
  /* 顶部学校信息start */
  /* 学科信息start */
  /* 学科信息end */
}
.box .top-box[data-v-4e272a30] {
  width: 390px;
  padding: 24px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.box .top-box .top-box-bottom[data-v-4e272a30] {
  margin: 0 auto;
}
.box .top-box .top-box-bottom ul[data-v-4e272a30] {
  list-style: none;
}
.box .top-box .top-box-bottom ul li[data-v-4e272a30] {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .top-box .top-box-bottom ul li span[data-v-4e272a30] {
  display: block;
  width: 210px;
  float: right;
}
.box .list-box[data-v-4e272a30] {
  width: 100%;
  overflow: hidden;
  padding-bottom: 184px;
  padding-left: 1px;
}
.box .list-box .item[data-v-4e272a30] {
  float: left;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  width: 480px;
  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: 24px 24px 0 0;
}
.box .list-box .item .left[data-v-4e272a30] {
  width: 160px;
  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;
}
.box .list-box .item .left img[data-v-4e272a30] {
  width: 112px;
  height: 112px;
  margin: 24px;
  background: #f6f6f6;
  border-radius: 8px;
}
.box .list-box .item .right[data-v-4e272a30] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .list-box .item .right #box[data-v-4e272a30] {
  width: 100%;
}
.box .list-box .item .right #box .title[data-v-4e272a30] {
  margin: 0;
  font-weight: 600;
  color: #0fb1b5;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  width: 170px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box .list-box .item .right #box .expireDate[data-v-4e272a30] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.box .list-box .item .right .courseAdmins[data-v-4e272a30] {
  margin-left: 28px;
  word-break: break-all;
}
.courseList[data-v-4e272a30] {
  display: inline-grid;
}
.courseItem[data-v-4e272a30] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.personal_content[data-v-c9e93a46] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.personal-left[data-v-c9e93a46] {
  width: 360px;
  height: 100%;
  text-align: center;
  margin: 160px 0;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1);
}
.personal_info[data-v-c9e93a46] {
  margin-bottom: 40px;
}
.personal_info img[data-v-c9e93a46] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.name[data-v-c9e93a46],
.userNumber[data-v-c9e93a46] {
  display: inline-block;
  margin: 20px 0 16px 0;
}
.name[data-v-c9e93a46] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.collegeBtn[data-v-c9e93a46] {
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: white;
  background: #0fb1b5;
  border-radius: 12px;
  padding: 0 20px;
  cursor: default;
}
.personal-tab[data-v-c9e93a46] {
  width: 192px;
  border-top: 1px solid #e8e8e8;
  margin-left: 35px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}
.icontaskziliao1x[data-v-c9e93a46],
.icontaskmimabeifen31x[data-v-c9e93a46],
.icontaskmima1x[data-v-c9e93a46] {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}
.hoverStyle[data-v-c9e93a46] {
  cursor: pointer;
}
.hoverStyle[data-v-c9e93a46]:hover {
  color: #0fb1b5;
}

[data-v-218e82b2] .ant-upload-picture-card-wrapper {
  display: initial;
  position: absolute;
  margin-top: 43px;
}
[data-v-218e82b2] .ant-upload.ant-upload-select-picture-card {
  /* display: inherit; */
  width: 64.25px;
  height: 32px;
  vertical-align: inherit;
  float: none;
  margin: 0;
  background-color: white;
  border: 1px solid #d9d9d9;
  margin-left: 6px;
}
[data-v-218e82b2] .ant-upload.ant-upload-select-picture-card > .ant-upload {
  display: inherit;
  line-height: 30px;
  padding: 0;
}
.infoSelf-wrapper[data-v-218e82b2] {
  width: 100%;
  margin: 160px 50px 60px 50px;
}
.infoSelf-wrapper-item[data-v-218e82b2] {
  height: 106px;
  line-height: 106px;
}
.firstItem[data-v-218e82b2] {
  padding-left: 12px;
  border-bottom: 1px solid #e8e8e8;
}
.secondItem[data-v-218e82b2] {
  border-bottom: 1px solid #e8e8e8;
}
.imgClass[data-v-218e82b2] {
  width: 76px;
  height: 76px;
  border-radius: 50%;
}
.item_middle[data-v-218e82b2] {
  width: 210px;
  display: inline-block;
}
.tips[data-v-218e82b2] {
  height: 40px;
  background: #fff3d3;
  font-size: 14px;
  font-weight: 400;
  color: #ef9800;
  line-height: 40px;
  padding-left: 24px;
}
p[data-v-218e82b2],
.mobileCode_center[data-v-218e82b2] {
  font-size: 16px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  padding: 20px 24px 0 24px;
}
.mobileCode_center[data-v-218e82b2] {
  font-size: 14px;
}
.mobileCode[data-v-218e82b2] {
  padding: 0 24px;
}
.mobileCode_first[data-v-218e82b2] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
}
.timer[data-v-218e82b2] {
  float: right;
  cursor: pointer;
}
.mobileCode_input[data-v-218e82b2] {
  width: 91%;
  height: 40px;
  margin: 16px 24px;
}
.next[data-v-218e82b2] {
  position: absolute;
  background-color: rgba(15, 177, 181, 0.7) !important;
  left: 50%;
  top: 80%;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  color: white !important;
  width: 88px;
  bottom: 6px;
}
.steps2[data-v-218e82b2] {
  padding: 24px 0;
}
.successModal[data-v-218e82b2] .ant-modal-body {
  width: 208px;
  height: 119px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #000000 !important;
  border-radius: 10px;
  opacity: 0.5;
  text-align: center;
}
.successModal i[data-v-218e82b2] {
  width: 34px;
  height: 34px;
  font-size: 30px;
  color: white;
}
.successModal h2[data-v-218e82b2] {
  font-size: 16px;
  font-weight: 500;
  color: white;
  margin-top: 12px;
}

.saveBtn_item[data-v-3f3209ca] {
  width: 60%;
  margin-left: 80px;
}
.editPass-wrapper[data-v-3f3209ca] {
  width: 100%;
  margin: 160px 50px 60px 50px;
}
form[data-v-3f3209ca] {
  width: 60%;
}
.ant-form-item[data-v-3f3209ca] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-3f3209ca] .ant-form-item-label {
  width: 80px;
}
[data-v-3f3209ca] .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.saveBtn[data-v-3f3209ca] {
  width: 88px;
  color: white;
  background: #0fb1b5;
  height: 32px;
}

.tab-wrapper[data-v-3b2267dd] {
  width: 100%;
  margin: 160px 50px 60px 50px;
  margin-top: 160px;
}
[data-v-3b2267dd] .ant-tabs-nav-scroll {
  width: 1020px;
}

.postPrblems[data-v-6003cf98] {
  margin-left: 88px;
}
.uploadBtn[data-v-6003cf98] {
  position: relative;
}
.uploadBtn[data-v-6003cf98]::after {
  position: absolute;
  top: 60px;
  left: 130%;
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: '\6700\591A  6\5F20\56FE\7247';
}
[data-v-6003cf98] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-6003cf98] {
  overflow-x: initial !important;
}
[data-v-6003cf98] .ant-form-item-label {
  width: 80px;
}
[data-v-6003cf98] .ant-tabs {
  overflow: initial;
}
[data-v-6003cf98] .ant-layoutP {
  overflow: initial !important;
}
.testIdList[data-v-6003cf98] {
  position: sticky;
  top: 200px;
}
[data-v-6003cf98] .ant-upload-list-picture-card {
  display: contents;
}
[data-v-6003cf98] .ant-form-item-control-wrapper {
  width: 100%;
}
.clearfix[data-v-6003cf98] {
  zoom: 1;
}
.clearfix[data-v-6003cf98]:before {
  display: table;
  content: "";
}
.ant-form-item[data-v-6003cf98] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-form-item .tel[data-v-6003cf98] {
  width: 254px;
}
.ant-form-item .sub[data-v-6003cf98] {
  margin: 32px 8px 32px 65px;
  background: #0fb1b5;
  font-size: 14px;
  color: #ffffff;
}
.Ipt[data-v-6003cf98] {
  width: 468px;
  height: 114px;
}
.limitPicture[data-v-6003cf98] {
  margin: 8px 30px 16px 155px;
  color: rgba(0, 0, 0, 0.45);
}
.num[data-v-6003cf98] {
  margin: 85px 0 0 10px;
}
.numRed[data-v-6003cf98] {
  color: #ff4d4f;
}
.ant-upload-select-picture-card i[data-v-6003cf98] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-6003cf98] {
  margin-top: 8px;
  color: #666;
}

.questionList-wrapper[data-v-4d1572a4] {
  width: 70%;
}
.noData[data-v-4d1572a4] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.noData img[data-v-4d1572a4] {
  width: 120px;
  height: 120px;
}
.problem_item[data-v-4d1572a4] {
  width: 100%;
  padding: 8px;
  margin-top: 6px;
  margin-bottom: 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.problem_item_title[data-v-4d1572a4] {
  padding-bottom: 16px !important;
  border-bottom: 1px silver dashed;
}
.problem_item_tag[data-v-4d1572a4] {
  height: 32px;
  line-height: 32px;
}
.problem_item_tag[data-v-4d1572a4],
.problem_item_title[data-v-4d1572a4],
.problem_item_contact[data-v-4d1572a4],
.problem_item_img[data-v-4d1572a4],
.problem_item_result[data-v-4d1572a4] {
  margin: 16px 24px;
}
.problem_item_tag .tag[data-v-4d1572a4] {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.problem_item_tag_right[data-v-4d1572a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.problem_item_tag .createtime[data-v-4d1572a4] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.25);
  margin-right: 40px;
}
.a_label[data-v-4d1572a4] {
  margin-right: 40px;
}
.problem_item_tag .btn[data-v-4d1572a4] {
  float: right;
}
.problem_item_tag .waitUse[data-v-4d1572a4] {
  width: 74px;
  height: 32px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.problem_item_tag .noUsing[data-v-4d1572a4] {
  width: 74px;
  height: 32px;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.problem_item_tag .used[data-v-4d1572a4] {
  width: 74px;
  height: 32px;
  background: #0fb1b5;
  color: white;
  border-radius: 4px;
  line-height: 32px;
  text-align: center;
}
.problem_item_title[data-v-4d1572a4] {
  color: rgba(0, 0, 0, 0.85);
  word-break: break-all;
}
.problem_item_contact[data-v-4d1572a4] {
  color: rgba(0, 0, 0, 0.65);
  margin: 15px 24px 16px 24px;
}
.problem_item_img img[data-v-4d1572a4] {
  width: 104px;
  height: 104px;
  margin-right: 16px;
}
.problem_item_result[data-v-4d1572a4] {
  color: rgba(0, 0, 0, 0.5);
  background: #f9f9f9;
  border-radius: 4px;
  padding: 10px 12px;
  margin-top: 16px;
  margin-bottom: 24px;
  word-break: break-all;
}
.modal_img[data-v-4d1572a4] {
  width: 70%;
  height: 70%;
}

.top-part[data-v-5089ddca] {
  height: 80px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  padding: 15px 20px;
}
.container[data-v-5089ddca] {
  padding-top: 16px;
  background: #f0f2f5;
  text-align: center;
}
.container > div[data-v-5089ddca] {
  background: #fff;
  padding-top: 100px;
}
.container h2[data-v-5089ddca] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 32px;
  font-weight: 500;
}
.container p[data-v-5089ddca] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  font-weight: 400;
}
.container .return[data-v-5089ddca] {
  background: #0FB1B5;
  border-radius: 4px;
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  text-align: left;
  line-height: 32px;
  font-weight: 400;
  width: 88px;
  height: 32px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.GlobalHeader[data-v-0677933c] {
  position: relative !important;
}
.content[data-v-0677933c] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.content_name[data-v-0677933c] {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content_clues[data-v-0677933c] {
  color: rgba(0, 0, 0, 0.85);
  margin: 10px 0 57px 0;
}
.content_img[data-v-0677933c] {
  width: 238px;
  height: 239px;
}

.GlobalHeader[data-v-5613dc27] {
  position: relative !important;
}
.content[data-v-5613dc27] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.content_name[data-v-5613dc27] {
  font-size: 18px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.content_clues[data-v-5613dc27] {
  color: rgba(0, 0, 0, 0.85);
  margin: 10px 0 57px 0;
}
ul[data-v-5613dc27] {
  width: 560px;
  background: #fafafa;
  border-radius: 2px;
  padding: 20px;
}
ul li[data-v-5613dc27] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px;
}
.ul_left[data-v-5613dc27] {
  display: block;
  width: 45%;
  text-align: right;
}
.ul_right[data-v-5613dc27] {
  display: block;
  width: 45%;
  float: right;
  text-align: left;
  margin-left: 16px;
}

.video_cover[data-v-ec1df3f8] {
  margin: 48px auto;
}
.videoName[data-v-ec1df3f8] {
  position: relative;
  color: white;
  padding-top: 40px;
  left: -365px;
}

#paper[data-v-46792135] {
  width: 1000px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  color: #000000 !important;
}
#paper .paper_content[data-v-46792135] {
  width: 1000px;
}
#paper .paper_content .paper_column[data-v-46792135] {
  width: 1000px;
}
#paper .paper_content .question-h2[data-v-46792135] {
  color: #000000;
  font-weight: 500;
}
#paper .paper_content .question-h2 span[data-v-46792135] {
  font-size: 15px;
  font-weight: 400;
}
.question[data-v-46792135] {
  margin: 35px 0;
}
.fixedButton[data-v-46792135] {
  position: fixed;
  right: 0;
  top: 20px;
}
#paper-loading[data-v-46792135] {
  margin-left: 5px;
  display: none;
}

.warpper[data-v-1641c7a2] {
  padding: 0 10px;
}
.warpper[data-v-1641c7a2]:hover {
  border-radius: 2px;
}
.question[data-v-1641c7a2] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  word-break: break-all;
}
.question .question-title[data-v-1641c7a2] {
  padding: 20px 0px 10px 0px;
  min-width: 27px;
}
.question .question_text[data-v-1641c7a2] {
  padding: 20px 0 10px 0;
  width: 900px;
}
.question .clearfix[data-v-1641c7a2]:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}
.question .question_options[data-v-1641c7a2] {
  width: 900px;
}
.question .question_options ul[data-v-1641c7a2] {
  margin: 0;
  padding: 0;
}
.question .quetion_text[data-v-1641c7a2] {
  padding: 5px 0;
}
.question .question__index[data-v-1641c7a2] {
  height: 100%;
  width: 20px;
  text-align: center;
}
.question .question__content[data-v-1641c7a2] {
  width: 960px;
}
.question .question__tags[data-v-1641c7a2] {
  width: 350px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.mix-question .question_text_mix[data-v-1641c7a2] {
  padding: 0;
}
.need-blank[data-v-1641c7a2] {
  min-height: 200px;
}
.answer[data-v-1641c7a2] {
  padding: 0 10px;
  background: #f9f9f9ff;
  padding: 16px;
  margin-left: 25px;
}
.answer .viewDetail[data-v-1641c7a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
}
.answer .viewDetail .view_label[data-v-1641c7a2] {
  font-weight: bold;
  margin-left: 10px;
}
.answer .viewDetail .view_operate[data-v-1641c7a2] {
  cursor: pointer;
}
.basket--button[data-v-1641c7a2] {
  margin: 0 0 5px 0;
  color: #0fb1b5;
  border-color: #0fb1b5;
}
img[data-v-1641c7a2] {
  height: 200px;
  width: 300px;
}

.clearfix[data-v-02de2d91]:after {
  content: "";
  clear: both;
  display: block;
}
.header-wrapper[data-v-02de2d91] {
  text-align: center;
  padding-top: 30px;
}
.header-wrapper .table[data-v-02de2d91] {
  width: 100%;
  margin: 0 auto;
}
.header-wrapper .table > div[data-v-02de2d91] {
  width: 25%;
  line-height: 30px;
  color: #333;
  float: left;
  text-align: right;
}
.header-wrapper .table > div input[data-v-02de2d91] {
  outline: none;
  border: none;
  border-bottom: 1px solid #333;
  width: 150px;
}
.header-wrapper .header-line[data-v-02de2d91] {
  margin-top: 20px;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: distribute-all-lines;
  position: relative;
  z-index: 2;
  color: #333;
  padding: 0 60px;
  /* &:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      height: 1px;
      border-top: 1px dashed #333;
      top: 10px;
      background: url(../../../assets/image/bg-point.svg);
      z-index: 1;
    } */
}
.header-wrapper .line-box[data-v-02de2d91] {
  position: relative;
}
.header-wrapper .line-box .line-text[data-v-02de2d91] {
  position: absolute;
  height: 1px;
  top: 12px;
  left: 0;
  right: 0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMzdweCIgaGVpZ2h0PSIxcHgiIHZpZXdCb3g9IjAgMCAzNyAxIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPHRpdGxlPuW9oueKtue7k+WQiEAyeEAyeDwvdGl0bGU+CiAgICA8ZyBpZD0iVGVhY2hlcldlYiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IuW9oueKtue7k+WQiEAyeCI+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMCBDMC43NzYxNDIzNzUsMCAxLDAuMjIzODU3NjI1IDEsMC41IEMxLDAuNzc2MTQyMzc1IDAuNzc2MTQyMzc1LDEgMC41LDEgQzAuMjIzODU3NjI1LDEgMCwwLjc3NjE0MjM3NSAwLDAuNSBDMCwwLjIyMzg1NzYyNSAwLjIyMzg1NzYyNSwwIDAuNSwwIFoiIGlkPSLlvaLnirbnu5PlkIgtcGF0aCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik00LjUsMCBDNC43NzYxNDIzNywwIDUsMC4yMjM4NTc2MjUgNSwwLjUgQzUsMC43NzYxNDIzNzUgNC43NzYxNDIzNywxIDQuNSwxIEM0LjIyMzg1NzYzLDEgNCwwLjc3NjE0MjM3NSA0LDAuNSBDNCwwLjIyMzg1NzYyNSA0LjIyMzg1NzYzLDAgNC41LDAgWiIgaWQ9IuW9oueKtue7k+WQiC1wYXRoIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTguNSwwIEM4Ljc3NjE0MjM3LDAgOSwwLjIyMzg1NzYyNSA5LDAuNSBDOSwwLjc3NjE0MjM3NSA4Ljc3NjE0MjM3LDEgOC41LDEgQzguMjIzODU3NjMsMSA4LDAuNzc2MTQyMzc1IDgsMC41IEM4LDAuMjIzODU3NjI1IDguMjIzODU3NjMsMCA4LjUsMCBaIiBpZD0i5b2i54q257uT5ZCILXBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMTIuNSwwIEMxMi43NzYxNDI0LDAgMTMsMC4yMjM4NTc2MjUgMTMsMC41IEMxMywwLjc3NjE0MjM3NSAxMi43NzYxNDI0LDEgMTIuNSwxIEMxMi4yMjM4NTc2LDEgMTIsMC43NzYxNDIzNzUgMTIsMC41IEMxMiwwLjIyMzg1NzYyNSAxMi4yMjM4NTc2LDAgMTIuNSwwIFoiIGlkPSLlvaLnirbnu5PlkIgtcGF0aCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi41LDAgQzE2Ljc3NjE0MjQsMCAxNywwLjIyMzg1NzYyNSAxNywwLjUgQzE3LDAuNzc2MTQyMzc1IDE2Ljc3NjE0MjQsMSAxNi41LDEgQzE2LjIyMzg1NzYsMSAxNiwwLjc3NjE0MjM3NSAxNiwwLjUgQzE2LDAuMjIzODU3NjI1IDE2LjIyMzg1NzYsMCAxNi41LDAgWiIgaWQ9IuW9oueKtue7k+WQiC1wYXRoIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTIwLjUsMCBDMjAuNzc2MTQyNCwwIDIxLDAuMjIzODU3NjI1IDIxLDAuNSBDMjEsMC43NzYxNDIzNzUgMjAuNzc2MTQyNCwxIDIwLjUsMSBDMjAuMjIzODU3NiwxIDIwLDAuNzc2MTQyMzc1IDIwLDAuNSBDMjAsMC4yMjM4NTc2MjUgMjAuMjIzODU3NiwwIDIwLjUsMCBaIiBpZD0i5b2i54q257uT5ZCILXBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cGF0aCBkPSJNMjQuNSwwIEMyNC43NzYxNDI0LDAgMjUsMC4yMjM4NTc2MjUgMjUsMC41IEMyNSwwLjc3NjE0MjM3NSAyNC43NzYxNDI0LDEgMjQuNSwxIEMyNC4yMjM4NTc2LDEgMjQsMC43NzYxNDIzNzUgMjQsMC41IEMyNCwwLjIyMzg1NzYyNSAyNC4yMjM4NTc2LDAgMjQuNSwwIFoiIGlkPSLlvaLnirbnu5PlkIgtcGF0aCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgIDxwYXRoIGQ9Ik0yOC41LDAgQzI4Ljc3NjE0MjQsMCAyOSwwLjIyMzg1NzYyNSAyOSwwLjUgQzI5LDAuNzc2MTQyMzc1IDI4Ljc3NjE0MjQsMSAyOC41LDEgQzI4LjIyMzg1NzYsMSAyOCwwLjc3NjE0MjM3NSAyOCwwLjUgQzI4LDAuMjIzODU3NjI1IDI4LjIyMzg1NzYsMCAyOC41LDAgWiIgaWQ9IuW9oueKtue7k+WQiC1wYXRoIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjwvcGF0aD4KICAgICAgICAgICAgPHBhdGggZD0iTTMyLjUsMCBDMzIuNzc2MTQyNCwwIDMzLDAuMjIzODU3NjI1IDMzLDAuNSBDMzMsMC43NzYxNDIzNzUgMzIuNzc2MTQyNCwxIDMyLjUsMSBDMzIuMjIzODU3NiwxIDMyLDAuNzc2MTQyMzc1IDMyLDAuNSBDMzIsMC4yMjM4NTc2MjUgMzIuMjIzODU3NiwwIDMyLjUsMCBaIiBpZD0i5b2i54q257uT5ZCILXBhdGgiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8cmVjdCBpZD0i55+p5b2iIiB4PSIwIiB5PSIwIiB3aWR0aD0iMzciIGhlaWdodD0iMSI+PC9yZWN0PgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  z-index: 1;
}

.top-box[data-v-a45968c2] {
  width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.85);
}
.top-box .top-title[data-v-a45968c2] {
  text-align: center;
  font-weight: 900;
  font-size: 26px;
  margin: 0;
  padding: 80px 30px 10px 30px;
}
.top-box .top-time[data-v-a45968c2] {
  text-align: center;
  font-weight: 400;
}
.top-box .top-content[data-v-a45968c2] {
  margin: auto;
  width: 960px;
  font-weight: 400;
  padding-top: 36px;
}
.scoreTable[data-v-a45968c2] {
  border: 1px solid #C4C4C4;
  text-align: center;
  width: 960px;
  margin: 0 auto;
}
.scoreTable th[data-v-a45968c2],
.scoreTable td[data-v-a45968c2] {
  font-weight: normal;
  height: 40px;
}
.scoreTable .ids[data-v-a45968c2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.scoreTable .ids .item[data-v-a45968c2] {
  height: 40px;
  line-height: 40px;
  width: 25%;
  text-align: center;
  border-right: 1px dashed #C4C4C4;
}
.scoreTable .ids .item[data-v-a45968c2]:last-child {
  border: none;
}

#paperAnswer[data-v-150a6ec0] {
  color: #000000;
  width: 960px;
  margin: 0 auto;
  font-size: 19px;
}
.fixedButton[data-v-150a6ec0] {
  position: fixed;
  right: 0;
  top: 20px;
}
.answer-top[data-v-150a6ec0] {
  padding-top: 60px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.89);
}
.answer-title[data-v-150a6ec0] {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
}
.answer-box ul[data-v-150a6ec0] {
  margin: 0;
}
#paper-loading[data-v-150a6ec0] {
  margin-left: 5px;
  display: none;
}
.answer-flex[data-v-150a6ec0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.answer-flex > li[data-v-150a6ec0] {
  width: 12.5%;
}
.answer-li[data-v-150a6ec0] {
  padding-bottom: 40px;
}
.answer-not-li[data-v-150a6ec0] {
  padding-bottom: 0;
  min-height: 60px;
}
.answer-not-li .answer-zg[data-v-150a6ec0] {
  padding-bottom: 40px;
}
.question-bottom[data-v-150a6ec0] {
  padding-bottom: 40px;
}
.answer-zg[data-v-150a6ec0] {
  padding-bottom: 70px;
}
.timu-text {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.editor-slide-upload[data-v-a0554c12] {
  margin-bottom: 20px;
}
.editor-slide-upload[data-v-a0554c12] .el-upload--picture-card {
  width: 100%;
}
.upload-wrap[data-v-a0554c12] {
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
}
.upload-wrap[data-v-a0554c12]:before {
  content: '+';
  font-size: 30px;
  display: inline-block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  color: rgba(0, 0, 0, 0.65);
  position: absolute;
}
.upload-wrap input[data-v-a0554c12] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 3;
  cursor: pointer;
}
.upload-wrap .upload-img[data-v-a0554c12] {
  z-index: 2;
}

#math-dialog .el-dialog__body {
  padding: 15px 20px;
}
.markdown-input {
  border: 1px solid grey;
  margin: 10px 0 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.markdown-output {
  margin-top: 10px;
  border: 1px solid grey;
  padding: 10px;
  min-height: 50px;
}
.markdown-output > pre {
  margin-left: 5px;
}
.markItUp {
  float: left;
  margin-right: 20px;
}
.markItUp-box {
  width: 400px;
  padding-left: 0;
  margin-bottom: 0;
}
.markItUp-box a {
  display: inline-block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0px 0 1px 1px;
  text-align: center;
}
.fl {
  float: left;
}

.tinymce-container[data-v-35cb0bd6] {
  position: relative;
  line-height: normal;
}
.tinymce-container > .mce-fullscreen[data-v-35cb0bd6] {
  z-index: 10000;
}
.tinymce-textarea[data-v-35cb0bd6] {
  visibility: hidden;
  z-index: -1;
}
.editor-custom-btn-container[data-v-35cb0bd6] {
  position: absolute;
  right: 4px;
  top: 4px;
  /*z-index: 2005;*/
}
.fullscreen .editor-custom-btn-container[data-v-35cb0bd6] {
  z-index: 10000;
  position: fixed;
}
.editor-upload-btn[data-v-35cb0bd6] {
  display: inline-block;
}
iframe .mjx-full-width[data-v-35cb0bd6] {
  width: auto;
}

.wrapper .source_item[data-v-00ae54be] {
  cursor: pointer;
}
.wrapper .source_item[data-v-00ae54be] img {
  /* max-width: 100%; */
  width: 90px;
  height: 90px;
  margin: 0 8px;
}
.wrapper .source_item .wrapper_content[data-v-00ae54be] {
  /* width: fit-content;
      min-width: 920px; */
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 16px;
  margin: 24px 16px;
  border-radius: 4px;
  word-break: break-all;
  /* margin: 0 24px; */
}
.wrapper .source_item .wrapper_content[data-v-00ae54be] .ant-btn-primary {
  color: #0FB1B5FF;
  background-color: transparent;
}
.wrapper .source_item .wrapper_content[data-v-00ae54be]:hover {
  border: 1px solid #0FB1B5;
  overflow: auto;
}
.wrapper .source_item .wrapper_content .source_item_info[data-v-00ae54be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .source_item .wrapper_content .source_item_info:hover .source_operate[data-v-00ae54be] {
  visibility: visible;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info[data-v-00ae54be] {
  /* width: 84%; */
  min-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* overflow: hidden;
          max-width: 582px; */
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_index[data-v-00ae54be] {
  width: 3%;
  min-width: 20px;
  white-space: nowrap;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content[data-v-00ae54be] {
  width: 90%;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content .source_title[data-v-00ae54be] {
  width: 100%;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content .source_title[data-v-00ae54be] p {
  text-indent: 0 !important;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content .source_options[data-v-00ae54be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content .source_options .options_item[data-v-00ae54be] {
  /* max-width: 50%;
                width: 40%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6px 0;
}
.wrapper .source_item .wrapper_content .source_item_info .source_info .source_content .source_options .options_item .option_content[data-v-00ae54be] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper .source_item .wrapper_content .source_item_info .source_level[data-v-00ae54be] {
  /* width: 16%; */
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .source_item .wrapper_content .source_item_info .source_level .source_map[data-v-00ae54be] {
  background: #E5E2F9;
  color: #6D65A8;
  width: 56px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}
.wrapper .source_item .wrapper_content .source_item_info .source_level .level[data-v-00ae54be] {
  width: 80px;
  color: #0fb1b5;
  font-size: 14px;
  margin-left: 20px;
}
.wrapper .source_item .wrapper_content .source_item_info .source_level .level .level_item[data-v-00ae54be] {
  color: #0fb1b5;
  background: #e6f7ff;
  padding: 2px;
  margin-bottom: 6px;
}
.wrapper .source_item .wrapper_content .source_item_info .source_operate[data-v-00ae54be] {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
.wrapper .source_item .wrapper_content .source_item_info .source_operate .ant-btn-primary[data-v-00ae54be] {
  color: #0FB1B5FF;
  background-color: transparent;
}
.wrapper .source_item .wrapper_content .timu_answer[data-v-00ae54be] {
  background: #F9F9F9;
  padding: 16px 0;
  margin: 0 10px;
}
.wrapper .source_item .wrapper_content .timu_answer .answer[data-v-00ae54be],
.wrapper .source_item .wrapper_content .timu_answer .analysis[data-v-00ae54be] {
  margin-left: 16px;
}
.wrapper .source_item .wrapper_content .timu_answer .answer .fill_wrapper[data-v-00ae54be],
.wrapper .source_item .wrapper_content .timu_answer .analysis .fill_wrapper[data-v-00ae54be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .source_item .wrapper_content .timu_answer .answer .fill_wrapper .fillAnserArr[data-v-00ae54be],
.wrapper .source_item .wrapper_content .timu_answer .analysis .fill_wrapper .fillAnserArr[data-v-00ae54be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
}
.wrapper .source_item .wrapper_content .timu_answer .answer .fill_wrapper .fillAnserArr .fill_answer_label[data-v-00ae54be],
.wrapper .source_item .wrapper_content .timu_answer .analysis .fill_wrapper .fillAnserArr .fill_answer_label[data-v-00ae54be] {
  width: 50px;
  line-height: 40px;
  margin-right: 8px;
}
.wrapper .source_item .wrapper_content .timu_answer .answer .fill_wrapper .fillAnserArr .fill_answer_text[data-v-00ae54be],
.wrapper .source_item .wrapper_content .timu_answer .analysis .fill_wrapper .fillAnserArr .fill_answer_text[data-v-00ae54be] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
}
.wrapper .source_item .wrapper_content .timu_answer .analysis[data-v-00ae54be] {
  margin-top: 10px;
}
.wrapper .source_item .wrapper_content .timu_answer .analysis .wrapper[data-v-00ae54be] {
  padding: initial;
}
.wrapper .source_item .wrapper_content .timu_answer .analysis .knowlwdge_content[data-v-00ae54be] {
  margin: 6px;
}
.wrapper .source_item .multipWrapper[data-v-00ae54be] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 16px;
  margin: 16px;
}
.wrapper .source_item .multipWrapper[data-v-00ae54be]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
}
.wrapper .source_item .multipWrapper:hover .multip .multip_top .multip_right[data-v-00ae54be] {
  visibility: visible;
}
.wrapper .source_item .multipWrapper .multip .multip_top[data-v-00ae54be] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .source_item .multipWrapper .multip .multip_top .multip_left[data-v-00ae54be] {
  width: 90%;
}
.wrapper .source_item .multipWrapper .multip .multip_top .source_level[data-v-00ae54be] {
  /* width: 16%; */
  margin-right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .source_item .multipWrapper .multip .multip_top .source_level .source_map[data-v-00ae54be] {
  background: #E5E2F9;
  color: #6D65A8;
  width: 56px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}
.wrapper .source_item .multipWrapper .multip .multip_top .source_level .level[data-v-00ae54be] {
  height: 26px;
  width: 80px;
  color: #0fb1b5;
  font-size: 14px;
  background: #e6f7ff;
  line-height: 26px;
  text-align: center;
  margin-left: 20px;
}
.wrapper .source_item .multipWrapper .multip .multip_top .multip_right[data-v-00ae54be] {
  width: 10%;
  max-height: 30px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.85);
  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;
  padding: 4px 6px;
  color: #0fb1b5;
  visibility: hidden;
}
.option_label[data-v-00ae54be] {
  margin-right: 8px;
}

.titltBold[data-v-70a536f8] {
  font-weight: bold;
}
.fillAnswer[data-v-70a536f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.fillAnswer .fill_answer_wrapper[data-v-70a536f8] {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapperBox[data-v-70a536f8] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapperBox[data-v-70a536f8] img {
  max-width: 100%;
}
.wrapperBox .wrapper_left[data-v-70a536f8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 16px 0;
}
.wrapperBox .wrapper_left .type[data-v-70a536f8] {
  font-weight: bold;
  margin-left: 10px;
}
.wrapperBox .wrapper_left .title[data-v-70a536f8] {
  margin: 16px;
}
.wrapperBox .wrapper_left .options[data-v-70a536f8] {
  padding-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapperBox .wrapper_left .options .options_wrapper[data-v-70a536f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
  margin: 6px 0;
}
.wrapperBox .wrapper_left .options .options_wrapper .options_label[data-v-70a536f8] {
  width: 50px;
}
.wrapperBox .wrapper_left .options .options_wrapper .options_text[data-v-70a536f8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapperBox .wrapper_left .box[data-v-70a536f8] {
  background: #F9F9F9;
  padding: 16px 10px;
  margin-top: 16px;
}
.wrapperBox .wrapper_left .box .analysis[data-v-70a536f8] {
  margin-top: 8px;
}
.wrapperBox .wrapper_left .resetBox[data-v-70a536f8] {
  margin: 0;
}
.wrapperBox .wrapper_right[data-v-70a536f8] {
  width: 10%;
}

.text[data-v-0cc0f8e3] {
  max-width: 200px;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wrapper[data-v-0cc0f8e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 6px ;
}
.wrapper .wrapper_list[data-v-0cc0f8e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .wrapper_list .wrapper_top[data-v-0cc0f8e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrapper .wrapper_list .wrapper_top .wrapper_item[data-v-0cc0f8e3] {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000D9;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 16px 4px 0;
}
.wrapper .wrapper_list .wrapper_bottom[data-v-0cc0f8e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.wrapper .wrapper_list .wrapper_bottom .item[data-v-0cc0f8e3] {
  margin-top: 4px;
  margin-right: 10px;
  border-radius: 16px;
  background: #0FB1B5FF;
  color: white;
  padding: 0 16px;
  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;
  height: 32px;
  line-height: 32px;
}
/* .examination{
  max-width: 200px;
  display: inline-block !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.textWrapper[data-v-7dccfdd9] {
  width: 900px;
}
.textWrapper[data-v-7dccfdd9] .cke_button__mathjax_icon {
  -webkit-transform: scale(1.8) translateY(6px);
          transform: scale(1.8) translateY(6px);
}
.textWrapper .cke_reset .cke_inner .cke_contents[data-v-7dccfdd9] .ckeditor-html5-video {
  display: inline-block;
}

.list-app[data-v-f5fcb3a4] {
  height: 100%;
  width: 100%;
}
.test[data-v-f5fcb3a4] {
  margin: 10px;
  cursor: pointer;
}

.textWrapper[data-v-44742d49] {
  width: 900px;
}
.textWrapper[data-v-44742d49] .cke_button__mathjax_icon {
  -webkit-transform: scale(1.8) translateY(6px);
          transform: scale(1.8) translateY(6px);
}
.textWrapper .cke_reset .cke_inner .cke_contents[data-v-44742d49] .ckeditor-html5-video {
  display: inline-block;
}
.textWrapper[data-v-44742d49] .cke_button__fillblank_icon {
  background-size: 16px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMTggMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYxLjIgKDg5NjUzKSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5pY29uX2ZpbGw8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iVGVhY2hlcldlYiIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IuS9nOS4ml/luIPnva7kvZzkuJpf5pu05o2i6aKY55uuX+iHquWumuS5ieabtOaNol/ljZXpgInpopgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MDYuMDAwMDAwLCAtNjgyLjAwMDAwMCkiPgogICAgICAgICAgICA8ZyBpZD0iaWNvbl9maWxsIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2MTUuMDAwMDAwLCA2ODkuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC02MTUuMDAwMDAwLCAtNjg5LjAwMDAwMCkgdHJhbnNsYXRlKDYwNS4wMDAwMDAsIDY4MS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSLnn6nlvaIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTE3LjUsMTUgTDE0LjUsMTUgTDE0LjUsMTMuNiBMMTcuNSwxMy42IEwxNy41LDIuNCBMMTQuNSwyLjQgTDE0LjUsMSBMMTcuNSwxIEMxOC4zMjg0MjcxLDEgMTksMS42MjY4MDEzNSAxOSwyLjQgTDE5LDEzLjYgQzE5LDE0LjM3MzE5ODYgMTguMzI4NDI3MSwxNSAxNy41LDE1IFogTTE1LjI1LDQuNSBDMTUuMjUsNC44ODY1OTkzMiAxNC45MTQyMTM2LDUuMiAxNC41LDUuMiBMNS41LDUuMiBDNS4wODU3ODY0NCw1LjIgNC43NSw0Ljg4NjU5OTMyIDQuNzUsNC41IEM0Ljc1LDQuMTEzNDAwNjggNS4wODU3ODY0NCwzLjggNS41LDMuOCBMMTQuNSwzLjggQzE0LjkxNDIxMzYsMy44IDE1LjI1LDQuMTEzNDAwNjggMTUuMjUsNC41IEwxNS4yNSw0LjUgWiBNMi41LDEzLjYgTDUuNSwxMy42IEw1LjUsMTUgTDIuNSwxNSBDMS42NzE1NzI4OCwxNSAxLDE0LjM3MzE5ODYgMSwxMy42IEwxLDIuNCBDMSwxLjYyNjgwMTM1IDEuNjcxNTcyODgsMSAyLjUsMSBMNS41LDEgTDUuNSwyLjQgTDIuNSwyLjQgTDIuNSwxMy42IFogTTE0LjUsOC43IEw1LjUsOC43IEM1LjA4NTc4NjQ1LDguNyA0Ljc1MDAwMDAzLDguMzg2NTk5MzEgNC43NTAwMDAwMyw4IEM0Ljc1MDAwMDAzLDcuNjEzNDAwNjkgNS4wODU3ODY0NSw3LjMgNS41LDcuMyBMMTQuNSw3LjMgQzE0LjkxNDIxMzYsNy4zIDE1LjI1LDcuNjEzNDAwNjggMTUuMjUsOCBDMTUuMjUsOC4zODY1OTkzMiAxNC45MTQyMTM2LDguNyAxNC41LDguNyBMMTQuNSw4LjcgWiBNMTQuNSwxMi4yIEw1LjUsMTIuMiBDNS4wODU3ODY0NSwxMi4yIDQuNzUwMDAwMDMsMTEuODg2NTk5MyA0Ljc1MDAwMDAzLDExLjUgQzQuNzUwMDAwMDMsMTEuMTEzNDAwNyA1LjA4NTc4NjQ1LDEwLjggNS41LDEwLjggTDE0LjUsMTAuOCBDMTQuOTE0MjEzNiwxMC44IDE1LjI1LDExLjExMzQwMDcgMTUuMjUsMTEuNSBDMTUuMjUsMTEuODg2NTk5MyAxNC45MTQyMTM2LDEyLjIgMTQuNSwxMi4yIFoiIGlkPSLlvaLnirYiIGZpbGw9IiM0ODQ4NDgiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) !important;
}
.resetBaseStyle[data-v-44742d49] .cke_top {
  position: initial;
  top: initial;
  visibility: initial;
}

.isfoucs {
  background: #E1F7EA;
}
.scoreTable {
  border-radius: 4px;
}

.scoreTable[data-v-6c888d7b] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 40px 48px 40px 0;
  width: 80%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 22px;
}
.scoreTable tr[data-v-6c888d7b] {
  height: 48px;
}
.scoreTable tr td[data-v-6c888d7b] {
  text-align: center;
}
.scoreTable th[data-v-6c888d7b] {
  background: #f9f9f9;
}
.ant-input[data-v-6c888d7b] {
  text-align: center;
  padding: 0;
}
.input-a[data-v-6c888d7b] {
  width: 40%;
}
.ids[data-v-6c888d7b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 48px;
  line-height: 48px;
}
.ids .item[data-v-6c888d7b] {
  height: 48px;
  line-height: 48px;
  width: 25%;
  text-align: center;
  border-right: 1px dashed #C4C4C4;
}
.ids .item[data-v-6c888d7b]:last-child {
  border: none;
}
.score-item[data-v-6c888d7b] {
  width: 40%;
  border-right: 1px dashed #C4C4C4;
}
.score-item[data-v-6c888d7b]:last-child {
  border: none;
}
.input-50[data-v-6c888d7b] {
  width: 50%;
}
.input-40[data-v-6c888d7b] {
  width: 40%;
}

.contextmenu[data-v-617a252e] {
  position: fixed;
  z-index: 1;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 10px #aaaaaa !important;
          box-shadow: 2px 2px 10px #aaaaaa !important;
}
/* .fill_answer_wrapper{
    display: flex;
    flex-direction: column;
    .fill_answer{
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      .fill_answer_label{
        width: 40px;
      }
      .fill_answer_text{
        flex: 1;
      }
    }
  } */
.mixQuestion[data-v-50bc279a] {
  cursor: pointer;
  border: 1px solid white;
  padding: 4px 16px;
  margin-top: 16px;
}
.mixQuestion[data-v-50bc279a]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  /* /deep/ .edit-wrapper{
      visibility: show;
    } */
}
.viewDetail[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}
.viewDetail .view_label[data-v-50bc279a] {
  font-weight: bold;
  margin-left: 10px;
}
.viewDetail .view_operate[data-v-50bc279a] {
  cursor: pointer;
}
[data-v-50bc279a] p {
  margin-bottom: 0 !important;
}
.label_title[data-v-50bc279a] {
  font-weight: 700;
  white-space: nowrap;
  line-height: 28px;
}
.timu-text[data-v-50bc279a] {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 28px;
}
.timu-text .option_label[data-v-50bc279a] {
  line-height: 28px;
  white-space: nowrap;
}
.mixWrapper[data-v-50bc279a] {
  /* margin-top: 30px; */
  word-break: break-all;
  position: relative;
  min-height: 320px;
}
.mixWrapper:hover .itemRight[data-v-50bc279a] {
  visibility: visible;
}
.mixWrapper .title[data-v-50bc279a] {
  width: 80%;
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mixWrapper .title .left[data-v-50bc279a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 0 0;
  color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 26px;
  font-size: 15px;
}
.mixWrapper .title .left .left_index[data-v-50bc279a] {
  width: 20px;
  white-space: nowrap;
}
.mixWrapper .title .left .left_title[data-v-50bc279a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  margin-left: 10px;
  word-break: break-all;
  /* color: red; */
}
.mixWrapper .title .left .left_title > p[data-v-50bc279a] {
  display: inline-block !important;
  color: yellow;
  margin-bottom: 0 !important;
}
.mixWrapper .title .right[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /* .source{
          padding: 4px 6px;
          background: #e6f7ff;
          color: #0fb1b5;
          font-size: 14px;
          height: 30px;
          line-height: 30px;
        } */
}
.mixWrapper .title .right .difficulty[data-v-50bc279a] {
  background: #e5e2f9;
  color: #6d65a8;
  height: 30px;
  margin-right: 16px;
  padding: 0 9px;
  font-size: 14px;
  line-height: 30px;
}
.mixWrapper .title .right .source .ant-btn[data-v-50bc279a] {
  background: #e6f7ff;
  color: #0fb1b5;
}
.mixWrapper .title .right .source[data-v-50bc279a] {
  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;
  background: #e6f7ff;
  color: #0fb1b5;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.mixWrapper .title .right .source[data-v-50bc279a] .ant-btn {
  -webkit-transform: initial !important;
          transform: initial !important;
  font-size: 13px;
}
.mixWrapper .title .right .source .mark[data-v-50bc279a] {
  padding: 2px 0px;
}
.mixWrapper .itemRight[data-v-50bc279a] {
  position: absolute;
  top: 0;
  left: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
  width: 20%;
  visibility: hidden;
}
.mixWrapper .itemRight .btnBox[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mixWrapper .itemRight .btnBox[data-v-50bc279a] .ant-btn {
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  margin: 11px 22px 5px 20px;
  font-size: 14px;
  color: #0fb1b5;
  text-align: center;
  line-height: 22px;
  width: 100px;
}
.mixWrapper .itemRight .btnBox .problemsBtn[data-v-50bc279a] {
  border: 1px solid #6d65a8;
  color: #6d65a8;
}
.mixWrapper .itemRight .btnBox .forbid[data-v-50bc279a] {
  cursor: not-allowed;
}
.mixWrapper .itemWrapper[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mixWrapper .itemWrapper_box[data-v-50bc279a] {
  width: 80%;
}
.mixWrapper .itemWrapper_box .item[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
}
.mixWrapper .itemWrapper_box .item .item_top[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.mixWrapper .itemWrapper_box .item .item_top .item_top_title[data-v-50bc279a] {
  width: 20px;
}
.mixWrapper .itemWrapper_box .item .item_top .item_type[data-v-50bc279a] {
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.mixWrapper .itemWrapper_box .item .itemNode[data-v-50bc279a] {
  background: #f9f9f9;
  padding: 4px 6px;
}
.mixWrapper .itemWrapper_box .item .itemNode .anaysicWrapper .anaysic .anaysicItem[data-v-50bc279a] {
  padding: 2px 4px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.85);
}
.mixWrapper .itemWrapper_box .item .question-bottom[data-v-50bc279a] {
  margin-left: -13px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-img[data-v-50bc279a] {
  margin-left: 35px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-img img[data-v-50bc279a] {
  width: 150px;
  height: 80px;
  background-color: aqua;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  padding-left: 45px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list .item[data-v-50bc279a] {
  max-width: 50%;
  min-width: 40%;
  /* margin-bottom: 6px; */
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list .time_row[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mixWrapper .itemWrapper .itemRight[data-v-50bc279a] {
  width: 20%;
  /* visibility: hidden; */
  margin-top: -40px;
}
.mixWrapper .itemWrapper .itemRight .btnBox[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mixWrapper .itemWrapper .itemRight .btnBox[data-v-50bc279a] .ant-btn {
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  margin: 11px 22px 5px 20px;
  font-size: 14px;
  color: #0fb1b5;
  text-align: center;
  line-height: 22px;
  width: 100px;
}
.mixWrapper .itemWrapper .itemRight .btnBox .problemsBtn[data-v-50bc279a] {
  border: 1px solid #6d65a8;
  color: #6d65a8;
}
.mixWrapper .itemWrapper .answer[data-v-50bc279a] {
  padding: 0 10px;
  background: #F9F9F9FF;
  padding: 16px;
  margin-left: 22px;
}
.mixWrapper .itemWrapper .answer .fill_answer_wrapper[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mixWrapper .itemWrapper .answer .fill_answer_wrapper .fill_answer[data-v-50bc279a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mixWrapper .itemWrapper .answer .fill_answer_wrapper .fill_answer .fill_answer_label[data-v-50bc279a] {
  width: 50px;
  line-height: 28px;
}
.mixWrapper .itemWrapper .answer .fill_answer_wrapper .fill_answer .fill_answer_text[data-v-50bc279a] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 28px;
}
.mixWrapper .itemWrapper .mix-answer[data-v-50bc279a] {
  margin: 10px 0 0 10px;
}

.problems-wrapper .ant-modal-body {
  padding: 0;
}
.problems-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.problems-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.problems-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.problems-wrapper .ant-form-item-label {
  overflow: visible;
}
.problems-wrapper .adviceIpt .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.postPrblems[data-v-7c78195c] {
  margin-right: 10px;
}
.uploadBtn[data-v-7c78195c] {
  position: relative;
}
.uploadBtn[data-v-7c78195c]::after {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: '\6700\591A  6\5F20';
}
[data-v-7c78195c] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-7c78195c] {
  overflow-x: initial !important;
}
[data-v-7c78195c] .ant-form-item-label {
  width: 80px;
}
[data-v-7c78195c] .ant-tabs {
  overflow: initial;
}
[data-v-7c78195c] .ant-layoutP {
  overflow: initial !important;
}
.testIdList[data-v-7c78195c] {
  position: sticky;
  top: 200px;
}
[data-v-7c78195c] .ant-upload-list-picture-card {
  display: contents;
}
[data-v-7c78195c] .ant-form-item-control-wrapper {
  width: 100%;
}
.clearfix[data-v-7c78195c] {
  zoom: 1;
}
.clearfix[data-v-7c78195c]:before {
  display: table;
  content: "";
}
.problems-form[data-v-7c78195c] {
  margin: 24px 214px;
}
.ant-form-item[data-v-7c78195c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-form-item .tel[data-v-7c78195c] {
  width: 254px;
}
.ant-form-item .sub[data-v-7c78195c] {
  margin: 32px 8px 32px 65px;
  background: #0fb1b5;
  font-size: 14px;
  color: #ffffff;
}
.Ipt[data-v-7c78195c] {
  width: 468px;
  height: 114px;
}
.limitPicture[data-v-7c78195c] {
  margin: 8px 30px 16px 155px;
  color: rgba(0, 0, 0, 0.45);
}
.num[data-v-7c78195c] {
  margin: 85px 0 0 10px;
}
.ant-upload-select-picture-card i[data-v-7c78195c] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-7c78195c] {
  margin-top: 8px;
  color: #666;
}

.res-box[data-v-3f92d045] {
  margin: 10px 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.02);
}
.res-box .res-item[data-v-3f92d045] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.res-box .res-item[data-v-3f92d045]:first-child {
  margin: 0;
}
.res-box .res-item > span[data-v-3f92d045] {
  width: 50px;
  line-height: 76px;
  color: rgba(0, 0, 0, 0.5);
}
.res-box .res-item .res-item-content[data-v-3f92d045] {
  position: relative;
  width: 600px;
  height: 76px;
  line-height: 76px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.res-box .res-item .res-item-content .res-close[data-v-3f92d045] {
  right: 15px;
  top: 30px;
  cursor: pointer;
  position: absolute;
}
.res-box .res-item .remark-decorate[data-v-3f92d045] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.res-box .res-item .remark-decorate .video_wrapper[data-v-3f92d045] {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: 7px;
  margin-top: 7px;
  overflow: hidden;
}
.res-box .res-item .remark-decorate .video_wrapper img[data-v-3f92d045] {
  height: 100%;
}
.res-box .res-item .remark-decorate .video_wrapper .video_mask[data-v-3f92d045] {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0;
  width: 80px;
  height: 60px;
}
.res-box .res-item .remark-decorate .video_wrapper .video_stop[data-v-3f92d045] {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 20px;
  -webkit-transform: translate(-50%, -66%);
          transform: translate(-50%, -66%);
}
.res-box .res-item .remark-decorate .title[data-v-3f92d045] {
  margin-left: 6px;
  line-height: 76px;
  height: 76px;
  color: #333;
}
.res-box .res-item .audio[data-v-3f92d045] {
  width: 24px;
  height: 30px;
  margin: 22px 7px 0 7px;
  cursor: pointer;
}

.problems-wrapper .ant-modal-body {
  padding: 0;
}
.problems-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.problems-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.problems-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}

.problems-form[data-v-7ea072ed] {
  margin: 24px 214px;
}
.problems-form .ant-modal-content .ant-modal-footer[data-v-7ea072ed] {
  display: none;
}
.replaceModal-tishi[data-v-7ea072ed] {
  margin-left: 4px;
}
.content[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .replaceModalIcon[data-v-7ea072ed] {
  color: #FFBF00;
}
.content .ant-divider[data-v-7ea072ed],
.content .ant-divider-vertical[data-v-7ea072ed] {
  background: #0FB1B5;
  margin-left: 0;
  width: 2px;
}
.content .topicList[data-v-7ea072ed] {
  margin: 10px 0;
}
.content .topicBox[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.content .topicBox .item[data-v-7ea072ed] {
  margin: 6px 18px 8px 2px;
  padding: 3px 10px;
  background: #f5f5f5;
}
.content .questionType[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .sep[data-v-7ea072ed] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 6px 0;
}
.content .tip[data-v-7ea072ed] {
  color: #0fb1b5;
  margin: 6px 0;
  font-size: 14px;
  font-weight: 600;
}
.content .difficulty[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .difficulty .label[data-v-7ea072ed] {
  height: 32px;
  line-height: 32px;
  width: 50px;
}
.content .questionList .questionItem[data-v-7ea072ed] {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .questionList .questionItem .left[data-v-7ea072ed] {
  white-space: nowrap;
  width: 50px;
}
.content .questionList .questionItem .right[data-v-7ea072ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .questionList .questionItem .right .choose .options[data-v-7ea072ed] {
  margin-top: -6px;
  margin-left: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .questionList .questionItem .right .choose .options .item[data-v-7ea072ed] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px;
}
.content .questionList .questionItem .right .choose .options .item:hover .operate_icon[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .questionList .questionItem .right .choose .options .item .item_text[data-v-7ea072ed] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 6px 10px;
  cursor: pointer;
}
.content .questionList .questionItem .right .choose .options .item .item_text.check[data-v-7ea072ed] {
  background: #0FB1B5;
  border: 0;
  color: white;
}
.content .questionList .questionItem .right .choose .options .item .item_text .iconRotateRight[data-v-7ea072ed] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.content .questionList .questionItem .right .choose .options .item .item_text .iconRotateLeft[data-v-7ea072ed] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}
.content .questionList .questionItem .right .choose .options .item .item_text .close[data-v-7ea072ed] {
  cursor: pointer;
}
.content .questionList .questionItem .right .choose .options .item .operate_icon[data-v-7ea072ed] {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .questionList .questionItem .right .judge_content[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .questionList .questionItem .right .judge_content .judge[data-v-7ea072ed] {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .questionList .questionItem .right .judge_content .judge .judge_item[data-v-7ea072ed] {
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  padding: 2px 4px;
  cursor: pointer;
}
.content .questionList .questionItem .right .judge_content .judge .judge_item.judge_check[data-v-7ea072ed] {
  background: #0FB1B5;
  color: white;
}
.content .questionList .questionItem .right .fillAnswerWrapper[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .questionList .questionItem .right .fillAnswerWrapper .item[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 10px;
}
.content .questionList .questionItem .right .fillAnswerWrapper .item .fillAnswer_left[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 96%;
}
.content .questionList .questionItem .right .fillAnswerWrapper .item .fillAnswer_left .title[data-v-7ea072ed] {
  width: 50px;
  white-space: nowrap;
}
.content .questionList .questionItem .right .fillAnswerWrapper .item .fillAnswer_left .text_area[data-v-7ea072ed] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .questionList .questionItem .right .fillAnswerWrapper .item .fillAnswer_right[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
.content .questionList .fillAnswer[data-v-7ea072ed] {
  display: inline-block;
  width: 110px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-left: 50px;
  margin-bottom: 10px;
  cursor: pointer;
}
.content .questionList .options[data-v-7ea072ed] {
  margin-top: -6px;
  margin-left: 17px;
}
.content .questionList .options .item[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 6px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.content .questionList .options .item .option_content[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .questionList .options .item .option_content .removeIcon[data-v-7ea072ed] {
  -ms-flex-item-align: center;
      align-self: center;
  margin-left: 10px;
}
.content .questionList .options .item:hover .operate_icon[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .questionList .options .item .operate_icon[data-v-7ea072ed] {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .questionList .options .item .operate_icon > div[data-v-7ea072ed] {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.content .questionList .options .item .operate_icon > div .iconRotateRight[data-v-7ea072ed] {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  cursor: pointer;
}
.content .questionList .options .item .operate_icon > div .iconRotateLeft[data-v-7ea072ed] {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  cursor: pointer;
}
.content .questionList .options .item .operate_icon > div .close[data-v-7ea072ed] {
  cursor: pointer;
}
.content .questionList .options .addMore[data-v-7ea072ed] {
  display: inline-block;
  width: 110px;
  padding: 6px 12px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  cursor: pointer;
  margin-left: calc(33px);
  margin-top: 10px;
}
.content .updateTip[data-v-7ea072ed] {
  margin: 16px 16px 16px 50px;
}
.content .operate-box[data-v-7ea072ed] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .operate-box .ant-btn[data-v-7ea072ed] {
  margin: 16px;
}
.removeIcon[data-v-7ea072ed] {
  cursor: pointer;
}

.resource[data-v-0444a24d] {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}
.wrapper_content .mutil_title[data-v-0444a24d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 24px 0 0 0;
  border: 1px solid #ccc;
  padding: 24px;
  border-radius: 4px;
}
.wrapper_content .mutil_title .title[data-v-0444a24d] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.wrapper_content .mutil_title .title[data-v-0444a24d]::before {
  position: absolute;
  content: '*';
  color: red;
  top: 1px;
  left: -8px;
}
.wrapper_content .mutil_title .title_content[data-v-0444a24d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper[data-v-0444a24d] {
  margin-bottom: 10px;
  margin-top: 24px;
}
.wrapper_content .wrapper_box[data-v-0444a24d] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper_box .item[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: calc(20px);
}
.wrapper_content .wrapper_box .item .title[data-v-0444a24d] {
  position: relative;
  white-space: nowrap;
  width: 50px;
}
.wrapper_content .wrapper_box .item .title[data-v-0444a24d]::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: '*';
  color: red;
}
.wrapper_content .wrapper_box .item .item_title[data-v-0444a24d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .option_answer[data-v-0444a24d] {
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-right: 6px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .option_answer_selected[data-v-0444a24d] {
  background: #0FB1B5;
  color: white;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .judge_answer[data-v-0444a24d] {
  padding: 6px 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 8px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .judge_answer_selected[data-v-0444a24d] {
  background: #0FB1B5;
  color: white;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_text[data-v-0444a24d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_text .right_operqate[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_title[data-v-0444a24d] {
  white-space: nowrap;
  width: 50px;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .addAnswerOptions[data-v-0444a24d] {
  margin-left: 10px;
}
.wrapper_content .wrapper_box .item .item_title .answer_box .addOptions[data-v-0444a24d] {
  margin-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.wrapper_content .wrapper_box .item .short_answer[data-v-0444a24d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper_box .title[data-v-0444a24d] {
  width: 50px;
  position: relative;
  margin-bottom: 10px;
}
.wrapper_content .wrapper_box .title[data-v-0444a24d]::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: '*';
  color: red;
}
.wrapper_content .wrapper_box .options[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper_box .options .options_item[data-v-0444a24d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_content .wrapper_box .options .options_item .options_title[data-v-0444a24d] {
  width: 50px;
}
.wrapper_content .wrapper_box .options .options_item .options_content[data-v-0444a24d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
.wrapper_content .wrapper_box .options .options_item .options_content .operate[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -10px;
}
.wrapper_content .wrapper_box .options .addOptions[data-v-0444a24d] {
  width: 100px;
  margin: 10px 0 calc(30px) 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .analysis[data-v-0444a24d] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper_content .wrapper_box .analysis .analysis_title[data-v-0444a24d] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.wrapper_content .wrapper_box .analysis .analysis_text[data-v-0444a24d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper .addSub[data-v-0444a24d] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}
.wrapper_content .addSubOption[data-v-0444a24d] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}

.res-content[data-v-333dfc5b] {
  width: 802px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.btn-sc[data-v-333dfc5b] {
  position: relative;
  display: inline-block;
  line-height: 30px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  margin-left: 8px;
}
.btn-down[data-v-333dfc5b] {
  font-size: 10px;
}
.btn-sc-box[data-v-333dfc5b] {
  display: inline-block;
  position: relative;
}
.btn-sc-box .bt-ul[data-v-333dfc5b] {
  padding: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  width: 110px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  top: 34px;
  -webkit-transform: translate3d(0, 0, 0);
  display: none;
}
.btn-sc-box .bt-ul li[data-v-333dfc5b] {
  position: relative;
  height: 27px;
  line-height: 27px;
  cursor: pointer;
}
.btn-sc-box:hover .bt-ul[data-v-333dfc5b] {
  display: block;
}

.search[data-v-27724dc7] {
  margin-left: -24px;
}
[data-v-27724dc7] .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
}
[data-v-27724dc7] .ant-form-item-label {
  width: 68px;
}
 /* /deep/.ant-form-item-label label {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  } */
[data-v-27724dc7] .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ant-row[data-v-27724dc7] {
  margin-bottom: 0;
}
.ant-col-sm-24.ant-col-md-7[data-v-27724dc7] {
  margin-left: 24px;
}
.ant-col-sm-24.ant-col-md-7[data-v-27724dc7]:first-child {
  margin-left: 0;
}
.selectDrop[data-v-27724dc7] {
  width: 10px;
  z-index: 900 !important;
}
.selectDrop[data-v-27724dc7] .ant-select-dropdown {
  z-index: 900 !important;
}
body[data-v-27724dc7] .ant-select-dropdown {
  z-index: 900 !important;
}
[data-v-27724dc7] .ant-select-dropdown {
  z-index: 900 !important;
}
 /* 查询重置按钮位置样式 */
.queryResetBtn[data-v-27724dc7] {
  margin-top: 4px;
  float: right;
}
.queryResetBtn .btn-reset[data-v-27724dc7] {
  margin-left: 8px;
}
.remark-decorate[data-v-27724dc7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.remark-decorate .video_wrapper[data-v-27724dc7] {
  position: relative;
  overflow: hidden;
}
.remark-decorate .video_wrapper .video_mask[data-v-27724dc7] {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 1px;
  left: 0;
  width: 80px;
  height: 62px;
}
.remark-decorate .video_wrapper .video_stop[data-v-27724dc7] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -66%);
          transform: translate(-50%, -66%);
}
.remark-decorate .title[data-v-27724dc7] {
  margin-left: 6px;
  line-height: 64px;
}
.setCenter[data-v-27724dc7] {
  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;
}
.audio[data-v-27724dc7] {
  width: 24px;
  height: 30px;
  cursor: pointer;
  margin-right: 10px;
}
.tabel_wrapper[data-v-27724dc7] {
  margin-top: 20px;
}
.free[data-v-27724dc7] {
  display: inline-block;
  width: 30px;
  line-height: 14px;
  height: 14px;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  margin-left: 5px;
}

[data-v-7076c36e] .preview img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.notAllowed[data-v-7076c36e] {
  background-color: #f5f5f5;
  border-color: #d9d9d9!important;
  cursor: not-allowed;
}
.resource[data-v-7076c36e] {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
}
.wrapper[data-v-7076c36e] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wrapper_box[data-v-7076c36e] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_box .item[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: calc(20px);
}
.wrapper_box .item .title[data-v-7076c36e] {
  position: relative;
  white-space: nowrap;
  width: 50px;
}
.wrapper_box .item .title[data-v-7076c36e]::before {
  position: absolute;
  top: 1px;
  left: -12px;
  content: '*';
  color: red;
}
.wrapper_box .item .setCenter[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper_box .item .setCenter[data-v-7076c36e]::before {
  top: 37%;
}
.wrapper_box .item .item_title[data-v-7076c36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* width: 100%;
        margin-left: 10px; */
}
.wrapper_box .item .item_title .option_answer_box[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 4px;
}
.wrapper_box .item .item_title .option_answer_box .option_answer[data-v-7076c36e] {
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-right: 6px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.wrapper_box .item .item_title .option_answer_box .option_answer_selected[data-v-7076c36e] {
  background: #0FB1B5;
  color: white;
  /* border: 1px solid #0FB1B5; */
  border-color: #0FB1B5 !important;
}
.wrapper_box .item .item_title .option_answer_box .judge_answer[data-v-7076c36e] {
  padding: 6px 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 16px;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper_box .item .item_title .option_answer_box .judge_answer_selected[data-v-7076c36e] {
  background: #0FB1B5;
  color: white;
  border-color: #0FB1B5 !important;
}
.wrapper_box .item .item_title .option_answer_box .answer_text[data-v-7076c36e] {
  /* width: 90%; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_box .item .item_title .option_answer_box .answer_text .right_operqate[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.wrapper_box .item .item_title .option_answer_box .answer_title[data-v-7076c36e] {
  white-space: nowrap;
  margin-right: 6px;
  width: 50px;
}
.wrapper_box .item .item_title .option_answer_box .addAnswerOptions[data-v-7076c36e] {
  margin-left: 10px;
}
.wrapper_box .item .item_title .answer_box .addOptions[data-v-7076c36e] {
  margin-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.wrapper_box .item .deleteQuestion[data-v-7076c36e] {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper_box .item .deleteQuestion[data-v-7076c36e] .ant-form-item {
  margin: initial !important;
}
.wrapper_box .item .short_answer[data-v-7076c36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* width: 100%;
        margin-left: 10px; */
}
.wrapper_box .fill_title[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrapper_box .fill_title .title[data-v-7076c36e] {
  width: 50px;
  position: relative;
  margin-bottom: 10px;
}
.wrapper_box .fill_title .title[data-v-7076c36e]::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: '*';
  color: red;
}
.wrapper_box .fill_title .fill_item[data-v-7076c36e] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper_box .options[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_box .options .options_item[data-v-7076c36e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_box .options .options_item .mandatory[data-v-7076c36e] {
  color: red;
  margin-right: 5px;
}
.wrapper_box .options .options_item .options_title[data-v-7076c36e] {
  width: 50px;
}
.wrapper_box .options .options_item .options_content[data-v-7076c36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
.wrapper_box .options .options_item .options_content .operate[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -10px;
}
.wrapper_box .options .addOptions[data-v-7076c36e] {
  width: 100px;
  margin: 10px 0 calc(30px) 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper_box .analysis[data-v-7076c36e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper_box .analysis .analysis_title[data-v-7076c36e] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.wrapper_box .analysis .analysis_text[data-v-7076c36e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_noBorder[data-v-7076c36e] {
  border: 0;
  padding: 0;
}
.wrapper .addSub[data-v-7076c36e] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}

.wrapper_content[data-v-e80b6ca8] .ant-btn {
  padding: 0 10px;
}
.wrapper_content[data-v-e80b6ca8] .ant-btn:hover {
  background: #0FB1B5FF;
  color: white;
}
.wrapper_content .mutil_title[data-v-e80b6ca8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6px 0;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 4px;
}
.wrapper_content .mutil_title .title[data-v-e80b6ca8] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.wrapper_content .mutil_title .title[data-v-e80b6ca8]::before {
  position: absolute;
  content: '*';
  color: red;
  top: 1px;
  left: -8px;
}
.wrapper_content .mutil_title .title_content[data-v-e80b6ca8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper[data-v-e80b6ca8] {
  margin-bottom: 10px;
  margin-top: 10px;
}
.wrapper_content .wrapper_box[data-v-e80b6ca8] {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper_box .item[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: calc(20px);
}
.wrapper_content .wrapper_box .item .title[data-v-e80b6ca8] {
  position: relative;
  white-space: nowrap;
  width: 50px;
}
.wrapper_content .wrapper_box .item .title[data-v-e80b6ca8]::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: '*';
  color: red;
}
.wrapper_content .wrapper_box .item .item_title[data-v-e80b6ca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 20px;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .option_answer[data-v-e80b6ca8] {
  width: 24px;
  height: 24px;
  padding: 6px;
  margin-right: 6px;
  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: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .option_answer_selected[data-v-e80b6ca8] {
  background: #0FB1B5;
  color: white;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .judge_answer[data-v-e80b6ca8] {
  padding: 6px 11px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-right: 8px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .judge_answer_selected[data-v-e80b6ca8] {
  background: #0FB1B5;
  color: white;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_text[data-v-e80b6ca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_text .right_operqate[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .answer_title[data-v-e80b6ca8] {
  white-space: nowrap;
  width: 50px;
}
.wrapper_content .wrapper_box .item .item_title .option_answer_box .addAnswerOptions[data-v-e80b6ca8] {
  margin-left: 10px;
}
.wrapper_content .wrapper_box .item .item_title .answer_box .addOptions[data-v-e80b6ca8] {
  margin-left: 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 6px 10px;
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}
.wrapper_content .wrapper_box .item .short_answer[data-v-e80b6ca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper_box .title[data-v-e80b6ca8] {
  width: 50px;
  position: relative;
  margin-bottom: 10px;
}
.wrapper_content .wrapper_box .title[data-v-e80b6ca8]::before {
  position: absolute;
  top: 1px;
  left: -8px;
  content: '*';
  color: red;
}
.wrapper_content .wrapper_box .options[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper_content .wrapper_box .options .options_item[data-v-e80b6ca8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_content .wrapper_box .options .options_item .options_title[data-v-e80b6ca8] {
  width: 50px;
}
.wrapper_content .wrapper_box .options .options_item .options_content[data-v-e80b6ca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 20px;
}
.wrapper_content .wrapper_box .options .options_item .options_content .operate[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  margin-left: 10px;
  margin-top: -10px;
}
.wrapper_content .wrapper_box .options .addOptions[data-v-e80b6ca8] {
  width: 100px;
  margin: 10px 0 calc(30px) 50px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 4px 6px;
  border-radius: 4px;
  cursor: pointer;
}
.wrapper_content .wrapper_box .analysis[data-v-e80b6ca8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper_content .wrapper_box .analysis .analysis_title[data-v-e80b6ca8] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.wrapper_content .wrapper_box .analysis .analysis_text[data-v-e80b6ca8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_content .wrapper .addSub[data-v-e80b6ca8] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}
.wrapper_content .addSubOption[data-v-e80b6ca8] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}
/* @width: 1200px; */
.timu_label[data-v-7df85e63],
.label_title[data-v-7df85e63] {
  white-space: nowrap;
}
.warpper[data-v-7df85e63] {
  color: #0b0a10;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 1025px;
}
.warpper[data-v-7df85e63]:hover {
  border: 1px solid #0fb1b5;
  border-radius: 4px;
}
.question[data-v-7df85e63] {
  /* min-width: @width; */
  min-height: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  padding: 2px 0;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid transparent;
  border-radius: 2px;
}
.question .question__index[data-v-7df85e63] {
  height: 100%;
  width: 20px;
  text-align: center;
}
.question .question__content[data-v-7df85e63] {
  width: 100%;
}
.question .question__tags[data-v-7df85e63] {
  min-width: 350px;
  /* height: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.answer[data-v-7df85e63] {
  background: #f9f9f9ff;
  padding: 16px 0 8px 16px;
  margin: 10px 0 16px 0px;
}
.answer .viewDetail[data-v-7df85e63] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 40px;
}
.answer .viewDetail .view_label[data-v-7df85e63] {
  font-weight: bold;
  margin-left: 10px;
}
.answer .viewDetail .view_operate[data-v-7df85e63] {
  cursor: pointer;
}
.basket--button[data-v-7df85e63] {
  margin: 0 0 5px 0;
  color: #0fb1b5;
  border-color: #0fb1b5;
}
.icons[data-v-7df85e63] {
  font-size: 14px;
}
mark[data-v-7df85e63] {
  padding: 2px 0px;
  border: none;
  list-style: none;
}
.tag[data-v-7df85e63] {
  text-align: center;
  background: #e5e2f9;
  color: #6d65a8;
  margin: 0 4px 0 0;
  padding: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transform: initial !important;
  transform: initial !important;
}
.question-options .list[data-v-7df85e63] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.question-options .list .item[data-v-7df85e63] {
  max-width: 50%;
  min-width: 40%;
  /* margin-bottom: 6px; */
}
.question-options .list .time_row[data-v-7df85e63] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.question-button[data-v-7df85e63] {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 260px;
}
.question_text[data-v-7df85e63] {
  color: rgba(0, 0, 0, 0.85);
}
.question_text[data-v-7df85e63] img {
  /* max-height:75%; */
  max-width: 75%;
  /* max-height: 400px;
    max-width: 400px; */
}
.difficulty-item[data-v-7df85e63] {
  min-width: 106px;
  margin-bottom: 4px;
  background: #e6f7ff;
  color: #0fb1b5;
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  margin-right: 4px;
}
.option-title[data-v-7df85e63] {
  font-weight: bold;
}
.item[data-v-7df85e63] {
  margin-left: -1em;
}

.testIdList {
  width: 234px;
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
}
.testIdList-header {
  width: 234px;
  color: white;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

.testIdList[data-v-40418d1c] {
  position: sticky;
  top: 200px;
}
.idlistWrapper[data-v-40418d1c] {
  overflow: auto;
  /* height: 600px; */
  max-height: 600px;
}
.idlistWrapper .testIdList-body[data-v-40418d1c] {
  padding: 10px 18px;
}
.idlistWrapper .testIdList-body span[data-v-40418d1c] {
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.idlistWrapper .testIdList-body .btns[data-v-40418d1c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.idlistWrapper .testIdList-body .btns .item[data-v-40418d1c] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* border-color: rgba(0, 0, 0, 0.15) */
  border-radius: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
  padding: 15px 5px;
  margin: 0 7px 5px 0 !important;
  color: black;
  cursor: pointer;
}
.idlistWrapper .testIdList-body .btns .item_checked[data-v-40418d1c] {
  border: 0;
  color: white;
  background: rgba(15, 177, 181, 0.8);
}
[data-v-40418d1c] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-40418d1c] {
  overflow-x: initial !important;
}
[data-v-40418d1c] .ant-tabs {
  overflow: initial !important;
}
[data-v-40418d1c] .ant-layoutP {
  overflow: initial !important;
}
[data-v-40418d1c] .ant-tabs-tabpane > div {
  overflow: initial !important;
}

.wrapper[data-v-73d6ce0d] {
  width: 100%;
}
.wrapper[data-v-73d6ce0d] img {
  max-width: 100%;
}
.wrapper_multi_title[data-v-73d6ce0d] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 16px;
}
.wrapper_multi_title .content-right[data-v-73d6ce0d] {
  margin-left: 20px;
}
.wrapper_multi_title .content_label[data-v-73d6ce0d] {
  width: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper_multi_title .content_label span[data-v-73d6ce0d] {
  display: inline-block;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  line-height: 40px;
}
.wrapper_multi_title .content-right[data-v-73d6ce0d] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] {
  word-break: break-all;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] .fill-input {
  display: inline;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] p {
  display: inline;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] button.icon-delete {
  display: none;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] .nnstyle {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid #555;
  margin: 0 2px;
  line-height: 11px;
  min-width: 50px;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] input.fill-balnk {
  display: inline;
  border: none;
  border-bottom: 1px solid #333;
}
.wrapper_multi_title .content-right .title[data-v-73d6ce0d] img {
  display: inline-block;
  vertical-align: bottom;
}
.commonLatex[data-v-73d6ce0d] input {
  line-height: 20px;
}
/* 距离高度 */
/* 段落高度 */
/* 设置左侧label宽度 */
*[data-v-0bc2821e] {
  margin: 0;
  /* 重置所有原生标签默认样式 */
  padding: 0;
}
.box[data-v-0bc2821e] {
  margin: 0;
  width: 100%;
}
.box[data-v-0bc2821e] p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}
.box[data-v-0bc2821e] img {
  /* max-width: 100%;
    height: 100%; */
  width: 90px;
  height: 90px;
  margin: 0 8px 8px 0;
}
.box .top-box[data-v-0bc2821e] {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  background: #fafafa;
  padding-left: 1px;
  padding-right: 1px;
}
.box .top-box .top[data-v-0bc2821e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.box .top-box .top .item[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 33%;
}
.box .top-box .top .item .item_label_knowledge[data-v-0bc2821e] {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.box .top-box .top .item .item_label[data-v-0bc2821e] {
  width: 60px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 5px 0;
}
.box .top-box .top .item .item_label span[data-v-0bc2821e] {
  position: relative;
  margin: 0;
  line-height: 33px;
  height: 33px;
  width: 60px;
}
.box .top-box .top .item .item_value[data-v-0bc2821e] {
  padding: 0 5px;
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 30px;
  height: 30px;
  -ms-flex-item-align: center;
      align-self: center;
}
.box .top-box .top .item .item_value span[data-v-0bc2821e] {
  font-style: normal;
  color: rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
  border: #0FB1B5 1px solid;
  margin-right: 10px;
  background: #0FB1B5;
  color: #fff;
  margin-left: 0;
  margin-bottom: 10px;
}
.box .top-box .top .item .removeStyle[data-v-0bc2821e] {
  background: initial;
  line-height: initial;
  height: initial;
}
.box .top-box .top span[data-v-0bc2821e] {
  margin-left: 35px;
  margin-right: 100px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.box .top-box .top span i[data-v-0bc2821e] {
  font-style: normal;
  color: rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
  border: #0FB1B5 1px solid;
  margin: 0 10px;
  background: #0FB1B5;
  color: #fff;
}
.box .top-box .bottom[data-v-0bc2821e] {
  margin-top: 20px;
}
.box .top-box .bottom span[data-v-0bc2821e] {
  margin-left: 21px;
  margin-right: 100px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.box .top-box .bottom span i[data-v-0bc2821e] {
  font-style: normal;
  color: rgba(0, 0, 0, 0.65);
  padding: 5px 10px;
  border: #0FB1B5 1px solid;
  margin: 0 10px;
  background: #0FB1B5;
  color: #fff;
}
.box .bottom-box .box[data-v-0bc2821e] {
  width: 100%;
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 20px;
  padding: 16px;
  overflow-x: auto;
}
.box .bottom-box .box .tip-center[data-v-0bc2821e] {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f5f5f5;
  text-align: center;
}
.box .bottom-box .box .content[data-v-0bc2821e] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.box .bottom-box .box .content .content_label[data-v-0bc2821e] {
  width: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.box .bottom-box .box .content .content_label span[data-v-0bc2821e] {
  display: inline-block;
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  line-height: 40px;
}
.box .bottom-box .box .content .content-right[data-v-0bc2821e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  margin-right: 20px;
  margin-left: 20px;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] {
  word-break: break-all;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] .fill-input {
  display: inline;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] p {
  display: inline;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] button.icon-delete {
  display: none;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] .nnstyle {
  font-weight: bold;
  display: inline-block;
  padding: 0 5px;
  border-bottom: 1px solid #555;
  margin: 0 2px;
  line-height: 11px;
  min-width: 50px;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] input.fill-balnk {
  display: inline;
  border: none;
  border-bottom: 1px solid #333;
}
.box .bottom-box .box .content .content-right .title[data-v-0bc2821e] img {
  display: inline-block;
  vertical-align: bottom;
}
.box .bottom-box .box .option[data-v-0bc2821e] {
  list-style: none;
}
.box .bottom-box .box .option > div[data-v-0bc2821e] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.box .bottom-box .box .option > div > span[data-v-0bc2821e] p {
  margin-top: initial !important;
  margin-bottom: initial !important;
}
.box .bottom-box .box .option .option_answer[data-v-0bc2821e] {
  width: 60px;
  line-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-left: 0;
}
.box .bottom-box .box .option .answer_single[data-v-0bc2821e] {
  line-height: 40px;
  margin-left: 12px;
}
.box .bottom-box .box .option .answer_single > span[data-v-0bc2821e] {
  height: initial;
  line-height: initial;
  height: 30px;
  margin-top: 7px;
}
.box .bottom-box .box .option .option_list[data-v-0bc2821e] {
  margin-left: 8px;
  padding-left: 5px;
}
.box .bottom-box .box .option li[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 80px;
  margin-bottom: 10px;
}
.box .bottom-box .box .option li i[data-v-0bc2821e] {
  font-style: normal;
  display: block;
  width: 50px;
  font-size: 14px;
  margin-right: 20px;
}
.box .bottom-box .box .option .active[data-v-0bc2821e] {
  background: #0FB1B5;
  color: #fff !important;
  text-decoration: none;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  padding: 5px 11px;
  margin-left: 8px;
}
.box .bottom-box .box .option .judge_answer[data-v-0bc2821e] {
  height: 30px;
  margin-top: 7.5px;
}
.box .bottom-box .box .option span[data-v-0bc2821e] {
  display: inline-block;
  text-align: left;
}
.box .bottom-box .box .option .many[data-v-0bc2821e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 12px;
}
.box .bottom-box .box .option .many .active[data-v-0bc2821e] {
  text-decoration: none;
  border: #ccc 1px solid;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  padding: 5px 11px;
  background: #0FB1B5;
  color: #fff;
}
.box .bottom-box .box .option #fill[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .bottom-box .box .option #fill div[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .bottom-box .box .option #fill div strong[data-v-0bc2821e] {
  margin-right: 20px;
  white-space: nowrap;
  line-height: 40px;
}
.box .bottom-box .box .option #fill div span[data-v-0bc2821e] {
  line-height: 40px !important;
}
.box .bottom-box .box .option #fill .fill_label[data-v-0bc2821e] {
  width: 60px;
  display: inline-block;
  text-align: right;
  position: relative;
}
.box .bottom-box .box .option #fill .fill_content[data-v-0bc2821e] {
  width: initial;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  line-height: 40px;
  margin-right: 20px;
  word-break: break-all;
}
.box .bottom-box .box .option .short_answer[data-v-0bc2821e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  word-break: break-all;
  margin-right: 20px;
  line-height: 40px;
}
.box .bottom-box .box .single[data-v-0bc2821e] {
  padding-left: 90px;
}
.box .bottom-box .box .customer_answer[data-v-0bc2821e] {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .bottom-box .box .customer_answer[data-v-0bc2821e] p {
  overflow: hidden;
}
.box .bottom-box .box .option_list[data-v-0bc2821e] {
  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-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.box .bottom-box .box .option_list > div[data-v-0bc2821e] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.box .bottom-box .box .option_list > div .option_answer_list[data-v-0bc2821e] {
  line-height: 40px;
}
.box .bottom-box .box #fill[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box .bottom-box .box #fill div[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.box .bottom-box .box #fill div .fill_answer strong[data-v-0bc2821e] {
  margin-right: 20px;
  white-space: nowrap;
  line-height: 40px;
}
.box .bottom-box .box #fill div span[data-v-0bc2821e] {
  line-height: 40px !important;
}
.box .bottom-box .box .analysis[data-v-0bc2821e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.box .bottom-box .box .analysis .analysis_label[data-v-0bc2821e] {
  position: initial;
  right: 0;
  line-height: 40px;
}
.box .bottom-box .box .analysis span[data-v-0bc2821e] {
  position: relative;
  right: -2px;
  display: inline-block;
  width: 60px;
  text-align: right;
  white-space: nowrap;
}
.box .bottom-box .box .analysis .text[data-v-0bc2821e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 40px;
  word-break: break-all;
}
[data-v-0bc2821e] .box .bottom-box .box .analysis .text > p {
  line-height: 30px;
  height: 30px;
}
.titleHeight[data-v-0bc2821e] {
  line-height: 40px;
}
.setStandrand[data-v-0bc2821e] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
  margin-left: 20px;
  margin-right: 20px;
  word-break: break-all;
  margin-left: 8px;
}
.titleBold[data-v-0bc2821e] {
  width: 70px !important;
  font-weight: bold;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  display: initial !important;
}
.commonLatex[data-v-0bc2821e] input {
  line-height: 20px;
}

.duplicate[data-v-07a15918] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  min-height: 150px;
}
.duplicate .header[data-v-07a15918] {
  background: #0FB1B5;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
  padding: 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.duplicate .title[data-v-07a15918] {
  width: 100%;
  font-weight: 700;
  padding: 20px 20px 0 20px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  font-size: 15px;
}
.duplicate .duplicate_list[data-v-07a15918] {
  width: 100%;
  overflow-y: auto;
  max-height: 200px;
  margin-bottom: 32px;
  padding: 16px 20px;
}
.duplicate .duplicate_list .duplicate_list_item[data-v-07a15918] {
  height: 48px;
  background: #F9F9F9;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.duplicate .duplicate_list .duplicate_list_item .icon[data-v-07a15918] {
  cursor: pointer;
}
.duplicate .duplicate_list .duplicate_list_item[data-v-07a15918]:not(:last-child) {
  margin-bottom: 16px;
}
.duplicate .footer[data-v-07a15918] {
  padding: 0 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 18px);
          transform: translate(-50%, 18px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.duplicate .footer .footer_item[data-v-07a15918] {
  width: 88px;
  height: 32px;
}
.duplicate .footer .footer_item[data-v-07a15918]:not(:last-child) {
  margin-right: 8px;
}

.wrapper[data-v-9e3c2ab2] {
  background: #F0F2F5;
  height: calc(0vh);
}
.wrapper .header_wrapper[data-v-9e3c2ab2] {
  height: 240px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper .header_wrapper .aduio_img[data-v-9e3c2ab2] {
  width: 100px;
  height: 118px;
  display: inline-block;
  margin-top: 62px;
  margin-left: 250px;
}
.wrapper .header_wrapper .aduio_img > img[data-v-9e3c2ab2] {
  width: 100%;
  height: 100%;
}
.wrapper .header_wrapper .audio_Info[data-v-9e3c2ab2] {
  color: white;
  margin-top: 62px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .header_wrapper .audio_Info .audio_title[data-v-9e3c2ab2] {
  margin: 10px;
}
.wrapper .introduct[data-v-9e3c2ab2] {
  margin: 20px 152px;
  background: white;
  padding: 40px;
}

.wrapper[data-v-528ad7f5] {
  background: #F0F2F5;
  height: calc(0vh);
}
.wrapper .header_wrapper[data-v-528ad7f5] {
  height: 240px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper .header_wrapper .aduio_img[data-v-528ad7f5] {
  width: 100px;
  height: 118px;
  display: inline-block;
  margin-top: 62px;
  margin-left: 250px;
}
.wrapper .header_wrapper .aduio_img > img[data-v-528ad7f5] {
  width: 100%;
  height: 100%;
}
.wrapper .header_wrapper .audio_Info[data-v-528ad7f5] {
  color: white;
  margin-top: 62px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .header_wrapper .audio_Info .audio_title[data-v-528ad7f5] {
  margin: 10px;
}
.wrapper .introduct[data-v-528ad7f5] {
  margin: 20px 152px;
  background: white;
  padding: 40px;
  word-break: break-all;
  word-wrap: break-word;
}

.wrapper .wrapper_header[data-v-61eefb4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper .wrapper_header .wrapper_header_logo[data-v-61eefb4a],
.wrapper .wrapper_header .wrapper_header_avatar[data-v-61eefb4a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.wrapper[data-v-4da0e43d] {
  background: #F0F2F5;
  height: calc(0vh);
}
.wrapper .header_wrapper[data-v-4da0e43d] {
  height: 240px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper .header_wrapper .aduio_img[data-v-4da0e43d] {
  width: 100px;
  height: 118px;
  display: inline-block;
  margin-top: 62px;
  margin-left: 250px;
}
.wrapper .header_wrapper .aduio_img > img[data-v-4da0e43d] {
  width: 100%;
  height: 100%;
}
.wrapper .header_wrapper .audio_Info[data-v-4da0e43d] {
  color: white;
  margin-top: 62px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .header_wrapper .audio_Info .audio_title[data-v-4da0e43d] {
  margin: 10px;
}
.wrapper .introduct[data-v-4da0e43d] {
  margin: 20px 152px;
  background: white;
  padding: 40px;
  word-break: break-all;
  word-wrap: break-word;
}

.wrapper[data-v-07e97006] {
  background: #F0F2F5;
  height: calc(0vh);
}
.wrapper .header_wrapper[data-v-07e97006] {
  height: 240px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}
.wrapper .header_wrapper .aduio_img[data-v-07e97006] {
  width: 100px;
  height: 118px;
  display: inline-block;
  margin-top: 62px;
  margin-left: 250px;
}
.wrapper .header_wrapper .aduio_img > img[data-v-07e97006] {
  width: 100%;
  height: 100%;
  max-width: 240px;
  max-height: 180px;
}
.wrapper .header_wrapper .audio_Info[data-v-07e97006] {
  color: white;
  margin-top: 62px;
  height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .header_wrapper .audio_Info .audio_title[data-v-07e97006] {
  margin: 10px;
}
.wrapper .introduct[data-v-07e97006] {
  margin: 20px 152px;
  background: white;
  padding: 40px;
  word-break: break-all;
  word-wrap: break-word;
}

[data-v-10ad2372] p {
  margin-bottom: 0 !important;
}
.timu_label[data-v-10ad2372] {
  white-space: nowrap;
  line-height: 28px;
}
.clear_margin[data-v-10ad2372] {
  margin-left: initial !important;
}
.timu-text[data-v-10ad2372] {
  line-height: 28px;
  margin-left: 10px;
}
.timu-text[data-v-10ad2372] img {
  max-width: 100%;
}
.label_title[data-v-10ad2372] {
  font-weight: 700;
  white-space: nowrap;
  line-height: 28px;
}
.single-choice-wrapper[data-v-10ad2372] {
  word-break: break-all;
  min-height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* /deep/ img{
    height: 100%;
  } */
}
.single-choice-wrapper:hover .edit-wrapper[data-v-10ad2372] {
  visibility: visible;
}
.single-choice-wrapper .question[data-v-10ad2372] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.single-choice-wrapper .question .question-top[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.single-choice-wrapper .question .question-top .timu[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
}
.single-choice-wrapper .question .question-top .timu .timu-index[data-v-10ad2372] {
  display: inline-block;
  min-width: 30px;
  text-align: center;
  line-height: 28px;
}
.single-choice-wrapper .question .question-top .timu-showMessage[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4px 0px 0px 12px;
}
.single-choice-wrapper .question .question-top .timu-showMessage .ant-btn[data-v-10ad2372] {
  border: none;
  padding: 2px 9px;
  border-radius: 2px;
  font-size: 10px;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.single-choice-wrapper .question .question-top .timu-showMessage .difficult[data-v-10ad2372] {
  background: #e5e2f9;
  color: #6d65a8;
  margin-right: 16px;
  padding: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transform: initial !important;
          transform: initial !important;
}
.single-choice-wrapper .question .question-top .timu-showMessage .source .ant-btn[data-v-10ad2372] {
  background: #e6f7ff;
  color: #0fb1b5;
}
.single-choice-wrapper .question .question-top .timu-showMessage .source[data-v-10ad2372] {
  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;
  background: #e6f7ff;
  color: #0fb1b5;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.single-choice-wrapper .question .question-top .timu-showMessage .source[data-v-10ad2372] .ant-btn {
  -webkit-transform: initial !important;
          transform: initial !important;
  font-size: 13px;
}
.single-choice-wrapper .question .question-top .timu-showMessage .source .mark[data-v-10ad2372] {
  padding: 2px 0px;
}
.single-choice-wrapper .question .question-top .timu-showMessage .icons[data-v-10ad2372] {
  font-size: 14px;
}
.single-choice-wrapper .question .question-bottom[data-v-10ad2372] {
  margin-left: -13px;
}
.single-choice-wrapper .question .question-bottom .question-img[data-v-10ad2372] {
  margin-left: 35px;
}
.single-choice-wrapper .question .question-bottom .question-img img[data-v-10ad2372] {
  width: 150px;
  height: 80px;
  background-color: aqua;
}
.single-choice-wrapper .question .question-bottom .question-options .list[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 56px;
}
.single-choice-wrapper .question .question-bottom .question-options .list .item[data-v-10ad2372] {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.single-choice-wrapper .question .answer[data-v-10ad2372] {
  padding: 0 10px;
  background: #F9F9F9FF;
  padding: 16px;
  margin-left: 30px;
}
.single-choice-wrapper .question .answer .viewDetail[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}
.single-choice-wrapper .question .answer .viewDetail .view_label[data-v-10ad2372] {
  font-weight: bold;
  margin-left: 10px;
}
.single-choice-wrapper .question .answer .viewDetail .view_operate[data-v-10ad2372] {
  cursor: pointer;
}
.single-choice-wrapper .edit-wrapper[data-v-10ad2372] {
  float: right;
  width: 20%;
  margin-top: -8px;
  visibility: hidden;
}
.single-choice-wrapper .edit-wrapper .operation_list[data-v-10ad2372] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-choice-wrapper .edit-wrapper .ant-btn[data-v-10ad2372] {
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  margin: 11px 22px 5px 20px;
  font-size: 14px;
  color: #0fb1b5;
  text-align: center;
  line-height: 22px;
  width: 110px;
}
.single-choice-wrapper .edit-wrapper .ant-btn[data-v-10ad2372]:hover {
  color: white;
  background: #0FB1B5CC;
}
.single-choice-wrapper .edit-wrapper .forbid[data-v-10ad2372] {
  cursor: not-allowed;
}
.single-choice-wrapper .edit-wrapper .problemsBtn[data-v-10ad2372] {
  border: 1px solid #6d65a8;
  color: #6d65a8;
  margin-top: 19px;
}

[data-v-42a17982] .ant-tree li .ant-tree-node-content-wrapper {
  height: initial;
}
[data-v-42a17982] .ant-tree li span.ant-tree-title {
  width: 15em;
  word-break: break-all;
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
  /* 超出换行 */
}

.res-box[data-v-7c1ec318] {
  margin: 10px 0;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.02);
}
.res-box .res-item[data-v-7c1ec318] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.res-box .res-item[data-v-7c1ec318]:first-child {
  margin: 0;
}
.res-box .res-item > span[data-v-7c1ec318] {
  width: 50px;
  line-height: 76px;
  color: rgba(0, 0, 0, 0.5);
}
.res-box .res-item .res-item-content[data-v-7c1ec318] {
  position: relative;
  width: 600px;
  height: 76px;
  line-height: 76px;
  border: 1px dashed rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.res-box .res-item .res-item-content .res-close[data-v-7c1ec318] {
  right: 15px;
  top: 30px;
  cursor: pointer;
  position: absolute;
}
.res-box .res-item .remark-decorate[data-v-7c1ec318] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.res-box .res-item .remark-decorate .video_wrapper[data-v-7c1ec318] {
  position: relative;
  height: 60px;
  line-height: 60px;
  margin-left: 7px;
  margin-top: 7px;
  overflow: hidden;
}
.res-box .res-item .remark-decorate .video_wrapper img[data-v-7c1ec318] {
  height: 100%;
}
.res-box .res-item .remark-decorate .video_wrapper .video_mask[data-v-7c1ec318] {
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  top: 0px;
  left: 0;
  width: 80px;
  height: 60px;
}
.res-box .res-item .remark-decorate .video_wrapper .video_stop[data-v-7c1ec318] {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 20px;
  -webkit-transform: translate(-50%, -66%);
          transform: translate(-50%, -66%);
}
.res-box .res-item .remark-decorate .title[data-v-7c1ec318] {
  margin-left: 6px;
  line-height: 76px;
  height: 76px;
  color: #333;
}
.res-box .res-item .audio[data-v-7c1ec318] {
  width: 24px;
  height: 30px;
  margin: 22px 7px 0 7px;
  cursor: pointer;
}

.avatar[data-v-9a52a53e] {
  margin: 20px 0 20px 0;
  color: #0fb1b5;
  background: rgba(255, 255, 255, 0.85);
  vertical-align: middle;
  width: 30px;
  height: 30px;
}
.headerAvatar-user[data-v-9a52a53e] {
  margin-right: 48px;
}

[data-v-53526dab] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacher-wrapper[data-v-53526dab] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-53526dab] {
  margin-top: 40px;
}
.box[data-v-53526dab] {
  background: #fff;
  margin-left: 12px;
}
.table[data-v-53526dab] {
  margin: 0;
  margin-top: 20px;
}
.ant-table-pagination[data-v-53526dab] {
  margin-right: 200px;
}
.head[data-v-53526dab] {
  overflow: hidden;
}
.head .right[data-v-53526dab] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .right .right_item[data-v-53526dab] {
  margin-right: 24px;
}
.head .right[data-v-53526dab] .ant-select {
  width: 112px;
}
.head .ant-radio-group[data-v-53526dab] {
  margin-left: 20px;
}
.head .ant-input-search[data-v-53526dab] {
  width: 192px;
  height: 32px;
}
/* 树状导航 */
[data-v-53526dab] .ant-tree li {
  padding: 6px 0;
}
[data-v-53526dab] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-53526dab] .ant-table-tbody > tr > td div,
p[data-v-53526dab] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-53526dab] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-53526dab] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-53526dab] {
  background-color: #fff;
}
.cdkey-box[data-v-53526dab] {
  text-align: center;
}
.cdkey-box .cdkey-box-title[data-v-53526dab] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.cdkey-box .cdkey-box-content[data-v-53526dab] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

[data-v-4acd15b4] .ant-table .ant-table-content .ant-table-body {
  margin: 92px 168px 0 168px;
}
[data-v-4acd15b4] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px 12px;
}
.classAddModal-wrapper .del[data-v-4acd15b4] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.classAddModal-wrapper .add-btn[data-v-4acd15b4] {
  margin: 0 0 212px 180px;
}
.classAddModal-wrapper .bottom[data-v-4acd15b4] {
  width: 100%;
  height: 60px;
  position: relative;
}
.classAddModal-wrapper .bottom .btn-box[data-v-4acd15b4] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottom_save[data-v-4acd15b4] {
  padding: 0 20px;
}
.bottom_close[data-v-4acd15b4] {
  padding: 0 20px;
  margin-left: 8px;
}
 /* 给table添加必填校验 */
[data-v-4acd15b4] .ant-table tr th div {
  position: relative;
  margin-left: 18px;
}
[data-v-4acd15b4] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-4acd15b4] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.classAddModal-wrapper[data-v-4acd15b4] .ant-table-thead > tr > th {
  border: none;
  padding: 4px 12px;
  background-color: white;
}

[data-v-7f11ed80] .ant-form-item .ant-col-18 {
  width: 320px;
}
.classEditModal-wrapper .form[data-v-7f11ed80] {
  margin: 72px 273px 211px 273px;
}
.classEditModal-wrapper .form .ant-form-item[data-v-7f11ed80] {
  margin-bottom: 14px;
}
.classEditModal-wrapper .bottom[data-v-7f11ed80] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 66px;
}
.classEditModal-wrapper .bottom .btn-box[data-v-7f11ed80] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.baseButton[data-v-4ebcd422] {
  width: 100px;
  height: 32px;
  margin-right: 20px;
}
.modalBaseButton[data-v-4ebcd422] {
  width: 100px;
  height: 32px;
  margin-left: 20px;
}
.wrapper .operate[data-v-4ebcd422] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-4ebcd422] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-4ebcd422] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-4ebcd422] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-4ebcd422] {
  margin-top: 48px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .tip p[data-v-4ebcd422] {
  margin-bottom: 8px;
}
.wrapper .instructions[data-v-4ebcd422] {
  font-weight: 600;
}
.wrapper .footer[data-v-4ebcd422] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-4ebcd422] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-4ebcd422] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: #0FB1B5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-4ebcd422] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-4ebcd422] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-4ebcd422] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-4ebcd422] .ant-upload-list {
  width: 600px;
}

[data-v-5b7c1cb8] .ant-table-thead > tr > th {
  padding: 11px 16px;
}
[data-v-5b7c1cb8] .ant-table-tbody > tr > td {
  padding: 11px 16px;
}
 /* 溢出隐藏 */
[data-v-5b7c1cb8] .ant-table-body .ant-table-tbody tr td {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-5b7c1cb8] .ant-table-body .ant-table-tbody tr td div {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 /* 鼠标移动上去时显示被隐藏的文本内容 */
 /* /deep/ .ant-table-body .ant-table-tbody tr td:hover {
  text-overflow: inherit;
  overflow: visible;
} */
[data-v-5b7c1cb8] .ant-table-body table {
  margin-bottom: 24px;
  table-layout: fixed;
}
.selectModal-wrapper .table[data-v-5b7c1cb8] {
  margin: 20px 69px 0 69px;
}
.selectModal-wrapper .bottom[data-v-5b7c1cb8] {
  width: 100%;
  height: 60px;
  position: relative;
  bottom: -30px;
  text-align: center;
}
[data-v-5b7c1cb8] .ant-table-pagination.ant-pagination {
  float: none;
  text-align: center;
  margin: 0 auto;
}

[data-v-d485aa86] .ant-card-body {
  /* padding: 12px; */
  padding: 0;
}
.stuDetailsModal-wrapper[data-v-d485aa86] {
  white-space: normal !important;
}
.stuDetailsModal-wrapper .bottom[data-v-d485aa86] {
  width: 100%;
  height: 60px;
  position: relative;
  bottom: -30px;
}
.stuDetailsModal-wrapper .bottom .btn-box[data-v-d485aa86] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content .stuDetailsModal-top[data-v-d485aa86] {
  margin: 22px 0 0 31px;
}
.content .stuDetailsModal-top .class-name[data-v-d485aa86] {
  padding: 5px;
  color: rgba(0, 0, 0, 0.85);
  margin: -20px 0 24px 0;
}
.content .stuDetailsModal-top .class-name span[data-v-d485aa86] {
  font-size: 14px;
  font-weight: 500;
}
.content .stuDetailsModal-top .add-btn[data-v-d485aa86] {
  margin: 0 10px 24px 0;
}
.content .stuDetailsModal-content[data-v-d485aa86] {
  margin: 0 24px 24px 30px;
}
.content .stuDetailsModal-content[data-v-d485aa86] .ant-pagination {
  text-align: center;
  margin: 64px 0 47px 0;
}
.content .stuDetailsModal-content .ant-row[data-v-d485aa86] {
  text-align: center;
  margin: 0 -18px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body[data-v-d485aa86] {
  /* padding: 8px; */
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem[data-v-d485aa86] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar[data-v-d485aa86] {
  width: 25%;
  line-height: 66px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar img[data-v-d485aa86] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message[data-v-d485aa86] {
  width: 70%;
  text-align: left;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg[data-v-d485aa86] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin: 15px 0 0 0;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .usNa[data-v-d485aa86] {
  width: 56px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .userId[data-v-d485aa86] {
  width: 70px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-left: 10px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile[data-v-d485aa86] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile span[data-v-d485aa86] {
  margin-left: 24px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-delete[data-v-d485aa86] {
  width: 9%;
}
.content .stuDetailsModal-content .ant-row .ant-col-8[data-v-d485aa86] {
  width: 274px;
  height: 76px;
  margin: 8px 12px;
}
.icon-class-name[data-v-d485aa86] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-unit-name[data-v-d485aa86] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

[data-v-26623844] .ant-form-item .ant-col-18 {
  width: 320px;
}
.form[data-v-26623844] {
  width: 500px;
  margin: 33px 0 0 210px;
}
.form .ant-form-item[data-v-26623844] {
  margin-bottom: 14px;
}
.teachEditModal-wrapper .bottom[data-v-26623844] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 80px;
}
.teachEditModal-wrapper .bottom .btn-box[data-v-26623844] {
  width: 220px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teachEditModal-wrapper .teachEditModal-top[data-v-26623844] {
  margin: 69px 0 0 246px;
}
.teachEditModal-wrapper .teachEditModal-top .class-name[data-v-26623844] {
  padding: 7px;
}
.teachEditModal-wrapper .teachEditModal-top .class-name span[data-v-26623844] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.icon-class-name[data-v-26623844] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-unit-name[data-v-26623844] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.baseButton[data-v-1bff943a] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-1bff943a] {
  position: relative;
}
.wrapper .operate[data-v-1bff943a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-1bff943a] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-1bff943a] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-1bff943a] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-1bff943a] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-1bff943a] {
  /* position: absolute;
    left: 50%;
    bottom: -160px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; */
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-1bff943a] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-1bff943a] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-1bff943a] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-1bff943a] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-1bff943a] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-1bff943a] .ant-upload-list {
  width: 600px;
}

.importBtn[data-v-a30945f8] {
  margin-left: 16px;
}
.class-wrapper[data-v-a30945f8] {
  margin: 24px 0 0 32px;
  /* =========list-item的样式文件end===== */
}
.class-wrapper .class-wrapper-right-top[data-v-a30945f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.class-wrapper .class-wrapper-right-top .addBtn[data-v-a30945f8] {
  width: 82px;
}
.class-wrapper .class-wrapper-right-top .ept[data-v-a30945f8] {
  width: 104px;
  margin-left: 22px;
}
.class-wrapper .class-wrapper-right-top .ept[data-v-a30945f8] .ant-menu .ant-radio-group > label {
  margin-right: 60px;
}
.class-wrapper .class-wrapper-right-top .right[data-v-a30945f8] {
  position: absolute;
  right: 62px;
}
.class-wrapper .class-wrapper-right-top .ant-radio-group[data-v-a30945f8] {
  margin-top: 5px;
}
.class-wrapper .ant-layout[data-v-a30945f8] {
  background-color: #fff;
  margin: 40px 0 0 -6px;
  /* 图标 */
}
.class-wrapper .ant-layout .ant-layout-content[data-v-a30945f8] {
  margin-left: 48px;
}
.class-wrapper .ant-layout .btn[data-v-a30945f8] {
  border: none;
  color: black;
  display: block;
}
.class-wrapper .ant-layout .ant-tree[data-v-a30945f8] {
  width: 100%;
}
.class-wrapper .ant-layout[data-v-a30945f8] .ant-tree li {
  text-align: left;
  position: relative;
}
.class-wrapper .ant-layout .ant-tree li .ant-tree-node-content-wrapper[data-v-a30945f8] {
  position: relative;
  width: 7em;
  overflow: hidden;
  text-align: left;
  height: auto;
}
.class-wrapper .ant-layout[data-v-a30945f8] .ant-tree li span.ant-tree-iconEle {
  position: absolute;
  /* right: -20px; */
  left: 120px;
}
.class-wrapper .ant-layout[data-v-a30945f8] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
.class-wrapper .ant-layout[data-v-a30945f8] .ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  display: none;
}
.class-wrapper .ant-layout[data-v-a30945f8] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  /* overflow: hidden; */
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.class-wrapper .ant-layout .ant-list-pagination[data-v-a30945f8] {
  text-align: center;
}
.class-wrapper .list-item[data-v-a30945f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  text-align: center;
  margin-left: 1px;
  margin-right: 45px;
  margin-bottom: 16px;
}
.class-wrapper .list-item .item-left[data-v-a30945f8] {
  /* width: 27%; */
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.class-wrapper .list-item .item-left .img[data-v-a30945f8] {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  margin: 24px 16px;
}
.class-wrapper .list-item .item-left .img img[data-v-a30945f8] {
  height: 100%;
  width: 80%;
}
.class-wrapper .list-item .item-left .item-left-p[data-v-a30945f8] {
  width: 145px;
  margin: 26px 10px 0 0;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  /* .gradeNameSpan {
          display: flex;
          flex-wrap: wrap;
        } */
}
.class-wrapper .list-item .item-left .item-left-p span[data-v-a30945f8] {
  font-weight: 400;
  color: rgba(66, 66, 66, 0.85);
  height: 20px;
  line-height: 20px;
}
.class-wrapper .list-item .item-left .item-left-p .courseNameSapn[data-v-a30945f8] {
  margin-top: 14px;
  line-height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0fb1b5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class-wrapper .list-item .item-right[data-v-a30945f8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
}
.class-wrapper .list-item .item-right .line[data-v-a30945f8] {
  width: 1px;
  height: 49px;
  background: #e8e8e8;
  margin: auto;
}
.class-wrapper .list-item .item-right .stuItem[data-v-a30945f8] {
  /* width: 12%; */
  width: 98px;
}
.class-wrapper .list-item .item-right .stuItem i[data-v-a30945f8] {
  font-style: normal;
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 26px;
  font-weight: 400;
}
.class-wrapper .list-item .item-right .stuItem p[data-v-a30945f8] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0fb1b5;
  height: 28px;
  line-height: 28px;
  margin: 19px 0px;
}
.class-wrapper .list-item .item-right .stuItem span[data-v-a30945f8] {
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #0fb1b5;
  padding: 1px 18px;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.85);
  cursor: pointer;
}
.class-wrapper .list-item .item-right .teaItem[data-v-a30945f8] {
  width: 33%;
}
.class-wrapper .list-item .item-right .teaItem i[data-v-a30945f8] {
  font-style: normal;
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 26px;
  font-weight: 400;
}
.class-wrapper .list-item .item-right .teaItem p[data-v-a30945f8] {
  /* margin: 0 auto;
           margin-top: 16px; */
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  height: 32px;
  line-height: 20px;
  /* margin-left: 58px; */
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin: 16px 29px 0 29px; */
  margin-top: 16px;
  margin-left: 54px;
}
.class-wrapper .list-item .item-right .teaItem p img[data-v-a30945f8] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
}
.class-wrapper .list-item .item-right .teaItem p span[data-v-a30945f8] {
  margin-top: 5px;
}
.class-wrapper .list-item .item-right .editItem[data-v-a30945f8] {
  width: 6%;
  position: relative;
}
.class-wrapper .list-item .item-right .editItem i[data-v-a30945f8] {
  font-size: 16px;
  color: #0fb1b5;
  margin-top: 26px;
}
.class-wrapper .selectClass[data-v-a30945f8] {
  width: 100px;
}
.class-wrapper .first[data-v-a30945f8] {
  margin-left: 273px;
}
.class-wrapper .class-menu[data-v-a30945f8] {
  width: 160px;
  text-align: center;
  /* margin-right: 40px; */
}
.class-wrapper .ant-layout-sider[data-v-a30945f8] {
  background: #fff;
}
.class-wrapper[data-v-a30945f8] .ant-tree {
  margin-right: 100px;
}
.class-wrapper[data-v-a30945f8] .ant-tree > li ul {
  padding: 0 0 0 24px;
}
.class-wrapper li[data-v-a30945f8] {
  padding-right: 20px;
}
.class-wrapper li + li[data-v-a30945f8] {
  margin-bottom: 32px;
}
.class-wrapper li.all[data-v-a30945f8] {
  margin-bottom: 36px;
}
.class-wrapper .ant-list-split .ant-list-item[data-v-a30945f8] {
  border-bottom: none;
  padding: 8px 0;
}
.class-wrapper .ant-list-something-after-last-item .ant-spin-container > .ant-list-item[data-v-a30945f8]:last-child {
  border-bottom: none;
}
[data-v-a30945f8] .ant-list-pagination {
  margin: 24px;
}

*[data-v-1cd9a2b5] {
  margin: 0;
  padding: 0;
}
/* 给table添加必填校验 */
[data-v-1cd9a2b5] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-1cd9a2b5] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-1cd9a2b5] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
}
.student-add-modal-wrapper[data-v-1cd9a2b5] .ant-table-thead > tr > th {
  border: none;
  padding: 4px;
  background-color: white;
}
[data-v-1cd9a2b5] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.student-add-modal-wrapper .container[data-v-1cd9a2b5] {
  padding-bottom: 10px;
}
.student-add-modal-wrapper .container p[data-v-1cd9a2b5] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.student-add-modal-wrapper .container p i[data-v-1cd9a2b5] {
  font-size: 14px;
  color: #ffbf00;
  margin-right: 8px;
}
.student-add-modal-wrapper .container .bottom[data-v-1cd9a2b5] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.student-add-modal-wrapper .container .bottom .btn-box[data-v-1cd9a2b5] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  top: 50%;
  /*偏移*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#delete[data-v-1cd9a2b5] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* /deep/ .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
} */
[data-v-4a16ed91] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-4a16ed91] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-4a16ed91] {
  padding-left: 45px;
}
.bottom[data-v-4a16ed91] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-4a16ed91] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-4a16ed91] :last-child.ant-form-item {
  position: relative;
}

.baseButton[data-v-dac38186] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-dac38186] {
  position: relative;
}
.wrapper .operate[data-v-dac38186] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-dac38186] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-dac38186] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-dac38186] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-dac38186] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-dac38186] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-dac38186] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-dac38186] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-dac38186] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-dac38186] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-dac38186] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-dac38186] .ant-upload-list {
  width: 600px;
}

.importBtn[data-v-9b844b8a] {
  margin-left: 16px;
}
[data-v-9b844b8a] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
table .ant-table-thead > tr > th[data-v-9b844b8a] {
  min-width: 80px;
}
.student-wrapper[data-v-9b844b8a] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-9b844b8a] {
  margin: 40px 0 0 -6px;
}
.box[data-v-9b844b8a] {
  background: #fff;
}
.head[data-v-9b844b8a] {
  overflow: hidden;
}
.addBtn[data-v-9b844b8a] {
  width: 82px;
}
.impExcel[data-v-9b844b8a] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.right[data-v-9b844b8a] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.ant-radio-group[data-v-9b844b8a] {
  margin-left: 20px;
}
.ant-input-search[data-v-9b844b8a] {
  width: 192px;
  height: 32px;
}
.ant-select[data-v-9b844b8a] {
  width: 112px;
}
.right_item[data-v-9b844b8a] {
  margin-right: 24px;
}
 /* 树状导航 */
[data-v-9b844b8a] .ant-tree li {
  padding: 6px 0;
}
[data-v-9b844b8a] .ant-table-selection {
  width: 35px;
}
[data-v-9b844b8a] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-9b844b8a] .ant-table-tbody > tr .ant-table-selection-column {
  padding-left: 25px;
  text-align: left;
}
[data-v-9b844b8a] .ant-table-tbody > tr > td div,
p[data-v-9b844b8a] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-9b844b8a] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-9b844b8a] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-9b844b8a] {
  background-color: #fff;
}
.class-menu[data-v-9b844b8a] {
  background: #fff;
}
.remark-decorate[data-v-9b844b8a] {
  width: 300px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
 /* 右面内容样式 */
 /* 删除图标 */
.icon-delete[data-v-9b844b8a] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  /* margin-right: 8px; */
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-9b844b8a] {
  margin-right: 13px;
}

.box[data-v-30b55c4b] {
  margin-bottom: 80px;
}
.minbox[data-v-30b55c4b] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-30b55c4b] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-30b55c4b] {
  margin-right: 5%;
  float: right;
}
.b[data-v-30b55c4b] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-30b55c4b] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-30b55c4b] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}

*[data-v-57ddfd2e] {
  margin: 0;
  padding: 0;
}
[data-v-57ddfd2e] .ant-table-tbody > tr > td div {
  overflow: visible!important;
}
[data-v-57ddfd2e] .ant-select-selection--multiple .ant-select-selection__choice__content {
  overflow: hidden!important;
  max-width: 110px;
}
 /* 给table添加必填校验 */
[data-v-57ddfd2e] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-57ddfd2e] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-57ddfd2e] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
}
.teacher-add-modal-wrapper[data-v-57ddfd2e] .ant-table-thead > tr > th {
  width: 100px;
  border: none;
  padding: 4px;
  background-color: white;
}
[data-v-57ddfd2e] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.teacher-add-modal-wrapper[data-v-57ddfd2e] {
  /* width: 664px; */
  background: #ffffff;
}
.teacher-add-modal-wrapper .container[data-v-57ddfd2e] {
  padding-bottom: 10px;
  /* #content { */
  /* #delete {
        padding: 0px 8px;
        position: relative;
        right: -4px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        border: none;
      } */
  /* } */
}
.teacher-add-modal-wrapper .container p[data-v-57ddfd2e] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.teacher-add-modal-wrapper .container p i[data-v-57ddfd2e] {
  color: #ffbf00;
  margin: 4px 8px 0 0;
}
.teacher-add-modal-wrapper .container .bottom[data-v-57ddfd2e] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.teacher-add-modal-wrapper .container .bottom .btn-box[data-v-57ddfd2e] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  top: 50%;
  /* 偏移 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#delete[data-v-57ddfd2e] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* /deep/ .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
} */
[data-v-cc61e402] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-cc61e402] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-cc61e402] {
  padding-left: 45px;
}
.bottom[data-v-cc61e402] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-cc61e402] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-cc61e402] :last-child.ant-form-item {
  position: relative;
}

.baseButton[data-v-39197819] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-39197819] {
  position: relative;
}
.wrapper .operate[data-v-39197819] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-39197819] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-39197819] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-39197819] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-39197819] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-39197819] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-39197819] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-39197819] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-39197819] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-39197819] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-39197819] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-39197819] .ant-upload-list {
  width: 600px;
}

[data-v-3fd5c449] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacher-wrapper[data-v-3fd5c449] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-3fd5c449] {
  margin: 40px 0 0 -6px;
}
.box[data-v-3fd5c449] {
  background: #fff;
}
.ant-table-pagination[data-v-3fd5c449] {
  margin-right: 200px;
}
.head[data-v-3fd5c449] {
  overflow: hidden;
}
.head .addBtn[data-v-3fd5c449] {
  width: 82px;
}
.head .impExcel[data-v-3fd5c449] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.head .right[data-v-3fd5c449] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.head .right .right_item[data-v-3fd5c449] {
  margin-right: 24px;
}
.head .right[data-v-3fd5c449] .ant-select {
  width: 112px;
}
.head .ant-radio-group[data-v-3fd5c449] {
  margin-left: 20px;
}
.head .ant-input-search[data-v-3fd5c449] {
  width: 192px;
  height: 32px;
}
.importBtn[data-v-3fd5c449] {
  margin-left: 16px;
}
/* 树状导航 */
[data-v-3fd5c449] .ant-tree li {
  padding: 6px 0;
}
[data-v-3fd5c449] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-3fd5c449] .ant-table-tbody > tr > td div,
p[data-v-3fd5c449] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.remark-decorate[data-v-3fd5c449] {
  width: 300px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
[data-v-3fd5c449] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-3fd5c449] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-3fd5c449] {
  background-color: #fff;
}
.class-menu[data-v-3fd5c449] {
  background: #fff;
}
/* 删除图标 */
.icon-delete[data-v-3fd5c449] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-3fd5c449] {
  margin-right: 13px;
}

[data-v-2153a3ff] .ant-tag {
  width: auto!important;
  text-align: center !important;
  height: auto!important;
  line-height: 1.5!important;
}
.bo[data-v-2153a3ff] {
  /* width: 500px; */
  margin-bottom: 80px;
}
.minbox[data-v-2153a3ff] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-2153a3ff] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-2153a3ff] {
  margin-right: 5%;
  float: right;
}
.b[data-v-2153a3ff] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-2153a3ff] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-2153a3ff] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.view-modal-wrapper .box[data-v-2153a3ff] {
  margin-bottom: 76px;
}
.view-modal-wrapper .box ul[data-v-2153a3ff] {
  list-style: none;
  padding: 0 !important;
}
.view-modal-wrapper .box ul li[data-v-2153a3ff] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  margin: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.view-modal-wrapper .box ul li span[data-v-2153a3ff] {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.view-modal-wrapper .box .title[data-v-2153a3ff] {
  width: 100%;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  border-left: solid 2px #0fb1b5;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 26px;
}
.view-modal-wrapper .box .detail ul[data-v-2153a3ff] {
  list-style: none;
  padding: 0 !important;
}
.view-modal-wrapper .box .detail ul li i[data-v-2153a3ff] {
  display: inline-block;
  font-style: normal;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
}
.view-modal-wrapper .box .detail ul li em[data-v-2153a3ff] {
  font-style: normal;
  border: solid 1px #f5f5f5;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #f5f5f5;
}
.view-modal-wrapper .box .detail ul .line[data-v-2153a3ff] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
}
.course-show-box[data-v-2153a3ff] .ant-tag {
  white-space: normal;
  text-align: justify!important;
}
.course-show-box[data-v-2153a3ff] .ant-tag + .ant-tag {
  margin-top: 5px;
}

*[data-v-4920da0b] {
  margin: 0;
  padding: 0;
}
/* 给table添加必填校验 */
[data-v-4920da0b] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-4920da0b] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-4920da0b] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
  background-color: white;
}
.teacher-add-modal-wrapper[data-v-4920da0b] .ant-table-thead > tr > th {
  border: none;
  padding: 4px;
  background-color: white;
}
/* 最后一行的必填项不显示 */
[data-v-4920da0b] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.teacher-add-modal-wrapper[data-v-4920da0b] {
  /* width: 700px; */
}
.teacher-add-modal-wrapper .container[data-v-4920da0b] {
  padding-bottom: 10px;
}
.teacher-add-modal-wrapper .container p[data-v-4920da0b] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fafafa;
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.teacher-add-modal-wrapper .container p i[data-v-4920da0b] {
  font-size: 14px;
  color: #ffbf00;
  margin-right: 8px;
}
.teacher-add-modal-wrapper .container #content #delete[data-v-4920da0b] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.teacher-add-modal-wrapper .container .bottom[data-v-4920da0b] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.teacher-add-modal-wrapper .container .bottom .btn-box[data-v-4920da0b] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  top: 50%;
  /* 偏移 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-v-335f9dba] .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
}
[data-v-335f9dba] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-335f9dba] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-335f9dba] {
  padding-left: 45px;
}
.bottom[data-v-335f9dba] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-335f9dba] {
  width: 220px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-335f9dba] :last-child.ant-form-item {
  position: relative;
}

.importModal-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.importModal-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.importModal-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.importModal-wrapper .ant-modal-footer {
  text-align: center;
}
.importModal-wrapper .about {
  padding: 15px 15px 100px 15px;
}
.importModal-wrapper .about p {
  margin: 0;
}

[data-v-3fc28a05] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacherAssistant-wrapper[data-v-3fc28a05] {
  margin: 24px 48px 0 32px;
}
.teacherAssistant-wrapper .ant-layout.ant-layout-has-sider[data-v-3fc28a05] {
  margin: 40px 0 0 -6px;
}
.teacherAssistant-wrapper .box[data-v-3fc28a05] {
  background: #fff;
}
.teacherAssistant-wrapper .box .head[data-v-3fc28a05] {
  overflow: hidden;
}
.teacherAssistant-wrapper .box .head .addBtn[data-v-3fc28a05] {
  width: 82px;
}
.teacherAssistant-wrapper .box .head .impExcel[data-v-3fc28a05] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.teacherAssistant-wrapper .box .head .right[data-v-3fc28a05] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.teacherAssistant-wrapper .box .head .right .right_item[data-v-3fc28a05] {
  margin-right: 24px;
}
.teacherAssistant-wrapper .box .head .right[data-v-3fc28a05] .ant-select {
  width: 112px;
}
.teacherAssistant-wrapper .box .head .ant-radio-group[data-v-3fc28a05] {
  margin-left: 158px;
}
.teacherAssistant-wrapper .box .head .ant-input-search[data-v-3fc28a05] {
  width: 192px;
  height: 32px;
}
.teacherAssistant-wrapper .box .table[data-v-3fc28a05] {
  margin: 0;
  margin-top: 20px;
  padding-right: 100px;
}
.teacherAssistant-wrapper .box .table .ant-table-pagination[data-v-3fc28a05] {
  margin-right: 200px;
}
.teacherAssistant-wrapper .box .table button[data-v-3fc28a05] {
  border: 1px solid #0fb1b5;
  background-color: #0fb1b5;
  color: #fff;
}
/* 树状导航 */
[data-v-3fc28a05] .ant-tree li {
  padding: 6px 0;
}
[data-v-3fc28a05] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-3fc28a05] .ant-table-tbody > tr > td div,
p[data-v-3fc28a05] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.remark-decorate[data-v-3fc28a05] {
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
[data-v-3fc28a05] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-3fc28a05] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-3fc28a05] {
  background-color: #fff;
}
.class-menu[data-v-3fc28a05] {
  background: #fff;
}
/* 删除图标 */
.icon-delete[data-v-3fc28a05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-3fc28a05] {
  margin-right: 13px;
}

.minbox[data-v-684205d0] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-684205d0] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-684205d0] {
  margin-right: 5%;
  float: right;
}
.b[data-v-684205d0] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-684205d0] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-684205d0] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.line[data-v-684205d0] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .view-modal-wrapper { */
.minbox[data-v-684205d0] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-684205d0] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-684205d0] {
  margin-right: 5%;
  float: right;
}
.b[data-v-684205d0] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-684205d0] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-684205d0] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.title[data-v-684205d0] {
  width: 100%;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  border-left: solid 2px #0fb1b5;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 26px;
}
.detail ul[data-v-684205d0] {
  list-style: none;
  padding: 0 !important;
}
.detail ul li i[data-v-684205d0] {
  display: inline-block;
  font-style: normal;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
}
.detail ul li em[data-v-684205d0] {
  font-style: normal;
  border: solid 1px #f5f5f5;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #f5f5f5;
}
/* } */

[data-v-265e9bb8] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacher-wrapper[data-v-265e9bb8] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-265e9bb8] {
  margin-top: 40px;
}
.box[data-v-265e9bb8] {
  background: #fff;
  margin-left: 12px;
}
.table[data-v-265e9bb8] {
  margin: 0;
  margin-top: 20px;
}
.ant-table-pagination[data-v-265e9bb8] {
  margin-right: 200px;
}
.head[data-v-265e9bb8] {
  overflow: hidden;
}
.head .right[data-v-265e9bb8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head .right .right_item[data-v-265e9bb8] {
  margin-right: 24px;
}
.head .right[data-v-265e9bb8] .ant-select {
  width: 112px;
}
.head .ant-radio-group[data-v-265e9bb8] {
  margin-left: 20px;
}
.head .ant-input-search[data-v-265e9bb8] {
  width: 192px;
  height: 32px;
}
/* 树状导航 */
[data-v-265e9bb8] .ant-tree li {
  padding: 6px 0;
}
[data-v-265e9bb8] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-265e9bb8] .ant-table-tbody > tr > td div,
p[data-v-265e9bb8] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-265e9bb8] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-265e9bb8] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-265e9bb8] {
  background-color: #fff;
}
.cdkey-box[data-v-265e9bb8] {
  text-align: center;
}
.cdkey-box .cdkey-box-title[data-v-265e9bb8] {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.cdkey-box .cdkey-box-content[data-v-265e9bb8] {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}

[data-v-f85eeafc] .ant-table-content {
  overflow-x: hidden!important;
}
[data-v-f85eeafc] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px 6px;
}
.classAddModal-wrapper[data-v-f85eeafc] .del {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 0;
}
.classAddModal-wrapper .add-btn[data-v-f85eeafc] {
  margin: 10px 0 47px 7px;
}
.classAddModal-wrapper .bottom[data-v-f85eeafc] {
  width: 100%;
  height: 60px;
  position: relative;
}
.classAddModal-wrapper .bottom .btn-box[data-v-f85eeafc] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bottom_save[data-v-f85eeafc] {
  padding: 0 20px;
}
.bottom_close[data-v-f85eeafc] {
  padding: 0 20px;
  margin-left: 8px;
}
 /* 给table添加必填校验 */
[data-v-f85eeafc] .ant-table tr th div {
  position: relative;
  margin-left: 18px;
}
[data-v-f85eeafc] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-f85eeafc] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.classAddModal-wrapper[data-v-f85eeafc] .ant-table-thead > tr > th {
  border: none;
  padding: 4px 12px;
  background-color: white;
}

[data-v-1ab00dfb] .ant-form-item .ant-col-18 {
  width: 294px;
  padding-left: 10px;
}
.classEditModal-wrapper .form .ant-form-item[data-v-1ab00dfb] {
  margin-bottom: 14px;
}
.classEditModal-wrapper .bottom[data-v-1ab00dfb] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 48px;
}
.classEditModal-wrapper .bottom .btn-box[data-v-1ab00dfb] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1366px) {
.show-box .title-header[data-v-db9a6d5c] {
    margin-bottom: 10px;
}
.show-box .code-box[data-v-db9a6d5c] {
    margin-bottom: 6px;
}
.stuDetailsModal-wrapper[data-v-db9a6d5c] .ant-modal {
    margin-top: 15px;
}
.stuDetailsModal-wrapper[data-v-db9a6d5c] .ant-modal-body {
    padding-bottom: 16px;
}
}
.expired-btn[data-v-db9a6d5c] {
  width: 200px;
}
.expired[data-v-db9a6d5c] {
  position: relative;
}
.expired-box[data-v-db9a6d5c] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
}
.expired-box img[data-v-db9a6d5c] {
  width: 128px!important;
}
.stuDetailsModal-wrapper[data-v-db9a6d5c] .ant-modal-close {
  position: absolute;
  top: -12px;
  right: -12px;
  z-index: 15;
}
.stuDetailsModal-wrapper[data-v-db9a6d5c] .ant-modal-close-x {
  display: block;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-style: normal;
  line-height: 24px!important;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  background: #fff;
  border-radius: 50%;
  color: #0fb1b5 !important;
}
.outdate[data-v-db9a6d5c] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #F7B500;
}
.handle-btn[data-v-db9a6d5c] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #0fb1b5;
  border: none;
  padding: 0;
  margin-left: 12px;
}
.handle-btn img[data-v-db9a6d5c] {
  margin-right: 4px;
}
.teacher[data-v-db9a6d5c] {
  margin-bottom: 16px;
}
.tip[data-v-db9a6d5c] {
  padding-bottom: 10px;
}
.code-box[data-v-db9a6d5c] {
  width: 190px;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin: 0 auto;
  margin-bottom: 18px;
}
.code-box img[data-v-db9a6d5c] {
  width: 180px;
  height: 180px;
}
.class-title[data-v-db9a6d5c] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.85);
}
p[data-v-db9a6d5c] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
}
.code-title[data-v-db9a6d5c] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #0fb1b5;
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
}
.lesson[data-v-db9a6d5c] {
  font-size: 14px;
  border: 1px solid;
  padding: 0 10px;
  border-radius: 4px;
  max-width: 225px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
}
.title-header[data-v-db9a6d5c] {
  background: rgba(15, 177, 181, 0.1) !important;
  height: auto !important;
  border-bottom: none;
  padding: 13px 16px !important;
  margin: -32px;
  margin-bottom: 32px;
  text-align: justify;
}
[data-v-db9a6d5c] .ant-modal-body {
  padding: 32px;
  text-align: center;
}
[data-v-db9a6d5c] .ant-card-body {
  /* padding: 12px; */
  padding: 0;
}
.stuDetailsModal-wrapper .bottom[data-v-db9a6d5c] {
  margin: 15px -32px 0 -32px;
  padding-top: 20px;
  border-top: 1px solid  #E8E8E8;
}
.stuDetailsModal-wrapper .bottom .btn-box[data-v-db9a6d5c] {
  position: relative;
  z-index: 10;
}
.content .stuDetailsModal-top[data-v-db9a6d5c] {
  margin: 22px 0 0 31px;
}
.content .stuDetailsModal-top .class-name[data-v-db9a6d5c] {
  padding: 5px;
  color: rgba(0, 0, 0, 0.85);
  margin: -20px 0 24px 0;
}
.content .stuDetailsModal-top .class-name span[data-v-db9a6d5c] {
  font-size: 14px;
  font-weight: 500;
}
.content .stuDetailsModal-top .add-btn[data-v-db9a6d5c] {
  margin: 0 10px 24px 0;
}
.content .stuDetailsModal-content[data-v-db9a6d5c] {
  margin: 0 24px 24px 30px;
}
.content .stuDetailsModal-content[data-v-db9a6d5c] .ant-pagination {
  text-align: center;
  margin: 64px 0 47px 0;
}
.content .stuDetailsModal-content .ant-row[data-v-db9a6d5c] {
  text-align: center;
  margin: 0 -18px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body[data-v-db9a6d5c] {
  /* padding: 8px; */
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem[data-v-db9a6d5c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar[data-v-db9a6d5c] {
  width: 25%;
  line-height: 66px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar img[data-v-db9a6d5c] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message[data-v-db9a6d5c] {
  width: 70%;
  text-align: left;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg[data-v-db9a6d5c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin: 15px 0 0 0;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .usNa[data-v-db9a6d5c] {
  width: 56px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .userId[data-v-db9a6d5c] {
  width: 70px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-left: 10px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile[data-v-db9a6d5c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile span[data-v-db9a6d5c] {
  margin-left: 24px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-delete[data-v-db9a6d5c] {
  width: 9%;
}
.content .stuDetailsModal-content .ant-row .ant-col-8[data-v-db9a6d5c] {
  width: 274px;
  height: 76px;
  margin: 8px 12px;
}
.icon-class-name[data-v-db9a6d5c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-unit-name[data-v-db9a6d5c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

[data-v-0d356537] .ant-table-thead > tr > th {
  padding: 11px 16px;
}
[data-v-0d356537] .ant-table-tbody > tr > td {
  padding: 11px 16px;
}
 /* 溢出隐藏 */
[data-v-0d356537] .ant-table-body .ant-table-tbody tr td {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-0d356537] .ant-table-body .ant-table-tbody tr td div {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
 /* 鼠标移动上去时显示被隐藏的文本内容 */
 /* /deep/ .ant-table-body .ant-table-tbody tr td:hover {
  text-overflow: inherit;
  overflow: visible;
} */
[data-v-0d356537] .ant-table-body table {
  margin-bottom: 24px;
  table-layout: fixed;
}
.selectModal-wrapper .table[data-v-0d356537] {
  margin: 20px 69px 0 69px;
}
.selectModal-wrapper .bottom[data-v-0d356537] {
  width: 100%;
  height: 60px;
  position: relative;
  bottom: -30px;
  text-align: center;
}
[data-v-0d356537] .ant-table-pagination.ant-pagination {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.baseButton[data-v-98a253ee] {
  width: 100px;
  height: 32px;
  margin-right: 20px;
}
.modalBaseButton[data-v-98a253ee] {
  width: 100px;
  height: 32px;
  margin-left: 20px;
}
.wrapper .operate[data-v-98a253ee] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-98a253ee] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-98a253ee] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-98a253ee] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-98a253ee] {
  margin: 12px 0 48px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .tip p[data-v-98a253ee] {
  margin-bottom: 8px;
}
.wrapper .instructions[data-v-98a253ee] {
  font-weight: 600;
}
.wrapper .footer[data-v-98a253ee] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-98a253ee] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-98a253ee] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: #0FB1B5;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-98a253ee] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-98a253ee] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-98a253ee] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-98a253ee] .ant-upload-list {
  width: 600px;
}

[data-v-6e9ca2da] .ant-card-body {
  /* padding: 12px; */
  padding: 0;
}
.stuDetailsModal-wrapper[data-v-6e9ca2da] {
  white-space: normal !important;
}
.stuDetailsModal-wrapper .bottom[data-v-6e9ca2da] {
  width: 100%;
  height: 60px;
  position: relative;
  bottom: -30px;
}
.stuDetailsModal-wrapper .bottom .btn-box[data-v-6e9ca2da] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.content .stuDetailsModal-top[data-v-6e9ca2da] {
  margin: 22px 0 0 31px;
}
.content .stuDetailsModal-top .class-name[data-v-6e9ca2da] {
  padding: 5px;
  color: rgba(0, 0, 0, 0.85);
  margin: -20px 0 24px 0;
}
.content .stuDetailsModal-top .class-name span[data-v-6e9ca2da] {
  font-size: 14px;
  font-weight: 500;
}
.content .stuDetailsModal-top .add-btn[data-v-6e9ca2da] {
  margin: 0 10px 24px 0;
}
.content .stuDetailsModal-content[data-v-6e9ca2da] {
  margin: 0 24px 24px 30px;
}
.content .stuDetailsModal-content[data-v-6e9ca2da] .ant-pagination {
  text-align: center;
  margin: 64px 0 47px 0;
}
.content .stuDetailsModal-content .ant-row[data-v-6e9ca2da] {
  text-align: center;
  margin: 0 -18px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body[data-v-6e9ca2da] {
  /* padding: 8px; */
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem[data-v-6e9ca2da] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar[data-v-6e9ca2da] {
  width: 25%;
  line-height: 66px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-avatar img[data-v-6e9ca2da] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message[data-v-6e9ca2da] {
  width: 70%;
  text-align: left;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg[data-v-6e9ca2da] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin: 15px 0 0 0;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .usNa[data-v-6e9ca2da] {
  width: 56px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .stuMsg .userId[data-v-6e9ca2da] {
  width: 70px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: bottom;
  margin-left: 10px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile[data-v-6e9ca2da] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-message .mobile span[data-v-6e9ca2da] {
  margin-left: 24px;
}
.content .stuDetailsModal-content .ant-row .ant-card-body .cardItem .item-delete[data-v-6e9ca2da] {
  width: 9%;
}
.content .stuDetailsModal-content .ant-row .ant-col-8[data-v-6e9ca2da] {
  width: 348px;
  height: 88px;
  margin: 8px 12px;
}
.icon-class-name[data-v-6e9ca2da] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-unit-name[data-v-6e9ca2da] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

[data-v-2273c766] .ant-form-item .ant-col-18 {
  width: 330px;
  padding-left: 10px;
}
.form[data-v-2273c766] {
  padding-left: 200px;
}
.form .ant-form-item[data-v-2273c766] {
  margin-bottom: 14px;
}
.teachEditModal-wrapper .bottom[data-v-2273c766] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.teachEditModal-wrapper .bottom .btn-box[data-v-2273c766] {
  width: 220px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.teachEditModal-wrapper .teachEditModal-top[data-v-2273c766] {
  margin: 0;
  padding-left: 224px;
  padding-bottom: 20px;
}
.teachEditModal-wrapper .teachEditModal-top .class-name[data-v-2273c766] {
  padding: 7px;
}
.teachEditModal-wrapper .teachEditModal-top .class-name span[data-v-2273c766] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.85);
}
.icon-class-name[data-v-2273c766] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  margin-right: 8px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon-unit-name[data-v-2273c766] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.baseButton[data-v-20383b67] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-20383b67] {
  position: relative;
}
.wrapper .operate[data-v-20383b67] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-20383b67] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-20383b67] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-20383b67] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-20383b67] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-20383b67] {
  /* position: absolute;
    left: 50%;
    bottom: -160px;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; */
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-20383b67] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-20383b67] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-20383b67] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-20383b67] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-20383b67] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-20383b67] .ant-upload-list {
  width: 600px;
}

.code-block[data-v-904c5874] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #0FB1B5;
  border-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding-left: 5px;
  padding-right: 5px;
}
.code-block i[data-v-904c5874] {
  vertical-align: middle;
  margin-right: 4px;
}
.code-block[data-v-904c5874]:hover {
  background: #0FB1B5;
  color: #fff;
  padding-left: 5px;
}
.importBtn[data-v-904c5874] {
  margin-left: 16px;
}
.class-wrapper[data-v-904c5874] {
  margin: 24px 0 0 32px;
  /* =========list-item的样式文件end===== */
}
.class-wrapper .class-wrapper-right-top[data-v-904c5874] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.class-wrapper .class-wrapper-right-top .addBtn[data-v-904c5874] {
  width: 82px;
}
.class-wrapper .class-wrapper-right-top .ept[data-v-904c5874] {
  width: 104px;
  margin-left: 22px;
}
.class-wrapper .class-wrapper-right-top .ept[data-v-904c5874] .ant-menu .ant-radio-group > label {
  margin-right: 60px;
}
.class-wrapper .class-wrapper-right-top .right[data-v-904c5874] {
  position: absolute;
  right: 62px;
}
.class-wrapper .class-wrapper-right-top .ant-radio-group[data-v-904c5874] {
  margin-top: 5px;
}
.class-wrapper .ant-layout[data-v-904c5874] {
  background-color: #fff;
  margin: 40px 0 0 -6px;
  /* 图标 */
}
.class-wrapper .ant-layout .ant-layout-content[data-v-904c5874] {
  margin-left: 48px;
}
.class-wrapper .ant-layout .btn[data-v-904c5874] {
  border: none;
  color: black;
  display: block;
}
.class-wrapper .ant-layout .ant-tree[data-v-904c5874] {
  width: 100%;
}
.class-wrapper .ant-layout[data-v-904c5874] .ant-tree li {
  text-align: left;
  position: relative;
}
.class-wrapper .ant-layout .ant-tree li .ant-tree-node-content-wrapper[data-v-904c5874] {
  position: relative;
  width: 7em;
  overflow: hidden;
  text-align: left;
  height: auto;
}
.class-wrapper .ant-layout[data-v-904c5874] .ant-tree li span.ant-tree-iconEle {
  position: absolute;
  /* right: -20px; */
  left: 120px;
}
.class-wrapper .ant-layout[data-v-904c5874] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
.class-wrapper .ant-layout[data-v-904c5874] .ant-tree li span.ant-tree-switcher.ant-tree-switcher-noop {
  display: none;
}
.class-wrapper .ant-layout[data-v-904c5874] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  /* overflow: hidden; */
  display: inline-block;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.class-wrapper .ant-layout .ant-list-pagination[data-v-904c5874] {
  text-align: center;
}
.class-wrapper em[data-v-904c5874] {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-style: normal;
  display: block;
}
.class-wrapper .list-item[data-v-904c5874] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 96%;
  -webkit-box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  text-align: center;
  margin-left: 1px;
  margin-right: 45px;
  margin-bottom: 16px;
  padding: 24px 0;
}
.class-wrapper .list-item .item-left[data-v-904c5874] {
  /* width: 27%; */
  width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.class-wrapper .list-item .item-left .img[data-v-904c5874] {
  width: 112px;
  height: 112px;
  border-radius: 8px;
  margin: 0 16px;
}
.class-wrapper .list-item .item-left .img img[data-v-904c5874] {
  height: 100%;
  width: 80%;
}
.class-wrapper .list-item .item-left .item-left-p[data-v-904c5874] {
  width: 145px;
  margin: 0;
  text-align: left;
  word-wrap: break-word;
  white-space: normal;
  /* .gradeNameSpan {
          display: flex;
          flex-wrap: wrap;
        } */
}
.class-wrapper .list-item .item-left .item-left-p span[data-v-904c5874] {
  font-weight: 400;
  color: rgba(66, 66, 66, 0.85);
  height: 20px;
  line-height: 20px;
}
.class-wrapper .list-item .item-left .item-left-p .courseNameSapn[data-v-904c5874] {
  margin-top: 20px;
  line-height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0fb1b5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.class-wrapper .list-item .item-right[data-v-904c5874] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.class-wrapper .list-item .item-right .line[data-v-904c5874] {
  width: 1px;
  height: 49px;
  background: #e8e8e8;
  margin: auto;
}
.class-wrapper .list-item .item-right .stuItem[data-v-904c5874] {
  /* width: 12%; */
  width: 98px;
}
.class-wrapper .list-item .item-right .stuItem i[data-v-904c5874] {
  font-style: normal;
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 26px;
  font-weight: 400;
}
.class-wrapper .list-item .item-right .stuItem p[data-v-904c5874] {
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0fb1b5;
  height: 28px;
  line-height: 28px;
  margin: 19px 0px;
}
.class-wrapper .list-item .item-right .stuItem span[data-v-904c5874] {
  height: 22px;
  line-height: 22px;
  font-weight: 400;
  color: #0fb1b5;
  padding: 1px 18px;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.85);
  cursor: pointer;
}
.class-wrapper .list-item .item-right .teaItem[data-v-904c5874] {
  width: 33%;
}
.class-wrapper .list-item .item-right .teaItem i[data-v-904c5874] {
  font-style: normal;
  display: block;
  margin: 0 auto;
  height: 20px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 26px;
  font-weight: 400;
}
.class-wrapper .list-item .item-right .teaItem p[data-v-904c5874] {
  /* margin: 0 auto;
           margin-top: 16px; */
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  height: 32px;
  line-height: 20px;
  /* margin-left: 58px; */
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin: 16px 29px 0 29px; */
  margin-top: 16px;
  margin-left: 54px;
}
.class-wrapper .list-item .item-right .teaItem p img[data-v-904c5874] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  vertical-align: middle;
}
.class-wrapper .list-item .item-right .teaItem p span[data-v-904c5874] {
  margin-top: 5px;
}
.class-wrapper .list-item .item-right .editItem[data-v-904c5874] {
  width: 4%;
  position: relative;
  margin-top: -15px;
}
.class-wrapper .list-item .item-right .editItem i[data-v-904c5874] {
  font-size: 16px;
  color: #0fb1b5;
  margin-top: 26px;
}
.class-wrapper .selectClass[data-v-904c5874] {
  width: 100px;
}
.class-wrapper .first[data-v-904c5874] {
  margin-left: 273px;
}
.class-wrapper .class-menu[data-v-904c5874] {
  width: 160px;
  text-align: center;
  /* margin-right: 40px; */
}
.class-wrapper .ant-layout-sider[data-v-904c5874] {
  background: #fff;
}
.class-wrapper[data-v-904c5874] .ant-tree {
  margin-right: 100px;
}
.class-wrapper[data-v-904c5874] .ant-tree > li ul {
  padding: 0 0 0 24px;
}
.class-wrapper li[data-v-904c5874] {
  padding-right: 20px;
}
.class-wrapper li + li[data-v-904c5874] {
  margin-bottom: 32px;
}
.class-wrapper li.all[data-v-904c5874] {
  margin-bottom: 36px;
}
.class-wrapper .ant-list-split .ant-list-item[data-v-904c5874] {
  border-bottom: none;
  padding: 8px 0;
}
.class-wrapper .ant-list-something-after-last-item .ant-spin-container > .ant-list-item[data-v-904c5874]:last-child {
  border-bottom: none;
}
[data-v-904c5874] .ant-list-pagination {
  margin: 24px;
}

*[data-v-6d9848bb] {
  margin: 0;
  padding: 0;
}
.b div[data-v-6d9848bb] {
  word-break: break-all;
  margin: 5%;
}
.itemClass[data-v-6d9848bb] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.iconfont[data-v-6d9848bb] {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}
.box[data-v-6d9848bb] {
  width: 100%;
  padding: 24px 48px 0 32px;
  /* 顶部学校信息start */
  /* 学科信息start */
  /* 学科信息end */
}
.box .top-box[data-v-6d9848bb] {
  width: 390px;
  padding: 24px;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}
.box .top-box .top-box-bottom[data-v-6d9848bb] {
  margin: 0 auto;
}
.box .top-box .top-box-bottom ul[data-v-6d9848bb] {
  list-style: none;
}
.box .top-box .top-box-bottom ul li[data-v-6d9848bb] {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 8px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .top-box .top-box-bottom ul li span[data-v-6d9848bb] {
  display: block;
  width: 210px;
  float: right;
}
.box .list-box[data-v-6d9848bb] {
  width: 100%;
  overflow: hidden;
  padding-bottom: 184px;
  padding-left: 1px;
}
.box .list-box .item[data-v-6d9848bb] {
  float: left;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  width: 480px;
  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: 24px 24px 0 0;
}
.box .list-box .item .left[data-v-6d9848bb] {
  width: 160px;
  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;
}
.box .list-box .item .left img[data-v-6d9848bb] {
  width: 112px;
  height: 112px;
  margin: 24px;
  background: #f6f6f6;
  border-radius: 8px;
}
.box .list-box .item .right[data-v-6d9848bb] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.box .list-box .item .right #box[data-v-6d9848bb] {
  width: 100%;
}
.box .list-box .item .right #box .title[data-v-6d9848bb] {
  margin: 0;
  font-weight: 600;
  color: #0fb1b5;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  width: 170px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.box .list-box .item .right #box .expireDate[data-v-6d9848bb] {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
}
.box .list-box .item .right .courseAdmins[data-v-6d9848bb] {
  margin-left: 28px;
  word-break: break-all;
}
.courseList[data-v-6d9848bb] {
  display: inline-grid;
}
.courseItem[data-v-6d9848bb] {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

*[data-v-25699948] {
  margin: 0;
  padding: 0;
}
/* 给table添加必填校验 */
[data-v-25699948] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-25699948] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-25699948] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
}
.student-add-modal-wrapper[data-v-25699948] .ant-table-thead > tr > th {
  border: none;
  padding: 4px;
  background-color: white;
}
[data-v-25699948] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.student-add-modal-wrapper .container[data-v-25699948] {
  padding-bottom: 10px;
}
.student-add-modal-wrapper .container p[data-v-25699948] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.student-add-modal-wrapper .container p i[data-v-25699948] {
  font-size: 14px;
  color: #ffbf00;
  margin-right: 8px;
}
.student-add-modal-wrapper .container .bottom[data-v-25699948] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.student-add-modal-wrapper .container .bottom .btn-box[data-v-25699948] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  top: 50%;
  /*偏移*/
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#delete[data-v-25699948] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* /deep/ .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
} */
[data-v-03500c9e] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-03500c9e] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-03500c9e] {
  padding-left: 45px;
}
.bottom[data-v-03500c9e] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-03500c9e] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-03500c9e] :last-child.ant-form-item {
  position: relative;
}

.baseButton[data-v-43abf4f2] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-43abf4f2] {
  position: relative;
}
.wrapper .operate[data-v-43abf4f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-43abf4f2] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-43abf4f2] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-43abf4f2] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-43abf4f2] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-43abf4f2] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-43abf4f2] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-43abf4f2] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-43abf4f2] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-43abf4f2] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-43abf4f2] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-43abf4f2] .ant-upload-list {
  width: 600px;
}

.importBtn[data-v-4d637d0e] {
  margin-left: 16px;
}
[data-v-4d637d0e] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
table .ant-table-thead > tr > th[data-v-4d637d0e] {
  min-width: 80px;
}
.student-wrapper[data-v-4d637d0e] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-4d637d0e] {
  margin: 40px 0 0 -6px;
}
.box[data-v-4d637d0e] {
  background: #fff;
}
.head[data-v-4d637d0e] {
  overflow: hidden;
}
.addBtn[data-v-4d637d0e] {
  width: 82px;
}
.impExcel[data-v-4d637d0e] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.right[data-v-4d637d0e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.ant-radio-group[data-v-4d637d0e] {
  margin-left: 20px;
}
.ant-input-search[data-v-4d637d0e] {
  width: 192px;
  height: 32px;
}
.ant-select[data-v-4d637d0e] {
  width: 112px;
}
.right_item[data-v-4d637d0e] {
  margin-right: 24px;
}
 /* 树状导航 */
[data-v-4d637d0e] .ant-tree li {
  padding: 6px 0;
}
[data-v-4d637d0e] .ant-table-selection {
  width: 35px;
}
[data-v-4d637d0e] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-4d637d0e] .ant-table-tbody > tr .ant-table-selection-column {
  padding-left: 25px;
  text-align: left;
}
[data-v-4d637d0e] .ant-table-tbody > tr > td div,
p[data-v-4d637d0e] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-4d637d0e] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-4d637d0e] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-4d637d0e] {
  background-color: #fff;
}
.class-menu[data-v-4d637d0e] {
  background: #fff;
}
.remark-decorate[data-v-4d637d0e] {
  width: 300px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
 /* 右面内容样式 */
 /* 删除图标 */
.icon-delete[data-v-4d637d0e] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  /* margin-right: 8px; */
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-4d637d0e] {
  margin-right: 13px;
}

.box[data-v-431a8cde] {
  margin-bottom: 80px;
}
.minbox[data-v-431a8cde] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-431a8cde] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-431a8cde] {
  margin-right: 5%;
  float: right;
}
.b[data-v-431a8cde] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-431a8cde] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-431a8cde] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}

*[data-v-1aeae01a] {
  margin: 0;
  padding: 0;
}
/* 给table添加必填校验 */
[data-v-1aeae01a] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-1aeae01a] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-1aeae01a] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
}
.teacher-add-modal-wrapper[data-v-1aeae01a] .ant-table-thead > tr > th {
  width: 100px;
  border: none;
  padding: 4px;
  background-color: white;
}
[data-v-1aeae01a] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.teacher-add-modal-wrapper[data-v-1aeae01a] {
  /* width: 664px; */
  background: #ffffff;
}
.teacher-add-modal-wrapper .container[data-v-1aeae01a] {
  padding-bottom: 10px;
  /* #content { */
  /* #delete {
        padding: 0px 8px;
        position: relative;
        right: -4px;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        border: none;
      } */
  /* } */
}
.teacher-add-modal-wrapper .container p[data-v-1aeae01a] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.teacher-add-modal-wrapper .container p i[data-v-1aeae01a] {
  color: #ffbf00;
  margin: 4px 8px 0 0;
}
.teacher-add-modal-wrapper .container .bottom[data-v-1aeae01a] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.teacher-add-modal-wrapper .container .bottom .btn-box[data-v-1aeae01a] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  top: 50%;
  /* 偏移 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#delete[data-v-1aeae01a] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* /deep/ .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
} */
[data-v-59da2c3e] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-59da2c3e] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-59da2c3e] {
  padding-left: 45px;
}
.bottom[data-v-59da2c3e] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-59da2c3e] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-59da2c3e] :last-child.ant-form-item {
  position: relative;
}

.baseButton[data-v-edcbbe0c] {
  width: 80px;
  height: 32px;
  margin-right: 20px;
}
.wrapper[data-v-edcbbe0c] {
  position: relative;
}
.wrapper .operate[data-v-edcbbe0c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .operate .upload[data-v-edcbbe0c] .ant-btn {
  width: 100px;
  height: 32px;
  background-color: #0FB1B5;
  border-color: #0FB1B5;
  color: #fff;
  margin-right: 20px;
}
.wrapper .operate .download[data-v-edcbbe0c] {
  position: absolute;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 32px;
  margin-left: 120px;
}
.wrapper .upload_icon[data-v-edcbbe0c] {
  margin-bottom: 3px;
  margin-right: 6px;
}
.wrapper .tip[data-v-edcbbe0c] {
  margin: 48px 0;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.wrapper .footer[data-v-edcbbe0c] {
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 200px;
  text-align: center;
}
.confirm_wrapper[data-v-edcbbe0c] {
  width: 100%;
}
.confirm_wrapper .header_box[data-v-edcbbe0c] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  font-size: 14px;
}
.confirm_wrapper .content[data-v-edcbbe0c] {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.confirm_wrapper .content .reason[data-v-edcbbe0c] {
  display: inline-block;
  margin: 0 auto;
}
.confirm_wrapper .content .footer_box[data-v-edcbbe0c] {
  display: inline-block;
  margin: 40px auto 0 auto;
}
[data-v-edcbbe0c] .ant-upload-list {
  width: 600px;
}

[data-v-537584a6] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacher-wrapper[data-v-537584a6] {
  margin: 24px 48px 0 32px;
}
.ant-layout.ant-layout-has-sider[data-v-537584a6] {
  margin: 40px 0 0 -6px;
}
.box[data-v-537584a6] {
  background: #fff;
}
.ant-table-pagination[data-v-537584a6] {
  margin-right: 200px;
}
.head[data-v-537584a6] {
  overflow: hidden;
}
.head .addBtn[data-v-537584a6] {
  width: 82px;
}
.head .impExcel[data-v-537584a6] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.head .right[data-v-537584a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.head .right .right_item[data-v-537584a6] {
  margin-right: 24px;
}
.head .right[data-v-537584a6] .ant-select {
  width: 112px;
}
.head .ant-radio-group[data-v-537584a6] {
  margin-left: 20px;
}
.head .ant-input-search[data-v-537584a6] {
  width: 192px;
  height: 32px;
}
.importBtn[data-v-537584a6] {
  margin-left: 16px;
}
/* 树状导航 */
[data-v-537584a6] .ant-tree li {
  padding: 6px 0;
}
[data-v-537584a6] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-537584a6] .ant-table-tbody > tr > td div,
p[data-v-537584a6] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.remark-decorate[data-v-537584a6] {
  width: 300px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
[data-v-537584a6] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-537584a6] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-537584a6] {
  background-color: #fff;
}
.class-menu[data-v-537584a6] {
  background: #fff;
}
/* 删除图标 */
.icon-delete[data-v-537584a6] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-537584a6] {
  margin-right: 13px;
}

.bo[data-v-24cae0c4] {
  /* width: 500px; */
  margin-bottom: 80px;
}
.minbox[data-v-24cae0c4] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-24cae0c4] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-24cae0c4] {
  margin-right: 5%;
  float: right;
}
.b[data-v-24cae0c4] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-24cae0c4] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-24cae0c4] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.view-modal-wrapper .box[data-v-24cae0c4] {
  margin-bottom: 76px;
}
.view-modal-wrapper .box ul[data-v-24cae0c4] {
  list-style: none;
  padding: 0 !important;
}
.view-modal-wrapper .box ul li[data-v-24cae0c4] {
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
  margin: 8px 0;
}
.view-modal-wrapper .box ul li span[data-v-24cae0c4] {
  display: inline-block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
}
.view-modal-wrapper .box .title[data-v-24cae0c4] {
  width: 100%;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  border-left: solid 2px #0fb1b5;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 26px;
}
.view-modal-wrapper .box .detail ul[data-v-24cae0c4] {
  list-style: none;
  padding: 0 !important;
}
.view-modal-wrapper .box .detail ul li i[data-v-24cae0c4] {
  display: inline-block;
  font-style: normal;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
}
.view-modal-wrapper .box .detail ul li em[data-v-24cae0c4] {
  font-style: normal;
  border: solid 1px #f5f5f5;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #f5f5f5;
}
.view-modal-wrapper .box .detail ul .line[data-v-24cae0c4] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
}

*[data-v-5c7b2e58] {
  margin: 0;
  padding: 0;
}
/* 给table添加必填校验 */
[data-v-5c7b2e58] .ant-table tr th div {
  position: relative;
  margin-left: 13px;
}
[data-v-5c7b2e58] .ant-table tr th div::before {
  position: absolute;
  top: 3px;
  left: -10px;
  content: "*";
  display: inline-block;
  color: red;
}
[data-v-5c7b2e58] .ant-table-tbody > tr > td {
  border: none;
  padding: 4px !important;
  background-color: white;
}
.teacher-add-modal-wrapper[data-v-5c7b2e58] .ant-table-thead > tr > th {
  border: none;
  padding: 4px;
  background-color: white;
}
/* 最后一行的必填项不显示 */
[data-v-5c7b2e58] .ant-table .ant-table-thead tr th:last-child div {
  display: none;
}
.teacher-add-modal-wrapper[data-v-5c7b2e58] {
  /* width: 700px; */
}
.teacher-add-modal-wrapper .container[data-v-5c7b2e58] {
  padding-bottom: 10px;
}
.teacher-add-modal-wrapper .container p[data-v-5c7b2e58] {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fafafa;
  font-size: 14px;
  margin: -15px 0 40px 0;
}
.teacher-add-modal-wrapper .container p i[data-v-5c7b2e58] {
  font-size: 14px;
  color: #ffbf00;
  margin-right: 8px;
}
.teacher-add-modal-wrapper .container #content #delete[data-v-5c7b2e58] {
  width: 30px;
  height: 30px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border: none;
}
.teacher-add-modal-wrapper .container .bottom[data-v-5c7b2e58] {
  width: 100%;
  height: 60px;
  position: relative;
  margin-bottom: 30px;
}
.teacher-add-modal-wrapper .container .bottom .btn-box[data-v-5c7b2e58] {
  /* width: 220px; */
  width: 162px;
  margin: 0 auto;
  /* 水平居中 */
  position: relative;
  top: 50%;
  /* 偏移 */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

[data-v-4b821fc7] .ant-modal-content .ant-modal-body {
  margin: 10px 59px 0 0;
}
[data-v-4b821fc7] .ant-form .ant-form-item .ant-col-10 {
  width: 320px;
}
[data-v-4b821fc7] .ant-form .ant-row {
  margin-bottom: 14px;
}
.box[data-v-4b821fc7] {
  padding-left: 45px;
}
.bottom[data-v-4b821fc7] {
  margin-bottom: 20px;
}
.bottom .btn-box[data-v-4b821fc7] {
  width: 220px;
  margin: 0 auto;
  /*水平居中*/
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-top: 64px;
}
[data-v-4b821fc7] :last-child.ant-form-item {
  position: relative;
}

.importModal-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.importModal-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.importModal-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.importModal-wrapper .ant-modal-footer {
  text-align: center;
}
.importModal-wrapper .about {
  padding: 15px 15px 100px 15px;
}
.importModal-wrapper .about p {
  margin: 0;
}

[data-v-b18c66d0] .ant-table-pagination.ant-pagination {
  float: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.teacherAssistant-wrapper[data-v-b18c66d0] {
  margin: 24px 48px 0 32px;
}
.teacherAssistant-wrapper .ant-layout.ant-layout-has-sider[data-v-b18c66d0] {
  margin: 40px 0 0 -6px;
}
.teacherAssistant-wrapper .box[data-v-b18c66d0] {
  background: #fff;
}
.teacherAssistant-wrapper .box .head[data-v-b18c66d0] {
  overflow: hidden;
}
.teacherAssistant-wrapper .box .head .addBtn[data-v-b18c66d0] {
  width: 82px;
}
.teacherAssistant-wrapper .box .head .impExcel[data-v-b18c66d0] {
  width: 104px;
  margin: 0 24px 0 10px;
}
.teacherAssistant-wrapper .box .head .right[data-v-b18c66d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: right;
}
.teacherAssistant-wrapper .box .head .right .right_item[data-v-b18c66d0] {
  margin-right: 24px;
}
.teacherAssistant-wrapper .box .head .right[data-v-b18c66d0] .ant-select {
  width: 112px;
}
.teacherAssistant-wrapper .box .head .ant-radio-group[data-v-b18c66d0] {
  margin-left: 158px;
}
.teacherAssistant-wrapper .box .head .ant-input-search[data-v-b18c66d0] {
  width: 192px;
  height: 32px;
}
.teacherAssistant-wrapper .box .table[data-v-b18c66d0] {
  margin: 0;
  margin-top: 20px;
  padding-right: 100px;
}
.teacherAssistant-wrapper .box .table .ant-table-pagination[data-v-b18c66d0] {
  margin-right: 200px;
}
.teacherAssistant-wrapper .box .table button[data-v-b18c66d0] {
  border: 1px solid #0fb1b5;
  background-color: #0fb1b5;
  color: #fff;
}
/* 树状导航 */
[data-v-b18c66d0] .ant-tree li {
  padding: 6px 0;
}
[data-v-b18c66d0] .ant-table-tbody > tr > td {
  padding: 11px 16px;
  width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-b18c66d0] .ant-table-tbody > tr > td div,
p[data-v-b18c66d0] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.remark-decorate[data-v-b18c66d0] {
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}
[data-v-b18c66d0] .ant-tree li .ant-tree-node-content-wrapper {
  height: inherit;
}
[data-v-b18c66d0] .ant-tree li span.ant-tree-title {
  width: 7em;
  word-break: break-all;
  display: inline-block;
  /* 文字换行 */
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: normal !important;
}
.bg-white[data-v-b18c66d0] {
  background-color: #fff;
}
.class-menu[data-v-b18c66d0] {
  background: #fff;
}
/* 删除图标 */
.icon-delete[data-v-b18c66d0] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.operations_icon[data-v-b18c66d0] {
  margin-right: 13px;
}

.minbox[data-v-dc6da336] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-dc6da336] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-dc6da336] {
  margin-right: 5%;
  float: right;
}
.b[data-v-dc6da336] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-dc6da336] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-dc6da336] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.line[data-v-dc6da336] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* .view-modal-wrapper { */
.minbox[data-v-dc6da336] {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);
}
.a[data-v-dc6da336] {
  width: 66px;
  margin-right: 24px;
}
.a span[data-v-dc6da336] {
  margin-right: 5%;
  float: right;
}
.b[data-v-dc6da336] {
  width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b div[data-v-dc6da336] {
  word-break: break-all;
  margin-right: 5%;
  margin-bottom: 16px;
}
.itemClass[data-v-dc6da336] {
  width: 33%;
  background: #f5f5f5;
  border-radius: 4px;
  padding: 3px 7px;
  text-align: center;
}
.title[data-v-dc6da336] {
  width: 100%;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  border-left: solid 2px #0fb1b5;
  font-size: 14px;
  padding-left: 10px;
  margin-left: 20px;
  margin-top: 26px;
}
.detail ul[data-v-dc6da336] {
  list-style: none;
  padding: 0 !important;
}
.detail ul li i[data-v-dc6da336] {
  display: inline-block;
  font-style: normal;
  width: 60px;
  height: 30px;
  line-height: 30px;
  margin-right: 30px;
  text-align: right;
}
.detail ul li em[data-v-dc6da336] {
  font-style: normal;
  border: solid 1px #f5f5f5;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 2px;
  margin-right: 10px;
  background-color: #f5f5f5;
}
/* } */

.exit {
  background: #ffffff;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  cursor: pointer;
  float: left;
  margin-top: 12px;
  margin-left: 6px;
  z-index: 10;
  position: relative;
  padding-left: 20px;
}
.before {
  position: fixed;
  top: 115px;
  right: 160px;
}
.next {
  position: fixed;
  top: 126px;
  right: 50px;
}
.next_preview {
  position: fixed;
  top: 126px;
  right: 202px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.issue {
  position: fixed;
  top: 115px;
  right: 50px;
}
.add-container {
  height: 100%;
  width: 100%;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.add-homework-set > .a-tab-pane {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px 4px 0 0;
}
.ant-tabs .ant-tabs-nav-wrap {
  margin-left: 24px;
}
.instructions {
  padding-top: 10px;
  padding-left: 16px;
}
.instructions > p {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
  margin-bottom: 15px;
}
.ant-tabs-bar ant-tabs-top-bar {
  margin-top: -15px;
}

[data-v-5f4ed8b1] .ant-tabs-tabpane > div {
  overflow: initial !important;
}
[data-v-5f4ed8b1] .ant-tabs-ink-bar {
  background-color: initial;
}
[data-v-5f4ed8b1] .ant-tabs-bar {
  padding-bottom: 17px;
  margin: 0 0 36px 0;
}
[data-v-5f4ed8b1] .ant-tabs {
  overflow: initial !important;
}
[data-v-5f4ed8b1] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-5f4ed8b1] {
  overflow: initial !important;
}
[data-v-5f4ed8b1] .ant-layout {
  overflow-x: initial !important;
}
.testchang > div[data-v-5f4ed8b1] {
  overflow: initial !important;
}
.next_step[data-v-5f4ed8b1] .ant-btn {
  position: absolute;
}
[data-v-5f4ed8b1] .ant-tabs-nav .ant-tabs-tab {
  /* cursor: initial; */
}
[data-v-5f4ed8b1] .ant-tabs-nav .ant-tabs-tab:hover {
  color: initial;
}
[data-v-5f4ed8b1] .ant-tabs-nav .ant-tabs-tab:hover {
  color: initial;
}
.titles_title[data-v-5f4ed8b1] {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  cursor: pointer;
}
.titles_title[data-v-5f4ed8b1]:hover {
  color: #0FB1B5;
}
.content_title[data-v-5f4ed8b1] {
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  cursor: pointer;
}
.content_title[data-v-5f4ed8b1]:hover {
  color: #0FB1B5;
}
[data-v-5f4ed8b1] .ant-popover {
  top: 100px !important;
  left: 792px !important;
}

[data-v-37ddb21b] .ant-checkbox-inner {
  border-radius: 50%;
}
[data-v-37ddb21b] .ant-select-selection-selected-value {
  padding-right: 0 !important;
}
.mg-lf32[data-v-37ddb21b] {
  margin-left: 32px;
}
.ant-form-item[data-v-37ddb21b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-form-item .ant-btn[data-v-37ddb21b] {
  margin: 0 10px;
}
.ant-form-item .testTime[data-v-37ddb21b] {
  width: 100px;
}
.ant-form-item .ant-select[data-v-37ddb21b] {
  width: 120px;
}
.testTime[data-v-37ddb21b] {
  width: 80px;
}
.chapters[data-v-37ddb21b] {
  display: inline-block;
  width: 48%;
  border-radius: 4px;
}
.chapters[data-v-37ddb21b]:first-child {
  margin-right: 3%;
}
.chapter-div[data-v-37ddb21b] {
  border: 1px solid #e8e8e8;
  padding: 12px 24px 11px 24px;
  line-height: 22px;
  cursor: pointer;
}
.chapter-div_stop[data-v-37ddb21b] {
  cursor: not-allowed;
}
.chapter-div[data-v-37ddb21b]:hover {
  background: #f6fffc;
  border: 1px solid #0fb1b5;
}
[data-v-37ddb21b] .ant-popover-content /deep/ .ant-popover-inner /deep/ .ant-popover-inner-content {
  padding: 0px;
}
.optionss_box[data-v-37ddb21b] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.decorate[data-v-37ddb21b] {
  width: 210px;
  min-height: 58px;
  padding-top: 12px;
  padding-left: 13px;
  border-bottom: 1px solid #e8e8e8;
}
.decorate .decorate_title[data-v-37ddb21b] {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
}
.decorate .optionss[data-v-37ddb21b] {
  /* width: 92px; */
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 22px;
  margin-right: 7px;
  white-space: nowrap;
  /* margin-left: 6px; */
}
.decorate .optionss.optionss[data-v-37ddb21b]:nth-of-type(2n) {
  margin-right: 0px;
}
.decorate[data-v-37ddb21b]:nth-of-type(3n) {
  border-bottom: none;
}
.btn[data-v-37ddb21b] {
  background-color: #2fc2bf;
}
.btn span[data-v-37ddb21b] {
  border: 1px solid #2fc2bf;
  color: white;
}
.classItem[data-v-37ddb21b] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: initial;
  line-height: 32px;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
  margin: 0 10px 0 0;
  width: initial;
}
.classItemSelected[data-v-37ddb21b] {
  background: #2fc2bf;
  color: white;
  border-color: #2fc2bf;
}
.chapterSelected[data-v-37ddb21b] {
  background: #F6FFFC;
  border: 1px solid #2fc2bf;
}
.answerClass > label[data-v-37ddb21b]::before {
  content: '*';
  position: relative;
  top: 0;
  left: 5px;
  color: red;
  display: block;
  width: 4px;
  height: 4px;
}
.isHidden[data-v-37ddb21b] {
  visibility: hidden;
}
.isHidden2[data-v-37ddb21b] {
  display: none;
}
[data-v-37ddb21b] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hidden_popver[data-v-5233af01] {
  color: yellow;
}
.hidden_popver[data-v-5233af01] .ant-popover {
  display: none;
}
.scoreCenter[data-v-5233af01] {
  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;
}
.showPopover[data-v-5233af01] {
  display: none !important;
}
.numStyle[data-v-5233af01] {
  font-size: 17px;
}
[data-v-5233af01] .ant-input-number-handler-wrap {
  display: none;
}
[data-v-5233af01] .ant-input-number {
  width: 56px;
}
[data-v-5233af01] .ant-input-number-input {
  padding: initial;
}
.waring[data-v-5233af01] .ant-input-number-input {
  border: 1px solid #e92738;
}
.waring[data-v-5233af01] .ant-input-number:focus {
  border-color: initial;
}
.waringBox_hover[data-v-5233af01] {
  position: relative;
}
.waringBox_hover[data-v-5233af01]:hover {
  content: '\8BF7\52FF\8D85\8FC7\672C\8282\9898\578B\603B\91CF';
  position: absolute;
  top: -20px;
  left: 20px;
}
.waringBox[data-v-5233af01] .ant-input-number:hover {
  border-color: initial;
}
.waringBox[data-v-5233af01] .ant-input-number:focus {
  border-color: initial;
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.waringBox[data-v-5233af01] .ant-input-number {
  border: 0;
}
.waringBox .waring[data-v-5233af01] {
  border: 1px solid red;
  position: relative;
}
.waringBox .waring[data-v-5233af01]:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.waringBox .popver_wrapper[data-v-5233af01] .ant-popover-open {
  display: none;
}
.waringBox .popver_wrapper .waring[data-v-5233af01] {
  border: 1px solid red;
  position: relative;
}
.waringBox .popver_wrapper .waring[data-v-5233af01]:focus {
  -webkit-box-shadow: initial;
          box-shadow: initial;
}
.setCenter[data-v-5233af01] {
  padding: 5px 0 !important;
  text-align: center;
}
.questionType[data-v-5233af01] {
  background: #fefefe;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  margin: 40px 48px 0 48px;
  width: 90%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*tbody tr td:not:first-child{*/
  /*padding: 0 !important;*/
  /*display: flex;*/
  /*justify-content: center;*/
  /*}*/
}
.questionType thead th[data-v-5233af01] {
  height: 60px;
}
.questionType tbody :last-child td[data-v-5233af01] {
  height: 50px;
}
.questionType tr th[data-v-5233af01] {
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: #f9f9f9;
  border-radius: 4px 4px 0px 0px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  text-align: center;
}
.questionType tr th[data-v-5233af01]:last-child,
.questionType tr td[data-v-5233af01]:last-child {
  border-right: none;
}
.questionType tr td[data-v-5233af01] {
  padding: 5px 20px;
  line-height: 35px;
  border-right: 1px solid #ccc;
}
.questionType tbody tr .ant-input[data-v-5233af01] {
  width: 50px;
}
.questionType tbody tr:last-child td[data-v-5233af01] {
  border-top: 1px solid #ccc;
}
.questionType tbody tr:last-child td .selected[data-v-5233af01] {
  margin-left: 20px;
  font-weight: 400;
  color: #0fb1b5;
}
.selected[data-v-5233af01] {
  font-weight: 400;
  color: #0fb1b5;
}
.questionAll[data-v-5233af01] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: between; */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.questionAll div > span[data-v-5233af01] {
  /* color: #0FB1B5; */
}
.tip[data-v-5233af01] {
  color: #0FB1B5;
}
.numFont[data-v-5233af01] {
  color: rgba(0, 0, 0, 0.65);
}

.ant-layout {
  background-color: white;
}
.testTemplate {
  margin: 0px 48px 0 -55px;
}
.content-box {
  /* padding-left: 359px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* margin-top: 20px; */
}
.rt-dtk {
  margin: 16px 48px 0 0;
  /* position: fixed;
  top: 100px;
  left: 280px; */
}
/* @fontLineHeight: 26px; */
.ant-layout[data-v-45cfca2c] {
  background-color: white !important;
}
.content-box[data-v-45cfca2c] {
  color: #0b0a10;
  /* line-height: @fontLineHeight; */
}

.mixQuestion[data-v-5129ed4e] {
  cursor: pointer;
  border: 1px solid white;
  padding: 4px 16px;
  margin-top: 16px;
}
.mixQuestion[data-v-5129ed4e]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  /* /deep/ .edit-wrapper{
      visibility: show;
    } */
}
.question[data-v-5129ed4e] {
  margin-top: 20px;
  padding: 16px;
  cursor: pointer;
  border: 1px solid white;
}
.question[data-v-5129ed4e]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  /* /deep/ .edit-wrapper{
      visibility: show;
    } */
}
.edit[data-v-5129ed4e] {
  float: right;
  width: 150px;
}
.edit .hiddenAnswer[data-v-5129ed4e] {
  padding: 0;
  border: none;
  float: right;
  /* color: #0fb1b5; */
  font-size: 16px;
  color: #0FB1B5;
}
.edit .add_btn[data-v-5129ed4e] {
  height: 32px;
  width: 104px;
  margin-top: 8px;
}
.edit[data-v-5129ed4e] :last-child {
  float: right;
}
.testTemplate[data-v-5129ed4e] {
  width: 100%;
  padding: 0 50px;
}
.testTemplate .title[data-v-5129ed4e] {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.testTemplate .score[data-v-5129ed4e] {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  margin-top: 20px;
}
.test-container[data-v-5129ed4e] {
  /* margin-top: 34px; */
}
.test-container .list[data-v-5129ed4e] {
  padding: 16px 0;
}
.test-container .title[data-v-5129ed4e] {
  margin-top: 4px;
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #000000;
  margin-bottom: 19px;
  width: 73%;
}
.test-container .score[data-v-5129ed4e] {
  width: 73%;
  margin-top: 0px;
  font-family: PingFangSC-Medium;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  font-weight: 600;
  /* margin-bottom: 97px;
    color: #000; */
}
.test-container .score-set[data-v-5129ed4e] {
  margin-top: 60px;
}
.title_box[data-v-5129ed4e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #000000;
}
.title_box > p[data-v-5129ed4e] {
  margin-bottom: 0px;
}
.title_box .title_title[data-v-5129ed4e] {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
}
.timu-text[data-v-5129ed4e] {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
}

.titltBold[data-v-58f22df4] {
  font-weight: bold;
}
.addModal-wrapper[data-v-58f22df4] {
  color: #262626;
}
.addModal-wrapper[data-v-58f22df4] .ant-form-item-label label {
  font-weight: bold;
}
.addModal-wrapper .ant-modal-header[data-v-58f22df4] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.addModal-wrapper .ant-modal-header .ant-modal-title[data-v-58f22df4] {
  color: #fff;
}
.addModal-wrapper .ant-modal-close-x[data-v-58f22df4] {
  line-height: 40px;
  color: #fff;
}
.addModal-wrapper .ant-modal-body[data-v-58f22df4] {
  padding: 0;
}
.addModal-wrapper .ant-modal-body[data-v-58f22df4] .ant-form-item-label label::after {
  content: '' !important;
}
.addModal-wrapper .ant-modal-body .addModal-top .ant-form[data-v-58f22df4] {
  /* margin: 0 16px 38px 24px; */
}
.addModal-wrapper .ant-modal-body .addModal-top .ant-form .ant-form-item[data-v-58f22df4] {
  margin-bottom: -5px;
}
.addModal-wrapper .ant-modal-body .addModal-top .ant-form .ant-form-item .ant-form-item-label label[data-v-58f22df4]::before {
  content: "|";
  color: #0fb1b5;
  background: #0fb1b5;
  width: 2px;
  height: 12px;
  margin-right: 8px;
}
.addModal-wrapper .ant-modal-body .addModal-top .ant-form .ant-form-item .ant-form-item-label label[data-v-58f22df4]::after {
  content: "";
}
.addModal-wrapper .ant-modal-body .addModal-top .ant-form .ant-form-item .ant-form-item-control[data-v-58f22df4] {
  line-height: 30px;
}

[data-v-58f22df4] p {
  margin-bottom: 0;
}
.form[data-v-58f22df4] .ant-form-item /deep/ .ant-form-item-label label::after {
  content: '';
}
.form[data-v-58f22df4] .ant-form-item /deep/ .ant-form-item-label label::before {
  content: '|';
  width: 11px;
  height: 3px;
  margin-right: 6px;
  color: #0fb1b5;
}
.ids[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ids[data-v-58f22df4] .ant-checkbox-wrapper {
  margin: 0 0 8px 8px;
}
.addModal-top[data-v-58f22df4] {
  margin: 14px 24px;
}
.addModal-top p[data-v-58f22df4] {
  margin: 8px 0 8px 0;
}
.addModal-top p span[data-v-58f22df4] {
  margin-left: 8px;
}
.addModal-top p > i[data-v-58f22df4] {
  color: #0fb1b5;
  width: 14px;
  height: 14px;
  /* radius: 4px; */
}
.addModal-top .hengxian[data-v-58f22df4] {
  display: block;
  margin: auto;
  margin-top: 20px;
  height: 1px;
  background: #e8e8e8;
}
.addModal-top .ant-form-item[data-v-58f22df4] {
  margin-bottom: 0;
}
.addModal-top .ant-form-item .form-two-lf[data-v-58f22df4] {
  display: inline-block;
}
.addModal-top .ant-form-item .form-two-lf .ant-select[data-v-58f22df4] {
  width: 120px;
  margin-right: 52px;
}
.addModal-top .ant-form-item .ant-select[data-v-58f22df4] {
  width: 120px;
}
.addModal-top .ant-form-item .selfAdd[data-v-58f22df4] {
  float: right;
}
.addModal-top .ant-form-item .selfAdd .answerIcon[data-v-58f22df4] {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/mmL7npLrnrZTmoYjop6PmnpA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuODUiPgogICAgICAgIDxnIGlkPSJpY29uL+aYvuekuuetlOahiOino+aekCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuetlOahiOino+aekOKAlOino+aekC1jb3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjIxODkwNzM5LDE5Ljk5Nzc3NTYgQy0wLjA0MjQwMzA1MDYsMTkuODk3MDQ4MSAtMC4wMDE1NzY1OTYwNywxOC43NTc3MDcxIDAuMDAwNTcyNTYyMjg0LDE4LjcwODQ2MjcgTDAuMDAwNTcyNTYyMjg0LDMuNDUxNTk5NDkgQzAuMDAwNTcyNTYyMjg0LDIuMjQwNjI5NzggMC45ODY4NDM2MTYsMi4xODAxOTMyNCAxLjE4NDUyODQxLDIuMTgwMTkzMjQgTDIuNDcxNjIzMDksMi4xNzM0NzgwNyBMMi40NzE2MjMwOSwzLjMwMzg2NTcyIEwxLjU4NjM0MzYsMy4zMDM4NjU3MiBDMS40NTUyNzA2MiwzLjI5NzE1MDU2IDEuMzI2MzQ2NDMsMy4zNDg2MzM2MiAxLjIzMzk0OTYxLDMuNDQ3MTIyNzYgQzEuMTM5NDA1MTUsMy41NjU3NTc0MSAxLjA5MjEzMjkyLDMuNzE1NzI4OTYgMS4xMDI4NzY2NCwzLjg3MDE3ODU3IEwxLjEwMjg3NjY0LDE4LjM5Mjg1MTkgQzEuMDk2NDMwNDMsMTguNTM2MTA4OSAxLjEzNzI1NjM3LDE4LjY1NDc0MzYgMS4yMjEwNTczMSwxOC43NDIwNDAxIEMxLjMxMTMwNDM5LDE4LjgyOTMzNzMgMS40Mjk0ODQxMiwxOC44Nzg1ODE5IDEuNTUxOTYzNDgsMTguODc4NTgxOSBMMTQuNDUyOTk0NywxOC44Nzg1ODE5IEMxNC41NjkwMjY2LDE4Ljg4MzA1ODcgMTQuNjgwNzYwMiwxOC44MzYwNTI0IDE0Ljc2MjQxMzEsMTguNzUwOTkzNyBDMTQuODk5OTMyNCwxOC41OTg3ODMxIDE0Ljg4NDg5MTEsMTguMzc3MTgyMiAxNC44ODQ4OTExLDE4LjM1MDMyMjIgTDE0Ljg4NDg5MTEsMy44MDA3NzUxIEMxNC44OTEzMzczLDMuNjc3NjYzNTggMTQuODQ2MjEzOCwzLjU1Njc5MDEgMTQuNzY0NTYxNywzLjQ2NzI1NDcgQzE0LjY1MDY3ODYsMy4zNjIwNTAyNiAxNC41MDQ1NjQ1LDMuMzA4MzI5MDEgMTQuMzU0MTUxNywzLjMxMjgwNTY5IEwxNC4zMTMzMjU3LDMuMzE1MDQ0MDggTDEzLjU0NjIyNTMsMy4zMTUwNDQwOCBMMTMuNTQ2MjI1MywyLjE2Njc0OTc1IEwxNC43NTgxMTQ2LDIuMTY2NzQ5NzUgQzE1LjE4Nzg2MzEsMi4xOTM2MTAzNyAxNS41MTg3Njc0LDIuMzM0NjI4OTcgMTUuNzI5MzQ1MywyLjU4NzU2NjczIEMxNS45MTQxMzY4LDIuODIyNTk4MzkgMTYuMDEwODMwMywzLjExODA2NDYyIDE1Ljk5NzkzNzIsMy40MjI0ODYxNyBMMTUuOTk3OTM3MiwxOC43Mzk3ODU5IEMxNi4wMTUxMjcxLDE5LjEyOTI2NTIgMTUuOTI0ODgwMiwxOS40MjkyMTExIDE1LjcyNzE5NjEsMTkuNjM5NjE5NiBDMTUuNDEzNDc5NSwxOS45NzUzNzg4IDE0LjkyMTQxODUsMjAgMTQuNzc3NDUzMiwyMCBMMS4yMTg5MDc5NiwxOS45OTc3NjE2IEwxLjIxODkwNzM5LDE5Ljk5Nzc3NTYgWiBNNC4yNzg3MTk2NywxNy4yMTc2OTQ2IEM0LjE1ODM5MDIyLDE3LjIxNzY5NDYgNC4wNjE2OTYyMiwxNy4xMTY5NjcgNC4wNTk1NDg5NSwxNi45OTE2MTYzIEw0LjA1OTU0ODk1LDE2LjMyNDU3NTUgQzQuMDYxNjk3NjksMTYuMTk5MjI1NSA0LjE1ODM5MDk3LDE2LjA5ODQ5NzIgNC4yNzg3MTk2NywxNi4wOTg0OTcyIEwxMS43MDQ3NjA1LDE2LjA5ODQ5NzIgQzExLjgyNTA5LDE2LjA5ODQ5NzIgMTEuOTIzOTMxMywxNi4xOTkyMjQ3IDExLjkyMzkzMTMsMTYuMzI0NTc1NSBMMTEuOTIzOTMxMywxNi45OTE2MTYzIEMxMS45MjE3ODI1LDE3LjExNjk2NjIgMTEuODI1MDg5MiwxNy4yMTc2OTQ2IDExLjcwNDc2MDUsMTcuMjE3Njk0NiBMNC4yNzg3MTk2NywxNy4yMTc2OTQ2IFogTTQuMjc4NzE5NjcsMTQuNDI2NDE5NCBDNC4xNTgzOTAyMiwxNC40MjY0MTk0IDQuMDYxNjk2MjIsMTQuMzI1NjkxOSA0LjA1OTU0ODk1LDE0LjIwMjU4IEw0LjA1OTU0ODk1LDEzLjUzMzMwMDMgQzQuMDYxNjk3NjksMTMuNDA3OTUwNCA0LjE1ODM5MDk3LDEzLjMwNzIyMiA0LjI3ODcxOTY3LDEzLjMwNzIyMiBMMTEuNzA0NzYwNSwxMy4zMDcyMjIgQzExLjgyNTA5LDEzLjMwNzIyMiAxMS45MjM5MzEzLDEzLjQwNzk0OTYgMTEuOTIzOTMxMywxMy41MzMzMDAzIEwxMS45MjM5MzEzLDE0LjIwMjU4IEMxMS45MjE3ODI1LDE0LjMyNzkyOTkgMTEuODI1MDg5MiwxNC40MjY0MTk0IDExLjcwNDc2MDUsMTQuNDI2NDE5NCBMNC4yNzg3MTk2NywxNC40MjY0MTk0IFogTTExLjA1NTgzOTQsMTEuNjY2NDgzOSBDMTAuOTk3ODIzNCwxMS42NjY0ODM5IDEwLjkzOTgwNzUsMTEuNjQ0MSAxMC44OTg5ODE0LDExLjYwMTU3MDUgQzEwLjg1ODE1NTMsMTEuNTU5MDQxMSAxMC44MzQ1MTkzLDExLjUwMDg0MyAxMC44MzQ1MTkzLDExLjQzODE2OCBMMTAuODM0NTE5Myw1LjE5NzU0Mzk2IEMxMC44MzQ1MTkzLDUuMTM3MTA3NDIgMTAuODU4MTU1NSw1LjA3ODkwOTMxIDEwLjkwMTEzMDIsNS4wMzYzNzk4NCBDMTAuOTQxOTU2Myw0Ljk5Mzg1MDM4IDEwLjk5OTk3MjIsNC45NjkyMjgxOSAxMS4wNTc5ODgxLDQuOTcxNDY2NDMgTDExLjcxMTIwMzksNC45NzE0NjY0MyBDMTEuNzY5MjE5OCw0Ljk3MTQ2NjQzIDExLjgyNTA4Nyw0Ljk5NjA4ODgxIDExLjg2ODA2MTgsNS4wMzg2MTgwOCBDMTEuOTA4ODg3OSw1LjA4MTE0NzU0IDExLjkzMjUyMzksNS4xMzkzNDU2NSAxMS45MzI1MjM5LDUuMTk5NzgyMiBMMTEuOTMyNTIzOSwxMS40NDA0MDYyIEMxMS45MzI1MjM5LDExLjUwMDg0MjggMTEuOTA4ODg3NywxMS41NTkwNDA5IDExLjg2ODA2MTgsMTEuNjAxNTcwMyBDMTEuODI3MjM1NywxMS42NDQwOTk4IDExLjc3MTM2ODYsMTEuNjY4NzIyIDExLjcxMzM1MjYsMTEuNjY2NDgzNyBMMTEuMDU1ODM4NiwxMS42NjY0ODM3IEwxMS4wNTU4Mzk0LDExLjY2NjQ4MzkgWiBNNy42NjA4MzAxNSwxMS42NjY0ODM5IEM3LjYwMjgxNDIxLDExLjY2NjQ4MzkgNy41NDY5NDcwNCwxMS42NDE4NjE2IDcuNTAzOTcyMTgsMTEuNTk5MzMyMyBDNy40NjMxNDYxMSwxMS41NTY4MDI4IDcuNDM5NTEwMDksMTEuNDk4NjA0NyA3LjQzOTUxMDA5LDExLjQzODE2ODIgTDcuNDM5NTEwMDksNS4xOTc1NDQxNiBDNy40Mzk1MTAwOSw1LjEzNzEwNzYxIDcuNDYzMTQ2Myw1LjA3ODkwOTUgNy41MDM5NzIxOCw1LjAzNjM4MDA0IEM3LjU0NDc5ODI2LDQuOTkzODUwNTggNy42MDA2NjU0Miw0Ljk2OTIyODM5IDcuNjU4NjgxMzcsNC45NzE0NjY2MyBMOC4zMTE4OTcwOSw0Ljk3MTQ2NjYzIEM4LjM2OTkxMzAzLDQuOTcxNDY2NjMgOC40Mjc5Mjg5OCw0Ljk5Mzg1MDU4IDguNDY4NzU1MDUsNS4wMzYzODAwNCBDOC41MDk1ODExMyw1LjA3ODkwOTUgOC41MzMyMTcxNSw1LjEzNzEwNzYxIDguNTMzMjE3MTUsNS4xOTk3ODI1OSBMOC41MzMyMTcxNSwxMS40NDA0MDY2IEM4LjUzMzIxNzE1LDExLjUwMDg0MzIgOC41MDk1ODA5NCwxMS41NTkwNDEzIDguNDY2NjA2MjcsMTEuNjAxNTcwNyBDOC40MjU3ODAyLDExLjY0NDEwMDIgOC4zNjc3NjQyNSwxMS42Njg3MjI0IDguMzA5NzQ4MzEsMTEuNjY2NDg0MSBMNy42NjA4MjkwMiwxMS42NjY0ODQxIEw3LjY2MDgzMDE1LDExLjY2NjQ4MzkgWiBNNC4yNzY1NjY3MywxMS42NjY0ODM5IEM0LjIxODU1MDc5LDExLjY2NjQ4MzkgNC4xNjI2ODM2MiwxMS42NDE4NjE2IDQuMTE5NzA4NzYsMTEuNTk5MzMyMyBDNC4wNzg4ODI2OSwxMS41NTY4MDI4IDQuMDU1MjQ2NjcsMTEuNDk4NjA0NyA0LjA1NTI0NjY3LDExLjQzODE2ODIgTDQuMDU1MjQ2NjcsNS4xOTc1NDQxNiBDNC4wNTUyNDY2Nyw1LjEzNzEwNzYxIDQuMDc4ODgyODgsNS4wNzg5MDk1IDQuMTE5NzA4NzYsNS4wMzYzODAwNCBDNC4xNjA1MzQ4NCw0Ljk5Mzg1MDU4IDQuMjE2NDAyMDEsNC45NjkyMjgzOSA0LjI3NDQxNzk1LDQuOTcxNDY2NjMgTDQuOTI3NjMzNjcsNC45NzE0NjY2MyBDNC45ODU2NDk2MSw0Ljk3MTQ2NjYzIDUuMDQzNjY1NTYsNC45OTM4NTA1OCA1LjA4NDQ5MTYzLDUuMDM2MzgwMDQgQzUuMTI1MzE3NzEsNS4wNzg5MDk1IDUuMTQ4OTUzNzMsNS4xMzcxMDc2MSA1LjE0ODk1MzczLDUuMTk5NzgyNTkgTDUuMTQ4OTUzNzMsMTEuNDQwNDA2NiBDNS4xNDg5NTM3MywxMS41MDA4NDMyIDUuMTI1MzE3NTIsMTEuNTU5MDQxMyA1LjA4MjM0Mjg1LDExLjYwMTU3MDcgQzUuMDQxNTE2NzgsMTEuNjQ0MTAwMiA0Ljk4MzUwMDgzLDExLjY2ODcyMjQgNC45MjU0ODQ4OSwxMS42NjY0ODQxIEw0LjI3NjU2NTYsMTEuNjY2NDg0MSBMNC4yNzY1NjY3MywxMS42NjY0ODM5IFogTTQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMi4xNjQ1MjM0MSBMNS41MjA2ODU4LDIuMTY0NTIzNDEgTDcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgQzcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgNy40MzUyMTE5NiwwIDcuOTEwMDgzNDIsMCBDNy45Mjk0MjIwNiwwIDcuOTQ4NzYwNzEsMCA3Ljk2ODA5OTM2LDAuMDAyMjM4Mzk0ODkgTDguMDE3NTIwMzcsMC4wMDIyMzgzOTQ4OSBDOC4xMTg1MTExNywwLjAwMjIzODM5NDg5IDguNDc1MjAyMzQsMC4wMjY4NjA3NzggOC44NDQ3ODM5MiwwLjM2MDM4MDAwMyBMMTAuNDYyNzg0OCwyLjE2Njc2MTgxIEwxMS45MzAzNzI5LDIuMTY2NzYxODEgTDExLjkzMDM3MjksMy4zMDE2MjUxNCBMNC4wNTMwOTc3LDMuMzAxNjI1MTQgTDQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMy4yOTkzODY3NSBaIE03Ljk4MzE0OTE0LDAuNjQ2ODg2ODM3IEM3LjkwMzY0NTc2LDAuNjQ2ODg2ODM3IDcuNzg1NDY0MzQsMC42NzU5ODY0ODIgNy42NzM3MzA3NywwLjgxOTI0MzUxOSBMNi41NTIwODkxNywyLjE2Njc1NDE3IEw5LjM4MTk3MTcyLDIuMTY2NzU0MTcgTDguMjk5MDA3NDMsMC44MDU4MTI1MiBDOC4yMTk1MDQwNSwwLjcwOTU2MTgxNSA4LjEwNTYyMDk0LDAuNjUzNjAxOTQzIDcuOTgzMTQzNDcsMC42NDY4ODY4MzcgTDcuOTgzMTQ5MTQsMC42NDY4ODY4MzcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
  background-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  cursor: pointer;
}
.addModal-top .ant-form-item .selfAdd .showAnswer[data-v-58f22df4] {
  display: inline-block;
  color: #0fb1b5;
  margin-right: 120px;
  cursor: pointer;
}
.addModal-top .ant-form-item .selfAdd button[data-v-58f22df4] {
  width: 102px;
  height: 32px;
  color: #0fb1b5;
  background: #ffffff;
  border: 1px solid #0fb1b5;
  border-radius: 4px;
}
.questionBody[data-v-58f22df4] {
  margin: 0 16px;
}
.content[data-v-58f22df4] {
  overflow: auto;
  height: 500px;
  margin: 0 8px;
}
.content .source_item[data-v-58f22df4] {
  cursor: pointer;
}
.content .source_item .wrapper[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid white;
  padding: 10px 2px;
  word-break: break-all;
  /* margin: 0 24px; */
}
.content .source_item .wrapper[data-v-58f22df4]:hover {
  border: 1px solid #0FB1B5;
}
.content .source_item .wrapper .source_item_info[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .source_item .wrapper .source_item_info:hover .source_operate[data-v-58f22df4] {
  visibility: visible;
}
.content .source_item .wrapper .source_item_info .source_info[data-v-58f22df4] {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.content .source_item .wrapper .source_item_info .source_info .source_index[data-v-58f22df4] {
  width: 3%;
  min-width: 20px;
}
.content .source_item .wrapper .source_item_info .source_info .source_content[data-v-58f22df4] {
  width: 90%;
}
.content .source_item .wrapper .source_item_info .source_info .source_content .source_title[data-v-58f22df4] {
  width: 100%;
}
.content .source_item .wrapper .source_item_info .source_info .source_content .source_title[data-v-58f22df4] p {
  text-indent: 0 !important;
}
.content .source_item .wrapper .source_item_info .source_info .source_content .source_options[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content .source_item .wrapper .source_item_info .source_info .source_content .source_options .options_item[data-v-58f22df4] {
  /* max-width: 50%;
                width: 40%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6px 0;
}
.content .source_item .wrapper .source_item_info .source_info .source_content .source_options .options_item .option_content[data-v-58f22df4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content .source_item .wrapper .source_item_info .source_level[data-v-58f22df4] {
  /* width: 16%; */
  margin-right: 89px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .source_item .wrapper .source_item_info .source_level .source_map[data-v-58f22df4] {
  background: #E5E2F9;
  color: #6D65A8;
  width: 56px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  text-align: center;
}
.content .source_item .wrapper .source_item_info .source_level .source_level_level[data-v-58f22df4] {
  width: 80px;
  margin-left: 16px;
}
.content .source_item .wrapper .source_item_info .source_level .level[data-v-58f22df4] {
  color: #0fb1b5;
  font-size: 14px;
  background: #e6f7ff;
  margin-bottom: 6px;
  padding: 2px;
}
.content .source_item .wrapper .source_item_info .source_operate[data-v-58f22df4] {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
}
.content .source_item .wrapper .timu_answer[data-v-58f22df4] {
  background: #F9F9F9;
  padding: 16px 0;
  margin: 0 10px;
}
.content .source_item .wrapper .timu_answer .answer[data-v-58f22df4],
.content .source_item .wrapper .timu_answer .analysis[data-v-58f22df4] {
  margin-left: 16px;
}
.content .source_item .wrapper .timu_answer .answer .fill_wrapper[data-v-58f22df4],
.content .source_item .wrapper .timu_answer .analysis .fill_wrapper[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .source_item .wrapper .timu_answer .answer .fill_wrapper .fillAnserArr[data-v-58f22df4],
.content .source_item .wrapper .timu_answer .analysis .fill_wrapper .fillAnserArr[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
}
.content .source_item .wrapper .timu_answer .answer .fill_wrapper .fillAnserArr .fill_answer_label[data-v-58f22df4],
.content .source_item .wrapper .timu_answer .analysis .fill_wrapper .fillAnserArr .fill_answer_label[data-v-58f22df4] {
  width: 50px;
  line-height: 40px;
}
.content .source_item .wrapper .timu_answer .answer .fill_wrapper .fillAnserArr .fill_answer_text[data-v-58f22df4],
.content .source_item .wrapper .timu_answer .analysis .fill_wrapper .fillAnserArr .fill_answer_text[data-v-58f22df4] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 40px;
}
.source_question[data-v-58f22df4] {
  width: 80px;
  margin-left: 16px;
}
.page[data-v-58f22df4] {
  padding-bottom: 20px;
}
.multipWrapper[data-v-58f22df4] {
  border: 1px solid white;
  padding: 10px;
  margin: 10px;
}
.multipWrapper[data-v-58f22df4]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
}
.multipWrapper:hover .multip .multip_top .multip_right[data-v-58f22df4] {
  visibility: visible;
}
.multipWrapper .multip .multip_top[data-v-58f22df4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.multipWrapper .multip .multip_top .multip_left[data-v-58f22df4] {
  width: 90%;
}
.multipWrapper .multip .multip_top .multip_right[data-v-58f22df4] {
  width: 10%;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.85);
  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;
  padding: 4px 6px;
  color: #0fb1b5;
  visibility: hidden;
}

.scoreTable {
  border-radius: 4px;
}

.scoreTable[data-v-7ef26f2e] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  margin: 20px 48px 0 0;
  width: 73%;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  line-height: 22px;
}
.scoreTable tr[data-v-7ef26f2e] {
  height: 48px;
}
.scoreTable tr td[data-v-7ef26f2e] {
  text-align: center;
}
.scoreTable th[data-v-7ef26f2e] {
  background: #f9f9f9;
}
.ant-input[data-v-7ef26f2e] {
  width: 40%;
  text-align: center;
}

[data-v-d87b865e] p {
  margin-bottom: 0 !important;
}
.konwledgeWrapper[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.konwledgeWrapper p[data-v-d87b865e] {
  font-weight: 700;
  padding: 8px 0 4px 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 30px;
  min-width: 56px;
}
.konwledgeWrapper[data-v-d87b865e] .wrapper {
  padding-left: 0;
}
.timu_label[data-v-d87b865e] {
  white-space: nowrap;
  line-height: 28px;
}
.clear_margin[data-v-d87b865e] {
  margin-left: initial !important;
}
.timu-text[data-v-d87b865e] {
  /* white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap; */
  line-height: 28px;
  /* margin-left: 10px; */
  /* /deep/ .MathJax{
    display: flex;
    align-items: center;
  } */
}
.timu-text[data-v-d87b865e] img {
  /* max-width: 100%; */
  width: 90px;
  height: 90px;
  padding: 8px;
}
.label_title[data-v-d87b865e] {
  font-weight: 700;
  white-space: nowrap;
  line-height: 28px;
}
.single-choice-wrapper[data-v-d87b865e] {
  word-break: break-all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-choice-wrapper:hover .edit-wrapper[data-v-d87b865e] {
  visibility: visible;
}
.single-choice-wrapper .question[data-v-d87b865e] {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-choice-wrapper .question .left[data-v-d87b865e] {
  width: 80%;
}
.single-choice-wrapper .question .timu[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 80%;
}
.single-choice-wrapper .question .timu .timu-index[data-v-d87b865e] {
  display: inline-block;
  width: 30px;
  text-align: center;
  float: left;
  line-height: 28px;
}
.single-choice-wrapper .question .timu-showMessage[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
}
.single-choice-wrapper .question .timu-showMessage .ant-btn[data-v-d87b865e] {
  border: none;
  padding: 2px 9px;
  border-radius: 2px;
  font-size: 10px;
  transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -o-transform: scale(0.8);
}
.single-choice-wrapper .question .timu-showMessage .difficult[data-v-d87b865e] {
  background: #e5e2f9;
  color: #6d65a8;
  margin-right: 16px;
  padding: 0;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  -webkit-transform: initial !important;
          transform: initial !important;
}
.single-choice-wrapper .question .timu-showMessage .source .ant-btn[data-v-d87b865e] {
  background: #e6f7ff;
  color: #0fb1b5;
}
.single-choice-wrapper .question .timu-showMessage .source[data-v-d87b865e] {
  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;
  background: #e6f7ff;
  color: #0fb1b5;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
  margin: 0 6px 6px 0;
}
.single-choice-wrapper .question .timu-showMessage .source[data-v-d87b865e] .ant-btn {
  -webkit-transform: initial !important;
          transform: initial !important;
  font-size: 13px;
}
.single-choice-wrapper .question .timu-showMessage .source .mark[data-v-d87b865e] {
  padding: 2px 0px;
}
.single-choice-wrapper .question .timu-showMessage .icons[data-v-d87b865e] {
  font-size: 14px;
}
.single-choice-wrapper .question .question-bottom[data-v-d87b865e] {
  margin-left: -13px;
}
.single-choice-wrapper .question .question-bottom .question-img[data-v-d87b865e] {
  margin-left: 35px;
}
.single-choice-wrapper .question .question-bottom .question-img img[data-v-d87b865e] {
  width: 150px;
  height: 80px;
  background-color: aqua;
}
.single-choice-wrapper .question .question-bottom .question-options .list[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /* flex-wrap: wrap; */
}
.single-choice-wrapper .question .question-bottom .question-options .list .item[data-v-d87b865e] {
  /* max-width: 50%;
            min-width: 40%; */
  margin-bottom: 6px;
}
.single-choice-wrapper .question .answer[data-v-d87b865e] {
  padding: 0 10px;
  background: #F9F9F9;
  padding: 16px 10px;
  margin-left: 16px;
  margin-top: 16px;
}
.single-choice-wrapper .question .answer .viewDetail[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}
.single-choice-wrapper .question .answer .viewDetail .view_label[data-v-d87b865e] {
  font-weight: bold;
  margin-left: 10px;
}
.single-choice-wrapper .question .answer .viewDetail .view_operate[data-v-d87b865e] {
  cursor: pointer;
}
.single-choice-wrapper .edit-wrapper[data-v-d87b865e] {
  float: right;
  width: 20%;
  /* width: 262px; */
  margin-top: -8px;
  visibility: hidden;
}
.single-choice-wrapper .edit-wrapper .operation_list[data-v-d87b865e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single-choice-wrapper .edit-wrapper .ant-btn[data-v-d87b865e] {
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  margin: 11px 22px 5px 20px;
  font-size: 14px;
  color: #0fb1b5;
  text-align: center;
  line-height: 22px;
  width: 100px;
}
.single-choice-wrapper .edit-wrapper .problemsBtn[data-v-d87b865e] {
  border: 1px solid #6d65a8;
  color: #6d65a8;
  margin-top: 11px;
}
.resource_div[data-v-d87b865e] {
  margin-left: 50px;
}

.problems-wrapper .ant-modal-body {
  padding: 0;
}
.problems-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.problems-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.problems-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.problems-wrapper .ant-form-item-label {
  overflow: visible;
}
.problems-wrapper .adviceIpt .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.postPrblems[data-v-159d3bce] {
  margin-right: 10px;
}
.uploadBtn[data-v-159d3bce] {
  position: relative;
}
.uploadBtn[data-v-159d3bce]::after {
  position: absolute;
  top: 90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
  content: '\6700\591A  6\5F20';
}
[data-v-159d3bce] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-159d3bce] {
  overflow-x: initial !important;
}
[data-v-159d3bce] .ant-form-item-label {
  width: 80px;
}
[data-v-159d3bce] .ant-tabs {
  overflow: initial;
}
[data-v-159d3bce] .ant-layoutP {
  overflow: initial !important;
}
.testIdList[data-v-159d3bce] {
  position: sticky;
  top: 200px;
}
[data-v-159d3bce] .ant-upload-list-picture-card {
  display: contents;
}
[data-v-159d3bce] .ant-form-item-control-wrapper {
  width: 100%;
}
.clearfix[data-v-159d3bce] {
  zoom: 1;
}
.clearfix[data-v-159d3bce]:before {
  display: table;
  content: "";
}
.problems-form[data-v-159d3bce] {
  margin: 24px 214px;
}
.ant-form-item[data-v-159d3bce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-form-item .tel[data-v-159d3bce] {
  width: 254px;
}
.ant-form-item .sub[data-v-159d3bce] {
  margin: 32px 8px 32px 65px;
  background: #0fb1b5;
  font-size: 14px;
  color: #ffffff;
}
.Ipt[data-v-159d3bce] {
  width: 468px;
  height: 114px;
}
.limitPicture[data-v-159d3bce] {
  margin: 8px 30px 16px 155px;
  color: rgba(0, 0, 0, 0.45);
}
.num[data-v-159d3bce] {
  margin: 85px 0 0 10px;
}
.ant-upload-select-picture-card i[data-v-159d3bce] {
  font-size: 32px;
  color: #999;
}
.ant-upload-select-picture-card .ant-upload-text[data-v-159d3bce] {
  margin-top: 8px;
  color: #666;
}

.replaceModal-wrapper /deep/ .ant-modal-body {
  padding: 0;
}
.replaceModal-wrapper /deep/ p {
  margin-bottom: 0 !important;
  text-indent: 0 !important;
}
.replaceModal-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.replaceModal-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.replaceModal-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}
.replaceModal-top .ant-form-item-label {
  width: 56px;
  text-align: left;
}
.replaceModal-top .Pview {
  margin-bottom: 16px !important;
}
.replaceModal-top .Pview a {
  float: right;
  font-size: 16px;
  color: #0fb1b5;
}
.replaceModal-top .Pview a span {
  padding: 0 74px 0 10px;
}

.formatMathJax[data-v-3f583d72] {
  line-height: 40px;
}
.issus_knowledge[data-v-3f583d72] {
  margin-left: 12px;
}
.content_wrapper[data-v-3f583d72] {
  color: #262626;
}
.content_wrapper[data-v-3f583d72] img {
  max-width: 100%;
}
.replaceModalIcon[data-v-3f583d72] {
  color: #FFBF00;
}
.titltBold[data-v-3f583d72] {
  font-weight: bold;
}
.title_left[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title_left > img[data-v-3f583d72] {
  display: block;
}
.replaceModal-tishi[data-v-3f583d72] {
  margin-left: 4px;
  color: #0FB1B5;
  font-weight: 600;
}
.replaceModal-tishis[data-v-3f583d72] {
  margin-left: 8px;
  color: rgba(0, 0, 0, 0.65);
}
.ant-icon[data-v-3f583d72] {
  color: #0fb1b5;
  width: 14px;
  height: 14px;
  radius: 4px;
}
.hengxian[data-v-3f583d72] {
  display: block;
  margin: auto;
  margin-bottom: 16px;
  margin-top: 8px;
  height: 1px;
  background: #e8e8e8;
}
.tg[data-v-3f583d72] {
  width: 966px;
  height: 40px;
  padding: 0 71px;
}
.tg .ant-form-item[data-v-3f583d72] {
  margin-bottom: 0;
}
.tg .ant-form-item .ant-form-item-label label[data-v-3f583d72] {
  color: black;
}
.form-one[data-v-3f583d72] {
  margin: 36px 2px 0 8px;
}
.form-one .chutidian[data-v-3f583d72] {
  margin: 30px 18px 8px 2px;
  padding: 6px 10px 11px;
  background: #f5f5f5;
}
.form-two[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-two .form-two-lf[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-two .form-two-lf .ant-form-item[data-v-3f583d72] {
  margin-right: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-two .form-two-lf .ant-form-item .ant-select[data-v-3f583d72] {
  width: 120px;
}
.showAnswer[data-v-3f583d72] {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.selfReplace[data-v-3f583d72] {
  float: right;
}
.selfReplace button[data-v-3f583d72] {
  width: 102px;
  height: 32px;
  color: #0fb1b5;
  background: #ffffff;
  border: 1px solid #0fb1b5;
  border-radius: 4px;
}
.replaceModal-top .ant-form-item[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.replaceModal-top .ant-form-item .ant-select[data-v-3f583d72] {
  width: 120px;
}
.replaceModal-top .issus .issus_label[data-v-3f583d72] {
  width: 100%;
  font-weight: 600;
}
.replaceModal-top .issus .issus_point[data-v-3f583d72] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 10px;
}
.replaceModal-top .issus .issus_point .issus_point_item[data-v-3f583d72] {
  padding: 4px 11px;
  background: #F5F5F5;
  margin-right: 10px;
}
.pad-bt0[data-v-3f583d72] {
  padding-bottom: 0;
}
.search[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 7px 24px 0 9px;
}
.search .search_difficulty[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search .search_difficulty .search_label[data-v-3f583d72] {
  white-space: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 6px;
}
.search .search_difficulty .search_select[data-v-3f583d72] {
  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;
}
.search .search_difficulty .search_select > div[data-v-3f583d72] {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 6px;
}
.search .search_source[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 4px 32px;
}
.search .search_source .search_label[data-v-3f583d72] {
  white-space: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 6px;
}
.search .search_source .search_select[data-v-3f583d72] {
  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;
}
.search .search_source .search_select > div[data-v-3f583d72] {
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 6px;
}
.search .search_customer[data-v-3f583d72] {
  width: 305px;
  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;
}
.search .search_customer .search_label[data-v-3f583d72] {
  white-space: nowrap;
  -ms-flex-item-align: center;
      align-self: center;
  margin-right: 6px;
}
.search .search_customer .exit_btn[data-v-3f583d72] {
  margin-left: 89px;
  border-color: #0FB1B5 ;
  color: #0FB1B5;
}
.sourceList[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6px;
  overflow-y: auto;
  height: 399px;
}
.sourceList .source_item .wrapper[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 10px;
  border: 1px solid white;
  padding: 10px;
  word-break: break-all;
}
.sourceList .source_item .wrapper[data-v-3f583d72]:hover {
  border: 1px solid #0FB1B5;
}
.sourceList .source_item .wrapper .source_item_info[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sourceList .source_item .wrapper .source_item_info .source_info[data-v-3f583d72] {
  width: 84%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_index[data-v-3f583d72] {
  width: 4%;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_content[data-v-3f583d72] {
  width: 90%;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_content .source_title[data-v-3f583d72] {
  width: 100%;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_content .source_options[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_content .source_options .options_item[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6px 0;
}
.sourceList .source_item .wrapper .source_item_info .source_info .source_content .source_options .options_item[data-v-3f583d72] p {
  display: inline-block !important;
  margin-bottom: 0;
}
.sourceList .source_item .wrapper .source_item_info .source_level[data-v-3f583d72] {
  width: 144px;
  margin-right: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sourceList .source_item .wrapper .source_item_info .source_level .source_map[data-v-3f583d72] {
  background: #E5E2F9;
  color: #6D65A8;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  min-width: 48px;
}
.sourceList .source_item .wrapper .source_item_info .source_level .source_wrapper[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sourceList .source_item .wrapper .source_item_info .source_level .source_wrapper .level[data-v-3f583d72] {
  color: #0FB1B5;
  width: 80px;
  height: 30px;
  background: #e6f7ff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-left: 16px;
  white-space: nowrap;
  padding: 0 2px;
}
.sourceList .source_item .wrapper .source_item_info .source_level .source_wrapper .level[data-v-3f583d72]:not(:first-child) {
  margin-top: 10px;
}
.sourceList .source_item .wrapper .source_item_info .source_operate[data-v-3f583d72] {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sourceList .source_item .wrapper .timu_answer[data-v-3f583d72] {
  background: #F9F9F9;
  padding: 16px 0;
}
.sourceList .source_item .wrapper .timu_answer .answer[data-v-3f583d72],
.sourceList .source_item .wrapper .timu_answer .analysis[data-v-3f583d72] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.sourceList .source_item .wrapper .timu_answer .answer .analysis_content[data-v-3f583d72],
.sourceList .source_item .wrapper .timu_answer .analysis .analysis_content[data-v-3f583d72] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sourceList .source_item .wrapper .timu_answer .knowledge_content[data-v-3f583d72] {
  margin-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sourceList .source_item .wrapper .timu_answer .answer .fill_answer_wrapper[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sourceList .source_item .wrapper .timu_answer .answer .fill_answer_wrapper .fill_answer[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding-left: 10px;
}
.sourceList .source_item .wrapper .timu_answer .answer .fill_answer_wrapper .fill_answer .fill_answer_label[data-v-3f583d72] {
  width: 50px;
}
.sourceList .source_item .wrapper .timu_answer .answer .fill_answer_wrapper .fill_answer .fill_answer_text[data-v-3f583d72] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sourceList .source_item .multipWrapper .multip .multip_top[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sourceList .source_item .multipWrapper .multip .multip_top .multip_left[data-v-3f583d72] {
  width: 90%;
}
.sourceList .source_item .multipWrapper .multip .multip_top .source_level[data-v-3f583d72] {
  width: 144px;
  margin-right: 87px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.sourceList .source_item .multipWrapper .multip .multip_top .source_level .source_map[data-v-3f583d72] {
  background: #E5E2F9;
  color: #6D65A8;
  width: 48px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  min-width: 48px;
}
.sourceList .source_item .multipWrapper .multip .multip_top .source_level .source_wrapper[data-v-3f583d72] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sourceList .source_item .multipWrapper .multip .multip_top .source_level .source_wrapper .level[data-v-3f583d72] {
  color: #0FB1B5;
  width: 80px;
  height: 30px;
  background: #e6f7ff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-left: 16px;
  white-space: nowrap;
  padding: 0 2px;
}
.sourceList .source_item .multipWrapper .multip .multip_top .source_level .source_wrapper .level[data-v-3f583d72]:not(:first-child) {
  margin-top: 10px;
}
.sourceList .source_item .multipWrapper .multip .multip_top .multip_right[data-v-3f583d72] {
  width: 10%;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.85);
  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;
  padding: 4px 6px;
  color: #0fb1b5;
  max-height: 30px;
}
.choose_btn[data-v-3f583d72] {
  border-color: rgba(15, 177, 181, 0.85);
  color: #0fb1b5;
  white-space: nowrap;
  cursor: pointer;
}

.problems-wrapper .ant-modal-body {
  padding: 0;
}
.problems-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.problems-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.problems-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}

.notAllowed[data-v-a4572ef0] {
  background-color: #f5f5f5;
  border-color: #d9d9d9!important;
  cursor: not-allowed;
}
.issus_knowledge[data-v-a4572ef0] {
  margin-left: 6px;
}
.problems-form[data-v-a4572ef0] {
  margin: 24px 214px;
}
.problems-form .ant-modal-content .ant-modal-footer[data-v-a4572ef0] {
  display: none;
}
.replaceModal-tishi[data-v-a4572ef0] {
  margin-left: 4px;
}
.content[data-v-a4572ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content .replaceModalIcon[data-v-a4572ef0] {
  color: #FFBF00;
}
.content .ant-divider[data-v-a4572ef0],
.content .ant-divider-vertical[data-v-a4572ef0] {
  background: #0FB1B5;
  margin-left: 0;
  width: 2px;
}
.content .topicList[data-v-a4572ef0] {
  /* margin: 10px 0; */
  margin: 16px 0 12px 0;
}
.content .topicBox[data-v-a4572ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.content .questionType[data-v-a4572ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content .issus_point_item[data-v-a4572ef0] {
  margin: 6px 18px 8px 2px;
  padding: 3px 10px;
  background: #f5f5f5;
}
.content .sep[data-v-a4572ef0] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  /* margin: 6px 0; */
  margin: 16px 0 12px 0;
}
.content .tip[data-v-a4572ef0] {
  color: #0fb1b5;
  margin: 6px 0;
  font-size: 14px;
  font-weight: 600;
}
.content .difficulty[data-v-a4572ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content .difficulty .label[data-v-a4572ef0] {
  height: 32px;
  line-height: 32px;
  width: 50px;
}
.content .updateTip[data-v-a4572ef0] {
  margin: 16px 16px 16px 50px;
}
.content .operate-box[data-v-a4572ef0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .operate-box .ant-btn[data-v-a4572ef0] {
  margin: 16px;
}
.removeIcon[data-v-a4572ef0] {
  cursor: pointer;
}

.problems-wrapper .ant-modal-body {
  padding: 0;
}
.problems-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.problems-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.problems-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}

.ids[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.ids[data-v-1c4d86b8] .ant-checkbox-wrapper {
  margin: 0 0 8px 8px;
}
.problems-form[data-v-1c4d86b8] {
  margin: 24px 214px;
}
.problems-form .ant-modal-content .ant-modal-footer[data-v-1c4d86b8] {
  display: none;
}
.content_wrapper[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.content_wrapper .replaceModalIcon[data-v-1c4d86b8] {
  color: #FFBF00;
}
.content_wrapper .ant-divider[data-v-1c4d86b8],
.content_wrapper .ant-divider-vertical[data-v-1c4d86b8] {
  background: #0FB1B5;
  margin-left: 0;
  width: 2px;
}
.content_wrapper .topicList[data-v-1c4d86b8] {
  /* margin-top: 10px; */
  margin: 16px 0 8px 0;
}
.content_wrapper .topicBox[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.content_wrapper .topicBox .item[data-v-1c4d86b8] {
  margin: 6px 18px 8px 2px;
  padding: 3px 10px;
  background: #f5f5f5;
}
.content_wrapper .questionType[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.content_wrapper .sep[data-v-1c4d86b8] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 24px 0 16px 0;
}
.content_wrapper .tip[data-v-1c4d86b8] {
  color: #0fb1b5;
  margin: 6px 0;
  font-size: 14px;
  font-weight: 600;
}
.content_wrapper .difficulty[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.content_wrapper .difficulty .label[data-v-1c4d86b8] {
  height: 32px;
  line-height: 32px;
  width: calc(70px);
}
.content_wrapper .updateTip[data-v-1c4d86b8] {
  margin: 16px 16px 16px 50px;
}
.content_wrapper .operate-box[data-v-1c4d86b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content_wrapper .operate-box .ant-btn[data-v-1c4d86b8] {
  margin: 16px;
}
.multipWrapper .titleBox[data-v-1c4d86b8] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 6px 0;
  border: 1px solid #ccc;
  padding: 15px 20px;
  border-radius: 4px;
}
.multipWrapper .titleBox .title[data-v-1c4d86b8] {
  white-space: nowrap;
  position: relative;
  width: 50px;
}
.multipWrapper .titleBox .title[data-v-1c4d86b8]::before {
  position: absolute;
  content: '*';
  color: red;
  top: 1px;
  left: -8px;
}
.multipWrapper .titleBox .title_content[data-v-1c4d86b8] {
  width: 100%;
}
.addSubOption[data-v-1c4d86b8] {
  width: 100%;
  border-radius: 4px;
  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: 1px solid rgba(0, 0, 0, 0.15);
  height: 50px;
  margin: 10px 0;
  cursor: pointer;
}
.update_wrapper[data-v-1c4d86b8] {
  margin-bottom: 16px;
}

.viewDetail[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 28px;
}
.viewDetail .view_label[data-v-17b7d397] {
  font-weight: bold;
  margin-left: 10px;
}
.viewDetail .view_operate[data-v-17b7d397] {
  cursor: pointer;
}
[data-v-17b7d397] p {
  margin-bottom: 0 !important;
}
.label_title[data-v-17b7d397] {
  font-weight: 700;
  white-space: nowrap;
  line-height: 28px;
}
.timu-text[data-v-17b7d397] {
  white-space: normal;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 28px;
}
.timu-text .option_label[data-v-17b7d397] {
  line-height: 28px;
  white-space: nowrap;
}
.mixWrapper[data-v-17b7d397] {
  padding: 16px;
  word-break: break-all;
  position: relative;
}
.mixWrapper:hover .itemRight[data-v-17b7d397] {
  visibility: visible;
}
.mixWrapper .title[data-v-17b7d397] {
  /* width: 100%;
      margin-top: 30px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mixWrapper .title .left[data-v-17b7d397] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 20px 0 0;
  color: rgba(0, 0, 0, 0.85);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  line-height: 26px;
  font-size: 15px;
}
.mixWrapper .title .left .left_index[data-v-17b7d397] {
  width: 30px;
}
.mixWrapper .title .left .left_title[data-v-17b7d397] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  /* margin-left: @baseTitleSpace; */
  word-break: break-all;
  /* color: red; */
}
.mixWrapper .title .left .left_title > p[data-v-17b7d397] {
  display: inline-block !important;
  color: yellow;
  margin-bottom: 0 !important;
}
.mixWrapper .res-box[data-v-17b7d397] {
  max-width: 80%;
}
.mixWrapper .right[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mixWrapper .right .difficulty[data-v-17b7d397] {
  background: #e5e2f9;
  color: #6d65a8;
  width: 60px;
  height: 30px;
  margin-right: 16px;
  padding: 0;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
}
.mixWrapper .right .source[data-v-17b7d397] {
  margin-right: 6px;
  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;
  background: #e6f7ff;
  color: #0fb1b5;
  height: 30px;
  line-height: 30px;
  padding: 0 8px;
  font-size: 14px;
}
.mixWrapper .right .source[data-v-17b7d397] .ant-btn {
  -webkit-transform: initial !important;
          transform: initial !important;
  font-size: 13px;
}
.mixWrapper .right .source .mark[data-v-17b7d397] {
  padding: 0;
  font-size: 13px;
}
.mixWrapper .itemRight[data-v-17b7d397] {
  float: right;
  /* position: absolute; */
  /* top: 0; */
  /* left: 80%; */
  /* display: flex; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -8px;
  width: 20%;
  visibility: hidden;
}
.mixWrapper .itemRight .btnBox[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mixWrapper .itemRight .btnBox[data-v-17b7d397] .ant-btn {
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  margin: 11px 22px 5px 20px;
  font-size: 14px;
  color: #0fb1b5;
  text-align: center;
  line-height: 22px;
  width: 100px;
}
.mixWrapper .itemRight .btnBox .problemsBtn[data-v-17b7d397] {
  border: 1px solid #6d65a8;
  color: #6d65a8;
}
.mixWrapper .itemWrapper[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 30px;
}
.mixWrapper .itemWrapper_box[data-v-17b7d397] {
  width: 80%;
}
.mixWrapper .itemWrapper_box .item[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 6px;
}
.mixWrapper .itemWrapper_box .item .item_top[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.mixWrapper .itemWrapper_box .item .item_top .item_top_title[data-v-17b7d397] {
  width: 25px;
}
.mixWrapper .itemWrapper_box .item .item_top .item_type[data-v-17b7d397] {
  /* margin-left: @baseTitleSpace; */
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bold;
}
.mixWrapper .itemWrapper_box .item .itemNode[data-v-17b7d397] {
  background: #f9f9f9;
  padding: 4px 6px;
}
.mixWrapper .itemWrapper_box .item .itemNode .anaysicWrapper .anaysic .anaysicItem[data-v-17b7d397] {
  padding: 2px 4px;
  margin-right: 10px;
  color: rgba(0, 0, 0, 0.85);
}
.mixWrapper .itemWrapper_box .item .question-bottom[data-v-17b7d397] {
  margin-left: -13px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-img[data-v-17b7d397] {
  margin-left: 35px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-img img[data-v-17b7d397] {
  width: 150px;
  height: 80px;
  background-color: aqua;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list .item[data-v-17b7d397] {
  max-width: 50%;
  min-width: 40%;
}
.mixWrapper .itemWrapper_box .item .question-bottom .question-options .list .time_row[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mixWrapper .itemWrapper_box .item .question-bottom .answer[data-v-17b7d397] {
  padding: 0 10px;
  background: #F9F9F9;
  padding: 16px;
  margin: 12px 0 0 18px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .answer .fill_answer_wrapper[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mixWrapper .itemWrapper_box .item .question-bottom .answer .fill_answer_wrapper .fill_answer[data-v-17b7d397] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.mixWrapper .itemWrapper_box .item .question-bottom .answer .fill_answer_wrapper .fill_answer .fill_answer_label[data-v-17b7d397] {
  width: 50px;
  line-height: 28px;
}
.mixWrapper .itemWrapper_box .item .question-bottom .answer .fill_answer_wrapper .fill_answer .fill_answer_text[data-v-17b7d397] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 28px;
}
.zuo[data-v-17b7d397] {
  width: 100%;
}
.you[data-v-17b7d397] {
  min-width: 164px;
}

.testIdList {
  width: 234px;
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
}
.testIdList-header {
  width: 234px;
  color: white;
  height: 40px;
  background: rgba(15, 177, 181, 0.7);
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

.testIdList[data-v-7b1dce38] {
  position: sticky;
  top: 200px;
}
.idlistWrapper[data-v-7b1dce38] {
  overflow: auto;
  /* height: 600px; */
  max-height: 600px;
}
.idlistWrapper .testIdList-body[data-v-7b1dce38] {
  padding: 10px 18px;
}
.idlistWrapper .testIdList-body span[data-v-7b1dce38] {
  display: block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
}
.idlistWrapper .testIdList-body .btns[data-v-7b1dce38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 10px;
}
.idlistWrapper .testIdList-body .btns .item[data-v-7b1dce38] {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  /* border-color: rgba(0, 0, 0, 0.15) */
  border-radius: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 0;
  padding: 15px 5px;
  margin: 0 7px 5px 0 !important;
  color: black;
  cursor: pointer;
}
.idlistWrapper .testIdList-body .btns .item_checked[data-v-7b1dce38] {
  border: 0;
  color: white;
  background: rgba(15, 177, 181, 0.8);
}
[data-v-7b1dce38] .ant-layout.ant-layout-has-sider > .ant-layout,
.ant-layout.ant-layout-has-sider > .ant-layout-content[data-v-7b1dce38] {
  overflow-x: initial !important;
}
[data-v-7b1dce38] .ant-tabs {
  overflow: initial !important;
}
[data-v-7b1dce38] .ant-layoutP {
  overflow: initial !important;
}
[data-v-7b1dce38] .ant-tabs-tabpane > div {
  overflow: initial !important;
}

.success {
  text-align: center;
}
.success .content {
  margin-left: -200px;
  padding-top: 44px;
}
.success .content .successed {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  line-height: 12px;
  font-size: 15px;
}
.success .content .successed .ant-icon {
  color: #0fb1b5;
}
.success .content .successed .viewAll {
  cursor: pointer;
  margin: 0 5px 0 10px;
  font-weight: 400;
  color: #0fb1b5;
  font-size: 13px;
}
.success .content .homeworkAllList {
  margin: 0 5px 0 10px;
  font-weight: 400;
  color: #0fb1b5;
  font-size: 13px;
}
.success .content .helping {
  height: 113px;
  width: 560px;
  background: #fafafa;
  border-radius: 2px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
  padding: 10.5px 0 13px 10.5px;
  margin: 0 auto;
  text-align: left;
  margin-top: 32px;
}
.homeworkEndIcon {
  font-size: 14px;
  display: inline-block;
  margin: 50px auto 10px auto;
}
.assignHomework-success {
  display: inline-block;
  width: 63px;
  height: 70px;
  background: url(../../static/img/assignHomeworkSuccess.ccd2d34.svg) no-repeat center;
  background-size: 70px;
  vertical-align: middle;
}

.previewModal-wrapper .ant-modal-body {
  padding: 0;
}
.previewModal-wrapper .ant-modal-header {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.previewModal-wrapper .ant-modal-header .ant-modal-title {
  color: #fff;
}
.previewModal-wrapper .ant-modal-close-x {
  line-height: 40px;
  color: #fff;
}

.ant-modal[data-v-18c2687c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ant-modal-header[data-v-18c2687c] {
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ffffff;
}
.title[data-v-18c2687c] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #000000;
  text-align: center;
  width: 73%;
}
.score[data-v-18c2687c] {
  text-align: center;
  opacity: 0.85;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #000000;
  width: 73%;
}
.show-answer[data-v-18c2687c] {
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #0fb1b5;
  border: none;
  float: right;
}
.fr[data-v-18c2687c] {
  margin: 20px 29px 0 29px;
  float: left;
  width: 73%;
}
.fr .fl-wrapper[data-v-18c2687c] {
  margin: 8px 30px 30px 20px;
}
.fl[data-v-18c2687c] {
  margin: -70px 20px 0;
  float: left;
}
.fl .testIdList[data-v-18c2687c] {
  margin-top: 100px !important;
}

.header-wrapper[data-v-d8ab5ec8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* margin-left: 50px; */
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 7px;
}
.header-wrapper .header-fl[data-v-d8ab5ec8] {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1100px;
}
.header-wrapper .header-fl .back[data-v-d8ab5ec8] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  background-size: 20px;
  vertical-align: middle;
  margin: 0 27px 13px 10px;
  cursor: pointer;
}
.header-wrapper .header-fl .name[data-v-d8ab5ec8] {
  margin-right: 20px;
}
.header-wrapper .header-fl .homeworkName[data-v-d8ab5ec8] {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/or5XljbflkI3np7Dlm77moIc8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL+ivleWNt+WQjeensOWbvuaghyIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWtpuagoV/np5Hnm64iPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzAwMDAwMCIgb3BhY2l0eT0iMCIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTkuOCwxLjE4OCBMNC4yLDEuMTg4IEMzLjM0OCwxLjE4OCAyLjY2NCwxLjg3MiAyLjY2NCwyLjcyNCBMMi42NjQsMjEuMjg4IEMyLjY2NCwyMi4xNCAzLjM0OCwyMi44MjQgNC4yLDIyLjgyNCBMMTkuOCwyMi44MjQgQzIwLjY1MiwyMi44MjQgMjEuMzM2LDIyLjE0IDIxLjMzNiwyMS4yODggTDIxLjMzNiwyLjcyNCBDMjEuMzM2LDEuODcyIDIwLjY1MiwxLjE4OCAxOS44LDEuMTg4IFogTTExLjgwOCwyLjg2OCBMMTEuODA4LDEwLjY5MiBMOS44NCw5LjQ4IEM5LjcyLDkuNDA4IDkuNTg4LDkuMzcyIDkuNDU2LDkuMzcyIEM5LjMyNCw5LjM3MiA5LjE5Miw5LjQwOCA5LjA3Miw5LjQ4IEw3LjEyOCwxMC42OTIgTDcuMTI4LDIuODY4IEwxMS44MDgsMi44NjggTDExLjgwOCwyLjg2OCBaIE00LjIsMi42MjggTDUuNjg4LDIuNjI4IEw1LjY4OCwxMS45ODggQzUuNjg4LDEyLjI1MiA1LjgzMiwxMi40OTIgNi4wNiwxMi42MTIgQzYuMjg4LDEyLjc0NCA2LjU2NCwxMi43MzIgNi43OTIsMTIuNiBMOS40NjgsMTAuOTQ0IEwxMi4xNDQsMTIuNiBDMTIuMjY0LDEyLjY3MiAxMi4zOTYsMTIuNzA4IDEyLjUyOCwxMi43MDggQzEyLjY0OCwxMi43MDggMTIuNzY4LDEyLjY3MiAxMi44NzYsMTIuNjEyIEMxMy4xMDQsMTIuNDggMTMuMjQ4LDEyLjI0IDEzLjI0OCwxMS45ODggTDEzLjI0OCwyLjYyOCBMMTkuOCwyLjYyOCBDMTkuODQ4LDIuNjI4IDE5Ljg5NiwyLjY3NiAxOS44OTYsMi43MjQgTDE5Ljg5NiwxNy43MTIgTDQuMTA0LDE3LjcxMiBMNC4xMDQsMi43MjQgQzQuMTA0LDIuNjY0IDQuMTUyLDIuNjI4IDQuMiwyLjYyOCBaIE0xOS44LDIxLjM3MiBMNC4yLDIxLjM3MiBDNC4xNTIsMjEuMzcyIDQuMTA0LDIxLjMyNCA0LjEwNCwyMS4yNzYgTDQuMTA0LDE5LjE0IEwxOS44OTYsMTkuMTQgTDE5Ljg5NiwyMS4yNzYgQzE5Ljg5NiwyMS4zMzYgMTkuODQ4LDIxLjM3MiAxOS44LDIxLjM3MiBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+) no-repeat center;
  background-size: 20px;
  vertical-align: middle;
}
.header-wrapper .header-fr[data-v-d8ab5ec8] {
  float: right;
}

.operate_item[data-v-1f95783c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #2EABFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate_item .audit[data-v-1f95783c] {
  cursor: pointer;
  margin-right: 10px;
  color: #0fb1b5;
}
.operate_item .audit-left[data-v-1f95783c] {
  margin-left: 10px;
}
.homeworkTable[data-v-1f95783c] {
  margin: auto 50px;
}
.homeworkTable[data-v-1f95783c] .ant-table-pagination.ant-pagination {
  float: initial;
}
.search[data-v-1f95783c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 50px 20px 10px;
}

.studentListIssued[data-v-917d8f38] {
  padding: 20px 50px;
}
.studentListIssued .searchBox[data-v-917d8f38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0 16px 0;
}
[data-v-917d8f38] .ant-table-pagination.ant-pagination {
  float: initial !important;
  margin: 16px auto;
}

.homeworkList-wrapper[data-v-9ddf6980] {
  width: 100%;
  height: 100%;
  margin: 20px 30px 50px 0;
}
.homeworkTable[data-v-9ddf6980] {
  margin: 80px;
}
.issue[data-v-9ddf6980] {
  position: fixed;
  top: 115px;
  right: 50px;
}
.issue .ant-btn[data-v-9ddf6980] {
  background-color: #0fb1b5;
  border-radius: 4px;
  color: white;
}

.item[data-v-01c72254] {
  cursor: pointer;
}
.operate_item[data-v-01c72254] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #2EABFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate_item .audit[data-v-01c72254] {
  cursor: pointer;
  margin-right: 10px;
}
.operate_item .audit-left[data-v-01c72254] {
  margin-left: 10px;
}
/* .config {
  cursor: pointer;
} */
[data-v-01c72254] .ant-table-pagination.ant-pagination {
  float: initial;
  margin: 16px auto;
}
[data-v-01c72254] .ant-table-pagination.ant-pagination {
  float: none;
}
.ant-input[data-v-01c72254] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list-app[data-v-01c72254] {
  height: 100%;
  width: 100%;
}
.list-app hr[data-v-01c72254] {
  width: 100%;
  border: none;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0;
}
.ant-radio-group[data-v-01c72254] {
  margin: 16px 0 16px 50px;
}
.ant-radio-group .ant-radio-button-wrapper[data-v-01c72254] {
  width: 124px;
  height: 32px;
  text-align: center;
}
.ant-table table[data-v-01c72254] {
  table-layout: fixed;
}
.table[data-v-01c72254] {
  margin-left: 50px;
  margin-right: 48px;
}
.header[data-v-01c72254] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .fl[data-v-01c72254] {
  margin: 16px 0 16px 48px;
}
.header .fr[data-v-01c72254] {
  margin: 16px 48px 16px 0;
}
.header th.theadBold[data-v-01c72254] {
  font-weight: bold;
}
.ant-badge-status-dot[data-v-01c72254] {
  margin-bottom: 3px;
}
.eye[data-v-01c72254] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi92aWV3PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi92aWV3IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5p+l55yLLWNvcHktMiI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC45Mzc1LDkuNzYxNzUgQzEzLjI0NDI1LDEyLjA1MDc1IDEwLjc2NjUsMTMuNDk4IDgsMTMuNDk4IEM1LjIzMzc1LDEzLjQ5OCAyLjc1NiwxMi4wNTA3NSAxLjA2MjUsOS43NjE3NSBDMC4zMTQ3NSw4Ljc1MTI1IDAuMzE0NzUsNy4yNDkyNSAxLjA2MjUsNi4yMzg1IEMyLjc1NiwzLjk0OTUgNS4yMzM3NSwyLjUwMjI1IDgsMi41MDIyNSBDMTAuNzY2NSwyLjUwMjI1IDEzLjI0NDI1LDMuOTQ5NSAxNC45Mzc1LDYuMjM4NSBDMTUuNjg1MjUsNy4yNDkyNSAxNS42ODUyNSw4Ljc1MTI1IDE0LjkzNzUsOS43NjE3NSBaIE0xNC4xODU1LDcuMDY4NSBDMTIuNjE0NzUsNC44MDIgMTAuMzU0LDMuNTAyMjUgNy45ODMsMy41MDIyNSBDNS42MTIsMy41MDIyNSAzLjM1MTI1LDQuODAyIDEuNzgwNSw3LjA2ODUgQzEuNDA2MjUsNy42MDg1IDEuNDA2MjUsOC4zOTIyNSAxLjc4MDUsOC45MzIyNSBDMy4zNTEyNSwxMS4xOTg3NSA1LjYxMiwxMi40OTg3NSA3Ljk4MywxMi40OTg3NSBDMTAuMzU0LDEyLjQ5ODc1IDEyLjYxNDc1LDExLjE5ODc1IDE0LjE4NTUsOC45MzIgQzE0LjU1OTc1LDguMzkyMjUgMTQuNTU5NzUsNy42MDg1IDE0LjE4NTUsNy4wNjg1IFogTTguMDA1LDExLjQ5NzI1IEM2LjA3MiwxMS40OTcyNSA0LjUwNSw5LjkzMDI1IDQuNTA1LDcuOTk3MjUgQzQuNTA1LDYuMDY0MjUgNi4wNzIsNC40OTcyNSA4LjAwNSw0LjQ5NzI1IEM5LjkzOCw0LjQ5NzI1IDExLjUwNSw2LjA2NDI1IDExLjUwNSw3Ljk5NzI1IEMxMS41MDUsOS45MzAyNSA5LjkzOCwxMS40OTcyNSA4LjAwNSwxMS40OTcyNSBaIE04LjAwNSw1LjQ5NzI1IEM2LjYyNDI1LDUuNDk3MjUgNS41MDUsNi42MTY1IDUuNTA1LDcuOTk3MjUgQzUuNTA1LDkuMzc4IDYuNjI0MjUsMTAuNDk3MjUgOC4wMDUsMTAuNDk3MjUgQzkuMzg1NzUsMTAuNDk3MjUgMTAuNTA1LDkuMzc4IDEwLjUwNSw3Ljk5NzI1IEMxMC41MDUsNi42MTY1IDkuMzg1NzUsNS40OTcyNSA4LjAwNSw1LjQ5NzI1IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
  background-size: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
.delete[data-v-01c72254] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
  background-size: 16px;
  vertical-align: middle;
}
.textOverFlow[data-v-01c72254] {
  max-width: 260px;
  overflow: hidden;
  /* 超出部分隐藏 */
  white-space: nowrap;
  /* 禁止换行 */
  text-overflow: ellipsis;
  /* 省略号 */
  display: inline-block;
}
.actions[data-v-01c72254] {
  color: #0FB1B5;
  cursor: pointer;
}
.firstActions[data-v-01c72254] {
  padding-right: 5px;
  border-right: 1px solid #D8D8D8;
}
[data-v-01c72254] .ant-table-body td {
  white-space: nowrap;
}

.detailWrapper .detail[data-v-5f196582] {
  margin: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
}
.detailWrapper .detail .back[data-v-5f196582] {
  width: 18px;
  height: 18px;
  margin-right: 20px;
  cursor: pointer;
}
.detailWrapper .detail .name[data-v-5f196582] {
  color: #000000;
  font-weight: 600;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detailWrapper .detail .name > img[data-v-5f196582] {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.detailWrapper .detailWork[data-v-5f196582] {
  margin-top: 20px;
}

.tabbar-wrap[data-v-4214cc2c] {
  width: 64px;
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 14px;
  -webkit-box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 1px 0 2px 0 rgba(0, 0, 0, 0.05);
  /* .ant-menu-item.ant-menu-item-selected {
    border-left-color:#0FB1B5;
  } */
}
.tabbar-wrap .tabbar-item[data-v-4214cc2c] {
  /* text-align: center; */
  cursor: pointer;
  height: 64px;
  /* vertical-align: middle; */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 2px solid transparent;
  /* display: flex;
    justify-content: center;
    align-items: center; */
  position: relative;
}
.tabbar-wrap .tabbar-item > div[data-v-4214cc2c] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tabbar-wrap .tabbar-item > div > div[data-v-4214cc2c] {
  text-align: center;
  line-height: 16px;
}
.tabbar-wrap .tabbar-item > div > div.lineht28[data-v-4214cc2c] {
  line-height: 12px;
  margin-top: 4px;
  font-size: 12px;
}
.tabbar-wrap .ant-menu-item[data-v-4214cc2c] {
  width: 64px;
  height: 64px;
  border-left: 2px solid transparent;
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected[data-v-4214cc2c] {
  color: #0FB1B5;
  border-left-color: #0FB1B5;
  background: rgba(0, 0, 0, 0.02);
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected .icon-index[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0luZGV4L1NlbGVjdGVkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2L0luZGV4L1NlbGVjdGVkIiBmaWxsPSIjMEZCMUI1IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iU2hhcGUiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTguMDQyMzczODgsMC45MDY2NjYyMzkgQzguMTMwMzY5MzEsMC45MDY2NjYyMzkgOC4yMTgzNjQ3NCwwLjkzODY4MzQ5NiA4LjI4NTAyNzU1LDAuOTk0NjgzNDQyIEwxMy45OTY3MjE3LDYuNDg4MDEzMjYgTDEzLjk5NjcyMTcsMTQuNzEyMDA1MiBDMTMuOTk2NzIxNywxNC44MTMzMzg0IDEzLjk1NjcyMzksMTQuOTA5MzM4MSAxMy44ODQ3Mjc1LDE0Ljk4MTMzNzYgQzEzLjgxMjczMTIsMTUuMDUzMzM3NiAxMy43MTY3MzY4LDE1LjA5MzMzNzcgMTMuNjE1NDA5LDE1LjA5MzMzNzcgTDEwLjY5MDIyMjUsMTUuMDkzMzM3NyBMMTAuNjkwMjIyNSwxMi4xMjgwMDM3IEMxMC42OTAyMjI1LDExLjY0MjY3MTIgMTAuNTAzNTY1NywxMS4xODY2NzA2IDEwLjE1OTU4NDIsMTAuODQ1MzM3MSBDOS44MTgyNjg0LDEwLjUwNDAwMzYgOS4zNjIyOTMxNCwxMC4zMTQ2NzEyIDguODc2OTg0MjUsMTAuMzE0NjcxMiBMNy4xMTQ0MDIxMywxMC4zMTQ2NzEyIEM2LjYyOTA5NDgxLDEwLjMxNDY3MTIgNi4xNzU3ODUyNSwxMC41MDQwMDUxIDUuODMxODAyMTksMTAuODQ1MzM3MSBDNS40OTA0ODYzOSwxMS4xODkzMzY1IDUuMzAxMTYzOTEsMTEuNjQ1MzM3IDUuMzAxMTYzOTEsMTIuMTI4MDAzNyBMNS4zMDExNjM5MSwxNS4wOTMzMzc3IEwyLjQ2NjY0MjQzLDE1LjA5MzMzNzcgQzIuMzY1MzE0NDQsMTUuMDkzMzM3NyAyLjI2OTMxOTcyLDE1LjA1MzMzNzggMi4xOTczMjM5NiwxNC45ODEzMzc2IEMyLjEyNTMyNzcyLDE0LjkwOTMzNzYgMi4wODUzMjk3MywxNC44MTMzMzgzIDIuMDg1MzI5NzMsMTQuNzEyMDA1MiBMMi4wODUzMjk3Myw2LjQxODY3MDIxIEw3Ljc5NDM2NiwwLjk5OTk5OTQ4MiBDNy44NjM2OTU3NSwwLjkzODY2NjE0MSA3Ljk1MTY5MDcxLDAuOTA2NjY2MjM5IDguMDQyMzUyNjIsMC45MDY2NjYyMzkgTDguMDQyMzczODgsMC45MDY2NjYyMzkgWiBNOC4wNDIzNTI2MiwwIEM3LjczMzAzNjE2LDAgNy40MjM3MTgxMywwLjExMTk5OTg5MiA3LjE4MTA2NDQ2LDAuMzMzMzMyOSBMMC4yMDgwOTU5NjcsNi45NTE5OTAxOSBDLTAuMDUwNTU2NTgwNyw3LjE5MTk5MDYzIC0wLjA3MTg4OTk5MDYsNy41OTQ2NTcyIDAuMTY1NDMxNDkyLDcuODU1OTkwNTkgQzAuMjkzNDI0NzYsNy45OTczMjM5MiAwLjQ2Njc0OTI5Niw4LjA2OTMyMzI3IDAuNjQyNzQwMTU3LDguMDY5MzIzMjcgQzAuNzk0NzMyMjIxLDguMDY5MzIzMjcgMC45NDY3MjM2Niw4LjAxNTk4OTk0IDEuMDY5Mzg0OSw3LjkwNjY1NzE0IEwxLjE4MTM3ODk3LDcuODAyNjU3MTEgTDEuMTgxMzc4OTcsMTQuNzExOTkyMyBDMS4xODEzNzg5NywxNS4wNTMzMjU5IDEuMzE3MzcxODQsMTUuMzgxMzI1NSAxLjU1NzM1OTgxLDE1LjYyMTMyNiBDMS44MDAwMTM0NywxNS44NjM5OTIyIDIuMTI1MzMwMzgsMTUuOTk3MzI2MyAyLjQ2NjY0NjE4LDE1Ljk5NzMyNjMgTDYuMjEwNDQ0NjUsMTUuOTk3MzI2MyBMNi4yMTA0NDQ2NSwxMi4xMjc5OTk4IEM2LjIxMDQ0NDY1LDExLjg4Nzk5OTQgNi4zMDY0Mzk2OCwxMS42NTU5OTk2IDYuNDc0NDMwMTYsMTEuNDg1MzMyOCBDNi42NDUwODgwNiwxMS4zMTQ2NjYgNi44NzQ0MDg1NCwxMS4yMTg2NjYyIDcuMTE0Mzk2NSwxMS4yMTg2NjYyIEw4Ljg3Njk3ODYzLDExLjIxODY2NjIgQzkuMTE2OTY2NTksMTEuMjE4NjY2MiA5LjM0ODk1NDMzLDExLjMxNDY2NjIgOS41MTY5NDQ5NywxMS40ODUzMzI4IEM5LjY4NzYwMjg2LDExLjY1NTk5OTYgOS43ODM1OTc3NCwxMS44ODUzMzIgOS43ODA5MzA0NywxMi4xMjc5OTk4IEw5Ljc4MDkzMDQ3LDE2IEwxMy42MTgwNjc1LDE2IEMxMy45NTkzODMzLDE2IDE0LjI4NzM2NTksMTUuODY0MDAwMSAxNC41MjczNTM5LDE1LjYyMzk5OTYgQzE0Ljc3MDAwNzUsMTUuMzgxMzMzMyAxNC45MDMzMzQ3LDE1LjA1NTk5OTUgMTQuOTAzMzM0NywxNC43MTIwMDAxIEwxNC45MDMzMzQ3LDcuODg4MDAzIEMxNS4wMzkzMjc2LDguMDEwNjY5NjggMTUuMjA0NjUyNSw4LjA3MjAwMzY1IDE1LjM2NDY0NDUsOC4wNzIwMDM2NSBDMTUuNTM3OTY4MSw4LjA3MjAwMzY1IDE1LjcwODYyNiw4IDE1LjgzMzk1MjksNy44NjEzMzY4MSBDMTUuOTQ4NjEzNiw3LjczNjAwMzUgMTYuMDA3Mjc2NSw3LjU2ODAwMzk4IDE1Ljk5OTI3NzksNy4zOTczMzcyMSBDMTUuOTkxMjc4Myw3LjIyNjY3MDQ0IDE1LjkxMzk0OTEsNy4wNjY2NzAxNSAxNS43ODg2MjIsNi45NTIwMDQ3MyBMOC45MDYzMTg1MSwwLjMzMzM0NzQ0MSBDOC42NjA5OTc1OSwwLjEwOTM0ODI4MyA4LjM1MTY4MTEyLDAgOC4wNDIzNjMxLDAgTDguMDQyMzUyNjIsMCBaIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected .icon-test[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1Rlc3QvU2VsZWN0ZWQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYvVGVzdC9TZWxlY3RlZCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMS43Nzc3Nzc3OCwwIEwxNC4yMjIyMjIyLDAgQzE0LjcxMzE0MiwwIDE1LjExMTExMTEsMC4zOTc5NjkxMTIgMTUuMTExMTExMSwwLjg4ODg4ODg5MSBMMTUuMTExMTExMSwxNS4xMTExMTExIEMxNS4xMTExMTExLDE1LjYwMjAzMDkgMTQuNzEzMTQyLDE2IDE0LjIyMjIyMjIsMTYgTDEuNzc3Nzc3NzgsMTYgQzEuMjg2ODU4LDE2IDAuODg4ODg4ODkxLDE1LjYwMjAzMDkgMC44ODg4ODg4OTEsMTUuMTExMTExMSBMMC44ODg4ODg4OTEsMC44ODg4ODg4OTEgQzAuODg4ODg4ODkxLDAuMzk3OTY5MTEyIDEuMjg2ODU4LDAgMS43Nzc3Nzc3OCwwIFogTTEuNzc3Nzc3NzgsMC44ODg4ODg4OTEgTDEuNzc3Nzc3NzgsMTUuMTExMTExMSBMMTQuMjIyMjIyMiwxNS4xMTExMTExIEwxNC4yMjIyMjIyLDAuODg4ODg4ODkxIEwxLjc3Nzc3Nzc4LDAuODg4ODg4ODkxIFogTTQuNDU2NDQ0NDQsNC4wNzczMzMzMyBDNC4yMTA5ODQ1NSw0LjA3NzMzMzMzIDQuMDExOTk5OTksMy44NzgzNDg3NyA0LjAxMTk5OTk5LDMuNjMyODg4ODggQzQuMDExOTk5OTksMy4zODc0Mjg5OSA0LjIxMDk4NDU1LDMuMTg4NDQ0NDQgNC40NTY0NDQ0NCwzLjE4ODQ0NDQ0IEwxMS41NjQ0NDQ0LDMuMTg4NDQ0NDQgQzExLjgwOTkwNDMsMy4xODg0NDQ0NCAxMi4wMDg4ODg5LDMuMzg3NDI4OTkgMTIuMDA4ODg4OSwzLjYzMjg4ODg4IEMxMi4wMDg4ODg5LDMuODc4MzQ4NzcgMTEuODA5OTA0Myw0LjA3NzMzMzMzIDExLjU2NDQ0NDQsNC4wNzczMzMzMyBMNC40NTY0NDQ0NCw0LjA3NzMzMzMzIFogTTQuNDU2NDQ0NDQsNy43Nzc3Nzc3OCBDNC4yMTA5ODQ1NSw3Ljc3Nzc3Nzc4IDQuMDExOTk5OTksNy41Nzg3OTMyMyA0LjAxMTk5OTk5LDcuMzMzMzMzMzQgQzQuMDExOTk5OTksNy4wODc4NzM0NSA0LjIxMDk4NDU1LDYuODg4ODg4ODkgNC40NTY0NDQ0NCw2Ljg4ODg4ODg5IEw5LjAyMTMzMzMzLDYuODg4ODg4ODkgQzkuMjY2NzkzMjEsNi44ODg4ODg4OSA5LjQ2NTc3Nzc1LDcuMDg3ODczNDUgOS40NjU3Nzc3NSw3LjMzMzMzMzM0IEM5LjQ2NTc3Nzc1LDcuNTc4NzkzMjIgOS4yNjY3OTMyMSw3Ljc3Nzc3Nzc4IDkuMDIxMzMzMzMsNy43Nzc3Nzc3OCBMNC40NTY4ODg4OSw3Ljc3Nzc3Nzc4IEw0LjQ1NjQ0NDQ0LDcuNzc3Nzc3NzggWiBNNC40NTY0NDQ0NCwxMS4zMzMzMzMzIEM0LjIxMDk4NDU1LDExLjMzMzMzMzMgNC4wMTE5OTk5OSwxMS4xMzQzNDg4IDQuMDExOTk5OTksMTAuODg4ODg4OSBDNC4wMTE5OTk5OSwxMC42NDM0MjkgNC4yMTA5ODQ1NSwxMC40NDQ0NDQ0IDQuNDU2NDQ0NDQsMTAuNDQ0NDQ0NCBMNi43MzkxMTExMSwxMC40NDQ0NDQ0IEM2Ljk4NDU3MSwxMC40NDQ0NDQ0IDcuMTgzNTU1NTUsMTAuNjQzNDI5IDcuMTgzNTU1NTUsMTAuODg4ODg4OSBDNy4xODM1NTU1NSwxMS4xMzQzNDg4IDYuOTg0NTcxLDExLjMzMzMzMzMgNi43MzkxMTExMSwxMS4zMzMzMzMzIEw0LjQ1NjQ0NDQ0LDExLjMzMzMzMzMgTDQuNDU2NDQ0NDQsMTEuMzMzMzMzMyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik05LjIxOTU1NTU2LDEwLjM2MTc3NzggQzkuMTA3MDU2NiwxMC4yNDk1OTY0IDguOTQzMjU1MiwxMC4yMDU5NTQgOC43ODk4NTM3OCwxMC4yNDcyOTAyIEM4LjYzNjQ1MjM2LDEwLjI4ODYyNjUgOC41MTY3NTYyNCwxMC40MDg2NjE1IDguNDc1ODUzNzgsMTAuNTYyMTc5MSBDOC40MzQ5NTEzMywxMC43MTU2OTY4IDguNDc5MDU2NiwxMC44NzkzNzQyIDguNTkxNTU1NTYsMTAuOTkxNTU1NiBMOS44MTkxMTExMSwxMi4yMTUxMTExIEM5LjkxNzI1MDkyLDEyLjMxMzA2MDYgMTAuMDU1NDgxMywxMi4zNTk1OTYgMTAuMTkyODc2NiwxMi4zNDA5Mzk1IEMxMC4zMzAyNzE5LDEyLjMyMjI4MzEgMTAuNDUxMDg4MiwxMi4yNDA1NzI2IDEwLjUxOTU1NTYsMTIuMTIgTDEyLjMxOTU1NTYsOC45NDg0NDQ0NCBDMTIuMzk3OTk1Miw4LjgxMDM4MTEzIDEyLjM5NjgyMDUsOC42NDA5NTgzMyAxMi4zMTY0NzQsOC41MDM5OTU5NSBDMTIuMjM2MTI3NSw4LjM2NzAzMzU4IDEyLjA4ODgxNTcsOC4yODMzMzk0NyAxMS45MzAwMjk2LDguMjg0NDI5NjcgQzExLjc3MTI0MzQsOC4yODU1NDEzMyAxMS42MjUxMDYzLDguMzcxMjcwMDMgMTEuNTQ2NjY2Nyw4LjUwOTMzMzMzIEwxMC4wMzQyMjIyLDExLjE3NDIyMjIgTDkuMjE5NTU1NTYsMTAuMzYxNzc3OCBMOS4yMTk1NTU1NiwxMC4zNjE3Nzc4IFoiIGlkPSJQYXRoIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected .icon-paper[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1BhcGVyL1NlbGVjdGVkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2L1BhcGVyL1NlbGVjdGVkIiBmaWxsPSIjMEZCMUI1IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0iU2hhcGUiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuMTU2MzkyNzQsMTUuODI1MDkwNiBMMS4xMDM2MzgyMiwxNS44MjUwOTA2IEMwLjQ4NTU5NzY3NiwxNS44MjUwOTA2IDAsMTUuMTQzNzM4NiAwLDE0LjMwODUxODIgTDAsMS41MTY1NzI0MiBDMCwwLjY4MTM2NzY4MyAwLjQ4NTU5NzY3NiwwIDEuMTAzNjM4MjIsMCBMMy4xNTYzOTI3NCwwIEMzLjc3NDQzMzI4LDAgNC4yNzMyNzUyNCwwLjY4MTM1MjA1NyA0LjI3MzI3NTI0LDEuNTE2NTcyNDIgTDQuMjczMjc1MjQsMTQuMzA4NTE4MiBDNC4yNzMyNzUyNCwxNS4xNDM3MjI5IDMuNzc0NDE3NTksMTUuODI1MDkwNiAzLjE1NjM5Mjc0LDE1LjgyNTA5MDYgWiBNMS4xMDM2MzgyMiwwLjg3OTE3NjA0MiBDMC45MDA1ODAwODIsMC44NzkxNzYwNDIgMC43MzI4Mjk1ODQsMS4xMTIxNTgzMiAwLjczMjgyOTU4NCwxLjM5MzQ4NzE1IEwwLjczMjgyOTU4NCwxNC40MzE2MDM1IEMwLjczMjgyOTU4NCwxNC43MTczMzg4IDAuOTAwNTgwMDgyLDE0Ljk0NTkzMDIgMS4xMDM2MzgyMiwxNC45NDU5MzAyIEwzLjE1NjM5Mjc0LDE0Ljk0NTkzMDIgQzMuMzU5NDUwODgsMTQuOTQ1OTMwMiAzLjUyNzIwMTM3LDE0LjcxMjk0NzkgMy41MjcyMDEzNywxNC40MzE2MDM1IEwzLjUyNzIwMTM3LDEuMzkzNDg3MTUgQzMuNTMxNjI2NiwxLjExMjE1ODMyIDMuMzYzODc2MSwwLjg3OTE3NjA0MiAzLjE1NjM5Mjc0LDAuODc5MTc2MDQyIEwxLjEwMzYzODIyLDAuODc5MTc2MDQyIFogTTAuNDQxNDcwOTc5LDMuNTE2Njg4NTQgTDMuOTk1MTQ1MjMsMy41MTY2ODg1NCBMMy45OTUxNDUyMyw0LjMwNzkzNzYgTDAuNDQxNDcwOTc5LDQuMzA3OTM3NiBMMC40NDE0NzA5NzksMy41MTY2ODg1NCBaIE00Ljg1NTk5MjQ2LDMuNTE2Njg4NTQgTDguNDA5NjgyNCwzLjUxNjY4ODU0IEw4LjQwOTY4MjQsNC4zMDc5Mzc2IEw0Ljg1NTk5MjQ2LDQuMzA3OTM3NiBMNC44NTU5OTI0NiwzLjUxNjY4ODU0IFogTTcuODE4MTQ2MTMsMTUuODI1MDkwNiBMNS43NjA5NjYzOCwxNS44MjUwOTA2IEM1LjE0NzM1MTA2LDE1LjgyNTA5MDYgNC42NDQwOTk1NywxNS4xNDM3Mzg2IDQuNjQ0MDk5NTcsMTQuMzA4NTE4MiBMNC42NDQwOTk1NywxLjUxNjU3MjQyIEM0LjY0NDA5OTU3LDAuNjgxMzY3NjgzIDUuMTQyOTQxNTMsMCA1Ljc2MDk2NjM4LDAgTDcuODE4MTQ2MTMsMCBDOC40MzE3NjE0NCwwIDguOTM1MDEyOTQsMC42ODEzNTIwNTcgOC45MzUwMTI5NCwxLjUxNjU3MjQyIEw4LjkzNTAxMjk0LDE0LjMwODUxODIgQzguOTM1MDEyOTQsMTUuMTQzNzIyOSA4LjQzMTc2MTQ0LDE1LjgyNTA5MDYgNy44MTgxNDYxMywxNS44MjUwOTA2IFogTTUuNzYwOTY2MzgsMC44NzkxNzYwNDIgQzUuNTU3OTA4MjQsMC44NzkxNzYwNDIgNS4zOTAxNTc3NSwxLjExMjE1ODMyIDUuMzkwMTU3NzUsMS4zOTM0ODcxNSBMNS4zOTAxNTc3NSwxNC40MzE2MDM1IEM1LjM5MDE1Nzc1LDE0LjcxNzMzODggNS41NTc5MDgyNCwxNC45NDU5MzAyIDUuNzYwOTY2MzgsMTQuOTQ1OTMwMiBMNy44MTgxNDYxMywxNC45NDU5MzAyIEM4LjAyMTIwNDI2LDE0Ljk0NTkzMDIgOC4xODg5NTQ3NiwxNC43MTI5NDc5IDguMTg4OTU0NzYsMTQuNDMxNjAzNSBMOC4xODg5NTQ3NiwxLjM5MzQ4NzE1IEM4LjE4ODk1NDc2LDEuMTA3NzUxODEgOC4wMjEyMDQyNiwwLjg3OTE3NjA0MiA3LjgxODE0NjEzLDAuODc5MTc2MDQyIEw1Ljc2MDk2NjM4LDAuODc5MTc2MDQyIFogTTkuMzU5NzA4ODcsNC4yNTAzNTYxMyBMMTIuOTAxMDQ5LDMuNTI1MDMyNzggTDEzLjA1OTk2NDcsNC4yOTU2NDAwMSBMOS41MTkwNzk2OSw1LjAyMDk0Nzc1IEw5LjM1OTcwODg3LDQuMjUwMzU2MTMgWiBNMTUuMjMwMTQ0NiwxNS40Mjk0NzM5IEwxMy4yMTI2OTc3LDE1Ljk3MDE2MTUgQzEyLjYwNzkxNzIsMTYuMTMyODExNiAxMS45NDEzMDksMTUuNjE0MDk0IDExLjcyNTAwNjYsMTQuODE0MDQ3NSBMOC4zODc2MTkwNSwyLjU2NzE4MDI5IEM4LjE3MTMwMDk0LDEuNzY3MTMzODQgOC40ODQ3Mzg1OSwwLjk4NDY2NjU0MSA5LjA4OTUzNDg0LDAuODA4ODQzODMzIEwxMS4xMjkwNDUxLDAuMjgxMzI4ODMzIEMxMS43MzM4MjU2LDAuMTE4Njk0MzkxIDEyLjQwMDQzMzgsMC42MzczOTYzOCAxMi42MTY3MzYyLDEuNDM3NDQyODMgTDE1LjkzMjA0NDcsMTMuNjg0MzEwMSBDMTYuMTQ4MzYyOCwxNC41MDYzNDIyIDE1LjgzMDUxNTYsMTUuMjY2ODIzOCAxNS4yMzAxMjg5LDE1LjQyOTQ3MzkgTDE1LjIzMDE0NDYsMTUuNDI5NDczOSBaIE05LjMzNjc1MTA2LDEuNjY2MDE4NiBMOS4zMzY3NTEwNywxLjY2NjAxODU5IEM5LjExMjA2MjcsMS43NjAyNjUxNiA5LjAwNjY0MzUxLDIuMDE4MDQyMTUgOS4xMDEyODk5NSwyLjI0MTc4MDE0IEM5LjEwMzE3NzE5LDIuMjQ2MjQxNDYgOS4xMDUxMzgzNCwyLjI1MDY3MTQ0IDkuMTA3MTcyNTQsMi4yNTUwNjgyNiBMMTIuNDg0MzA4NiwxNC43MzQ5MTc4IEMxMi41NTkzNDkxLDE1LjAwNzQ2NDkgMTIuNzgwMDc2OCwxNS4xNzQ1MDU4IDEyLjk4MzEzNDksMTUuMTMwNTUwMSBMMTUuMDA5NDE2NSwxNC41ODk4NjI1IEwxNS4wMDk0MTY1LDE0LjU4OTg2MjUgQzE1LjIzNDA5ODYsMTQuNDk1NjAxNiAxNS4zMzk1MDA2LDE0LjIzNzgxNzEgMTUuMjQ0ODQsMTQuMDE0MDg1MyBDMTUuMjQyOTU0NiwxNC4wMDk2MjkxIDE1LjI0MDk5NTQsMTQuMDA1MjA0MiAxNS4yMzg5NjM0LDE0LjAwMDgxMjQgTDExLjg1MzAyMzksMS41MTY1NzE5NSBDMTEuNzc3OTY3NywxLjI0NDAyNDg3IDExLjU1NzI1NTgsMS4wNzY5ODM5MyAxMS4zNTQxNjYzLDEuMTIwOTM5NiBMOS4zMzY3NTEwNiwxLjY2NjAxODYgWiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected .icon-homework[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0hvbWV3b3JrL1NlbGVjdGVkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2L0hvbWV3b3JrL1NlbGVjdGVkIiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5L2c5Lia5Lit5b+DIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjc2NDcwNTksMS41MDU4ODIzNiBMMTEuNzY0NzA1OSwyLjQ0NzA1ODgzIEwxNC4wMjM1Mjk0LDIuNDQ3MDU4ODMgQzE0LjI5ODM1MjksMi40NDcwNTg4MyAxNC41ODgyMzUzLDIuNzg3NzY0NyAxNC41ODgyMzUzLDMuMjc3MTc2NDcgTDE0LjU4ODIzNTMsMTMuMjk4ODIzNSBDMTQuNTg4MjM1MywxMy43ODgyMzUzIDE0LjI5ODM1MjksMTQuMTI5ODgyNCAxNC4wMjM1Mjk0LDE0LjEyOTg4MjQgTDEuOTc2NDcwNTksMTQuMTI5ODgyNCBDMS43MDE2NDcwNiwxNC4xMjk4ODI0IDEuNDExNzY0NzIsMTMuNzg4MjM1MyAxLjQxMTc2NDcsMTMuMjk4ODIzNSBMMS40MTE3NjQ3LDMuMjc3MTc2NDcgQzEuNDExNzY0NywyLjc4Nzc2NDcgMS43MDE2NDcwNiwyLjQ0NzA1ODgzIDEuOTc2NDcwNTksMi40NDcwNTg4MyBMNC4yMzUyOTQxMiwyLjQ0NzA1ODgzIEw0LjIzNTI5NDEyLDEuNTA1ODgyMzYgTDEuOTc2NDcwNTksMS41MDU4ODIzNiBDMS4xNDQ0NzA1OSwxLjUwNTg4MjM2IDAuNDcwNTg4MjM0LDIuMjk5Mjk0MTIgMC40NzA1ODgyMzQsMy4yNzcxNzY0NyBMMC40NzA1ODgyMzQsMTMuMjk4ODIzNSBDMC40NzA1ODgyMzQsMTQuMjc3NjQ3MSAxLjE0NDQ3MDU5LDE1LjA3MTA1ODggMS45NzY0NzA1OSwxNS4wNzEwNTg4IEwxNC4wMjM1Mjk0LDE1LjA3MTA1ODggQzE0Ljg1NTUyOTQsMTUuMDcxMDU4OCAxNS41Mjk0MTE4LDE0LjI3NzY0NzEgMTUuNTI5NDExOCwxMy4yOTg4MjM1IEwxNS41Mjk0MTE4LDMuMjc3MTc2NDcgQzE1LjUyOTQxMTgsMi4yOTgzNTI5NCAxNC44NTU1Mjk0LDEuNTA1ODgyMzYgMTQuMDIzNTI5NCwxLjUwNTg4MjM2IEwxMS43NjQ3MDU5LDEuNTA1ODgyMzYgWiBNMTEuNzY0NzA1OSwxLjUwNTg4MjM2IEwxMS43NjQ3MDU5LDIuNDQ3MDU4ODMgTDE0LjAyMzUyOTQsMi40NDcwNTg4MyBDMTQuMjk4MzUyOSwyLjQ0NzA1ODgzIDE0LjU4ODIzNTMsMi43ODc3NjQ3IDE0LjU4ODIzNTMsMy4yNzcxNzY0NyBMMTQuNTg4MjM1MywxMy4yOTg4MjM1IEMxNC41ODgyMzUzLDEzLjc4ODIzNTMgMTQuMjk4MzUyOSwxNC4xMjk4ODI0IDE0LjAyMzUyOTQsMTQuMTI5ODgyNCBMMS45NzY0NzA1OSwxNC4xMjk4ODI0IEMxLjcwMTY0NzA2LDE0LjEyOTg4MjQgMS40MTE3NjQ3MiwxMy43ODgyMzUzIDEuNDExNzY0NywxMy4yOTg4MjM1IEwxLjQxMTc2NDcsMy4yNzcxNzY0NyBDMS40MTE3NjQ3LDIuNzg3NzY0NyAxLjcwMTY0NzA2LDIuNDQ3MDU4ODMgMS45NzY0NzA1OSwyLjQ0NzA1ODgzIEw0LjIzNTI5NDEyLDIuNDQ3MDU4ODMgTDQuMjM1Mjk0MTIsMS41MDU4ODIzNiBMMS45NzY0NzA1OSwxLjUwNTg4MjM2IEMxLjE0NDQ3MDU5LDEuNTA1ODgyMzYgMC40NzA1ODgyMzQsMi4yOTkyOTQxMiAwLjQ3MDU4ODIzNCwzLjI3NzE3NjQ3IEwwLjQ3MDU4ODIzNCwxMy4yOTg4MjM1IEMwLjQ3MDU4ODIzNCwxNC4yNzc2NDcxIDEuMTQ0NDcwNTksMTUuMDcxMDU4OCAxLjk3NjQ3MDU5LDE1LjA3MTA1ODggTDE0LjAyMzUyOTQsMTUuMDcxMDU4OCBDMTQuODU1NTI5NCwxNS4wNzEwNTg4IDE1LjUyOTQxMTgsMTQuMjc3NjQ3MSAxNS41Mjk0MTE4LDEzLjI5ODgyMzUgTDE1LjUyOTQxMTgsMy4yNzcxNzY0NyBDMTUuNTI5NDExOCwyLjI5ODM1Mjk0IDE0Ljg1NTUyOTQsMS41MDU4ODIzNiAxNC4wMjM1Mjk0LDEuNTA1ODgyMzYgTDExLjc2NDcwNTksMS41MDU4ODIzNiBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik01LjE3NjQ3MDU5LDAuOTQxMTc2NDY5IEM0LjY1NjY3MzE4LDAuOTQxMTc2NDY5IDQuMjM1Mjk0MTMsMS4zNjI1NTU1MyA0LjIzNTI5NDEzLDEuODgyMzUyOTQgQzQuMjM1Mjk0MTMsMi40MDIxNTAzNSA0LjY1NjY3MzE4LDIuODIzNTI5NDEgNS4xNzY0NzA1OSwyLjgyMzUyOTQxIEwxMC44MjM1Mjk0LDIuODIzNTI5NDEgQzExLjM0MzMyNjgsMi44MjM1Mjk0MSAxMS43NjQ3MDU5LDIuNDAyMTUwMzUgMTEuNzY0NzA1OSwxLjg4MjM1Mjk0IEMxMS43NjQ3MDU5LDEuMzYyNTU1NTMgMTEuMzQzMzI2OCwwLjk0MTE3NjQ2OSAxMC44MjM1Mjk0LDAuOTQxMTc2NDY5IEw1LjE3NjQ3MDU5LDAuOTQxMTc2NDY5IFogTTUuMTc2NDcwNTksMCBMMTAuODIzNTI5NCwwIEMxMS44NjMxMjQyLDAgMTIuNzA1ODgyMywwLjg0Mjc1ODExNiAxMi43MDU4ODIzLDEuODgyMzUyOTQgQzEyLjcwNTg4MjMsMi45MjE5NDc3NiAxMS44NjMxMjQyLDMuNzY0NzA1ODggMTAuODIzNTI5NCwzLjc2NDcwNTg4IEw1LjE3NjQ3MDU5LDMuNzY0NzA1ODggQzQuMTM2ODc1NzcsMy43NjQ3MDU4OCAzLjI5NDExNzY2LDIuOTIxOTQ3NzYgMy4yOTQxMTc2NiwxLjg4MjM1Mjk0IEMzLjI5NDExNzY2LDAuODQyNzU4MTE2IDQuMTM2ODc1NzcsMCA1LjE3NjQ3MDU5LDAgWiBNNC4yMzUyOTQxMyw2LjU4ODIzNTMgQzMuOTc1Mzk1NDIsNi41ODgyMzUzIDMuNzY0NzA1ODksNi4zNzc1NDU3NyAzLjc2NDcwNTg5LDYuMTE3NjQ3MDYgQzMuNzY0NzA1ODksNS44NTc3NDgzNiAzLjk3NTM5NTQyLDUuNjQ3MDU4ODMgNC4yMzUyOTQxMyw1LjY0NzA1ODgzIEwxMS43NjQ3MDU5LDUuNjQ3MDU4ODMgQzEyLjAyNDYwNDYsNS42NDcwNTg4MyAxMi4yMzUyOTQxLDUuODU3NzQ4MzYgMTIuMjM1Mjk0MSw2LjExNzY0NzA2IEMxMi4yMzUyOTQxLDYuMzc3NTQ1NzcgMTIuMDI0NjA0Niw2LjU4ODIzNTMgMTEuNzY0NzA1OSw2LjU4ODIzNTMgTDQuMjM1Mjk0MTMsNi41ODgyMzUzIEw0LjIzNTI5NDEzLDYuNTg4MjM1MyBaIE00LjIzNTI5NDEzLDkuNDExNzY0NyBDMy45NzUzOTU0Miw5LjQxMTc2NDcgMy43NjQ3MDU4OSw5LjIwMTA3NTE3IDMuNzY0NzA1ODksOC45NDExNzY0NyBDMy43NjQ3MDU4OSw4LjY4MTI3Nzc2IDMuOTc1Mzk1NDIsOC40NzA1ODgyMyA0LjIzNTI5NDEzLDguNDcwNTg4MjMgTDExLjc2NDcwNTksOC40NzA1ODgyMyBDMTIuMDI0NjA0Niw4LjQ3MDU4ODIzIDEyLjIzNTI5NDEsOC42ODEyNzc3NiAxMi4yMzUyOTQxLDguOTQxMTc2NDcgQzEyLjIzNTI5NDEsOS4yMDEwNzUxNyAxMi4wMjQ2MDQ2LDkuNDExNzY0NyAxMS43NjQ3MDU5LDkuNDExNzY0NyBMNC4yMzUyOTQxMyw5LjQxMTc2NDcgTDQuMjM1Mjk0MTMsOS40MTE3NjQ3IFogTTQuMjM1Mjk0MTMsMTIuMjM1Mjk0MSBDMy45NzUzOTU0MiwxMi4yMzUyOTQxIDMuNzY0NzA1ODgsMTIuMDI0NjA0NiAzLjc2NDcwNTg4LDExLjc2NDcwNTkgQzMuNzY0NzA1ODgsMTEuNTA0ODA3MiAzLjk3NTM5NTQyLDExLjI5NDExNzYgNC4yMzUyOTQxMywxMS4yOTQxMTc2IEwxMS43NjQ3MDU5LDExLjI5NDExNzYgQzEyLjAyNDYwNDYsMTEuMjk0MTE3NiAxMi4yMzUyOTQxLDExLjUwNDgwNzIgMTIuMjM1Mjk0MSwxMS43NjQ3MDU5IEMxMi4yMzUyOTQxLDEyLjAyNDYwNDYgMTIuMDI0NjA0NiwxMi4yMzUyOTQxIDExLjc2NDcwNTksMTIuMjM1Mjk0MSBMNC4yMzUyOTQxMywxMi4yMzUyOTQxIFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.tabbar-wrap .ant-menu-item.ant-menu-item-selected .icon-exercise[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0V4ZXJjaXNlL1NlbGVjdGVkPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iTmF2L0V4ZXJjaXNlL1NlbGVjdGVkIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTIiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjE2IiBoZWlnaHQ9IjE2Ij48L3JlY3Q+CiAgICAgICAgICAgICAgICA8ZyBpZD0iTmF2L0V4ZXJjaXNlL0RlZmF1bHQiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMjUwMDAwLCAwLjIwMDAwMCkiIGZpbGw9IiMwRkIxQjUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSIjMEZCMUI1IiBzdHJva2Utd2lkdGg9IjAuMiI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjQ5MDQ0NzEsMy40MzQyNjg4MyBMMTAuNTgyOTMwMSwwLjEwNTY2OTgxIEMxMC41MjM1NTYzLDAuMDM4NzQ1NTk3MSAxMC40Mzg5OTM2LDAgMTAuMzQ3MjM0MSwwIEwxLjAyNzM0NjY3LDAgQzAuNzUzODY3MzQ1LDAgMC40OTQ3ODE2NywwLjEwMzkwODY0NyAwLjMwMDQ2NzQxNCwwLjI5NDExNDMwNSBDMC4xMDYxNTMxNTgsMC40ODQzMTk5NjQgMCwwLjczNjE2NjM0NSAwLDEuMDA1NjI0MzYgTDAsMTQuNDk0Mzc1NiBDMCwxNS4wNDkxNDIxIDAuNDYwNTk2NzU1LDE1LjUgMS4wMjczNDY2NywxNS41IEwxMi41MzUwNjg3LDE1LjUgQzEzLjEwMTgxODYsMTUuNSAxMy41NjI1LDE1LjA0OTE0MjEgMTMuNTYyNSwxNC40OTQzNzU2IEwxMy41NjI1LDMuNjMxNTE5MTUgQzEzLjU2NDIxNDYsMy41NTkzMTE0NCAxMy41MzcyMjY1LDMuNDkwNjI2MDcgMTMuNDkwNDQ3MSwzLjQzNDI2ODgzIFogTTEyLjg5NDkwOTksMy42ODQzNTQwNSBMMTAuMjM5MjgxOCwzLjY4NDM1NDA1IEwxMC4yMzkyODE4LDAuNjQ0NTg1ODQzIEwxMi44OTQ5MDk5LDMuNjg0MzU0MDUgWiBNMTIuNTM2ODY3OSwxNC44OTU5MjA5IEwxLjAyOTE0NTg3LDE0Ljg5NTkyMDkgQzAuODA0MjQ1MTE1LDE0Ljg5NTkyMDkgMC42MjA3MjYwOTYsMTQuNzE2MjgyMiAwLjYyMDcyNjA5NiwxNC40OTYxMzY4IEwwLjYyMDcyNjA5NiwxLjAwNzM4NTUyIEMwLjYyMDcyNjA5NiwwLjg5OTk1NDU1MSAwLjY2MzkwNzA0MSwwLjc5OTU2ODIzMSAwLjc0MTI3MjkwMiwwLjcyMzgzODIgQzAuODE4NjM4NzY0LDAuNjQ4MTA4MTcgMC45MjExOTM1MSwwLjYwNTg0MDI0NSAxLjAzMDk0NTA4LDAuNjA1ODQwMjQ1IEw5LjYyMDM1NDg4LDAuNjA1ODQwMjQ1IEw5LjYyMDM1NDg4LDMuOTg3Mjc0MTcgQzkuNjIwMzU0ODgsNC4xNTQ1ODQ3MSA5Ljc1ODg5Mzc1LDQuMjkwMTk0MyA5LjkyOTgxODMyLDQuMjkwMTk0MyBMMTIuOTQ1Mjg3Nyw0LjI5MDE5NDMgTDEyLjk0NTI4NzcsMTQuNDk2MTM2OCBDMTIuOTQ1Mjg3NywxNC43MTYyODIyIDEyLjc2MTc2ODcsMTQuODk1OTIwOSAxMi41MzY4Njc5LDE0Ljg5NTkyMDkgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTEwLjM0NDQ3NzcsNS44MTI1IEwyLjI0OTI3MjM1LDUuODEyNSBDMi4wNzcwNzI1MSw1LjgxMjUgMS45Mzc1LDUuOTQzMDA2NDQgMS45Mzc1LDYuMTA0MDIwODcgQzEuOTM3NSw2LjI2NTAzNTMgMi4wNzcwNzI1MSw2LjM5NTU0MTc0IDIuMjQ5MjcyMzUsNi4zOTU1NDE3NCBMMTAuMzQ0NDc3Nyw2LjM5NTU0MTc0IEMxMC41MTY2Nzc1LDYuMzk1NTQxNzQgMTAuNjU2MjUsNi4yNjUwMzUzIDEwLjY1NjI1LDYuMTA0MDIwODcgQzEwLjY1NjI1LDUuOTQzMDA2NDQgMTAuNTE2Njc3NSw1LjgxMjUgMTAuMzQ0NDc3Nyw1LjgxMjUgWiBNMTAuMzQ0NDc3Nyw4LjkxMjQ1MTU3IEwyLjI0OTI3MjM1LDguOTEyNDUxNTcgQzIuMDc3MDcyNTEsOC45MTI0NTE1NyAxLjkzNzUsOS4wNDI5NTgwMSAxLjkzNzUsOS4yMDM5NzI0NCBDMS45Mzc1LDkuMzY0OTg2ODggMi4wNzcwNzI1MSw5LjQ5NTQ5MzMxIDIuMjQ5MjcyMzUsOS40OTU0OTMzMSBMMTAuMzQ0NDc3Nyw5LjQ5NTQ5MzMxIEMxMC41MTY2Nzc1LDkuNDk1NDkzMzEgMTAuNjU2MjUsOS4zNjQ5ODY4OCAxMC42NTYyNSw5LjIwMzk3MjQ0IEMxMC42NTYyNSw5LjA0Mjk1ODAxIDEwLjUxNjY3NzUsOC45MTI0NTE1NyAxMC4zNDQ0Nzc3LDguOTEyNDUxNTcgWiBNMTAuMzQ0NDc3NywxMi4wMTA3MDgzIEwyLjI0OTI3MjM1LDEyLjAxMDcwODMgQzIuMDc3MDcyNTEsMTIuMDEwNzA4MyAxLjkzNzUsMTIuMTQxMjE0NyAxLjkzNzUsMTIuMzAyMjI5MSBDMS45Mzc1LDEyLjQ2MzI0MzYgMi4wNzcwNzI1MSwxMi41OTM3NSAyLjI0OTI3MjM1LDEyLjU5Mzc1IEwxMC4zNDQ0Nzc3LDEyLjU5Mzc1IEMxMC41MTY2Nzc1LDEyLjU5Mzc1IDEwLjY1NjI1LDEyLjQ2MzI0MzYgMTAuNjU2MjUsMTIuMzAyMjI5MSBDMTAuNjU2MjUsMTIuMTQxMjE0NyAxMC41MTY2Nzc1LDEyLjAxMDcwODMgMTAuMzQ0NDc3NywxMi4wMTA3MDgzIFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
/* 图标 */
.icon[data-v-4214cc2c] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: auto 16px;
  background-position: center;
}
.icon-index[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0luZGV4L0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUzMTM0MzAxIj4KICAgICAgICA8ZyBpZD0iTmF2L0luZGV4L0RlZmF1bHQiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJTaGFwZSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4wNDIzNzM4OCwwLjkwNjY2NjIzOSBDOC4xMzAzNjkzMSwwLjkwNjY2NjIzOSA4LjIxODM2NDc0LDAuOTM4NjgzNDk2IDguMjg1MDI3NTUsMC45OTQ2ODM0NDIgTDEzLjk5NjcyMTcsNi40ODgwMTMyNiBMMTMuOTk2NzIxNywxNC43MTIwMDUyIEMxMy45OTY3MjE3LDE0LjgxMzMzODQgMTMuOTU2NzIzOSwxNC45MDkzMzgxIDEzLjg4NDcyNzUsMTQuOTgxMzM3NiBDMTMuODEyNzMxMiwxNS4wNTMzMzc2IDEzLjcxNjczNjgsMTUuMDkzMzM3NyAxMy42MTU0MDksMTUuMDkzMzM3NyBMMTAuNjkwMjIyNSwxNS4wOTMzMzc3IEwxMC42OTAyMjI1LDEyLjEyODAwMzcgQzEwLjY5MDIyMjUsMTEuNjQyNjcxMiAxMC41MDM1NjU3LDExLjE4NjY3MDYgMTAuMTU5NTg0MiwxMC44NDUzMzcxIEM5LjgxODI2ODQsMTAuNTA0MDAzNiA5LjM2MjI5MzE0LDEwLjMxNDY3MTIgOC44NzY5ODQyNSwxMC4zMTQ2NzEyIEw3LjExNDQwMjEzLDEwLjMxNDY3MTIgQzYuNjI5MDk0ODEsMTAuMzE0NjcxMiA2LjE3NTc4NTI1LDEwLjUwNDAwNTEgNS44MzE4MDIxOSwxMC44NDUzMzcxIEM1LjQ5MDQ4NjM5LDExLjE4OTMzNjUgNS4zMDExNjM5MSwxMS42NDUzMzcgNS4zMDExNjM5MSwxMi4xMjgwMDM3IEw1LjMwMTE2MzkxLDE1LjA5MzMzNzcgTDIuNDY2NjQyNDMsMTUuMDkzMzM3NyBDMi4zNjUzMTQ0NCwxNS4wOTMzMzc3IDIuMjY5MzE5NzIsMTUuMDUzMzM3OCAyLjE5NzMyMzk2LDE0Ljk4MTMzNzYgQzIuMTI1MzI3NzIsMTQuOTA5MzM3NiAyLjA4NTMyOTczLDE0LjgxMzMzODMgMi4wODUzMjk3MywxNC43MTIwMDUyIEwyLjA4NTMyOTczLDYuNDE4NjcwMjEgTDcuNzk0MzY2LDAuOTk5OTk5NDgyIEM3Ljg2MzY5NTc1LDAuOTM4NjY2MTQxIDcuOTUxNjkwNzEsMC45MDY2NjYyMzkgOC4wNDIzNTI2MiwwLjkwNjY2NjIzOSBMOC4wNDIzNzM4OCwwLjkwNjY2NjIzOSBaIE04LjA0MjM1MjYyLDAgQzcuNzMzMDM2MTYsMCA3LjQyMzcxODEzLDAuMTExOTk5ODkyIDcuMTgxMDY0NDYsMC4zMzMzMzI5IEwwLjIwODA5NTk2Nyw2Ljk1MTk5MDE5IEMtMC4wNTA1NTY1ODA3LDcuMTkxOTkwNjMgLTAuMDcxODg5OTkwNiw3LjU5NDY1NzIgMC4xNjU0MzE0OTIsNy44NTU5OTA1OSBDMC4yOTM0MjQ3Niw3Ljk5NzMyMzkyIDAuNDY2NzQ5Mjk2LDguMDY5MzIzMjcgMC42NDI3NDAxNTcsOC4wNjkzMjMyNyBDMC43OTQ3MzIyMjEsOC4wNjkzMjMyNyAwLjk0NjcyMzY2LDguMDE1OTg5OTQgMS4wNjkzODQ5LDcuOTA2NjU3MTQgTDEuMTgxMzc4OTcsNy44MDI2NTcxMSBMMS4xODEzNzg5NywxNC43MTE5OTIzIEMxLjE4MTM3ODk3LDE1LjA1MzMyNTkgMS4zMTczNzE4NCwxNS4zODEzMjU1IDEuNTU3MzU5ODEsMTUuNjIxMzI2IEMxLjgwMDAxMzQ3LDE1Ljg2Mzk5MjIgMi4xMjUzMzAzOCwxNS45OTczMjYzIDIuNDY2NjQ2MTgsMTUuOTk3MzI2MyBMNi4yMTA0NDQ2NSwxNS45OTczMjYzIEw2LjIxMDQ0NDY1LDEyLjEyNzk5OTggQzYuMjEwNDQ0NjUsMTEuODg3OTk5NCA2LjMwNjQzOTY4LDExLjY1NTk5OTYgNi40NzQ0MzAxNiwxMS40ODUzMzI4IEM2LjY0NTA4ODA2LDExLjMxNDY2NiA2Ljg3NDQwODU0LDExLjIxODY2NjIgNy4xMTQzOTY1LDExLjIxODY2NjIgTDguODc2OTc4NjMsMTEuMjE4NjY2MiBDOS4xMTY5NjY1OSwxMS4yMTg2NjYyIDkuMzQ4OTU0MzMsMTEuMzE0NjY2MiA5LjUxNjk0NDk3LDExLjQ4NTMzMjggQzkuNjg3NjAyODYsMTEuNjU1OTk5NiA5Ljc4MzU5Nzc0LDExLjg4NTMzMiA5Ljc4MDkzMDQ3LDEyLjEyNzk5OTggTDkuNzgwOTMwNDcsMTYgTDEzLjYxODA2NzUsMTYgQzEzLjk1OTM4MzMsMTYgMTQuMjg3MzY1OSwxNS44NjQwMDAxIDE0LjUyNzM1MzksMTUuNjIzOTk5NiBDMTQuNzcwMDA3NSwxNS4zODEzMzMzIDE0LjkwMzMzNDcsMTUuMDU1OTk5NSAxNC45MDMzMzQ3LDE0LjcxMjAwMDEgTDE0LjkwMzMzNDcsNy44ODgwMDMgQzE1LjAzOTMyNzYsOC4wMTA2Njk2OCAxNS4yMDQ2NTI1LDguMDcyMDAzNjUgMTUuMzY0NjQ0NSw4LjA3MjAwMzY1IEMxNS41Mzc5NjgxLDguMDcyMDAzNjUgMTUuNzA4NjI2LDggMTUuODMzOTUyOSw3Ljg2MTMzNjgxIEMxNS45NDg2MTM2LDcuNzM2MDAzNSAxNi4wMDcyNzY1LDcuNTY4MDAzOTggMTUuOTk5Mjc3OSw3LjM5NzMzNzIxIEMxNS45OTEyNzgzLDcuMjI2NjcwNDQgMTUuOTEzOTQ5MSw3LjA2NjY3MDE1IDE1Ljc4ODYyMiw2Ljk1MjAwNDczIEw4LjkwNjMxODUxLDAuMzMzMzQ3NDQxIEM4LjY2MDk5NzU5LDAuMTA5MzQ4MjgzIDguMzUxNjgxMTIsMCA4LjA0MjM2MzEsMCBMOC4wNDIzNTI2MiwwIFoiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-test[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1Rlc3QvRGVmYXVsdDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTbGljZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC42NSI+CiAgICAgICAgPGcgaWQ9Ik5hdi9UZXN0L0RlZmF1bHQiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNzc3Nzc3NzgsMCBMMTQuMjIyMjIyMiwwIEMxNC43MTMxNDIsMCAxNS4xMTExMTExLDAuMzk3OTY5MTEyIDE1LjExMTExMTEsMC44ODg4ODg4OTEgTDE1LjExMTExMTEsMTUuMTExMTExMSBDMTUuMTExMTExMSwxNS42MDIwMzA5IDE0LjcxMzE0MiwxNiAxNC4yMjIyMjIyLDE2IEwxLjc3Nzc3Nzc4LDE2IEMxLjI4Njg1OCwxNiAwLjg4ODg4ODg5MSwxNS42MDIwMzA5IDAuODg4ODg4ODkxLDE1LjExMTExMTEgTDAuODg4ODg4ODkxLDAuODg4ODg4ODkxIEMwLjg4ODg4ODg5MSwwLjM5Nzk2OTExMiAxLjI4Njg1OCwwIDEuNzc3Nzc3NzgsMCBaIE0xLjc3Nzc3Nzc4LDAuODg4ODg4ODkxIEwxLjc3Nzc3Nzc4LDE1LjExMTExMTEgTDE0LjIyMjIyMjIsMTUuMTExMTExMSBMMTQuMjIyMjIyMiwwLjg4ODg4ODg5MSBMMS43Nzc3Nzc3OCwwLjg4ODg4ODg5MSBaIE00LjQ1NjQ0NDQ0LDQuMDc3MzMzMzMgQzQuMjEwOTg0NTUsNC4wNzczMzMzMyA0LjAxMTk5OTk5LDMuODc4MzQ4NzcgNC4wMTE5OTk5OSwzLjYzMjg4ODg4IEM0LjAxMTk5OTk5LDMuMzg3NDI4OTkgNC4yMTA5ODQ1NSwzLjE4ODQ0NDQ0IDQuNDU2NDQ0NDQsMy4xODg0NDQ0NCBMMTEuNTY0NDQ0NCwzLjE4ODQ0NDQ0IEMxMS44MDk5MDQzLDMuMTg4NDQ0NDQgMTIuMDA4ODg4OSwzLjM4NzQyODk5IDEyLjAwODg4ODksMy42MzI4ODg4OCBDMTIuMDA4ODg4OSwzLjg3ODM0ODc3IDExLjgwOTkwNDMsNC4wNzczMzMzMyAxMS41NjQ0NDQ0LDQuMDc3MzMzMzMgTDQuNDU2NDQ0NDQsNC4wNzczMzMzMyBaIE00LjQ1NjQ0NDQ0LDcuNzc3Nzc3NzggQzQuMjEwOTg0NTUsNy43Nzc3Nzc3OCA0LjAxMTk5OTk5LDcuNTc4NzkzMjMgNC4wMTE5OTk5OSw3LjMzMzMzMzM0IEM0LjAxMTk5OTk5LDcuMDg3ODczNDUgNC4yMTA5ODQ1NSw2Ljg4ODg4ODg5IDQuNDU2NDQ0NDQsNi44ODg4ODg4OSBMOS4wMjEzMzMzMyw2Ljg4ODg4ODg5IEM5LjI2Njc5MzIxLDYuODg4ODg4ODkgOS40NjU3Nzc3NSw3LjA4Nzg3MzQ1IDkuNDY1Nzc3NzUsNy4zMzMzMzMzNCBDOS40NjU3Nzc3NSw3LjU3ODc5MzIyIDkuMjY2NzkzMjEsNy43Nzc3Nzc3OCA5LjAyMTMzMzMzLDcuNzc3Nzc3NzggTDQuNDU2ODg4ODksNy43Nzc3Nzc3OCBMNC40NTY0NDQ0NCw3Ljc3Nzc3Nzc4IFogTTQuNDU2NDQ0NDQsMTEuMzMzMzMzMyBDNC4yMTA5ODQ1NSwxMS4zMzMzMzMzIDQuMDExOTk5OTksMTEuMTM0MzQ4OCA0LjAxMTk5OTk5LDEwLjg4ODg4ODkgQzQuMDExOTk5OTksMTAuNjQzNDI5IDQuMjEwOTg0NTUsMTAuNDQ0NDQ0NCA0LjQ1NjQ0NDQ0LDEwLjQ0NDQ0NDQgTDYuNzM5MTExMTEsMTAuNDQ0NDQ0NCBDNi45ODQ1NzEsMTAuNDQ0NDQ0NCA3LjE4MzU1NTU1LDEwLjY0MzQyOSA3LjE4MzU1NTU1LDEwLjg4ODg4ODkgQzcuMTgzNTU1NTUsMTEuMTM0MzQ4OCA2Ljk4NDU3MSwxMS4zMzMzMzMzIDYuNzM5MTExMTEsMTEuMzMzMzMzMyBMNC40NTY0NDQ0NCwxMS4zMzMzMzMzIEw0LjQ1NjQ0NDQ0LDExLjMzMzMzMzMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS4yMTk1NTU1NiwxMC4zNjE3Nzc4IEM5LjEwNzA1NjYsMTAuMjQ5NTk2NCA4Ljk0MzI1NTIsMTAuMjA1OTU0IDguNzg5ODUzNzgsMTAuMjQ3MjkwMiBDOC42MzY0NTIzNiwxMC4yODg2MjY1IDguNTE2NzU2MjQsMTAuNDA4NjYxNSA4LjQ3NTg1Mzc4LDEwLjU2MjE3OTEgQzguNDM0OTUxMzMsMTAuNzE1Njk2OCA4LjQ3OTA1NjYsMTAuODc5Mzc0MiA4LjU5MTU1NTU2LDEwLjk5MTU1NTYgTDkuODE5MTExMTEsMTIuMjE1MTExMSBDOS45MTcyNTA5MiwxMi4zMTMwNjA2IDEwLjA1NTQ4MTMsMTIuMzU5NTk2IDEwLjE5Mjg3NjYsMTIuMzQwOTM5NSBDMTAuMzMwMjcxOSwxMi4zMjIyODMxIDEwLjQ1MTA4ODIsMTIuMjQwNTcyNiAxMC41MTk1NTU2LDEyLjEyIEwxMi4zMTk1NTU2LDguOTQ4NDQ0NDQgQzEyLjM5Nzk5NTIsOC44MTAzODExMyAxMi4zOTY4MjA1LDguNjQwOTU4MzMgMTIuMzE2NDc0LDguNTAzOTk1OTUgQzEyLjIzNjEyNzUsOC4zNjcwMzM1OCAxMi4wODg4MTU3LDguMjgzMzM5NDcgMTEuOTMwMDI5Niw4LjI4NDQyOTY3IEMxMS43NzEyNDM0LDguMjg1NTQxMzMgMTEuNjI1MTA2Myw4LjM3MTI3MDAzIDExLjU0NjY2NjcsOC41MDkzMzMzMyBMMTAuMDM0MjIyMiwxMS4xNzQyMjIyIEw5LjIxOTU1NTU2LDEwLjM2MTc3NzggTDkuMjE5NTU1NTYsMTAuMzYxNzc3OCBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.icon-paper[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1BhcGVyL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUiPgogICAgICAgIDxnIGlkPSJOYXYvUGFwZXIvRGVmYXVsdCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IlNoYXBlIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjE1NjM5Mjc0LDE1LjgyNTA5MDYgTDEuMTAzNjM4MjIsMTUuODI1MDkwNiBDMC40ODU1OTc2NzYsMTUuODI1MDkwNiAwLDE1LjE0MzczODYgMCwxNC4zMDg1MTgyIEwwLDEuNTE2NTcyNDIgQzAsMC42ODEzNjc2ODMgMC40ODU1OTc2NzYsMCAxLjEwMzYzODIyLDAgTDMuMTU2MzkyNzQsMCBDMy43NzQ0MzMyOCwwIDQuMjczMjc1MjQsMC42ODEzNTIwNTcgNC4yNzMyNzUyNCwxLjUxNjU3MjQyIEw0LjI3MzI3NTI0LDE0LjMwODUxODIgQzQuMjczMjc1MjQsMTUuMTQzNzIyOSAzLjc3NDQxNzU5LDE1LjgyNTA5MDYgMy4xNTYzOTI3NCwxNS44MjUwOTA2IFogTTEuMTAzNjM4MjIsMC44NzkxNzYwNDIgQzAuOTAwNTgwMDgyLDAuODc5MTc2MDQyIDAuNzMyODI5NTg0LDEuMTEyMTU4MzIgMC43MzI4Mjk1ODQsMS4zOTM0ODcxNSBMMC43MzI4Mjk1ODQsMTQuNDMxNjAzNSBDMC43MzI4Mjk1ODQsMTQuNzE3MzM4OCAwLjkwMDU4MDA4MiwxNC45NDU5MzAyIDEuMTAzNjM4MjIsMTQuOTQ1OTMwMiBMMy4xNTYzOTI3NCwxNC45NDU5MzAyIEMzLjM1OTQ1MDg4LDE0Ljk0NTkzMDIgMy41MjcyMDEzNywxNC43MTI5NDc5IDMuNTI3MjAxMzcsMTQuNDMxNjAzNSBMMy41MjcyMDEzNywxLjM5MzQ4NzE1IEMzLjUzMTYyNjYsMS4xMTIxNTgzMiAzLjM2Mzg3NjEsMC44NzkxNzYwNDIgMy4xNTYzOTI3NCwwLjg3OTE3NjA0MiBMMS4xMDM2MzgyMiwwLjg3OTE3NjA0MiBaIE0wLjQ0MTQ3MDk3OSwzLjUxNjY4ODU0IEwzLjk5NTE0NTIzLDMuNTE2Njg4NTQgTDMuOTk1MTQ1MjMsNC4zMDc5Mzc2IEwwLjQ0MTQ3MDk3OSw0LjMwNzkzNzYgTDAuNDQxNDcwOTc5LDMuNTE2Njg4NTQgWiBNNC44NTU5OTI0NiwzLjUxNjY4ODU0IEw4LjQwOTY4MjQsMy41MTY2ODg1NCBMOC40MDk2ODI0LDQuMzA3OTM3NiBMNC44NTU5OTI0Niw0LjMwNzkzNzYgTDQuODU1OTkyNDYsMy41MTY2ODg1NCBaIE03LjgxODE0NjEzLDE1LjgyNTA5MDYgTDUuNzYwOTY2MzgsMTUuODI1MDkwNiBDNS4xNDczNTEwNiwxNS44MjUwOTA2IDQuNjQ0MDk5NTcsMTUuMTQzNzM4NiA0LjY0NDA5OTU3LDE0LjMwODUxODIgTDQuNjQ0MDk5NTcsMS41MTY1NzI0MiBDNC42NDQwOTk1NywwLjY4MTM2NzY4MyA1LjE0Mjk0MTUzLDAgNS43NjA5NjYzOCwwIEw3LjgxODE0NjEzLDAgQzguNDMxNzYxNDQsMCA4LjkzNTAxMjk0LDAuNjgxMzUyMDU3IDguOTM1MDEyOTQsMS41MTY1NzI0MiBMOC45MzUwMTI5NCwxNC4zMDg1MTgyIEM4LjkzNTAxMjk0LDE1LjE0MzcyMjkgOC40MzE3NjE0NCwxNS44MjUwOTA2IDcuODE4MTQ2MTMsMTUuODI1MDkwNiBaIE01Ljc2MDk2NjM4LDAuODc5MTc2MDQyIEM1LjU1NzkwODI0LDAuODc5MTc2MDQyIDUuMzkwMTU3NzUsMS4xMTIxNTgzMiA1LjM5MDE1Nzc1LDEuMzkzNDg3MTUgTDUuMzkwMTU3NzUsMTQuNDMxNjAzNSBDNS4zOTAxNTc3NSwxNC43MTczMzg4IDUuNTU3OTA4MjQsMTQuOTQ1OTMwMiA1Ljc2MDk2NjM4LDE0Ljk0NTkzMDIgTDcuODE4MTQ2MTMsMTQuOTQ1OTMwMiBDOC4wMjEyMDQyNiwxNC45NDU5MzAyIDguMTg4OTU0NzYsMTQuNzEyOTQ3OSA4LjE4ODk1NDc2LDE0LjQzMTYwMzUgTDguMTg4OTU0NzYsMS4zOTM0ODcxNSBDOC4xODg5NTQ3NiwxLjEwNzc1MTgxIDguMDIxMjA0MjYsMC44NzkxNzYwNDIgNy44MTgxNDYxMywwLjg3OTE3NjA0MiBMNS43NjA5NjYzOCwwLjg3OTE3NjA0MiBaIE05LjM1OTcwODg3LDQuMjUwMzU2MTMgTDEyLjkwMTA0OSwzLjUyNTAzMjc4IEwxMy4wNTk5NjQ3LDQuMjk1NjQwMDEgTDkuNTE5MDc5NjksNS4wMjA5NDc3NSBMOS4zNTk3MDg4Nyw0LjI1MDM1NjEzIFogTTE1LjIzMDE0NDYsMTUuNDI5NDczOSBMMTMuMjEyNjk3NywxNS45NzAxNjE1IEMxMi42MDc5MTcyLDE2LjEzMjgxMTYgMTEuOTQxMzA5LDE1LjYxNDA5NCAxMS43MjUwMDY2LDE0LjgxNDA0NzUgTDguMzg3NjE5MDUsMi41NjcxODAyOSBDOC4xNzEzMDA5NCwxLjc2NzEzMzg0IDguNDg0NzM4NTksMC45ODQ2NjY1NDEgOS4wODk1MzQ4NCwwLjgwODg0MzgzMyBMMTEuMTI5MDQ1MSwwLjI4MTMyODgzMyBDMTEuNzMzODI1NiwwLjExODY5NDM5MSAxMi40MDA0MzM4LDAuNjM3Mzk2MzggMTIuNjE2NzM2MiwxLjQzNzQ0MjgzIEwxNS45MzIwNDQ3LDEzLjY4NDMxMDEgQzE2LjE0ODM2MjgsMTQuNTA2MzQyMiAxNS44MzA1MTU2LDE1LjI2NjgyMzggMTUuMjMwMTI4OSwxNS40Mjk0NzM5IEwxNS4yMzAxNDQ2LDE1LjQyOTQ3MzkgWiBNOS4zMzY3NTEwNiwxLjY2NjAxODYgTDkuMzM2NzUxMDcsMS42NjYwMTg1OSBDOS4xMTIwNjI3LDEuNzYwMjY1MTYgOS4wMDY2NDM1MSwyLjAxODA0MjE1IDkuMTAxMjg5OTUsMi4yNDE3ODAxNCBDOS4xMDMxNzcxOSwyLjI0NjI0MTQ2IDkuMTA1MTM4MzQsMi4yNTA2NzE0NCA5LjEwNzE3MjU0LDIuMjU1MDY4MjYgTDEyLjQ4NDMwODYsMTQuNzM0OTE3OCBDMTIuNTU5MzQ5MSwxNS4wMDc0NjQ5IDEyLjc4MDA3NjgsMTUuMTc0NTA1OCAxMi45ODMxMzQ5LDE1LjEzMDU1MDEgTDE1LjAwOTQxNjUsMTQuNTg5ODYyNSBMMTUuMDA5NDE2NSwxNC41ODk4NjI1IEMxNS4yMzQwOTg2LDE0LjQ5NTYwMTYgMTUuMzM5NTAwNiwxNC4yMzc4MTcxIDE1LjI0NDg0LDE0LjAxNDA4NTMgQzE1LjI0Mjk1NDYsMTQuMDA5NjI5MSAxNS4yNDA5OTU0LDE0LjAwNTIwNDIgMTUuMjM4OTYzNCwxNC4wMDA4MTI0IEwxMS44NTMwMjM5LDEuNTE2NTcxOTUgQzExLjc3Nzk2NzcsMS4yNDQwMjQ4NyAxMS41NTcyNTU4LDEuMDc2OTgzOTMgMTEuMzU0MTY2MywxLjEyMDkzOTYgTDkuMzM2NzUxMDYsMS42NjYwMTg2IFoiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-homework[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0hvbWV3b3JrL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUiPgogICAgICAgIDxnIGlkPSJOYXYvSG9tZXdvcmsvRGVmYXVsdCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuS9nOS4muS4reW/gyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS43NjQ3MDU5LDEuNTA1ODgyMzYgTDExLjc2NDcwNTksMi40NDcwNTg4MyBMMTQuMDIzNTI5NCwyLjQ0NzA1ODgzIEMxNC4yOTgzNTI5LDIuNDQ3MDU4ODMgMTQuNTg4MjM1MywyLjc4Nzc2NDcgMTQuNTg4MjM1MywzLjI3NzE3NjQ3IEwxNC41ODgyMzUzLDEzLjI5ODgyMzUgQzE0LjU4ODIzNTMsMTMuNzg4MjM1MyAxNC4yOTgzNTI5LDE0LjEyOTg4MjQgMTQuMDIzNTI5NCwxNC4xMjk4ODI0IEwxLjk3NjQ3MDU5LDE0LjEyOTg4MjQgQzEuNzAxNjQ3MDYsMTQuMTI5ODgyNCAxLjQxMTc2NDcyLDEzLjc4ODIzNTMgMS40MTE3NjQ3LDEzLjI5ODgyMzUgTDEuNDExNzY0NywzLjI3NzE3NjQ3IEMxLjQxMTc2NDcsMi43ODc3NjQ3IDEuNzAxNjQ3MDYsMi40NDcwNTg4MyAxLjk3NjQ3MDU5LDIuNDQ3MDU4ODMgTDQuMjM1Mjk0MTIsMi40NDcwNTg4MyBMNC4yMzUyOTQxMiwxLjUwNTg4MjM2IEwxLjk3NjQ3MDU5LDEuNTA1ODgyMzYgQzEuMTQ0NDcwNTksMS41MDU4ODIzNiAwLjQ3MDU4ODIzNCwyLjI5OTI5NDEyIDAuNDcwNTg4MjM0LDMuMjc3MTc2NDcgTDAuNDcwNTg4MjM0LDEzLjI5ODgyMzUgQzAuNDcwNTg4MjM0LDE0LjI3NzY0NzEgMS4xNDQ0NzA1OSwxNS4wNzEwNTg4IDEuOTc2NDcwNTksMTUuMDcxMDU4OCBMMTQuMDIzNTI5NCwxNS4wNzEwNTg4IEMxNC44NTU1Mjk0LDE1LjA3MTA1ODggMTUuNTI5NDExOCwxNC4yNzc2NDcxIDE1LjUyOTQxMTgsMTMuMjk4ODIzNSBMMTUuNTI5NDExOCwzLjI3NzE3NjQ3IEMxNS41Mjk0MTE4LDIuMjk4MzUyOTQgMTQuODU1NTI5NCwxLjUwNTg4MjM2IDE0LjAyMzUyOTQsMS41MDU4ODIzNiBMMTEuNzY0NzA1OSwxLjUwNTg4MjM2IFogTTExLjc2NDcwNTksMS41MDU4ODIzNiBMMTEuNzY0NzA1OSwyLjQ0NzA1ODgzIEwxNC4wMjM1Mjk0LDIuNDQ3MDU4ODMgQzE0LjI5ODM1MjksMi40NDcwNTg4MyAxNC41ODgyMzUzLDIuNzg3NzY0NyAxNC41ODgyMzUzLDMuMjc3MTc2NDcgTDE0LjU4ODIzNTMsMTMuMjk4ODIzNSBDMTQuNTg4MjM1MywxMy43ODgyMzUzIDE0LjI5ODM1MjksMTQuMTI5ODgyNCAxNC4wMjM1Mjk0LDE0LjEyOTg4MjQgTDEuOTc2NDcwNTksMTQuMTI5ODgyNCBDMS43MDE2NDcwNiwxNC4xMjk4ODI0IDEuNDExNzY0NzIsMTMuNzg4MjM1MyAxLjQxMTc2NDcsMTMuMjk4ODIzNSBMMS40MTE3NjQ3LDMuMjc3MTc2NDcgQzEuNDExNzY0NywyLjc4Nzc2NDcgMS43MDE2NDcwNiwyLjQ0NzA1ODgzIDEuOTc2NDcwNTksMi40NDcwNTg4MyBMNC4yMzUyOTQxMiwyLjQ0NzA1ODgzIEw0LjIzNTI5NDEyLDEuNTA1ODgyMzYgTDEuOTc2NDcwNTksMS41MDU4ODIzNiBDMS4xNDQ0NzA1OSwxLjUwNTg4MjM2IDAuNDcwNTg4MjM0LDIuMjk5Mjk0MTIgMC40NzA1ODgyMzQsMy4yNzcxNzY0NyBMMC40NzA1ODgyMzQsMTMuMjk4ODIzNSBDMC40NzA1ODgyMzQsMTQuMjc3NjQ3MSAxLjE0NDQ3MDU5LDE1LjA3MTA1ODggMS45NzY0NzA1OSwxNS4wNzEwNTg4IEwxNC4wMjM1Mjk0LDE1LjA3MTA1ODggQzE0Ljg1NTUyOTQsMTUuMDcxMDU4OCAxNS41Mjk0MTE4LDE0LjI3NzY0NzEgMTUuNTI5NDExOCwxMy4yOTg4MjM1IEwxNS41Mjk0MTE4LDMuMjc3MTc2NDcgQzE1LjUyOTQxMTgsMi4yOTgzNTI5NCAxNC44NTU1Mjk0LDEuNTA1ODgyMzYgMTQuMDIzNTI5NCwxLjUwNTg4MjM2IEwxMS43NjQ3MDU5LDEuNTA1ODgyMzYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4xNzY0NzA1OSwwLjk0MTE3NjQ2OSBDNC42NTY2NzMxOCwwLjk0MTE3NjQ2OSA0LjIzNTI5NDEzLDEuMzYyNTU1NTMgNC4yMzUyOTQxMywxLjg4MjM1Mjk0IEM0LjIzNTI5NDEzLDIuNDAyMTUwMzUgNC42NTY2NzMxOCwyLjgyMzUyOTQxIDUuMTc2NDcwNTksMi44MjM1Mjk0MSBMMTAuODIzNTI5NCwyLjgyMzUyOTQxIEMxMS4zNDMzMjY4LDIuODIzNTI5NDEgMTEuNzY0NzA1OSwyLjQwMjE1MDM1IDExLjc2NDcwNTksMS44ODIzNTI5NCBDMTEuNzY0NzA1OSwxLjM2MjU1NTUzIDExLjM0MzMyNjgsMC45NDExNzY0NjkgMTAuODIzNTI5NCwwLjk0MTE3NjQ2OSBMNS4xNzY0NzA1OSwwLjk0MTE3NjQ2OSBaIE01LjE3NjQ3MDU5LDAgTDEwLjgyMzUyOTQsMCBDMTEuODYzMTI0MiwwIDEyLjcwNTg4MjMsMC44NDI3NTgxMTYgMTIuNzA1ODgyMywxLjg4MjM1Mjk0IEMxMi43MDU4ODIzLDIuOTIxOTQ3NzYgMTEuODYzMTI0MiwzLjc2NDcwNTg4IDEwLjgyMzUyOTQsMy43NjQ3MDU4OCBMNS4xNzY0NzA1OSwzLjc2NDcwNTg4IEM0LjEzNjg3NTc3LDMuNzY0NzA1ODggMy4yOTQxMTc2NiwyLjkyMTk0Nzc2IDMuMjk0MTE3NjYsMS44ODIzNTI5NCBDMy4yOTQxMTc2NiwwLjg0Mjc1ODExNiA0LjEzNjg3NTc3LDAgNS4xNzY0NzA1OSwwIFogTTQuMjM1Mjk0MTMsNi41ODgyMzUzIEMzLjk3NTM5NTQyLDYuNTg4MjM1MyAzLjc2NDcwNTg5LDYuMzc3NTQ1NzcgMy43NjQ3MDU4OSw2LjExNzY0NzA2IEMzLjc2NDcwNTg5LDUuODU3NzQ4MzYgMy45NzUzOTU0Miw1LjY0NzA1ODgzIDQuMjM1Mjk0MTMsNS42NDcwNTg4MyBMMTEuNzY0NzA1OSw1LjY0NzA1ODgzIEMxMi4wMjQ2MDQ2LDUuNjQ3MDU4ODMgMTIuMjM1Mjk0MSw1Ljg1Nzc0ODM2IDEyLjIzNTI5NDEsNi4xMTc2NDcwNiBDMTIuMjM1Mjk0MSw2LjM3NzU0NTc3IDEyLjAyNDYwNDYsNi41ODgyMzUzIDExLjc2NDcwNTksNi41ODgyMzUzIEw0LjIzNTI5NDEzLDYuNTg4MjM1MyBMNC4yMzUyOTQxMyw2LjU4ODIzNTMgWiBNNC4yMzUyOTQxMyw5LjQxMTc2NDcgQzMuOTc1Mzk1NDIsOS40MTE3NjQ3IDMuNzY0NzA1ODksOS4yMDEwNzUxNyAzLjc2NDcwNTg5LDguOTQxMTc2NDcgQzMuNzY0NzA1ODksOC42ODEyNzc3NiAzLjk3NTM5NTQyLDguNDcwNTg4MjMgNC4yMzUyOTQxMyw4LjQ3MDU4ODIzIEwxMS43NjQ3MDU5LDguNDcwNTg4MjMgQzEyLjAyNDYwNDYsOC40NzA1ODgyMyAxMi4yMzUyOTQxLDguNjgxMjc3NzYgMTIuMjM1Mjk0MSw4Ljk0MTE3NjQ3IEMxMi4yMzUyOTQxLDkuMjAxMDc1MTcgMTIuMDI0NjA0Niw5LjQxMTc2NDcgMTEuNzY0NzA1OSw5LjQxMTc2NDcgTDQuMjM1Mjk0MTMsOS40MTE3NjQ3IEw0LjIzNTI5NDEzLDkuNDExNzY0NyBaIE00LjIzNTI5NDEzLDEyLjIzNTI5NDEgQzMuOTc1Mzk1NDIsMTIuMjM1Mjk0MSAzLjc2NDcwNTg4LDEyLjAyNDYwNDYgMy43NjQ3MDU4OCwxMS43NjQ3MDU5IEMzLjc2NDcwNTg4LDExLjUwNDgwNzIgMy45NzUzOTU0MiwxMS4yOTQxMTc2IDQuMjM1Mjk0MTMsMTEuMjk0MTE3NiBMMTEuNzY0NzA1OSwxMS4yOTQxMTc2IEMxMi4wMjQ2MDQ2LDExLjI5NDExNzYgMTIuMjM1Mjk0MSwxMS41MDQ4MDcyIDEyLjIzNTI5NDEsMTEuNzY0NzA1OSBDMTIuMjM1Mjk0MSwxMi4wMjQ2MDQ2IDEyLjAyNDYwNDYsMTIuMjM1Mjk0MSAxMS43NjQ3MDU5LDEyLjIzNTI5NDEgTDQuMjM1Mjk0MTMsMTIuMjM1Mjk0MSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-exercise[data-v-4214cc2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0V4ZXJjaXNlL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYvRXhlcmNpc2UvRGVmYXVsdCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPGcgaWQ9Ik5hdi9FeGVyY2lzZS9EZWZhdWx0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjI1MDAwMCwgMC4yMDAwMDApIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuNjUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjIiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy40OTA0NDcxLDMuNDM0MjY4ODMgTDEwLjU4MjkzMDEsMC4xMDU2Njk4MSBDMTAuNTIzNTU2MywwLjAzODc0NTU5NzEgMTAuNDM4OTkzNiwwIDEwLjM0NzIzNDEsMCBMMS4wMjczNDY2NywwIEMwLjc1Mzg2NzM0NSwwIDAuNDk0NzgxNjcsMC4xMDM5MDg2NDcgMC4zMDA0Njc0MTQsMC4yOTQxMTQzMDUgQzAuMTA2MTUzMTU4LDAuNDg0MzE5OTY0IDAsMC43MzYxNjYzNDUgMCwxLjAwNTYyNDM2IEwwLDE0LjQ5NDM3NTYgQzAsMTUuMDQ5MTQyMSAwLjQ2MDU5Njc1NSwxNS41IDEuMDI3MzQ2NjcsMTUuNSBMMTIuNTM1MDY4NywxNS41IEMxMy4xMDE4MTg2LDE1LjUgMTMuNTYyNSwxNS4wNDkxNDIxIDEzLjU2MjUsMTQuNDk0Mzc1NiBMMTMuNTYyNSwzLjYzMTUxOTE1IEMxMy41NjQyMTQ2LDMuNTU5MzExNDQgMTMuNTM3MjI2NSwzLjQ5MDYyNjA3IDEzLjQ5MDQ0NzEsMy40MzQyNjg4MyBaIE0xMi44OTQ5MDk5LDMuNjg0MzU0MDUgTDEwLjIzOTI4MTgsMy42ODQzNTQwNSBMMTAuMjM5MjgxOCwwLjY0NDU4NTg0MyBMMTIuODk0OTA5OSwzLjY4NDM1NDA1IFogTTEyLjUzNjg2NzksMTQuODk1OTIwOSBMMS4wMjkxNDU4NywxNC44OTU5MjA5IEMwLjgwNDI0NTExNSwxNC44OTU5MjA5IDAuNjIwNzI2MDk2LDE0LjcxNjI4MjIgMC42MjA3MjYwOTYsMTQuNDk2MTM2OCBMMC42MjA3MjYwOTYsMS4wMDczODU1MiBDMC42MjA3MjYwOTYsMC44OTk5NTQ1NTEgMC42NjM5MDcwNDEsMC43OTk1NjgyMzEgMC43NDEyNzI5MDIsMC43MjM4MzgyIEMwLjgxODYzODc2NCwwLjY0ODEwODE3IDAuOTIxMTkzNTEsMC42MDU4NDAyNDUgMS4wMzA5NDUwOCwwLjYwNTg0MDI0NSBMOS42MjAzNTQ4OCwwLjYwNTg0MDI0NSBMOS42MjAzNTQ4OCwzLjk4NzI3NDE3IEM5LjYyMDM1NDg4LDQuMTU0NTg0NzEgOS43NTg4OTM3NSw0LjI5MDE5NDMgOS45Mjk4MTgzMiw0LjI5MDE5NDMgTDEyLjk0NTI4NzcsNC4yOTAxOTQzIEwxMi45NDUyODc3LDE0LjQ5NjEzNjggQzEyLjk0NTI4NzcsMTQuNzE2MjgyMiAxMi43NjE3Njg3LDE0Ljg5NTkyMDkgMTIuNTM2ODY3OSwxNC44OTU5MjA5IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC4zNDQ0Nzc3LDUuODEyNSBMMi4yNDkyNzIzNSw1LjgxMjUgQzIuMDc3MDcyNTEsNS44MTI1IDEuOTM3NSw1Ljk0MzAwNjQ0IDEuOTM3NSw2LjEwNDAyMDg3IEMxLjkzNzUsNi4yNjUwMzUzIDIuMDc3MDcyNTEsNi4zOTU1NDE3NCAyLjI0OTI3MjM1LDYuMzk1NTQxNzQgTDEwLjM0NDQ3NzcsNi4zOTU1NDE3NCBDMTAuNTE2Njc3NSw2LjM5NTU0MTc0IDEwLjY1NjI1LDYuMjY1MDM1MyAxMC42NTYyNSw2LjEwNDAyMDg3IEMxMC42NTYyNSw1Ljk0MzAwNjQ0IDEwLjUxNjY3NzUsNS44MTI1IDEwLjM0NDQ3NzcsNS44MTI1IFogTTEwLjM0NDQ3NzcsOC45MTI0NTE1NyBMMi4yNDkyNzIzNSw4LjkxMjQ1MTU3IEMyLjA3NzA3MjUxLDguOTEyNDUxNTcgMS45Mzc1LDkuMDQyOTU4MDEgMS45Mzc1LDkuMjAzOTcyNDQgQzEuOTM3NSw5LjM2NDk4Njg4IDIuMDc3MDcyNTEsOS40OTU0OTMzMSAyLjI0OTI3MjM1LDkuNDk1NDkzMzEgTDEwLjM0NDQ3NzcsOS40OTU0OTMzMSBDMTAuNTE2Njc3NSw5LjQ5NTQ5MzMxIDEwLjY1NjI1LDkuMzY0OTg2ODggMTAuNjU2MjUsOS4yMDM5NzI0NCBDMTAuNjU2MjUsOS4wNDI5NTgwMSAxMC41MTY2Nzc1LDguOTEyNDUxNTcgMTAuMzQ0NDc3Nyw4LjkxMjQ1MTU3IFogTTEwLjM0NDQ3NzcsMTIuMDEwNzA4MyBMMi4yNDkyNzIzNSwxMi4wMTA3MDgzIEMyLjA3NzA3MjUxLDEyLjAxMDcwODMgMS45Mzc1LDEyLjE0MTIxNDcgMS45Mzc1LDEyLjMwMjIyOTEgQzEuOTM3NSwxMi40NjMyNDM2IDIuMDc3MDcyNTEsMTIuNTkzNzUgMi4yNDkyNzIzNSwxMi41OTM3NSBMMTAuMzQ0NDc3NywxMi41OTM3NSBDMTAuNTE2Njc3NSwxMi41OTM3NSAxMC42NTYyNSwxMi40NjMyNDM2IDEwLjY1NjI1LDEyLjMwMjIyOTEgQzEwLjY1NjI1LDEyLjE0MTIxNDcgMTAuNTE2Njc3NSwxMi4wMTA3MDgzIDEwLjM0NDQ3NzcsMTIuMDEwNzA4MyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}

.replaceModal-wrapper .ant-modal-body[data-v-2df10e56] {
  padding: 0;
}
.replaceModal-wrapper .ant-modal-header[data-v-2df10e56] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.replaceModal-wrapper .ant-modal-header .ant-modal-title[data-v-2df10e56] {
  color: #fff;
}
.replaceModal-wrapper .ant-modal-close-x[data-v-2df10e56] {
  line-height: 40px;
  color: #fff;
}
.replaceModal-wrapper .ant-modal-footer[data-v-2df10e56] {
  border-top: none;
}
.replaceModal-wrapper .ant-modal-footer[data-v-2df10e56] {
  text-align: center;
}
.tips1[data-v-2df10e56] {
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-top: 49px;
}
.tips2[data-v-2df10e56] {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0FB1B5;
  line-height: 20px;
  margin-top: 16px;
}
.tips2 span[data-v-2df10e56] {
  cursor: pointer;
}
.tips2 + .button-group[data-v-2df10e56] {
  margin-top: 120px;
}
.tips2 + .correctEnd[data-v-2df10e56] {
  margin-top: 84px;
}
.icon-success[data-v-2df10e56] {
  width: 22px;
  height: 22px;
  background-image: url(../../static/img/homeworkCorrectSuccess.95df33a.svg);
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.button-group[data-v-2df10e56] {
  text-align: center;
  padding-bottom: 40px;
}
.button-group1[data-v-2df10e56] {
  text-align: center;
}
.writeComment[data-v-2df10e56] {
  width: 470px;
  height: 241px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin: 26px auto 0;
}
.writeComment p.comment-title[data-v-2df10e56] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 18px;
}
.writeComment p.btn-group[data-v-2df10e56] {
  text-align: right;
  margin-top: 16px;
}
.tips3[data-v-2df10e56] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
/* 批改方式弹窗 */
.select-item[data-v-51ca4ca0] {
  width: 206px;
  height: 248px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 16px;
  padding-top: 29px;
  cursor: pointer;
}
.select-item[data-v-51ca4ca0]:hover {
  border-color: #0FB1B5;
}
.select-item > div[data-v-51ca4ca0] {
  text-align: center;
}
.select-item[data-v-51ca4ca0]:nth-child(2) {
  margin-left: 16px;
  margin-right: 0;
  padding-top: 33px;
}
.select-item img[data-v-51ca4ca0] {
  width: 83px;
}
.select-item .description[data-v-51ca4ca0] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.select-item .item-way[data-v-51ca4ca0] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.replaceModal-wrapper .ant-modal-header[data-v-51ca4ca0] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.replaceModal-wrapper .ant-modal-body[data-v-51ca4ca0] {
  padding: 35px 25px;
}
.replaceModal-wrapper .select-way-body[data-v-51ca4ca0] {
  padding-left: 10px;
  padding-right: 10px;
}

.bg-white[data-v-3722032f] {
  background-color: #fff;
}
.list-item[data-v-3722032f] {
  background: #fff;
  border: 1px solid #E9E9E9;
  border-radius: 2px;
  font-family: PingFangSC-Regular;
  width: 100%;
}
.list-item[data-v-3722032f]:hover {
  background: #fff;
}
.item-header[data-v-3722032f] {
  border-radius: 0 0 2px 2px;
  border-bottom: 1px solid #E9E9E9;
  padding-left: 16px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #000000;
  line-height: 48px;
  background: #F7F9FA;
}
.item-header > div[data-v-3722032f] {
  display: inline-block;
}
.class-name[data-v-3722032f] {
  position: relative;
  padding-right: 37px;
}
.class-name[data-v-3722032f]::after {
  position: absolute;
  display: block;
  border-left: 1px solid #E8E8E8;
  height: 16px;
  width: 0;
  top: 16px;
  right: 0;
}
.iconfont[data-v-3722032f] {
  font-size: 20px;
  color: #0fb1b5;
  font-weight: bolder;
}
.ended-time[data-v-3722032f] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.78);
  margin-left: 37px;
}
.item-body[data-v-3722032f] {
  padding-left: 37px;
  height: 99px;
}
.correct-item[data-v-3722032f] {
  float: left;
  padding-top: 17px;
  padding-bottom: 24px;
  margin-left: 48px;
  width: 100px;
}
.correct-num[data-v-3722032f] {
  font-size: 14px;
  color: #6D65A8;
}
.item-name[data-v-3722032f] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.total[data-v-3722032f] {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
}
.submit-item[data-v-3722032f] {
  padding-top: 17px;
  padding-bottom: 24px;
  width: 100px;
  float: left;
}
.submited-num[data-v-3722032f] {
  font-size: 14px;
  color: #0FB1B5;
}
.clearfix[data-v-3722032f]:before,
.clearfix[data-v-3722032f]:after {
  content: '';
  display: table;
  clear: both;
}
.score-item[data-v-3722032f] {
  float: left;
  padding-top: 17px;
  padding-bottom: 24px;
  margin-left: 48px;
}
.score-result[data-v-3722032f] {
  margin-top: 21px;
}
.score-result span[data-v-3722032f] {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.score-result span strong[data-v-3722032f] {
  /* font-size: 12px; */
  font-size: 14px;
  color: #0FB1B5;
  font-weight: normal;
}
.score-result span[data-v-3722032f]:not(:first-child) {
  margin-left: 24px;
}
.icon-min[data-v-3722032f],
.icon-max[data-v-3722032f] {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
.icon-min[data-v-3722032f] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAeUlEQVQYGWP8DwQMeAATsty//YcZ/u7ZjyzEwILM+//1KzIXzEYxAUMWKMAIcsPfTdsY/n/7xsDIwwNRA2Qz8PEyMHu4QhSARH/XtzH8f/GSgYGJkYFRVISBtakGrBhsAkQbA8OvijoGhr//GNi6moFmM2IqgClEpgH7Fi7bFVAhxQAAAABJRU5ErkJggg==);
}
.icon-max[data-v-3722032f] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAdUlEQVQYGWP8DwQMeAATTO4/w3+GybcLGKbeKYIJgWm4gll3Kxm+//3M8PnPB4bZ96rhihhBVpx4u5XhK1CSg4kTLPHt7xcgm4vBVjSQAawApvzom41gprWIP0yIAW4FXASNwYLMZwNawczIjCyEagWKDJQDAI0JK4Dw1vI2AAAAAElFTkSuQmCC);
}
.correct-wrap span[data-v-3722032f] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 20px;
}
.correct-wrap span strong[data-v-3722032f] {
  color: #0FB1B5;
  font-weight: normal;
}
.correct-wrap + .check-wrap[data-v-3722032f] {
  margin-top: 8px;
}
.check-wrap[data-v-3722032f] {
  margin-top: 32px;
}
.btn-control[data-v-3722032f] {
  padding-top: 13px;
  padding-bottom: 14px;
  width: 210px;
  float: right;
  height: 99px;
  vertical-align: middle;
}
.pr48 .ant-list-pagination .ant-pagination.mini[data-v-3722032f] {
  text-align: center;
}

.markingDetails[data-v-e8397494] {
  width: 268px;
  /* height: 189px; */
  height: auto;
  position: fixed;
  background-color: #fff;
  right: 48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.details-header[data-v-e8397494] {
  background: rgba(15, 177, 181, 0.7);
  line-height: 40px;
  height: 40px;
  padding-left: 24px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #FFFFFF;
}
.details-body[data-v-e8397494] {
  padding: 17px 24px 26px;
}
.details-body .item[data-v-e8397494] {
  padding-left: 42px;
  position: relative;
}
.details-body .item label[data-v-e8397494] {
  position: absolute;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
  left: 0;
  top: 0;
}
.details-body .item p[data-v-e8397494] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 22px;
  margin-bottom: 0;
}
.details-body .item p.strong[data-v-e8397494] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #0FB1B5;
}
.details-body .item + .item[data-v-e8397494] {
  margin-top: 18px;
}

.part-correct-body[data-v-1a0ccf4c] {
  padding-left: 24px;
  padding-right: 23px;
  font-family: PingFangSC-Regular;
  margin-top: -16px;
  /* .ant-modal-header{
    background: rgba(15,177,181,0.70);;
  } */
}
[data-v-1a0ccf4c] .part-correct .ant-modal-header {
  background: rgba(15, 177, 181, 0.7);
}
.icon-tips[data-v-1a0ccf4c] {
  width: 14px;
  height: 14px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADqADAAQAAAABAAAADgAAAAC98Dn6AAABBElEQVQoFWP8DwQMMPD3MwPD4x4GhjcbGRh+3IWIcqowMAj7MTDIljAwMPPCVDIwwjV+2MfAcCMJqOEhXBKFwSHPwKAxj4FBwAksDNEI0nTRhYEByXIGdmmIvp9PEfoZGRkY9PeANTMxgJwHsglZE0ipaAgEI7RB1IDUAvUwgf2Ey3nImmBskFpgODCBAwImSCwNDDwmeOgRqwmkDhjiTKSoR1bLxMChjMwnjg2MWxYGEX8Ghi8XMTV8OoEpBhMBJgjG/38+/Wc4rYsZ8dyaEGVfr8OUQ2hQQjC9DPQjKBmBUgQocpHBn08MDCCMDEBqQGqBeihMcjBTsSVyUOCBwgEtkQMAfG1kriVYfjsAAAAASUVORK5CYII=);
  background-repeat: no-repeat;
  background-size: 14px 14px;
  margin-right: 8px;
}
.tips[data-v-1a0ccf4c] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 22px;
  margin-top: 8px;
}
.selected-lt[data-v-1a0ccf4c] {
  float: left;
  width: 6em;
}
.selected-rt[data-v-1a0ccf4c] {
  float: left;
  width: 770px;
}
.selected-item[data-v-1a0ccf4c] {
  padding: 6px 10px;
  background-color: #F5F5F5;
  margin-bottom: 8px;
  float: left;
  /* &+.selected-item{ */
  margin-right: 8px;
  /* } */
}
.icon-delete[data-v-1a0ccf4c] {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAADKADAAQAAAABAAAADAAAAAATDPpdAAAAnUlEQVQoFY1RwQ3EIAzLHSzBHEzAnwWYjBFYgD8TMAdLgHoyUqqkUq/1B8vYwSifnPOx1qI3MMaQhTmlRNbav5k5J5VSaLtgfgrwtC8TnLVWGmOcEjg0CRXw3lNrbYdgBocmoYo75yiEsI0wgUOTUC/IizuuAlwDk/kl+ScMUYHe+1mD60GTUH+IMcq73f+q7QCW8gT2WKwbG3wDeH8VqERehgG9cwAAAABJRU5ErkJggg==);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 12px;
  cursor: pointer;
}
.selected-wrap[data-v-1a0ccf4c] {
  margin-top: 9px;
}
.seach-wrap[data-v-1a0ccf4c] {
  margin-top: 24px;
  margin-bottom: 16px;
}
.seach-wrap > div[data-v-1a0ccf4c] {
  display: inline-block;
  width: 100%;
}
.input-wrap[data-v-1a0ccf4c] {
  width: 144px;
  height: 32px;
  display: inline-block;
}
.correctNum[data-v-1a0ccf4c] {
  margin-left: 40px;
}
.input-wrap1[data-v-1a0ccf4c] {
  width: 104px;
  display: inline-block;
  height: 32px;
  margin-right: 55px;
}
 /* 分页居中 */
[data-v-1a0ccf4c] .ant-table-pagination.ant-pagination {
  float: none;
}
 /* 文字过长点点点 */
.textOverfow[data-v-1a0ccf4c] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.remark-decorate[data-v-1a0ccf4c] {
  width: 300px;
  height: 21px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}

.textarea[data-v-7b9c3a32] {
  resize: none;
}
.scoring[data-v-7b9c3a32] {
  position: fixed;
  left: 1100px;
  margin-top: 50px;
  width: 268px;
  /* height: 200px; */
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
  float: left;
  margin-left: 24px;
}
.score-head[data-v-7b9c3a32] {
  font-family: PingFangSC-Medium;
  height: 40px;
  line-height: 40px;
  background: rgba(15, 177, 181, 0.7);
  margin: -1px;
  padding-left: 24px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  font-size: 14px;
  color: #FFFFFF;
}
.score-body[data-v-7b9c3a32] {
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
}
.form-group[data-v-7b9c3a32] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 34px;
}
.form-group .form-label[data-v-7b9c3a32] {
  width: 42px;
  vertical-align: top;
}
.form-group .form-control[data-v-7b9c3a32] {
  width: 178px;
  display: inline-block;
}
.form-group .form-control .form-input[data-v-7b9c3a32] {
  width: 66px;
}
.form-group + .form-group[data-v-7b9c3a32] {
  margin-top: 11px;
}
/* 上传图片样式 */
.upLoad[data-v-7b9c3a32] {
  width: 80%;
  float: right;
}
[data-v-7b9c3a32] .ant-upload-list-picture-card .ant-upload-list-item {
  width: 78px;
  height: 78px;
}
[data-v-7b9c3a32] .ant-upload.ant-upload-select-picture-card {
  width: 78px;
  height: 78px;
}
[data-v-7b9c3a32] .ant-upload-list-picture-card-container {
  width: 78px;
  height: 78px;
}
[data-v-7b9c3a32] .ant-upload-list-picture-card {
  float: none;
}
.ant-upload-text[data-v-7b9c3a32] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
}
/* 放大后图片的样式 */
.imageClass[data-v-7b9c3a32] {
  width: 70%;
  height: 70%;
}
/* 图标 */
.icon[data-v-7d608f05] {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  background-size: auto 16px;
  background-position: center;
  margin-right: 14px;
}
.icon-index[data-v-7d608f05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0luZGV4L0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUzMTM0MzAxIj4KICAgICAgICA8ZyBpZD0iTmF2L0luZGV4L0RlZmF1bHQiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnIGlkPSJTaGFwZSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOC4wNDIzNzM4OCwwLjkwNjY2NjIzOSBDOC4xMzAzNjkzMSwwLjkwNjY2NjIzOSA4LjIxODM2NDc0LDAuOTM4NjgzNDk2IDguMjg1MDI3NTUsMC45OTQ2ODM0NDIgTDEzLjk5NjcyMTcsNi40ODgwMTMyNiBMMTMuOTk2NzIxNywxNC43MTIwMDUyIEMxMy45OTY3MjE3LDE0LjgxMzMzODQgMTMuOTU2NzIzOSwxNC45MDkzMzgxIDEzLjg4NDcyNzUsMTQuOTgxMzM3NiBDMTMuODEyNzMxMiwxNS4wNTMzMzc2IDEzLjcxNjczNjgsMTUuMDkzMzM3NyAxMy42MTU0MDksMTUuMDkzMzM3NyBMMTAuNjkwMjIyNSwxNS4wOTMzMzc3IEwxMC42OTAyMjI1LDEyLjEyODAwMzcgQzEwLjY5MDIyMjUsMTEuNjQyNjcxMiAxMC41MDM1NjU3LDExLjE4NjY3MDYgMTAuMTU5NTg0MiwxMC44NDUzMzcxIEM5LjgxODI2ODQsMTAuNTA0MDAzNiA5LjM2MjI5MzE0LDEwLjMxNDY3MTIgOC44NzY5ODQyNSwxMC4zMTQ2NzEyIEw3LjExNDQwMjEzLDEwLjMxNDY3MTIgQzYuNjI5MDk0ODEsMTAuMzE0NjcxMiA2LjE3NTc4NTI1LDEwLjUwNDAwNTEgNS44MzE4MDIxOSwxMC44NDUzMzcxIEM1LjQ5MDQ4NjM5LDExLjE4OTMzNjUgNS4zMDExNjM5MSwxMS42NDUzMzcgNS4zMDExNjM5MSwxMi4xMjgwMDM3IEw1LjMwMTE2MzkxLDE1LjA5MzMzNzcgTDIuNDY2NjQyNDMsMTUuMDkzMzM3NyBDMi4zNjUzMTQ0NCwxNS4wOTMzMzc3IDIuMjY5MzE5NzIsMTUuMDUzMzM3OCAyLjE5NzMyMzk2LDE0Ljk4MTMzNzYgQzIuMTI1MzI3NzIsMTQuOTA5MzM3NiAyLjA4NTMyOTczLDE0LjgxMzMzODMgMi4wODUzMjk3MywxNC43MTIwMDUyIEwyLjA4NTMyOTczLDYuNDE4NjcwMjEgTDcuNzk0MzY2LDAuOTk5OTk5NDgyIEM3Ljg2MzY5NTc1LDAuOTM4NjY2MTQxIDcuOTUxNjkwNzEsMC45MDY2NjYyMzkgOC4wNDIzNTI2MiwwLjkwNjY2NjIzOSBMOC4wNDIzNzM4OCwwLjkwNjY2NjIzOSBaIE04LjA0MjM1MjYyLDAgQzcuNzMzMDM2MTYsMCA3LjQyMzcxODEzLDAuMTExOTk5ODkyIDcuMTgxMDY0NDYsMC4zMzMzMzI5IEwwLjIwODA5NTk2Nyw2Ljk1MTk5MDE5IEMtMC4wNTA1NTY1ODA3LDcuMTkxOTkwNjMgLTAuMDcxODg5OTkwNiw3LjU5NDY1NzIgMC4xNjU0MzE0OTIsNy44NTU5OTA1OSBDMC4yOTM0MjQ3Niw3Ljk5NzMyMzkyIDAuNDY2NzQ5Mjk2LDguMDY5MzIzMjcgMC42NDI3NDAxNTcsOC4wNjkzMjMyNyBDMC43OTQ3MzIyMjEsOC4wNjkzMjMyNyAwLjk0NjcyMzY2LDguMDE1OTg5OTQgMS4wNjkzODQ5LDcuOTA2NjU3MTQgTDEuMTgxMzc4OTcsNy44MDI2NTcxMSBMMS4xODEzNzg5NywxNC43MTE5OTIzIEMxLjE4MTM3ODk3LDE1LjA1MzMyNTkgMS4zMTczNzE4NCwxNS4zODEzMjU1IDEuNTU3MzU5ODEsMTUuNjIxMzI2IEMxLjgwMDAxMzQ3LDE1Ljg2Mzk5MjIgMi4xMjUzMzAzOCwxNS45OTczMjYzIDIuNDY2NjQ2MTgsMTUuOTk3MzI2MyBMNi4yMTA0NDQ2NSwxNS45OTczMjYzIEw2LjIxMDQ0NDY1LDEyLjEyNzk5OTggQzYuMjEwNDQ0NjUsMTEuODg3OTk5NCA2LjMwNjQzOTY4LDExLjY1NTk5OTYgNi40NzQ0MzAxNiwxMS40ODUzMzI4IEM2LjY0NTA4ODA2LDExLjMxNDY2NiA2Ljg3NDQwODU0LDExLjIxODY2NjIgNy4xMTQzOTY1LDExLjIxODY2NjIgTDguODc2OTc4NjMsMTEuMjE4NjY2MiBDOS4xMTY5NjY1OSwxMS4yMTg2NjYyIDkuMzQ4OTU0MzMsMTEuMzE0NjY2MiA5LjUxNjk0NDk3LDExLjQ4NTMzMjggQzkuNjg3NjAyODYsMTEuNjU1OTk5NiA5Ljc4MzU5Nzc0LDExLjg4NTMzMiA5Ljc4MDkzMDQ3LDEyLjEyNzk5OTggTDkuNzgwOTMwNDcsMTYgTDEzLjYxODA2NzUsMTYgQzEzLjk1OTM4MzMsMTYgMTQuMjg3MzY1OSwxNS44NjQwMDAxIDE0LjUyNzM1MzksMTUuNjIzOTk5NiBDMTQuNzcwMDA3NSwxNS4zODEzMzMzIDE0LjkwMzMzNDcsMTUuMDU1OTk5NSAxNC45MDMzMzQ3LDE0LjcxMjAwMDEgTDE0LjkwMzMzNDcsNy44ODgwMDMgQzE1LjAzOTMyNzYsOC4wMTA2Njk2OCAxNS4yMDQ2NTI1LDguMDcyMDAzNjUgMTUuMzY0NjQ0NSw4LjA3MjAwMzY1IEMxNS41Mzc5NjgxLDguMDcyMDAzNjUgMTUuNzA4NjI2LDggMTUuODMzOTUyOSw3Ljg2MTMzNjgxIEMxNS45NDg2MTM2LDcuNzM2MDAzNSAxNi4wMDcyNzY1LDcuNTY4MDAzOTggMTUuOTk5Mjc3OSw3LjM5NzMzNzIxIEMxNS45OTEyNzgzLDcuMjI2NjcwNDQgMTUuOTEzOTQ5MSw3LjA2NjY3MDE1IDE1Ljc4ODYyMiw2Ljk1MjAwNDczIEw4LjkwNjMxODUxLDAuMzMzMzQ3NDQxIEM4LjY2MDk5NzU5LDAuMTA5MzQ4MjgzIDguMzUxNjgxMTIsMCA4LjA0MjM2MzEsMCBMOC4wNDIzNTI2MiwwIFoiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-test[data-v-7d608f05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1Rlc3QvRGVmYXVsdDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJTbGljZSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgb3BhY2l0eT0iMC42NSI+CiAgICAgICAgPGcgaWQ9Ik5hdi9UZXN0L0RlZmF1bHQiIGZpbGw9IiMwMDAwMDAiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEuNzc3Nzc3NzgsMCBMMTQuMjIyMjIyMiwwIEMxNC43MTMxNDIsMCAxNS4xMTExMTExLDAuMzk3OTY5MTEyIDE1LjExMTExMTEsMC44ODg4ODg4OTEgTDE1LjExMTExMTEsMTUuMTExMTExMSBDMTUuMTExMTExMSwxNS42MDIwMzA5IDE0LjcxMzE0MiwxNiAxNC4yMjIyMjIyLDE2IEwxLjc3Nzc3Nzc4LDE2IEMxLjI4Njg1OCwxNiAwLjg4ODg4ODg5MSwxNS42MDIwMzA5IDAuODg4ODg4ODkxLDE1LjExMTExMTEgTDAuODg4ODg4ODkxLDAuODg4ODg4ODkxIEMwLjg4ODg4ODg5MSwwLjM5Nzk2OTExMiAxLjI4Njg1OCwwIDEuNzc3Nzc3NzgsMCBaIE0xLjc3Nzc3Nzc4LDAuODg4ODg4ODkxIEwxLjc3Nzc3Nzc4LDE1LjExMTExMTEgTDE0LjIyMjIyMjIsMTUuMTExMTExMSBMMTQuMjIyMjIyMiwwLjg4ODg4ODg5MSBMMS43Nzc3Nzc3OCwwLjg4ODg4ODg5MSBaIE00LjQ1NjQ0NDQ0LDQuMDc3MzMzMzMgQzQuMjEwOTg0NTUsNC4wNzczMzMzMyA0LjAxMTk5OTk5LDMuODc4MzQ4NzcgNC4wMTE5OTk5OSwzLjYzMjg4ODg4IEM0LjAxMTk5OTk5LDMuMzg3NDI4OTkgNC4yMTA5ODQ1NSwzLjE4ODQ0NDQ0IDQuNDU2NDQ0NDQsMy4xODg0NDQ0NCBMMTEuNTY0NDQ0NCwzLjE4ODQ0NDQ0IEMxMS44MDk5MDQzLDMuMTg4NDQ0NDQgMTIuMDA4ODg4OSwzLjM4NzQyODk5IDEyLjAwODg4ODksMy42MzI4ODg4OCBDMTIuMDA4ODg4OSwzLjg3ODM0ODc3IDExLjgwOTkwNDMsNC4wNzczMzMzMyAxMS41NjQ0NDQ0LDQuMDc3MzMzMzMgTDQuNDU2NDQ0NDQsNC4wNzczMzMzMyBaIE00LjQ1NjQ0NDQ0LDcuNzc3Nzc3NzggQzQuMjEwOTg0NTUsNy43Nzc3Nzc3OCA0LjAxMTk5OTk5LDcuNTc4NzkzMjMgNC4wMTE5OTk5OSw3LjMzMzMzMzM0IEM0LjAxMTk5OTk5LDcuMDg3ODczNDUgNC4yMTA5ODQ1NSw2Ljg4ODg4ODg5IDQuNDU2NDQ0NDQsNi44ODg4ODg4OSBMOS4wMjEzMzMzMyw2Ljg4ODg4ODg5IEM5LjI2Njc5MzIxLDYuODg4ODg4ODkgOS40NjU3Nzc3NSw3LjA4Nzg3MzQ1IDkuNDY1Nzc3NzUsNy4zMzMzMzMzNCBDOS40NjU3Nzc3NSw3LjU3ODc5MzIyIDkuMjY2NzkzMjEsNy43Nzc3Nzc3OCA5LjAyMTMzMzMzLDcuNzc3Nzc3NzggTDQuNDU2ODg4ODksNy43Nzc3Nzc3OCBMNC40NTY0NDQ0NCw3Ljc3Nzc3Nzc4IFogTTQuNDU2NDQ0NDQsMTEuMzMzMzMzMyBDNC4yMTA5ODQ1NSwxMS4zMzMzMzMzIDQuMDExOTk5OTksMTEuMTM0MzQ4OCA0LjAxMTk5OTk5LDEwLjg4ODg4ODkgQzQuMDExOTk5OTksMTAuNjQzNDI5IDQuMjEwOTg0NTUsMTAuNDQ0NDQ0NCA0LjQ1NjQ0NDQ0LDEwLjQ0NDQ0NDQgTDYuNzM5MTExMTEsMTAuNDQ0NDQ0NCBDNi45ODQ1NzEsMTAuNDQ0NDQ0NCA3LjE4MzU1NTU1LDEwLjY0MzQyOSA3LjE4MzU1NTU1LDEwLjg4ODg4ODkgQzcuMTgzNTU1NTUsMTEuMTM0MzQ4OCA2Ljk4NDU3MSwxMS4zMzMzMzMzIDYuNzM5MTExMTEsMTEuMzMzMzMzMyBMNC40NTY0NDQ0NCwxMS4zMzMzMzMzIEw0LjQ1NjQ0NDQ0LDExLjMzMzMzMzMgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS4yMTk1NTU1NiwxMC4zNjE3Nzc4IEM5LjEwNzA1NjYsMTAuMjQ5NTk2NCA4Ljk0MzI1NTIsMTAuMjA1OTU0IDguNzg5ODUzNzgsMTAuMjQ3MjkwMiBDOC42MzY0NTIzNiwxMC4yODg2MjY1IDguNTE2NzU2MjQsMTAuNDA4NjYxNSA4LjQ3NTg1Mzc4LDEwLjU2MjE3OTEgQzguNDM0OTUxMzMsMTAuNzE1Njk2OCA4LjQ3OTA1NjYsMTAuODc5Mzc0MiA4LjU5MTU1NTU2LDEwLjk5MTU1NTYgTDkuODE5MTExMTEsMTIuMjE1MTExMSBDOS45MTcyNTA5MiwxMi4zMTMwNjA2IDEwLjA1NTQ4MTMsMTIuMzU5NTk2IDEwLjE5Mjg3NjYsMTIuMzQwOTM5NSBDMTAuMzMwMjcxOSwxMi4zMjIyODMxIDEwLjQ1MTA4ODIsMTIuMjQwNTcyNiAxMC41MTk1NTU2LDEyLjEyIEwxMi4zMTk1NTU2LDguOTQ4NDQ0NDQgQzEyLjM5Nzk5NTIsOC44MTAzODExMyAxMi4zOTY4MjA1LDguNjQwOTU4MzMgMTIuMzE2NDc0LDguNTAzOTk1OTUgQzEyLjIzNjEyNzUsOC4zNjcwMzM1OCAxMi4wODg4MTU3LDguMjgzMzM5NDcgMTEuOTMwMDI5Niw4LjI4NDQyOTY3IEMxMS43NzEyNDM0LDguMjg1NTQxMzMgMTEuNjI1MTA2Myw4LjM3MTI3MDAzIDExLjU0NjY2NjcsOC41MDkzMzMzMyBMMTAuMDM0MjIyMiwxMS4xNzQyMjIyIEw5LjIxOTU1NTU2LDEwLjM2MTc3NzggTDkuMjE5NTU1NTYsMTAuMzYxNzc3OCBaIiBpZD0iUGF0aCI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
}
.icon-paper[data-v-7d608f05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L1BhcGVyL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUiPgogICAgICAgIDxnIGlkPSJOYXYvUGFwZXIvRGVmYXVsdCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IlNoYXBlIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0zLjE1NjM5Mjc0LDE1LjgyNTA5MDYgTDEuMTAzNjM4MjIsMTUuODI1MDkwNiBDMC40ODU1OTc2NzYsMTUuODI1MDkwNiAwLDE1LjE0MzczODYgMCwxNC4zMDg1MTgyIEwwLDEuNTE2NTcyNDIgQzAsMC42ODEzNjc2ODMgMC40ODU1OTc2NzYsMCAxLjEwMzYzODIyLDAgTDMuMTU2MzkyNzQsMCBDMy43NzQ0MzMyOCwwIDQuMjczMjc1MjQsMC42ODEzNTIwNTcgNC4yNzMyNzUyNCwxLjUxNjU3MjQyIEw0LjI3MzI3NTI0LDE0LjMwODUxODIgQzQuMjczMjc1MjQsMTUuMTQzNzIyOSAzLjc3NDQxNzU5LDE1LjgyNTA5MDYgMy4xNTYzOTI3NCwxNS44MjUwOTA2IFogTTEuMTAzNjM4MjIsMC44NzkxNzYwNDIgQzAuOTAwNTgwMDgyLDAuODc5MTc2MDQyIDAuNzMyODI5NTg0LDEuMTEyMTU4MzIgMC43MzI4Mjk1ODQsMS4zOTM0ODcxNSBMMC43MzI4Mjk1ODQsMTQuNDMxNjAzNSBDMC43MzI4Mjk1ODQsMTQuNzE3MzM4OCAwLjkwMDU4MDA4MiwxNC45NDU5MzAyIDEuMTAzNjM4MjIsMTQuOTQ1OTMwMiBMMy4xNTYzOTI3NCwxNC45NDU5MzAyIEMzLjM1OTQ1MDg4LDE0Ljk0NTkzMDIgMy41MjcyMDEzNywxNC43MTI5NDc5IDMuNTI3MjAxMzcsMTQuNDMxNjAzNSBMMy41MjcyMDEzNywxLjM5MzQ4NzE1IEMzLjUzMTYyNjYsMS4xMTIxNTgzMiAzLjM2Mzg3NjEsMC44NzkxNzYwNDIgMy4xNTYzOTI3NCwwLjg3OTE3NjA0MiBMMS4xMDM2MzgyMiwwLjg3OTE3NjA0MiBaIE0wLjQ0MTQ3MDk3OSwzLjUxNjY4ODU0IEwzLjk5NTE0NTIzLDMuNTE2Njg4NTQgTDMuOTk1MTQ1MjMsNC4zMDc5Mzc2IEwwLjQ0MTQ3MDk3OSw0LjMwNzkzNzYgTDAuNDQxNDcwOTc5LDMuNTE2Njg4NTQgWiBNNC44NTU5OTI0NiwzLjUxNjY4ODU0IEw4LjQwOTY4MjQsMy41MTY2ODg1NCBMOC40MDk2ODI0LDQuMzA3OTM3NiBMNC44NTU5OTI0Niw0LjMwNzkzNzYgTDQuODU1OTkyNDYsMy41MTY2ODg1NCBaIE03LjgxODE0NjEzLDE1LjgyNTA5MDYgTDUuNzYwOTY2MzgsMTUuODI1MDkwNiBDNS4xNDczNTEwNiwxNS44MjUwOTA2IDQuNjQ0MDk5NTcsMTUuMTQzNzM4NiA0LjY0NDA5OTU3LDE0LjMwODUxODIgTDQuNjQ0MDk5NTcsMS41MTY1NzI0MiBDNC42NDQwOTk1NywwLjY4MTM2NzY4MyA1LjE0Mjk0MTUzLDAgNS43NjA5NjYzOCwwIEw3LjgxODE0NjEzLDAgQzguNDMxNzYxNDQsMCA4LjkzNTAxMjk0LDAuNjgxMzUyMDU3IDguOTM1MDEyOTQsMS41MTY1NzI0MiBMOC45MzUwMTI5NCwxNC4zMDg1MTgyIEM4LjkzNTAxMjk0LDE1LjE0MzcyMjkgOC40MzE3NjE0NCwxNS44MjUwOTA2IDcuODE4MTQ2MTMsMTUuODI1MDkwNiBaIE01Ljc2MDk2NjM4LDAuODc5MTc2MDQyIEM1LjU1NzkwODI0LDAuODc5MTc2MDQyIDUuMzkwMTU3NzUsMS4xMTIxNTgzMiA1LjM5MDE1Nzc1LDEuMzkzNDg3MTUgTDUuMzkwMTU3NzUsMTQuNDMxNjAzNSBDNS4zOTAxNTc3NSwxNC43MTczMzg4IDUuNTU3OTA4MjQsMTQuOTQ1OTMwMiA1Ljc2MDk2NjM4LDE0Ljk0NTkzMDIgTDcuODE4MTQ2MTMsMTQuOTQ1OTMwMiBDOC4wMjEyMDQyNiwxNC45NDU5MzAyIDguMTg4OTU0NzYsMTQuNzEyOTQ3OSA4LjE4ODk1NDc2LDE0LjQzMTYwMzUgTDguMTg4OTU0NzYsMS4zOTM0ODcxNSBDOC4xODg5NTQ3NiwxLjEwNzc1MTgxIDguMDIxMjA0MjYsMC44NzkxNzYwNDIgNy44MTgxNDYxMywwLjg3OTE3NjA0MiBMNS43NjA5NjYzOCwwLjg3OTE3NjA0MiBaIE05LjM1OTcwODg3LDQuMjUwMzU2MTMgTDEyLjkwMTA0OSwzLjUyNTAzMjc4IEwxMy4wNTk5NjQ3LDQuMjk1NjQwMDEgTDkuNTE5MDc5NjksNS4wMjA5NDc3NSBMOS4zNTk3MDg4Nyw0LjI1MDM1NjEzIFogTTE1LjIzMDE0NDYsMTUuNDI5NDczOSBMMTMuMjEyNjk3NywxNS45NzAxNjE1IEMxMi42MDc5MTcyLDE2LjEzMjgxMTYgMTEuOTQxMzA5LDE1LjYxNDA5NCAxMS43MjUwMDY2LDE0LjgxNDA0NzUgTDguMzg3NjE5MDUsMi41NjcxODAyOSBDOC4xNzEzMDA5NCwxLjc2NzEzMzg0IDguNDg0NzM4NTksMC45ODQ2NjY1NDEgOS4wODk1MzQ4NCwwLjgwODg0MzgzMyBMMTEuMTI5MDQ1MSwwLjI4MTMyODgzMyBDMTEuNzMzODI1NiwwLjExODY5NDM5MSAxMi40MDA0MzM4LDAuNjM3Mzk2MzggMTIuNjE2NzM2MiwxLjQzNzQ0MjgzIEwxNS45MzIwNDQ3LDEzLjY4NDMxMDEgQzE2LjE0ODM2MjgsMTQuNTA2MzQyMiAxNS44MzA1MTU2LDE1LjI2NjgyMzggMTUuMjMwMTI4OSwxNS40Mjk0NzM5IEwxNS4yMzAxNDQ2LDE1LjQyOTQ3MzkgWiBNOS4zMzY3NTEwNiwxLjY2NjAxODYgTDkuMzM2NzUxMDcsMS42NjYwMTg1OSBDOS4xMTIwNjI3LDEuNzYwMjY1MTYgOS4wMDY2NDM1MSwyLjAxODA0MjE1IDkuMTAxMjg5OTUsMi4yNDE3ODAxNCBDOS4xMDMxNzcxOSwyLjI0NjI0MTQ2IDkuMTA1MTM4MzQsMi4yNTA2NzE0NCA5LjEwNzE3MjU0LDIuMjU1MDY4MjYgTDEyLjQ4NDMwODYsMTQuNzM0OTE3OCBDMTIuNTU5MzQ5MSwxNS4wMDc0NjQ5IDEyLjc4MDA3NjgsMTUuMTc0NTA1OCAxMi45ODMxMzQ5LDE1LjEzMDU1MDEgTDE1LjAwOTQxNjUsMTQuNTg5ODYyNSBMMTUuMDA5NDE2NSwxNC41ODk4NjI1IEMxNS4yMzQwOTg2LDE0LjQ5NTYwMTYgMTUuMzM5NTAwNiwxNC4yMzc4MTcxIDE1LjI0NDg0LDE0LjAxNDA4NTMgQzE1LjI0Mjk1NDYsMTQuMDA5NjI5MSAxNS4yNDA5OTU0LDE0LjAwNTIwNDIgMTUuMjM4OTYzNCwxNC4wMDA4MTI0IEwxMS44NTMwMjM5LDEuNTE2NTcxOTUgQzExLjc3Nzk2NzcsMS4yNDQwMjQ4NyAxMS41NTcyNTU4LDEuMDc2OTgzOTMgMTEuMzU0MTY2MywxLjEyMDkzOTYgTDkuMzM2NzUxMDYsMS42NjYwMTg2IFoiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-homework[data-v-7d608f05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0hvbWV3b3JrL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuNjUiPgogICAgICAgIDxnIGlkPSJOYXYvSG9tZXdvcmsvRGVmYXVsdCIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuS9nOS4muS4reW/gyI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMS43NjQ3MDU5LDEuNTA1ODgyMzYgTDExLjc2NDcwNTksMi40NDcwNTg4MyBMMTQuMDIzNTI5NCwyLjQ0NzA1ODgzIEMxNC4yOTgzNTI5LDIuNDQ3MDU4ODMgMTQuNTg4MjM1MywyLjc4Nzc2NDcgMTQuNTg4MjM1MywzLjI3NzE3NjQ3IEwxNC41ODgyMzUzLDEzLjI5ODgyMzUgQzE0LjU4ODIzNTMsMTMuNzg4MjM1MyAxNC4yOTgzNTI5LDE0LjEyOTg4MjQgMTQuMDIzNTI5NCwxNC4xMjk4ODI0IEwxLjk3NjQ3MDU5LDE0LjEyOTg4MjQgQzEuNzAxNjQ3MDYsMTQuMTI5ODgyNCAxLjQxMTc2NDcyLDEzLjc4ODIzNTMgMS40MTE3NjQ3LDEzLjI5ODgyMzUgTDEuNDExNzY0NywzLjI3NzE3NjQ3IEMxLjQxMTc2NDcsMi43ODc3NjQ3IDEuNzAxNjQ3MDYsMi40NDcwNTg4MyAxLjk3NjQ3MDU5LDIuNDQ3MDU4ODMgTDQuMjM1Mjk0MTIsMi40NDcwNTg4MyBMNC4yMzUyOTQxMiwxLjUwNTg4MjM2IEwxLjk3NjQ3MDU5LDEuNTA1ODgyMzYgQzEuMTQ0NDcwNTksMS41MDU4ODIzNiAwLjQ3MDU4ODIzNCwyLjI5OTI5NDEyIDAuNDcwNTg4MjM0LDMuMjc3MTc2NDcgTDAuNDcwNTg4MjM0LDEzLjI5ODgyMzUgQzAuNDcwNTg4MjM0LDE0LjI3NzY0NzEgMS4xNDQ0NzA1OSwxNS4wNzEwNTg4IDEuOTc2NDcwNTksMTUuMDcxMDU4OCBMMTQuMDIzNTI5NCwxNS4wNzEwNTg4IEMxNC44NTU1Mjk0LDE1LjA3MTA1ODggMTUuNTI5NDExOCwxNC4yNzc2NDcxIDE1LjUyOTQxMTgsMTMuMjk4ODIzNSBMMTUuNTI5NDExOCwzLjI3NzE3NjQ3IEMxNS41Mjk0MTE4LDIuMjk4MzUyOTQgMTQuODU1NTI5NCwxLjUwNTg4MjM2IDE0LjAyMzUyOTQsMS41MDU4ODIzNiBMMTEuNzY0NzA1OSwxLjUwNTg4MjM2IFogTTExLjc2NDcwNTksMS41MDU4ODIzNiBMMTEuNzY0NzA1OSwyLjQ0NzA1ODgzIEwxNC4wMjM1Mjk0LDIuNDQ3MDU4ODMgQzE0LjI5ODM1MjksMi40NDcwNTg4MyAxNC41ODgyMzUzLDIuNzg3NzY0NyAxNC41ODgyMzUzLDMuMjc3MTc2NDcgTDE0LjU4ODIzNTMsMTMuMjk4ODIzNSBDMTQuNTg4MjM1MywxMy43ODgyMzUzIDE0LjI5ODM1MjksMTQuMTI5ODgyNCAxNC4wMjM1Mjk0LDE0LjEyOTg4MjQgTDEuOTc2NDcwNTksMTQuMTI5ODgyNCBDMS43MDE2NDcwNiwxNC4xMjk4ODI0IDEuNDExNzY0NzIsMTMuNzg4MjM1MyAxLjQxMTc2NDcsMTMuMjk4ODIzNSBMMS40MTE3NjQ3LDMuMjc3MTc2NDcgQzEuNDExNzY0NywyLjc4Nzc2NDcgMS43MDE2NDcwNiwyLjQ0NzA1ODgzIDEuOTc2NDcwNTksMi40NDcwNTg4MyBMNC4yMzUyOTQxMiwyLjQ0NzA1ODgzIEw0LjIzNTI5NDEyLDEuNTA1ODgyMzYgTDEuOTc2NDcwNTksMS41MDU4ODIzNiBDMS4xNDQ0NzA1OSwxLjUwNTg4MjM2IDAuNDcwNTg4MjM0LDIuMjk5Mjk0MTIgMC40NzA1ODgyMzQsMy4yNzcxNzY0NyBMMC40NzA1ODgyMzQsMTMuMjk4ODIzNSBDMC40NzA1ODgyMzQsMTQuMjc3NjQ3MSAxLjE0NDQ3MDU5LDE1LjA3MTA1ODggMS45NzY0NzA1OSwxNS4wNzEwNTg4IEwxNC4wMjM1Mjk0LDE1LjA3MTA1ODggQzE0Ljg1NTUyOTQsMTUuMDcxMDU4OCAxNS41Mjk0MTE4LDE0LjI3NzY0NzEgMTUuNTI5NDExOCwxMy4yOTg4MjM1IEwxNS41Mjk0MTE4LDMuMjc3MTc2NDcgQzE1LjUyOTQxMTgsMi4yOTgzNTI5NCAxNC44NTU1Mjk0LDEuNTA1ODgyMzYgMTQuMDIzNTI5NCwxLjUwNTg4MjM2IEwxMS43NjQ3MDU5LDEuNTA1ODgyMzYgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS4xNzY0NzA1OSwwLjk0MTE3NjQ2OSBDNC42NTY2NzMxOCwwLjk0MTE3NjQ2OSA0LjIzNTI5NDEzLDEuMzYyNTU1NTMgNC4yMzUyOTQxMywxLjg4MjM1Mjk0IEM0LjIzNTI5NDEzLDIuNDAyMTUwMzUgNC42NTY2NzMxOCwyLjgyMzUyOTQxIDUuMTc2NDcwNTksMi44MjM1Mjk0MSBMMTAuODIzNTI5NCwyLjgyMzUyOTQxIEMxMS4zNDMzMjY4LDIuODIzNTI5NDEgMTEuNzY0NzA1OSwyLjQwMjE1MDM1IDExLjc2NDcwNTksMS44ODIzNTI5NCBDMTEuNzY0NzA1OSwxLjM2MjU1NTUzIDExLjM0MzMyNjgsMC45NDExNzY0NjkgMTAuODIzNTI5NCwwLjk0MTE3NjQ2OSBMNS4xNzY0NzA1OSwwLjk0MTE3NjQ2OSBaIE01LjE3NjQ3MDU5LDAgTDEwLjgyMzUyOTQsMCBDMTEuODYzMTI0MiwwIDEyLjcwNTg4MjMsMC44NDI3NTgxMTYgMTIuNzA1ODgyMywxLjg4MjM1Mjk0IEMxMi43MDU4ODIzLDIuOTIxOTQ3NzYgMTEuODYzMTI0MiwzLjc2NDcwNTg4IDEwLjgyMzUyOTQsMy43NjQ3MDU4OCBMNS4xNzY0NzA1OSwzLjc2NDcwNTg4IEM0LjEzNjg3NTc3LDMuNzY0NzA1ODggMy4yOTQxMTc2NiwyLjkyMTk0Nzc2IDMuMjk0MTE3NjYsMS44ODIzNTI5NCBDMy4yOTQxMTc2NiwwLjg0Mjc1ODExNiA0LjEzNjg3NTc3LDAgNS4xNzY0NzA1OSwwIFogTTQuMjM1Mjk0MTMsNi41ODgyMzUzIEMzLjk3NTM5NTQyLDYuNTg4MjM1MyAzLjc2NDcwNTg5LDYuMzc3NTQ1NzcgMy43NjQ3MDU4OSw2LjExNzY0NzA2IEMzLjc2NDcwNTg5LDUuODU3NzQ4MzYgMy45NzUzOTU0Miw1LjY0NzA1ODgzIDQuMjM1Mjk0MTMsNS42NDcwNTg4MyBMMTEuNzY0NzA1OSw1LjY0NzA1ODgzIEMxMi4wMjQ2MDQ2LDUuNjQ3MDU4ODMgMTIuMjM1Mjk0MSw1Ljg1Nzc0ODM2IDEyLjIzNTI5NDEsNi4xMTc2NDcwNiBDMTIuMjM1Mjk0MSw2LjM3NzU0NTc3IDEyLjAyNDYwNDYsNi41ODgyMzUzIDExLjc2NDcwNTksNi41ODgyMzUzIEw0LjIzNTI5NDEzLDYuNTg4MjM1MyBMNC4yMzUyOTQxMyw2LjU4ODIzNTMgWiBNNC4yMzUyOTQxMyw5LjQxMTc2NDcgQzMuOTc1Mzk1NDIsOS40MTE3NjQ3IDMuNzY0NzA1ODksOS4yMDEwNzUxNyAzLjc2NDcwNTg5LDguOTQxMTc2NDcgQzMuNzY0NzA1ODksOC42ODEyNzc3NiAzLjk3NTM5NTQyLDguNDcwNTg4MjMgNC4yMzUyOTQxMyw4LjQ3MDU4ODIzIEwxMS43NjQ3MDU5LDguNDcwNTg4MjMgQzEyLjAyNDYwNDYsOC40NzA1ODgyMyAxMi4yMzUyOTQxLDguNjgxMjc3NzYgMTIuMjM1Mjk0MSw4Ljk0MTE3NjQ3IEMxMi4yMzUyOTQxLDkuMjAxMDc1MTcgMTIuMDI0NjA0Niw5LjQxMTc2NDcgMTEuNzY0NzA1OSw5LjQxMTc2NDcgTDQuMjM1Mjk0MTMsOS40MTE3NjQ3IEw0LjIzNTI5NDEzLDkuNDExNzY0NyBaIE00LjIzNTI5NDEzLDEyLjIzNTI5NDEgQzMuOTc1Mzk1NDIsMTIuMjM1Mjk0MSAzLjc2NDcwNTg4LDEyLjAyNDYwNDYgMy43NjQ3MDU4OCwxMS43NjQ3MDU5IEMzLjc2NDcwNTg4LDExLjUwNDgwNzIgMy45NzUzOTU0MiwxMS4yOTQxMTc2IDQuMjM1Mjk0MTMsMTEuMjk0MTE3NiBMMTEuNzY0NzA1OSwxMS4yOTQxMTc2IEMxMi4wMjQ2MDQ2LDExLjI5NDExNzYgMTIuMjM1Mjk0MSwxMS41MDQ4MDcyIDEyLjIzNTI5NDEsMTEuNzY0NzA1OSBDMTIuMjM1Mjk0MSwxMi4wMjQ2MDQ2IDEyLjAyNDYwNDYsMTIuMjM1Mjk0MSAxMS43NjQ3MDU5LDEyLjIzNTI5NDEgTDQuMjM1Mjk0MTMsMTIuMjM1Mjk0MSBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.icon-exercise[data-v-7d608f05] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+TmF2L0V4ZXJjaXNlL0RlZmF1bHQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJOYXYvRXhlcmNpc2UvRGVmYXVsdCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC0yIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiI+PC9yZWN0PgogICAgICAgICAgICAgICAgPGcgaWQ9Ik5hdi9FeGVyY2lzZS9EZWZhdWx0IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxLjI1MDAwMCwgMC4yMDAwMDApIiBmaWxsPSIjMDAwMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iIG9wYWNpdHk9IjAuNjUiIHN0cm9rZT0iIzAwMDAwMCIgc3Ryb2tlLXdpZHRoPSIwLjIiPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMy40OTA0NDcxLDMuNDM0MjY4ODMgTDEwLjU4MjkzMDEsMC4xMDU2Njk4MSBDMTAuNTIzNTU2MywwLjAzODc0NTU5NzEgMTAuNDM4OTkzNiwwIDEwLjM0NzIzNDEsMCBMMS4wMjczNDY2NywwIEMwLjc1Mzg2NzM0NSwwIDAuNDk0NzgxNjcsMC4xMDM5MDg2NDcgMC4zMDA0Njc0MTQsMC4yOTQxMTQzMDUgQzAuMTA2MTUzMTU4LDAuNDg0MzE5OTY0IDAsMC43MzYxNjYzNDUgMCwxLjAwNTYyNDM2IEwwLDE0LjQ5NDM3NTYgQzAsMTUuMDQ5MTQyMSAwLjQ2MDU5Njc1NSwxNS41IDEuMDI3MzQ2NjcsMTUuNSBMMTIuNTM1MDY4NywxNS41IEMxMy4xMDE4MTg2LDE1LjUgMTMuNTYyNSwxNS4wNDkxNDIxIDEzLjU2MjUsMTQuNDk0Mzc1NiBMMTMuNTYyNSwzLjYzMTUxOTE1IEMxMy41NjQyMTQ2LDMuNTU5MzExNDQgMTMuNTM3MjI2NSwzLjQ5MDYyNjA3IDEzLjQ5MDQ0NzEsMy40MzQyNjg4MyBaIE0xMi44OTQ5MDk5LDMuNjg0MzU0MDUgTDEwLjIzOTI4MTgsMy42ODQzNTQwNSBMMTAuMjM5MjgxOCwwLjY0NDU4NTg0MyBMMTIuODk0OTA5OSwzLjY4NDM1NDA1IFogTTEyLjUzNjg2NzksMTQuODk1OTIwOSBMMS4wMjkxNDU4NywxNC44OTU5MjA5IEMwLjgwNDI0NTExNSwxNC44OTU5MjA5IDAuNjIwNzI2MDk2LDE0LjcxNjI4MjIgMC42MjA3MjYwOTYsMTQuNDk2MTM2OCBMMC42MjA3MjYwOTYsMS4wMDczODU1MiBDMC42MjA3MjYwOTYsMC44OTk5NTQ1NTEgMC42NjM5MDcwNDEsMC43OTk1NjgyMzEgMC43NDEyNzI5MDIsMC43MjM4MzgyIEMwLjgxODYzODc2NCwwLjY0ODEwODE3IDAuOTIxMTkzNTEsMC42MDU4NDAyNDUgMS4wMzA5NDUwOCwwLjYwNTg0MDI0NSBMOS42MjAzNTQ4OCwwLjYwNTg0MDI0NSBMOS42MjAzNTQ4OCwzLjk4NzI3NDE3IEM5LjYyMDM1NDg4LDQuMTU0NTg0NzEgOS43NTg4OTM3NSw0LjI5MDE5NDMgOS45Mjk4MTgzMiw0LjI5MDE5NDMgTDEyLjk0NTI4NzcsNC4yOTAxOTQzIEwxMi45NDUyODc3LDE0LjQ5NjEzNjggQzEyLjk0NTI4NzcsMTQuNzE2MjgyMiAxMi43NjE3Njg3LDE0Ljg5NTkyMDkgMTIuNTM2ODY3OSwxNC44OTU5MjA5IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC4zNDQ0Nzc3LDUuODEyNSBMMi4yNDkyNzIzNSw1LjgxMjUgQzIuMDc3MDcyNTEsNS44MTI1IDEuOTM3NSw1Ljk0MzAwNjQ0IDEuOTM3NSw2LjEwNDAyMDg3IEMxLjkzNzUsNi4yNjUwMzUzIDIuMDc3MDcyNTEsNi4zOTU1NDE3NCAyLjI0OTI3MjM1LDYuMzk1NTQxNzQgTDEwLjM0NDQ3NzcsNi4zOTU1NDE3NCBDMTAuNTE2Njc3NSw2LjM5NTU0MTc0IDEwLjY1NjI1LDYuMjY1MDM1MyAxMC42NTYyNSw2LjEwNDAyMDg3IEMxMC42NTYyNSw1Ljk0MzAwNjQ0IDEwLjUxNjY3NzUsNS44MTI1IDEwLjM0NDQ3NzcsNS44MTI1IFogTTEwLjM0NDQ3NzcsOC45MTI0NTE1NyBMMi4yNDkyNzIzNSw4LjkxMjQ1MTU3IEMyLjA3NzA3MjUxLDguOTEyNDUxNTcgMS45Mzc1LDkuMDQyOTU4MDEgMS45Mzc1LDkuMjAzOTcyNDQgQzEuOTM3NSw5LjM2NDk4Njg4IDIuMDc3MDcyNTEsOS40OTU0OTMzMSAyLjI0OTI3MjM1LDkuNDk1NDkzMzEgTDEwLjM0NDQ3NzcsOS40OTU0OTMzMSBDMTAuNTE2Njc3NSw5LjQ5NTQ5MzMxIDEwLjY1NjI1LDkuMzY0OTg2ODggMTAuNjU2MjUsOS4yMDM5NzI0NCBDMTAuNjU2MjUsOS4wNDI5NTgwMSAxMC41MTY2Nzc1LDguOTEyNDUxNTcgMTAuMzQ0NDc3Nyw4LjkxMjQ1MTU3IFogTTEwLjM0NDQ3NzcsMTIuMDEwNzA4MyBMMi4yNDkyNzIzNSwxMi4wMTA3MDgzIEMyLjA3NzA3MjUxLDEyLjAxMDcwODMgMS45Mzc1LDEyLjE0MTIxNDcgMS45Mzc1LDEyLjMwMjIyOTEgQzEuOTM3NSwxMi40NjMyNDM2IDIuMDc3MDcyNTEsMTIuNTkzNzUgMi4yNDkyNzIzNSwxMi41OTM3NSBMMTAuMzQ0NDc3NywxMi41OTM3NSBDMTAuNTE2Njc3NSwxMi41OTM3NSAxMC42NTYyNSwxMi40NjMyNDM2IDEwLjY1NjI1LDEyLjMwMjIyOTEgQzEwLjY1NjI1LDEyLjE0MTIxNDcgMTAuNTE2Njc3NSwxMi4wMTA3MDgzIDEwLjM0NDQ3NzcsMTIuMDEwNzA4MyBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
}
.ant-menu-item.ant-menu-item-selected[data-v-7d608f05] {
  background: rgba(0, 0, 0, 0.02);
}
.ant-menu-item.ant-menu-item-selected[data-v-7d608f05]:after {
  opacity: 0;
}

[data-v-5feacc4e] .popover_hover div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: initial;
  margin: initial;
}
[data-v-5feacc4e] .popover_hover div > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon-correct[data-v-5feacc4e] {
  width: 16px;
  height: 16px;
  display: inline-block;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAAA0VXHyAAABtklEQVQ4EWP8DwQMRIC3v34xFF+6ynDgzRsGWU5Ohg4dLQZrYSEGBpABhMCrHz//m+879D/z/MX/f/79+3/63fv/2rv2/X/789d/JkKWv/75i8Hv+EkGfykJhiNv3jIceP2WwURQgMFaRIjh9Pv3DHgNeAN0NkhzuqICQ76KEoMkBwdDyrkLDDtevmK48vEzgxwXF24vvP7587/F/kP/5z949P/rnz//vY+e+N90/eb/a58+/xfZvP1//oXLYJ9jDQOQZks0zY1AzX+BWpLPnv+fevYCmA0yAcMAUjRjGICs+dufv2Bn47IZpBkE4C4gRzPcAJBtoADrvHkbHmAwm5POnP+fdu7C/39g+zAJRpDQdmC01F69wfDz318GDiZmBl9gnNdoqDEAA4uBhYmRYYahPgMjjgQDTge7X75myFZWYDjtZM8gxMbKYAtMosRoBpkJNmDPq1cMD75+Y2BnYmLwlpRgiDx1lqDNMAcx3vz85b/dwSMMv//9Y+BlYWFQ4+Vh8AEakqusiNPZMM0gmmXT8xcM/KwsDM5iogxOoiJAL7CB5fe/foOsDiebkX/jVqKyMy4TANRL8X6zvSLHAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  vertical-align: middle;
}
.correct-by-people[data-v-5feacc4e] {
  background-color: #fff;
}
.header[data-v-5feacc4e] {
  height: 64px;
  background: #fff;
  -webkit-box-shadow: 0 -1px 4px 0 #E9E9E9;
          box-shadow: 0 -1px 4px 0 #E9E9E9;
  line-height: 64px;
  padding-left: 18px;
  margin-bottom: 24px;
}
.icon-return[data-v-5feacc4e] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 16px;
  height: 16px;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.class-name[data-v-5feacc4e] {
  position: relative;
  padding-right: 37px;
  display: inline-block;
}
.class-name[data-v-5feacc4e]::after {
  position: absolute;
  display: block;
  border-left: 1px solid #E8E8E8;
  height: 16px;
  width: 0;
  top: 16px;
  right: 0;
}
.icon-class-name[data-v-5feacc4e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
.unit-name[data-v-5feacc4e] {
  padding-right: 32px;
  display: inline-block;
}
.icon-unit-name[data-v-5feacc4e] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 8px;
}
.ended-time[data-v-5feacc4e] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.78);
  display: inline-block;
}
.list-wrap[data-v-5feacc4e] {
  padding-left: 50px;
  padding-right: 48px;
}
.list-bar-left[data-v-5feacc4e] {
  float: left;
}
.list-bar-left .ant-radio-group[data-v-5feacc4e] {
  margin: 0;
}
.list-bar-right[data-v-5feacc4e] {
  width: 272px;
  height: 32px;
  float: right;
}
.list[data-v-5feacc4e] {
  margin-top: 24px;
}
 /* 新增对按题批改，题干显示的处理20200319,文字过长点点点 */
.remark-decorate[data-v-5feacc4e] {
  width: 385px;
  /*  max-height: 24px;按题批改列表解答题有很多小问题时只显示一行 */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 200px;
    max-height: 200px;
  } */
}
[data-v-5feacc4e] .ant-table-row > td .textOverfow > p {
  margin-bottom: 0;
}
[data-v-5feacc4e] .popover img {
  display: inline-block;
  vertical-align: bottom;
  max-width: 200px;
  max-height: 200px;
}
[data-v-5feacc4e] .ant-table-pagination.ant-pagination {
  float: none;
}
.listAvatar[data-v-5feacc4e] {
  height: 30px;
  width: 30px;
}

.issus_knowledge[data-v-dae908a4] {
  margin-left: 6px;
}
.stuAns-answer[data-v-dae908a4] {
  line-height: 20px;
}
.stuAns-answer p[data-v-dae908a4] {
  margin: 0;
}
.stuAns-answer-img[data-v-dae908a4] {
  display: inline-block;
}
.image[data-v-dae908a4] {
  width: 112px;
  height: 112px;
  margin-right: 16px;
}
.image_div[data-v-dae908a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-title[data-v-dae908a4] {
  width: 4em;
}
.disFlex[data-v-dae908a4] {
  display: -webkit-box;
}
.scoringModal[data-v-dae908a4] {
  position: absolute;
  top: 280px;
}
/* 复合题样式 */
.question-info-title[data-v-dae908a4] {
  margin: 13px 0 16px 0;
}
.question-info-title-end[data-v-dae908a4] {
  padding: 16px 26px 0px 26px;
}
.sonOrderNumber[data-v-dae908a4] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: white;
  font-size: 10px;
  text-align: center;
}
.sonQuestion-TypeName[data-v-dae908a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 16px;
}
.sonquestionTypeName[data-v-dae908a4] {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: -2px 0 0 10px;
}
.sonQuestion-wrapper[data-v-dae908a4] {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  padding: 20px 16px;
  margin-bottom: 16px;
}
.sonQuestion-wrapper[data-v-dae908a4]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
}
.answer[data-v-dae908a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.list[data-v-dae908a4] {
  padding: 0;
  margin: 14px 0 0 0;
}
.timu-text[data-v-dae908a4] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-answer[data-v-dae908a4] {
  -webkit-box-flex: 1;
  word-break: break-word;
}
.answer-answer p[data-v-dae908a4] {
  margin-bottom: 0;
}
.pointList-title[data-v-dae908a4] {
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
/* 顶部学生信息 */
.correct-header[data-v-dae908a4] {
  width: 100%;
  height: 64px;
  font-family: PingFangSC-Regular;
  padding-left: 20px;
  line-height: 64px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.correct-header .studentInfo[data-v-dae908a4] {
  float: left;
}
.correct-header .studentInfo div[data-v-dae908a4] {
  display: inline-block;
}
.correct-header .studentInfo .studentName[data-v-dae908a4] {
  font-size: 14px;
  color: #000000;
}
.correct-header .studentInfo .submitedTime[data-v-dae908a4] {
  opacity: 0.78;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  margin-left: 40px;
  margin-right: 75px;
}
.correct-header .studentInfo .unitName[data-v-dae908a4] {
  font-size: 14px;
  color: #000000;
}
.nextBtn[data-v-dae908a4] {
  float: right;
  margin-right: 48px;
}
.nextBtn .big[data-v-dae908a4] {
  height: 40px;
  width: 80px;
}
.nextBtn .big.end[data-v-dae908a4] {
  width: 90px;
}
.icon[data-v-dae908a4] {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-return[data-v-dae908a4] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 16px;
  height: 16px;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon-student[data-v-dae908a4] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/lrabnlJ/lkI3np7Dlm77moIcgPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi/lrabnlJ/lkI3np7Dlm77moIctIj4KICAgICAgICAgICAgPGcgaWQ9IuS4muWKoeWbvuagh1/lrabnlJ/mn6Xor6IiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuMDI3NjE4NTksMC4xMTc3MzgyNDcgQzguODQwNTY2NDQsLTAuMDM5MjQ2MDgyNCA4LjU2Nzc5NTc0LC0wLjAzOTI0NjA4MjQgOC4zODA3NDM1OSwwLjExNzczODI0NyBMMC4yODc2MTg1OSw0LjQ0NDYxMzI1IEMwLjEwMzMxNTUxOSw0LjU5NjYzMzg3IC0wLjAwMjM2MjM2NjE3LDQuODIzODQxMzMgNS44OTY0NTM2MmUtMDUsNS4wNjI3MzgyNSBDMC4wMTQ1OTg3ODk5LDUuMzM2ODgwOTcgMC4xNTg3MTg5MDIsNS41ODc3NTY3MiAwLjM4ODI0MzU5LDUuNzM4MzYzMjUgTDMuNTc5NDkzNTksNy44MDgzNjMyNSBDMy42MjcyMzI0MSw3Ljg1NjM3Njg1IDMuNjg2NzAwOTgsNy44OTEwNjY4NSAzLjc1MTk5MzU5LDcuOTA4OTg4MjUgTDMuOTgxOTkzNTksNy45MDg5ODgyNSBMMy44ODEzNjg1OSw4LjEyNDYxMzI1IEMzLjU2Mjk1OTM1LDguODU0ODcxMTEgMy4zOTY2NjEwNyw5LjY0MjM0MjM3IDMuMzkyNjE4NTksMTAuNDM4OTg4MiBDMy4zNjA3NzEzMSwxMS45MTEyMTMgMy45MzI1ODc4MiwxMy4zMzIzODAxIDQuOTc1MjA4MiwxNC4zNzIyODUzIEM2LjAxNzgyODU3LDE1LjQxMjE5MDUgNy40NDA0ODE4NCwxNS45ODAyOTkzIDguOTEyNjE4NTksMTUuOTQ0NjEzMiBDOS42NzMwMDA2OCwxNS45NDc1ODk1IDEwLjQyNDQzNzQsMTUuNzgwNjAzNSAxMS4xMTE5OTM2LDE1LjQ1NTg2MzIgTDExLjI4NDQ5MzYsMTUuNDU1ODYzMiBDMTMuOTMxMzAzOCwxNi4zNzM2MTgxIDE1Ljg0NDYzNiwxOC42OTE4MDAzIDE2LjI0Mzg2ODYsMjEuNDY0NjEzMiBMMTYuMjQzODY4NiwyMS43MDg5ODgyIEwxLjQ4MDc0MzU5LDIxLjcwODk4ODIgTDEuNDgwNzQzNTksMjEuNDY0NjEzMiBDMS43NTI3NjkzMSwxOS4zNzk4NzY4IDIuODgzNjg5NjUsMTcuNTAzNjk1NiA0LjYwMDExODU5LDE2LjI4OTYxMzIgQzQuOTEyODUzOTEsMTYuMDY2NzcyMSA1LjAwMDY0Mjk0LDE1LjY0MDM2ODIgNC44MDEzNjg1OSwxNS4zMTIxMTMyIEM0LjcxMDA1MSwxNS4xNTkwNTYyIDQuNTQ4MTQxODcsMTUuMDYxOTEwOCA0LjM3MDExODU5LDE1LjA1MzM2MzIgQzQuMTc3NzI5NzksMTUuMDM4NzM0OCAzLjk4NDc4NjA3LDE1LjA3MzM2NTggMy44MDk0OTM1OSwxNS4xNTM5ODgyIEMxLjQxODY4ODk3LDE2Ljc2Mjk3NDYgLTAuMDEwNTc4NjE2MSwxOS40NTk3MDU5IDUuODk2NDUzNjJlLTA1LDIyLjM0MTQ4ODIgTDUuODk2NDUzNjJlLTA1LDIyLjk4ODM2MzIgTDE3LjUzNzYxODYsMjIuOTg4MzYzMiBMMTcuNTM3NjE4NiwyMi4zNDE0ODgyIEMxNy41MjU2MDE3LDE5LjA4ODA0NTMgMTUuNzI0NzM5MiwxNi4xMDUwMjE0IDEyLjg1MTM2ODYsMTQuNTc4OTg4MiBMMTIuNTkyNjE4NiwxNC40NDk2MTMyIEwxMi43OTM4Njg2LDE0LjI0ODM2MzIgQzEzLjc3ODA4OTMsMTMuMTg5MzY2MSAxNC4zMjcyNjIsMTEuNzk4NDcwOSAxNC4zMzE5OTM2LDEwLjM1MjczODIgQzE0LjMzMzA2ODIsOS41NDk0MDY2OSAxNC4xNjE0ODU5LDguNzU1MjI1ODkgMTMuODI4ODY4Niw4LjAyMzk4ODI1IEwxMy43NDI2MTg2LDcuODUxNDg4MjUgTDE3LjAzNDQ5MzYsNS43MzgzNjMyNSBDMTcuMjEyNTYwNyw1LjU4MTYwMDEgMTcuMzE2ODI5OCw1LjM1NzQyMTU4IDE3LjMyMTk5MzYsNS4xMjAyMzgyNSBDMTcuMzE4OTAyNyw0Ljg3OTQxMjQzIDE3LjIwODE0NDUsNC42NTI2MjE5NCAxNy4wMjAxMTg2LDQuNTAyMTEzMjUgTDkuMDI3NjE4NTksMC4xMTc3MzgyNDcgWiBNOC45MTI2MTg1OSwxNC42NjUyMzgyIEM2LjYyNTU0NzMxLDE0LjY0MjAzMTUgNC43NzQ5NzUyOCwxMi43OTc4NDA3IDQuNzQzODY4NTksMTAuNTEwODYzMiBDNC43NzQ4MTA2Miw4LjIyMTQ2NTI4IDYuNjIzMjIwNjMsNi4zNzMwNTUyOCA4LjkxMjYxODU5LDYuMzQyMTEzMjUgQzExLjExNjEwODEsNi40NzE2NzQyIDEyLjgzNjY3NjcsOC4yOTYzODA1OSAxMi44MzY2NzY3LDEwLjUwMzY3NTcgQzEyLjgzNjY3NjcsMTIuNzEwOTcwOSAxMS4xMTYxMDgxLDE0LjUzNTY3NzMgOC45MTI2MTg1OSwxNC42NjUyMzgyIEw4LjkxMjYxODU5LDE0LjY2NTIzODIgWiBNMTIuOTgwNzQzNiw2LjcxNTg2MzI1IEwxMi44NjU3NDM2LDYuNTg2NDg4MjUgQzExLjgzMDE1NDcsNS41MTM2Nzk1MSAxMC40MDM3MTE1LDQuOTA2NzkyNzYgOC45MTI2MTg1OSw0LjkwNDYxMzI1IEM3LjMzNjY0Mjc2LDQuODkwMjU0NjIgNS44MzM3MzY2MSw1LjU2ODEzODg2IDQuODAxMzY4NTksNi43NTg5ODgyNSBMNC42MDAxMTg1OSw2Ljk0NTg2MzI1IEw0LjQyNzYxODU5LDYuNzU4OTg4MjUgQzQuNDA1NzQwMzUsNi43MTg5MTA1IDQuMzY5OTQ1OTIsNi42ODgyMjk1NiA0LjMyNjk5MzU5LDYuNjcyNzM4MjUgTDIuMDcwMTE4NTksNS4yMzUyMzgyNSBMOC45MTI2MTg1OSwxLjY5ODk4ODI1IEwxNS40Njc2MTg2LDUuMjIwODYzMjUgTDEyLjk4MDc0MzYsNi43MTU4NjMyNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi43MDM4Njg2LDQuMzAwODYzMjUgQzE2LjM2ODczNjcsNC4zMjExMjczMSAxNi4wOTkzMzA1LDQuNTg0NDEwNjggMTYuMDcxMzY4Niw0LjkxODk4ODI1IEwxNi4wNzEzNjg2LDEwLjkyNzczODIgTDE1Ljk5OTQ5MzYsMTAuOTI3NzM4MiBDMTUuNzQ5NzE1MiwxMS4xMTkyODU1IDE1LjYwNTY4MjIsMTEuNDE4MDIwNSAxNS42MTEzNjg2LDExLjczMjczODIgQzE1LjU2MzIzMjMsMTIuMTUwMzA3NCAxNS43NTg5Mjc4LDEyLjU1ODQ2MTYgMTYuMTE0NjQzNSwxMi43ODIzOTggQzE2LjQ3MDM1OTEsMTMuMDA2MzM0NCAxNi45MjMwMDMxLDEzLjAwNjMzNDQgMTcuMjc4NzE4NywxMi43ODIzOTggQzE3LjYzNDQzNDQsMTIuNTU4NDYxNiAxNy44MzAxMjk5LDEyLjE1MDMwNzQgMTcuNzgxOTkzNiwxMS43MzI3MzgyIEMxNy43ODc2OCwxMS40MTgwMjA1IDE3LjY0MzY0NywxMS4xMTkyODU1IDE3LjM5Mzg2ODYsMTAuOTI3NzM4MiBMMTcuMzIxOTkzNiwxMC45Mjc3MzgyIEwxNy4zMjE5OTM2LDQuOTQ3NzM4MjUgQzE3LjMwODY5OTQsNC42MDcwMzAwNyAxNy4wNDM2MjEsNC4zMjk2MjI0OSAxNi43MDM4Njg2LDQuMzAwODYzMjUgTDE2LjcwMzg2ODYsNC4zMDA4NjMyNSBaIiBpZD0iUGF0aCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuMTkxMzY4NTksMTYuNTU0NzA4NSBDMy42MDI2NDk0NiwxNi4yMDczMDU1IDQuNjI4ODY4NTksMTUuMjc5NTIzOCA2LjA2NjM2ODU5LDE0LjYzODA0MTgiIGlkPSJQYXRoLTIiIHN0cm9rZT0iIzBGQjFCNSIgc3Ryb2tlLXdpZHRoPSIxLjQxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 20px;
  margin-right: 8px;
}
.icon-unitName[data-v-dae908a4] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-right: 10px;
}
.icon-spread[data-v-dae908a4] {
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABtklEQVRYR+2Vu0oDQRSG/5B1oyySKJHgHYkigTRe8RlsBTurlDZaivZWYiE2+gaipLDzESxESTTEQhMFk2gjbCQsISqzMLAks3NLxCZb7sye75sz55wNOI7zg398Al2BbgbaycBJ8QV5+wsHyYR2GWsXIYHv5R5d8MbYqLaElgCFx0IhRM0e3NtVbQllAS88vTyPqGli7foGGdvWklASaIZPW5Z7BZ/1uraEtIAfnFafroSUgAjejoRQQBauK8EVUIXrSPgKyMC/AdQaDVjBYMsgkq0JpsBluYLUbQakz0mr0Wr3Ugh88y6LQq2Gs8U59BsGV2JnJo7t+FTLHqbA1fsHjp6LOEwmuPCLUtkNuBAJcyW2sjmsxoawPjIsJ8Ab7PTkBE7AE329SJcqXAlePGEXsNJO4ST1lmG4V+F9x7oOPwlpgeaTe++dtyb6TUoJyABk9rBkhAIqgVX2UhmugE5A1W98BVQDiYrVrzCZAu3AqYhsDKbAafEVu7m8dm+zJFKT49hPzMoNoge7ivO3kjs6VXqaVeUkE8dPBawMDmApEpYTEPVuJ9eFbdhJmNYc6Ar8dQZ+AdVEp3B7qKAHAAAAAElFTkSuQmCC);
  background-size: 11px 11px;
}
.icon-spread.puckup[data-v-dae908a4] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* 当前题的信息 */
.icon-questiontype[data-v-dae908a4] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-size: 20px 18px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAEgAAAAA9nQVdAAADCElEQVQ4EZVUSUxTURS9LTjEFqekQAVKGRKRyCCGgEaj0YiJBqNRY1AJqCQOCzQxRhe6UaMrdu5EN7gwQRYiQykzWCi0ZSpjUZRJaksLHZBOcL3/Qxs7YOAmP/+/e987775zzvscpIANxLzTCS+HNdAyawCtzQ77QvhwVRQJeaIoFoWzEUDVvAlyOpXADw6GG9EiEG7dAqo5E7wfn4CsUAGUpKcBMIDrCbnBiJGVNZirUOHi0pLXku55E4ZWSLD4xziuq0OZwQhXOpSQFRYKb9NSIIjD8SPpcf8gdTsPXL+KT6KZuLrcoYAz4WFQfDA1IBizJHnHdhixWP8P2KCfZTu7sEcIb1KTYNhiAaPD6bPlynBs4Q+IedsgOGCVklKdHnIVXZATGQGF8bFwrEUGQ2YLbOZyoSh5P+SSsu6YIbXf/RyH2zHiwKJUzGhR8KUaH/b146jVigk19XiqtQ3VJjM+UQ9iOAngWF5mhdHZ7JjZ2IJHmlrZnF+Hn2e0UKDqgQJxNOSLo+CsTA5xPB6UZqYDLygIkogr2/Iy2OkxuFxwrq0DGInKDmXAJkasf/X/NPULd5dX4bOBIRwwmzFeUofZMjkuuFzstA7jHEZVSfF+rxqnFxfxQH0THm5sRb3d7oHxAH6cnGbBng+NYB8dLVZSi+fbOz2eI+tgBPkwX9mFY9YFTKlrxKN0TIPd4QFjPljAkolJ3EWdvR7WoNHhwOhqKV6SK9C2auBm/SwKKyVIVOB3AkuqbcDjzTKcczi9wFhAupO4k8CKNN/YopPI/kAbuElv0OlZEe5296LGYsVEaQOebJGhyekPxgIyxVuqbr+dmIT0t469UoU9aiQP4l5S+/TXdrSschpoEXeY3H1CIHBbyvOu0urgWqcKrpPf7sSKIZvUjOfzoIzU5pPaawWXmSQzGLzq5WSdPGUX3BSL4EViAguWGBICpRkr1vGa7DtgjsVweI84YpR+pB5g1X5K1nFH6dS0RyB3bq03+7epo2v2amQUiHSIofv4ID4OLkYIffde1/gvgQjFyvC48WsAAAAASUVORK5CYII=);
}
.icon-report[data-v-dae908a4] {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 22px 22px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAGEElEQVRYR+2ZWWyUVRTH/9/s+0zb6d6ZttLaNrXQhUYSoiA+iCD6ZHB7EBIfSCBqiDQ2MfJgJPigRo1xIYgbi6AQwRU1+kLUSukOpe3MlGlnpqvtzHS2bzP3m7Z0nX5faSeYcN9m5t5zf/d/zz3n3DsUz/M8/keNWgw4ynEo/fk3VJiMSV2On2GwOd2Kg2UlC86bEPjphss4c29tUoEvj43jvNe3MsATLItnGhrxSundOOLqxSarFZ5wGOT7tWYTvun3oq6kGC+3deCdygq80NyG+pJiHOt1Y2NaKgaiUQQYBlUWM073eVBfWoy61g4cqamEVaUShFlR4GRIfUvAj//VgOfstmRwTs8xGKPhjkSW5xI7Lv0JU5JjiFmjhs1guAO8am5yR+FVk3bS8B2Fl6vwtpxsPJiVgf2NzQlN3BYKb8/Jxq41hTja48T3Hu/tDTwFe8zhxIX+xLBkJUlT+KWyEpzr60dXIDitIHGD3WsKIRY2qcD15WWwqJSou9ICkhyXAysJ+I/hEfzgGwCpR0ljeR6/Dw2hQqsTdc5ytFq8VVOJD7t6oJHLJSs7NUmI5zHGcai0mIWvTAoFtmZlYrM1Tfgs1MOvdXZi0BfEwyE1OJYTfqDB4xCGYDOLAyZjdt1VgC1ZmdDK5fjU4cL5fo+oxc7sJIvxUIc4PEHFgWVyGZr0DLLz0/Bsvi0OvLuxCSGGQS6rwP1eHtQk8GHlKOwW8cB6hRyH1q3FRd/AsmAFwBgPZYDFTm7GTYei8FlqBGc2bYgDH+7qRl1xEd7tduBH3yCeGlFBwwJSgSXLucCAucAx8DirCaFJHkP7Q1tmA5PxjWPj2N/Shh2sASeDQ5IUXmngVlkMJ3UhpOu0yFKrcby2aj4wmZQcvL1NLRiN0lCzDCiKOElyGlGYCzAY11IYU1GwGwxQyijIOH5x4Cm0o64b+PyGGxaKgjw5vPCFafh4BkUmkxAmp5ooYNK5zR/AvqYWZCiVYCdD3mqwB1kWPdEYUtVqFBj1oISjf7OJBiZDQiwr3IAHIxHIWXaOqVvDZ3mgNxbFBMejxGyGTrHwXkoCnkI64e7HB04XrDIZcf5bIwUwwjBwRWOw6/XI1mkT2psHLOOBjkAAn9RUJRzYFZzAnivNSFMqwNLxrCi1kVclsv1KuQxFZjOUCQ51VyCAMMOg0myZfeh25uYKjxxinqbIhAda2+GYCEHJspBJIPbQNAZoGsXCoYo/niRqYZYBw/EwyxWzgVmOR7vfjy9ra5ayMf37OY8Pb3b1IF0hA8UldpEgQw5VFKlaDQr0etGhstPvR5hhUW2Zo/CTebkI0AzKJT7+uUJh7GlsglGhAEfT8xZLiqjeGI0Qx6HEYhbqDCktxLBCIWaWy+cr3OEP4Ivaain2hL4fu3rxvsMFBYA8hQLySZ8cY1lcj0SglsmxNsUCpUyK88Qx4gozqLakzPXhHAQYVpQPT62IqLu3uQUpag0eyMnGtbFxfNfXhxyFCsMMjWyDHo/ZbXBPhPC1qxeZWi2ytBpJgpCijOF5WOb6sAoUrgaC+Kh63ZIGibeSQum0x4vtNtuskDQWi+Gkw4VtebmwG/TTtmiOwwVyI/H7UWQ0inaNHiFKkNdR89KpeSHyzmAQ+5paYTMacV9WpuQk4gmFcMLhhFGlQp5OJ3q85MRBtuWN6934aXAIj9ptsGqkbe3MxZMd+rXfi39GRlBoNMCkvFkzLLa9koCbxv14sbkVpSkp2JCRvqTLiO0wGo3huMMpqFxg0EOWIIGIAiYJ4uDVTjT8O44d+TZRgV4s7Mx+fw8N4xevF/kGA1IXSSZLAl8aGcWBtg6sT7eiKi1+AVzNRqLBKWcv/HQMhQajUAPPbIsCkzKP/EfRPRHGI/Y8GET410ouhITGszfcILfwjBkhcBZwffs1vF5eiosDQ3j1Wic2ZmbinhTLSnJIshVjOXzrdsMZDAohkDwbcByDr2rXx69IJEyFOBbDNIOttjzoJKZPSTQSOpOEc8rhRJnZJFwg3qusiAOTKu355jZEOH6e70iwvypdidpEwLfXlQv1yqJ/LK7K7Ctg9D8xRd2q6bI3twAAAABJRU5ErkJggg==);
}
.current-question[data-v-dae908a4] {
  padding: 24px 52px 0 52px;
}
.questionType[data-v-dae908a4] {
  font-size: 14px;
  font-weight: 600;
  margin-right: 24px;
}
.questionIndex[data-v-dae908a4] {
  font-size: 12px;
  color: #000000;
}
/* 自己写的弹窗头 */
.custom-header[data-v-dae908a4] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 518px;
}
.custom-header .custom-title[data-v-dae908a4] {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.custom-header .custom-close[data-v-dae908a4] {
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  float: right;
  color: #fff;
  cursor: pointer;
}
/* 批改过程中出现的弹窗 */
.replaceModal-wrapper .ant-modal-body[data-v-dae908a4] {
  padding: 0;
}
.replaceModal-wrapper .ant-modal-header[data-v-dae908a4] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.replaceModal-wrapper .ant-modal-header .ant-modal-title[data-v-dae908a4] {
  color: #fff;
}
.replaceModal-wrapper .ant-modal-close-x[data-v-dae908a4] {
  line-height: 40px;
  color: #fff;
}
.replaceModal-wrapper .ant-modal-footer[data-v-dae908a4] {
  border-top: none;
}
.replaceModal-wrapper .ant-modal-footer[data-v-dae908a4] {
  text-align: center;
}
.tips1[data-v-dae908a4] {
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-top: 24px;
}
.tips2[data-v-dae908a4] {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0FB1B5;
  line-height: 20px;
  margin-top: 16px;
  cursor: pointer;
}
.tips2 span[data-v-dae908a4] {
  cursor: pointer;
}
.tips2 + .button-group[data-v-dae908a4] {
  margin-top: 120px;
}
.tips2 + .correctEnd[data-v-dae908a4] {
  margin-top: 84px;
}
.icon-success[data-v-dae908a4] {
  width: 22px;
  height: 22px;
  background-image: url(../../static/img/homeworkCorrectSuccess.95df33a.svg);
  display: inline-block;
  vertical-align: middle;
  background-size: 24px 24px;
  background-repeat: no-repeat;
  margin-right: 25px;
}
.button-group[data-v-dae908a4] {
  text-align: center;
  padding-bottom: 40px;
}
.button-group1[data-v-dae908a4] {
  text-align: center;
}
.writeComment[data-v-dae908a4] {
  width: 470px;
  height: 241px;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  margin: 26px auto 0;
}
.writeComment p.comment-title[data-v-dae908a4] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 18px;
}
.writeComment p.btn-group[data-v-dae908a4] {
  text-align: right;
  margin-top: 16px;
}
.tips3[data-v-dae908a4] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
/* 显示当前题目的详细信息 */
.question-correct-wrap[data-v-dae908a4] {
  width: 100%;
  margin-left: 24px;
}
.index[data-v-dae908a4] {
  width: 30px;
  float: left;
}
.title[data-v-dae908a4] {
  width: 738px;
  float: left;
}
.sonstudent-head[data-v-dae908a4] {
  height: 54px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.span1[data-v-dae908a4] {
  width: 2px;
  height: 14px;
  margin: 20px 0;
  background-color: #0FB1B5;
  color: #0FB1B5;
}
.span2[data-v-dae908a4] {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 8px;
}
.choice-sonstudent-answer[data-v-dae908a4] {
  margin-bottom: 0px;
  line-height: 24px;
}
.choice-sonstudent-answer li[data-v-dae908a4] {
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  background-color: #0FB1B5;
  color: white;
  text-align: center;
}
.questionInfo[data-v-dae908a4] {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  width: 853px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 16px;
  border-radius: 4px;
  /* border: 1px solid rgba(15, 177, 181, 0.8); */
  /* 对图片显示的处理 */
  /*img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 200px;
    max-height: 200px;
  }*/
}
.student-head[data-v-dae908a4] {
  padding-left: 24px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.89);
  padding-bottom: 16px;
}
.spread-btn[data-v-dae908a4] {
  position: absolute;
  right: 32px;
  cursor: pointer;
  color: #0fb1b5;
  font-size: 14px;
  line-height: 20px;
}
.student-answer[data-v-dae908a4] {
  padding: 10px 34px;
  border-top: 1px solid #e9e9e9;
}
.question-info-answer[data-v-dae908a4] {
  background: #f9f9f9;
  border-radius: 2px;
}
.question-info-answer-analysis[data-v-dae908a4] {
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-top: 8px;
}
/* 题目自己的答案和解析 */
.analysis-content[data-v-dae908a4] {
  padding: 10px 25px;
  border-top: 1px solid #e9e9e9;
}
.answer-left[data-v-dae908a4] {
  width: 6em;
  text-align: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.answer-right[data-v-dae908a4] {
  text-align: left;
  width: 88%;
  color: rgba(0, 0, 0, 0.8);
}
.pointList[data-v-dae908a4] {
  margin-top: 6px;
}
.points[data-v-dae908a4] {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}
.pointStyle[data-v-dae908a4] {
  font-size: 14px;
  padding: 4px 6px;
  background-color: #F5F5F5;
  margin-right: 16px;
}
/* 放大后图片的样式 */
.imageClass[data-v-dae908a4] {
  width: 70%;
  height: 70%;
}
.noStudentAnswer[data-v-dae908a4] {
  margin-left: 32px;
  color: rgba(0, 0, 0, 0.5);
}
.studentTrue[data-v-dae908a4] {
  width: 44px;
  height: 24px;
  background: #0fb1b5;
  color: white;
  text-align: center;
  line-height: 24px;
  margin-left: 36px;
}
.studentFalse[data-v-dae908a4] {
  width: 42px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  margin-left: 36px;
  border: 1px solid #c9c9c9;
}

.issus_knowledge[data-v-33d4cf2c] {
  margin-left: 6px;
}
.image[data-v-33d4cf2c] {
  width: 112px;
  height: 112px;
}
.image_div[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image_div_div[data-v-33d4cf2c] {
  margin-right: 16px;
}
.scoringModal[data-v-33d4cf2c] {
  position: absolute;
  top: 280px;
}
/* 复合题样式 */
.questionType[data-v-33d4cf2c] {
  font-weight: 600;
}
.sonQuestion-TypeName[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 16px;
}
.sonquestionTypeName[data-v-33d4cf2c] {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: -2px 0 0 10px;
}
.sonQuestion-wrapper[data-v-33d4cf2c] {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  padding: 20px 16px;
  margin-bottom: 16px;
}
.sonQuestion-wrapper[data-v-33d4cf2c]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
}
.sonOrderNumber[data-v-33d4cf2c] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: white;
  font-size: 10px;
  text-align: center;
}
.question-info-title[data-v-33d4cf2c] {
  margin: 13px 0 16px 0;
}
.question-info-title-end[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* 先注释，修改复合题题目和选项左右显示 */
  padding: 16px 26px 0px 26px;
}
.question-info-title-end-fhDisplay[data-v-33d4cf2c] {
  display: block;
  padding: 16px 26px 0px 26px;
}
.choice-sonstudent-answer[data-v-33d4cf2c] {
  margin-bottom: 0px;
  height: 24px;
  line-height: 24px;
}
.choice-sonstudent-answer li[data-v-33d4cf2c] {
  display: inline-block;
  margin-right: 20px;
  margin-left: 0;
  width: 24px;
  height: 24px;
  background-color: #0FB1B5;
  color: white;
  text-align: center;
}
.sonstudent-head[data-v-33d4cf2c] {
  height: 54px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list[data-v-33d4cf2c] {
  padding: 0;
  margin: 14px 0 0 0;
}
.timu-text[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.answer-answer[data-v-33d4cf2c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pointList-title[data-v-33d4cf2c] {
  font-weight: 600;
}
/* 顶部学生信息 */
.correct-header[data-v-33d4cf2c] {
  width: 100%;
  height: 64px;
  font-family: PingFangSC-Regular;
  padding-left: 20px;
  line-height: 64px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.studentInfo[data-v-33d4cf2c] {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.studentInfoDiv[data-v-33d4cf2c] {
  display: inline-block;
}
.studentName[data-v-33d4cf2c] {
  font-size: 14px;
  color: #000000;
}
.submitedTime[data-v-33d4cf2c] {
  opacity: 0.78;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  margin-left: 40px;
  margin-right: 75px;
}
.unitName[data-v-33d4cf2c] {
  font-size: 14px;
  color: #000000;
}
.icon-unitName[data-v-33d4cf2c] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-right: 10px;
}
.nextBtn[data-v-33d4cf2c] {
  float: right;
  margin-right: 48px;
}
.big[data-v-33d4cf2c] {
  height: 40px;
  width: 80px;
}
.end[data-v-33d4cf2c] {
  width: 90px;
}
/* 自己写的弹窗头 */
.custom-header[data-v-33d4cf2c] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 518px;
}
.custom-title[data-v-33d4cf2c] {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.custom-close[data-v-33d4cf2c] {
  width: 25px;
  height: 25px;
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  float: right;
  color: #fff;
  cursor: pointer;
}
.icon[data-v-33d4cf2c] {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-return[data-v-33d4cf2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 16px;
  height: 16px;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon-student[data-v-33d4cf2c] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/lrabnlJ/lkI3np7Dlm77moIcgPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi/lrabnlJ/lkI3np7Dlm77moIctIj4KICAgICAgICAgICAgPGcgaWQ9IuS4muWKoeWbvuagh1/lrabnlJ/mn6Xor6IiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuMDI3NjE4NTksMC4xMTc3MzgyNDcgQzguODQwNTY2NDQsLTAuMDM5MjQ2MDgyNCA4LjU2Nzc5NTc0LC0wLjAzOTI0NjA4MjQgOC4zODA3NDM1OSwwLjExNzczODI0NyBMMC4yODc2MTg1OSw0LjQ0NDYxMzI1IEMwLjEwMzMxNTUxOSw0LjU5NjYzMzg3IC0wLjAwMjM2MjM2NjE3LDQuODIzODQxMzMgNS44OTY0NTM2MmUtMDUsNS4wNjI3MzgyNSBDMC4wMTQ1OTg3ODk5LDUuMzM2ODgwOTcgMC4xNTg3MTg5MDIsNS41ODc3NTY3MiAwLjM4ODI0MzU5LDUuNzM4MzYzMjUgTDMuNTc5NDkzNTksNy44MDgzNjMyNSBDMy42MjcyMzI0MSw3Ljg1NjM3Njg1IDMuNjg2NzAwOTgsNy44OTEwNjY4NSAzLjc1MTk5MzU5LDcuOTA4OTg4MjUgTDMuOTgxOTkzNTksNy45MDg5ODgyNSBMMy44ODEzNjg1OSw4LjEyNDYxMzI1IEMzLjU2Mjk1OTM1LDguODU0ODcxMTEgMy4zOTY2NjEwNyw5LjY0MjM0MjM3IDMuMzkyNjE4NTksMTAuNDM4OTg4MiBDMy4zNjA3NzEzMSwxMS45MTEyMTMgMy45MzI1ODc4MiwxMy4zMzIzODAxIDQuOTc1MjA4MiwxNC4zNzIyODUzIEM2LjAxNzgyODU3LDE1LjQxMjE5MDUgNy40NDA0ODE4NCwxNS45ODAyOTkzIDguOTEyNjE4NTksMTUuOTQ0NjEzMiBDOS42NzMwMDA2OCwxNS45NDc1ODk1IDEwLjQyNDQzNzQsMTUuNzgwNjAzNSAxMS4xMTE5OTM2LDE1LjQ1NTg2MzIgTDExLjI4NDQ5MzYsMTUuNDU1ODYzMiBDMTMuOTMxMzAzOCwxNi4zNzM2MTgxIDE1Ljg0NDYzNiwxOC42OTE4MDAzIDE2LjI0Mzg2ODYsMjEuNDY0NjEzMiBMMTYuMjQzODY4NiwyMS43MDg5ODgyIEwxLjQ4MDc0MzU5LDIxLjcwODk4ODIgTDEuNDgwNzQzNTksMjEuNDY0NjEzMiBDMS43NTI3NjkzMSwxOS4zNzk4NzY4IDIuODgzNjg5NjUsMTcuNTAzNjk1NiA0LjYwMDExODU5LDE2LjI4OTYxMzIgQzQuOTEyODUzOTEsMTYuMDY2NzcyMSA1LjAwMDY0Mjk0LDE1LjY0MDM2ODIgNC44MDEzNjg1OSwxNS4zMTIxMTMyIEM0LjcxMDA1MSwxNS4xNTkwNTYyIDQuNTQ4MTQxODcsMTUuMDYxOTEwOCA0LjM3MDExODU5LDE1LjA1MzM2MzIgQzQuMTc3NzI5NzksMTUuMDM4NzM0OCAzLjk4NDc4NjA3LDE1LjA3MzM2NTggMy44MDk0OTM1OSwxNS4xNTM5ODgyIEMxLjQxODY4ODk3LDE2Ljc2Mjk3NDYgLTAuMDEwNTc4NjE2MSwxOS40NTk3MDU5IDUuODk2NDUzNjJlLTA1LDIyLjM0MTQ4ODIgTDUuODk2NDUzNjJlLTA1LDIyLjk4ODM2MzIgTDE3LjUzNzYxODYsMjIuOTg4MzYzMiBMMTcuNTM3NjE4NiwyMi4zNDE0ODgyIEMxNy41MjU2MDE3LDE5LjA4ODA0NTMgMTUuNzI0NzM5MiwxNi4xMDUwMjE0IDEyLjg1MTM2ODYsMTQuNTc4OTg4MiBMMTIuNTkyNjE4NiwxNC40NDk2MTMyIEwxMi43OTM4Njg2LDE0LjI0ODM2MzIgQzEzLjc3ODA4OTMsMTMuMTg5MzY2MSAxNC4zMjcyNjIsMTEuNzk4NDcwOSAxNC4zMzE5OTM2LDEwLjM1MjczODIgQzE0LjMzMzA2ODIsOS41NDk0MDY2OSAxNC4xNjE0ODU5LDguNzU1MjI1ODkgMTMuODI4ODY4Niw4LjAyMzk4ODI1IEwxMy43NDI2MTg2LDcuODUxNDg4MjUgTDE3LjAzNDQ5MzYsNS43MzgzNjMyNSBDMTcuMjEyNTYwNyw1LjU4MTYwMDEgMTcuMzE2ODI5OCw1LjM1NzQyMTU4IDE3LjMyMTk5MzYsNS4xMjAyMzgyNSBDMTcuMzE4OTAyNyw0Ljg3OTQxMjQzIDE3LjIwODE0NDUsNC42NTI2MjE5NCAxNy4wMjAxMTg2LDQuNTAyMTEzMjUgTDkuMDI3NjE4NTksMC4xMTc3MzgyNDcgWiBNOC45MTI2MTg1OSwxNC42NjUyMzgyIEM2LjYyNTU0NzMxLDE0LjY0MjAzMTUgNC43NzQ5NzUyOCwxMi43OTc4NDA3IDQuNzQzODY4NTksMTAuNTEwODYzMiBDNC43NzQ4MTA2Miw4LjIyMTQ2NTI4IDYuNjIzMjIwNjMsNi4zNzMwNTUyOCA4LjkxMjYxODU5LDYuMzQyMTEzMjUgQzExLjExNjEwODEsNi40NzE2NzQyIDEyLjgzNjY3NjcsOC4yOTYzODA1OSAxMi44MzY2NzY3LDEwLjUwMzY3NTcgQzEyLjgzNjY3NjcsMTIuNzEwOTcwOSAxMS4xMTYxMDgxLDE0LjUzNTY3NzMgOC45MTI2MTg1OSwxNC42NjUyMzgyIEw4LjkxMjYxODU5LDE0LjY2NTIzODIgWiBNMTIuOTgwNzQzNiw2LjcxNTg2MzI1IEwxMi44NjU3NDM2LDYuNTg2NDg4MjUgQzExLjgzMDE1NDcsNS41MTM2Nzk1MSAxMC40MDM3MTE1LDQuOTA2NzkyNzYgOC45MTI2MTg1OSw0LjkwNDYxMzI1IEM3LjMzNjY0Mjc2LDQuODkwMjU0NjIgNS44MzM3MzY2MSw1LjU2ODEzODg2IDQuODAxMzY4NTksNi43NTg5ODgyNSBMNC42MDAxMTg1OSw2Ljk0NTg2MzI1IEw0LjQyNzYxODU5LDYuNzU4OTg4MjUgQzQuNDA1NzQwMzUsNi43MTg5MTA1IDQuMzY5OTQ1OTIsNi42ODgyMjk1NiA0LjMyNjk5MzU5LDYuNjcyNzM4MjUgTDIuMDcwMTE4NTksNS4yMzUyMzgyNSBMOC45MTI2MTg1OSwxLjY5ODk4ODI1IEwxNS40Njc2MTg2LDUuMjIwODYzMjUgTDEyLjk4MDc0MzYsNi43MTU4NjMyNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi43MDM4Njg2LDQuMzAwODYzMjUgQzE2LjM2ODczNjcsNC4zMjExMjczMSAxNi4wOTkzMzA1LDQuNTg0NDEwNjggMTYuMDcxMzY4Niw0LjkxODk4ODI1IEwxNi4wNzEzNjg2LDEwLjkyNzczODIgTDE1Ljk5OTQ5MzYsMTAuOTI3NzM4MiBDMTUuNzQ5NzE1MiwxMS4xMTkyODU1IDE1LjYwNTY4MjIsMTEuNDE4MDIwNSAxNS42MTEzNjg2LDExLjczMjczODIgQzE1LjU2MzIzMjMsMTIuMTUwMzA3NCAxNS43NTg5Mjc4LDEyLjU1ODQ2MTYgMTYuMTE0NjQzNSwxMi43ODIzOTggQzE2LjQ3MDM1OTEsMTMuMDA2MzM0NCAxNi45MjMwMDMxLDEzLjAwNjMzNDQgMTcuMjc4NzE4NywxMi43ODIzOTggQzE3LjYzNDQzNDQsMTIuNTU4NDYxNiAxNy44MzAxMjk5LDEyLjE1MDMwNzQgMTcuNzgxOTkzNiwxMS43MzI3MzgyIEMxNy43ODc2OCwxMS40MTgwMjA1IDE3LjY0MzY0NywxMS4xMTkyODU1IDE3LjM5Mzg2ODYsMTAuOTI3NzM4MiBMMTcuMzIxOTkzNiwxMC45Mjc3MzgyIEwxNy4zMjE5OTM2LDQuOTQ3NzM4MjUgQzE3LjMwODY5OTQsNC42MDcwMzAwNyAxNy4wNDM2MjEsNC4zMjk2MjI0OSAxNi43MDM4Njg2LDQuMzAwODYzMjUgTDE2LjcwMzg2ODYsNC4zMDA4NjMyNSBaIiBpZD0iUGF0aCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuMTkxMzY4NTksMTYuNTU0NzA4NSBDMy42MDI2NDk0NiwxNi4yMDczMDU1IDQuNjI4ODY4NTksMTUuMjc5NTIzOCA2LjA2NjM2ODU5LDE0LjYzODA0MTgiIGlkPSJQYXRoLTIiIHN0cm9rZT0iIzBGQjFCNSIgc3Ryb2tlLXdpZHRoPSIxLjQxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 20px;
  margin-right: 8px;
}
/* 当前题的信息 */
.icon-questiontype[data-v-33d4cf2c] {
  width: 20px;
  height: 18px;
  display: inline-block;
  background-size: 20px 18px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAEgAAAAA9nQVdAAADCElEQVQ4EZVUSUxTURS9LTjEFqekQAVKGRKRyCCGgEaj0YiJBqNRY1AJqCQOCzQxRhe6UaMrdu5EN7gwQRYiQykzWCi0ZSpjUZRJaksLHZBOcL3/Qxs7YOAmP/+/e987775zzvscpIANxLzTCS+HNdAyawCtzQ77QvhwVRQJeaIoFoWzEUDVvAlyOpXADw6GG9EiEG7dAqo5E7wfn4CsUAGUpKcBMIDrCbnBiJGVNZirUOHi0pLXku55E4ZWSLD4xziuq0OZwQhXOpSQFRYKb9NSIIjD8SPpcf8gdTsPXL+KT6KZuLrcoYAz4WFQfDA1IBizJHnHdhixWP8P2KCfZTu7sEcIb1KTYNhiAaPD6bPlynBs4Q+IedsgOGCVklKdHnIVXZATGQGF8bFwrEUGQ2YLbOZyoSh5P+SSsu6YIbXf/RyH2zHiwKJUzGhR8KUaH/b146jVigk19XiqtQ3VJjM+UQ9iOAngWF5mhdHZ7JjZ2IJHmlrZnF+Hn2e0UKDqgQJxNOSLo+CsTA5xPB6UZqYDLygIkogr2/Iy2OkxuFxwrq0DGInKDmXAJkasf/X/NPULd5dX4bOBIRwwmzFeUofZMjkuuFzstA7jHEZVSfF+rxqnFxfxQH0THm5sRb3d7oHxAH6cnGbBng+NYB8dLVZSi+fbOz2eI+tgBPkwX9mFY9YFTKlrxKN0TIPd4QFjPljAkolJ3EWdvR7WoNHhwOhqKV6SK9C2auBm/SwKKyVIVOB3AkuqbcDjzTKcczi9wFhAupO4k8CKNN/YopPI/kAbuElv0OlZEe5296LGYsVEaQOebJGhyekPxgIyxVuqbr+dmIT0t469UoU9aiQP4l5S+/TXdrSschpoEXeY3H1CIHBbyvOu0urgWqcKrpPf7sSKIZvUjOfzoIzU5pPaawWXmSQzGLzq5WSdPGUX3BSL4EViAguWGBICpRkr1vGa7DtgjsVweI84YpR+pB5g1X5K1nFH6dS0RyB3bq03+7epo2v2amQUiHSIofv4ID4OLkYIffde1/gvgQjFyvC48WsAAAAASUVORK5CYII=);
}
.current-question[data-v-33d4cf2c] {
  padding: 24px 52px 0 52px;
}
.questionType[data-v-33d4cf2c] {
  font-size: 14px;
  font-weight: 600;
  margin-right: 24px;
}
.questionIndex[data-v-33d4cf2c] {
  font-size: 12px;
  color: #000000;
}
/* 批改过程中出现的弹窗 */
.ant-modal-body[data-v-33d4cf2c] {
  padding: 0;
}
.ant-modal-header[data-v-33d4cf2c] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.ant-modal-header .ant-modal-title[data-v-33d4cf2c] {
  color: #fff;
}
.ant-modal-close-x[data-v-33d4cf2c] {
  line-height: 40px;
  color: #fff;
}
.ant-modal-footer[data-v-33d4cf2c] {
  border-top: none;
}
.replaceModal-wrapper .ant-modal-footer[data-v-33d4cf2c] {
  text-align: center;
}
.tips1[data-v-33d4cf2c] {
  text-align: center;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 24px;
  margin-top: 49px;
}
.tips2[data-v-33d4cf2c] {
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0FB1B5;
  line-height: 20px;
  margin-top: 16px;
}
.tips2 span[data-v-33d4cf2c] {
  cursor: pointer;
}
.tips2 + .button-group[data-v-33d4cf2c] {
  margin-top: 120px;
}
.tips2 + .correctEnd[data-v-33d4cf2c] {
  margin-top: 84px;
}
.spread-btn[data-v-33d4cf2c] {
  position: absolute;
  right: 32px;
  cursor: pointer;
  color: #0fb1b5;
  font-size: 14px;
  line-height: 20px;
}
.icon-spread[data-v-33d4cf2c] {
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABtklEQVRYR+2Vu0oDQRSG/5B1oyySKJHgHYkigTRe8RlsBTurlDZaivZWYiE2+gaipLDzESxESTTEQhMFk2gjbCQsISqzMLAks3NLxCZb7sye75sz55wNOI7zg398Al2BbgbaycBJ8QV5+wsHyYR2GWsXIYHv5R5d8MbYqLaElgCFx0IhRM0e3NtVbQllAS88vTyPqGli7foGGdvWklASaIZPW5Z7BZ/1uraEtIAfnFafroSUgAjejoRQQBauK8EVUIXrSPgKyMC/AdQaDVjBYMsgkq0JpsBluYLUbQakz0mr0Wr3Ugh88y6LQq2Gs8U59BsGV2JnJo7t+FTLHqbA1fsHjp6LOEwmuPCLUtkNuBAJcyW2sjmsxoawPjIsJ8Ab7PTkBE7AE329SJcqXAlePGEXsNJO4ST1lmG4V+F9x7oOPwlpgeaTe++dtyb6TUoJyABk9rBkhAIqgVX2UhmugE5A1W98BVQDiYrVrzCZAu3AqYhsDKbAafEVu7m8dm+zJFKT49hPzMoNoge7ivO3kjs6VXqaVeUkE8dPBawMDmApEpYTEPVuJ9eFbdhJmNYc6Ar8dQZ+AdVEp3B7qKAHAAAAAElFTkSuQmCC);
  background-size: 11px 11px;
}
.icon-spread.puckup[data-v-33d4cf2c] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.icon-success[data-v-33d4cf2c] {
  margin-right: 25px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 22px 22px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAAGXcA1uAAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADB/VeXAAAEi0lEQVRIDaVVb0xbVRT/9c+j/1tGBWEUGFj5IxtxCjEZmUExmUZI2CTGuGTZh7lPfjIh8d/i1MUYP/hlizFOjWZRl7i5bIszhGUig30Yg/0jAQaDjhZsebS1LaV9r3193nvLe2txMowneffdc87vnHvOuffcC6ylt6/flAcXeVlDFTKh10ZurMG4fu3rOTHjkalYQyG7L1+BwWwGs6HaZ2zmzxSj08+2apji6N3ZdP/8gq7BbsNUbBlkjaCeouaTgq6z9nFm4C4Fznm9TsX6H3/m6pWBIba6oqVraBWG/ne7ylVWS0NUuCtLS2za8sfQ+9ofvfM4tXMHBK0Os5kM9CQHSiyp7wM8Y+jgjcdxzrdwSBW09g/2ULfDoTD7bkWi8tjql7scy49a3Ysn0E3K9DBi6b1zbWw26ouU+4vAfbitEcOhEGqsVogkxjNeHwJJAft4U+Kgie9gBn2BRfmFkmLwgog3r41CIkCF+IyEMquNsTPxlUMsJAqmtCylsaOyAoUFBYynw8kZjzqnE7ZC6YXe7jKDqSxP8wDG/fzOLx4gXl/EVqAQWrrRvyLIkA3TkVNToM3uqgQZx2fnvjn25LYDFKeWdb2SjicE1XHe4aAeHkbqCgrwo6ZGJCQJw8EwwqKIkVBYUbG/tuLiQNfZ06MrivTI2DiG+CBIM6GzfDMTP5Xi9v30y8htymhfLnY2d+zZbrIas7WnuzsRiaLKYsHnE3eYgZ/LpM5UaLYyA2X4rqUZtUWbGGBREDAZiyGSSiFKquV02k1BIlOwbEKHTxobsN9dw3hvWgJHznqR0ch4IZPtj7yk3x2fRF1REZTOnIxEMBWNsX0pN5uYISvrOOnlY74FBmbS1aHO4UBHhQuxVFoV64NNT3yw99LlgCr5l8momPRTlbqDCs71W19budH4tML/l39QEBenX2w/kWuTlzNVlBoMLV9vbzqYC9ro/NM7079PA+sv4E8IOHxrzL1Rp7k4cqYHcnk639DZtumziepJV3WRy7HYYGC13V+zBT0NdWt95vFqiZzne+slSPVpWW7MRTz3aAmLYolcP83OTej9049Ghx2VFjMu+gN4fUuVCk/LmcrC8xe6dNBNBDt3TVAF2+QD128fOVzvfu/LaU80PBc2+22yuvAbj9Xg+N0ZODgOrcWPYJDnESXHyqLXISllIN2/4GGOZPCSaMZJh+Cb0og/j7e3vcUc6Ul7kJODj7fW20E6qp9fwilybv3Ly8w5jdis0+FGOMyc08jipFMUSpIuiZCLyFlqyZzVaLQmmFzWuByiejXSH8j1vJccekptJFL60eb6ataDq0shRJJJplOGGGn6BHm7SkxGWEmA1qyC7alvRb1M7m8yl//QMTitn0XPodRmQ3tNNQSuQHA4CsV2Ujab2QKHgQPNfi1pc9pLzeBVV/auolF/e28OnqQId6EDIE9E7eoz0V1dZVCcdVZms02RTC6RjY+IKdi4rLvN5J4gbw6DMslQOHTz6IxHDEpSQbXdDr3RBDf5NkIcyWDX6kVKgxvw+8EnxeXASnxyI/b/G/M3yF7JuApWroQAAAAASUVORK5CYII=);
}
.button-group[data-v-33d4cf2c] {
  text-align: center;
  padding-bottom: 40px;
}
.button-group1[data-v-33d4cf2c] {
  text-align: center;
}
.tips3[data-v-33d4cf2c] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  text-align: center;
}
/* 显示当前题目的详细信息 */
.question-correct-wrap[data-v-33d4cf2c] {
  width: 100%;
  margin-left: 24px;
}
.questionInfo[data-v-33d4cf2c] {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  width: 853px;
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 16px;
  border-radius: 4px;
  /* border: 1px solid rgba(15, 177, 181, 0.8); */
  /* 对图片显示的处理 */
  /* img {
    display: inline-block;
    vertical-align: bottom;
    max-width: 200px;
    max-height: 200px;
  } */
}
.index[data-v-33d4cf2c] {
  width: 30px;
  float: left;
}
.title[data-v-33d4cf2c] {
  width: 780px;
  float: left;
  word-break: break-word;
}
.question-info-answer[data-v-33d4cf2c] {
  background: #f9f9f9;
  border-radius: 2px;
}
.question-info-answer-analysis[data-v-33d4cf2c] {
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-top: 8px;
}
.student-answer[data-v-33d4cf2c] {
  padding: 10px 34px;
  border-top: 1px solid #e9e9e9;
}
.span1[data-v-33d4cf2c] {
  width: 2px;
  height: 14px;
  margin: 20px 0;
  background-color: #0FB1B5;
  color: #0FB1B5;
}
.span2[data-v-33d4cf2c] {
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 8px;
}
/* 题目自己的答案和解析 */
.analysis-content[data-v-33d4cf2c] {
  padding: 10px 25px;
  border-top: 1px solid #e9e9e9;
}
.answer[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.answer-left[data-v-33d4cf2c] {
  width: 6em;
  text-align: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.answer-right[data-v-33d4cf2c] {
  text-align: left;
  width: 100%;
  color: rgba(0, 0, 0, 0.8);
}
/* .stuAns-answer {
  display: flex;
} */
.fhType4[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.disFlex[data-v-33d4cf2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* 解析中的考点 */
.pointList[data-v-33d4cf2c] {
  margin-top: 6px;
}
.points[data-v-33d4cf2c] {
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
}
.pointStyle[data-v-33d4cf2c] {
  font-size: 14px;
  padding: 4px 6px;
  background-color: #F5F5F5;
  margin-right: 16px;
}
.answer-title[data-v-33d4cf2c] {
  /* float: left; */
  width: 4em;
}
.icon-report[data-v-33d4cf2c] {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: 22px 22px;
  vertical-align: middle;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAGEElEQVRYR+2ZWWyUVRTH/9/s+0zb6d6ZttLaNrXQhUYSoiA+iCD6ZHB7EBIfSCBqiDQ2MfJgJPigRo1xIYgbi6AQwRU1+kLUSukOpe3MlGlnpqvtzHS2bzP3m7Z0nX5faSeYcN9m5t5zf/d/zz3n3DsUz/M8/keNWgw4ynEo/fk3VJiMSV2On2GwOd2Kg2UlC86bEPjphss4c29tUoEvj43jvNe3MsATLItnGhrxSundOOLqxSarFZ5wGOT7tWYTvun3oq6kGC+3deCdygq80NyG+pJiHOt1Y2NaKgaiUQQYBlUWM073eVBfWoy61g4cqamEVaUShFlR4GRIfUvAj//VgOfstmRwTs8xGKPhjkSW5xI7Lv0JU5JjiFmjhs1guAO8am5yR+FVk3bS8B2Fl6vwtpxsPJiVgf2NzQlN3BYKb8/Jxq41hTja48T3Hu/tDTwFe8zhxIX+xLBkJUlT+KWyEpzr60dXIDitIHGD3WsKIRY2qcD15WWwqJSou9ICkhyXAysJ+I/hEfzgGwCpR0ljeR6/Dw2hQqsTdc5ytFq8VVOJD7t6oJHLJSs7NUmI5zHGcai0mIWvTAoFtmZlYrM1Tfgs1MOvdXZi0BfEwyE1OJYTfqDB4xCGYDOLAyZjdt1VgC1ZmdDK5fjU4cL5fo+oxc7sJIvxUIc4PEHFgWVyGZr0DLLz0/Bsvi0OvLuxCSGGQS6rwP1eHtQk8GHlKOwW8cB6hRyH1q3FRd/AsmAFwBgPZYDFTm7GTYei8FlqBGc2bYgDH+7qRl1xEd7tduBH3yCeGlFBwwJSgSXLucCAucAx8DirCaFJHkP7Q1tmA5PxjWPj2N/Shh2sASeDQ5IUXmngVlkMJ3UhpOu0yFKrcby2aj4wmZQcvL1NLRiN0lCzDCiKOElyGlGYCzAY11IYU1GwGwxQyijIOH5x4Cm0o64b+PyGGxaKgjw5vPCFafh4BkUmkxAmp5ooYNK5zR/AvqYWZCiVYCdD3mqwB1kWPdEYUtVqFBj1oISjf7OJBiZDQiwr3IAHIxHIWXaOqVvDZ3mgNxbFBMejxGyGTrHwXkoCnkI64e7HB04XrDIZcf5bIwUwwjBwRWOw6/XI1mkT2psHLOOBjkAAn9RUJRzYFZzAnivNSFMqwNLxrCi1kVclsv1KuQxFZjOUCQ51VyCAMMOg0myZfeh25uYKjxxinqbIhAda2+GYCEHJspBJIPbQNAZoGsXCoYo/niRqYZYBw/EwyxWzgVmOR7vfjy9ra5ayMf37OY8Pb3b1IF0hA8UldpEgQw5VFKlaDQr0etGhstPvR5hhUW2Zo/CTebkI0AzKJT7+uUJh7GlsglGhAEfT8xZLiqjeGI0Qx6HEYhbqDCktxLBCIWaWy+cr3OEP4Ivaain2hL4fu3rxvsMFBYA8hQLySZ8cY1lcj0SglsmxNsUCpUyK88Qx4gozqLakzPXhHAQYVpQPT62IqLu3uQUpag0eyMnGtbFxfNfXhxyFCsMMjWyDHo/ZbXBPhPC1qxeZWi2ytBpJgpCijOF5WOb6sAoUrgaC+Kh63ZIGibeSQum0x4vtNtuskDQWi+Gkw4VtebmwG/TTtmiOwwVyI/H7UWQ0inaNHiFKkNdR89KpeSHyzmAQ+5paYTMacV9WpuQk4gmFcMLhhFGlQp5OJ3q85MRBtuWN6934aXAIj9ptsGqkbe3MxZMd+rXfi39GRlBoNMCkvFkzLLa9koCbxv14sbkVpSkp2JCRvqTLiO0wGo3huMMpqFxg0EOWIIGIAiYJ4uDVTjT8O44d+TZRgV4s7Mx+fw8N4xevF/kGA1IXSSZLAl8aGcWBtg6sT7eiKi1+AVzNRqLBKWcv/HQMhQajUAPPbIsCkzKP/EfRPRHGI/Y8GET410ouhITGszfcILfwjBkhcBZwffs1vF5eiosDQ3j1Wic2ZmbinhTLSnJIshVjOXzrdsMZDAohkDwbcByDr2rXx69IJEyFOBbDNIOttjzoJKZPSTQSOpOEc8rhRJnZJFwg3qusiAOTKu355jZEOH6e70iwvypdidpEwLfXlQv1yqJ/LK7K7Ctg9D8xRd2q6bI3twAAAABJRU5ErkJggg==);
}
/* 放大后图片的样式 */
.imageClass[data-v-33d4cf2c] {
  width: 70%;
  height: 70%;
}

.correct-list-wrapper[data-v-009e8b9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 24px 0 0 24px;
}
/*  班级菜单列表 */
.class-menu-wrap[data-v-009e8b9f] {
  margin: 24px;
  color: rgba(0, 0, 0, 0.65);
}
.active[data-v-009e8b9f] {
  color: #0FB1B5;
  font-weight: bold;
}
.active[data-v-009e8b9f]::after {
  position: absolute;
  content: '>';
  color: #0FB1B5;
  margin-left: 8px;
}
.all-class[data-v-009e8b9f] {
  cursor: pointer;
  margin-bottom: 26px;
  margin-left: 54px;
}
.class-wrap[data-v-009e8b9f] {
  line-height: 32px;
  cursor: pointer;
}
.class-item[data-v-009e8b9f] {
  margin-bottom: 20px;
}
.bg-white[data-v-009e8b9f] {
  background-color: #fff;
}
[data-v-009e8b9f] .ant-table-pagination.ant-pagination {
  float: none;
}
.pr48[data-v-009e8b9f] {
  padding-right: 48px;
  overflow-y: hidden;
}
.left-tabbar[data-v-009e8b9f] {
  width: 64px;
  background-color: #fff;
}
.class-menu[data-v-009e8b9f] {
  width: 180px;
  min-width: 180px;
  background: #fafafa;
  border-radius: 2px;
}
.class-wrapper[data-v-009e8b9f] {
  width: 100%;
}
.search[data-v-009e8b9f] {
  padding-right: 16px;
}
.searc-wrap[data-v-009e8b9f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 57px 12px 24px;
}
.container[data-v-009e8b9f] {
  padding-right: 48px;
  background-color: #fff;
}
/* 清除一条线 */
.pr48 .ant-list-split .ant-list-item[data-v-009e8b9f] {
  border-bottom: none;
}
/* 清除作业列表下的border-bottom，缩小间距 */
[data-v-009e8b9f] .ant-table-tbody > tr > td {
  border-bottom: none;
  padding: 12px 24px;
}
.class-menu-wrap .ant-menu[data-v-009e8b9f] {
  border-right: none;
}
.class-menu-wrap .ant-menu-item[data-v-009e8b9f] {
  padding-left: 0;
  /* padding-right: 0; */
}
.homework-list .ant-table-tbody > .ant-table-row.ant-table-row-level-*[data-v-009e8b9f]:hover {
  background: #fff !important;
}
.homework-list .ant-table-tbody > tr > td[data-v-009e8b9f] {
  padding: 0 !important;
}
/* 选择批改方式的弹窗， 现在移动到这个页面里 start */
.select-item[data-v-009e8b9f] {
  width: 206px;
  height: 248px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  float: left;
  margin-right: 16px;
  padding-top: 29px;
  cursor: pointer;
  /* &:hover {
      border-color: #0FB1B5;
    } */
}
.select-item > div[data-v-009e8b9f] {
  text-align: center;
}
.select-item[data-v-009e8b9f]:nth-child(2) {
  margin-left: 16px;
  margin-right: 0;
  padding-top: 33px;
}
.select-item img[data-v-009e8b9f] {
  width: 83px;
}
.select-item .description[data-v-009e8b9f] {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.65);
}
.select-item .item-way[data-v-009e8b9f] {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  line-height: 32px;
  margin-top: 8px;
  margin-bottom: 5px;
}
.ant-modal-header[data-v-009e8b9f] {
  height: 40px;
  padding: 9px 14px;
  background: rgba(15, 177, 181, 0.7);
}
.ant-modal-body[data-v-009e8b9f] {
  padding: 35px 25px;
}
.select-way-body[data-v-009e8b9f] {
  padding-left: 10px;
  padding-right: 10px;
}
.inputSearch[data-v-009e8b9f] {
  width: 272px;
}
/* 选择批改方式的弹窗， 现在移动到这个页面里 end */

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.resource_wrapper[data-v-1d968919] {
  max-width: 830px;
}
.allText[data-v-1d968919] img {
  /* max-width: 100%; */
  width: 100px;
  height: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 4px;
}
.issus_knowledge[data-v-1d968919] {
  margin-left: 6px;
}
.moreView[data-v-1d968919] {
  float: right;
  color: rgba(15, 177, 181, 0.7);
  margin-top: 10px;
  cursor: pointer;
}
.correct_picture[data-v-1d968919] {
  margin-top: 45px;
}
.correct_picture_img[data-v-1d968919] {
  padding: 8px;
}
/* 放大后图片的样式 */
.imageClass[data-v-1d968919] {
  width: 70%;
  height: 70%;
}
.Fcomsel[data-v-1d968919] {
  width: 860px;
  /* margin-left: 24px; */
}
/* 复合题 */
.questionInfo[data-v-1d968919] {
  word-wrap: break-word;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px 16px;
  border-radius: 4px;
}
.ulpadding0[data-v-1d968919] {
  padding-left: 0;
}
.question-info-title[data-v-1d968919] {
  margin: 13px 0 16px 0;
}
.question-info-title-end[data-v-1d968919] {
  padding: 16px 26px 16px 26px;
}
.index[data-v-1d968919] {
  width: 30px;
  float: left;
}
.title[data-v-1d968919] {
  width: 634px;
  float: left;
}
.sonQuestion-wrapper[data-v-1d968919] {
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  padding: 20px 16px;
  margin-bottom: 16px;
}
.sonQuestion-wrapper[data-v-1d968919]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
}
.sonQuestion-TypeName[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 16px;
}
.sonOrderNumber[data-v-1d968919] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  color: white;
  font-size: 10px;
  text-align: center;
}
.sonquestionTypeName[data-v-1d968919] {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  margin: -2px 0 0 10px;
}
.list[data-v-1d968919] {
  padding: 0;
  margin: 14px 0 0 0;
}
.timu-text[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}
.question-info-answer[data-v-1d968919] {
  background: #f9f9f9;
  border-radius: 2px;
}
.question-info-answer-analysis[data-v-1d968919] {
  background-color: #f9f9f9;
  border-radius: 2px;
  margin-top: 8px;
}
.sonstudent-head[data-v-1d968919] {
  height: 54px;
  line-height: 54px;
  color: rgba(0, 0, 0, 0.85);
  padding-left: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.span1[data-v-1d968919] {
  width: 3px;
  height: 14px;
  background-color: #0FB1B5;
  color: #0FB1B5;
}
.span2[data-v-1d968919] {
  width: 5em;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
  margin-left: 8px;
}
.noAnswer[data-v-1d968919] {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 6px;
}
.choice-sonstudent-answer[data-v-1d968919] {
  margin-bottom: 0px;
  line-height: 24px;
}
.choice-sonstudent-answer li[data-v-1d968919] {
  display: inline-block;
  margin-right: 20px;
  width: 24px;
  height: 24px;
  background-color: #0FB1B5;
  color: white;
  text-align: center;
}
.answer-answer[data-v-1d968919] {
  display: block;
}
.answer-answer p[data-v-1d968919] {
  margin-bottom: 0;
}
.answer-title[data-v-1d968919] {
  float: left;
  width: 6em;
}
.answer-left[data-v-1d968919] {
  width: 6em;
  text-align: left;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.85);
}
.answer-right[data-v-1d968919] {
  width: 90%;
  word-wrap: break-word;
  color: rgba(0, 0, 0, 0.8);
}
.answer[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
.student-answer[data-v-1d968919] {
  word-break: break-word;
  padding: 16px 34px;
  border-top: 1px solid #e9e9e9;
}
.pointStyle[data-v-1d968919] {
  font-size: 14px;
  padding: 4px 6px;
  background-color: #F5F5F5;
  margin-right: 16px;
}
.questionType3[data-v-1d968919] {
  width: 44px;
  height: 24px;
  background: #0fb1b5;
  color: white;
  text-align: center;
  line-height: 24px;
  margin-left: 36px;
}
.FquestionType3[data-v-1d968919] {
  width: 42px;
  height: 24px;
  text-align: center;
  line-height: 22px;
  margin-left: 36px;
  border: 1px solid #c9c9c9;
}
.marginLeft0[data-v-1d968919] {
  margin-left: 0;
}
.question-info-content[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.question-info-left[data-v-1d968919] {
  width: 853px;
}
/* 复合题结束 */
.spread-btn[data-v-1d968919] {
  position: absolute;
  right: 32px;
  cursor: pointer;
  color: #0fb1b5;
  font-size: 14px;
  line-height: 20px;
}
.icon-spread[data-v-1d968919] {
  width: 11px;
  height: 11px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABtklEQVRYR+2Vu0oDQRSG/5B1oyySKJHgHYkigTRe8RlsBTurlDZaivZWYiE2+gaipLDzESxESTTEQhMFk2gjbCQsISqzMLAks3NLxCZb7sye75sz55wNOI7zg398Al2BbgbaycBJ8QV5+wsHyYR2GWsXIYHv5R5d8MbYqLaElgCFx0IhRM0e3NtVbQllAS88vTyPqGli7foGGdvWklASaIZPW5Z7BZ/1uraEtIAfnFafroSUgAjejoRQQBauK8EVUIXrSPgKyMC/AdQaDVjBYMsgkq0JpsBluYLUbQakz0mr0Wr3Ugh88y6LQq2Gs8U59BsGV2JnJo7t+FTLHqbA1fsHjp6LOEwmuPCLUtkNuBAJcyW2sjmsxoawPjIsJ8Ab7PTkBE7AE329SJcqXAlePGEXsNJO4ST1lmG4V+F9x7oOPwlpgeaTe++dtyb6TUoJyABk9rBkhAIqgVX2UhmugE5A1W98BVQDiYrVrzCZAu3AqYhsDKbAafEVu7m8dm+zJFKT49hPzMoNoge7ivO3kjs6VXqaVeUkE8dPBawMDmApEpYTEPVuJ9eFbdhJmNYc6Ar8dQZ+AdVEp3B7qKAHAAAAAElFTkSuQmCC);
  background-size: 11px 11px;
}
.icon-spread.puckup[data-v-1d968919] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* 题目显示区域 width: 650px; */
.answerClearfix[data-v-1d968919] {
  width: 4em;
  font-size: 14px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
.title-box[data-v-1d968919] {
  margin-top: 48px;
  color: #000000;
}
.title_title[data-v-1d968919] {
  font-size: 14px;
  font-weight: 600;
  margin-right: 24px;
}
.title_title_score[data-v-1d968919] {
  font-size: 12px;
  font-weight: 400;
}
.item-question-info[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding-top: 24px; */
  padding: 24px 15px 16px;
}
.index-box[data-v-1d968919] {
  width: 40px;
  display: inline-block;
  vertical-align: top;
}
.right-box[data-v-1d968919] {
  display: inline-block;
  width: 100%;
}
.title-com[data-v-1d968919] {
  width: 830px;
  max-width: 860px;
  word-wrap: break-word;
  margin-bottom: 16px;
}
.answer-remark[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.left-info[data-v-1d968919] {
  width: 830px;
  margin-left: -18px;
}
.right-mark-no[data-v-1d968919] {
  width: 268px;
  /* height: 220px; */
  margin-left: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.8);
  margin-top: 20px;
}
.right-mark-yes[data-v-1d968919] {
  width: 268px;
  margin-left: 71px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid rgba(15, 177, 181, 0.8);
  margin-top: 20px;
}
.right-title[data-v-1d968919] {
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  color: #ffffff;
  background: rgba(15, 177, 181, 0.7);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding-left: 24px;
  margin: -1px;
}
.right-ct-box[data-v-1d968919] {
  padding: 17px 24px 26px;
}
.score-left[data-v-1d968919] {
  width: 42px;
}
.score-right-no[data-v-1d968919] {
  width: 170px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.score-right-yes[data-v-1d968919] {
  width: 170px;
  display: -webkit-box;
  word-break: break-word;
}
/* 答案解析 */
.answerParsing[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.student-amswr-ct[data-v-1d968919] {
  font-size: 14px;
  font-weight: 500;
  padding: 8px 24px 11px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 22px;
}
/* 学生答案样式 */
.student-answer-wrap[data-v-1d968919] {
  background-color: #f9f9f9;
  margin-top: 16px;
  border-radius: 2px;
}
.stuAnswer[data-v-1d968919] {
  margin-top: 10px;
}
.analysis-title[data-v-1d968919] {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(233, 233, 233, 0.89);
}
/* 答案解析样式 */
.question-analysis-wrap[data-v-1d968919] {
  margin-top: 8px;
  background: #f9f9f9;
  border-radius: 2px;
}
.analysis-content[data-v-1d968919] {
  padding: 10px 25px 16px 28px;
  border-top: 1px solid #e9e9e9;
}
.pointlist[data-v-1d968919] {
  font-size: 14px;
  font-weight: 400;
}
.pointlist-span[data-v-1d968919] {
  line-height: 20px;
  padding: 6px 7px;
  margin-right: 16px;
  display: inline-block;
}
/* 顶部学生信息 */
.correct-header[data-v-1d968919] {
  width: 100%;
  height: 64px;
  font-family: PingFangSC-Regular;
  padding-left: 20px;
  line-height: 64px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.correct-header .studentInfo[data-v-1d968919] {
  float: left;
}
.correct-header .studentInfo div[data-v-1d968919] {
  display: inline-block;
}
.correct-header .studentInfo .studentName[data-v-1d968919] {
  font-size: 14px;
  color: #000000;
}
.correct-header .studentInfo .submitedTime[data-v-1d968919] {
  opacity: 0.78;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  margin-left: 40px;
  margin-right: 75px;
}
.correct-header .studentInfo .unitName[data-v-1d968919] {
  font-size: 14px;
  color: #000000;
}
.nextBtn[data-v-1d968919] {
  float: right;
  margin-right: 48px;
}
.status[data-v-1d968919] {
  margin-right: 13px;
  display: inline-block;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
  letter-spacing: 0;
  line-height: 40px;
}
.big[data-v-1d968919] {
  width: 96px;
  height: 40px;
}
.icon[data-v-1d968919] {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.icon-return[data-v-1d968919] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 16px;
  height: 16px;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon-student[data-v-1d968919] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/lrabnlJ/lkI3np7Dlm77moIcgPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi/lrabnlJ/lkI3np7Dlm77moIctIj4KICAgICAgICAgICAgPGcgaWQ9IuS4muWKoeWbvuagh1/lrabnlJ/mn6Xor6IiPgogICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxnIGlkPSJHcm91cC0xMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMi45MDAwMDAsIDAuNTAwMDAwKSI+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTkuMDI3NjE4NTksMC4xMTc3MzgyNDcgQzguODQwNTY2NDQsLTAuMDM5MjQ2MDgyNCA4LjU2Nzc5NTc0LC0wLjAzOTI0NjA4MjQgOC4zODA3NDM1OSwwLjExNzczODI0NyBMMC4yODc2MTg1OSw0LjQ0NDYxMzI1IEMwLjEwMzMxNTUxOSw0LjU5NjYzMzg3IC0wLjAwMjM2MjM2NjE3LDQuODIzODQxMzMgNS44OTY0NTM2MmUtMDUsNS4wNjI3MzgyNSBDMC4wMTQ1OTg3ODk5LDUuMzM2ODgwOTcgMC4xNTg3MTg5MDIsNS41ODc3NTY3MiAwLjM4ODI0MzU5LDUuNzM4MzYzMjUgTDMuNTc5NDkzNTksNy44MDgzNjMyNSBDMy42MjcyMzI0MSw3Ljg1NjM3Njg1IDMuNjg2NzAwOTgsNy44OTEwNjY4NSAzLjc1MTk5MzU5LDcuOTA4OTg4MjUgTDMuOTgxOTkzNTksNy45MDg5ODgyNSBMMy44ODEzNjg1OSw4LjEyNDYxMzI1IEMzLjU2Mjk1OTM1LDguODU0ODcxMTEgMy4zOTY2NjEwNyw5LjY0MjM0MjM3IDMuMzkyNjE4NTksMTAuNDM4OTg4MiBDMy4zNjA3NzEzMSwxMS45MTEyMTMgMy45MzI1ODc4MiwxMy4zMzIzODAxIDQuOTc1MjA4MiwxNC4zNzIyODUzIEM2LjAxNzgyODU3LDE1LjQxMjE5MDUgNy40NDA0ODE4NCwxNS45ODAyOTkzIDguOTEyNjE4NTksMTUuOTQ0NjEzMiBDOS42NzMwMDA2OCwxNS45NDc1ODk1IDEwLjQyNDQzNzQsMTUuNzgwNjAzNSAxMS4xMTE5OTM2LDE1LjQ1NTg2MzIgTDExLjI4NDQ5MzYsMTUuNDU1ODYzMiBDMTMuOTMxMzAzOCwxNi4zNzM2MTgxIDE1Ljg0NDYzNiwxOC42OTE4MDAzIDE2LjI0Mzg2ODYsMjEuNDY0NjEzMiBMMTYuMjQzODY4NiwyMS43MDg5ODgyIEwxLjQ4MDc0MzU5LDIxLjcwODk4ODIgTDEuNDgwNzQzNTksMjEuNDY0NjEzMiBDMS43NTI3NjkzMSwxOS4zNzk4NzY4IDIuODgzNjg5NjUsMTcuNTAzNjk1NiA0LjYwMDExODU5LDE2LjI4OTYxMzIgQzQuOTEyODUzOTEsMTYuMDY2NzcyMSA1LjAwMDY0Mjk0LDE1LjY0MDM2ODIgNC44MDEzNjg1OSwxNS4zMTIxMTMyIEM0LjcxMDA1MSwxNS4xNTkwNTYyIDQuNTQ4MTQxODcsMTUuMDYxOTEwOCA0LjM3MDExODU5LDE1LjA1MzM2MzIgQzQuMTc3NzI5NzksMTUuMDM4NzM0OCAzLjk4NDc4NjA3LDE1LjA3MzM2NTggMy44MDk0OTM1OSwxNS4xNTM5ODgyIEMxLjQxODY4ODk3LDE2Ljc2Mjk3NDYgLTAuMDEwNTc4NjE2MSwxOS40NTk3MDU5IDUuODk2NDUzNjJlLTA1LDIyLjM0MTQ4ODIgTDUuODk2NDUzNjJlLTA1LDIyLjk4ODM2MzIgTDE3LjUzNzYxODYsMjIuOTg4MzYzMiBMMTcuNTM3NjE4NiwyMi4zNDE0ODgyIEMxNy41MjU2MDE3LDE5LjA4ODA0NTMgMTUuNzI0NzM5MiwxNi4xMDUwMjE0IDEyLjg1MTM2ODYsMTQuNTc4OTg4MiBMMTIuNTkyNjE4NiwxNC40NDk2MTMyIEwxMi43OTM4Njg2LDE0LjI0ODM2MzIgQzEzLjc3ODA4OTMsMTMuMTg5MzY2MSAxNC4zMjcyNjIsMTEuNzk4NDcwOSAxNC4zMzE5OTM2LDEwLjM1MjczODIgQzE0LjMzMzA2ODIsOS41NDk0MDY2OSAxNC4xNjE0ODU5LDguNzU1MjI1ODkgMTMuODI4ODY4Niw4LjAyMzk4ODI1IEwxMy43NDI2MTg2LDcuODUxNDg4MjUgTDE3LjAzNDQ5MzYsNS43MzgzNjMyNSBDMTcuMjEyNTYwNyw1LjU4MTYwMDEgMTcuMzE2ODI5OCw1LjM1NzQyMTU4IDE3LjMyMTk5MzYsNS4xMjAyMzgyNSBDMTcuMzE4OTAyNyw0Ljg3OTQxMjQzIDE3LjIwODE0NDUsNC42NTI2MjE5NCAxNy4wMjAxMTg2LDQuNTAyMTEzMjUgTDkuMDI3NjE4NTksMC4xMTc3MzgyNDcgWiBNOC45MTI2MTg1OSwxNC42NjUyMzgyIEM2LjYyNTU0NzMxLDE0LjY0MjAzMTUgNC43NzQ5NzUyOCwxMi43OTc4NDA3IDQuNzQzODY4NTksMTAuNTEwODYzMiBDNC43NzQ4MTA2Miw4LjIyMTQ2NTI4IDYuNjIzMjIwNjMsNi4zNzMwNTUyOCA4LjkxMjYxODU5LDYuMzQyMTEzMjUgQzExLjExNjEwODEsNi40NzE2NzQyIDEyLjgzNjY3NjcsOC4yOTYzODA1OSAxMi44MzY2NzY3LDEwLjUwMzY3NTcgQzEyLjgzNjY3NjcsMTIuNzEwOTcwOSAxMS4xMTYxMDgxLDE0LjUzNTY3NzMgOC45MTI2MTg1OSwxNC42NjUyMzgyIEw4LjkxMjYxODU5LDE0LjY2NTIzODIgWiBNMTIuOTgwNzQzNiw2LjcxNTg2MzI1IEwxMi44NjU3NDM2LDYuNTg2NDg4MjUgQzExLjgzMDE1NDcsNS41MTM2Nzk1MSAxMC40MDM3MTE1LDQuOTA2NzkyNzYgOC45MTI2MTg1OSw0LjkwNDYxMzI1IEM3LjMzNjY0Mjc2LDQuODkwMjU0NjIgNS44MzM3MzY2MSw1LjU2ODEzODg2IDQuODAxMzY4NTksNi43NTg5ODgyNSBMNC42MDAxMTg1OSw2Ljk0NTg2MzI1IEw0LjQyNzYxODU5LDYuNzU4OTg4MjUgQzQuNDA1NzQwMzUsNi43MTg5MTA1IDQuMzY5OTQ1OTIsNi42ODgyMjk1NiA0LjMyNjk5MzU5LDYuNjcyNzM4MjUgTDIuMDcwMTE4NTksNS4yMzUyMzgyNSBMOC45MTI2MTg1OSwxLjY5ODk4ODI1IEwxNS40Njc2MTg2LDUuMjIwODYzMjUgTDEyLjk4MDc0MzYsNi43MTU4NjMyNSBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiIGZpbGwtcnVsZT0ibm9uemVybyI+PC9wYXRoPgogICAgICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNi43MDM4Njg2LDQuMzAwODYzMjUgQzE2LjM2ODczNjcsNC4zMjExMjczMSAxNi4wOTkzMzA1LDQuNTg0NDEwNjggMTYuMDcxMzY4Niw0LjkxODk4ODI1IEwxNi4wNzEzNjg2LDEwLjkyNzczODIgTDE1Ljk5OTQ5MzYsMTAuOTI3NzM4MiBDMTUuNzQ5NzE1MiwxMS4xMTkyODU1IDE1LjYwNTY4MjIsMTEuNDE4MDIwNSAxNS42MTEzNjg2LDExLjczMjczODIgQzE1LjU2MzIzMjMsMTIuMTUwMzA3NCAxNS43NTg5Mjc4LDEyLjU1ODQ2MTYgMTYuMTE0NjQzNSwxMi43ODIzOTggQzE2LjQ3MDM1OTEsMTMuMDA2MzM0NCAxNi45MjMwMDMxLDEzLjAwNjMzNDQgMTcuMjc4NzE4NywxMi43ODIzOTggQzE3LjYzNDQzNDQsMTIuNTU4NDYxNiAxNy44MzAxMjk5LDEyLjE1MDMwNzQgMTcuNzgxOTkzNiwxMS43MzI3MzgyIEMxNy43ODc2OCwxMS40MTgwMjA1IDE3LjY0MzY0NywxMS4xMTkyODU1IDE3LjM5Mzg2ODYsMTAuOTI3NzM4MiBMMTcuMzIxOTkzNiwxMC45Mjc3MzgyIEwxNy4zMjE5OTM2LDQuOTQ3NzM4MjUgQzE3LjMwODY5OTQsNC42MDcwMzAwNyAxNy4wNDM2MjEsNC4zMjk2MjI0OSAxNi43MDM4Njg2LDQuMzAwODYzMjUgTDE2LjcwMzg2ODYsNC4zMDA4NjMyNSBaIiBpZD0iUGF0aCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj48L3BhdGg+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTMuMTkxMzY4NTksMTYuNTU0NzA4NSBDMy42MDI2NDk0NiwxNi4yMDczMDU1IDQuNjI4ODY4NTksMTUuMjc5NTIzOCA2LjA2NjM2ODU5LDE0LjYzODA0MTgiIGlkPSJQYXRoLTIiIHN0cm9rZT0iIzBGQjFCNSIgc3Ryb2tlLXdpZHRoPSIxLjQxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 20px;
  margin-right: 8px;
}
.rt-dark[data-v-1d968919] {
  margin: -99px 56px 0 0;
}
.homework-title[data-v-1d968919] {
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #000000;
  text-align: center;
  margin-top: 51px;
}
.homework-score[data-v-1d968919] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
  margin-top: 18px;
}
.main[data-v-1d968919] {
  margin-left: 32px;
  margin-right: 48px;
}
/* 奖杯图标 */
.icon-score[data-v-1d968919] {
  width: 20px;
  height: 19px;
  background-size: 20px 19px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/miJDnu6k8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL+aIkOe7qSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWlluadry0t6IOc5YipIj4KICAgICAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIGZpbGw9IiMwMDAwMDAiIG9wYWNpdHk9IjAiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PC9yZWN0PgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTEzLjkzOCw3LjgzNzIgTDEyLjc1Niw3LjY2NTYgTDEyLjIyOCw2LjYgQzEyLjE3Njc4MTgsNi40OTUwODg3MyAxMi4wNjk5NDM3LDYuNDI4ODM5OCAxMS45NTMyLDYuNDI5NTkzNTMgQzExLjgzNjQ1NjMsNi40Mjg4Mzk4IDExLjcyOTYxODIsNi40OTUwODg3MyAxMS42Nzg0LDYuNiBMMTEuMTUwNCw3LjY3MDQgTDkuOTY4NCw3Ljg0MiBDOS44NTI2NTQ3NCw3Ljg1ODUxMDM2IDkuNzU2NDMzOTIsNy45Mzk1MzE4MSA5LjcyMDQ1ODExLDguMDUwNzc2MTMgQzkuNjg0NDgyMzEsOC4xNjIwMjA0NSA5LjcxNTA0MDMyLDguMjg0MDQxNDggOS43OTkyLDguMzY1MiBMMTAuNjUzNiw5LjE5OCBMMTAuNDUyLDEwLjM3MDQgQzEwLjQzMzE3NjIsMTAuNDg0OTgzNiAxMC40ODA1NjkzLDEwLjYwMDM4OSAxMC41NzQ0OTAzLDEwLjY2ODY3MjEgQzEwLjY2ODQxMTMsMTAuNzM2OTU1MiAxMC43OTI4MDc2LDEwLjc0NjQ0NTQgMTAuODk2LDEwLjY5MzIgTDExLjk1MzIsMTAuMTM3NiBMMTMuMDA5MiwxMC42OTMyIEMxMy4wNTM4NTMxLDEwLjcxNTgwNjYgMTMuMTAzMTUxMiwxMC43Mjc3MjAzIDEzLjE1MzIsMTAuNzI4MDAxMSBDMTMuMjE3NTc4MSwxMC43MjgxNzM2IDEzLjI4MDI5MDcsMTAuNzA3NTUgMTMuMzMyLDEwLjY2OTIgQzEzLjQyNjExMDEsMTAuNjAwOTQ2NyAxMy40NzI3NjA5LDEwLjQ4NDc4NjMgMTMuNDUyLDEwLjM3MDQgTDEzLjI1MDQsOS4xOTMyIEwxNC4xMDQ4LDguMzYwNCBDMTQuMTg4OTU5Nyw4LjI3OTI0MTQ4IDE0LjIxOTUxNzcsOC4xNTcyMjA0NSAxNC4xODM1NDE5LDguMDQ1OTc2MTMgQzE0LjE0NzU2NjEsNy45MzQ3MzE4MSAxNC4wNTEzNDUzLDcuODUzNzEwMzYgMTMuOTM1Niw3LjgzNzIgTDEzLjkzOCw3LjgzNzIgWiIgaWQ9IlBhdGgiIGZpbGw9IiMwRkIxQjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOS42NjY4LDUuMTUxNiBMMTkuNDAyOCw1LjE1MTYgTDE5LjQwMjgsNC45OTA4IEMxOS40MDI4LDMuNzk3ODY0OTQgMTguNDM1NzM1MSwyLjgzMDggMTcuMjQyOCwyLjgzMDggTDYuNjYyNCwyLjgzMDggQzUuNDY5NDY0OTQsMi44MzA4IDQuNTAyNCwzLjc5Nzg2NDk0IDQuNTAyNCw0Ljk5MDggTDQuNTAyNCw1LjE1MTYgTDQuMjM5Niw1LjE1MTYgQzMuMDQ2NjY0OTQsNS4xNTE2IDIuMDc5Niw2LjExODY2NDk0IDIuMDc5Niw3LjMxMTYgTDIuMDc5Niw4LjUxMTYgQzIuMDkxMzgzMDQsMTAuMTg5Mzk1NSAzLjEwMDU5NDcsMTEuNjk5MjAyNSA0LjY0NjQsMTIuMzUxNiBDNS4yOTMwOTgzMSwxNS41NzAyODg2IDcuOTY2MTA1NDIsMTcuOTg5MDk0NiAxMS4yMzMyLDE4LjMxMiBMMTEuMjMzMiwyMC4yMzIgTDkuMDMzNiwyMC4yMzIgQzguNjM1OTU1LDIwLjIzMiA4LjMxMzYwMDA0LDIwLjU1NDM1NSA4LjMxMzYwMDA0LDIwLjk1MiBDOC4zMTM2MDAwNCwyMS4zNDk2NDUgOC42MzU5NTUsMjEuNjcyIDkuMDMzNiwyMS42NzIgTDE0Ljg3MjgsMjEuNjcyIEMxNS4yNzA0NDUsMjEuNjcyIDE1LjU5MjgsMjEuMzQ5NjQ1IDE1LjU5MjgsMjAuOTUyIEMxNS41OTI4LDIwLjU1NDM1NSAxNS4yNzA0NDUsMjAuMjMyIDE0Ljg3MjgsMjAuMjMyIEwxMi42NzMyLDIwLjIzMiBMMTIuNjczMiwxOC4zMTIgQzE1Ljk0MDI5NDYsMTcuOTg5MDk0NiAxOC42MTMzMDE3LDE1LjU3MDI4ODYgMTkuMjYsMTIuMzUxNiBDMjAuODA1ODA1MywxMS42OTkyMDI1IDIxLjgxNTAxNywxMC4xODkzOTU1IDIxLjgyNjgsOC41MTE2IEwyMS44MjY4LDcuMzExNiBDMjEuODI2OCw2LjExODY2NDk0IDIwLjg1OTczNTEsNS4xNTE2IDE5LjY2NjgsNS4xNTE2IFogTTMuNTE5Niw4LjUxMTYgTDMuNTE5Niw3LjMxMTYgQzMuNTE5Niw2LjkxMzk1NDk4IDMuODQxOTU0OTgsNi41OTE2IDQuMjM5Niw2LjU5MTYgTDQuNTAyNCw2LjU5MTYgTDQuNTAyNCwxMC41OTYgQzMuODg0NTYxNjIsMTAuMDc5MjY3MyAzLjUyNTE2MTQsOS4zMTcwMjI4OCAzLjUxOTYsOC41MTE2IEwzLjUxOTYsOC41MTE2IFogTTExLjk1MzIsMTYuOTExNiBDOC42MzM0OTMzNCwxNi45MDgyODk4IDUuOTQzNzIyNTMsMTQuMjE2OTA4IDUuOTQyNCwxMC44OTcyIEw1Ljk0MjQsNC45OTA4IEM1Ljk0MjQsNC41OTMxNTQ5OCA2LjI2NDc1NDk4LDQuMjcwOCA2LjY2MjQsNC4yNzA4IEwxNy4yNDI4LDQuMjcwOCBDMTcuNjQwNDQ1LDQuMjcwOCAxNy45NjI4LDQuNTkzMTU0OTggMTcuOTYyOCw0Ljk5MDggTDE3Ljk2MjgsMTAuODk3MiBDMTcuOTU4ODMyNiwxNC4yMTQ1NjU3IDE1LjI3MDU2NTcsMTYuOTAyODMyNiAxMS45NTMyLDE2LjkwNjggTDExLjk1MzIsMTYuOTExNiBaIE0yMC4zODY4LDguNTExNiBDMjAuMzgxNDMwNyw5LjMxNzMyOTYyIDIwLjAyMTQ4MzcsMTAuMDc5ODAyOCAxOS40MDI4LDEwLjU5NiBMMTkuNDAyOCw2LjU5MTYgTDE5LjY2NjgsNi41OTE2IEMxOS44NTc3NTU5LDYuNTkxNiAyMC4wNDA4OTA3LDYuNjY3NDU2OTMgMjAuMTc1OTE2OSw2LjgwMjQ4MzEyIEMyMC4zMTA5NDMxLDYuOTM3NTA5MzEgMjAuMzg2OCw3LjEyMDY0NDEzIDIwLjM4NjgsNy4zMTE2IEwyMC4zODY4LDguNTExNiBaIiBpZD0iU2hhcGUiIGZpbGw9IiMwRkIxQjUiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  vertical-align: sub;
}
.homework-info[data-v-1d968919] {
  background: #F9F9F9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 22px 16px 0 0;
  padding: 29px 17px 28px 17px;
}
.commentone[data-v-1d968919] {
  margin-top: 10px;
  word-break: break-all;
}
.writeComment[data-v-1d968919] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #0FB1B5;
  text-align: right;
  display: inline-block;
  cursor: pointer;
  margin-left: 14px;
}
.scoreSpan[data-v-1d968919] {
  display: inline-block;
}
.nullscore[data-v-1d968919] {
  position: relative;
  top: -7px;
}
.score[data-v-1d968919] {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.remark[data-v-1d968919] {
  margin-top: 36px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 22px;
}
.strong[data-v-1d968919] {
  font-family: 'HelveticaNeue-Medium';
  font-size: 20px;
  color: #0FB1B5;
  line-height: 22px;
  margin-right: 56px;
}
.small[data-v-1d968919] {
  font-family: 'PingFangSC-Regular';
  font-size: 14px;
}
.text-center[data-v-1d968919] {
  text-align: center;
}
.icon-min[data-v-1d968919],
.icon-max[data-v-1d968919] {
  display: inline-block;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 8px 8px;
}
.icon-min[data-v-1d968919] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAeUlEQVQYGWP8DwQMeAATsty//YcZ/u7ZjyzEwILM+//1KzIXzEYxAUMWKMAIcsPfTdsY/n/7xsDIwwNRA2Qz8PEyMHu4QhSARH/XtzH8f/GSgYGJkYFRVISBtakGrBhsAkQbA8OvijoGhr//GNi6moFmM2IqgClEpgH7Fi7bFVAhxQAAAABJRU5ErkJggg==);
}
.icon-max[data-v-1d968919] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAdUlEQVQYGWP8DwQMeAATTO4/w3+GybcLGKbeKYIJgWm4gll3Kxm+//3M8PnPB4bZ96rhihhBVpx4u5XhK1CSg4kTLPHt7xcgm4vBVjSQAawApvzom41gprWIP0yIAW4FXASNwYLMZwNawczIjCyEagWKDJQDAI0JK4Dw1vI2AAAAAElFTkSuQmCC);
}
.writeComment-body[data-v-1d968919] {
  padding: 57px 24px 26px;
}
.btn-group[data-v-1d968919] {
  text-align: right;
  padding-top: 18px;
  margin-bottom: 0;
}
.icon-correct[data-v-1d968919] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAEKADAAQAAAABAAAAEAAAAAA0VXHyAAABtklEQVQ4EWP8DwQMRIC3v34xFF+6ynDgzRsGWU5Ohg4dLQZrYSEGBpABhMCrHz//m+879D/z/MX/f/79+3/63fv/2rv2/X/789d/JkKWv/75i8Hv+EkGfykJhiNv3jIceP2WwURQgMFaRIjh9Pv3DHgNeAN0NkhzuqICQ76KEoMkBwdDyrkLDDtevmK48vEzgxwXF24vvP7587/F/kP/5z949P/rnz//vY+e+N90/eb/a58+/xfZvP1//oXLYJ9jDQOQZks0zY1AzX+BWpLPnv+fevYCmA0yAcMAUjRjGICs+dufv2Bn47IZpBkE4C4gRzPcAJBtoADrvHkbHmAwm5POnP+fdu7C/39g+zAJRpDQdmC01F69wfDz318GDiZmBl9gnNdoqDEAA4uBhYmRYYahPgMjjgQDTge7X75myFZWYDjtZM8gxMbKYAtMosRoBpkJNmDPq1cMD75+Y2BnYmLwlpRgiDx1lqDNMAcx3vz85b/dwSMMv//9Y+BlYWFQ4+Vh8AEakqusiNPZMM0gmmXT8xcM/KwsDM5iogxOoiJAL7CB5fe/foOsDiebkX/jVqKyMy4TANRL8X6zvSLHAAAAAElFTkSuQmCC);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  margin-left: 11px;
  cursor: pointer;
}
.image[data-v-1d968919] {
  width: 112px;
  height: 112px;
}
.image_div[data-v-1d968919] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image_div_div[data-v-1d968919] {
  margin-right: 16px;
}
/* .rt-dark-content{
    width: 80%;
  } */
@media screen and (max-width: 1680px) {
.rt-dark[data-v-1d968919] {
    margin: -99px 24px 0 0;
}
.rt-dark-content[data-v-1d968919] {
    width: 80%;
}
.resourceWrapperWid[data-v-1d968919] {
    width: 632px !important;
}
.question-info-answer-analysis .resource_wrapper[data-v-1d968919] {
    width: 600px;
}
}

.correct-header[data-v-0b93422d] {
  width: 100%;
  height: 64px;
  font-family: 'PingFangSC-Regular';
  padding-left: 20px;
  line-height: 64px;
  border-bottom: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
          box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, 0.06);
}
.studentInfo[data-v-0b93422d] {
  float: left;
}
.studentName[data-v-0b93422d] {
  font-size: 14px;
  color: #000000;
  display: inline-block;
}
.submitedTime[data-v-0b93422d] {
  opacity: 0.78;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #000000;
  margin-left: 40px;
  margin-right: 75px;
  display: inline-block;
}
.unitName[data-v-0b93422d] {
  font-size: 14px;
  color: #000000;
  display: inline-block;
}
.icon[data-v-0b93422d] {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.button-group[data-v-0b93422d] {
  float: right;
  margin-right: 48px;
}
.big[data-v-0b93422d] {
  height: 40px;
}
.icon-return[data-v-0b93422d] {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9iYWNrPC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi9iYWNrIj4KICAgICAgICAgICAgPGcgaWQ9IkJ1dHRvbi9TZWNvbmRhcnkvQmFzaWMvTWVkaXVtIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0wLjUsMTUuOTk1ODI2MiBMMC41LDIwLjAwNDE3MzggQzAuNSwyMS45MzAyNDM2IDIuMDY1NDUwOTcsMjMuNSAzLjk5MDA1MzAxLDIzLjUgTDIwLjAwOTk0NywyMy41IEMyMS45Mzg3OTMxLDIzLjUgMjMuNSwyMS45MzgyMjE1IDIzLjUsMjAuMDA5OTQ3IEwyMy41LDMuOTkwMDUzMDEgQzIzLjUsMi4wNjEyMDY4NiAyMS45MzgyMjE1LDAuNSAyMC4wMDk5NDcsMC41IEwzLjk5MDA1MzAxLDAuNSBDMi4wNjEzNjg4OSwwLjUgMC41LDIuMDY0MjAwNTcgMC41LDMuOTk1ODI2MjQgTDAuNSw4LjAwNDE3Mzc2IEMwLjUsOS44MzIzNjUxMyAwLjUsOS44MzIzNjUxMyAwLjUsMTIuMDA4OTk4NiBDMC41LDE0LjE3MzgxMDEgMC41LDE0LjE3MzgxMDEgMC41LDE1Ljk5NTgyNjIgWiIgaWQ9IlJlY3RhbmdsZS03Ny1Db3B5LTQiIHN0cm9rZT0iI0Q5RDlEOSIgZmlsbD0iI0ZGRkZGRiI+PC9wYXRoPgogICAgICAgICAgICAgICAgPGcgaWQ9Iui/lOWbniIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNC4wMDAwMDAsIDQuMDAwMDAwKSIgZmlsbD0iIzAwMDAwMCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNS41MTIxMDI4LDguMzQwOTIwODYgQzUuNDI0MTc4NDEsOC4zNDA5MjA4NiA1LjMzNjcwMTcyLDguMzA3NDU1NTUgNS4yNjk3NTUxMSw4LjI0MDUwODk0IEM1LjEzNTg2MTg5LDguMTA2NjE1NzIgNS4xMzU4NjE4OSw3Ljg4OTcyMjc3IDUuMjY5NzU1MTEsNy43NTU4Mjk1NSBMMTAuMjQ1NTQ5NSwyLjc4MDI0MyBDMTAuMzc5NDQyNywyLjY0NjM0OTc4IDEwLjU5NjMzNTcsMi42NDYzNDk3OCAxMC43MzAyMjg5LDIuNzgwMjQzIEMxMC44NjQxMjIxLDIuOTE0MTM2MjIgMTAuODY0MTIyMSwzLjEzMTAyOTE3IDEwLjczMDIyODksMy4yNjQ5MjIzOSBMNS43NTQ0MzQ1LDguMjQwNTA4OTQgQzUuNjg3NDg3ODksOC4zMDc0NTU1NSA1LjYwMDAxMTE5LDguMzQwOTIwODYgNS41MTIxMDI4LDguMzQwOTIwODYgWiBNMTAuNDY5NTI1NywxMy4yOTgzNTk3IEMxMC4zODE2MDEzLDEzLjI5ODM1OTcgMTAuMjk0MTI0NiwxMy4yNjQ4OTQ0IDEwLjIyNzE3OCwxMy4xOTc5NDc4IEw1LjI2OTc1NTExLDguMjQwNTA4OTQgQzUuMTM1ODYxODksOC4xMDY2MTU3MiA1LjEzNTg2MTg5LDcuODg5NzIyNzcgNS4yNjk3NTUxMSw3Ljc1NTgyOTU1IEM1LjQwMzY0ODMzLDcuNjIxOTM2MzMgNS42MjA1NDEyOCw3LjYyMTkzNjMzIDUuNzU0NDM0NSw3Ljc1NTgyOTU1IEwxMC43MTE4NTc0LDEyLjcxMzI1MjQgQzEwLjg0NTc1MDYsMTIuODQ3MTQ1NiAxMC44NDU3NTA2LDEzLjA2NDAzODYgMTAuNzExODU3NCwxMy4xOTc5MzE4IEMxMC42NDQ5MjY3LDEzLjI2NDg3ODQgMTAuNTU3NDUsMTMuMjk4MzU5NyAxMC40Njk1MjU3LDEzLjI5ODM1OTcgWiIgaWQ9IlNoYXBlIiBmaWxsLW9wYWNpdHk9IjAuNjUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+);
  width: 16px;
  height: 16px;
  background-size: 25px 25px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.icon-className[data-v-0b93422d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAADqUlEQVRIDbVVWUiUURT+ZnFcZsZ9z7RyJ41ooeyxjQp6aKGnoofopadWTEMrgqiHFughigiCegmKsiwiynbBSFJnNHPNZbSyRv9pnHHGmdu5F/+r44xYQedh/nOXs33nO3c0jAT/UbT/0bdwrf/bALzca11fUDUwiB8eD3JMRuzOzMSa5MSQrjR/A5HH78fe+gbctw2gwGxGVlQkmhQFNpcb+7Ln4/TCwuAgPMCfytnWNpb44DG702+TJl6/n5VZmlnM/Wp2zzYg91Vlxgo6nE5UD37DZ8cvLDBGYX1KMlLCwwUsBWZTUKYlL14jwWDAw1UrAs5CBrhKGFc0fwKHJC0iHIPuMWjI7EheDo7m5wY4UBeHm6y40z+Arg1r1S3xDWryq6EfKLU0Y3NaCi4sKhJZKePjOGZpwZnWNuRR9lvT0wKc8MVXSiKVkgkSFSv1u+lNLVv+/CWj7NUt+V3/+h1b9uylXKtKs+JgSdSbI01WdUt+A+aAU/DjiIJNqSkI03BQAmVzWiraqTcOqohLC/XnCsG58W0tjHo9ykPAFxCAu9STY459KCHGiF7oNVrc6OlFSc0rlBL2Lp8fw14vLrZ3YrplUA+WxcWiyjaIMsrGTFmp4qUX5Xa/DcXR0YjUabFtTjqSiVXzoqKQERmBSiLFxbYOOtOhlMggRYI1oTSMjLAEwnMd4V1vHxa9sCoK21JbJ7he831ouolcH2iwiDlpHFHkXhBNb/b24VCjFWM+n0hCQ5DRbaFrSa8szMf+nAUywamKk2yKn9agJCEOt5YvFUeTGNDyencPDjZasDo5iRzlwao40DvqIvpFYGV8HM4RBCcICt7kioK8qb6FbiR4OBHuEpRS1Fq6naMsvfoJ2/X+AwsmqHqLsXJ6FuKrHgn4JncnNeqDgHJ03Cc2JYuOU2Y6guDS4kWCKTKDacopetAyqbF8GENJn8styMGJwEVAxBF++u07thMzYqYwR9yY9sPNdmfNxcmWVvz0cGp24HJnN+IMYTAQfftcLuyZnyWtRIChMQ+chGuoR0zenKLk03NB9aOHnO3ImAODViseQQIFS2JjsTMzQ94WAUyUNWeLa4I58nQGhfAVJ2a9DtlGI4qizTPcnICI47WKWHKeWFJnH8YYTewwlW/3egRjTDo9YsPCBAx8kOrsdmTTPxkfstlEzoHN7capls/0vjjENPKquFM+zU7f+ERAr6gy12RCeUEucij72UQGmO3iv55Lmv6rg9nsfgO1Y4bZ6qMU9AAAAABJRU5ErkJggg==);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-left: 20px;
  margin-right: 8px;
}
.icon-unitName[data-v-0b93422d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADiNXWtAAAByElEQVRIDWP8/vPXfwYaAhaY2f+AjOprNxjOvP/I8B8IyQGMDIwMJoL8DK1aGgxMUAPgFhx685Zh/qPHDL4S4gzvfv1iOPruPYM0BwcDMxMj3K7f//4xPP/xk8FBRJhBnJ0dLg5jfPv7F2yGu5goWA1IHG7Bpz9/wOqaNdUZLnz4BLZgg7kJgywnJ0w/w+XPnxhcj55kyFNSZLASEoSLwxgvfv5k2PziJQPMLJA4zCcwNVSnRy0gGKQDH0TXPn9maLhxi+HB128EXYtNATyZIkvCMlrX7bsM656/YPj7/z/DPFAeERdHVkYUG2sQgXIkCIAMT1eQY7jgaMcQJSMF5D8nylBkRVh9YC4kwBAvJ8OQAMSaPLxg9R1amgzh0tIMC4A+0efnQzYDLxurBYKsrAydQAPRgSHQYENdbXRhvHysQYRXB4mSQ98CjDg48vYdgxAwDsgB737/xtCGYUHOpSsYiigRwLBgs4UZgxgbeT549es3g++JUyjuwbBAlpODQQJLbYWiCweHnfknhgzcAl5mCLP2+k0GLmZmDIXECICqTBCAmQViwy2wFxVmiJOVYTjzAVjpk1fnMzACSxiQGSCzYICR1s0WAO6vf5ZfozVSAAAAAElFTkSuQmCC);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  margin-right: 10px;
}
.score[data-v-0b93422d] {
  margin-left: 193px;
  float: left;
}
.noPublish[data-v-0b93422d] {
  font-family: PingFangSC-Regular;
  font-size: 10px;
  color: #F5222D;
  line-height: 20px;
  padding-right: 9px;
  padding-left: 9px;
  border-right: 4px;
  background: #FFF1F0;
  display: inline-block;
}
.viewList-main[data-v-0b93422d] {
  padding-left: 50px;
  padding-right: 48px;
  padding-top: 20px;
}
.viewList-bar[data-v-0b93422d] {
  width: 100%;
  height: 32px;
}
.select-type[data-v-0b93422d] {
  float: left;
}
.search-bar[data-v-0b93422d] {
  float: right;
}
.viewList-content[data-v-0b93422d] {
  margin-top: 20px;
}
.viewlistTable.ant-table-wrapper .ant-table-pagination.ant-pagination[data-v-0b93422d] {
  float: none;
  text-align: center;
}
.icon-min[data-v-0b93422d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAeUlEQVQYGWP8DwQMeAATsty//YcZ/u7ZjyzEwILM+//1KzIXzEYxAUMWKMAIcsPfTdsY/n/7xsDIwwNRA2Qz8PEyMHu4QhSARH/XtzH8f/GSgYGJkYFRVISBtakGrBhsAkQbA8OvijoGhr//GNi6moFmM2IqgClEpgH7Fi7bFVAhxQAAAABJRU5ErkJggg==);
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}
.icon-max[data-v-0b93422d] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAACKADAAQAAAABAAAACAAAAACVhHtSAAAAdUlEQVQYGWP8DwQMeAATTO4/w3+GybcLGKbeKYIJgWm4gll3Kxm+//3M8PnPB4bZ96rhihhBVpx4u5XhK1CSg4kTLPHt7xcgm4vBVjSQAawApvzom41gprWIP0yIAW4FXASNwYLMZwNawczIjCyEagWKDJQDAI0JK4Dw1vI2AAAAAElFTkSuQmCC);
  width: 8px;
  height: 8px;
  background-size: 8px 8px;
}
.publishedSpan[data-v-0b93422d] {
  font-family: PingFangSC-Regular;
  font-size: 14px;
}
.scorePublished[data-v-0b93422d] {
  color: rgba(0, 0, 0, 0.85);
  margin-right: 31px;
}
.regular[data-v-0b93422d] {
  color: rgba(0, 0, 0, 0.65);
}
.strong[data-v-0b93422d] {
  color: #0FB1B5;
  margin-right: 16px;
}
[data-v-0b93422d] .ant-pagination.ant-table-pagination {
  float: none;
}
/* 文字过长点点点 */
.textOverfow[data-v-0b93422d] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.remark-decorate[data-v-0b93422d] {
  width: 300px;
  height: 32px;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 0;
}

.scoreManager-wrapper[data-v-b343e878] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 24px 0 24px;
  height: 100%;
}
#treeData[data-v-b343e878] {
  width: 180px;
  min-width: 180px;
  background: #fafafa;
  border-radius: 2px;
  margin-right: 24px;
}
.class-wrap[data-v-b343e878] {
  margin: 24px;
}
.class-item[data-v-b343e878] {
  margin-bottom: 30px;
  cursor: pointer;
}
.active[data-v-b343e878] {
  color: #0FB1B5;
  font-weight: bold;
}
.active[data-v-b343e878]::after {
  position: absolute;
  content: '>';
  color: #0FB1B5;
  margin-left: 8px;
}
.content[data-v-b343e878] {
  width: 100%;
}
.content_top[data-v-b343e878] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.exportAllClass[data-v-b343e878] {
  border: 1px solid;
  background: rgba(15, 177, 181, 0.7);
  color: white;
  padding: 6px 12px;
  border-radius: 6px;
}
.searchInput[data-v-b343e878] {
  width: 272px;
}
.content_bottom[data-v-b343e878] {
  width: 100%;
  margin-top: 24px;
}
/* 内容过长省略 */
.textOverfow[data-v-b343e878] {
  max-width: 350px;
  min-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.viewScore[data-v-b343e878] {
  width: 64px;
  height: 24px;
  font-size: 12px;
  background: #ffffff;
  border: 1px solid rgba(15, 177, 181, 0.85);
  border-radius: 4px;
  padding: 2px 6px;
  margin-right: 6px;
}
.download[data-v-b343e878] {
  width: 64px;
  height: 24px;
  background: #0fb1b5;
  border: 1px solid rgba(15, 177, 181, 0.85);
  color: white;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
}
[data-v-b343e878] .ant-table-pagination.ant-pagination {
  float: none;
}
[data-v-b343e878] .ant-table-body td {
  white-space: nowrap;
}
/* @fontLineHeight: 26px; */
.ant-layout[data-v-4622e8f2] {
  background-color: white !important;
}
/* .content-box{
  color: @baseFontColor;
  line-height: @fontLineHeight;
} */
.question[data-v-4622e8f2] {
  margin: 20px 0;
  padding: 20px 0;
  cursor: pointer;
  border: 1px solid white;
}
.question[data-v-4622e8f2]:hover {
  border: 1px solid rgba(15, 177, 181, 0.8);
  border-radius: 4px;
  /* /deep/ .edit-wrapper{
      visibility: show;
    } */
}
.wrapper[data-v-4622e8f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  flex-direction: nowrap;
  margin: 25px 0;
  color: #0b0a10;
}
.wrapper .wrapper_left[data-v-4622e8f2] {
  width: 240px;
}
.wrapper .wrapper_right[data-v-4622e8f2] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  width: 870px;
}
.wrapper .wrapper_right .wrapper_right_header[data-v-4622e8f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .wrapper_right .wrapper_right_header .wrapper_right_header_title[data-v-4622e8f2] {
  width: 73%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000ff;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .wrapper_right .wrapper_right_header .wrapper_right_header_detail[data-v-4622e8f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 73%;
  margin-top: 30px;
}
.wrapper .wrapper_right .wrapper_right_header .wrapper_right_header_detail .wrapper_right_header_detail_top[data-v-4622e8f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.title_box[data-v-4622e8f2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #000000;
}
.title_box > p[data-v-4622e8f2] {
  margin-top: 8px;
  margin-bottom: 0px;
}
.title_box .title_title[data-v-4622e8f2] {
  font-size: 14px;
  font-weight: 600;
  margin-right: 30px;
}

.wrapper_edit[data-v-7951fac5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
}
.wrapper_edit[data-v-7951fac5] .ant-form-item {
  margin: 20px 24px 0 24px !important;
}
.wrapper_edit .wrapper_search[data-v-7951fac5] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 1000px;
  padding-bottom: 20px;
  /* /deep/ .ant-form-item-label label{
      position: relative;
      &::before{
        position: absolute;
        color: red;
        content: '*';
        top: -7px;
        left: -7px;
      }
    } */
}
.wrapper_edit .wrapper_search[data-v-7951fac5] .ant-col-1 {
  width: 5.166667%;
}
.wrapper_edit .wrapper_search[data-v-7951fac5] .ant-col-12 {
  width: 56.2%;
  margin-left: 1%;
}
.wrapper_edit .wrapper_content[data-v-7951fac5] {
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 4px;
  max-width: 1000px;
}
.wrapper_edit .sep[data-v-7951fac5] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 6px 0;
}
.wrapper_edit .updateTip[data-v-7951fac5] {
  margin: 16px 16px 16px 50px;
}
.wrapper_edit .updateTip[data-v-7951fac5] .ant-checkbox-inner {
  border-radius: 50%;
  margin-right: 6px;
}
.wrapper_edit .wrapper_footer[data-v-7951fac5] {
  margin: 0 auto;
}

.wrapper[data-v-3db6ff48] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 40px;
}
.wrapper[data-v-3db6ff48] .ant-form-item {
  margin: 10px !important;
}
.wrapper_search[data-v-3db6ff48] {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  max-width: 1000px;
}
.wrapper_content[data-v-3db6ff48] {
  width: 100%;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  border-radius: 4px;
  max-width: 1000px;
}
.wrapper .sep[data-v-3db6ff48] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 6px 0;
}
.wrapper .updateTip[data-v-3db6ff48] {
  margin: 16px 16px 16px 50px;
}
.wrapper .updateTip[data-v-3db6ff48] .ant-checkbox-inner {
  border-radius: 50%;
}

.textoverFlow[data-v-33e6a048] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}
.operate_item[data-v-33e6a048] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #0FB1B5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate_item .audit[data-v-33e6a048] {
  cursor: pointer;
  margin-right: 10px;
}
.operate_item .audit-left[data-v-33e6a048] {
  margin-left: 10px;
}
[data-v-33e6a048] .ant-form-item {
  margin-bottom: 20px;
}
[data-v-33e6a048] .ant-btn {
  margin-right: 10px;
}
[data-v-33e6a048] .ant-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  float: initial;
}
.wrapper[data-v-33e6a048] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 50px 20px 20px;
}
.wrapper[data-v-33e6a048] .ant-popover {
  max-width: 600px;
}
.wrapper_left[data-v-33e6a048] {
  width: 280px;
  background: #fafafa;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper_right[data-v-33e6a048] {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_right .wrapper_search[data-v-33e6a048] {
  padding: 20px 32px;
  border-radius: 4px;
  border: 1px solid #E8E8E8FF;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 56px;
}
.wrapper_right .wrapper_search_operate[data-v-33e6a048] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper_right .wrapper_search_operate .wrapper_operate_left[data-v-33e6a048],
.wrapper_right .wrapper_search_operate .wrapper_operate_right[data-v-33e6a048] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrapper_right .wrapper_search .wrapper_search_operate[data-v-33e6a048] {
  position: absolute;
  right: 60px;
}
.wrapper_right .wrapper_operate_left[data-v-33e6a048] {
  margin-bottom: 20px;
}
.difficulty[data-v-33e6a048] {
  width: 48px;
  height: 24px;
  background: #e6fafa;
  border-radius: 4px;
  color: #0fb1b5;
  padding: 2px 12px;
  line-height: 24px;
  font-size: 13px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popover-content[data-v-33e6a048] {
  max-height: 200px;
  overflow: auto;
}
.ant-table-wrapper[data-v-33e6a048] .ant-table-content {
  overflow: auto;
}

.wrapper_knowledge[data-v-0d11c3a6] {
  max-width: 900px;
  margin: 40px auto;
}
.wrapper_knowledge .wrapper_info[data-v-0d11c3a6] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FAFAFAFF;
  padding: 16px;
}
.wrapper_knowledge .wrapper_info .item[data-v-0d11c3a6] {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper_knowledge .wrapper_info .item .item_left[data-v-0d11c3a6] {
  width: 50px;
  color: #000000D9;
  font-weight: bold;
  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;
}
.wrapper_knowledge .wrapper_info .item .left[data-v-0d11c3a6] {
  height: 35px;
  /* margin: 40px auto; */
}
.wrapper_knowledge .wrapper_info .item .item_right[data-v-0d11c3a6] {
  padding: 4px 8px;
  background: rgba(218, 240, 254, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper_knowledge .wrapper_info .konwledge[data-v-0d11c3a6] {
  margin-top: 20px;
  width: 100%;
}
.wrapper_knowledge .wrapper_info .konwledge .konwledge_list[data-v-0d11c3a6] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* width: 100%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: transparent;
  padding: initial;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
}
.wrapper_knowledge .wrapper_info .konwledge .konwledge_list .konwledge_item[data-v-0d11c3a6] {
  background: #F5F5F5FF;
  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-right: 10px;
  padding: 4px 8px;
}
.wrapper_knowledge .desc-section[data-v-0d11c3a6] {
  margin-top: 20px;
}
.wrapper_knowledge .timeline-wrapper[data-v-0d11c3a6] {
  margin-top: 20px;
}
.wrapper_knowledge .timeline-wrapper .timeline-title[data-v-0d11c3a6] {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.wrapper_knowledge .timeline-wrapper .timeline-list[data-v-0d11c3a6] {
  margin-top: 20px;
  padding-left: 15px;
  font-size: 14px;
}
.wrapper_knowledge .timeline-wrapper .timeline-list .timeline-item-content[data-v-0d11c3a6] {
  margin-bottom: 5px;
}
.wrapper_knowledge .timeline-wrapper .timeline-list .timeline-item-content.content-reason[data-v-0d11c3a6] {
  padding-left: 65px;
}
.wrapper_knowledge .timeline-wrapper .timeline-list .timeline-item-content .username[data-v-0d11c3a6] {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
}
.wrapper_knowledge .timeline-wrapper .timeline-list .timeline-item-content .operation[data-v-0d11c3a6] {
  display: inline-block;
  margin-right: 15px;
  min-width: 60px;
}

.textOverfow[data-v-52a21505] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}
[data-v-52a21505] .ant-form-item {
  margin-bottom: 20px;
}
[data-v-52a21505] .ant-btn {
  margin-right: 10px;
}
[data-v-52a21505] .ant-table-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  float: initial;
}
.wrapper[data-v-52a21505] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 20px 50px 20px 20px;
}
.wrapper[data-v-52a21505] .ant-popover {
  max-width: 600px;
}
.wrapper_left[data-v-52a21505] {
  width: 280px;
  background: #fafafa;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.wrapper_right[data-v-52a21505] {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.wrapper_right .wrapper_search[data-v-52a21505] {
  padding: 20px 32px;
  border-radius: 4px;
  border: 1px solid #E8E8E8FF;
  margin-bottom: 20px;
}
.wrapper_right .wrapper_search_operate[data-v-52a21505] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper_right .wrapper_search_operate .wrapper_operate_left[data-v-52a21505],
.wrapper_right .wrapper_search_operate .wrapper_operate_right[data-v-52a21505] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.operate_wrapper[data-v-52a21505] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate_wrapper .operate_item[data-v-52a21505] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #2EABFFFF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.operate_wrapper .operate_item .audit[data-v-52a21505] {
  cursor: pointer;
  margin-right: 10px;
}
.operate_wrapper .operate_item .audit-left[data-v-52a21505] {
  margin-left: 10px;
}
.audit[data-v-52a21505] {
  cursor: pointer;
  color: #0fb1b5;
}
.sep[data-v-52a21505] {
  margin: 0 6px;
}
.operate_item .sep[data-v-52a21505] {
  margin-top: 5px;
}
.difficulty[data-v-52a21505] {
  width: 48px;
  height: 24px;
  background: #e6fafa;
  border-radius: 4px;
  color: #0fb1b5;
  padding: 2px 12px;
  line-height: 24px;
  font-size: 13px;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popover-content[data-v-52a21505] {
  max-height: 200px;
  overflow: auto;
}
.ant-table-wrapper[data-v-52a21505] .ant-table-content {
  overflow: auto;
}

.introduct[data-v-2f6085d8] {
  word-break: break-all;
  word-wrap: break-word;
}

.introduct[data-v-83617018] {
  word-break: break-all;
  word-wrap: break-word;
}

[data-v-6cab4324] .wrapper {
  background: #f0f2f5;
  height: calc(0vh);
}
[data-v-6cab4324] .wrapper .wrapper_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
[data-v-6cab4324] .wrapper .wrapper_header .wrapper_header_logo,[data-v-6cab4324] .wrapper .wrapper_header .wrapper_header_avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
[data-v-6cab4324] .wrapper .header_wrapper {
  min-height: 240px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  /* align-items: center;
    justify-content: center; */
}
[data-v-6cab4324] .wrapper .header_wrapper .aduio_img {
  width: 100px;
  height: 118px;
  display: inline-block;
  margin-top: 62px;
  margin-left: 250px;
}
[data-v-6cab4324] .wrapper .header_wrapper .aduio_img > img {
  width: 68px;
  height: 80px;
}
[data-v-6cab4324] .wrapper .header_wrapper .audio_Info {
  color: white;
  margin-top: 62px;
  min-height: 118px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
[data-v-6cab4324] .wrapper .header_wrapper .audio_Info .audio_title {
  margin: 10px;
  word-break: break-word;
}
[data-v-6cab4324] .wrapper .introduct {
  margin: 20px 152px;
  background: white;
  padding: 40px;
  word-break: break-all;
}

.introduct[data-v-f4b6d146] {
  word-break: break-all;
  word-wrap: break-word;
}

.wrapper .header_wrapper .audio_Info[data-v-ef09b61e] {
  margin-left: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.wrapper .header_wrapper .audio_Info > img[data-v-ef09b61e] {
  max-width: 240px;
  max-height: 180px;
}
.wrapper .header_wrapper .introduct[data-v-ef09b61e] {
  word-break: break-all;
  word-wrap: break-word;
}

.header[data-v-6b31d861] {
  height: 64px;
  width: 100%;
  line-height: 22px;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .header__tab[data-v-6b31d861] {
  padding: 21px 0px;
}
.header .header__tab--right[data-v-6b31d861] {
  padding: 14px 24px;
}
span[data-v-6b31d861] {
  cursor: not-allowed;
  padding: 21px 17px;
}
span[data-v-6b31d861]:hover {
  color: black;
}
.isChecked[data-v-6b31d861] {
  color: #0fb1b5;
}
.ant-btn[data-v-6b31d861] {
  text-shadow: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.header__config--item {
  width: 180px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 10px;
}
.header__config--item:hover .delete {
  display: inline-block;
}
.header__config--item .circle {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
}
.header__config--item .delete {
  display: none;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
  background-size: 16px;
  vertical-align: middle;
}
.header__config--item input {
  height: 32px;
  width: 110px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  outline: none ;
}
.header__config--item input:focus {
  border: 1px solid #0fb1b5;
  outline: none;
}
.check-button {
  margin: 0 12px;
  width: 90px;
  height: 32px;
}
.check-button:first-child {
  margin-left: 0;
}
.tips {
  margin-bottom: 30px;
  padding-left: 80px;
  color: #999;
}

.right--border[data-v-4dd64bd5] {
  border-right: 1px solid #e8e8e8;
  text-align: center;
  height: 100%;
}
.extra[data-v-4dd64bd5] {
  width: 8.33333333% !important;
}
.right--border[data-v-4dd64bd5]:last-child {
  border-right: none;
}
.chapter--item[data-v-4dd64bd5] {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* border-left: none; */
}
.chapter--item[data-v-4dd64bd5] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tips--gray[data-v-4dd64bd5] {
  color: #000000;
  opacity: 0.25;
}
.tips_score[data-v-4dd64bd5] {
  margin-top: 10px;
  display: inline-block;
}
.tip-difficult[data-v-4dd64bd5] {
  margin-bottom: 10px;
}
.tips--settings[data-v-4dd64bd5] {
  color: #ffa406;
  margin-left: 66px;
  cursor: pointer;
}
.text--left[data-v-4dd64bd5] {
  margin-left: 110px;
}
.form-head[data-v-4dd64bd5] {
  margin-top: 12px;
  margin-bottom: 12px;
}
.form-head[data-v-4dd64bd5] .ant-form-item-control-wrapper {
  text-align: left;
  padding-left: 10px;
}
[data-v-4dd64bd5] .requireds label:before {
  position: absolute;
  content: '*';
  font-size: 18px;
  top: -6px;
  left: -11px;
  color: #f5222d;
}
/* .required {
    position: relative;
} */
.content[data-v-4dd64bd5] {
  min-width: 1280px;
  min-height: 546px;
  margin: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* /deep/ .ant-col-2{
    width: 98px !important;
  } */
}
.content .content__title[data-v-4dd64bd5] {
  background: #f9f9f9;
}
.content .content__item[data-v-4dd64bd5] {
  min-height: 66px;
  line-height: 66px;
  border: 1px solid #e8e8e8;
  border-top: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content .content_extra[data-v-4dd64bd5] .ant-col-2 {
  width: 98px;
}
.content .content__chapter[data-v-4dd64bd5] {
  /* margin-top: 12px; */
  border-left: 1px solid #e8e8e8;
  /* border-right: @border; */
  /* :nth-child(2){
        margin-top: 26px;
      }
      :last-child{
        margin-bottom: 8px;
      } */
}
.content .content__chapter .content__chapter__left[data-v-4dd64bd5] {
  /* border-left: @border; */
  border-right: 1px solid #e8e8e8;
  border-top: none;
}
.content .content__chapter .content__chapter__left .content__chapter__left__item[data-v-4dd64bd5] {
  /* margin-left: 80px; */
  margin-left: 110px;
  /* margin-top: 12px; */
}
.content .content__chapter .content__chapter__right[data-v-4dd64bd5] {
  height: 60px;
  line-height: 60px;
  /* :first{
        margin-top: 26px;
      }
      :last-child{
        margin-bottom: 8px;
      } */
}
.content .content__chapter .content__chapter__right .content__chapter__right__item[data-v-4dd64bd5] {
  padding: 0px 4px;
  border-right: 1px solid #e8e8e8;
  /* border: @border;
        border-top: none;
        border-bottom: none;
        border-left: none; */
}
.content .content__footer[data-v-4dd64bd5] {
  height: 106px;
  border: 1px solid #e8e8e8;
}
.model__item[data-v-4dd64bd5] {
  border: 1px solid #e8e8e8;
}
.model__item .content__item__left[data-v-4dd64bd5] {
  border: 1px solid #e8e8e8;
}
.alignItem[data-v-4dd64bd5] {
  padding-top: 12px;
}
[data-v-4dd64bd5] .ant-form-explain {
  display: inline-block;
}
[data-v-4dd64bd5] .ant-row {
  margin-bottom: 0;
}
[data-v-4dd64bd5] .ant-col-21 {
  width: 80.5%;
}

.active[data-v-2c9f01d6] {
  background: #0FB1B5;
  color: #ffffff;
}
.content[data-v-2c9f01d6] {
  padding: 24px 32px;
}
.content .content__header[data-v-2c9f01d6] {
  height: 90px;
  line-height: 90px;
  border-radius: 4px;
  background: #F9F9F9;
}
.content .content__header .content__header--item[data-v-2c9f01d6] {
  height: 90px;
  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;
}
.content .content__header .content__header--item .content__header--title[data-v-2c9f01d6] {
  cursor: pointer;
}
.content .content__header .content__header--item .content__header--title[data-v-2c9f01d6]:hover {
  color: #0FB1B5;
}
.content .content__header .content__header--item .content__header__tab[data-v-2c9f01d6] {
  /* box-sizing: border-box; */
  width: 200px;
  height: 33px;
  background: #ECECEC ;
  border: #0FB1B5 1px solid;
  color: #999999;
  line-height: 32px;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content .content__header .content__header--item .content__header__tab .content__header__tab__item[data-v-2c9f01d6] {
  width: 110px;
  height: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 2px;
  text-align: center;
  cursor: pointer;
}
.xianshidaanjiexi .iconicon_xtgl1x .iconicon_excel_nor1x .iconicon_rate_nor1x[data-v-2c9f01d6] {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 20px;
}
.xianshidaanjiexi .iconicon_xtgl1x .iconicon_excel_nor1x .iconicon_rate_nor1xhover[data-v-2c9f01d6] {
  color: #0FB1B5;
}
.iconactive[data-v-2c9f01d6] {
  color: #0FB1B5;
}
.iconnoactive[data-v-2c9f01d6] {
  color: none;
}

.header__config--item {
  width: 180px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 10px 4px;
}
.header__config--item .circle {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 50%;
  display: inline-block;
}
.header__config--item .delete {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
  background-size: 16px;
  vertical-align: middle;
}
.header__config--item input {
  height: 32px;
  width: 110px;
  border-radius: 2px;
  border: 1px solid #d9d9d9;
  outline: none ;
}
.header__config--item input:focus {
  border: 1px solid #0fb1b5;
  outline: none;
}
.check-button {
  margin: 0 12px;
  width: 90px;
  height: 32px;
}
.check-button:first-child {
  margin-left: 0;
}

.wrapper .search[data-v-54957584] {
  margin: 16px 16px;
  padding: 24px 32px;
  background: #fefefe;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .search[data-v-54957584] .ant-col-21 {
  width: 85%;
}
.wrapper .search[data-v-54957584] .ant-form-item {
  margin-bottom: initial;
}
.wrapper .search .search_operate[data-v-54957584] {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4%;
}
.wrapper .search .search_operate[data-v-54957584] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrapper .search .search_operate .ant-btn[data-v-54957584] {
  margin-left: 10px;
}
.wrapper .wrapper_content .wrapper_content_top[data-v-54957584] {
  height: 60px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  margin: 24px 16px 24px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 4%;
  color: #000000FF;
  /* a{
        color: #000000FF;
      } */
}
.wrapper .wrapper_content .wrapper_content_top .answerIcon[data-v-54957584] {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/mmL7npLrnrZTmoYjop6PmnpA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuODUiPgogICAgICAgIDxnIGlkPSJpY29uL+aYvuekuuetlOahiOino+aekCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuetlOahiOino+aekOKAlOino+aekC1jb3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjIxODkwNzM5LDE5Ljk5Nzc3NTYgQy0wLjA0MjQwMzA1MDYsMTkuODk3MDQ4MSAtMC4wMDE1NzY1OTYwNywxOC43NTc3MDcxIDAuMDAwNTcyNTYyMjg0LDE4LjcwODQ2MjcgTDAuMDAwNTcyNTYyMjg0LDMuNDUxNTk5NDkgQzAuMDAwNTcyNTYyMjg0LDIuMjQwNjI5NzggMC45ODY4NDM2MTYsMi4xODAxOTMyNCAxLjE4NDUyODQxLDIuMTgwMTkzMjQgTDIuNDcxNjIzMDksMi4xNzM0NzgwNyBMMi40NzE2MjMwOSwzLjMwMzg2NTcyIEwxLjU4NjM0MzYsMy4zMDM4NjU3MiBDMS40NTUyNzA2MiwzLjI5NzE1MDU2IDEuMzI2MzQ2NDMsMy4zNDg2MzM2MiAxLjIzMzk0OTYxLDMuNDQ3MTIyNzYgQzEuMTM5NDA1MTUsMy41NjU3NTc0MSAxLjA5MjEzMjkyLDMuNzE1NzI4OTYgMS4xMDI4NzY2NCwzLjg3MDE3ODU3IEwxLjEwMjg3NjY0LDE4LjM5Mjg1MTkgQzEuMDk2NDMwNDMsMTguNTM2MTA4OSAxLjEzNzI1NjM3LDE4LjY1NDc0MzYgMS4yMjEwNTczMSwxOC43NDIwNDAxIEMxLjMxMTMwNDM5LDE4LjgyOTMzNzMgMS40Mjk0ODQxMiwxOC44Nzg1ODE5IDEuNTUxOTYzNDgsMTguODc4NTgxOSBMMTQuNDUyOTk0NywxOC44Nzg1ODE5IEMxNC41NjkwMjY2LDE4Ljg4MzA1ODcgMTQuNjgwNzYwMiwxOC44MzYwNTI0IDE0Ljc2MjQxMzEsMTguNzUwOTkzNyBDMTQuODk5OTMyNCwxOC41OTg3ODMxIDE0Ljg4NDg5MTEsMTguMzc3MTgyMiAxNC44ODQ4OTExLDE4LjM1MDMyMjIgTDE0Ljg4NDg5MTEsMy44MDA3NzUxIEMxNC44OTEzMzczLDMuNjc3NjYzNTggMTQuODQ2MjEzOCwzLjU1Njc5MDEgMTQuNzY0NTYxNywzLjQ2NzI1NDcgQzE0LjY1MDY3ODYsMy4zNjIwNTAyNiAxNC41MDQ1NjQ1LDMuMzA4MzI5MDEgMTQuMzU0MTUxNywzLjMxMjgwNTY5IEwxNC4zMTMzMjU3LDMuMzE1MDQ0MDggTDEzLjU0NjIyNTMsMy4zMTUwNDQwOCBMMTMuNTQ2MjI1MywyLjE2Njc0OTc1IEwxNC43NTgxMTQ2LDIuMTY2NzQ5NzUgQzE1LjE4Nzg2MzEsMi4xOTM2MTAzNyAxNS41MTg3Njc0LDIuMzM0NjI4OTcgMTUuNzI5MzQ1MywyLjU4NzU2NjczIEMxNS45MTQxMzY4LDIuODIyNTk4MzkgMTYuMDEwODMwMywzLjExODA2NDYyIDE1Ljk5NzkzNzIsMy40MjI0ODYxNyBMMTUuOTk3OTM3MiwxOC43Mzk3ODU5IEMxNi4wMTUxMjcxLDE5LjEyOTI2NTIgMTUuOTI0ODgwMiwxOS40MjkyMTExIDE1LjcyNzE5NjEsMTkuNjM5NjE5NiBDMTUuNDEzNDc5NSwxOS45NzUzNzg4IDE0LjkyMTQxODUsMjAgMTQuNzc3NDUzMiwyMCBMMS4yMTg5MDc5NiwxOS45OTc3NjE2IEwxLjIxODkwNzM5LDE5Ljk5Nzc3NTYgWiBNNC4yNzg3MTk2NywxNy4yMTc2OTQ2IEM0LjE1ODM5MDIyLDE3LjIxNzY5NDYgNC4wNjE2OTYyMiwxNy4xMTY5NjcgNC4wNTk1NDg5NSwxNi45OTE2MTYzIEw0LjA1OTU0ODk1LDE2LjMyNDU3NTUgQzQuMDYxNjk3NjksMTYuMTk5MjI1NSA0LjE1ODM5MDk3LDE2LjA5ODQ5NzIgNC4yNzg3MTk2NywxNi4wOTg0OTcyIEwxMS43MDQ3NjA1LDE2LjA5ODQ5NzIgQzExLjgyNTA5LDE2LjA5ODQ5NzIgMTEuOTIzOTMxMywxNi4xOTkyMjQ3IDExLjkyMzkzMTMsMTYuMzI0NTc1NSBMMTEuOTIzOTMxMywxNi45OTE2MTYzIEMxMS45MjE3ODI1LDE3LjExNjk2NjIgMTEuODI1MDg5MiwxNy4yMTc2OTQ2IDExLjcwNDc2MDUsMTcuMjE3Njk0NiBMNC4yNzg3MTk2NywxNy4yMTc2OTQ2IFogTTQuMjc4NzE5NjcsMTQuNDI2NDE5NCBDNC4xNTgzOTAyMiwxNC40MjY0MTk0IDQuMDYxNjk2MjIsMTQuMzI1NjkxOSA0LjA1OTU0ODk1LDE0LjIwMjU4IEw0LjA1OTU0ODk1LDEzLjUzMzMwMDMgQzQuMDYxNjk3NjksMTMuNDA3OTUwNCA0LjE1ODM5MDk3LDEzLjMwNzIyMiA0LjI3ODcxOTY3LDEzLjMwNzIyMiBMMTEuNzA0NzYwNSwxMy4zMDcyMjIgQzExLjgyNTA5LDEzLjMwNzIyMiAxMS45MjM5MzEzLDEzLjQwNzk0OTYgMTEuOTIzOTMxMywxMy41MzMzMDAzIEwxMS45MjM5MzEzLDE0LjIwMjU4IEMxMS45MjE3ODI1LDE0LjMyNzkyOTkgMTEuODI1MDg5MiwxNC40MjY0MTk0IDExLjcwNDc2MDUsMTQuNDI2NDE5NCBMNC4yNzg3MTk2NywxNC40MjY0MTk0IFogTTExLjA1NTgzOTQsMTEuNjY2NDgzOSBDMTAuOTk3ODIzNCwxMS42NjY0ODM5IDEwLjkzOTgwNzUsMTEuNjQ0MSAxMC44OTg5ODE0LDExLjYwMTU3MDUgQzEwLjg1ODE1NTMsMTEuNTU5MDQxMSAxMC44MzQ1MTkzLDExLjUwMDg0MyAxMC44MzQ1MTkzLDExLjQzODE2OCBMMTAuODM0NTE5Myw1LjE5NzU0Mzk2IEMxMC44MzQ1MTkzLDUuMTM3MTA3NDIgMTAuODU4MTU1NSw1LjA3ODkwOTMxIDEwLjkwMTEzMDIsNS4wMzYzNzk4NCBDMTAuOTQxOTU2Myw0Ljk5Mzg1MDM4IDEwLjk5OTk3MjIsNC45NjkyMjgxOSAxMS4wNTc5ODgxLDQuOTcxNDY2NDMgTDExLjcxMTIwMzksNC45NzE0NjY0MyBDMTEuNzY5MjE5OCw0Ljk3MTQ2NjQzIDExLjgyNTA4Nyw0Ljk5NjA4ODgxIDExLjg2ODA2MTgsNS4wMzg2MTgwOCBDMTEuOTA4ODg3OSw1LjA4MTE0NzU0IDExLjkzMjUyMzksNS4xMzkzNDU2NSAxMS45MzI1MjM5LDUuMTk5NzgyMiBMMTEuOTMyNTIzOSwxMS40NDA0MDYyIEMxMS45MzI1MjM5LDExLjUwMDg0MjggMTEuOTA4ODg3NywxMS41NTkwNDA5IDExLjg2ODA2MTgsMTEuNjAxNTcwMyBDMTEuODI3MjM1NywxMS42NDQwOTk4IDExLjc3MTM2ODYsMTEuNjY4NzIyIDExLjcxMzM1MjYsMTEuNjY2NDgzNyBMMTEuMDU1ODM4NiwxMS42NjY0ODM3IEwxMS4wNTU4Mzk0LDExLjY2NjQ4MzkgWiBNNy42NjA4MzAxNSwxMS42NjY0ODM5IEM3LjYwMjgxNDIxLDExLjY2NjQ4MzkgNy41NDY5NDcwNCwxMS42NDE4NjE2IDcuNTAzOTcyMTgsMTEuNTk5MzMyMyBDNy40NjMxNDYxMSwxMS41NTY4MDI4IDcuNDM5NTEwMDksMTEuNDk4NjA0NyA3LjQzOTUxMDA5LDExLjQzODE2ODIgTDcuNDM5NTEwMDksNS4xOTc1NDQxNiBDNy40Mzk1MTAwOSw1LjEzNzEwNzYxIDcuNDYzMTQ2Myw1LjA3ODkwOTUgNy41MDM5NzIxOCw1LjAzNjM4MDA0IEM3LjU0NDc5ODI2LDQuOTkzODUwNTggNy42MDA2NjU0Miw0Ljk2OTIyODM5IDcuNjU4NjgxMzcsNC45NzE0NjY2MyBMOC4zMTE4OTcwOSw0Ljk3MTQ2NjYzIEM4LjM2OTkxMzAzLDQuOTcxNDY2NjMgOC40Mjc5Mjg5OCw0Ljk5Mzg1MDU4IDguNDY4NzU1MDUsNS4wMzYzODAwNCBDOC41MDk1ODExMyw1LjA3ODkwOTUgOC41MzMyMTcxNSw1LjEzNzEwNzYxIDguNTMzMjE3MTUsNS4xOTk3ODI1OSBMOC41MzMyMTcxNSwxMS40NDA0MDY2IEM4LjUzMzIxNzE1LDExLjUwMDg0MzIgOC41MDk1ODA5NCwxMS41NTkwNDEzIDguNDY2NjA2MjcsMTEuNjAxNTcwNyBDOC40MjU3ODAyLDExLjY0NDEwMDIgOC4zNjc3NjQyNSwxMS42Njg3MjI0IDguMzA5NzQ4MzEsMTEuNjY2NDg0MSBMNy42NjA4MjkwMiwxMS42NjY0ODQxIEw3LjY2MDgzMDE1LDExLjY2NjQ4MzkgWiBNNC4yNzY1NjY3MywxMS42NjY0ODM5IEM0LjIxODU1MDc5LDExLjY2NjQ4MzkgNC4xNjI2ODM2MiwxMS42NDE4NjE2IDQuMTE5NzA4NzYsMTEuNTk5MzMyMyBDNC4wNzg4ODI2OSwxMS41NTY4MDI4IDQuMDU1MjQ2NjcsMTEuNDk4NjA0NyA0LjA1NTI0NjY3LDExLjQzODE2ODIgTDQuMDU1MjQ2NjcsNS4xOTc1NDQxNiBDNC4wNTUyNDY2Nyw1LjEzNzEwNzYxIDQuMDc4ODgyODgsNS4wNzg5MDk1IDQuMTE5NzA4NzYsNS4wMzYzODAwNCBDNC4xNjA1MzQ4NCw0Ljk5Mzg1MDU4IDQuMjE2NDAyMDEsNC45NjkyMjgzOSA0LjI3NDQxNzk1LDQuOTcxNDY2NjMgTDQuOTI3NjMzNjcsNC45NzE0NjY2MyBDNC45ODU2NDk2MSw0Ljk3MTQ2NjYzIDUuMDQzNjY1NTYsNC45OTM4NTA1OCA1LjA4NDQ5MTYzLDUuMDM2MzgwMDQgQzUuMTI1MzE3NzEsNS4wNzg5MDk1IDUuMTQ4OTUzNzMsNS4xMzcxMDc2MSA1LjE0ODk1MzczLDUuMTk5NzgyNTkgTDUuMTQ4OTUzNzMsMTEuNDQwNDA2NiBDNS4xNDg5NTM3MywxMS41MDA4NDMyIDUuMTI1MzE3NTIsMTEuNTU5MDQxMyA1LjA4MjM0Mjg1LDExLjYwMTU3MDcgQzUuMDQxNTE2NzgsMTEuNjQ0MTAwMiA0Ljk4MzUwMDgzLDExLjY2ODcyMjQgNC45MjU0ODQ4OSwxMS42NjY0ODQxIEw0LjI3NjU2NTYsMTEuNjY2NDg0MSBMNC4yNzY1NjY3MywxMS42NjY0ODM5IFogTTQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMi4xNjQ1MjM0MSBMNS41MjA2ODU4LDIuMTY0NTIzNDEgTDcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgQzcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgNy40MzUyMTE5NiwwIDcuOTEwMDgzNDIsMCBDNy45Mjk0MjIwNiwwIDcuOTQ4NzYwNzEsMCA3Ljk2ODA5OTM2LDAuMDAyMjM4Mzk0ODkgTDguMDE3NTIwMzcsMC4wMDIyMzgzOTQ4OSBDOC4xMTg1MTExNywwLjAwMjIzODM5NDg5IDguNDc1MjAyMzQsMC4wMjY4NjA3NzggOC44NDQ3ODM5MiwwLjM2MDM4MDAwMyBMMTAuNDYyNzg0OCwyLjE2Njc2MTgxIEwxMS45MzAzNzI5LDIuMTY2NzYxODEgTDExLjkzMDM3MjksMy4zMDE2MjUxNCBMNC4wNTMwOTc3LDMuMzAxNjI1MTQgTDQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMy4yOTkzODY3NSBaIE03Ljk4MzE0OTE0LDAuNjQ2ODg2ODM3IEM3LjkwMzY0NTc2LDAuNjQ2ODg2ODM3IDcuNzg1NDY0MzQsMC42NzU5ODY0ODIgNy42NzM3MzA3NywwLjgxOTI0MzUxOSBMNi41NTIwODkxNywyLjE2Njc1NDE3IEw5LjM4MTk3MTcyLDIuMTY2NzU0MTcgTDguMjk5MDA3NDMsMC44MDU4MTI1MiBDOC4yMTk1MDQwNSwwLjcwOTU2MTgxNSA4LjEwNTYyMDk0LDAuNjUzNjAxOTQzIDcuOTgzMTQzNDcsMC42NDY4ODY4MzcgTDcuOTgzMTQ5MTQsMC42NDY4ODY4MzcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
  background-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
.wrapper .wrapper_content .wrapper_content_top .ant-btn-primary[data-v-54957584] {
  color: #0FB1B5FF;
  background-color: transparent;
  margin-right: 32px;
  margin-left: 60px;
}
.iconactive[data-v-54957584] {
  color: #0FB1B5 ;
}
.iconnoactive[data-v-54957584] {
  color: rgba(0, 0, 0, 0.65);
}

.wrapper .search[data-v-34901497] {
  padding: 24px 32px;
  background: #fefefe;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper .search[data-v-34901497] .ant-col-21 {
  width: 85%;
}
.wrapper .search[data-v-34901497] .ant-form-item {
  margin-bottom: initial;
}
.wrapper .search .search_operate[data-v-34901497] {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 4%;
}
.wrapper .search .search_operate[data-v-34901497] .ant-form-item-children {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.wrapper .search .search_operate .ant-btn[data-v-34901497] {
  margin-left: 10px;
}
.wrapper .title[data-v-34901497] {
  height: 60px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid #e8e8e8;
  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: 24px 0;
}
.wrapper .content .sep[data-v-34901497] {
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  margin: 6px 0;
}
.wrapper .content .updateTip[data-v-34901497] {
  margin: 16px 16px 16px 50px;
}
.wrapper .content .operate-box[data-v-34901497] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper .content .operate-box .ant-btn[data-v-34901497] {
  margin: 16px;
}

.item--span[data-v-56bf43b8] {
  cursor: pointer;
  color: #000000;
  line-height: 64px;
}
.item--span[data-v-56bf43b8]:hover {
  color: #0fb1b5;
}
.item--padding[data-v-56bf43b8] {
  padding: 0 5px;
}
.content[data-v-56bf43b8] {
  padding: 48px;
}
.content .content__row[data-v-56bf43b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content .content__row .content__row__div[data-v-56bf43b8] {
  height: 193px;
  width: 560px;
  background: #fafafa;
}
.content .content__row .content__row__div .content__row__div--item[data-v-56bf43b8] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content .content__row .content__row__div .content__row__div--bottom[data-v-56bf43b8] {
  margin: 29px 0 35px 0px;
  text-align: center;
}
.content[data-v-56bf43b8] .scoreTable {
  max-width: 870px;
}
.content[data-v-56bf43b8] .question {
  max-width: 870px;
}
.modal-title[data-v-56bf43b8] {
  height: 32px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.modal-title span[data-v-56bf43b8] {
  cursor: pointer;
}
.modal-title span[data-v-56bf43b8]:hover {
  color: #0FB1B5;
}

.content[data-v-1d1f44d0] {
  margin: 48px;
}
.content .content__header[data-v-1d1f44d0] {
  min-width: 1240px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  padding: 24px 24px 0 24px;
  background: #FEFEFE;
  width: calc(-110%);
}
.content .basket[data-v-1d1f44d0] {
  height: 64px;
  width: 210px;
  background: #E5E2F9 ;
  z-index: 9999999;
  position: fixed;
  top: 200px;
  right: 0px;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.content .basket .basket__number[data-v-1d1f44d0] {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #6D65A8;
  color: #ffffff;
  text-align: center;
  line-height: 48px;
  font-size: 24px;
}
.content .basket--b[data-v-1d1f44d0] {
  top: 300px;
}
.content .content__question[data-v-1d1f44d0] {
  word-break: break-all;
  margin: 20px 0 0 0;
  /* max-height:420px;
    overflow: auto; */
}
.content .content__question[data-v-1d1f44d0] img {
  max-width: 100%;
  height: 100%;
}
.content .content__questionTtitle[data-v-1d1f44d0] {
  margin-top: 20px;
  height: 60px;
  min-width: 1240px;
  line-height: 60px;
  background: #F9F9F9 ;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  border: 1px solid #E8E8E8;
}
.content .content__questionTtitle strong[data-v-1d1f44d0] {
  cursor: pointer;
}
.answerIcon[data-v-1d1f44d0] {
  display: inline-block;
  width: 16px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi/mmL7npLrnrZTmoYjop6PmnpA8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIG9wYWNpdHk9IjAuODUiPgogICAgICAgIDxnIGlkPSJpY29uL+aYvuekuuetlOahiOino+aekCIgZmlsbD0iIzBGQjFCNSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuetlOahiOino+aekOKAlOino+aekC1jb3B5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0LjAwMDAwMCwgMi4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xLjIxODkwNzM5LDE5Ljk5Nzc3NTYgQy0wLjA0MjQwMzA1MDYsMTkuODk3MDQ4MSAtMC4wMDE1NzY1OTYwNywxOC43NTc3MDcxIDAuMDAwNTcyNTYyMjg0LDE4LjcwODQ2MjcgTDAuMDAwNTcyNTYyMjg0LDMuNDUxNTk5NDkgQzAuMDAwNTcyNTYyMjg0LDIuMjQwNjI5NzggMC45ODY4NDM2MTYsMi4xODAxOTMyNCAxLjE4NDUyODQxLDIuMTgwMTkzMjQgTDIuNDcxNjIzMDksMi4xNzM0NzgwNyBMMi40NzE2MjMwOSwzLjMwMzg2NTcyIEwxLjU4NjM0MzYsMy4zMDM4NjU3MiBDMS40NTUyNzA2MiwzLjI5NzE1MDU2IDEuMzI2MzQ2NDMsMy4zNDg2MzM2MiAxLjIzMzk0OTYxLDMuNDQ3MTIyNzYgQzEuMTM5NDA1MTUsMy41NjU3NTc0MSAxLjA5MjEzMjkyLDMuNzE1NzI4OTYgMS4xMDI4NzY2NCwzLjg3MDE3ODU3IEwxLjEwMjg3NjY0LDE4LjM5Mjg1MTkgQzEuMDk2NDMwNDMsMTguNTM2MTA4OSAxLjEzNzI1NjM3LDE4LjY1NDc0MzYgMS4yMjEwNTczMSwxOC43NDIwNDAxIEMxLjMxMTMwNDM5LDE4LjgyOTMzNzMgMS40Mjk0ODQxMiwxOC44Nzg1ODE5IDEuNTUxOTYzNDgsMTguODc4NTgxOSBMMTQuNDUyOTk0NywxOC44Nzg1ODE5IEMxNC41NjkwMjY2LDE4Ljg4MzA1ODcgMTQuNjgwNzYwMiwxOC44MzYwNTI0IDE0Ljc2MjQxMzEsMTguNzUwOTkzNyBDMTQuODk5OTMyNCwxOC41OTg3ODMxIDE0Ljg4NDg5MTEsMTguMzc3MTgyMiAxNC44ODQ4OTExLDE4LjM1MDMyMjIgTDE0Ljg4NDg5MTEsMy44MDA3NzUxIEMxNC44OTEzMzczLDMuNjc3NjYzNTggMTQuODQ2MjEzOCwzLjU1Njc5MDEgMTQuNzY0NTYxNywzLjQ2NzI1NDcgQzE0LjY1MDY3ODYsMy4zNjIwNTAyNiAxNC41MDQ1NjQ1LDMuMzA4MzI5MDEgMTQuMzU0MTUxNywzLjMxMjgwNTY5IEwxNC4zMTMzMjU3LDMuMzE1MDQ0MDggTDEzLjU0NjIyNTMsMy4zMTUwNDQwOCBMMTMuNTQ2MjI1MywyLjE2Njc0OTc1IEwxNC43NTgxMTQ2LDIuMTY2NzQ5NzUgQzE1LjE4Nzg2MzEsMi4xOTM2MTAzNyAxNS41MTg3Njc0LDIuMzM0NjI4OTcgMTUuNzI5MzQ1MywyLjU4NzU2NjczIEMxNS45MTQxMzY4LDIuODIyNTk4MzkgMTYuMDEwODMwMywzLjExODA2NDYyIDE1Ljk5NzkzNzIsMy40MjI0ODYxNyBMMTUuOTk3OTM3MiwxOC43Mzk3ODU5IEMxNi4wMTUxMjcxLDE5LjEyOTI2NTIgMTUuOTI0ODgwMiwxOS40MjkyMTExIDE1LjcyNzE5NjEsMTkuNjM5NjE5NiBDMTUuNDEzNDc5NSwxOS45NzUzNzg4IDE0LjkyMTQxODUsMjAgMTQuNzc3NDUzMiwyMCBMMS4yMTg5MDc5NiwxOS45OTc3NjE2IEwxLjIxODkwNzM5LDE5Ljk5Nzc3NTYgWiBNNC4yNzg3MTk2NywxNy4yMTc2OTQ2IEM0LjE1ODM5MDIyLDE3LjIxNzY5NDYgNC4wNjE2OTYyMiwxNy4xMTY5NjcgNC4wNTk1NDg5NSwxNi45OTE2MTYzIEw0LjA1OTU0ODk1LDE2LjMyNDU3NTUgQzQuMDYxNjk3NjksMTYuMTk5MjI1NSA0LjE1ODM5MDk3LDE2LjA5ODQ5NzIgNC4yNzg3MTk2NywxNi4wOTg0OTcyIEwxMS43MDQ3NjA1LDE2LjA5ODQ5NzIgQzExLjgyNTA5LDE2LjA5ODQ5NzIgMTEuOTIzOTMxMywxNi4xOTkyMjQ3IDExLjkyMzkzMTMsMTYuMzI0NTc1NSBMMTEuOTIzOTMxMywxNi45OTE2MTYzIEMxMS45MjE3ODI1LDE3LjExNjk2NjIgMTEuODI1MDg5MiwxNy4yMTc2OTQ2IDExLjcwNDc2MDUsMTcuMjE3Njk0NiBMNC4yNzg3MTk2NywxNy4yMTc2OTQ2IFogTTQuMjc4NzE5NjcsMTQuNDI2NDE5NCBDNC4xNTgzOTAyMiwxNC40MjY0MTk0IDQuMDYxNjk2MjIsMTQuMzI1NjkxOSA0LjA1OTU0ODk1LDE0LjIwMjU4IEw0LjA1OTU0ODk1LDEzLjUzMzMwMDMgQzQuMDYxNjk3NjksMTMuNDA3OTUwNCA0LjE1ODM5MDk3LDEzLjMwNzIyMiA0LjI3ODcxOTY3LDEzLjMwNzIyMiBMMTEuNzA0NzYwNSwxMy4zMDcyMjIgQzExLjgyNTA5LDEzLjMwNzIyMiAxMS45MjM5MzEzLDEzLjQwNzk0OTYgMTEuOTIzOTMxMywxMy41MzMzMDAzIEwxMS45MjM5MzEzLDE0LjIwMjU4IEMxMS45MjE3ODI1LDE0LjMyNzkyOTkgMTEuODI1MDg5MiwxNC40MjY0MTk0IDExLjcwNDc2MDUsMTQuNDI2NDE5NCBMNC4yNzg3MTk2NywxNC40MjY0MTk0IFogTTExLjA1NTgzOTQsMTEuNjY2NDgzOSBDMTAuOTk3ODIzNCwxMS42NjY0ODM5IDEwLjkzOTgwNzUsMTEuNjQ0MSAxMC44OTg5ODE0LDExLjYwMTU3MDUgQzEwLjg1ODE1NTMsMTEuNTU5MDQxMSAxMC44MzQ1MTkzLDExLjUwMDg0MyAxMC44MzQ1MTkzLDExLjQzODE2OCBMMTAuODM0NTE5Myw1LjE5NzU0Mzk2IEMxMC44MzQ1MTkzLDUuMTM3MTA3NDIgMTAuODU4MTU1NSw1LjA3ODkwOTMxIDEwLjkwMTEzMDIsNS4wMzYzNzk4NCBDMTAuOTQxOTU2Myw0Ljk5Mzg1MDM4IDEwLjk5OTk3MjIsNC45NjkyMjgxOSAxMS4wNTc5ODgxLDQuOTcxNDY2NDMgTDExLjcxMTIwMzksNC45NzE0NjY0MyBDMTEuNzY5MjE5OCw0Ljk3MTQ2NjQzIDExLjgyNTA4Nyw0Ljk5NjA4ODgxIDExLjg2ODA2MTgsNS4wMzg2MTgwOCBDMTEuOTA4ODg3OSw1LjA4MTE0NzU0IDExLjkzMjUyMzksNS4xMzkzNDU2NSAxMS45MzI1MjM5LDUuMTk5NzgyMiBMMTEuOTMyNTIzOSwxMS40NDA0MDYyIEMxMS45MzI1MjM5LDExLjUwMDg0MjggMTEuOTA4ODg3NywxMS41NTkwNDA5IDExLjg2ODA2MTgsMTEuNjAxNTcwMyBDMTEuODI3MjM1NywxMS42NDQwOTk4IDExLjc3MTM2ODYsMTEuNjY4NzIyIDExLjcxMzM1MjYsMTEuNjY2NDgzNyBMMTEuMDU1ODM4NiwxMS42NjY0ODM3IEwxMS4wNTU4Mzk0LDExLjY2NjQ4MzkgWiBNNy42NjA4MzAxNSwxMS42NjY0ODM5IEM3LjYwMjgxNDIxLDExLjY2NjQ4MzkgNy41NDY5NDcwNCwxMS42NDE4NjE2IDcuNTAzOTcyMTgsMTEuNTk5MzMyMyBDNy40NjMxNDYxMSwxMS41NTY4MDI4IDcuNDM5NTEwMDksMTEuNDk4NjA0NyA3LjQzOTUxMDA5LDExLjQzODE2ODIgTDcuNDM5NTEwMDksNS4xOTc1NDQxNiBDNy40Mzk1MTAwOSw1LjEzNzEwNzYxIDcuNDYzMTQ2Myw1LjA3ODkwOTUgNy41MDM5NzIxOCw1LjAzNjM4MDA0IEM3LjU0NDc5ODI2LDQuOTkzODUwNTggNy42MDA2NjU0Miw0Ljk2OTIyODM5IDcuNjU4NjgxMzcsNC45NzE0NjY2MyBMOC4zMTE4OTcwOSw0Ljk3MTQ2NjYzIEM4LjM2OTkxMzAzLDQuOTcxNDY2NjMgOC40Mjc5Mjg5OCw0Ljk5Mzg1MDU4IDguNDY4NzU1MDUsNS4wMzYzODAwNCBDOC41MDk1ODExMyw1LjA3ODkwOTUgOC41MzMyMTcxNSw1LjEzNzEwNzYxIDguNTMzMjE3MTUsNS4xOTk3ODI1OSBMOC41MzMyMTcxNSwxMS40NDA0MDY2IEM4LjUzMzIxNzE1LDExLjUwMDg0MzIgOC41MDk1ODA5NCwxMS41NTkwNDEzIDguNDY2NjA2MjcsMTEuNjAxNTcwNyBDOC40MjU3ODAyLDExLjY0NDEwMDIgOC4zNjc3NjQyNSwxMS42Njg3MjI0IDguMzA5NzQ4MzEsMTEuNjY2NDg0MSBMNy42NjA4MjkwMiwxMS42NjY0ODQxIEw3LjY2MDgzMDE1LDExLjY2NjQ4MzkgWiBNNC4yNzY1NjY3MywxMS42NjY0ODM5IEM0LjIxODU1MDc5LDExLjY2NjQ4MzkgNC4xNjI2ODM2MiwxMS42NDE4NjE2IDQuMTE5NzA4NzYsMTEuNTk5MzMyMyBDNC4wNzg4ODI2OSwxMS41NTY4MDI4IDQuMDU1MjQ2NjcsMTEuNDk4NjA0NyA0LjA1NTI0NjY3LDExLjQzODE2ODIgTDQuMDU1MjQ2NjcsNS4xOTc1NDQxNiBDNC4wNTUyNDY2Nyw1LjEzNzEwNzYxIDQuMDc4ODgyODgsNS4wNzg5MDk1IDQuMTE5NzA4NzYsNS4wMzYzODAwNCBDNC4xNjA1MzQ4NCw0Ljk5Mzg1MDU4IDQuMjE2NDAyMDEsNC45NjkyMjgzOSA0LjI3NDQxNzk1LDQuOTcxNDY2NjMgTDQuOTI3NjMzNjcsNC45NzE0NjY2MyBDNC45ODU2NDk2MSw0Ljk3MTQ2NjYzIDUuMDQzNjY1NTYsNC45OTM4NTA1OCA1LjA4NDQ5MTYzLDUuMDM2MzgwMDQgQzUuMTI1MzE3NzEsNS4wNzg5MDk1IDUuMTQ4OTUzNzMsNS4xMzcxMDc2MSA1LjE0ODk1MzczLDUuMTk5NzgyNTkgTDUuMTQ4OTUzNzMsMTEuNDQwNDA2NiBDNS4xNDg5NTM3MywxMS41MDA4NDMyIDUuMTI1MzE3NTIsMTEuNTU5MDQxMyA1LjA4MjM0Mjg1LDExLjYwMTU3MDcgQzUuMDQxNTE2NzgsMTEuNjQ0MTAwMiA0Ljk4MzUwMDgzLDExLjY2ODcyMjQgNC45MjU0ODQ4OSwxMS42NjY0ODQxIEw0LjI3NjU2NTYsMTEuNjY2NDg0MSBMNC4yNzY1NjY3MywxMS42NjY0ODM5IFogTTQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMi4xNjQ1MjM0MSBMNS41MjA2ODU4LDIuMTY0NTIzNDEgTDcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgQzcuMTEwNzUzMjYsMC4zNDI0NzM3NDkgNy40MzUyMTE5NiwwIDcuOTEwMDgzNDIsMCBDNy45Mjk0MjIwNiwwIDcuOTQ4NzYwNzEsMCA3Ljk2ODA5OTM2LDAuMDAyMjM4Mzk0ODkgTDguMDE3NTIwMzcsMC4wMDIyMzgzOTQ4OSBDOC4xMTg1MTExNywwLjAwMjIzODM5NDg5IDguNDc1MjAyMzQsMC4wMjY4NjA3NzggOC44NDQ3ODM5MiwwLjM2MDM4MDAwMyBMMTAuNDYyNzg0OCwyLjE2Njc2MTgxIEwxMS45MzAzNzI5LDIuMTY2NzYxODEgTDExLjkzMDM3MjksMy4zMDE2MjUxNCBMNC4wNTMwOTc3LDMuMzAxNjI1MTQgTDQuMDUzMDk3NywzLjI5OTM4Njc1IEw0LjA1MzA5NzcsMy4yOTkzODY3NSBaIE03Ljk4MzE0OTE0LDAuNjQ2ODg2ODM3IEM3LjkwMzY0NTc2LDAuNjQ2ODg2ODM3IDcuNzg1NDY0MzQsMC42NzU5ODY0ODIgNy42NzM3MzA3NywwLjgxOTI0MzUxOSBMNi41NTIwODkxNywyLjE2Njc1NDE3IEw5LjM4MTk3MTcyLDIuMTY2NzU0MTcgTDguMjk5MDA3NDMsMC44MDU4MTI1MiBDOC4yMTk1MDQwNSwwLjcwOTU2MTgxNSA4LjEwNTYyMDk0LDAuNjUzNjAxOTQzIDcuOTgzMTQzNDcsMC42NDY4ODY4MzcgTDcuOTgzMTQ5MTQsMC42NDY4ODY4MzcgWiIgaWQ9IlNoYXBlIj48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==) no-repeat center;
  background-size: 18px;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
/* .iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
 -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
} */
.xianshidaanjiexi[data-v-1d1f44d0] {
  font-family: "iconfont";
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 20px;
}
.active[data-v-1d1f44d0] {
  color: #0FB1B5 ;
}
.noactive[data-v-1d1f44d0] {
  color: rgba(0, 0, 0, 0.65);
}
[data-v-1d1f44d0] .ant-form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
[data-v-1d1f44d0] .ant-form-item-label {
  width: 90px;
}
[data-v-1d1f44d0] .ant-form-item-control-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list[data-v-6c10b488] {
  height: 100%;
  width: 100%;
}
.list .list__header[data-v-6c10b488] {
  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;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.list .list__header .list__header--add[data-v-6c10b488] {
  margin: 16px 0 16px 48px;
}
.list .list__header .list__header--search[data-v-6c10b488] {
  margin: 16px 48px 16px 0;
}
.list hr[data-v-6c10b488] {
  width: 100%;
  height: 1px;
  border: none;
  background-color: #e5e5e5;
}
.list .ant-radio-group[data-v-6c10b488] {
  margin: 16px 0 16px 50px;
}
.list .ant-radio-group .ant-radio-button-wrapper[data-v-6c10b488] {
  width: 124px;
  height: 32px;
  text-align: center;
}
.list .ant-table table[data-v-6c10b488] {
  table-layout: fixed;
}
.list .table[data-v-6c10b488] {
  margin-left: 50px;
  margin-right: 48px;
}
.list[data-v-6c10b488] .ant-table-pagination.ant-pagination {
  float: initial;
  margin: 16px auto;
}
.list[data-v-6c10b488] .ant-table-pagination.ant-pagination {
  float: none;
}
.list .ant-input[data-v-6c10b488] {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.list .eye[data-v-6c10b488] {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  vertical-align: middle;
  margin-right: 6px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi92aWV3PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGcgaWQ9IlNsaWNlIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iaWNvbi92aWV3IiBmaWxsLXJ1bGU9Im5vbnplcm8iPgogICAgICAgICAgICA8ZyBpZD0i5p+l55yLLWNvcHktMiI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xNC45Mzc1LDkuNzYxNzUgQzEzLjI0NDI1LDEyLjA1MDc1IDEwLjc2NjUsMTMuNDk4IDgsMTMuNDk4IEM1LjIzMzc1LDEzLjQ5OCAyLjc1NiwxMi4wNTA3NSAxLjA2MjUsOS43NjE3NSBDMC4zMTQ3NSw4Ljc1MTI1IDAuMzE0NzUsNy4yNDkyNSAxLjA2MjUsNi4yMzg1IEMyLjc1NiwzLjk0OTUgNS4yMzM3NSwyLjUwMjI1IDgsMi41MDIyNSBDMTAuNzY2NSwyLjUwMjI1IDEzLjI0NDI1LDMuOTQ5NSAxNC45Mzc1LDYuMjM4NSBDMTUuNjg1MjUsNy4yNDkyNSAxNS42ODUyNSw4Ljc1MTI1IDE0LjkzNzUsOS43NjE3NSBaIE0xNC4xODU1LDcuMDY4NSBDMTIuNjE0NzUsNC44MDIgMTAuMzU0LDMuNTAyMjUgNy45ODMsMy41MDIyNSBDNS42MTIsMy41MDIyNSAzLjM1MTI1LDQuODAyIDEuNzgwNSw3LjA2ODUgQzEuNDA2MjUsNy42MDg1IDEuNDA2MjUsOC4zOTIyNSAxLjc4MDUsOC45MzIyNSBDMy4zNTEyNSwxMS4xOTg3NSA1LjYxMiwxMi40OTg3NSA3Ljk4MywxMi40OTg3NSBDMTAuMzU0LDEyLjQ5ODc1IDEyLjYxNDc1LDExLjE5ODc1IDE0LjE4NTUsOC45MzIgQzE0LjU1OTc1LDguMzkyMjUgMTQuNTU5NzUsNy42MDg1IDE0LjE4NTUsNy4wNjg1IFogTTguMDA1LDExLjQ5NzI1IEM2LjA3MiwxMS40OTcyNSA0LjUwNSw5LjkzMDI1IDQuNTA1LDcuOTk3MjUgQzQuNTA1LDYuMDY0MjUgNi4wNzIsNC40OTcyNSA4LjAwNSw0LjQ5NzI1IEM5LjkzOCw0LjQ5NzI1IDExLjUwNSw2LjA2NDI1IDExLjUwNSw3Ljk5NzI1IEMxMS41MDUsOS45MzAyNSA5LjkzOCwxMS40OTcyNSA4LjAwNSwxMS40OTcyNSBaIE04LjAwNSw1LjQ5NzI1IEM2LjYyNDI1LDUuNDk3MjUgNS41MDUsNi42MTY1IDUuNTA1LDcuOTk3MjUgQzUuNTA1LDkuMzc4IDYuNjI0MjUsMTAuNDk3MjUgOC4wMDUsMTAuNDk3MjUgQzkuMzg1NzUsMTAuNDk3MjUgMTAuNTA1LDkuMzc4IDEwLjUwNSw3Ljk5NzI1IEMxMC41MDUsNi42MTY1IDkuMzg1NzUsNS40OTcyNSA4LjAwNSw1LjQ5NzI1IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
}
.list .delete[data-v-6c10b488] {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDYwICg4ODEwMykgLSBodHRwczovL3NrZXRjaC5jb20gLS0+CiAgICA8dGl0bGU+aWNvbi9kZWxldGU8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iU2xpY2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJpY29uL2RlbGV0ZSIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9IuWIoOmZpCI+CiAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjMDAwMDAwIiBvcGFjaXR5PSIwIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiPjwvcmVjdD4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMi4xMiwzLjkyOCBMNC40MTYsMy45MjggQzMuNjI0LDMuOTI4IDIuOTc2LDQuNTc2IDIuOTc2LDUuMzY4IEwyLjk3NiwxNC4yMjQgQzIuOTc2LDE1LjAxNiAzLjYyNCwxNS42NjQgNC40MTYsMTUuNjY0IEwxMi4xMiwxNS42NjQgQzEyLjkxMiwxNS42NjQgMTMuNTYsMTUuMDE2IDEzLjU2LDE0LjIyNCBMMTMuNTYsNS4zNjggQzEzLjU2LDQuNTc2IDEyLjkxMiwzLjkyOCAxMi4xMiwzLjkyOCBMMTIuMTIsMy45MjggWiBNMTIuNiwxNC4yMjQgQzEyLjYsMTQuNDg4IDEyLjM4NCwxNC43MDQgMTIuMTIsMTQuNzA0IEw0LjQxNiwxNC43MDQgQzQuMTUyLDE0LjcwNCAzLjkzNiwxNC40ODggMy45MzYsMTQuMjI0IEwzLjkzNiw1LjM2OCBDMy45MzYsNS4xMDQgNC4xNTIsNC44ODggNC40MTYsNC44ODggTDEyLjEyLDQuODg4IEMxMi4zODQsNC44ODggMTIuNiw1LjEwNCAxMi42LDUuMzY4IEwxMi42LDE0LjIyNCBMMTIuNiwxNC4yMjQgWiIgaWQ9IlNoYXBlIiBmaWxsPSIjMEZCMUI1Ij48L3BhdGg+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNi42NjQsNi43ODQgQzYuNCw2Ljc4NCA2LjE4NCw3IDYuMTg0LDcuMjY0IEw2LjE4NCwxMi4zMjggQzYuMTg0LDEyLjU5MiA2LjQsMTIuODA4IDYuNjY0LDEyLjgwOCBDNi45MjgsMTIuODA4IDcuMTQ0LDEyLjU5MiA3LjE0NCwxMi4zMjggTDcuMTQ0LDcuMjY0IEM3LjE0NCw3IDYuOTI4LDYuNzg0IDYuNjY0LDYuNzg0IEw2LjY2NCw2Ljc4NCBaIE0xMC4xODQsNi43ODQgQzkuOTIsNi43ODQgOS43MDQsNyA5LjcwNCw3LjI2NCBMOS43MDQsMTIuMzI4IEM5LjcwNCwxMi41OTIgOS45MiwxMi44MDggMTAuMTg0LDEyLjgwOCBDMTAuNDQ4LDEyLjgwOCAxMC42NjQsMTIuNTkyIDEwLjY2NCwxMi4zMjggTDEwLjY2NCw3LjI2NCBDMTAuNjY0LDcgMTAuNDQ4LDYuNzg0IDEwLjE4NCw2Ljc4NCBMMTAuMTg0LDYuNzg0IFogTTEzLjc2OCwyLjE4NCBMMi42NDgsMi4xODQgQzIuMzg0LDIuMTg0IDIuMTY4LDIuNCAyLjE2OCwyLjY2NCBDMi4xNjgsMi45MjggMi4zODQsMy4xNDQgMi42NDgsMy4xNDQgTDEzLjc2OCwzLjE0NCBDMTQuMDMyLDMuMTQ0IDE0LjI0OCwyLjkyOCAxNC4yNDgsMi42NjQgQzE0LjI0OCwyLjQgMTQuMDMyLDIuMTg0IDEzLjc2OCwyLjE4NCBaIE02LjA0OCwxLjQ2NCBMMTAuMzY4LDEuNDY0IEMxMC42MzIsMS40NjQgMTAuODQ4LDEuMjQ4IDEwLjg0OCwwLjk4NCBDMTAuODQ4LDAuNzIgMTAuNjMyLDAuNTA0IDEwLjM2OCwwLjUwNCBMNi4wNDgsMC41MDQgQzUuNzg0LDAuNTA0IDUuNTY4LDAuNzIgNS41NjgsMC45ODQgQzUuNTY4LDEuMjQ4IDUuNzg0LDEuNDY0IDYuMDQ4LDEuNDY0IFoiIGlkPSJTaGFwZSIgZmlsbD0iIzBGQjFCNSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: 16px;
  vertical-align: middle;
  margin-right: 6px;
}
.list .textOverFlow[data-v-6c10b488] {
  max-width: 350px;
  min-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item[data-v-6c10b488] {
  cursor: pointer;
}
[data-v-6c10b488] .ant-table-body td {
  white-space: nowrap;
}

.wapper[data-v-a8c73946] {
  margin: 20px auto;
  width: 1680px;
  height: 1200px;
  border: 1px solid gray;
}

/*# sourceMappingURL=app.bd3759a3f2b6b120ab04789d25df11bf.css.map*/