/* 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 {
  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: 12px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-variant: tabular-nums;
  line-height: 1.5;
  background-color: #fff;
  font-feature-settings: 'tnum';
}
[tabindex='-1']:focus {
  outline: none !important;
}
hr {
  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;
  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: #317EF0;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #5ba1fc;
}
a:active {
  color: #1e5dc9;
}
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 {
  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'] {
  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;
}
::selection {
  color: #fff;
  background: #317EF0;
}
.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;
  animation: loadingCircle 1s infinite linear;
}
.anticon-spin {
  display: inline-block;
  animation: loadingCircle 1s infinite linear;
}
.fade-enter,
.fade-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.fade-enter.fade-enter-active,
.fade-appear.fade-appear-active {
  animation-name: antFadeIn;
  animation-play-state: running;
}
.fade-leave.fade-leave-active {
  animation-name: antFadeOut;
  animation-play-state: running;
  pointer-events: none;
}
.fade-enter,
.fade-appear {
  opacity: 0;
  animation-timing-function: linear;
}
.fade-leave {
  animation-timing-function: linear;
}
@keyframes antFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes antFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.move-up-enter,
.move-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-up-enter.move-up-enter-active,
.move-up-appear.move-up-appear-active {
  animation-name: antMoveUpIn;
  animation-play-state: running;
}
.move-up-leave.move-up-leave-active {
  animation-name: antMoveUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-up-enter,
.move-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-up-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-down-enter,
.move-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-down-enter.move-down-enter-active,
.move-down-appear.move-down-appear-active {
  animation-name: antMoveDownIn;
  animation-play-state: running;
}
.move-down-leave.move-down-leave-active {
  animation-name: antMoveDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-down-enter,
.move-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-down-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-left-enter,
.move-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-left-enter.move-left-enter-active,
.move-left-appear.move-left-appear-active {
  animation-name: antMoveLeftIn;
  animation-play-state: running;
}
.move-left-leave.move-left-leave-active {
  animation-name: antMoveLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-left-enter,
.move-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-left-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
.move-right-enter,
.move-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.move-right-enter.move-right-enter-active,
.move-right-appear.move-right-appear-active {
  animation-name: antMoveRightIn;
  animation-play-state: running;
}
.move-right-leave.move-right-leave-active {
  animation-name: antMoveRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.move-right-enter,
.move-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.move-right-leave {
  animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
}
@keyframes antMoveDownIn {
  0% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveDownOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveLeftIn {
  0% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveLeftOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveRightIn {
  0% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveRightOut {
  0% {
    transform: translateX(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes antMoveUpIn {
  0% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
  100% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
}
@keyframes antMoveUpOut {
  0% {
    transform: translateY(0%);
    transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    transform: translateY(-100%);
    transform-origin: 0 0;
    opacity: 0;
  }
}
@keyframes loadingCircle {
  100% {
    transform: rotate(360deg);
  }
}
[ant-click-animating='true'],
[ant-click-animating-without-extra-node='true'] {
  position: relative;
}
html {
  --antd-wave-shadow-color: #317EF0;
}
[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;
  box-shadow: 0 0 0 0 #317EF0;
  box-shadow: 0 0 0 0 var(--antd-wave-shadow-color);
  opacity: 0.2;
  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-fill-mode: forwards;
  content: '';
  pointer-events: none;
}
@keyframes waveEffect {
  100% {
    box-shadow: 0 0 0 #317EF0;
    box-shadow: 0 0 0 6px var(--antd-wave-shadow-color);
  }
}
@keyframes fadeEffect {
  100% {
    opacity: 0;
  }
}
.slide-up-enter,
.slide-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-up-enter.slide-up-enter-active,
.slide-up-appear.slide-up-appear-active {
  animation-name: antSlideUpIn;
  animation-play-state: running;
}
.slide-up-leave.slide-up-leave-active {
  animation-name: antSlideUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-up-enter,
.slide-up-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-up-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-down-enter,
.slide-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-down-enter.slide-down-enter-active,
.slide-down-appear.slide-down-appear-active {
  animation-name: antSlideDownIn;
  animation-play-state: running;
}
.slide-down-leave.slide-down-leave-active {
  animation-name: antSlideDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-down-enter,
.slide-down-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-down-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-left-enter,
.slide-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-left-enter.slide-left-enter-active,
.slide-left-appear.slide-left-appear-active {
  animation-name: antSlideLeftIn;
  animation-play-state: running;
}
.slide-left-leave.slide-left-leave-active {
  animation-name: antSlideLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-left-enter,
.slide-left-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-left-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
.slide-right-enter,
.slide-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.slide-right-enter.slide-right-enter-active,
.slide-right-appear.slide-right-appear-active {
  animation-name: antSlideRightIn;
  animation-play-state: running;
}
.slide-right-leave.slide-right-leave-active {
  animation-name: antSlideRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.slide-right-enter,
.slide-right-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.slide-right-leave {
  animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}
@keyframes antSlideUpIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideDownIn {
  0% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
}
@keyframes antSlideDownOut {
  0% {
    transform: scaleY(1);
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0.8);
    transform-origin: 100% 100%;
    opacity: 0;
  }
}
@keyframes antSlideLeftIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antSlideLeftOut {
  0% {
    transform: scaleX(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
@keyframes antSlideRightIn {
  0% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
}
@keyframes antSlideRightOut {
  0% {
    transform: scaleX(1);
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleX(0.8);
    transform-origin: 100% 0%;
    opacity: 0;
  }
}
.swing-enter,
.swing-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.swing-enter.swing-enter-active,
.swing-appear.swing-appear-active {
  animation-name: antSwingIn;
  animation-play-state: running;
}
@keyframes antSwingIn {
  0%,
  100% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(-10px);
  }
  40% {
    transform: translateX(10px);
  }
  60% {
    transform: translateX(-5px);
  }
  80% {
    transform: translateX(5px);
  }
}
.zoom-enter,
.zoom-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-enter.zoom-enter-active,
.zoom-appear.zoom-appear-active {
  animation-name: antZoomIn;
  animation-play-state: running;
}
.zoom-leave.zoom-leave-active {
  animation-name: antZoomOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-enter,
.zoom-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-enter,
.zoom-big-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-enter.zoom-big-enter-active,
.zoom-big-appear.zoom-big-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-leave.zoom-big-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-enter,
.zoom-big-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-leave {
  animation-duration: 0.1s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-big-fast-enter.zoom-big-fast-enter-active,
.zoom-big-fast-appear.zoom-big-fast-appear-active {
  animation-name: antZoomBigIn;
  animation-play-state: running;
}
.zoom-big-fast-leave.zoom-big-fast-leave-active {
  animation-name: antZoomBigOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-big-fast-enter,
.zoom-big-fast-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-big-fast-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-up-enter,
.zoom-up-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-up-enter.zoom-up-enter-active,
.zoom-up-appear.zoom-up-appear-active {
  animation-name: antZoomUpIn;
  animation-play-state: running;
}
.zoom-up-leave.zoom-up-leave-active {
  animation-name: antZoomUpOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-up-enter,
.zoom-up-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-up-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-down-enter,
.zoom-down-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-down-enter.zoom-down-enter-active,
.zoom-down-appear.zoom-down-appear-active {
  animation-name: antZoomDownIn;
  animation-play-state: running;
}
.zoom-down-leave.zoom-down-leave-active {
  animation-name: antZoomDownOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-down-enter,
.zoom-down-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-down-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-left-enter,
.zoom-left-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-left-enter.zoom-left-enter-active,
.zoom-left-appear.zoom-left-appear-active {
  animation-name: antZoomLeftIn;
  animation-play-state: running;
}
.zoom-left-leave.zoom-left-leave-active {
  animation-name: antZoomLeftOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-left-enter,
.zoom-left-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-left-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.zoom-right-enter,
.zoom-right-appear {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-leave {
  animation-duration: 0.2s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.zoom-right-enter.zoom-right-enter-active,
.zoom-right-appear.zoom-right-appear-active {
  animation-name: antZoomRightIn;
  animation-play-state: running;
}
.zoom-right-leave.zoom-right-leave-active {
  animation-name: antZoomRightOut;
  animation-play-state: running;
  pointer-events: none;
}
.zoom-right-enter,
.zoom-right-appear {
  transform: scale(0);
  opacity: 0;
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
}
.zoom-right-leave {
  animation-timing-function: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
@keyframes antZoomIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.2);
    opacity: 0;
  }
}
@keyframes antZoomBigIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes antZoomBigOut {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.8);
    opacity: 0;
  }
}
@keyframes antZoomUpIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
}
@keyframes antZoomUpOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 0%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 0%;
    opacity: 0;
  }
}
@keyframes antZoomLeftIn {
  0% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
}
@keyframes antZoomLeftOut {
  0% {
    transform: scale(1);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 0% 50%;
    opacity: 0;
  }
}
@keyframes antZoomRightIn {
  0% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
}
@keyframes antZoomRightOut {
  0% {
    transform: scale(1);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 100% 50%;
    opacity: 0;
  }
}
@keyframes antZoomDownIn {
  0% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
  100% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
}
@keyframes antZoomDownOut {
  0% {
    transform: scale(1);
    transform-origin: 50% 100%;
  }
  100% {
    transform: scale(0.8);
    transform-origin: 50% 100%;
    opacity: 0;
  }
}
.ant-motion-collapse-legacy {
  overflow: hidden;
}
.ant-motion-collapse-legacy-active {
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 11px;
  left: 16px;
}
.ant-alert-description {
  display: none;
  font-size: 12px;
  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;
  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);
  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);
  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: 12px;
  cursor: pointer;
}
.ant-alert-with-description .ant-alert-message {
  display: block;
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
}
.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;
  transform-origin: 50% 0;
  transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-alert-slide-up-leave {
  animation: antAlertSlideUpOut 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  animation-fill-mode: both;
}
.ant-alert-banner {
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}
@keyframes antAlertSlideUpIn {
  0% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
  100% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes antAlertSlideUpOut {
  0% {
    transform: scaleY(1);
    transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    transform-origin: 0% 0%;
    opacity: 0;
  }
}
.ant-anchor {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 #317EF0;
  border-radius: 8px;
  transform: translateX(-50%);
  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;
  transition: all 0.3s;
}
.ant-anchor-link-title:only-child {
  margin-bottom: 0;
}
.ant-anchor-link-active > .ant-anchor-link-title {
  color: #317EF0;
}
.ant-anchor-link .ant-anchor-link {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ant-select-auto-complete {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-select-auto-complete.ant-select .ant-select-selection {
  border: 0;
  box-shadow: none;
}
.ant-select-auto-complete.ant-select .ant-select-selection__rendered {
  height: 100%;
  margin-right: 0;
  margin-left: 0;
  line-height: 30px;
}
.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: 30px;
  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: #5ba1fc;
  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;
  background-color: transparent;
}
.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: 22px;
}
.ant-select-auto-complete.ant-select-sm .ant-input {
  height: 22px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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%;
  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%;
  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%;
  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%;
  object-fit: cover;
}
.ant-back-top {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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);
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  color: unset;
  line-height: 1;
}
.ant-badge-count {
  z-index: 10;
  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;
  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 {
  z-index: 10;
  width: 6px;
  height: 6px;
  background: #f5222d;
  border-radius: 100%;
  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;
  transform: translate(50%, -50%);
  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%;
  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: 12px;
}
.ant-badge-zoom-appear,
.ant-badge-zoom-enter {
  animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
  animation-fill-mode: both;
}
.ant-badge-zoom-leave {
  animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
  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 {
  transform: none;
}
@keyframes antStatusProcessing {
  0% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(2.4);
    opacity: 0;
  }
}
.ant-scroll-number {
  overflow: hidden;
}
.ant-scroll-number-only {
  display: inline-block;
  height: 20px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-scroll-number-only > p {
  height: 20px;
  margin: 0;
}
.ant-scroll-number-symbol {
  vertical-align: top;
}
@keyframes antZoomBadgeIn {
  0% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
  100% {
    transform: scale(1) translate(50%, -50%);
  }
}
@keyframes antZoomBadgeOut {
  0% {
    transform: scale(1) translate(50%, -50%);
  }
  100% {
    transform: scale(0) translate(50%, -50%);
    opacity: 0;
  }
}
.ant-breadcrumb {
  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;
  font-feature-settings: 'tnum';
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-breadcrumb .anticon {
  font-size: 12px;
}
.ant-breadcrumb a {
  color: rgba(0, 0, 0, 0.45);
  transition: color 0.3s;
}
.ant-breadcrumb a:hover {
  color: #5ba1fc;
}
.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.5;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 12px;
  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;
  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: 14px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  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: #5ba1fc;
  background-color: #fff;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  background-color: #fff;
  border-color: #1e5dc9;
}
.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;
  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;
  transition: margin-left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}
.ant-btn-primary {
  color: #fff;
  background-color: #317EF0;
  border-color: #317EF0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  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: #5ba1fc;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  border-color: #1e5dc9;
}
.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;
  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: #5ba1fc;
  border-left-color: #5ba1fc;
}
.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: #5ba1fc;
}
.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: #5ba1fc;
}
.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: #5ba1fc;
  background-color: transparent;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  background-color: transparent;
  border-color: #1e5dc9;
}
.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;
  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: #5ba1fc;
  background-color: #fff;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  background-color: #fff;
  border-color: #1e5dc9;
}
.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;
  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);
  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;
  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: #317EF0;
  background-color: transparent;
  border-color: transparent;
  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: #5ba1fc;
  background-color: transparent;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  background-color: transparent;
  border-color: #1e5dc9;
}
.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;
  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;
  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: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 12px;
  border-radius: 4px;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 12px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 12px;
  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;
  transition: opacity 0.2s;
  content: '';
  pointer-events: none;
}
.ant-btn .anticon {
  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;
  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: inline-block;
}
.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: 12px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 14px;
  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: 12px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 12px;
}
.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: #317EF0;
  background-color: transparent;
  border-color: #317EF0;
  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: #5ba1fc;
  background-color: transparent;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  background-color: transparent;
  border-color: #1e5dc9;
}
.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;
  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;
  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: #317EF0;
  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: #5ba1fc;
  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: #1e5dc9;
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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;
  transition: all 0.3s;
}
.ant-fullcalendar-value:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ant-fullcalendar-value:active {
  color: #fff;
  background: #317EF0;
}
.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 {
  box-shadow: 0 0 0 1px #317EF0 inset;
}
.ant-fullcalendar-selected-day .ant-fullcalendar-value,
.ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value {
  color: #fff;
  background: #317EF0;
}
.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: 30px;
  line-height: 28px;
}
.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;
  transition: background 0.3s;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:hover,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month:active,
.ant-fullcalendar-fullscreen .ant-fullcalendar-date:active {
  background: #d6ecff;
}
.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: #317EF0;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-current-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-today .ant-fullcalendar-value {
  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: #f0f8ff;
}
.ant-fullcalendar-fullscreen .ant-fullcalendar-month-panel-selected-cell .ant-fullcalendar-value,
.ant-fullcalendar-fullscreen .ant-fullcalendar-selected-day .ant-fullcalendar-value {
  color: #317EF0;
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  background: #fff;
  border-radius: 2px;
  transition: all 0.3s;
}
.ant-card-hoverable {
  cursor: pointer;
}
.ant-card-hoverable:hover {
  border-color: 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: 14px;
  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: flex;
  align-items: center;
}
.ant-card-head-title {
  display: inline-block;
  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: 12px;
}
.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: 12px;
}
.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;
  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;
  transition: all 0.3s;
}
.ant-card-grid-hoverable:hover {
  position: relative;
  z-index: 1;
  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: #317EF0;
  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;
  transition: color 0.3s;
}
.ant-card-actions > li > span a:not(.ant-btn):hover,
.ant-card-actions > li > span > .anticon:hover {
  color: #317EF0;
}
.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: 12px;
}
.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: 14px;
  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 {
  user-select: none;
}
.ant-card-loading-content p {
  margin: 0;
}
.ant-card-loading-block {
  height: 14px;
  margin: 4px 0;
  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;
  animation: card-loading 1.4s ease infinite;
}
@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: 12px;
}
.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: 12px;
}
.ant-card-small > .ant-card-body {
  padding: 12px;
}
.ant-carousel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-carousel .slick-slider {
  position: relative;
  display: block;
  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.slick-active {
  pointer-events: auto;
}
.ant-carousel .slick-slider .slick-track,
.ant-carousel .slick-slider .slick-list {
  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: '←';
}
.ant-carousel .slick-next {
  right: -25px;
}
.ant-carousel .slick-next::before {
  content: '→';
}
.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;
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  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: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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;
  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;
  transition: transform 0.2s;
}
.ant-cascader-picker-arrow.ant-cascader-picker-arrow-expand {
  transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #5ba1fc;
  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: 12px;
  white-space: nowrap;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-cascader-menus ul,
.ant-cascader-menus ol {
  margin: 0;
  padding: 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 {
  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 {
  animation-name: antSlideDownIn;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-cascader-menus.slide-up-leave.slide-up-leave-active.ant-cascader-menus-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-cascader-menu {
  display: inline-block;
  min-width: 111px;
  height: 180px;
  margin: 0;
  padding: 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;
  transition: all 0.3s;
}
.ant-cascader-menu-item:hover {
  background: #f0f8ff;
}
.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;
  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 .ant-cascader-menu-item-keyword {
  color: #f5222d;
}
@keyframes antCheckboxEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
.ant-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #317EF0;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  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;
  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;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  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;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  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: #317EF0;
  border-color: #317EF0;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(0, 0, 0, 0.25);
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
  border: 0;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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;
  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 {
  transition: 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 {
  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: #fff;
  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: flex;
  padding: 16px 0;
}
.ant-comment-avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  cursor: pointer;
}
.ant-comment-avatar img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.ant-comment-content {
  position: relative;
  flex: 1 1 auto;
  min-width: 1px;
  font-size: 12px;
  word-wrap: break-word;
}
.ant-comment-content-author {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 4px;
  font-size: 12px;
}
.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: 12px;
  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;
  transition: color 0.3s;
  user-select: none;
}
.ant-comment-actions > li > span:hover {
  color: #595959;
}
.ant-comment-nested {
  margin-left: 44px;
}
.ant-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.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 {
  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 {
  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 {
  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 {
  animation-name: antSlideUpOut;
}
.ant-calendar-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  outline: none;
  cursor: text;
  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: #5ba1fc;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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;
  transition: all 0.3s;
  user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(0, 0, 0, 0.25);
  font-size: 12px;
  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: 12px;
  line-height: 1;
}
.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: 12px;
  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;
  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;
  user-select: none;
}
.ant-calendar-header a:hover {
  color: #5ba1fc;
}
.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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  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;
  transition: background 0.3s ease;
}
.ant-calendar-date-panel {
  position: relative;
  outline: none;
}
.ant-calendar-date:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #5ba1fc;
}
.ant-calendar-today .ant-calendar-date {
  color: #317EF0;
  font-weight: bold;
  border-color: #317EF0;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d6ecff;
}
.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: 12px;
  line-height: 1;
  text-indent: 43px;
  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;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #317EF0;
  border-color: #317EF0;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  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;
  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: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 12px;
  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: #5ba1fc;
  border-color: #5ba1fc;
}
.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: #1e5dc9;
  border-color: #1e5dc9;
}
.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;
  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;
  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-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;
  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;
  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: #317EF0;
  background: #d6ecff;
  border-color: #317EF0;
}
.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: #317EF0;
  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: #317EF0;
}
.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: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 22px;
  padding-right: 0;
  padding-left: 0;
  line-height: 22px;
  border: 0;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  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: 14px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 22px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  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: #f0f8ff;
  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: 12px;
  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: 12px;
  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;
  transition: all 0.3s;
  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: #f0f8ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #317EF0;
  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: flex;
  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;
  user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #5ba1fc;
}
.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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-month-panel-body {
  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: #317EF0;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #317EF0;
}
.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;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #f0f8ff;
  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: flex;
  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;
  user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #5ba1fc;
}
.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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-year-panel-body {
  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-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;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #317EF0;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #317EF0;
}
.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);
  user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: flex;
  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;
  user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #5ba1fc;
}
.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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  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;
  transform: rotate(-45deg) scale(0.8);
  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;
  transform: rotate(-45deg) scale(0.8);
  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 {
  transform: rotate(135deg) scale(0.8);
}
.ant-calendar-decade-panel-body {
  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;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #f0f8ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #317EF0;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #317EF0;
}
.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);
  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;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #f0f8ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #d6ecff;
}
.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: 14px;
  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: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.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: 12px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 14px;
  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;
  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%;
  transition: transform 0.3s cubic-bezier(0.7, 0.3, 0.1, 1), height 0s ease 0.3s, width 0s ease 0.3s;
}
.ant-drawer > * {
  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);
}
.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%;
  transition: 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 {
  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 {
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-right.ant-drawer-open.no-mask {
  right: 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%;
  transition: 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 {
  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 {
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.15);
}
.ant-drawer-bottom.ant-drawer-open.no-mask {
  bottom: 1px;
  transform: translateY(1px);
}
.ant-drawer.ant-drawer-open .ant-drawer-mask {
  height: 100%;
  opacity: 1;
  transition: none;
  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: 14px;
  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: 14px;
  font-style: normal;
  line-height: 56px;
  text-align: center;
  text-transform: none;
  text-decoration: none;
  background: transparent;
  border: 0;
  outline: 0;
  cursor: pointer;
  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: 12px;
  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);
  transition: opacity 0.3s linear, height 0s ease 0.3s;
}
.ant-drawer-open-content {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@keyframes antdDrawerFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ant-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  transform: scale(0.83333333) rotate(0deg);
}
:root .ant-dropdown-wrap .ant-btn > .anticon-down {
  font-size: 12px;
}
.ant-dropdown-wrap .anticon-down::before {
  transition: transform 0.2s;
}
.ant-dropdown-wrap-open .anticon-down::before {
  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;
  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);
  transition: all 0.3s;
}
.ant-dropdown-menu-submenu-popup {
  position: absolute;
  z-index: 1050;
}
.ant-dropdown-menu-submenu-popup > .ant-dropdown-menu {
  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: 12px;
  line-height: 22px;
  white-space: nowrap;
  cursor: pointer;
  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);
  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: #317EF0;
  background-color: #f0f8ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f0f8ff;
}
.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;
  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;
  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: #317EF0;
}
.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 {
  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 {
  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 {
  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 {
  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;
  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;
  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: #317EF0;
}
.ant-empty {
  margin: 0 8px;
  font-size: 12px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 14px;
  line-height: inherit;
  border: 0;
  border-bottom: 1px solid #d9d9d9;
}
.ant-form label {
  font-size: 12px;
}
.ant-form input[type='search'] {
  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: 12px;
  line-height: 1.5;
}
.ant-form-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 12px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  margin-bottom: 24px;
  vertical-align: top;
}
.ant-form-item label {
  position: relative;
}
.ant-form-item label > .anticon {
  font-size: 12px;
  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: 9px;
}
.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: 19px;
  margin-top: -3px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 1.5;
  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: 24px;
}
form .has-feedback .ant-input-password-icon {
  margin-right: 18px;
}
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 {
  position: relative;
  top: -1px;
  display: inline-block;
  vertical-align: middle;
}
.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 {
  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-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;
  }
}
@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;
  }
}
@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;
  }
}
@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;
  }
}
@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-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: 30px;
  height: 20px;
  margin-top: -10px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  visibility: visible;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  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;
  box-shadow: 0 0 0 2px rgba(245, 34, 45, 0.2);
}
.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: #5ba1fc;
  border-right-width: 1px !important;
}
.has-error .ant-transfer-list-search:not([disabled]):focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 0.2);
}
.is-validating.has-feedback .ant-form-item-children-icon {
  display: inline-block;
  color: #317EF0;
}
.ant-advanced-search-form .ant-form-item {
  margin-bottom: 24px;
}
.ant-advanced-search-form .ant-form-item-with-help {
  margin-bottom: 9px;
}
.show-help-enter,
.show-help-appear {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-leave {
  animation-duration: 0.3s;
  animation-fill-mode: both;
  animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
  animation-name: antShowHelpIn;
  animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
  animation-name: antShowHelpOut;
  animation-play-state: running;
  pointer-events: none;
}
.show-help-enter,
.show-help-appear {
  opacity: 0;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
  0% {
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes antShowHelpOut {
  to {
    transform: translateY(-5px);
    opacity: 0;
  }
}
@keyframes diffZoomIn1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn2 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes diffZoomIn3 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
.ant-row {
  position: relative;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  zoom: 1;
  display: block;
  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-flex {
  display: flex;
  flex-flow: row wrap;
}
.ant-row-flex::before,
.ant-row-flex::after {
  display: flex;
}
.ant-row-flex-start {
  justify-content: flex-start;
}
.ant-row-flex-center {
  justify-content: center;
}
.ant-row-flex-end {
  justify-content: flex-end;
}
.ant-row-flex-space-between {
  justify-content: space-between;
}
.ant-row-flex-space-around {
  justify-content: space-around;
}
.ant-row-flex-top {
  align-items: flex-start;
}
.ant-row-flex-middle {
  align-items: center;
}
.ant-row-flex-bottom {
  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 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-24 {
  display: block;
  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 {
  order: 24;
}
.ant-col-23 {
  display: block;
  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 {
  order: 23;
}
.ant-col-22 {
  display: block;
  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 {
  order: 22;
}
.ant-col-21 {
  display: block;
  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 {
  order: 21;
}
.ant-col-20 {
  display: block;
  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 {
  order: 20;
}
.ant-col-19 {
  display: block;
  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 {
  order: 19;
}
.ant-col-18 {
  display: block;
  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 {
  order: 18;
}
.ant-col-17 {
  display: block;
  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 {
  order: 17;
}
.ant-col-16 {
  display: block;
  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 {
  order: 16;
}
.ant-col-15 {
  display: block;
  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 {
  order: 15;
}
.ant-col-14 {
  display: block;
  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 {
  order: 14;
}
.ant-col-13 {
  display: block;
  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 {
  order: 13;
}
.ant-col-12 {
  display: block;
  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 {
  order: 12;
}
.ant-col-11 {
  display: block;
  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 {
  order: 11;
}
.ant-col-10 {
  display: block;
  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 {
  order: 10;
}
.ant-col-9 {
  display: block;
  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 {
  order: 9;
}
.ant-col-8 {
  display: block;
  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 {
  order: 8;
}
.ant-col-7 {
  display: block;
  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 {
  order: 7;
}
.ant-col-6 {
  display: block;
  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 {
  order: 6;
}
.ant-col-5 {
  display: block;
  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 {
  order: 5;
}
.ant-col-4 {
  display: block;
  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 {
  order: 4;
}
.ant-col-3 {
  display: block;
  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 {
  order: 3;
}
.ant-col-2 {
  display: block;
  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 {
  order: 2;
}
.ant-col-1 {
  display: block;
  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 {
  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 {
  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 {
  flex: 0 0 auto;
  float: left;
}
.ant-col-xs-24 {
  display: block;
  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 {
  order: 24;
}
.ant-col-xs-23 {
  display: block;
  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 {
  order: 23;
}
.ant-col-xs-22 {
  display: block;
  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 {
  order: 22;
}
.ant-col-xs-21 {
  display: block;
  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 {
  order: 21;
}
.ant-col-xs-20 {
  display: block;
  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 {
  order: 20;
}
.ant-col-xs-19 {
  display: block;
  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 {
  order: 19;
}
.ant-col-xs-18 {
  display: block;
  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 {
  order: 18;
}
.ant-col-xs-17 {
  display: block;
  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 {
  order: 17;
}
.ant-col-xs-16 {
  display: block;
  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 {
  order: 16;
}
.ant-col-xs-15 {
  display: block;
  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 {
  order: 15;
}
.ant-col-xs-14 {
  display: block;
  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 {
  order: 14;
}
.ant-col-xs-13 {
  display: block;
  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 {
  order: 13;
}
.ant-col-xs-12 {
  display: block;
  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 {
  order: 12;
}
.ant-col-xs-11 {
  display: block;
  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 {
  order: 11;
}
.ant-col-xs-10 {
  display: block;
  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 {
  order: 10;
}
.ant-col-xs-9 {
  display: block;
  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 {
  order: 9;
}
.ant-col-xs-8 {
  display: block;
  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 {
  order: 8;
}
.ant-col-xs-7 {
  display: block;
  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 {
  order: 7;
}
.ant-col-xs-6 {
  display: block;
  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 {
  order: 6;
}
.ant-col-xs-5 {
  display: block;
  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 {
  order: 5;
}
.ant-col-xs-4 {
  display: block;
  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 {
  order: 4;
}
.ant-col-xs-3 {
  display: block;
  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 {
  order: 3;
}
.ant-col-xs-2 {
  display: block;
  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 {
  order: 2;
}
.ant-col-xs-1 {
  display: block;
  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 {
  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 {
  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 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-sm-24 {
    display: block;
    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 {
    order: 24;
  }
  .ant-col-sm-23 {
    display: block;
    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 {
    order: 23;
  }
  .ant-col-sm-22 {
    display: block;
    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 {
    order: 22;
  }
  .ant-col-sm-21 {
    display: block;
    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 {
    order: 21;
  }
  .ant-col-sm-20 {
    display: block;
    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 {
    order: 20;
  }
  .ant-col-sm-19 {
    display: block;
    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 {
    order: 19;
  }
  .ant-col-sm-18 {
    display: block;
    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 {
    order: 18;
  }
  .ant-col-sm-17 {
    display: block;
    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 {
    order: 17;
  }
  .ant-col-sm-16 {
    display: block;
    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 {
    order: 16;
  }
  .ant-col-sm-15 {
    display: block;
    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 {
    order: 15;
  }
  .ant-col-sm-14 {
    display: block;
    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 {
    order: 14;
  }
  .ant-col-sm-13 {
    display: block;
    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 {
    order: 13;
  }
  .ant-col-sm-12 {
    display: block;
    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 {
    order: 12;
  }
  .ant-col-sm-11 {
    display: block;
    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 {
    order: 11;
  }
  .ant-col-sm-10 {
    display: block;
    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 {
    order: 10;
  }
  .ant-col-sm-9 {
    display: block;
    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 {
    order: 9;
  }
  .ant-col-sm-8 {
    display: block;
    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 {
    order: 8;
  }
  .ant-col-sm-7 {
    display: block;
    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 {
    order: 7;
  }
  .ant-col-sm-6 {
    display: block;
    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 {
    order: 6;
  }
  .ant-col-sm-5 {
    display: block;
    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 {
    order: 5;
  }
  .ant-col-sm-4 {
    display: block;
    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 {
    order: 4;
  }
  .ant-col-sm-3 {
    display: block;
    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 {
    order: 3;
  }
  .ant-col-sm-2 {
    display: block;
    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 {
    order: 2;
  }
  .ant-col-sm-1 {
    display: block;
    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 {
    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 {
    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 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-md-24 {
    display: block;
    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 {
    order: 24;
  }
  .ant-col-md-23 {
    display: block;
    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 {
    order: 23;
  }
  .ant-col-md-22 {
    display: block;
    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 {
    order: 22;
  }
  .ant-col-md-21 {
    display: block;
    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 {
    order: 21;
  }
  .ant-col-md-20 {
    display: block;
    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 {
    order: 20;
  }
  .ant-col-md-19 {
    display: block;
    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 {
    order: 19;
  }
  .ant-col-md-18 {
    display: block;
    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 {
    order: 18;
  }
  .ant-col-md-17 {
    display: block;
    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 {
    order: 17;
  }
  .ant-col-md-16 {
    display: block;
    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 {
    order: 16;
  }
  .ant-col-md-15 {
    display: block;
    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 {
    order: 15;
  }
  .ant-col-md-14 {
    display: block;
    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 {
    order: 14;
  }
  .ant-col-md-13 {
    display: block;
    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 {
    order: 13;
  }
  .ant-col-md-12 {
    display: block;
    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 {
    order: 12;
  }
  .ant-col-md-11 {
    display: block;
    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 {
    order: 11;
  }
  .ant-col-md-10 {
    display: block;
    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 {
    order: 10;
  }
  .ant-col-md-9 {
    display: block;
    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 {
    order: 9;
  }
  .ant-col-md-8 {
    display: block;
    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 {
    order: 8;
  }
  .ant-col-md-7 {
    display: block;
    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 {
    order: 7;
  }
  .ant-col-md-6 {
    display: block;
    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 {
    order: 6;
  }
  .ant-col-md-5 {
    display: block;
    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 {
    order: 5;
  }
  .ant-col-md-4 {
    display: block;
    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 {
    order: 4;
  }
  .ant-col-md-3 {
    display: block;
    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 {
    order: 3;
  }
  .ant-col-md-2 {
    display: block;
    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 {
    order: 2;
  }
  .ant-col-md-1 {
    display: block;
    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 {
    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 {
    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 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-lg-24 {
    display: block;
    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 {
    order: 24;
  }
  .ant-col-lg-23 {
    display: block;
    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 {
    order: 23;
  }
  .ant-col-lg-22 {
    display: block;
    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 {
    order: 22;
  }
  .ant-col-lg-21 {
    display: block;
    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 {
    order: 21;
  }
  .ant-col-lg-20 {
    display: block;
    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 {
    order: 20;
  }
  .ant-col-lg-19 {
    display: block;
    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 {
    order: 19;
  }
  .ant-col-lg-18 {
    display: block;
    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 {
    order: 18;
  }
  .ant-col-lg-17 {
    display: block;
    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 {
    order: 17;
  }
  .ant-col-lg-16 {
    display: block;
    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 {
    order: 16;
  }
  .ant-col-lg-15 {
    display: block;
    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 {
    order: 15;
  }
  .ant-col-lg-14 {
    display: block;
    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 {
    order: 14;
  }
  .ant-col-lg-13 {
    display: block;
    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 {
    order: 13;
  }
  .ant-col-lg-12 {
    display: block;
    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 {
    order: 12;
  }
  .ant-col-lg-11 {
    display: block;
    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 {
    order: 11;
  }
  .ant-col-lg-10 {
    display: block;
    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 {
    order: 10;
  }
  .ant-col-lg-9 {
    display: block;
    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 {
    order: 9;
  }
  .ant-col-lg-8 {
    display: block;
    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 {
    order: 8;
  }
  .ant-col-lg-7 {
    display: block;
    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 {
    order: 7;
  }
  .ant-col-lg-6 {
    display: block;
    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 {
    order: 6;
  }
  .ant-col-lg-5 {
    display: block;
    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 {
    order: 5;
  }
  .ant-col-lg-4 {
    display: block;
    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 {
    order: 4;
  }
  .ant-col-lg-3 {
    display: block;
    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 {
    order: 3;
  }
  .ant-col-lg-2 {
    display: block;
    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 {
    order: 2;
  }
  .ant-col-lg-1 {
    display: block;
    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 {
    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 {
    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 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xl-24 {
    display: block;
    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 {
    order: 24;
  }
  .ant-col-xl-23 {
    display: block;
    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 {
    order: 23;
  }
  .ant-col-xl-22 {
    display: block;
    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 {
    order: 22;
  }
  .ant-col-xl-21 {
    display: block;
    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 {
    order: 21;
  }
  .ant-col-xl-20 {
    display: block;
    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 {
    order: 20;
  }
  .ant-col-xl-19 {
    display: block;
    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 {
    order: 19;
  }
  .ant-col-xl-18 {
    display: block;
    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 {
    order: 18;
  }
  .ant-col-xl-17 {
    display: block;
    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 {
    order: 17;
  }
  .ant-col-xl-16 {
    display: block;
    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 {
    order: 16;
  }
  .ant-col-xl-15 {
    display: block;
    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 {
    order: 15;
  }
  .ant-col-xl-14 {
    display: block;
    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 {
    order: 14;
  }
  .ant-col-xl-13 {
    display: block;
    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 {
    order: 13;
  }
  .ant-col-xl-12 {
    display: block;
    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 {
    order: 12;
  }
  .ant-col-xl-11 {
    display: block;
    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 {
    order: 11;
  }
  .ant-col-xl-10 {
    display: block;
    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 {
    order: 10;
  }
  .ant-col-xl-9 {
    display: block;
    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 {
    order: 9;
  }
  .ant-col-xl-8 {
    display: block;
    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 {
    order: 8;
  }
  .ant-col-xl-7 {
    display: block;
    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 {
    order: 7;
  }
  .ant-col-xl-6 {
    display: block;
    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 {
    order: 6;
  }
  .ant-col-xl-5 {
    display: block;
    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 {
    order: 5;
  }
  .ant-col-xl-4 {
    display: block;
    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 {
    order: 4;
  }
  .ant-col-xl-3 {
    display: block;
    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 {
    order: 3;
  }
  .ant-col-xl-2 {
    display: block;
    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 {
    order: 2;
  }
  .ant-col-xl-1 {
    display: block;
    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 {
    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 {
    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 {
    flex: 0 0 auto;
    float: left;
  }
  .ant-col-xxl-24 {
    display: block;
    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 {
    order: 24;
  }
  .ant-col-xxl-23 {
    display: block;
    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 {
    order: 23;
  }
  .ant-col-xxl-22 {
    display: block;
    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 {
    order: 22;
  }
  .ant-col-xxl-21 {
    display: block;
    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 {
    order: 21;
  }
  .ant-col-xxl-20 {
    display: block;
    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 {
    order: 20;
  }
  .ant-col-xxl-19 {
    display: block;
    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 {
    order: 19;
  }
  .ant-col-xxl-18 {
    display: block;
    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 {
    order: 18;
  }
  .ant-col-xxl-17 {
    display: block;
    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 {
    order: 17;
  }
  .ant-col-xxl-16 {
    display: block;
    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 {
    order: 16;
  }
  .ant-col-xxl-15 {
    display: block;
    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 {
    order: 15;
  }
  .ant-col-xxl-14 {
    display: block;
    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 {
    order: 14;
  }
  .ant-col-xxl-13 {
    display: block;
    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 {
    order: 13;
  }
  .ant-col-xxl-12 {
    display: block;
    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 {
    order: 12;
  }
  .ant-col-xxl-11 {
    display: block;
    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 {
    order: 11;
  }
  .ant-col-xxl-10 {
    display: block;
    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 {
    order: 10;
  }
  .ant-col-xxl-9 {
    display: block;
    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 {
    order: 9;
  }
  .ant-col-xxl-8 {
    display: block;
    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 {
    order: 8;
  }
  .ant-col-xxl-7 {
    display: block;
    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 {
    order: 7;
  }
  .ant-col-xxl-6 {
    display: block;
    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 {
    order: 6;
  }
  .ant-col-xxl-5 {
    display: block;
    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 {
    order: 5;
  }
  .ant-col-xxl-4 {
    display: block;
    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 {
    order: 4;
  }
  .ant-col-xxl-3 {
    display: block;
    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 {
    order: 3;
  }
  .ant-col-xxl-2 {
    display: block;
    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 {
    order: 2;
  }
  .ant-col-xxl-1 {
    display: block;
    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 {
    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 {
    order: 0;
  }
}
.ant-input {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-input-sm {
  height: 22px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 12px;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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;
  box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selection,
.ant-input-group-addon .ant-select-focused .ant-select-selection {
  color: #317EF0;
}
.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: 14px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 22px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 22px;
}
.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 {
  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 {
  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 {
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #5ba1fc;
  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: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
  line-height: 0;
  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-affix-wrapper .ant-input {
  min-height: 100%;
}
.ant-input-password-icon {
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  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;
  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;
  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;
  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 {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-input-number-sm {
  height: 22px;
  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;
  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: #5ba1fc;
}
.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;
  transition: all 0.1s linear;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 28px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  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: 14px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 20px;
  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;
  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;
  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: flex;
  flex: auto;
  flex-direction: column;
  /* fix firefox can't set height smaller than content on flex item */
  min-height: 0;
  background: #f0f2f5;
}
.ant-layout,
.ant-layout * {
  box-sizing: border-box;
}
.ant-layout.ant-layout-has-sider {
  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 {
  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: 12px;
  background: #f0f2f5;
}
.ant-layout-content {
  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;
  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 {
  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;
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
}
.ant-list * {
  outline: none;
}
.ant-list-pagination {
  margin-top: 24px;
  text-align: right;
}
.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: 12px;
  text-align: center;
}
.ant-list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-list-item {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.ant-list-item-content {
  color: rgba(0, 0, 0, 0.65);
}
.ant-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  font-size: 0;
}
.ant-list-item-meta-avatar {
  margin-right: 16px;
}
.ant-list-item-meta-content {
  flex: 1 0;
}
.ant-list-item-meta-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-meta-title > a {
  color: rgba(0, 0, 0, 0.65);
  transition: all 0.3s;
}
.ant-list-item-meta-title > a:hover {
  color: #317EF0;
}
.ant-list-item-meta-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  line-height: 22px;
}
.ant-list-item-action {
  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: 12px;
  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 {
  align-items: initial;
}
.ant-list-vertical .ant-list-item-main {
  display: block;
  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: 14px;
  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 {
    flex-wrap: wrap;
  }
  .ant-list-item-action {
    margin-left: 12px;
  }
  .ant-list-vertical .ant-list-item {
    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-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.ant-mentions-wrapper .ant-mentions-editor {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  display: block;
  height: auto;
  min-height: 30px;
  padding: 0;
  line-height: 1.5;
}
.ant-mentions-wrapper .ant-mentions-editor::-moz-placeholder {
  color: #bfbfbf;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor:-ms-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor::-webkit-input-placeholder {
  color: #bfbfbf;
}
.ant-mentions-wrapper .ant-mentions-editor:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-mentions-wrapper .ant-mentions-editor:hover {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 0.2);
}
.ant-mentions-wrapper .ant-mentions-editor-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled] {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper .ant-mentions-editor[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-mentions-wrapper .ant-mentions-editor {
  max-width: 100%;
  height: auto;
  min-height: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-wrapper .ant-mentions-editor-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-mentions-wrapper .ant-mentions-editor-sm {
  height: 22px;
  padding: 1px 7px;
}
.ant-mentions-wrapper .ant-mentions-editor-wrapper {
  height: auto;
  overflow-y: auto;
}
.ant-mentions-wrapper.ant-mentions-active:not(.disabled) .ant-mentions-editor {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 0.2);
}
.ant-mentions-wrapper.disabled .ant-mentions-editor {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-mentions-wrapper.disabled .ant-mentions-editor:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root {
  position: absolute;
  pointer-events: none;
}
.ant-mentions-wrapper .public-DraftEditorPlaceholder-root .public-DraftEditorPlaceholder-inner {
  height: auto;
  padding: 5px 11px;
  color: #bfbfbf;
  white-space: pre-wrap;
  word-wrap: break-word;
  outline: none;
  opacity: 1;
}
.ant-mentions-wrapper .DraftEditor-editorContainer .public-DraftEditor-content {
  height: auto;
  padding: 5px 11px;
}
.ant-mentions-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  min-width: 120px;
  max-height: 250px;
  margin-top: 1.5em;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-mentions-dropdown-placement-top {
  margin-top: -0.1em;
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item {
  color: rgba(0, 0, 0, 0.25);
}
.ant-mentions-dropdown-notfound.ant-mentions-dropdown-item .anticon-loading {
  display: block;
  color: #317EF0;
  text-align: center;
}
.ant-mentions-dropdown-item {
  position: relative;
  display: block;
  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;
  transition: background 0.3s;
}
.ant-mentions-dropdown-item:hover {
  background-color: #f0f8ff;
}
.ant-mentions-dropdown-item.focus,
.ant-mentions-dropdown-item-active {
  background-color: #f0f8ff;
}
.ant-mentions-dropdown-item-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-disabled:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-mentions-dropdown-item-selected,
.ant-mentions-dropdown-item-selected:hover {
  color: rgba(0, 0, 0, 0.65);
  font-weight: bold;
  background-color: #f5f5f5;
}
.ant-mentions-dropdown-item-divider {
  height: 1px;
  margin: 1px 0;
  overflow: hidden;
  line-height: 0;
  background-color: #e8e8e8;
}
.ant-mentions {
  box-sizing: border-box;
  margin: 0;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-mentions:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-mentions-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-mentions-sm {
  height: 22px;
  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: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 0.2);
}
.ant-mentions > textarea,
.ant-mentions-measure {
  min-height: 28px;
  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;
  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: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;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 12px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  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;
  transition: background 0.3s ease;
}
.ant-mentions-dropdown-menu-item:hover {
  background-color: #f0f8ff;
}
.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: #f0f8ff;
}
.ant-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  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;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: background 0.3s, width 0.2s;
  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: 12px;
  line-height: 1.5;
  transition: all 0.3s;
}
.ant-menu-submenu,
.ant-menu-submenu-inline {
  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: #317EF0;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #f0f8ff;
}
.ant-menu-submenu .ant-menu-sub {
  cursor: initial;
  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: #317EF0;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.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: #317EF0;
}
.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: #317EF0;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #317EF0;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f0f8ff;
}
.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;
  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 {
  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;
  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: 12px;
  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;
  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;
  background: #fff;
  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 {
  transition: 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;
  transition: 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: linear-gradient(to right, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
  background-image: none \9;
  border-radius: 2px;
  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);
  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 {
  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 {
  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: linear-gradient(to right, #317EF0, #317EF0);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  transform: rotate(-45deg) translateX(2px);
}
.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow {
  transform: translateY(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  transform: rotate(-45deg) translateX(-2px);
}
.ant-menu-submenu-open.ant-menu-submenu-inline > .ant-menu-submenu-title .ant-menu-submenu-arrow::before {
  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: #317EF0;
}
.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: #317EF0;
}
.ant-menu-horizontal {
  line-height: 46px;
  white-space: nowrap;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
  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: #317EF0;
  border-bottom: 2px solid #317EF0;
}
.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: #317EF0;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #317EF0;
}
.ant-menu-horizontal::after {
  display: block;
  clear: both;
  height: 0;
  content: '\20';
}
.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 #317EF0;
  transform: scaleY(0.0001);
  opacity: 0;
  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);
  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: 12px;
  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 {
  transform: scaleY(1);
  opacity: 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);
}
.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 33px !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: 14px;
  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 {
  box-shadow: none;
}
.ant-menu-sub.ant-menu-inline {
  padding: 0;
  border: 0;
  border-radius: 0;
  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;
  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;
  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: #317EF0;
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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: 14px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}
.ant-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 14px;
  line-height: 22px;
  word-wrap: break-word;
}
.ant-modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px;
  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;
  transition: color 0.3s;
}
.ant-modal-close-x {
  display: block;
  width: 56px;
  height: 56px;
  font-size: 14px;
  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: 12px;
  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 {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  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(100vw - 16px);
    margin: 8px auto;
  }
  .ant-modal-centered .ant-modal {
    flex: 1;
  }
}
.ant-modal-confirm .ant-modal-header {
  display: none;
}
.ant-modal-confirm .ant-modal-close {
  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: 14px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  animation-name: NotificationLeftFadeIn;
}
.ant-notification-close-icon {
  font-size: 12px;
  cursor: pointer;
}
.ant-notification-notice {
  position: relative;
  margin-bottom: 16px;
  padding: 16px 24px;
  overflow: hidden;
  line-height: 1.5;
  background: #fff;
  border-radius: 4px;
  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: 14px;
  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: 12px;
}
.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: 14px;
}
.ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 48px;
  font-size: 12px;
}
.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 {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
}
.ant-notification-fade-enter,
.ant-notification-fade-appear {
  opacity: 0;
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-play-state: paused;
}
.ant-notification-fade-leave {
  animation-duration: 0.24s;
  animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  animation-fill-mode: both;
  animation-duration: 0.2s;
  animation-play-state: paused;
}
.ant-notification-fade-enter.ant-notification-fade-enter-active,
.ant-notification-fade-appear.ant-notification-fade-appear-active {
  animation-name: NotificationFadeIn;
  animation-play-state: running;
}
.ant-notification-fade-leave.ant-notification-fade-leave-active {
  animation-name: NotificationFadeOut;
  animation-play-state: running;
}
@keyframes NotificationFadeIn {
  0% {
    left: 384px;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes NotificationLeftFadeIn {
  0% {
    right: 384px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #000;
  cursor: pointer;
}
.ant-page-header-back-button:focus,
.ant-page-header-back-button:hover {
  color: #5ba1fc;
}
.ant-page-header-back-button:active {
  color: #1e5dc9;
}
.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: 18px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: rgba(0, 0, 0, 0.65);
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #317EF0;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #317EF0;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #317EF0;
}
.ant-pagination-item-active a {
  color: #317EF0;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #5ba1fc;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #5ba1fc;
}
.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;
  transform: scale(1) rotate(0deg);
  color: #317EF0;
  letter-spacing: -1px;
  opacity: 0;
  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;
  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;
  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);
  user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #5ba1fc;
}
.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;
  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: #317EF0;
  border-color: #317EF0;
}
.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: 30px;
  line-height: 30px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 22px;
  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 {
  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;
  transition: border-color 0.3s;
}
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
  border-color: #317EF0;
}
.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: 22px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1030;
  font-weight: normal;
  white-space: normal;
  text-align: left;
  cursor: auto;
  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;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  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 {
    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: 12px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #faad14;
  font-size: 12px;
}
.ant-popover-message-title {
  padding-left: 20px;
}
.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;
  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;
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  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;
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  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;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
}
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
  left: 50%;
  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;
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
}
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
  top: 50%;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-progress-line {
  position: relative;
  width: 100%;
  font-size: 12px;
}
.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 {
  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;
  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: 12px;
}
.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;
  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;
  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;
}
@keyframes ant-progress-active {
  0% {
    width: 0;
    opacity: 0.1;
  }
  20% {
    width: 0;
    opacity: 0.5;
  }
  100% {
    width: 100%;
    opacity: 0;
  }
}
.ant-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
  line-height: unset;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
  cursor: pointer;
}
.ant-radio {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(49, 126, 240, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #317EF0;
  border-radius: 50%;
  visibility: hidden;
  animation: antRadioEffect 0.36s ease-in-out;
  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;
  transition: all 0.3s;
}
.ant-radio-inner::after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: table;
  width: 8px;
  height: 8px;
  background-color: #317EF0;
  border-top: 0;
  border-left: 0;
  border-radius: 8px;
  transform: scale(0);
  opacity: 0;
  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: #317EF0;
}
.ant-radio-checked .ant-radio-inner::after {
  transform: scale(1);
  opacity: 1;
  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;
  transition: color 0.3s, background 0.3s, border-color 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: 14px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 22px;
  padding: 0 7px;
  line-height: 20px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: -1px;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d9d9d9;
  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: #317EF0;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(49, 126, 240, 0.06);
}
.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: #317EF0;
  background: #fff;
  border-color: #317EF0;
  box-shadow: -1px 0 0 0 #317EF0;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #317EF0 !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #317EF0;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #5ba1fc;
  border-color: #5ba1fc;
  box-shadow: -1px 0 0 0 #5ba1fc;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #1e5dc9;
  border-color: #1e5dc9;
  box-shadow: -1px 0 0 0 #1e5dc9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(49, 126, 240, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #317EF0;
  border-color: #317EF0;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #5ba1fc;
  border-color: #5ba1fc;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #1e5dc9;
  border-color: #1e5dc9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(49, 126, 240, 0.06);
}
.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;
  box-shadow: none;
}
@keyframes antRadioEffect {
  0% {
    transform: scale(1);
    opacity: 0.5;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
  .ant-radio {
    vertical-align: text-bottom;
  }
}
.ant-rate {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  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 {
  transform: scale(1);
}
.ant-rate-star {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: inherit;
  cursor: pointer;
  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 {
  transform: scale(1.1);
}
.ant-rate-star-first,
.ant-rate-star-second {
  color: #e8e8e8;
  transition: all 0.3s;
  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: 12px;
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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 {
  transition: transform 0.3s;
}
.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-select-selection:hover {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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;
  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;
  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: 30px;
  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: 28px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 14px;
}
.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: 22px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 14px;
  line-height: 12px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 11px;
}
.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: 30px;
  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%;
}
.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: 22px;
  margin-top: 3px;
  line-height: 20px;
}
.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;
  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;
  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;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  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: 15px;
}
.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 {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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%;
  box-shadow: none;
  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;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 12px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  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 {
  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 {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 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;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0f8ff;
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.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: #f0f8ff;
}
.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;
  transform: translateY(-50%);
  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: #317EF0;
}
.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: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: ant-skeleton-loading 1.4s ease infinite;
}
@keyframes ant-skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.ant-slider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  height: 12px;
  margin: 14px 6px 10px;
  padding: 4px 0;
  cursor: pointer;
  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-bottom: -7px;
  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-with-marks {
  margin-bottom: 28px;
}
.ant-slider-rail {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 2px;
  transition: background-color 0.3s;
}
.ant-slider-track {
  position: absolute;
  height: 4px;
  background-color: #add6ff;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.ant-slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  margin-top: -5px;
  background-color: #fff;
  border: solid 2px #add6ff;
  border-radius: 50%;
  box-shadow: 0;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.6s, transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.ant-slider-handle:focus {
  border-color: #5a98f3;
  outline: none;
  box-shadow: 0 0 0 5px rgba(49, 126, 240, 0.2);
}
.ant-slider-handle.ant-tooltip-open {
  border-color: #317EF0;
}
.ant-slider:hover .ant-slider-rail {
  background-color: #e1e1e1;
}
.ant-slider:hover .ant-slider-track {
  background-color: #85beff;
}
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
  border-color: #85beff;
}
.ant-slider-mark {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  font-size: 12px;
}
.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: #98bff8;
}
.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;
  box-shadow: none;
  cursor: not-allowed;
}
.ant-slider-disabled .ant-slider-mark-text,
.ant-slider-disabled .ant-slider-dot {
  cursor: not-allowed !important;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #317EF0;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: 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: 6px;
  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: 3px;
}
.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: 12px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  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;
  transition: all 0.3s;
  content: '';
  pointer-events: none;
}
.ant-spin-blur {
  clear: both;
  overflow: hidden;
  opacity: 0.5;
  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: #317EF0;
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  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;
  animation-delay: 0.4s;
}
.ant-spin-dot-item:nth-child(3) {
  right: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  left: 0;
  animation-delay: 1.2s;
}
.ant-spin-dot-spin {
  transform: rotate(45deg);
  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;
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}
@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
.ant-statistic {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
}
.ant-statistic-title {
  margin-bottom: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-statistic-content {
  color: rgba(0, 0, 0, 0.85);
  font-size: 24px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: flex;
  width: 100%;
  font-size: 0;
}
.ant-steps-item {
  position: relative;
  display: inline-block;
  flex: 1;
  overflow: hidden;
  vertical-align: top;
}
.ant-steps-item-container {
  outline: none;
}
.ant-steps-item:last-child {
  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: 14px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 32px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 32px;
  transition: background-color 0.3s, border-color 0.3s;
}
.ant-steps-item-icon > .ant-steps-icon {
  position: relative;
  top: -1px;
  color: #317EF0;
  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;
  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: 14px;
  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: 12px;
}
.ant-steps-item-description {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.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: #317EF0;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
  color: #317EF0;
}
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #317EF0;
}
.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: #317EF0;
}
.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: #317EF0;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
  color: #317EF0;
}
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
  background: #317EF0;
}
.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: #317EF0;
}
.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: #317EF0;
}
.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 {
  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: #317EF0;
}
.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: #317EF0;
}
.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: #317EF0;
}
.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: #317EF0;
}
.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: 12px;
  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: 12px;
}
.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;
  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: 51px;
  padding: 3.5px 24px;
}
.ant-steps-label-vertical .ant-steps-item-content {
  display: block;
  width: 104px;
  margin-top: 8px;
  text-align: center;
}
.ant-steps-label-vertical .ant-steps-item-icon {
  display: inline-block;
  margin-left: 36px;
}
.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-small:not(.ant-steps-dot) .ant-steps-item-icon {
  margin-left: 40px;
}
.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;
  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;
  transition: opacity 0.3s;
}
.ant-steps-navigation .ant-steps-item-container .ant-steps-item-content {
  max-width: 140px;
}
.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 {
  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;
  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: #317EF0;
  transition: width 0.3s, left 0.3s;
  transition-timing-function: ease-out;
  content: '';
}
.ant-steps-navigation .ant-steps-item.ant-steps-item-active::before {
  left: 0;
  width: 100%;
}
.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: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  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;
  transition: all 0.36s;
  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;
  transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
  content: ' ';
}
.ant-switch::after {
  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: #317EF0;
}
.ant-switch:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 0.2);
}
.ant-switch:focus:hover {
  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;
  transform: scale(0.66667);
}
.ant-switch-checked {
  background-color: #317EF0;
}
.ant-switch-checked .ant-switch-inner {
  margin-right: 24px;
  margin-left: 6px;
}
.ant-switch-checked::after {
  left: 100%;
  margin-left: -1px;
  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;
}
@keyframes AntSwitchSmallLoadingCircle {
  0% {
    transform: rotate(0deg) scale(0.66667);
    transform-origin: 50% 50%;
  }
  100% {
    transform: rotate(360deg) scale(0.66667);
    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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  clear: both;
}
.ant-table-body {
  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;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan] {
  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;
  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-filter {
  color: #317EF0;
}
.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;
  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;
  transform: scale(0.91666667) rotate(0deg);
  display: block;
  height: 1em;
  line-height: 1em;
  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: #317EF0;
}
.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;
  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 {
  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;
  transition: all 0.3s, border 0s;
}
.ant-table-thead > tr,
.ant-table-tbody > tr {
  transition: all 0.3s, height 0s;
}
.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: #f0f8ff;
}
.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: 12px;
  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;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-without-submenu {
  max-height: 400px;
  overflow-x: hidden;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  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: #317EF0;
  font-weight: bold;
  text-shadow: 0 0 2px #d6ecff;
}
.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: #317EF0;
}
.ant-table-filter-dropdown-link:hover {
  color: #5ba1fc;
}
.ant-table-filter-dropdown-link:active {
  color: #1e5dc9;
}
.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;
  transition: all 0.3s;
}
.ant-table-selection-menu {
  min-width: 96px;
  margin-top: 5px;
  margin-left: -30px;
  background: #fff;
  border-radius: 4px;
  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: #317EF0;
  text-decoration: none;
  cursor: pointer;
  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;
  transition: all 0.3s;
  user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #5ba1fc;
}
.ant-table-row-expand-icon:active {
  color: #1e5dc9;
}
.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]) {
  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;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  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: auto;
  overflow: hidden;
  border-radius: 0;
  transition: 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;
  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;
  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 {
  box-shadow: none;
}
.ant-table.ant-table-scroll-position-right .ant-table-fixed-right {
  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-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-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-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: #fff;
  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;
  border-right: 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:only-child > th:last-child,
.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;
  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: #317EF0;
  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: #317EF0;
  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: 12px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
  vertical-align: middle;
  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 {
  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: 42px;
}
.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;
  transition: all 0.3s;
}
.ant-tabs-extra-content .ant-tabs-new-tab:hover {
  color: #317EF0;
  border-color: #317EF0;
}
.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: 53px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 34px;
}
.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: #317EF0;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  box-sizing: border-box;
  height: 2px;
  background-color: #317EF0;
  transform-origin: 0 0;
}
.ant-tabs-bar {
  margin: 0 0 16px 0;
  border-bottom: 1px solid #e8e8e8;
  outline: none;
  transition: padding 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-nav-container {
  position: relative;
  box-sizing: border-box;
  margin-bottom: -1px;
  overflow: hidden;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
  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;
  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);
  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;
  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;
  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 {
  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;
  box-sizing: border-box;
  margin: 0;
  padding-left: 0;
  list-style: none;
  transition: 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;
  box-sizing: border-box;
  height: 100%;
  margin: 0 32px 0 0;
  padding: 12px 16px;
  text-decoration: none;
  cursor: pointer;
  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;
  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: #5ba1fc;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #1e5dc9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #317EF0;
  font-weight: 500;
}
.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: 14px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 12px;
}
.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 {
  flex-shrink: 0;
  width: 100%;
  opacity: 1;
  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: flex;
  flex-direction: row;
  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: auto;
}
.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 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), left 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 {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), top 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;
  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;
  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 {
  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;
  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;
  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;
  transform: scale(0.83333333) rotate(0deg);
  margin-left: 3px;
  color: rgba(0, 0, 0, 0.45);
  font-weight: bold;
  cursor: pointer;
  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: #317EF0;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #317EF0;
}
.ant-tag-checkable:active {
  background-color: #1e5dc9;
}
.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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 12px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  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: 12px;
  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;
  transition: all 0.3s;
  user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #317EF0;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #f0f8ff;
}
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;
}
.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 {
  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 {
  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 {
  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 {
  animation-name: antSlideUpOut;
}
.ant-time-picker {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  display: inline-block;
  width: 128px;
  outline: none;
  cursor: text;
  transition: opacity 0.3s;
}
.ant-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 30px;
  padding: 4px 11px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  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: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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: 30px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 14px;
}
.ant-time-picker-input-sm {
  height: 22px;
  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;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  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: 14px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 22px;
  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 {
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-timeline-item {
  position: relative;
  margin: 0;
  padding: 0 0 20px;
  font-size: 12px;
  list-style: none;
}
.ant-timeline-item-tail {
  position: absolute;
  top: 10px;
  left: 4px;
  height: calc(100% - 10px);
  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: #317EF0;
  border-color: #317EF0;
}
.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;
  transform: translate(-50%, -50%);
}
.ant-timeline-item-content {
  position: relative;
  top: -5px;
  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(50% - 4px);
  width: calc(50% - 14px);
  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(50% - 12px);
  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(100% - 4px - 2px);
}
.ant-timeline.ant-timeline-right .ant-timeline-item-right .ant-timeline-item-content {
  width: calc(100% - 18px);
}
.ant-timeline.ant-timeline-pending .ant-timeline-item-last .ant-timeline-item-tail {
  display: block;
  height: calc(100% - 14px);
  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(100% - 15px);
  border-left: 2px dotted #e8e8e8;
}
.ant-timeline.ant-timeline-reverse .ant-timeline-item-pending .ant-timeline-item-content {
  min-height: 48px;
}
.ant-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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 {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-top .ant-tooltip-arrow {
  left: 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 {
  box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-right .ant-tooltip-arrow {
  top: 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 {
  box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateX(-6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-left .ant-tooltip-arrow {
  top: 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 {
  box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
  transform: translateY(6.53553391px) rotate(45deg);
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  left: 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: flex;
}
.ant-transfer-customize-list .ant-transfer-operation {
  flex: none;
  align-self: center;
}
.ant-transfer-customize-list .ant-transfer-list {
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 30px;
  text-align: center;
}
.ant-transfer-list-search-action .anticon {
  color: rgba(0, 0, 0, 0.25);
  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: 9.5px 12px 10.5px;
  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: 12px;
}
.ant-transfer-list-body-search-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 12px;
}
.ant-transfer-list-body-with-search {
  padding-top: 54px;
}
.ant-transfer-list-content {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  list-style: none;
}
.ant-transfer-list-content > .LazyLoad {
  animation: transferHighlightIn 1s;
}
.ant-transfer-list-content-item {
  min-height: 32px;
  padding: 6px 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  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: #f0f8ff;
  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;
  transform: translateY(-50%);
}
.ant-transfer-list-body-with-search .ant-transfer-list-body-not-found {
  margin-top: 15px;
}
.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;
}
@keyframes transferHighlightIn {
  0% {
    background: #d6ecff;
  }
  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;
  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: #f0f8ff;
}
.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;
  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: #317EF0;
}
.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: #317EF0;
}
.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: #317EF0;
}
.ant-tree-checkbox {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
}
.ant-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #317EF0;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  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;
  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;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  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;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  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: #317EF0;
  border-color: #317EF0;
}
.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);
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
  border: 0;
  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 */
  box-sizing: border-box;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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: #317EF0;
  opacity: 0.8;
}
.ant-tree li.drag-over-gap-top > span[draggable] {
  border-top-color: #317EF0;
}
.ant-tree li.drag-over-gap-bottom > span[draggable] {
  border-bottom-color: #317EF0;
}
.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: #317EF0;
  font-size: 14px;
  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;
  transition: all 0.3s;
}
.ant-tree li .ant-tree-node-content-wrapper:hover {
  background-color: #f0f8ff;
}
.ant-tree li .ant-tree-node-content-wrapper.ant-tree-node-selected {
  background-color: #d6ecff;
}
.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-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;
  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 {
  transition: 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;
  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 {
  transition: transform 0.3s;
}
.ant-tree li span.ant-tree-switcher.ant-tree-switcher_close .ant-tree-switcher-icon svg {
  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 {
  transition: 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 {
  transition: 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 {
  transition: transform 0.3s;
}
.ant-tree.ant-tree-show-line li:not(:last-child)::before {
  position: absolute;
  left: 12px;
  width: 1px;
  height: 100%;
  height: calc(100% - 22px);
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
}
.ant-select-tree-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #317EF0;
  border-radius: 2px;
  visibility: hidden;
  animation: antCheckboxEffect 0.36s ease-in-out;
  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;
  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;
  transform: rotate(45deg) scale(0) translate(-50%, -50%);
  opacity: 0;
  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;
  transform: rotate(45deg) scale(1) translate(-50%, -50%);
  opacity: 1;
  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: #317EF0;
  border-color: #317EF0;
}
.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);
  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;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: #317EF0;
  border: 0;
  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 {
  box-sizing: border-box;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  transition: all 0.3s;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper:hover {
  background-color: #f0f8ff;
}
.ant-select-tree li .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
  background-color: #d6ecff;
}
.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: #317EF0;
  font-size: 14px;
  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;
  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 {
  transition: 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;
  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 {
  transition: transform 0.3s;
}
.ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon svg {
  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: #317EF0;
  font-size: 14px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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 {
  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-typography {
  color: rgba(0, 0, 0, 0.65);
}
.ant-typography.ant-typography-secondary {
  color: rgba(0, 0, 0, 0.45);
}
.ant-typography.ant-typography-warning {
  color: #faad14;
}
.ant-typography.ant-typography-danger {
  color: #f5222d;
}
.ant-typography.ant-typography-disabled {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  user-select: none;
}
div.ant-typography,
.ant-typography p {
  margin-bottom: 1em;
}
h1.ant-typography,
.ant-typography h1 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 33px;
  line-height: 1.23;
}
h2.ant-typography,
.ant-typography h2 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 26px;
  line-height: 1.35;
}
h3.ant-typography,
.ant-typography h3 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 21px;
  line-height: 1.35;
}
h4.ant-typography,
.ant-typography h4 {
  margin-bottom: 0.5em;
  color: rgba(0, 0, 0, 0.85);
  font-weight: 600;
  font-size: 18px;
  line-height: 1.4;
}
.ant-typography + h1.ant-typography,
.ant-typography + h2.ant-typography,
.ant-typography + h3.ant-typography,
.ant-typography + h4.ant-typography {
  margin-top: 1.2em;
}
.ant-typography div + h1,
.ant-typography ul + h1,
.ant-typography li + h1,
.ant-typography p + h1,
.ant-typography h1 + h1,
.ant-typography h2 + h1,
.ant-typography h3 + h1,
.ant-typography h4 + h1,
.ant-typography div + h2,
.ant-typography ul + h2,
.ant-typography li + h2,
.ant-typography p + h2,
.ant-typography h1 + h2,
.ant-typography h2 + h2,
.ant-typography h3 + h2,
.ant-typography h4 + h2,
.ant-typography div + h3,
.ant-typography ul + h3,
.ant-typography li + h3,
.ant-typography p + h3,
.ant-typography h1 + h3,
.ant-typography h2 + h3,
.ant-typography h3 + h3,
.ant-typography h4 + h3,
.ant-typography div + h4,
.ant-typography ul + h4,
.ant-typography li + h4,
.ant-typography p + h4,
.ant-typography h1 + h4,
.ant-typography h2 + h4,
.ant-typography h3 + h4,
.ant-typography h4 + h4 {
  margin-top: 1.2em;
}
span.ant-typography-ellipsis {
  display: inline-block;
}
.ant-typography a {
  color: #317EF0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
}
.ant-typography a:focus,
.ant-typography a:hover {
  color: #5ba1fc;
}
.ant-typography a:active {
  color: #1e5dc9;
}
.ant-typography a:active,
.ant-typography a:hover {
  text-decoration: none;
}
.ant-typography a[disabled] {
  color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
  pointer-events: none;
}
.ant-typography code {
  margin: 0 0.2em;
  padding: 0.2em 0.4em 0.1em;
  font-size: 85%;
  background: rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 3px;
}
.ant-typography mark {
  padding: 0;
  background-color: #ffe58f;
}
.ant-typography u,
.ant-typography ins {
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
.ant-typography s,
.ant-typography del {
  text-decoration: line-through;
}
.ant-typography strong {
  font-weight: 600;
}
.ant-typography-expand,
.ant-typography-edit,
.ant-typography-copy {
  color: #317EF0;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  margin-left: 8px;
}
.ant-typography-expand:focus,
.ant-typography-edit:focus,
.ant-typography-copy:focus,
.ant-typography-expand:hover,
.ant-typography-edit:hover,
.ant-typography-copy:hover {
  color: #5ba1fc;
}
.ant-typography-expand:active,
.ant-typography-edit:active,
.ant-typography-copy:active {
  color: #1e5dc9;
}
.ant-typography-copy-success,
.ant-typography-copy-success:hover,
.ant-typography-copy-success:focus {
  color: #52c41a;
}
.ant-typography-edit-content {
  position: relative;
}
div.ant-typography-edit-content {
  left: -12px;
  margin-top: -5px;
  margin-bottom: calc(1em - 4px - 2px);
}
.ant-typography-edit-content-confirm {
  position: absolute;
  right: 10px;
  bottom: 8px;
  color: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.ant-typography ul,
.ant-typography ol {
  margin: 0 0 1em 0;
  padding: 0;
}
.ant-typography ul li,
.ant-typography ol li {
  margin: 0 0 0 20px;
  padding: 0 0 0 4px;
}
.ant-typography ul li {
  list-style-type: circle;
}
.ant-typography ul li li {
  list-style-type: disc;
}
.ant-typography ol li {
  list-style-type: decimal;
}
.ant-typography-ellipsis-single-line {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-typography-ellipsis-multiple-line {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /*! autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ant-upload {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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: #317EF0;
}
.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;
  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: #1e5dc9;
}
.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: #5ba1fc;
}
.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: #5ba1fc;
  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: 14px;
}
.ant-upload.ant-upload-drag p.ant-upload-hint {
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-upload.ant-upload-drag .anticon-plus {
  color: rgba(0, 0, 0, 0.25);
  font-size: 30px;
  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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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: 12px;
}
.ant-upload-list-item-name {
  display: inline-block;
  width: 100%;
  padding-left: 20px;
  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: 5px;
  color: rgba(0, 0, 0, 0.45);
}
.ant-upload-list-item-info {
  height: 100%;
  padding: 0 12px 0 4px;
  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: 4px;
  color: rgba(0, 0, 0, 0.45);
  font-size: 12px;
}
.ant-upload-list-item .anticon-close {
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  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;
  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: #f0f8ff;
}
.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 {
  padding-right: 5px;
  color: #f5222d;
}
.ant-upload-list-item-progress {
  position: absolute;
  bottom: -12px;
  width: 100%;
  padding-left: 24px;
  font-size: 12px;
  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;
  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;
  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;
  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 .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;
  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;
  transform: translate(-50%, -50%);
  opacity: 0;
  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;
  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%;
  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 {
  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 {
  animation-duration: 0.3s;
  animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-upload-list .ant-upload-animate-enter {
  animation-name: uploadAnimateIn;
}
.ant-upload-list .ant-upload-animate-leave {
  animation-name: uploadAnimateOut;
}
.ant-upload-list .ant-upload-animate-inline-enter {
  animation-name: uploadAnimateInlineIn;
}
.ant-upload-list .ant-upload-animate-inline-leave {
  animation-name: uploadAnimateInlineOut;
}
@keyframes uploadAnimateIn {
  from {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateOut {
  to {
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineIn {
  from {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}
@keyframes uploadAnimateInlineOut {
  to {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
  }
}

@font-face {
  font-family: "iconfont"; /* Project id 2413363 */
  src: url(../assets/iconfont504c79.eot); /* IE9 */
  src: url(../assets/iconfont504c79.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(data:application/x-font-woff2;charset=utf-8;base64,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) format('woff2'),
       url(../assets/iconfont347acd.woff) format('woff'),
       url(../assets/iconfont470874.ttf) format('truetype'),
       url(../assets/iconfont9c7d09.svg#iconfont) format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconbaoliguanli1:before {
  content: "\e916";
}

.icondianzibaozhengjinguanli1:before {
  content: "\e915";
}

.iconkuajingzijinchi1:before {
  content: "\e8ff";
}

.iconwaihuizhifutaizhang1:before {
  content: "\e902";
}

.iconzonghefengxian1:before {
  content: "\e909";
}

.iconshoukuanguanli1:before {
  content: "\e913";
}

.icondingdanguanli1:before {
  content: "\e914";
}

.iconjiaoyishiqianshenqing1:before {
  content: "\e8ec";
}

.iconzijinshangbao1:before {
  content: "\e912";
}

.iconfengxianguankongpingtai1:before {
  content: "\e90c";
}

.iconrongzirenlingguanli1:before {
  content: "\e910";
}

.iconfeiyongguanli1:before {
  content: "\e911";
}

.iconsunyidantuisong:before {
  content: "\e90d";
}

.iconyouxiaoxingceshi:before {
  content: "\e90e";
}

.iconwaihuipiliangzhidan:before {
  content: "\e90f";
}

.icona-danbaoguanli11:before {
  content: "\e8cd";
}

.iconkuandulashen:before {
  content: "\e90b";
}

.icontongjifenxi1:before {
  content: "\e8d6";
}

.iconyewujihua1:before {
  content: "\e90a";
}

.iconyoujianjiluguanli1:before {
  content: "\e901";
}

.iconshichangcanshu1:before {
  content: "\e903";
}

.iconxinyongfengxian1:before {
  content: "\e904";
}

.iconxianshangduizhangguanli1:before {
  content: "\e905";
}

.iconxianshangjiaoyichaxun1:before {
  content: "\e906";
}

.iconzidongjiaoyiguanli1:before {
  content: "\e907";
}

.iconguzhifengxian1:before {
  content: "\e908";
}

.icondingdancanshuguanli1:before {
  content: "\e900";
}

.iconjiaoyichaxun1:before {
  content: "\e8eb";
}

.iconfengxiandingjiashisuan1:before {
  content: "\e8fc";
}

.iconqingsuanguizepeizhi1:before {
  content: "\e8fa";
}

.iconfengxianxianeguanli1:before {
  content: "\e8fb";
}

.iconfengxianfenxi1:before {
  content: "\e8fd";
}

.iconfengxianguanlicanshu1:before {
  content: "\e8fe";
}

.iconjiesuanjiaogezhiling1:before {
  content: "\e8f9";
}

.iconshichangfabuguanli1:before {
  content: "\e8f3";
}

.iconshichangcanshuguanli1:before {
  content: "\e8f8";
}

.iconshichanghangqingguanli1:before {
  content: "\e8f2";
}

.iconhuijichangkouguanli1:before {
  content: "\e8f4";
}

.iconyewuchangkouguanli1:before {
  content: "\e8f5";
}

.iconxianjinchangkouguanli1:before {
  content: "\e8f6";
}

.iconyucechangkouguanli1:before {
  content: "\e8f7";
}

.iconguzhimingxichaxun1:before {
  content: "\e8ed";
}

.iconjiqitoucunguanli1:before {
  content: "\e8ee";
}

.icondanjuchaxun1:before {
  content: "\e8ef";
}

.iconyoujianjiluchaxun1:before {
  content: "\e8f0";
}

.iconyuanqitoucunguanli1:before {
  content: "\e8f1";
}

.iconcunxuqijiaoyiguanli1:before {
  content: "\e8e2";
}

.iconjiaoyibuji1:before {
  content: "\e8e3";
}

.iconjiaoyiguanlianguanli1:before {
  content: "\e8e4";
}

.iconjiaoyisunyimingxi1:before {
  content: "\e8e5";
}

.icontaoqijiaoyisunyimingxi1:before {
  content: "\e8e6";
}

.iconjiegouhuazuheshisuan1:before {
  content: "\e8e7";
}

.iconjiaoyiOCRguanli1:before {
  content: "\e8e8";
}

.iconxianshangjiaoyiguanli1:before {
  content: "\e8e9";
}

.iconyewuchaxun1:before {
  content: "\e8ea";
}

.icongongyinglianpiaojuguanli1:before {
  content: "\e8c4";
}

.iconjianguanzijinguanli1:before {
  content: "\e8b3";
}

.iconyujing1:before {
  content: "\e8db";
}

.iconyinqizhilingjiankong1:before {
  content: "\e8dc";
}

.iconkuaijiecaidan1:before {
  content: "\e8dd";
}

.iconshoucangbaobiao1:before {
  content: "\e8de";
}

.iconxitongrizhi1:before {
  content: "\e8df";
}

.iconjichengjiekoujiankong1:before {
  content: "\e8e0";
}

.iconfuwuqijiankong1:before {
  content: "\e8e1";
}

.iconzhaiquanfahang1:before {
  content: "\e8d1";
}

.iconzibenjintoucuncanshu1:before {
  content: "\e8d2";
}

.iconshouxinguanli1:before {
  content: "\e8d3";
}

.iconjinrongxitongduijie1:before {
  content: "\e8d4";
}

.iconyongyinguanli1:before {
  content: "\e8d5";
}

.iconyinqizhilianduijie1:before {
  content: "\e8d7";
}

.iconyewuxitongduijie1:before {
  content: "\e8d8";
}

.icondaikuanguanli1:before {
  content: "\e8d9";
}

.iconcaiwuxitongduijie1:before {
  content: "\e8da";
}

.iconfenxijuece1:before {
  content: "\e8c9";
}

.iconyonghuquanxian1:before {
  content: "\e8ca";
}

.iconjichuziliao1:before {
  content: "\e8cb";
}

.iconfengxianguankong1:before {
  content: "\e8cc";
}

.iconjichuyewuguanli1:before {
  content: "\e8ce";
}

.iconjihuarenwuguanlijiankong1:before {
  content: "\e8cf";
}

.iconxitongzidingyi1:before {
  content: "\e8d0";
}

.iconpingzhengzhongxinguanli1:before {
  content: "\e8c5";
}

.iconchengduihuipiaoguanli1:before {
  content: "\e8c6";
}

.icondianzipiaojuguanli1:before {
  content: "\e8c7";
}

.iconbaohanguanli1:before {
  content: "\e8c8";
}

.iconyinhangpiaojuchi1:before {
  content: "\e8c0";
}

.iconyinhangrijizhang1:before {
  content: "\e8c1";
}

.iconxinyongzhengguanli1:before {
  content: "\e8c2";
}

.iconxinyidaipiaojuguanli1:before {
  content: "\e8c3";
}

.iconxinyidaiyinhangpiaojuchi1:before {
  content: "\e8bf";
}

.iconyewufukuanshenqing1:before {
  content: "\e8bb";
}

.iconyongjinguanli1:before {
  content: "\e8bd";
}

.iconxianjinliuyuce1:before {
  content: "\e8be";
}

.iconzijinshujubaosong1:before {
  content: "\e8ad";
}

.iconyewucanshushezhi1:before {
  content: "\e8b8";
}

.iconzijinyusuan1:before {
  content: "\e8b9";
}

.iconfukuanjiaoyijiesuan1:before {
  content: "\e8a3";
}

.iconsanfangjiesuanguanli1:before {
  content: "\e8a4";
}

.iconshoufurenlingguanli1:before {
  content: "\e8a5";
}

.iconheguixingguanlifengxian1:before {
  content: "\e8a6";
}

.iconzhanghukeshihua1:before {
  content: "\e8a7";
}

.iconzhanghushengmingzhouqi1:before {
  content: "\e8a9";
}

.iconzhinengjiesuanguanli1:before {
  content: "\e8aa";
}

.iconxitongshezhiguanli1:before {
  content: "\e8ab";
}

.iconzhongyaokongbaipingzheng1:before {
  content: "\e8ac";
}

.iconjinronglicai1:before {
  content: "\e8ae";
}

.iconcunkuanguanli1:before {
  content: "\e8af";
}

.iconguquantouzi1:before {
  content: "\e8b0";
}

.iconneibujiekuanguanli1:before {
  content: "\e8b1";
}

.iconzhengquantouzi1:before {
  content: "\e8b2";
}

.iconzhaiquantouzi1:before {
  content: "\e8b4";
}

.icontudikuantouzi1:before {
  content: "\e8b5";
}

.iconzijinwanglaitiaobo1:before {
  content: "\e8b6";
}

.iconzijinchiguanli1:before {
  content: "\e8a2";
}

.iconchizhanghuguanli1:before {
  content: "\e8a1";
}

.iconbaorong:before {
  content: "\e89f";
}

.iconweifenlei:before {
  content: "\e89d";
}

.iconhedui:before {
  content: "\e89e";
}

.iconxinzengzu:before {
  content: "\e89c";
}

.icondaikejiaoyi:before {
  content: "\e89a";
}

.iconqingjiesuanfuwu:before {
  content: "\e89b";
}

.iconExpire:before {
  content: "\e898";
}

.iconguobao:before {
  content: "\e899";
}

.iconkuajingzijinchi:before {
  content: "\e897";
}

.iconzhongyaokongbaipingzheng:before {
  content: "\e890";
}

.iconzhanghushengmingzhouqi:before {
  content: "\e891";
}

.iconzijinyusuan:before {
  content: "\e892";
}

.iconyewushezhi:before {
  content: "\e88f";
}

.iconyewufukuanshenqing:before {
  content: "\e893";
}

.iconyewujihua:before {
  content: "\e894";
}

.iconzhanghukeshihua:before {
  content: "\e895";
}

.iconjichushezhi:before {
  content: "\e896";
}

.icondaorudaochu:before {
  content: "\e88d";
}

.icondaiban:before {
  content: "\e887";
}

.iconyujing:before {
  content: "\e886";
}

.iconyewu:before {
  content: "\e888";
}

.icongonggao:before {
  content: "\e889";
}

.iconjianguanzijinguanli:before {
  content: "\e885";
}

.icontaoqikuaiji:before {
  content: "\e883";
}

.iconfenxijuece:before {
  content: "\e882";
}

.iconchangkouguanli:before {
  content: "\e80e";
}

.iconfengxianguanli:before {
  content: "\e80f";
}

.iconshichangshuju:before {
  content: "\e810";
}

.iconjiaoyiguanli:before {
  content: "\e811";
}

.iconsuanfajiaoyi:before {
  content: "\e880";
}

.iconxianshangjiaoyi:before {
  content: "\e881";
}

.iconquanxuansuoyou-weixuan:before {
  content: "\e87c";
}

.iconbanxuan:before {
  content: "\e87d";
}

.iconquanxuansuoyou-yixuan:before {
  content: "\e87e";
}

.iconquanxuansuoyou-banxuan:before {
  content: "\e87f";
}

.icondaorudaochurizhi:before {
  content: "\e87b";
}

.iconshezhi:before {
  content: "\e87a";
}

.iconxiaoxi:before {
  content: "\e878";
}

.iconUdun:before {
  content: "\e879";
}

.iconjiedong:before {
  content: "\e876";
}

.icondongjie:before {
  content: "\e877";
}

.iconcunkuanguanli:before {
  content: "\e875";
}

.icontongyongshenqingguanli:before {
  content: "\e874";
}

.iconxiaobeikefu:before {
  content: "\e871";
}

.iconbaorongxiaobei:before {
  content: "\e872";
}

.iconhuiche:before {
  content: "\e873";
}

.iconDemo:before {
  content: "\e86f";
}

.iconTest:before {
  content: "\e870";
}

.iconyanshihuanjing:before {
  content: "\e86d";
}

.iconceshihuanjing:before {
  content: "\e86e";
}

.icontongjifenxi:before {
  content: "\e86c";
}

.iconxiazaidaochu:before {
  content: "\e86a";
}

.iconzijinshujubaosong:before {
  content: "\e869";
}

.iconxiajiang:before {
  content: "\e868";
}

.iconshangsheng:before {
  content: "\e866";
}

.iconzijinwanglaitiaobo:before {
  content: "\e865";
}

.icongongzuoliuguanli:before {
  content: "\e862";
}

.iconpailie-danhang:before {
  content: "\e859";
}

.iconpailie-shuanghang:before {
  content: "\e85a";
}

.iconxianjinliuyuce:before {
  content: "\e848";
}

.iconzuzhiguanli:before {
  content: "\e847";
}

.iconyunyingjiankongpingtai:before {
  content: "\e846";
}

.iconwailianjiekoushezhi:before {
  content: "\e840";
}

.iconyonghuquanxianguanli:before {
  content: "\e841";
}

.iconzonghechaxunbaobiao:before {
  content: "\e843";
}

.iconcaiwuduijiexitong:before {
  content: "\e844";
}

.iconbaozhengjinguanli:before {
  content: "\e845";
}

.iconyidong:before {
  content: "\e831";
}

.iconshuzhi:before {
  content: "\e832";
}

.iconduohangwenben:before {
  content: "\e833";
}

.iconbuer:before {
  content: "\e834";
}

.iconwenben:before {
  content: "\e835";
}

.iconzhaiyao:before {
  content: "\e836";
}

.iconquyu:before {
  content: "\e837";
}

.iconfuzhiyige:before {
  content: "\e838";
}

.iconbaobiao:before {
  content: "\e80a";
}

.iconyingyong:before {
  content: "\e808";
}

.iconshouye:before {
  content: "\e809";
}

.iconyoujian:before {
  content: "\e806";
}

.iconshoujihao:before {
  content: "\e807";
}

.icona-tianjiaxianxing:before {
  content: "\e801";
}

.icona-shanjianxianxing:before {
  content: "\e802";
}

.iconPDFwenjian:before {
  content: "\e803";
}

.icona-tianjiamian:before {
  content: "\e804";
}

.icona-shanjianmian:before {
  content: "\e805";
}

.icontaobaobili:before {
  content: "\e7fd";
}

.iconchangkou:before {
  content: "\e7fe";
}

.iconzhanghuzonglan:before {
  content: "\e7ff";
}

.iconrisunyi:before {
  content: "\e800";
}

.iconquanbushouqi:before {
  content: "\e7fb";
}

.iconquanbuzhankai:before {
  content: "\e7fc";
}

.icongaopinjiesuan:before {
  content: "\e7f8";
}

.iconheguixingjiance:before {
  content: "\e7f9";
}

.iconneibujiekuanguanli:before {
  content: "\e7fa";
}

.iconcaizikanban:before {
  content: "\e7dc";
}

.icondisanfangjiesuan:before {
  content: "\e7dd";
}

.iconrenwuguanli:before {
  content: "\e7de";
}

.iconzhaiquanfahangguanli:before {
  content: "\e7df";
}

.iconjichushuju:before {
  content: "\e7e0";
}

.iconpiaojupiaozhengguanli:before {
  content: "\e7eb";
}

.iconrongziguanli:before {
  content: "\e7ec";
}

.icontouziguanli:before {
  content: "\e7ed";
}

.iconzhanghuzijinjiankong:before {
  content: "\e7ee";
}

.iconxitongjiankong:before {
  content: "\e7ef";
}

.iconzijinjihua:before {
  content: "\e7f0";
}

.iconzijinjiesuanguanli:before {
  content: "\e7f1";
}

.iconneibuzijinchi:before {
  content: "\e7f2";
}

.iconyinhangrijizhang:before {
  content: "\e7f3";
}

.iconzuhuguanli:before {
  content: "\e7f4";
}

.iconxitongguanli:before {
  content: "\e7f5";
}

.iconyonghuguanli:before {
  content: "\e7f7";
}

.iconyujingxiaoxi:before {
  content: "\e7ea";
}

.iconxinzengcaidan:before {
  content: "\e7db";
}

.iconcaidan-weizhankai:before {
  content: "\e7d2";
}

.iconcaidan-zhankai:before {
  content: "\e7d3";
}

.iconyishoucang:before {
  content: "\e7e9";
}

.iconzuhu:before {
  content: "\e7e7";
}

.icondenglumima:before {
  content: "\e7e8";
}

.iconyansetuli:before {
  content: "\e7c6";
}

.iconweishoucang:before {
  content: "\e7c3";
}

.icondanxuan-xuanzhongbeijinyong:before {
  content: "\e7e5";
}

.iconduoxuan-xuanzhongbeijinyong:before {
  content: "\e7e6";
}

.iconcuohao:before {
  content: "\e7e3";
}

.iconduihao:before {
  content: "\e7e4";
}

.iconqiehuan:before {
  content: "\e7e2";
}

.iconchangyongcaidan:before {
  content: "\e7e1";
}

.icongongzuotai:before {
  content: "\e7da";
}

.iconchaxun:before {
  content: "\e7d9";
}

.icongengduo:before {
  content: "\e7d8";
}

.iconbiaoqianguanbi:before {
  content: "\e7d7";
}

.iconliebiaoshouqi:before {
  content: "\e7bb";
}

.iconliebiaozhankai:before {
  content: "\e7bc";
}

.icondanxuan-xuanzhong:before {
  content: "\e7be";
}

.icondanxuan-weixuanxuanting:before {
  content: "\e7c0";
}

.iconduoxuan-weixuanxuanting:before {
  content: "\e7c1";
}

.icondanxuan-weixuanzhong:before {
  content: "\e7c4";
}

.iconduoxuan-weixuanzhong:before {
  content: "\e7c5";
}

.iconquxiaoquanxuan:before {
  content: "\e7c7";
}

.iconduoxuan-xuanzhong:before {
  content: "\e7c8";
}

.icongongnengliebiao:before {
  content: "\e7d6";
}

.iconcaidanzhankai:before {
  content: "\e7d4";
}

.iconcaidanshouqi:before {
  content: "\e7d5";
}

.iconzhidi:before {
  content: "\e7ce";
}

.iconshangyi:before {
  content: "\e7cf";
}

.iconzhiding:before {
  content: "\e7d0";
}

.iconxiayi:before {
  content: "\e7d1";
}

.iconjiantou-zuo:before {
  content: "\e7ca";
}

.iconjiantou-you:before {
  content: "\e7cb";
}

.iconjiantou-zuozuo:before {
  content: "\e7cc";
}

.iconjiantou-youyou:before {
  content: "\e7cd";
}

.iconshuaxin:before {
  content: "\e7c9";
}

.iconliebiaoshezhi:before {
  content: "\e7bd";
}

.iconliebiaopaixu-shang:before {
  content: "\e7b8";
}

.iconliebiaopaixu-xia:before {
  content: "\e7b9";
}

.iconliebiaopaixu:before {
  content: "\e7ba";
}

.iconxinzeng:before {
  content: "\e7b3";
}

.iconshanchu:before {
  content: "\e7b7";
}

.iconmianbaoxiejiantou:before {
  content: "\e7b4";
}

.iconfanhui:before {
  content: "\e7b5";
}

.iconguanbi1:before {
  content: "\e7b6";
}

.iconneirongzhankai:before {
  content: "\e7b1";
}

.iconneirongshouqi:before {
  content: "\e7b2";
}

.iconxialaxiangshang:before {
  content: "\e7af";
}

.iconxialaxiangxia:before {
  content: "\e7b0";
}

.iconbangzhushuoming:before {
  content: "\e7ad";
}

.icontishixinxi:before {
  content: "\e7ae";
}

.iconchenggongtishi:before {
  content: "\e7a9";
}

.iconcuowutishi:before {
  content: "\e7aa";
}

.iconchangguitishi:before {
  content: "\e7ab";
}

.iconjinggaotishi:before {
  content: "\e7ac";
}

.iconkebianjikeshuru:before {
  content: "\e7a3";
}

.iconriqi:before {
  content: "\e7a4";
}

.iconyinru:before {
  content: "\e7a5";
}

.iconshurukuangxiala:before {
  content: "\e7a6";
}

.iconshijian:before {
  content: "\e7a7";
}

.iconqingchu:before {
  content: "\e7a8";
}

.icongerenzhongxin:before {
  content: "\e799";
}

.icontuichu:before {
  content: "\e79a";
}

.iconxiaoxizhongxin:before {
  content: "\e79b";
}

.iconxiugaidenglumima:before {
  content: "\e79c";
}

.iconxiugaizhifumima:before {
  content: "\e79d";
}

.iconyingwenqiehuan:before {
  content: "\e79e";
}

.iconzhutihuanfu:before {
  content: "\e79f";
}

.iconzhongwenqiehuan:before {
  content: "\e7a0";
}

.iconzhongzhizhongzhimima:before {
  content: "\e7a1";
}

.iconzuzhiqiehuan:before {
  content: "\e7a2";
}


@font-face {
  font-family: "iconfont"; /* Project id 2413363 */
  src: url(../assets/iconfont504c79.eot); /* IE9 */
  src: url(../assets/iconfont504c79.eot#iefix) format('embedded-opentype'), /* IE6-IE8 */
       url(data:application/x-font-woff2;charset=utf-8;base64,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) format('woff2'),
       url(../assets/iconfont347acd.woff) format('woff'),
       url(../assets/iconfont470874.ttf) format('truetype'),
       url(../assets/iconfont9c7d09.svg#iconfont) format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconbaoliguanli1:before {
  content: "\e916";
}

.icondianzibaozhengjinguanli1:before {
  content: "\e915";
}

.iconkuajingzijinchi1:before {
  content: "\e8ff";
}

.iconwaihuizhifutaizhang1:before {
  content: "\e902";
}

.iconzonghefengxian1:before {
  content: "\e909";
}

.iconshoukuanguanli1:before {
  content: "\e913";
}

.icondingdanguanli1:before {
  content: "\e914";
}

.iconjiaoyishiqianshenqing1:before {
  content: "\e8ec";
}

.iconzijinshangbao1:before {
  content: "\e912";
}

.iconfengxianguankongpingtai1:before {
  content: "\e90c";
}

.iconrongzirenlingguanli1:before {
  content: "\e910";
}

.iconfeiyongguanli1:before {
  content: "\e911";
}

.iconsunyidantuisong:before {
  content: "\e90d";
}

.iconyouxiaoxingceshi:before {
  content: "\e90e";
}

.iconwaihuipiliangzhidan:before {
  content: "\e90f";
}

.icona-danbaoguanli11:before {
  content: "\e8cd";
}

.iconkuandulashen:before {
  content: "\e90b";
}

.icontongjifenxi1:before {
  content: "\e8d6";
}

.iconyewujihua1:before {
  content: "\e90a";
}

.iconyoujianjiluguanli1:before {
  content: "\e901";
}

.iconshichangcanshu1:before {
  content: "\e903";
}

.iconxinyongfengxian1:before {
  content: "\e904";
}

.iconxianshangduizhangguanli1:before {
  content: "\e905";
}

.iconxianshangjiaoyichaxun1:before {
  content: "\e906";
}

.iconzidongjiaoyiguanli1:before {
  content: "\e907";
}

.iconguzhifengxian1:before {
  content: "\e908";
}

.icondingdancanshuguanli1:before {
  content: "\e900";
}

.iconjiaoyichaxun1:before {
  content: "\e8eb";
}

.iconfengxiandingjiashisuan1:before {
  content: "\e8fc";
}

.iconqingsuanguizepeizhi1:before {
  content: "\e8fa";
}

.iconfengxianxianeguanli1:before {
  content: "\e8fb";
}

.iconfengxianfenxi1:before {
  content: "\e8fd";
}

.iconfengxianguanlicanshu1:before {
  content: "\e8fe";
}

.iconjiesuanjiaogezhiling1:before {
  content: "\e8f9";
}

.iconshichangfabuguanli1:before {
  content: "\e8f3";
}

.iconshichangcanshuguanli1:before {
  content: "\e8f8";
}

.iconshichanghangqingguanli1:before {
  content: "\e8f2";
}

.iconhuijichangkouguanli1:before {
  content: "\e8f4";
}

.iconyewuchangkouguanli1:before {
  content: "\e8f5";
}

.iconxianjinchangkouguanli1:before {
  content: "\e8f6";
}

.iconyucechangkouguanli1:before {
  content: "\e8f7";
}

.iconguzhimingxichaxun1:before {
  content: "\e8ed";
}

.iconjiqitoucunguanli1:before {
  content: "\e8ee";
}

.icondanjuchaxun1:before {
  content: "\e8ef";
}

.iconyoujianjiluchaxun1:before {
  content: "\e8f0";
}

.iconyuanqitoucunguanli1:before {
  content: "\e8f1";
}

.iconcunxuqijiaoyiguanli1:before {
  content: "\e8e2";
}

.iconjiaoyibuji1:before {
  content: "\e8e3";
}

.iconjiaoyiguanlianguanli1:before {
  content: "\e8e4";
}

.iconjiaoyisunyimingxi1:before {
  content: "\e8e5";
}

.icontaoqijiaoyisunyimingxi1:before {
  content: "\e8e6";
}

.iconjiegouhuazuheshisuan1:before {
  content: "\e8e7";
}

.iconjiaoyiOCRguanli1:before {
  content: "\e8e8";
}

.iconxianshangjiaoyiguanli1:before {
  content: "\e8e9";
}

.iconyewuchaxun1:before {
  content: "\e8ea";
}

.icongongyinglianpiaojuguanli1:before {
  content: "\e8c4";
}

.iconjianguanzijinguanli1:before {
  content: "\e8b3";
}

.iconyujing1:before {
  content: "\e8db";
}

.iconyinqizhilingjiankong1:before {
  content: "\e8dc";
}

.iconkuaijiecaidan1:before {
  content: "\e8dd";
}

.iconshoucangbaobiao1:before {
  content: "\e8de";
}

.iconxitongrizhi1:before {
  content: "\e8df";
}

.iconjichengjiekoujiankong1:before {
  content: "\e8e0";
}

.iconfuwuqijiankong1:before {
  content: "\e8e1";
}

.iconzhaiquanfahang1:before {
  content: "\e8d1";
}

.iconzibenjintoucuncanshu1:before {
  content: "\e8d2";
}

.iconshouxinguanli1:before {
  content: "\e8d3";
}

.iconjinrongxitongduijie1:before {
  content: "\e8d4";
}

.iconyongyinguanli1:before {
  content: "\e8d5";
}

.iconyinqizhilianduijie1:before {
  content: "\e8d7";
}

.iconyewuxitongduijie1:before {
  content: "\e8d8";
}

.icondaikuanguanli1:before {
  content: "\e8d9";
}

.iconcaiwuxitongduijie1:before {
  content: "\e8da";
}

.iconfenxijuece1:before {
  content: "\e8c9";
}

.iconyonghuquanxian1:before {
  content: "\e8ca";
}

.iconjichuziliao1:before {
  content: "\e8cb";
}

.iconfengxianguankong1:before {
  content: "\e8cc";
}

.iconjichuyewuguanli1:before {
  content: "\e8ce";
}

.iconjihuarenwuguanlijiankong1:before {
  content: "\e8cf";
}

.iconxitongzidingyi1:before {
  content: "\e8d0";
}

.iconpingzhengzhongxinguanli1:before {
  content: "\e8c5";
}

.iconchengduihuipiaoguanli1:before {
  content: "\e8c6";
}

.icondianzipiaojuguanli1:before {
  content: "\e8c7";
}

.iconbaohanguanli1:before {
  content: "\e8c8";
}

.iconyinhangpiaojuchi1:before {
  content: "\e8c0";
}

.iconyinhangrijizhang1:before {
  content: "\e8c1";
}

.iconxinyongzhengguanli1:before {
  content: "\e8c2";
}

.iconxinyidaipiaojuguanli1:before {
  content: "\e8c3";
}

.iconxinyidaiyinhangpiaojuchi1:before {
  content: "\e8bf";
}

.iconyewufukuanshenqing1:before {
  content: "\e8bb";
}

.iconyongjinguanli1:before {
  content: "\e8bd";
}

.iconxianjinliuyuce1:before {
  content: "\e8be";
}

.iconzijinshujubaosong1:before {
  content: "\e8ad";
}

.iconyewucanshushezhi1:before {
  content: "\e8b8";
}

.iconzijinyusuan1:before {
  content: "\e8b9";
}

.iconfukuanjiaoyijiesuan1:before {
  content: "\e8a3";
}

.iconsanfangjiesuanguanli1:before {
  content: "\e8a4";
}

.iconshoufurenlingguanli1:before {
  content: "\e8a5";
}

.iconheguixingguanlifengxian1:before {
  content: "\e8a6";
}

.iconzhanghukeshihua1:before {
  content: "\e8a7";
}

.iconzhanghushengmingzhouqi1:before {
  content: "\e8a9";
}

.iconzhinengjiesuanguanli1:before {
  content: "\e8aa";
}

.iconxitongshezhiguanli1:before {
  content: "\e8ab";
}

.iconzhongyaokongbaipingzheng1:before {
  content: "\e8ac";
}

.iconjinronglicai1:before {
  content: "\e8ae";
}

.iconcunkuanguanli1:before {
  content: "\e8af";
}

.iconguquantouzi1:before {
  content: "\e8b0";
}

.iconneibujiekuanguanli1:before {
  content: "\e8b1";
}

.iconzhengquantouzi1:before {
  content: "\e8b2";
}

.iconzhaiquantouzi1:before {
  content: "\e8b4";
}

.icontudikuantouzi1:before {
  content: "\e8b5";
}

.iconzijinwanglaitiaobo1:before {
  content: "\e8b6";
}

.iconzijinchiguanli1:before {
  content: "\e8a2";
}

.iconchizhanghuguanli1:before {
  content: "\e8a1";
}

.iconbaorong:before {
  content: "\e89f";
}

.iconweifenlei:before {
  content: "\e89d";
}

.iconhedui:before {
  content: "\e89e";
}

.iconxinzengzu:before {
  content: "\e89c";
}

.icondaikejiaoyi:before {
  content: "\e89a";
}

.iconqingjiesuanfuwu:before {
  content: "\e89b";
}

.iconExpire:before {
  content: "\e898";
}

.iconguobao:before {
  content: "\e899";
}

.iconkuajingzijinchi:before {
  content: "\e897";
}

.iconzhongyaokongbaipingzheng:before {
  content: "\e890";
}

.iconzhanghushengmingzhouqi:before {
  content: "\e891";
}

.iconzijinyusuan:before {
  content: "\e892";
}

.iconyewushezhi:before {
  content: "\e88f";
}

.iconyewufukuanshenqing:before {
  content: "\e893";
}

.iconyewujihua:before {
  content: "\e894";
}

.iconzhanghukeshihua:before {
  content: "\e895";
}

.iconjichushezhi:before {
  content: "\e896";
}

.icondaorudaochu:before {
  content: "\e88d";
}

.icondaiban:before {
  content: "\e887";
}

.iconyujing:before {
  content: "\e886";
}

.iconyewu:before {
  content: "\e888";
}

.icongonggao:before {
  content: "\e889";
}

.iconjianguanzijinguanli:before {
  content: "\e885";
}

.icontaoqikuaiji:before {
  content: "\e883";
}

.iconfenxijuece:before {
  content: "\e882";
}

.iconchangkouguanli:before {
  content: "\e80e";
}

.iconfengxianguanli:before {
  content: "\e80f";
}

.iconshichangshuju:before {
  content: "\e810";
}

.iconjiaoyiguanli:before {
  content: "\e811";
}

.iconsuanfajiaoyi:before {
  content: "\e880";
}

.iconxianshangjiaoyi:before {
  content: "\e881";
}

.iconquanxuansuoyou-weixuan:before {
  content: "\e87c";
}

.iconbanxuan:before {
  content: "\e87d";
}

.iconquanxuansuoyou-yixuan:before {
  content: "\e87e";
}

.iconquanxuansuoyou-banxuan:before {
  content: "\e87f";
}

.icondaorudaochurizhi:before {
  content: "\e87b";
}

.iconshezhi:before {
  content: "\e87a";
}

.iconxiaoxi:before {
  content: "\e878";
}

.iconUdun:before {
  content: "\e879";
}

.iconjiedong:before {
  content: "\e876";
}

.icondongjie:before {
  content: "\e877";
}

.iconcunkuanguanli:before {
  content: "\e875";
}

.icontongyongshenqingguanli:before {
  content: "\e874";
}

.iconxiaobeikefu:before {
  content: "\e871";
}

.iconbaorongxiaobei:before {
  content: "\e872";
}

.iconhuiche:before {
  content: "\e873";
}

.iconDemo:before {
  content: "\e86f";
}

.iconTest:before {
  content: "\e870";
}

.iconyanshihuanjing:before {
  content: "\e86d";
}

.iconceshihuanjing:before {
  content: "\e86e";
}

.icontongjifenxi:before {
  content: "\e86c";
}

.iconxiazaidaochu:before {
  content: "\e86a";
}

.iconzijinshujubaosong:before {
  content: "\e869";
}

.iconxiajiang:before {
  content: "\e868";
}

.iconshangsheng:before {
  content: "\e866";
}

.iconzijinwanglaitiaobo:before {
  content: "\e865";
}

.icongongzuoliuguanli:before {
  content: "\e862";
}

.iconpailie-danhang:before {
  content: "\e859";
}

.iconpailie-shuanghang:before {
  content: "\e85a";
}

.iconxianjinliuyuce:before {
  content: "\e848";
}

.iconzuzhiguanli:before {
  content: "\e847";
}

.iconyunyingjiankongpingtai:before {
  content: "\e846";
}

.iconwailianjiekoushezhi:before {
  content: "\e840";
}

.iconyonghuquanxianguanli:before {
  content: "\e841";
}

.iconzonghechaxunbaobiao:before {
  content: "\e843";
}

.iconcaiwuduijiexitong:before {
  content: "\e844";
}

.iconbaozhengjinguanli:before {
  content: "\e845";
}

.iconyidong:before {
  content: "\e831";
}

.iconshuzhi:before {
  content: "\e832";
}

.iconduohangwenben:before {
  content: "\e833";
}

.iconbuer:before {
  content: "\e834";
}

.iconwenben:before {
  content: "\e835";
}

.iconzhaiyao:before {
  content: "\e836";
}

.iconquyu:before {
  content: "\e837";
}

.iconfuzhiyige:before {
  content: "\e838";
}

.iconbaobiao:before {
  content: "\e80a";
}

.iconyingyong:before {
  content: "\e808";
}

.iconshouye:before {
  content: "\e809";
}

.iconyoujian:before {
  content: "\e806";
}

.iconshoujihao:before {
  content: "\e807";
}

.icona-tianjiaxianxing:before {
  content: "\e801";
}

.icona-shanjianxianxing:before {
  content: "\e802";
}

.iconPDFwenjian:before {
  content: "\e803";
}

.icona-tianjiamian:before {
  content: "\e804";
}

.icona-shanjianmian:before {
  content: "\e805";
}

.icontaobaobili:before {
  content: "\e7fd";
}

.iconchangkou:before {
  content: "\e7fe";
}

.iconzhanghuzonglan:before {
  content: "\e7ff";
}

.iconrisunyi:before {
  content: "\e800";
}

.iconquanbushouqi:before {
  content: "\e7fb";
}

.iconquanbuzhankai:before {
  content: "\e7fc";
}

.icongaopinjiesuan:before {
  content: "\e7f8";
}

.iconheguixingjiance:before {
  content: "\e7f9";
}

.iconneibujiekuanguanli:before {
  content: "\e7fa";
}

.iconcaizikanban:before {
  content: "\e7dc";
}

.icondisanfangjiesuan:before {
  content: "\e7dd";
}

.iconrenwuguanli:before {
  content: "\e7de";
}

.iconzhaiquanfahangguanli:before {
  content: "\e7df";
}

.iconjichushuju:before {
  content: "\e7e0";
}

.iconpiaojupiaozhengguanli:before {
  content: "\e7eb";
}

.iconrongziguanli:before {
  content: "\e7ec";
}

.icontouziguanli:before {
  content: "\e7ed";
}

.iconzhanghuzijinjiankong:before {
  content: "\e7ee";
}

.iconxitongjiankong:before {
  content: "\e7ef";
}

.iconzijinjihua:before {
  content: "\e7f0";
}

.iconzijinjiesuanguanli:before {
  content: "\e7f1";
}

.iconneibuzijinchi:before {
  content: "\e7f2";
}

.iconyinhangrijizhang:before {
  content: "\e7f3";
}

.iconzuhuguanli:before {
  content: "\e7f4";
}

.iconxitongguanli:before {
  content: "\e7f5";
}

.iconyonghuguanli:before {
  content: "\e7f7";
}

.iconyujingxiaoxi:before {
  content: "\e7ea";
}

.iconxinzengcaidan:before {
  content: "\e7db";
}

.iconcaidan-weizhankai:before {
  content: "\e7d2";
}

.iconcaidan-zhankai:before {
  content: "\e7d3";
}

.iconyishoucang:before {
  content: "\e7e9";
}

.iconzuhu:before {
  content: "\e7e7";
}

.icondenglumima:before {
  content: "\e7e8";
}

.iconyansetuli:before {
  content: "\e7c6";
}

.iconweishoucang:before {
  content: "\e7c3";
}

.icondanxuan-xuanzhongbeijinyong:before {
  content: "\e7e5";
}

.iconduoxuan-xuanzhongbeijinyong:before {
  content: "\e7e6";
}

.iconcuohao:before {
  content: "\e7e3";
}

.iconduihao:before {
  content: "\e7e4";
}

.iconqiehuan:before {
  content: "\e7e2";
}

.iconchangyongcaidan:before {
  content: "\e7e1";
}

.icongongzuotai:before {
  content: "\e7da";
}

.iconchaxun:before {
  content: "\e7d9";
}

.icongengduo:before {
  content: "\e7d8";
}

.iconbiaoqianguanbi:before {
  content: "\e7d7";
}

.iconliebiaoshouqi:before {
  content: "\e7bb";
}

.iconliebiaozhankai:before {
  content: "\e7bc";
}

.icondanxuan-xuanzhong:before {
  content: "\e7be";
}

.icondanxuan-weixuanxuanting:before {
  content: "\e7c0";
}

.iconduoxuan-weixuanxuanting:before {
  content: "\e7c1";
}

.icondanxuan-weixuanzhong:before {
  content: "\e7c4";
}

.iconduoxuan-weixuanzhong:before {
  content: "\e7c5";
}

.iconquxiaoquanxuan:before {
  content: "\e7c7";
}

.iconduoxuan-xuanzhong:before {
  content: "\e7c8";
}

.icongongnengliebiao:before {
  content: "\e7d6";
}

.iconcaidanzhankai:before {
  content: "\e7d4";
}

.iconcaidanshouqi:before {
  content: "\e7d5";
}

.iconzhidi:before {
  content: "\e7ce";
}

.iconshangyi:before {
  content: "\e7cf";
}

.iconzhiding:before {
  content: "\e7d0";
}

.iconxiayi:before {
  content: "\e7d1";
}

.iconjiantou-zuo:before {
  content: "\e7ca";
}

.iconjiantou-you:before {
  content: "\e7cb";
}

.iconjiantou-zuozuo:before {
  content: "\e7cc";
}

.iconjiantou-youyou:before {
  content: "\e7cd";
}

.iconshuaxin:before {
  content: "\e7c9";
}

.iconliebiaoshezhi:before {
  content: "\e7bd";
}

.iconliebiaopaixu-shang:before {
  content: "\e7b8";
}

.iconliebiaopaixu-xia:before {
  content: "\e7b9";
}

.iconliebiaopaixu:before {
  content: "\e7ba";
}

.iconxinzeng:before {
  content: "\e7b3";
}

.iconshanchu:before {
  content: "\e7b7";
}

.iconmianbaoxiejiantou:before {
  content: "\e7b4";
}

.iconfanhui:before {
  content: "\e7b5";
}

.iconguanbi1:before {
  content: "\e7b6";
}

.iconneirongzhankai:before {
  content: "\e7b1";
}

.iconneirongshouqi:before {
  content: "\e7b2";
}

.iconxialaxiangshang:before {
  content: "\e7af";
}

.iconxialaxiangxia:before {
  content: "\e7b0";
}

.iconbangzhushuoming:before {
  content: "\e7ad";
}

.icontishixinxi:before {
  content: "\e7ae";
}

.iconchenggongtishi:before {
  content: "\e7a9";
}

.iconcuowutishi:before {
  content: "\e7aa";
}

.iconchangguitishi:before {
  content: "\e7ab";
}

.iconjinggaotishi:before {
  content: "\e7ac";
}

.iconkebianjikeshuru:before {
  content: "\e7a3";
}

.iconriqi:before {
  content: "\e7a4";
}

.iconyinru:before {
  content: "\e7a5";
}

.iconshurukuangxiala:before {
  content: "\e7a6";
}

.iconshijian:before {
  content: "\e7a7";
}

.iconqingchu:before {
  content: "\e7a8";
}

.icongerenzhongxin:before {
  content: "\e799";
}

.icontuichu:before {
  content: "\e79a";
}

.iconxiaoxizhongxin:before {
  content: "\e79b";
}

.iconxiugaidenglumima:before {
  content: "\e79c";
}

.iconxiugaizhifumima:before {
  content: "\e79d";
}

.iconyingwenqiehuan:before {
  content: "\e79e";
}

.iconzhutihuanfu:before {
  content: "\e79f";
}

.iconzhongwenqiehuan:before {
  content: "\e7a0";
}

.iconzhongzhizhongzhimima:before {
  content: "\e7a1";
}

.iconzuzhiqiehuan:before {
  content: "\e7a2";
}


#root {
  overflow: hidden;
  height: 100%;
  color: #333333;
}
.vm-loose #root {
  font-size: 14px;
}
#root .ant-table-fixed-right .ant-table-body-outer {
  border-right: 1px solid #efefef;
}
.index__home-container .index__home-content {
  padding: 40px 0 0 200px!important;
}
.ant-input,
.ant-time-picker-input {
  border-radius: 3px;
}
.ant-menu-inline .ant-menu-item::after {
  border-right: none!important;
}
.ant-btn {
  box-shadow: none;
  border-radius: 3px;
}
.ant-btn-primary {
  box-shadow: none;
}
.r-anchor-card-container .r-anchor-card-title,
.r-anchor-card-container .r-anchor-title a {
  height: 44px;
  line-height: 44px;
}
.vm-compact .r-anchor-card-container .r-anchor-card-title,
.vm-compact .r-anchor-card-container .r-anchor-title a {
  height: 32px;
  line-height: 32px;
}
.errorText {
  color: #F15555;
}
.successText {
  color: #00CC66;
}
.normalText {
  color: #2D8CF0;
}
.disabledText {
  color: #FF9901;
}
/**
table
 */
.main-table-wrap .ant-table-thead > tr > th:first-child,
.add-wrap .ant-table-thead > tr > th:first-child,
.main-table-wrap .ant-table-tbody > tr > td:first-child,
.add-wrap .ant-table-tbody > tr > td:first-child {
  padding-left: 16px !important;
}
.detail-wrap .ant-table-fixed .ant-table-thead th:first-child {
  padding: 0 0 0 10px !important;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  box-sizing: border-box;
  /* height: 16px;  */
  font-weight: normal;
  line-height: 16px;
}
.vm-compact .ant-table-thead > tr > th,
.vm-compact .ant-table-tbody > tr > td {
  line-height: 1;
  height: 22px;
  padding: 0 10px 0 6px;
}
.ant-table-selection-column .ant-checkbox + span {
  padding-right: 0;
  padding-left: 0;
}
.ant-table-selection-column .r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-weixuanzhong {
  font-size: 14px;
}
.ant-table-selection-column .r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-xuanzhong {
  font-size: 14px;
}
.ant-table-selection-column .r-ant-checkbox-wrapper .custom-checkbox {
  top: 1px;
}
.vm-compact .ant-table-selection-column .r-ant-checkbox-wrapper .custom-checkbox {
  top: 0;
}
.vm-compact .r-table-wrap .ant-table-row .custom-expand-icon,
.vm-compact .r-table-wrap .ant-table-thead .custom-expand-icon,
.vm-standard .rs-table-row .custom-expand-icon {
  top: 1px;
}
.vm-compact .rs-table-cell-header .rs-table-cell {
  line-height: 22px;
}
.vm-compact .rs-table-cell-header .rs-table-cell .icon {
  margin-top: 3px;
}
.vm-compact .rs-table-body-row-wrapper .rs-table-row .custom-expand-icon {
  top: 3px;
}
.vm-compact .rs-table-body-row-wrapper .rs-table-row .ant-tree-checkbox {
  top: 1px;
}
.ant-table-thead > tr > th.ant-table-selection-column,
.ant-table-tbody > tr > td.ant-table-selection-column,
.ant-table table .ant-table-thead > tr:first-child > th.ant-table-selection-column:first-child {
  position: relative;
  padding-left: 20px;
  text-align: left;
}
.ant-table-tbody > tr > td.table-operate-column {
  height: 32px;
}
.ant-table table .ant-table-thead > tr:first-child > th {
  background: #f9fafb;
  border-top: 1px solid #efefef;
  height: 32px;
  padding: 0 10px 0 6px;
}
.ant-table table .ant-table-thead > tr:first-child > th:first-child {
  padding: 0 6px;
}
.vm-compact .r-upload-table-box .ant-table table .ant-table-thead > tr:first-child > th {
  line-height: 4px;
}
.ant-table-thead > tr > th,
.ant-table-tbody > tr > td {
  height: 32px;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
  line-height: 22px;
}
.r-editable-table-wrap,
.r-upload-table-box .ant-table {
  border-top: none !important;
}
.r-editable-table-wrap .ant-table-fixed-right {
  z-index: 2;
}
.ant-table-header-column {
  color: #666;
}
.r-table-wrap .ant-table-wrapper .ant-table-fixed-right .ant-table-header {
  border-bottom: none!important;
}
/**
select
 */
.ant-select-selection--multiple .ant-select-selection__rendered {
  padding-bottom: 0;
}
/**
tab
 */
.ant-tabs-bar {
  margin-bottom: 0;
  border-bottom: 1px solid #efefef;
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  padding-top: 8px;
}
.vm-compact .ant-tabs .ant-tabs-top-content,
.vm-compact .ant-tabs .ant-tabs-bottom-content {
  padding-top: 6px;
}
.ant-tabs-ink-bar {
  z-index: auto;
}
.ant-tabs-tab-prev,
.ant-tabs-tab-next {
  z-index: 1;
}
.ant-tabs-tabpane-active .r-content-loading-wrapper:has(.add-wrap) > .ant-spin-container {
  margin: -40px -10px -10px -10px;
  opacity: 1;
}
.ant-tabs-tabpane-active .r-content-loading-wrapper:has(.add-wrap) > .ant-spin-container .add-wrap {
  margin: 0;
}
.ant-tabs-nav-wrap {
  margin-left: 24px;
  font-size: 12px;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab-inner {
  padding: 15px 0;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
  padding: 6px 0 6px 0;
  margin: 0 24px 0 0;
  font-weight: 400;
  color: #333;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  font-weight: 500;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-ink-bar {
  height: 3px;
}
.menu-top-bar {
  position: relative!important;
  top: 0!important;
  z-index: 2;
  height: 36px;
  padding: 0 20px;
  margin-top: 0 !important;
  font-size: 16px;
  line-height: 36px;
  background: #fff;
}
.vm-compact .menu-top-bar {
  height: 28px;
  line-height: 28px;
}
.menu-top-bar .ant-breadcrumb-separator {
  margin: 0 5px;
  color: #e3e3e3;
}
.menu-top-bar .ant-breadcrumb-separator i {
  font-size: 10px;
}
.menu-top-bar .ant-breadcrumb-link {
  display: inline-block;
  color: #999;
  font-weight: 400;
  line-height: 18px;
}
.menu-top-bar .close-btn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 12px;
}
.vm-loose .menu-top-bar .close-btn {
  font-size: 14px;
}
.menu-top-bar .close-btn .close-btn-back {
  display: flex;
  align-items: center;
}
.menu-top-bar .close-btn i {
  line-height: 0;
  cursor: pointer;
}
.page-content {
  position: relative;
  background-color: #f5f6f7;
}
.page-content .main-table-wrap,
.page-content .two-page-wrap {
  padding: 8px;
}
.vm-compact .page-content .main-table-wrap,
.vm-compact .page-content .two-page-wrap {
  padding: 6px;
}
.page-content .closeable-table-page {
  padding: 0;
}
.page-content .r-menu-tab {
  padding: 8px;
  overflow: hidden;
}
.vm-compact .page-content .r-menu-tab {
  padding: 6px;
}
.page-content .r-menu-tab .ant-tabs-extra-content {
  line-height: 36px;
}
.vm-compact .page-content .r-menu-tab .ant-tabs-extra-content {
  height: 30px;
  line-height: 30px;
}
.page-content .r-menu-tab .two-page-wrap,
.page-content .r-menu-tab .main-table-wrap {
  padding: 0;
}
.page-content .r-menu-tab .closeable-table-page {
  margin: -40px -10px -10px -10px;
  background-color: #f5f5f5;
}
.vm-compact .page-content .r-menu-tab .closeable-table-page {
  margin: -32px -10px -10px -10px;
}
.page-content .r-menu-tab .ant-tabs-bar {
  height: 36px;
  margin-top: -8px;
  margin-right: -10px;
  margin-left: -10px;
}
.vm-compact .page-content .r-menu-tab .ant-tabs-bar {
  height: 28px;
  margin-top: -6px;
}
.vm-compact .page-content .r-menu-tab .ant-tabs-bar .ant-tabs-nav-container {
  line-height: 28px;
}
.vm-compact .page-content .r-menu-tab .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
  padding: 0;
}
.ant-pagination-item,
.ant-pagination-prev,
.ant-pagination-next {
  min-width: 30px;
  height: 30px;
  border-radius: 4px;
}
.ant-pagination-total-text {
  height: 30px;
  line-height: 30px;
}
.ant-pagination-options-quick-jumper {
  height: 30px;
  line-height: 30px;
}
.ant-pagination-options-quick-jumper input {
  border: 1px solid #dcdee0;
}
.ant-pagination-item-active {
  background-color: #317EF0;
}
.ant-pagination-item-active a {
  color: white;
}
.ant-pagination-item-active a:hover {
  color: white;
}
.ant-pagination .ant-pagination-item-active:focus a,
.ant-pagination .ant-pagination-item-active:hover a {
  color: #fff;
}
/**
menu
 */
.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 {
  font-size: 14px;
  font-weight: 400;
}
.vm-compact .ant-menu-vertical .ant-menu-item,
.vm-compact .ant-menu-vertical-left .ant-menu-item,
.vm-compact .ant-menu-vertical-right .ant-menu-item,
.vm-compact .ant-menu-inline .ant-menu-item,
.vm-compact .ant-menu-vertical .ant-menu-submenu-title,
.vm-compact .ant-menu-vertical-left .ant-menu-submenu-title,
.vm-compact .ant-menu-vertical-right .ant-menu-submenu-title,
.vm-compact .ant-menu-inline .ant-menu-submenu-title {
  font-size: 12px;
}
.r-menu.ant-menu-dark .ant-menu-submenu-title {
  border-left: 0 !important;
}
.r-menu.ant-menu-dark .ant-menu-item {
  border-left: 0 !important;
}
.modal-form {
  padding: 24px 20px 0 20px;
}
.table-tip .tip-icon {
  padding-left: 20px;
  margin: 2px;
  color: #fca61b;
  font-size: 14px;
}
.ant-modal-confirm {
  position: relative;
  top: 40%;
  width: 420px;
}
.ant-modal-confirm .ant-modal-body {
  padding: 30px 20px 30px;
}
.ant-modal-confirm .confirm-icon {
  float: left;
  width: 18px;
  margin-right: 11px;
  color: #fca61b;
  font-size: 18px;
}
.ant-modal-confirm .ant-modal-confirm-title {
  line-height: 2;
}
.vm-loose .ant-modal-confirm .ant-modal-confirm-title {
  font-size: 16px;
}
.vm-loose .ant-modal-confirm .ant-modal-confirm-body .ant-modal-confirm-content {
  font-size: 14px;
}
/**
 组件库升级之后需要添加样式兼容
 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
a {
  color: #317EF0;
}
a:hover {
  color: #317EF0;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner {
  height: 1.2em;
}
.r-table-wrap .ant-table-body {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-left: 1px solid #efefef;
}
.ant-table .ant-table-header {
  border-left: 1px solid #efefef;
}
.ant-table .ant-table-fixed-right .ant-table-header {
  border-left: none;
}
.left-table .ant-table .ant-table-header,
.right-table .ant-table .ant-table-header {
  border-right: 1px solid #efefef;
}
.r-table-wrap .ant-table-wrapper .ant-table-fixed-right .ant-table-header {
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e8e8e8;
}
.page-content .main-table-wrap .table-search-form .table-search-button a {
  color: #317EF0;
  font-weight: 400;
}
.searchTop {
  margin-top: -50px;
}
.r-anchor-card-body .panel-wrap,
.r-anchor-card-body .panel-wrap-simple {
  margin: 16px 16px 0px 16px!important;
  border: none!important;
}
.vm-compact .r-anchor-card-body .panel-wrap,
.vm-compact .r-anchor-card-body .panel-wrap-simple {
  margin: 4px 12px 0px 12px!important;
}
.detail-content .r-anchor-card-body .panel-wrap,
.detail-content .r-anchor-card-body .panel-wrap-simple:last-child {
  margin: 16px!important;
  border: none!important;
}
.vm-compact .detail-content .r-anchor-card-body .panel-wrap,
.vm-compact .detail-content .r-anchor-card-body .panel-wrap-simple:last-child {
  margin: 6px!important;
}
.add-form .ant-table table .ant-table-thead > tr:first-child > th:first-child {
  border-left: 1px solid #efefef;
}
.add-form .r-anchor-card-body .panel-wrap,
.add-form .r-anchor-card-body .panel-wrap-simple:last-child {
  margin-bottom: 2px!important;
}
.add-form .ant-col-offset-6 {
  margin-left: -35.8px;
}
.add-form .ant-form-item .ant-col-offset-6 .ant-form-item-control {
  line-height: 30px;
}
.add-form .ant-form-item-label > label::after {
  margin: 0 8px 0 0!important;
}
.ant-form-item label::after {
  margin-right: 0!important;
}
.r-anchor-card-body .r-upload-table-box .ant-table table .ant-table-thead > tr:first-child > th:first-child {
  border-left: none;
}
.r-anchor-card-body .detail-table {
  border: none;
}
.r-anchor-card-body .ant-table-hide-scrollbar {
  border-right: 1px solid #efefef;
}
.r-anchor-card-body .panel-title {
  padding: 15px 0 0px 0;
  margin: 0 20px 0 20px;
  color: #333;
  font-weight: 500;
}
.r-table-wrap .ant-table-placeholder {
  top: 50% !important;
  left: 50%;
  width: auto !important;
  transform: translate(-50%, -50%);
}
.ant-empty-normal {
  margin: 0;
}
.r-anchor-card-body .panel-wrap .r-upload-table-box,
.r-anchor-card-body .panel-wrap-simple .r-upload-table-box,
.r-anchor-card-body .panel-wrap .r-editable-table-wrap,
.r-anchor-card-body .panel-wrap-simple .r-editable-table-wrap {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 15px;
}
.add-form .r-anchor-card-body .ant-table-hide-scrollbar {
  border-right: none;
  border-left: none;
}
.add-form .r-editable-table .ant-table-hide-scrollbar {
  border-top: none;
}
.add-form .r-editable-table .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-left: none;
}
.add-form .r-editable-table .ant-table table .ant-table-thead > tr:first-child > th:first-child {
  border-left: none;
}
.ant-form-item-label > label,
.ant-btn-ghost {
  color: #333;
}
.ant-select-dropdown-menu-item .index__edit-btn--txWKy {
  margin-top: 6px;
}
.main-table-wrap .table-operate-button .dropdown-button .ant-menu .ant-menu-item .ant-btn-ghost {
  width: 100%;
  padding-right: 0;
  text-align: center;
}
.main-table-wrap .table-operate-button .dropdown-button .with-submenu .ant-menu .ant-menu-item .ant-btn-ghost {
  text-align: left;
}
.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: #f7f9ff;
}
.ant-table-tbody > tr > td {
  border-bottom-color: #efefef;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full .ant-table-column-sorter-down {
  margin-top: 0;
}
.ant-table-thead > tr > th .ant-table-column-sorter .ant-table-column-sorter-inner-full {
  margin-top: -0.2em;
  margin-left: 0.3em;
}
.dropdown-button .button-menu .ant-menu-item {
  color: #333;
  font-size: 12px;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title {
  padding: 0 15px 0 0 !important;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-item {
  padding-left: 20px !important;
}
.main-table-wrap .table-operate-wrap .table-operate-button {
  margin-left: auto;
}
.main-table-wrap .table-operate-wrap .table-operate-button .ant-btn-primary,
.main-table-wrap .table-operate-wrap .table-operate-button .ant-btn-ghost,
.main-table-wrap .table-operate-wrap .table-operate-button .dropdown-button .r-dropdown-btn {
  margin-right: 8px;
  box-shadow: none;
}
/*
  picker
  */
.ant-calendar-range-picker-input {
  width: 40%;
  letter-spacing: -0.5px;
  text-align: left;
}
.ant-calendar-picker i,
.ant-calendar-picker .iconriqi {
  width: 16px;
  height: 16px;
}
.ant-calendar-picker .iconriqi {
  z-index: 0;
}
.ant-calendar-picker-clear {
  z-index: 2;
  margin-top: -6px;
}
/*
   下拉框图标
   */
.ant-select-arrow {
  right: 7px!important;
  margin-top: 1px!important;
}
.ant-select-selection__clear {
  right: 8px!important;
}
.ant-select-selection__clear .ant-select-selection__clear-icon {
  font-size: 16px;
}
.ant-select-open .ant-select-arrow {
  top: 22%!important;
}
/*
 r-combogrid 下拉控件
 */
.r-combo-grid .r-pagination .btn-operate {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  line-height: 23px;
  border: 1px solid #e6e7e8;
}
.r-combo-grid .r-pagination .btn-operate .iconfont {
  font-size: 14px;
  line-height: 23px;
}
.r-combo-grid .r-pagination .ant-btn[disabled] .iconfont {
  color: #b2b2b2;
}
.r-combo-grid .r-pagination .ant-btn:not([disabled]) .iconfont {
  color: #333;
}
.r-combo-grid .r-pagination .size {
  margin-right: 14px;
  margin-left: 6px;
}
.table-operate-button .dropdown-button .button-menu .ant-menu-item {
  padding: 0 20px;
  text-align: center!important;
}
.table-operate-button .dropdown-button .with-submenu .button-menu .ant-menu-item {
  text-align: left!important;
}
/*下拉按钮背景颜色设置*/
.dropdown-button .dropdown-panel .button-menu .ant-menu-item-active {
  background: rgba(49, 126, 240, 0.06) !important;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu-active {
  background: rgba(49, 126, 240, 0.06) !important;
}
.ant-menu-submenu .ant-menu-vertical .ant-menu-item-level-2.ant-menu-item-active {
  background: rgba(49, 126, 240, 0.06) !important;
}
.dropdown-button .dropdown-panel.with-submenu .button-menu {
  margin-left: -28% !important;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  border-right: 1px solid #efefef;
}
.ant-table-fixed-header .ant-table-fixed-left .ant-table-body-inner {
  border-left: 1px solid #efefef;
}
.r-editable-table .ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body,
.r-editable-table .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  border: none;
}
.ant-menu-vertical .ant-menu-item:not(:last-child) {
  margin-bottom: -4px;
}
.ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 5px 14px 5px 24px;
  color: #333;
  border-bottom: none;
}
.ant-select-dropdown-menu-item:last-child {
  border-top: 1px solid #efefef;
}
.ant-select-dropdown-menu-item:last-child div {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
.ant-table-wrapper {
  /*---鼠标点击滚动条显示样式--*/
  /*---滚动条大小--*/
}
.ant-table-wrapper ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #c1c1c1;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  outline-offset: -2px;
  -webkit-border-radius: 3px;
}
.ant-table-wrapper ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #c1c1c1;
  -webkit-border-radius: 4px;
}
.ant-table-wrapper ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.ant-table-scroll .ant-table-header {
  overflow: hidden !important;
  height: auto !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
/*
  导航栏滚动条设置
*/
.root div[class*="index__home-menu"] {
  /*---鼠标点击滚动条显示样式--*/
  /*---滚动条大小--*/
}
.root div[class*="index__home-menu"] ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #55626f;
  border: 2px solid #55626f;
  border-radius: 3px;
  outline-offset: -2px;
  -webkit-border-radius: 3px;
}
.root div[class*="index__home-menu"] ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #55626f;
  -webkit-border-radius: 4px;
}
.root div[class*="index__home-menu"] ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.r-detail-modal-container .r-detail-modal-wrap .r-detail-modal .r-detail-modal-context {
  padding: 0;
  background-color: #f5f6f7;
}
.r-detail-modal-container .r-detail-modal-wrap .r-detail-modal .r-detail-modal-context .r-anchor-card-container {
  padding-right: 0px;
}
.r-detail-modal-container .r-detail-modal-wrap .r-detail-modal .r-detail-modal-context .r-anchor-card-container .r-anchor-title {
  position: fixed\0;
  width: calc(100% - 0px );
}
.r-detail-modal-container .r-detail-modal-wrap .r-detail-modal .r-detail-modal-context .r-anchor-card-container .r-anchor-title a {
  display: inline-block;
}
.r-detail-modal-container.file-preview-modal {
  z-index: 1001!important;
}
.r-detail-modal-container.file-preview-modal .r-detail-modal-wrap .r-detail-modal .r-detail-modal-context {
  padding: 12px 15px;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header {
  padding: 0 16px!important;
  height: 46px;
  line-height: 46px;
}
.vm-compact .r-detail-modal-container .r-detail-modal .r-detail-modal-header {
  height: 38px;
  line-height: 38px;
}
.vm-standard .r-detail-modal-container .r-detail-modal .r-detail-modal-header {
  height: 46px;
  line-height: 46px;
}
.vm-loose .r-detail-modal-container .r-detail-modal .r-detail-modal-header {
  height: 54px;
  line-height: 46px;
}
.vm-loose .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab {
  font-size: 14px;
}
.ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  z-index: 1 !important;
  height: 36px;
  margin-bottom: 1px;
  color: #317EF0 !important;
  line-height: 20px;
  border-bottom: 2px solid #317EF0 !important;
}
.vm-compact .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active {
  height: 25px;
}
.ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-ink-bar {
  display: none!important;
}
.login-wrap .r-button {
  display: block;
}
.ant-modal-confirm-btns .ant-btn-primary:hover {
  color: #fff;
  background: #559aff;
}
.ant-modal-confirm-btns .ant-btn-primary:focus {
  color: #fff;
  background: #559aff;
}
.ant-modal-confirm-btns .ant-btn-primary:active {
  color: #fff;
  background: #1063de;
}
.ant-modal-confirm-btns .ant-btn-ghost {
  background-color: #fff;
  border-color: #efefef;
}
.ant-modal-confirm-btns .ant-btn-ghost:hover {
  color: #317EF0;
  border-color: #317EF0;
}
.ant-modal-confirm-btns .ant-btn-ghost:active {
  color: #1063de;
  opacity: 0.8;
}
.ant-modal-confirm-btns .ant-btn-ghost:focus {
  color: inherit;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar {
  display: flex;
}
.main-table-wrap .table-operate-button .ant-btn-ghost,
.main-table-wrap .table-operate-button .ant-btn-primary {
  border-radius: 4px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .dropdown-panel .button-menu {
  min-width: 130px;
  max-height: 360px;
  margin-left: -3px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-operate-dropButton .dropdown-button .dropdown-panel .button-menu {
  margin-left: -30px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-operate-dropButton .dropdown-button .dropdown-panel .button-menu:before {
  left: 66%;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-operate-dropButton .dropdown-button .dropdown-panel .button-menu:after {
  left: 66%;
}
.table-operate-bar .dropdown-button .dropdown-panel .button-menu {
  top: 30px;
  margin-top: 20px;
}
.dropdown-button .dropdown-panel .button-menu:before {
  content: "";
  position: absolute;
  top: -11.5px;
  left: 43%;
  z-index: 6;
  display: block;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 9px solid transparent;
}
.dropdown-button .dropdown-panel .button-menu:after {
  content: "";
  position: absolute;
  top: -11.6px;
  left: 43%;
  display: block;
  width: 0;
  border-top: 6px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 6px solid #e4e7ed;
  border-left: 9px solid transparent;
}
.ant-pagination-item-active a {
  color: #fff !important;
}
.table-search-form .ant-form-item label::after {
  margin-right: 4px!important;
}
.dropdown-button .dropdown-panel .button-menu li {
  margin-top: 4px;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title {
  padding-right: 10px;
}
.ant-btn-ghost {
  border-color: #e6e7e8;
}
.button-submenu-popup .ant-menu-vertical.ant-menu-sub {
  min-width: 150px;
  max-height: 400px;
}
/* 分页样式 */
.r-table-wrap .table-refresh-button {
  padding: 0 7px;
}
.r-table-wrap .table-refresh-button:hover {
  background-color: #559aff !important;
}
.r-table-wrap .r-pagination .ant-input-number-input {
  height: 28px;
  padding: 0;
  color: #333;
  text-align: center;
}
.vm-compact .r-table-wrap .r-pagination .ant-input-number-input {
  height: 22px;
}
.r-table-wrap .r-pagination .size-wrapper {
  margin-top: 1px;
  margin-right: 15px;
  font-size: 12px;
}
.r-table-wrap .r-pagination .size-wrapper .size .ant-input-number {
  width: 40px;
  min-width: 40px;
}
.vm-compact .r-table-wrap .r-pagination .size-wrapper .size .ant-input-number {
  height: 22px;
  line-height: 22px;
}
.r-table-wrap .r-pagination .size-wrapper .size .cur-page-indicator {
  margin-right: 8px;
}
.r-table-wrap .r-pagination .simple-size-changer-wrapper {
  margin-top: 1px;
  margin-left: 12px;
}
.vm-compact .r-table-wrap .r-pagination .simple-size-changer-wrapper .simple-size-changer .page-size-indicator .ant-input-number {
  height: 22px;
  line-height: 22px;
}
.r-table-wrap .r-pagination .btn-operate {
  margin-right: 8px;
  border: 1px solid #e6e7e8;
}
.vm-compact .r-table-wrap .r-pagination .btn-operate {
  height: 22px;
  line-height: 22px;
}
.r-table-wrap .r-pagination .btn-operate:hover {
  border: 1px solid #317EF0;
}
.r-table-wrap .r-pagination .ant-btn:not([disabled]) {
  color: #333;
}
.r-table-wrap .r-pagination .btn-operate[disabled] {
  background: unset;
}
.r-table-wrap .r-pagination .btn-operate[disabled] .iconfont {
  color: #b2b2b2;
}
.r-table-wrap .r-pagination .iconfont {
  font-size: 14px;
}
.vm-compact .r-table-wrap .ant-table-footer .r-table-pagination {
  height: 22px;
  align-self: center;
}
.vm-compact .r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner .table-refresh-button {
  height: 22px;
  align-self: center;
}
.vm-compact .r-pagination {
  height: 22px;
  line-height: 22px;
}
.vm-compact .r-pagination .ant-input-number-input {
  height: 22px;
}
.vm-compact .r-pagination .size-wrapper .size .cur-page-indicator .ant-input-number,
.vm-compact .r-pagination .size-wrapper .size .ant-input-number {
  height: 22px;
  line-height: 22px;
}
.vm-compact .r-pagination .simple-size-changer-wrapper .simple-size-changer .page-size-indicator .ant-input-number {
  height: 22px;
  line-height: 22px;
}
.vm-compact .r-pagination .btn-operate {
  height: 22px;
  line-height: 22px;
}
.vm-compact .ant-pagination .ant-pagination-item,
.vm-compact .ant-pagination .ant-pagination-prev,
.vm-compact .ant-pagination .ant-pagination-next,
.vm-compact .ant-pagination .ant-pagination-total-text,
.vm-compact .ant-pagination .ant-pagination-options-quick-jumper,
.vm-compact .ant-pagination .ant-select-selection--single,
.vm-compact .ant-pagination .ant-select-selection__rendered {
  height: 22px;
  line-height: 22px;
}
.vm-compact .r-upload-table-box .ant-table .ant-table-thead > tr > th,
.vm-compact .r-upload-table-box .ant-table .ant-table-tbody > tr > td {
  padding: 0;
}
/* 分页样式 */
.ant-col .ant-select-arrow {
  top: 45%;
}
.ant-modal .ant-checkbox + span {
  padding-left: 1px;
}
.ant-modal .ant-modal-footer .ant-button {
  min-width: 68px;
  padding: 0 9px;
}
/*
  新增弹窗
 */
.ant-modal-body .add-wrap-modal .operate-btns {
  text-align: right;
}
.ant-modal-body .add-wrap-modal .operate-btns .r-button {
  position: relative;
  right: 10px;
}
.ant-modal-body .add-wrap-modal .operate-btns button {
  min-width: 68px;
  height: 32px ;
}
.vm-compact .ant-modal-body .add-wrap-modal .operate-btns button {
  height: 24px;
}
.ant-modal-content {
  overflow: auto;
}
.ant-modal-content span i {
  font-size: 18px;
}
.vm-compact .ant-modal-content span i {
  font-size: 12px;
}
.ant-modal-content .ant-select-selection--multiple .ant-select-selection__choice__remove i {
  font-size: 12px;
}
.user-orgcombo .ant-select-arrow {
  top: 0 !important;
  right: 0 !important;
  margin-top: -6px !important;
}
.ant-modal-content .ant-modal-footer {
  text-align: right !important;
}
.ant-modal-content .ant-modal-footer .r-button {
  position: relative;
  right: 4px;
}
.ant-modal-content .ant-modal-footer button {
  min-width: 68px;
  height: 32px;
}
.vm-compact .ant-modal-content .ant-modal-footer button {
  height: 24px;
}
.ant-modal-content .ant-modal-body .ant-form-item .ant-form-item-label {
  text-overflow: ellipsis;
}
.ant-modal-content .ant-modal-body .ant-form .ant-input,
.ant-modal-content .ant-modal-body .ant-form .ant-select-selection {
  border-radius: 3px;
}
.ant-form-explain,
.ant-form-extra {
  min-height: 12px;
  line-height: 12px;
  margin-top: 0;
}
.main-table-wrap .table-search-form .ant-form-explain {
  display: none;
}
.main-table-wrap .table-search-form .form-item-col {
  overflow: hidden;
  white-space: nowrap;
}
.has-success .ant-input,
.has-success .ant-select-selection {
  border-color: #dcddde !important;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #d6ecff !important;
}
.ant-table-fixed-columns-in-body .ant-table-column-title {
  opacity: 0;
}
.r-button .ant-btn-primary:hover {
  background: #559aff !important;
}
.r-small-form .ant-modal {
  width: 420px!important;
}
.r-small-form .ant-modal .ant-modal-body {
  padding: 15px 30px 25px 10px;
}
.r-small-form .ant-modal .panel-wrap {
  border-bottom: none;
}
.r-small-form .ant-modal .ant-form-item {
  margin-bottom: 15px;
}
.r-small-form .ant-modal .ant-form-item .ant-col-6 {
  max-width: 82px!important;
}
.r-small-form .ant-modal .ant-form-item .ant-col-18 {
  width: 258px;
}
.r-small-form .ant-modal .number-wraper .pop {
  position: relative;
  top: 0;
}
.r-small-form .ant-modal .number-wraper .pop .pop-content {
  position: relative;
  top: -7px;
}
.r-small-form .ant-modal .number-wraper .pop .pop-icon {
  position: relative;
}
.r-small-form .ant-modal .number-wraper .pop .pop-icon::after {
  position: relative;
}
.r-detail-modal-container.r-detail-modal-inner {
  z-index: 1000;
  top: 0;
}
.r-detail-modal-container.r-detail-modal-inner .button-footer {
  margin-bottom: -50px;
}
.r-table-config-wrap .r-sort .sort-add {
  color: #317EF0;
}
.r-editable-table-import .r-editable-temp-download {
  top: 3px;
}
.r-editable-table-import .r-editable-temp-download:hover {
  color: #317EF0 !important;
  background-color: #fff !important;
  border: 1px solid #317EF0 !important;
}
.r-editable-table-import label:hover {
  color: #317EF0 !important;
  background-color: #fff !important;
  border: 1px solid #317EF0 !important;
}
.ant-calendar-disabled-cell.ant-calendar-today .ant-calendar-date::before {
  left: 0;
  border: none;
}
.disableEditClassFirsk {
  cursor: no-drop;
  opacity: 0.5;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 3px 9px!important;
}
.r-combo-grid.ant-select-dropdown--multiple .ant-select-dropdown-menu .combo-grid-all-select #all {
  padding: 0px!important;
  height: 29px;
}
.r-editable-table-wrap .ant-table-thead > tr > th,
.r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: 16px;
  padding: 0;
}
.r-editable-table .r-editable-cell-edit .ant-form-item-control {
  padding: 4px 2px ;
}
.vm-compact .r-editable-table .r-editable-cell-edit .ant-form-item-control {
  padding: 2px;
}
.detail-wrap div.ant-form-item-control:has(>div.form-after-label),
.detail-wrap div.ant-form-item-control:has(>div.form-after-label1) {
  width: calc(100% - 40px);
}
.detail-wrap div.ant-form-item-control:has(>div.form-after-label),
.detail-wrap div.ant-form-item-control:has(>div.form-after-label1) {
  width: calc(100% - 40px);
}
.detail-wrap .ant-form-item .ant-form-item-control .form-after-label,
.detail-wrap .ant-form-item .ant-form-item-control .form-after-label1 {
  width: 40px;
  margin-right: -40px;
}
.vm-loose .detail-wrap .ant-form-item .ant-form-item-control .form-after-label,
.vm-loose .detail-wrap .ant-form-item .ant-form-item-control .form-after-label1 {
  font-size: 14px;
}
.r-change-wrapper .ant-col-16 {
  width: 61%;
}
.r-change-wrapper .ant-col-20 {
  width: 80%;
}
.r-change-wrapper .r-change-right {
  right: 0px!important;
  text-align: center;
}
.add-wrap .add-content .r-change-wrapper .ant-form-item-label.ant-col-2 + .ant-col-22 {
  width: 87%;
}
.r-modal .ant-col .ant-row {
  margin-bottom: 5px;
}
.r-modal.modalStyle .ant-modal-body {
  padding: 20px 50px 15px 20px;
}
.r-modal.modalStyle .ant-form.ant-form-horizontal .ant-form.ant-form-horizontal {
  padding: 0;
}
.r-modal.modalStyle .panel-wrap,
.r-modal.modalStyle .panel-wrap-simple {
  border: none;
  padding: 0;
}
.r-anchor-card-body > div:last-child .panel-wrap,
.r-anchor-card-body > div:last-child .panel-wrap-simple,
.panel-wrap:empty,
.panel-wrap-simple:empty {
  border: none;
}
.add-wrap-modal .add-content .ant-calendar-picker {
  min-width: 0!important;
}
.vm-compact .ant-modal-wrap .ant-modal-close-x {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.vm-compact .ant-modal-wrap .ant-modal-header {
  height: 44px;
  padding: 12px 18px;
}
.vm-compact .ant-modal-wrap .ant-modal-footer {
  height: 44px;
}
.vm-compact .r-anchor-card-body > div:last-child .panel-wrap,
.vm-compact .r-anchor-card-body > div:last-child .panel-wrap-simple {
  margin-bottom: 10px !important;
}

.success-icon {
  color: #00CC66;
}
.warning-icon {
  color: #FF9901;
}
.total-span {
  font-size: 14px;
  position: relative;
  top: -1px;
  left: 11px;
  color: #333333;
}
.error-icon {
  color: #F15555;
}
.info-content {
  margin-bottom: 15px;
}
.info-content:last-child {
  margin-bottom: 0;
}
.info-content .info-content-text {
  margin-left: 27px;
  display: block;
  position: relative;
  color: #333333;
}
.info-content .info-content-text h5 {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 18px;
}
.info-content .info-content-text h5:last-child {
  margin-bottom: 0;
}
.r-info-modal .ant-modal-header {
  padding: 17px 24px;
  color: #333333;
}
.r-info-modal .ant-modal-body {
  padding: 14px 24px;
  max-height: 250px;
  overflow-y: auto;
  color: #333333;
}
.r-info-modal .ant-modal-footer {
  padding: 10px 24px;
}

.ant-message-notice-content {
  overflow: hidden;
  border-radius: 4px;
  box-shadow: none;
  background-color: unset;
  padding: 8px 17px 8px 16px;
  line-height: 22px;
  width: 550px;
}
.ant-message-notice-content .iconfont {
  float: left;
}
.ant-message-notice-content span.time-countdown {
  float: right;
  color: #999;
  margin-top: -1px;
  margin-right: 20px;
  font-size: 12px;
}
.ant-message-notice-content .ant-message-custom-content {
  padding: 0px;
  text-align: left;
}
.ant-message-notice-content .ant-message-custom-content .message-context {
  color: #333;
  font-size: 12px;
}
.vm-loose .ant-message-notice-content .ant-message-custom-content .message-context {
  font-size: 14px;
}
.ant-message-notice-content .ant-message-custom-content .message-box {
  width: 450px;
  text-align: left;
  margin-left: 8px;
  float: left;
  font-size: 12px;
  word-break: break-all;
}
.vm-loose .ant-message-notice-content .ant-message-custom-content .message-box {
  font-size: 14px;
}
.ant-message-notice-content .ant-message-custom-content .message-close {
  float: right;
  cursor: pointer;
  position: absolute;
  /* margin-top: -25px; */
  /* margin-left: 600px; */
  /* left: 600px; */
  margin-left: 30px;
  color: #999;
}
.ant-message-notice-content .ant-message-custom-content .message-close .iconfont {
  font-size: 12px;
}
.ant-message-notice-content .ant-message-count {
  float: right;
  display: inline-block;
  margin-left: -40px;
}
.ant-message-notice-content .ant-message-count .ant-message-count-close {
  font-size: 12px;
  top: 0px;
  margin-left: 7px;
  cursor: pointer;
  color: #999;
}
.vm-loose .ant-message-notice-content .ant-message-count .ant-message-count-close {
  font-size: 14px;
}
.ant-message-notice-content .ant-message-count span {
  color: #BFBFBF;
}
.ant-message-notice-content {
  max-height: 500px;
  overflow-y: auto;
}
.ant-message-notice-content-error {
  background-color: #FFF1F0;
  border: 1px solid #FFA39E;
}
.ant-message-notice-content-error .close-circle {
  font-size: 14px;
  color: #F5222D;
}
.ant-message-notice-content-info {
  background-color: #E6F7FF;
  border: 1px solid #91D5FF;
}
.ant-message-notice-content-info .ant-message-info .info-circle {
  font-size: 14px;
  color: #2761FF;
}
.ant-message-notice-content-success {
  background-color: #F6FFED;
  border: 1px solid #B7EB8F;
}
.ant-message-notice-content-success .check-circle {
  font-size: 14px;
  color: #52C41A;
}
.ant-message-notice-content-warning {
  background-color: #FFFBE6;
  border: 1px solid #FFE58F;
}
.ant-message-notice-content-warning .exclamation-circle {
  font-size: 14px;
  color: #FAAD14;
}

.loading {
  transition: opacity 0.3s linear;
  width: 100%;
  height: 100%;
  position: fixed;
  display: block;
  text-align: center;
  top: 0;
  background-color: transparent;
  z-index: 9999;
}
.loading:after {
  content: "";
  display: inline-block;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #ffffff;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  /* IE6~IE9 */
}
.loading-outter {
  width: 100px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  border-radius: 0.5rem;
  height: 20px;
  text-align: center;
}
.loading-ring {
  animation: spinnerFour 1s linear infinite;
  border: solid 2px transparent;
  border-radius: 100%;
  border-top: solid 2px #317EF0;
  border-left: solid 2px #317EF0;
  border-bottom: solid 2px #317EF0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  text-align: center;
  color: #317EF0;
  font-family: sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}
.loading-enter,
.loading-leave-active {
  opacity: 0;
}

.menu-tag {
  overflow: hidden;
  display: inline-block;
  position: relative;
  padding-right: 1px;
  color: #fff;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  border: none;
  margin: 0 0 0 0;
  z-index: 2;
  opacity: 1;
  cursor: pointer;
}
.menu-tag i {
  margin-left: 5px;
}
.menu-tag .menu-icon {
  color: #ffffff;
}
.menu-tag .menu-tag-text {
  float: left;
  display: inline-block;
  background-color: #559aff;
  font-style: normal;
  height: 30px;
  vertical-align: 11px;
  padding: 0 5px;
}
.menu-tag .menu-radius {
  padding-left: 2px;
  width: 5px;
  height: 30px;
  overflow: hidden;
  float: left;
}
.menu-tag .menu-radius .menu-dot {
  width: 2px;
  height: 2px;
  border: 8px dotted #559aff;
}
.menu-tag .menu-radius .menu-under {
  width: 15px;
  height: 30px;
  margin-top: -13px;
  background: #559aff;
}
.menu-tag .menu-radius-right {
  padding-left: 2px;
  width: 5px;
  height: 30px;
  overflow: hidden;
  float: left;
}
.menu-tag .menu-radius-right .menu-dot {
  width: 8px;
  height: 8px;
  margin-left: -13px;
  border: 8px dotted #559aff;
}
.menu-tag .menu-radius-right .menu-under {
  width: 15px;
  height: 30px;
  margin-left: -10px;
  margin-top: -12px;
  background: #559aff;
}
.menu-tag .menu-tag-left {
  float: left;
  width: 0;
  height: 0;
  margin-top: 3px;
  margin-right: -2px;
  border-bottom: 27px solid #559aff;
  border-left: 6px solid transparent;
}
.menu-tag .menu-tag-right {
  float: right;
  width: 0;
  height: 0;
  margin-top: 3px;
  margin-left: 0px;
  border-bottom: 27px solid #559aff;
  border-right: 6px solid transparent;
}
.menu-tag.active {
  color: #333333;
}
.menu-tag.active .menu-icon {
  color: #333333;
}
.menu-tag.active .menu-tag-text {
  background-color: #ffffff;
}
.menu-tag.active .menu-tag-left {
  border-bottom: 30px solid #fff;
}
.menu-tag.active .menu-tag-right {
  border-bottom: 30px solid #fff;
}
.menu-tag.active .menu-dot {
  border: 8px dotted #ffffff;
}
.menu-tag.active .menu-under {
  background: #ffffff;
}

.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
  padding-right: 0;
  position: relative;
}
.vm-loose .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
  font-size: 14px !important;
}
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-prefix-icon {
  position: absolute;
  left: 31px;
  transform: translateX(-100%);
  font-size: 14px;
}
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-expand-icon {
  float: right;
  font-size: 12px;
  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);
  margin-right: 15px;
}
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title.ant-menu-submenu-title-level-1 {
  height: 56px;
  line-height: 56px;
}
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title.ant-menu-submenu-title-level-3 > span {
  max-width: 75% !important;
}
.ant-menu-submenu.ant-menu-submenu-inline.ant-menu-submenu-open > .ant-menu-submenu-title .ant-menu-expand-icon {
  transform: rotate(180deg);
}
.ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title {
  padding: 0 17px 0 20px;
}
.ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title .ant-menu-expand-icon {
  float: right;
  font-size: 8px;
  transform: rotate(90deg);
}
.ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-item {
  padding-left: 20px;
  margin-bottom: 0;
  margin-top: 0;
}
.vm-loose .ant-menu-submenu .ant-menu-item {
  font-size: 14px !important;
}
.ant-menu .ant-menu-prefix-icon {
  font-size: 14px;
}
.ant-menu.ant-menu-inline-collapsed {
  width: 60px;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title {
  padding: 0 21px 0 23px !important;
  text-overflow: ellipsis;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-prefix-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-submenu > .ant-menu-submenu-title .ant-menu-expand-icon {
  display: inline-block;
  max-width: 0;
  opacity: 0;
  visibility: hidden;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item {
  padding: 0 21px 0 23px !important;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-prefix-icon + span,
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-expand-icon {
  display: inline-block;
  max-width: 0;
  opacity: 0;
}
.ant-menu.ant-menu-inline-collapsed > .ant-menu-item .ant-menu-prefix-icon {
  margin-left: 6px;
}
.ant-menu.ant-menu-inline .ant-menu-item {
  margin-bottom: 0;
  margin-top: 0;
}
.ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-level-1 {
  height: 56px;
  line-height: 56px;
}
.ant-menu.ant-menu-inline .ant-menu-submenu-title {
  margin: 0;
}

.r-menu .ant-menu-submenu-active {
  background-color: unset !important;
}
.r-menu .ant-menu-inline .ant-menu-selected,
.r-menu .ant-menu-inline .ant-menu-item-selected {
  border-right: none;
  transform: translateZ(0);
  font-weight: bold;
}
.r-menu.ant-menu-inline,
.r-menu.ant-menu-vertical {
  border: none !important;
}
.r-menu.ant-menu-dark {
  color: #c2c6ca !important;
  background-color: #001529;
}
.r-menu.ant-menu-dark .ant-menu-submenu > .ant-menu {
  background-color: #000C17 !important;
}
.r-menu.ant-menu-dark .ant-menu-submenu-title {
  border-left: 3px solid #2F3032;
}
.r-menu.ant-menu-dark .ant-menu-item {
  border-left: 2px solid #252628;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-menu.ant-menu-dark .ant-menu-item .ant-menu-prefix-icon {
  position: absolute;
  left: 31px;
  transform: translateX(-100%);
  font-size: 14px;
}
.r-menu.ant-menu-dark .ant-menu-inline .ant-menu-selected,
.r-menu.ant-menu-dark .ant-menu-inline .ant-menu-item-selected,
.r-menu.ant-menu-dark .ant-menu-vertical .ant-menu-item-selected {
  background-color: #317EF0;
  border: none;
  color: #ffffff;
}
.r-menu.ant-menu-light {
  color: #353b4b !important;
}
.r-menu > .ant-menu-submenu-inline > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}

.ant-form-item-label > label::after {
  visibility: hidden;
  margin: 0 8px 0 0;
}
.ant-form-with-colon > label::after {
  content: ':';
  position: relative;
  top: -0.5px;
  margin: 0 8px 0 0;
}
.ant-form-item-label-tip-long-wrapper {
  position: relative;
  padding-right: 12px;
}
.ant-form-item-label-tip-long-wrapper label {
  position: static;
}
.ant-form-item-label-tip-long-wrapper label span {
  position: absolute;
  right: 0px;
}
.ant-form-item-label-tip {
  color: #ffac00;
}
.vm-loose .ant-form label {
  font-size: 14px !important;
}

.r-anchor-title {
  padding: 0 20px;
  font-size: 14px;
  background-color: #ffffff;
  border-bottom: 1px solid #ebebeb;
  position: absolute;
  z-index: 1000;
  width: 100%;
  float: left;
}
.r-anchor-title .r-anchor-link::-webkit-scrollbar {
  display: none;
}
.r-anchor-title .r-anchor-link {
  white-space: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.r-anchor-title a {
  margin-right: 28px;
  color: #333333;
  height: 48px;
  line-height: 48px;
  vertical-align: top;
  position: relative;
}
.r-anchor-title a.active {
  display: inline-block;
  color: #317EF0;
  overflow: hidden;
  font-weight: bold;
}
.r-anchor-title .action {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  width: 88px;
  height: 100%;
  background: #FFFFFF;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.06);
}
.vm-compact .r-anchor-title .action {
  padding-top: 4px;
  padding-bottom: 4px;
}
.vm-loose .r-anchor-title .action {
  padding-top: 9px;
  padding-bottom: 9px;
}
.r-anchor-title .action .slide-left,
.r-anchor-title .action .slide-right {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #E6E7E8;
}
.r-anchor-title .action .slide-left {
  margin-right: 8px;
}
.r-anchor-title .action .disabled-icon,
.r-anchor-title .action .active-icon {
  position: absolute;
  top: 6px;
  left: 8px;
}
.vm-compact .r-anchor-title .action .disabled-icon,
.vm-compact .r-anchor-title .action .active-icon {
  top: 4px;
}
.vm-loose .r-anchor-title .action .disabled-icon,
.vm-loose .r-anchor-title .action .active-icon {
  top: 8px;
}
.r-anchor-title .action .disabled-icon:hover {
  cursor: not-allowed;
}
.r-anchor-title .action .disabled-icon {
  color: #B2B2B2;
  cursor: not-allowed;
}
.r-anchor-title .action .active-icon {
  color: #317EF0;
}
.r-anchor-title .standlone-button-group {
  display: inline-flex;
  height: 100%;
  align-items: center;
  background-color: #ffffff;
}
.r-anchor-title .extra-right {
  position: absolute;
  right: 88px;
  top: 0;
  height: 100%;
}
.r-anchor-card-container {
  overflow: auto;
  position: relative;
}
.r-anchor-card {
  background: #fff;
  border-radius: 1px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.r-anchor-card .panel-wrap,
.r-anchor-card .panel-wrap-simple {
  margin: 0 20px;
  padding: 0;
}
.r-anchor-card.active .r-anchor-card-title {
  color: #317EF0;
}
.r-anchor-card.active .r-anchor-card-title .iconmaodiandingwei {
  display: inline-block;
}
.r-anchor-card .r-anchor-card-title {
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  font-size: 14px;
  background-color: #ffffff;
  color: #333333;
  position: relative;
}
.r-anchor-card .r-anchor-card-title .upOrdown {
  margin-left: 9px;
}
.vm-loose .r-anchor-card .r-anchor-card-title {
  font-size: 16px;
}
.r-anchor-card .r-anchor-card-body {
  border-top: 1px solid #ebebeb;
  transition: height 0.2s;
}
.r-anchor-card .r-anchor-card-body-hidden {
  height: 0 !important;
  overflow: hidden;
  border-top: none;
}


.r-ant-checkbox-wrapper {
  position: relative;
}
.r-ant-checkbox-wrapper .ant-checkbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 90;
}
.r-ant-checkbox-wrapper .custom-checkbox {
  cursor: pointer;
  position: relative;
  top: 3px;
}
.r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-weixuanzhong {
  color: #D9D9D9;
  background-color: #ffffff;
}
.r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-weixuanzhong.icon-disabled {
  background-color: #f5f5f5;
}
.r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-xuanzhongbeijinyong,
.r-ant-checkbox-wrapper .custom-checkbox .iconduoxuanweixuanzhongbukexuan {
  background-color: white;
}
.r-ant-checkbox-wrapper .custom-checkbox .iconduoxuan-xuanzhong {
  color: #317EF0;
}

.vm-loose .ant-select {
  font-size: 14px;
}
.r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected {
  background-color: rgba(49, 126, 240, 0.06);
  color: #317EF0;
}
.ant-select-selection--multiple .ant-select-selection__choice__content {
  margin-right: 6px;
}
.ant-select-dropdown--multiple.ant-select-dropdown .ant-select-dropdown-menu-item:after {
  content: "";
}
.ant-select-selection {
  border-radius: 3px;
}
.r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 5px 35px 5px 17px;
}
.vm-loose .ant-select-dropdown {
  font-size: 14px;
}
.vm-loose .ant-select-selection__placeholder {
  font-size: 14px;
}
.ant-select-disabled .ant-select-selection {
  border-color: #E5EAED;
  background-color: #EFF2F4;
  color: #999999;
}
.ant-select-disabled .ant-select-selection:hover {
  border-color: #E5EAED;
}
.ant-select-dropdown-menu-item:last-child {
  border-top: 0 !important;
}
.ant-select-selection:hover .ant-select-writable {
  display: none;
}
.ant-select-open .ant-select-selection {
  border-color: #317EF0;
  box-shadow: none;
}
.ant-select-writable {
  display: inline-block;
  font-style: normal;
  vertical-align: baseline;
  text-align: center;
  text-transform: none;
  text-rendering: auto;
  opacity: 0;
  position: absolute;
  right: 8px;
  z-index: 1;
  background: #fff;
  top: 50%;
  font-size: 12px;
  color: #ccc;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  line-height: 12px;
  cursor: pointer;
  transition: color 0.3s ease, opacity 0.15s ease;
  opacity: 1;
}
.ant-select-open .ant-select-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.ant-select-arrow {
  right: 4px !important;
  margin-top: 0 !important;
  top: 25% !important;
  -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--multiple .ant-select-selection__choice {
  padding: 0 10px 0 10px;
  max-width: 60%;
}
.ant-select-selection--multiple .ant-select-selection__choice .ant-select-selection__choice__content {
  max-width: 90%;
}
.ant-select-selection--multiple .ant-select-selection__choice .ant-select-selection__choice__remove-icon {
  font-size: 10px;
}
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 0;
  width: calc(100% - 28px);
}
.ant-select-selection__clear {
  top: 25% !important;
  right: 4px !important;
  width: 16px !important;
  height: 16px !important;
  margin-top: 0 !important;
}
.ant-select-selection__clear .ant-select-selection__clear-icon {
  font-size: 16px;
}
.ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 6px;
}
.ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice {
  max-width: 66%;
  margin-right: 3px;
  padding: 0 15px 0 8px;
}
.ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice .ant-select-selection__choice__content {
  max-width: 100%;
  margin-right: 0;
}
.ant-select-selection.ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice:nth-child(2) {
  min-width: 40px;
  text-align: center;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field__wrap .ant-select-search__field {
  padding: 0px !important;
}

.r-pagination {
  line-height: 30px;
  height: 30px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.r-pagination .btn-operate {
  display: inline-block;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  padding: 0;
  margin-right: 7px;
  cursor: pointer;
}
.r-pagination .btn-operate .anticon {
  vertical-align: 0;
}
.r-pagination .btn-operate.disabled .anticon {
  color: #d0d4d9;
}
.r-pagination .btn-operate:last-child {
  margin-right: 0;
}
.r-pagination .btn-operate[disabled] {
  cursor: not-allowed;
}
.r-pagination .size-wrapper {
  display: inline-block;
  margin-right: 10px;
  color: #353B4B;
  font-size: 14px;
}
.r-pagination .size-wrapper .size {
  display: flex;
}
.r-pagination .size-wrapper .size .cur-page-indicator {
  margin-right: 7px;
}
.r-pagination .size-wrapper .size .cur-page-indicator .ant-input-number {
  min-width: 38px;
  width: 38px;
  height: 30px;
}
.r-pagination .size-wrapper .size .cur-page-indicator .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.r-pagination .simple-size-changer-wrapper {
  display: inline-block;
  margin-left: 7px;
}
.vm-loose .r-pagination .simple-size-changer-wrapper {
  margin-left: 16px;
}
.r-pagination .simple-size-changer-wrapper .simple-size-changer {
  display: flex;
}
.r-pagination .simple-size-changer-wrapper .simple-size-changer .page-size-indicator {
  margin: 0 7px;
}
.r-pagination .simple-size-changer-wrapper .simple-size-changer .page-size-indicator .ant-input-number {
  min-width: 45px;
  width: 45px;
  height: 30px;
}
.r-pagination .simple-size-changer-wrapper .simple-size-changer .page-size-indicator .ant-input-number .ant-input-number-handler-wrap {
  display: none;
}
.r-pagination .total-items {
  margin-right: 20px;
}
.vm-loose .r-pagination .total-items {
  margin-right: 24px;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-select {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  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;
  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 {
  transition: transform 0.3s;
}
.ant-select-selection {
  display: block;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-top-width: 1.02px;
  border-radius: 4px;
  outline: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  user-select: none;
}
.ant-select-selection:hover {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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;
  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;
  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: 30px;
  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: 28px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 14px;
}
.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: 22px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 20px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 14px;
  line-height: 12px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 11px;
}
.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: 30px;
  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 .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%;
}
.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: 22px;
  margin-top: 3px;
  line-height: 20px;
}
.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;
  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;
  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;
  transition: all 0.3s;
  display: inline-block;
  font-size: 12px;
  font-size: 10px \9;
  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: 15px;
}
.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 {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #5ba1fc;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(49, 126, 240, 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%;
  box-shadow: none;
  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;
  font-feature-settings: 'tnum';
  position: absolute;
  top: -9999px;
  left: -9999px;
  z-index: 1050;
  box-sizing: border-box;
  font-size: 12px;
  font-variant: initial;
  background-color: #fff;
  border-radius: 4px;
  outline: none;
  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 {
  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 {
  animation-name: antSlideDownIn;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
  animation-name: antSlideUpOut;
}
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
  animation-name: antSlideDownOut;
}
.ant-select-dropdown-hidden {
  display: none;
}
.ant-select-dropdown-menu {
  max-height: 250px;
  margin-bottom: 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;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: background 0.3s ease;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0f8ff;
}
.ant-select-dropdown-menu-item:first-child {
  border-radius: 4px 4px 0 0;
}
.ant-select-dropdown-menu-item:last-child {
  border-radius: 0 0 4px 4px;
}
.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: #f0f8ff;
}
.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;
  transform: translateY(-50%);
  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: #317EF0;
}
.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;
}

div > .r-combo-grid {
  position: fixed;
  max-height: 500px;
  overflow-y: scroll;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu .disable-option,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu .disable-option {
  cursor: not-allowed;
  height: auto !important;
  line-height: inherit !important;
  text-align: left !important;
  padding: 5px 14px 5px 9px !important;
  color: rgba(0, 0, 0, 0.25);
}
.r-combo-grid .ant-select-dropdown-menu,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .ant-select-dropdown-menu {
  height: auto;
  position: relative;
}
.r-combo-grid .ant-select-dropdown-menu .combo-grid-pagination-item,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .ant-select-dropdown-menu .combo-grid-pagination-item {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.r-combo-grid .r-pagination,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination {
  height: 40px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #E9EAEC;
}
.r-combo-grid .r-pagination .btn-operate,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .btn-operate {
  display: inline-block;
  line-height: 22px;
  width: 22px;
  height: 22px;
  border: 1px solid #DDDEE1;
  background: #fff;
  padding: 0;
  margin-right: 10px;
  cursor: pointer;
}
.r-combo-grid .r-pagination .btn-operate .anticon,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .btn-operate .anticon {
  vertical-align: 0;
}
.r-combo-grid .r-pagination .btn-operate.disabled .anticon,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .btn-operate.disabled .anticon {
  color: #d0d4d9;
}
.r-combo-grid .r-pagination .btn-operate:last-child,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .btn-operate:last-child {
  margin-right: 0;
}
.r-combo-grid .r-pagination .btn-operate[disabled],
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .btn-operate[disabled] {
  cursor: not-allowed;
}
.r-combo-grid .r-pagination .size,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-pagination .size {
  display: inline-block;
  margin-right: 10px;
  color: #353B4B;
  font-size: 12px;
}
.r-combo-grid .r-select .ant-input-group-addon,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select .ant-input-group-addon {
  background-color: white;
  border-left: none;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item {
  padding: 5px 14px 5px 18px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item {
  text-overflow: ellipsis;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item-selected,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item-selected {
  background-color: rgba(49, 126, 240, 0.06);
  color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container li.ant-select-dropdown-menu-item-selected.ant-select-dropdown-menu-item:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container li.ant-select-dropdown-menu-item-selected.ant-select-dropdown-menu-item:after {
  display: none;
}
.r-combo-grid .r-select-dropdown-container li.ant-select-dropdown-menu-item-active.ant-select-dropdown-menu-item:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container li.ant-select-dropdown-menu-item-active.ant-select-dropdown-menu-item:after {
  display: none;
}
.r-combo-grid .r-select-dropdown-container li.ant-select-dropdown-menu-item-active:hover .combo-grid-checkbox:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container li.ant-select-dropdown-menu-item-active:hover .combo-grid-checkbox:before {
  border-color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container li.ant-select-dropdown-menu-item-active.ant-select-dropdown-menu-item-selected.ant-select-dropdown-menu-item:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container li.ant-select-dropdown-menu-item-active.ant-select-dropdown-menu-item-selected.ant-select-dropdown-menu-item:after {
  display: none;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu {
  max-height: unset;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-index,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-index {
  margin-right: 16px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox {
  position: relative;
  margin-right: 30px;
  display: inline-block;
  width: 16px;
  height: 16px;
  top: 3px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhong,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhong {
  color: #317EF0;
  border-radius: 3px;
  width: 16px;
  height: 17px;
  border: 2px solid #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhong:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhong:before {
  position: absolute;
  bottom: -5px;
  right: -1px;
  font-size: 14px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhongbeijinyong,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhongbeijinyong {
  color: #dbdbdb;
  border-radius: 3px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhongbeijinyong:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-xuanzhongbeijinyong:before {
  position: absolute;
  bottom: -5px;
  right: -1px;
  font-size: 16px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong {
  color: #dbdbdb;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong:before {
  font-size: 16px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-yixuan,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-yixuan {
  color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-banxuan,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-banxuan {
  color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-weixuan,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-weixuan {
  color: #dbdbdb;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconbanxuan,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconbanxuan {
  color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-banxuan-disabled,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconquanxuansuoyou-banxuan-disabled {
  color: #a09c9c;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong-disabled,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong-disabled {
  background-color: #f5f5f5;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong-disabled:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox.iconduoxuan-weixuanzhong-disabled:before {
  position: absolute;
  bottom: -5px;
  right: -1px;
  font-size: 16px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item:after {
  content: "" !important;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox {
  position: relative;
  margin-right: 30px;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox:before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #dcdfe6;
  content: "";
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-delete-btn,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-delete-btn {
  float: right;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-index,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-index {
  font-weight: 700;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-label,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-label {
  font-weight: 700;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-checkbox:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-checkbox:before {
  background-color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-checkbox:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item-selected .combo-grid-checkbox:after {
  position: absolute;
  left: 1px;
  top: -2px;
  font-family: "iconfont" !important;
  content: "\E751";
  font-size: 12px;
  font-weight: 700;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #fff;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox-all-selected:before,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox-all-selected:before {
  background-color: #317EF0;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox-all-selected:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown-menu-item .combo-grid-checkbox-all-selected:after {
  position: absolute;
  left: 1px;
  top: -2px;
  font-family: "iconfont" !important;
  content: "\E751";
  font-size: 12px;
  font-weight: 700;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.8, M12=0, M21=0, M22=0.8, SizingMethod='auto expand')";
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  color: #fff;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-select-dropdown--multiple .ant-select-dropdown-menu-item:after {
  display: none;
}
.r-combo-grid .r-select-dropdown-container .ant-spin-container .ant-select-dropdown-menu-item-disabled.ant-select-dropdown-menu-item,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .r-select-dropdown-container .ant-spin-container .ant-select-dropdown-menu-item-disabled.ant-select-dropdown-menu-item {
  padding: 0;
}
.r-combo-grid .ant-select-selection--multiple > ul > li,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .ant-select-selection--multiple > ul > li,
.r-combo-grid .ant-select-selection--multiple .ant-select-selection__rendered > ul > li,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 7px;
}
.r-combo-grid .ant-select-open.r-select .ant-select-selection--single .ant-select-selection-selected-value,
.r-combo-grid.hidden-all-selection.ant-select-dropdown--multiple .ant-select-open.r-select .ant-select-selection--single .ant-select-selection-selected-value {
  position: absolute;
  left: 8px;
  top: 0;
}
.r-combo-grid.ant-select-dropdown--multiple .ant-select-dropdown-menu .combo-grid-all-select #all {
  padding: 7px 12px 7px 18px;
}
.r-combo-grid.ant-select-dropdown--multiple .combo-grid-all-select {
  position: relative;
  margin-bottom: 6px;
  width: 100%;
  top: 0;
  padding: 0 !important;
}
.r-combo-grid.ant-select-dropdown--multiple .combo-grid-all-select #all {
  padding: 7px 12px 7px 18px;
  height: 36px;
  border-bottom: 1px solid #E9EAEC;
}
.r-combo-grid.ant-select-dropdown--multiple .combo-grid-all-select #all .combo-grid-index {
  visibility: hidden;
}
.r-combo-grid.ant-select-dropdown--multiple .ant-select-dropdown-menu {
  height: auto;
}
.r-combo-grid-overflow .ant-spin-container .ant-select-dropdown-menu {
  overflow: visible;
  display: inline-block;
  width: 100%;
}
.r-combo-grid-overflow .ant-spin-container .ant-select-dropdown-menu-item {
  overflow: inherit;
}

.not-allowed {
  background: #f5f5f5;
  cursor: not-allowed;
}
.not-allowed .ant-calendar-year-panel-year {
  color: rgba(0, 0, 0, 0.25);
}
.not-allowed .ant-calendar-year-panel-year:hover {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
}

.vm-loose .ant-tag {
  font-size: 14px;
}
.ant-tag-custom {
  border: 0;
  color: #317EF0;
  cursor: pointer;
}
.ant-calendar-picker-clear,
.ant-calendar-picker-icon {
  width: 16px;
  height: 16px;
}
.ant-time-picker-icon,
.ant-time-picker-clear {
  right: 8px;
  width: 16px;
  height: 16px;
}
.ant-form-item .ant-time-picker-input {
  height: 30px;
}
.r-calendar-show-ok .ant-calendar-footer-btn {
  text-align: right;
}
.ant-calendar-container-header-disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-container-header-disabled a {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  pointer-events: none;
}
.ant-tag-disabled {
  color: rgba(0, 0, 0, 0.25) !important;
  cursor: not-allowed;
  pointer-events: none;
}
.vm-loose .ant-calendar {
  font-size: 14px;
}
.ant-calendar-body-disabled {
  background: #f5f5f5;
  pointer-events: none;
  cursor: not-allowed;
}
.ant-calendar-body-disabled .ant-calendar-column-header,
.ant-calendar-body-disabled .ant-calendar-cell > .ant-calendar-date {
  color: rgba(0, 0, 0, 0.25) !important;
  background: transparent !important;
  border-color: transparent;
}
.vm-loose .ant-calendar-range .ant-calendar-input {
  font-size: 14px;
}

.r-password-input .ant-input-group {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.r-password-input .ant-input-group .r-password-input {
  border: none;
}
.r-password-input .ant-input-group .r-password-input:focus {
  border: none;
  box-shadow: none;
}
.r-password-input .ant-input-group .ant-input {
  border: none !important;
}
.r-password-input .ant-input-group .ant-input-group-addon {
  border: none !important;
  background: #ffffff;
}
.r-password-input .ant-input-group .ant-input-group-addon i {
  display: block;
}
.r-password-input .ant-input-group .ant-input-group-addon:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,'Open Sans','Helvetica Neue',sans-serif;line-height:1.4;margin:1rem}table{border-collapse:collapse}table:not([cellpadding]) td,table:not([cellpadding]) th{padding:.4rem}table[border]:not([border="0"]):not([style*=border-width]) td,table[border]:not([border="0"]):not([style*=border-width]) th{border-width:1px}table[border]:not([border="0"]):not([style*=border-style]) td,table[border]:not([border="0"]):not([style*=border-style]) th{border-style:solid}table[border]:not([border="0"]):not([style*=border-color]) td,table[border]:not([border="0"]):not([style*=border-color]) th{border-color:#ccc}figure{display:table;margin:1rem auto}figure figcaption{color:#999;display:block;margin-top:.25rem;text-align:center}hr{border-color:#ccc;border-style:solid;border-width:1px 0 0 0}code{background-color:#e8e8e8;border-radius:3px;padding:.1rem .2rem}.mce-content-body:not([dir=rtl]) blockquote{border-left:2px solid #ccc;margin-left:1.5rem;padding-left:1rem}.mce-content-body[dir=rtl] blockquote{border-right:2px solid #ccc;margin-right:1.5rem;padding-right:1rem}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.tox{box-shadow:none;box-sizing:content-box;color:#222f3e;cursor:auto;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:normal;-webkit-tap-highlight-color:transparent;text-decoration:none;text-shadow:none;text-transform:none;vertical-align:initial;white-space:normal}.tox :not(svg):not(rect){box-sizing:inherit;color:inherit;cursor:inherit;direction:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;line-height:inherit;-webkit-tap-highlight-color:inherit;text-align:inherit;text-decoration:inherit;text-shadow:inherit;text-transform:inherit;vertical-align:inherit;white-space:inherit}.tox :not(svg):not(rect){background:0 0;border:0;box-shadow:none;float:none;height:auto;margin:0;max-width:none;outline:0;padding:0;position:static;width:auto}.tox:not([dir=rtl]){direction:ltr;text-align:left}.tox[dir=rtl]{direction:rtl;text-align:right}.tox-tinymce{border:1px solid #ccc;border-radius:0;box-shadow:none;box-sizing:border-box;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;overflow:hidden;position:relative;visibility:inherit!important}.tox-tinymce-inline{border:none;box-shadow:none}.tox-tinymce-inline .tox-editor-header{background-color:transparent;border:1px solid #ccc;border-radius:0;box-shadow:none}.tox-tinymce-aux{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;z-index:1300}.tox-tinymce :focus,.tox-tinymce-aux :focus{outline:0}button::-moz-focus-inner{border:0}.tox[dir=rtl] .tox-icon--flip svg{transform:rotateY(180deg)}.tox .accessibility-issue__header{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description{align-items:stretch;border:1px solid #ccc;border-radius:3px;display:flex;justify-content:space-between}.tox .accessibility-issue__description>div{padding-bottom:4px}.tox .accessibility-issue__description>div>div{align-items:center;display:flex;margin-bottom:4px}.tox .accessibility-issue__description>:last-child:not(:only-child){border-color:#ccc;border-style:solid}.tox .accessibility-issue__repair{margin-top:16px}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description{background-color:rgba(32,122,183,.1);border-color:rgba(32,122,183,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--info .accessibility-issue__description>:last-child{border-color:rgba(32,122,183,.4)}.tox .tox-dialog__body-content .accessibility-issue--info .tox-form__group h2{color:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--info .tox-icon svg{fill:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--info a .tox-icon{color:#207ab7}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description{background-color:rgba(255,165,0,.1);border-color:rgba(255,165,0,.5);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--warn .accessibility-issue__description>:last-child{border-color:rgba(255,165,0,.5)}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-form__group h2{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn .tox-icon svg{fill:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--warn a .tox-icon{color:#cc8500}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description{background-color:rgba(204,0,0,.1);border-color:rgba(204,0,0,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--error .accessibility-issue__description>:last-child{border-color:rgba(204,0,0,.4)}.tox .tox-dialog__body-content .accessibility-issue--error .tox-form__group h2{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--error .tox-icon svg{fill:#c00}.tox .tox-dialog__body-content .accessibility-issue--error a .tox-icon{color:#c00}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description{background-color:rgba(120,171,70,.1);border-color:rgba(120,171,70,.4);color:#222f3e}.tox .tox-dialog__body-content .accessibility-issue--success .accessibility-issue__description>:last-child{border-color:rgba(120,171,70,.4)}.tox .tox-dialog__body-content .accessibility-issue--success .tox-form__group h2{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success .tox-icon svg{fill:#78ab46}.tox .tox-dialog__body-content .accessibility-issue--success a .tox-icon{color:#78ab46}.tox .tox-dialog__body-content .accessibility-issue__header h1,.tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2{margin-top:0}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-left:4px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-left:auto}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description{padding:4px 4px 4px 8px}.tox:not([dir=rtl]) .tox-dialog__body-content .accessibility-issue__description>:last-child{border-left-width:1px;padding-left:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header .tox-button{margin-right:4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__header>:nth-last-child(2){margin-right:auto}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description{padding:4px 8px 4px 4px}.tox[dir=rtl] .tox-dialog__body-content .accessibility-issue__description>:last-child{border-right-width:1px;padding-right:4px}.tox .tox-anchorbar{display:flex;flex:0 0 auto}.tox .tox-bar{display:flex;flex:0 0 auto}.tox .tox-button{background-color:#207ab7;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#207ab7;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;line-height:24px;margin:0;outline:0;padding:4px 16px;text-align:center;text-decoration:none;text-transform:none;white-space:nowrap}.tox .tox-button[disabled]{background-color:#207ab7;background-image:none;border-color:#207ab7;box-shadow:none;color:rgba(255,255,255,.5);cursor:not-allowed}.tox .tox-button:focus:not(:disabled){background-color:#1c6ca1;background-image:none;border-color:#1c6ca1;box-shadow:none;color:#fff}.tox .tox-button:hover:not(:disabled){background-color:#1c6ca1;background-image:none;border-color:#1c6ca1;box-shadow:none;color:#fff}.tox .tox-button:active:not(:disabled){background-color:#185d8c;background-image:none;border-color:#185d8c;box-shadow:none;color:#fff}.tox .tox-button--secondary{background-color:#f0f0f0;background-image:none;background-position:0 0;background-repeat:repeat;border-color:#f0f0f0;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;color:#222f3e;font-size:14px;font-style:normal;font-weight:700;letter-spacing:normal;outline:0;padding:4px 16px;text-decoration:none;text-transform:none}.tox .tox-button--secondary[disabled]{background-color:#f0f0f0;background-image:none;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--secondary:focus:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:hover:not(:disabled){background-color:#e3e3e3;background-image:none;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--secondary:active:not(:disabled){background-color:#d6d6d6;background-image:none;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--icon,.tox .tox-button.tox-button--icon,.tox .tox-button.tox-button--secondary.tox-button--icon{padding:4px}.tox .tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--icon .tox-icon svg,.tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg{display:block;fill:currentColor}.tox .tox-button-link{background:0;border:none;box-sizing:border-box;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;font-weight:400;line-height:1.3;margin:0;padding:0;white-space:nowrap}.tox .tox-button-link--sm{font-size:14px}.tox .tox-button--naked{background-color:transparent;border-color:transparent;box-shadow:unset;color:#222f3e}.tox .tox-button--naked[disabled]{background-color:#f0f0f0;border-color:#f0f0f0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-button--naked:hover:not(:disabled){background-color:#e3e3e3;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--naked:focus:not(:disabled){background-color:#e3e3e3;border-color:#e3e3e3;box-shadow:none;color:#222f3e}.tox .tox-button--naked:active:not(:disabled){background-color:#d6d6d6;border-color:#d6d6d6;box-shadow:none;color:#222f3e}.tox .tox-button--naked .tox-icon svg{fill:currentColor}.tox .tox-button--naked.tox-button--icon:hover:not(:disabled){color:#222f3e}.tox .tox-checkbox{align-items:center;border-radius:3px;cursor:pointer;display:flex;height:36px;min-width:36px}.tox .tox-checkbox__input{height:1px;overflow:hidden;position:absolute;top:auto;width:1px}.tox .tox-checkbox__icons{align-items:center;border-radius:3px;box-shadow:0 0 0 2px transparent;box-sizing:content-box;display:flex;height:24px;justify-content:center;padding:calc(4px - 1px);width:24px}.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:block;fill:rgba(34,47,62,.3)}.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:none;fill:#207ab7}.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg{display:none;fill:#207ab7}.tox .tox-checkbox--disabled{color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg{fill:rgba(34,47,62,.5)}.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{fill:rgba(34,47,62,.5)}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:checked+.tox-checkbox__icons .tox-checkbox-icon__checked svg{display:block}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__unchecked svg{display:none}.tox input.tox-checkbox__input:indeterminate+.tox-checkbox__icons .tox-checkbox-icon__indeterminate svg{display:block}.tox input.tox-checkbox__input:focus+.tox-checkbox__icons{border-radius:3px;box-shadow:inset 0 0 0 1px #207ab7;padding:calc(4px - 1px)}.tox:not([dir=rtl]) .tox-checkbox__label{margin-left:4px}.tox:not([dir=rtl]) .tox-checkbox__input{left:-10000px}.tox:not([dir=rtl]) .tox-bar .tox-checkbox{margin-left:4px}.tox[dir=rtl] .tox-checkbox__label{margin-right:4px}.tox[dir=rtl] .tox-checkbox__input{right:-10000px}.tox[dir=rtl] .tox-bar .tox-checkbox{margin-right:4px}.tox .tox-collection--toolbar .tox-collection__group{display:flex;padding:0}.tox .tox-collection--grid .tox-collection__group{display:flex;flex-wrap:wrap;max-height:208px;overflow-x:hidden;overflow-y:auto;padding:0}.tox .tox-collection--list .tox-collection__group{border-bottom-width:0;border-color:#ccc;border-left-width:0;border-right-width:0;border-style:solid;border-top-width:1px;padding:4px 0}.tox .tox-collection--list .tox-collection__group:first-child{border-top-width:0}.tox .tox-collection__group-heading{background-color:#e6e6e6;color:rgba(34,47,62,.7);cursor:default;font-size:12px;font-style:normal;font-weight:400;margin-bottom:4px;margin-top:-4px;padding:4px 8px;text-transform:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection__item{align-items:center;color:#222f3e;cursor:pointer;display:flex;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tox .tox-collection--list .tox-collection__item{padding:4px 8px}.tox .tox-collection--toolbar .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--grid .tox-collection__item{border-radius:3px;padding:4px}.tox .tox-collection--list .tox-collection__item--enabled{background-color:#fff;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--toolbar .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active{background-color:#dee0e2}.tox .tox-collection--grid .tox-collection__item--enabled{background-color:#c8cbcf;color:#222f3e}.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled){background-color:#dee0e2;color:#222f3e}.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled){color:#222f3e}.tox .tox-collection__item-checkmark,.tox .tox-collection__item-icon{align-items:center;display:flex;height:24px;justify-content:center;width:24px}.tox .tox-collection__item-checkmark svg,.tox .tox-collection__item-icon svg{fill:currentColor}.tox .tox-collection--toolbar-lg .tox-collection__item-icon{height:48px;width:48px}.tox .tox-collection__item-label{color:currentColor;display:inline-block;flex:1;-ms-flex-preferred-size:auto;font-size:14px;font-style:normal;font-weight:400;line-height:24px;text-transform:none;word-break:break-all}.tox .tox-collection__item-accessory{color:rgba(34,47,62,.7);display:inline-block;font-size:14px;height:24px;line-height:24px;text-transform:none}.tox .tox-collection__item-caret{align-items:center;display:flex;min-height:24px}.tox .tox-collection__item-caret::after{content:'';font-size:0;min-height:inherit}.tox .tox-collection__item-caret svg{fill:#222f3e}.tox .tox-collection__item--state-disabled{background-color:transparent;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-collection__item--state-disabled .tox-collection__item-caret svg{fill:rgba(34,47,62,.5)}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg{display:none}.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory+.tox-collection__item-checkmark{display:none}.tox .tox-collection--horizontal{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:nowrap;margin-bottom:0;overflow-x:auto;padding:0}.tox .tox-collection--horizontal .tox-collection__group{align-items:center;display:flex;flex-wrap:nowrap;margin:0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item{height:34px;margin:2px 0 3px 0;padding:0 4px}.tox .tox-collection--horizontal .tox-collection__item-label{white-space:nowrap}.tox .tox-collection--horizontal .tox-collection__item-caret{margin-left:4px}.tox .tox-collection__item-container{display:flex}.tox .tox-collection__item-container--row{align-items:center;flex:1 1 auto;flex-direction:row}.tox .tox-collection__item-container--row.tox-collection__item-container--align-left{margin-right:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--align-right{justify-content:flex-end;margin-left:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-top{align-items:flex-start;margin-bottom:auto}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-middle{align-items:center}.tox .tox-collection__item-container--row.tox-collection__item-container--valign-bottom{align-items:flex-end;margin-top:auto}.tox .tox-collection__item-container--column{-ms-grid-row-align:center;align-self:center;flex:1 1 auto;flex-direction:column}.tox .tox-collection__item-container--column.tox-collection__item-container--align-left{align-items:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--align-right{align-items:flex-end}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-top{align-self:flex-start}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-middle{-ms-grid-row-align:center;align-self:center}.tox .tox-collection__item-container--column.tox-collection__item-container--valign-bottom{align-self:flex-end}.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-right:1px solid #ccc}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>:not(:first-child){margin-left:8px}.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-left:4px}.tox:not([dir=rtl]) .tox-collection__item-accessory{margin-left:16px;text-align:right}.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret{margin-left:16px}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type){border-left:1px solid #ccc}.tox[dir=rtl] .tox-collection--list .tox-collection__item>:not(:first-child){margin-right:8px}.tox[dir=rtl] .tox-collection--list .tox-collection__item>.tox-collection__item-label:first-child{margin-right:4px}.tox[dir=rtl] .tox-collection__item-accessory{margin-right:16px;text-align:left}.tox[dir=rtl] .tox-collection .tox-collection__item-caret{margin-right:16px;transform:rotateY(180deg)}.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret{margin-right:4px}.tox .tox-color-picker-container{display:flex;flex-direction:row;height:225px;margin:0}.tox .tox-sv-palette{box-sizing:border-box;display:flex;height:100%}.tox .tox-sv-palette-spectrum{height:100%}.tox .tox-sv-palette,.tox .tox-sv-palette-spectrum{width:225px}.tox .tox-sv-palette-thumb{background:0 0;border:1px solid #000;border-radius:50%;box-sizing:content-box;height:12px;position:absolute;width:12px}.tox .tox-sv-palette-inner-thumb{border:1px solid #fff;border-radius:50%;height:10px;position:absolute;width:10px}.tox .tox-hue-slider{box-sizing:border-box;height:100%;width:25px}.tox .tox-hue-slider-spectrum{background:linear-gradient(to bottom,red,#ff0080,#f0f,#8000ff,#00f,#0080ff,#0ff,#00ff80,#0f0,#80ff00,#ff0,#ff8000,red);height:100%;width:100%}.tox .tox-hue-slider,.tox .tox-hue-slider-spectrum{width:20px}.tox .tox-hue-slider-thumb{background:#fff;border:1px solid #000;box-sizing:content-box;height:4px;width:100%}.tox .tox-rgb-form{display:flex;flex-direction:column;justify-content:space-between}.tox .tox-rgb-form div{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:inherit}.tox .tox-rgb-form input{width:6em}.tox .tox-rgb-form input.tox-invalid{border:1px solid red!important}.tox .tox-rgb-form .tox-rgba-preview{border:1px solid #000;flex-grow:2;margin-bottom:0}.tox:not([dir=rtl]) .tox-sv-palette{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider{margin-right:15px}.tox:not([dir=rtl]) .tox-hue-slider-thumb{margin-left:-1px}.tox:not([dir=rtl]) .tox-rgb-form label{margin-right:.5em}.tox[dir=rtl] .tox-sv-palette{margin-left:15px}.tox[dir=rtl] .tox-hue-slider{margin-left:15px}.tox[dir=rtl] .tox-hue-slider-thumb{margin-right:-1px}.tox[dir=rtl] .tox-rgb-form label{margin-left:.5em}.tox .tox-toolbar .tox-swatches,.tox .tox-toolbar__overflow .tox-swatches,.tox .tox-toolbar__primary .tox-swatches{margin:2px 0 3px 4px}.tox .tox-collection--list .tox-collection__group .tox-swatches-menu{border:0;margin:-4px 0}.tox .tox-swatches__row{display:flex}.tox .tox-swatch{height:30px;transition:transform .15s,box-shadow .15s;width:30px}.tox .tox-swatch:focus,.tox .tox-swatch:hover{box-shadow:0 0 0 1px rgba(127,127,127,.3) inset;transform:scale(.8)}.tox .tox-swatch--remove{align-items:center;display:flex;justify-content:center}.tox .tox-swatch--remove svg path{stroke:#e74c3c}.tox .tox-swatches__picker-btn{align-items:center;background-color:transparent;border:0;cursor:pointer;display:flex;height:30px;justify-content:center;outline:0;padding:0;width:30px}.tox .tox-swatches__picker-btn svg{height:24px;width:24px}.tox .tox-swatches__picker-btn:hover{background:#dee0e2}.tox:not([dir=rtl]) .tox-swatches__picker-btn{margin-left:auto}.tox[dir=rtl] .tox-swatches__picker-btn{margin-right:auto}.tox .tox-comment-thread{background:#fff;position:relative}.tox .tox-comment-thread>:not(:first-child){margin-top:8px}.tox .tox-comment{background:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);padding:8px 8px 16px 8px;position:relative}.tox .tox-comment__header{align-items:center;color:#222f3e;display:flex;justify-content:space-between}.tox .tox-comment__date{color:rgba(34,47,62,.7);font-size:12px}.tox .tox-comment__body{color:#222f3e;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;margin-top:8px;position:relative;text-transform:initial}.tox .tox-comment__body textarea{resize:none;white-space:normal;width:100%}.tox .tox-comment__expander{padding-top:8px}.tox .tox-comment__expander p{color:rgba(34,47,62,.7);font-size:14px;font-style:normal}.tox .tox-comment__body p{margin:0}.tox .tox-comment__buttonspacing{padding-top:16px;text-align:center}.tox .tox-comment-thread__overlay::after{background:#fff;bottom:0;content:"";display:flex;left:0;opacity:.9;position:absolute;right:0;top:0;z-index:5}.tox .tox-comment__reply{display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;margin-top:8px}.tox .tox-comment__reply>:first-child{margin-bottom:8px;width:100%}.tox .tox-comment__edit{display:flex;flex-wrap:wrap;justify-content:flex-end;margin-top:16px}.tox .tox-comment__gradient::after{background:linear-gradient(rgba(255,255,255,0),#fff);bottom:0;content:"";display:block;height:5em;margin-top:-40px;position:absolute;width:100%}.tox .tox-comment__overlay{background:#fff;bottom:0;display:flex;flex-direction:column;flex-grow:1;left:0;opacity:.9;position:absolute;right:0;text-align:center;top:0;z-index:5}.tox .tox-comment__loading-text{align-items:center;color:#222f3e;display:flex;flex-direction:column;position:relative}.tox .tox-comment__loading-text>div{padding-bottom:16px}.tox .tox-comment__overlaytext{bottom:0;flex-direction:column;font-size:14px;left:0;padding:1em;position:absolute;right:0;top:0;z-index:10}.tox .tox-comment__overlaytext p{background-color:#fff;box-shadow:0 0 8px 8px #fff;color:#222f3e;text-align:center}.tox .tox-comment__overlaytext div:nth-of-type(2){font-size:.8em}.tox .tox-comment__busy-spinner{align-items:center;background-color:#fff;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:20}.tox .tox-comment__scroll{display:flex;flex-direction:column;flex-shrink:1;overflow:auto}.tox .tox-conversations{margin:8px}.tox:not([dir=rtl]) .tox-comment__edit{margin-left:8px}.tox:not([dir=rtl]) .tox-comment__buttonspacing>:last-child,.tox:not([dir=rtl]) .tox-comment__edit>:last-child,.tox:not([dir=rtl]) .tox-comment__reply>:last-child{margin-left:8px}.tox[dir=rtl] .tox-comment__edit{margin-right:8px}.tox[dir=rtl] .tox-comment__buttonspacing>:last-child,.tox[dir=rtl] .tox-comment__edit>:last-child,.tox[dir=rtl] .tox-comment__reply>:last-child{margin-right:8px}.tox .tox-user{align-items:center;display:flex}.tox .tox-user__avatar svg{fill:rgba(34,47,62,.7)}.tox .tox-user__name{color:rgba(34,47,62,.7);font-size:12px;font-style:normal;font-weight:700;text-transform:uppercase}.tox:not([dir=rtl]) .tox-user__avatar svg{margin-right:8px}.tox:not([dir=rtl]) .tox-user__avatar+.tox-user__name{margin-left:8px}.tox[dir=rtl] .tox-user__avatar svg{margin-left:8px}.tox[dir=rtl] .tox-user__avatar+.tox-user__name{margin-right:8px}.tox .tox-dialog-wrap{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1100}.tox .tox-dialog-wrap__backdrop{background-color:rgba(255,255,255,.75);bottom:0;left:0;position:absolute;right:0;top:0;z-index:1}.tox .tox-dialog-wrap__backdrop--opaque{background-color:#fff}.tox .tox-dialog{background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:0 16px 16px -10px rgba(34,47,62,.15),0 0 40px 1px rgba(34,47,62,.15);display:flex;flex-direction:column;max-height:100%;max-width:480px;overflow:hidden;position:relative;width:95vw;z-index:2}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog{align-self:flex-start;margin:8px auto;width:calc(100vw - 16px)}}.tox .tox-dialog-inline{z-index:1100}.tox .tox-dialog__header{align-items:center;background-color:#fff;border-bottom:none;color:#222f3e;display:flex;font-size:16px;justify-content:space-between;padding:8px 16px 0 16px;position:relative}.tox .tox-dialog__header .tox-button{z-index:1}.tox .tox-dialog__draghandle{cursor:grab;height:100%;left:0;position:absolute;top:0;width:100%}.tox .tox-dialog__draghandle:active{cursor:grabbing}.tox .tox-dialog__dismiss{margin-left:auto}.tox .tox-dialog__title{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:20px;font-style:normal;font-weight:400;line-height:1.3;margin:0;text-transform:none}.tox .tox-dialog__body{color:#222f3e;display:flex;flex:1;-ms-flex-preferred-size:auto;font-size:16px;font-style:normal;font-weight:400;line-height:1.3;min-width:0;text-align:left;text-transform:none}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body{flex-direction:column}}.tox .tox-dialog__body-nav{align-items:flex-start;display:flex;flex-direction:column;padding:16px 16px}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox .tox-dialog__body-nav{flex-direction:row;-webkit-overflow-scrolling:touch;overflow-x:auto;padding-bottom:0}}.tox .tox-dialog__body-nav-item{border-bottom:2px solid transparent;color:rgba(34,47,62,.7);display:inline-block;font-size:14px;line-height:1.3;margin-bottom:8px;text-decoration:none;white-space:nowrap}.tox .tox-dialog__body-nav-item:focus{background-color:rgba(32,122,183,.1)}.tox .tox-dialog__body-nav-item--active{border-bottom:2px solid #207ab7;color:#207ab7}.tox .tox-dialog__body-content{box-sizing:border-box;display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto;max-height:650px;overflow:auto;-webkit-overflow-scrolling:touch;padding:16px 16px}.tox .tox-dialog__body-content>*{margin-bottom:0;margin-top:16px}.tox .tox-dialog__body-content>:first-child{margin-top:0}.tox .tox-dialog__body-content>:last-child{margin-bottom:0}.tox .tox-dialog__body-content>:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog__body-content a{color:#207ab7;cursor:pointer;text-decoration:none}.tox .tox-dialog__body-content a:focus,.tox .tox-dialog__body-content a:hover{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content a:active{color:#185d8c;text-decoration:none}.tox .tox-dialog__body-content svg{fill:#222f3e}.tox .tox-dialog__body-content ul{display:block;list-style-type:disc;margin-bottom:16px;-webkit-margin-end:0;margin-inline-end:0;-webkit-margin-start:0;margin-inline-start:0;-webkit-padding-start:2.5rem;padding-inline-start:2.5rem}.tox .tox-dialog__body-content .tox-form__group h1{color:#222f3e;font-size:20px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group h2{color:#222f3e;font-size:16px;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:16px;margin-top:2rem;text-transform:none}.tox .tox-dialog__body-content .tox-form__group p{margin-bottom:16px}.tox .tox-dialog__body-content .tox-form__group h1:first-child,.tox .tox-dialog__body-content .tox-form__group h2:first-child,.tox .tox-dialog__body-content .tox-form__group p:first-child{margin-top:0}.tox .tox-dialog__body-content .tox-form__group h1:last-child,.tox .tox-dialog__body-content .tox-form__group h2:last-child,.tox .tox-dialog__body-content .tox-form__group p:last-child{margin-bottom:0}.tox .tox-dialog__body-content .tox-form__group h1:only-child,.tox .tox-dialog__body-content .tox-form__group h2:only-child,.tox .tox-dialog__body-content .tox-form__group p:only-child{margin-bottom:0;margin-top:0}.tox .tox-dialog--width-lg{height:650px;max-width:1200px}.tox .tox-dialog--width-md{max-width:800px}.tox .tox-dialog--width-md .tox-dialog__body-content{overflow:auto}.tox .tox-dialog__body-content--centered{text-align:center}.tox .tox-dialog__footer{align-items:center;background-color:#fff;border-top:1px solid #ccc;display:flex;justify-content:space-between;padding:8px 16px}.tox .tox-dialog__footer-end,.tox .tox-dialog__footer-start{display:flex}.tox .tox-dialog__busy-spinner{align-items:center;background-color:rgba(255,255,255,.75);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:3}.tox .tox-dialog__table{border-collapse:collapse;width:100%}.tox .tox-dialog__table thead th{font-weight:700;padding-bottom:8px}.tox .tox-dialog__table tbody tr{border-bottom:1px solid #ccc}.tox .tox-dialog__table tbody tr:last-child{border-bottom:none}.tox .tox-dialog__table td{padding-bottom:8px;padding-top:8px}.tox .tox-dialog__popups{position:absolute;width:100%;z-index:1100}.tox .tox-dialog__body-iframe{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox .tox-dialog-dock-fadeout{opacity:0;visibility:hidden}.tox .tox-dialog-dock-fadein{opacity:1;visibility:visible}.tox .tox-dialog-dock-transition{transition:visibility 0s linear .3s,opacity .3s ease}.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein{transition-delay:0s}.tox.tox-platform-ie .tox-dialog-wrap{position:-ms-device-fixed}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav{margin-right:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child){margin-left:8px}}.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end>*,.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start>*{margin-left:8px}.tox[dir=rtl] .tox-dialog__body{text-align:right}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav{margin-left:0}}@media only screen and (max-width:767px){body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child){margin-right:8px}}.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end>*,.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start>*{margin-right:8px}body.tox-dialog__disable-scroll{overflow:hidden}.tox .tox-dropzone-container{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dropzone{align-items:center;background:#fff;border:2px dashed #ccc;box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:100px;padding:10px}.tox .tox-dropzone p{color:rgba(34,47,62,.7);margin:0 0 16px 0}.tox .tox-edit-area{display:flex;flex:1;-ms-flex-preferred-size:auto;overflow:hidden;position:relative}.tox .tox-edit-area__iframe{background-color:#fff;border:0;box-sizing:border-box;flex:1;-ms-flex-preferred-size:auto;height:100%;position:absolute;width:100%}.tox.tox-inline-edit-area{border:1px dotted #ccc}.tox .tox-editor-container{display:flex;flex:1 1 auto;flex-direction:column;overflow:hidden}.tox .tox-editor-header{z-index:1}.tox:not(.tox-tinymce-inline) .tox-editor-header{box-shadow:none;transition:box-shadow .5s}.tox.tox-tinymce--toolbar-bottom .tox-editor-header,.tox.tox-tinymce-inline .tox-editor-header{margin-bottom:-1px}.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header{background-color:transparent;box-shadow:0 4px 4px -3px rgba(0,0,0,.25)}.tox-editor-dock-fadeout{opacity:0;visibility:hidden}.tox-editor-dock-fadein{opacity:1;visibility:visible}.tox-editor-dock-transition{transition:visibility 0s linear .25s,opacity .25s ease}.tox-editor-dock-transition.tox-editor-dock-fadein{transition-delay:0s}.tox .tox-control-wrap{flex:1;position:relative}.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid,.tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown,.tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid{display:none}.tox .tox-control-wrap svg{display:block}.tox .tox-control-wrap__status-icon-wrap{position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-control-wrap__status-icon-invalid svg{fill:#c00}.tox .tox-control-wrap__status-icon-unknown svg{fill:orange}.tox .tox-control-wrap__status-icon-valid svg{fill:green}.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield,.tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield{padding-right:32px}.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap{right:4px}.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield,.tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield{padding-left:32px}.tox[dir=rtl] .tox-control-wrap__status-icon-wrap{left:4px}.tox .tox-autocompleter{max-width:25em}.tox .tox-autocompleter .tox-menu{max-width:25em}.tox .tox-autocompleter .tox-autocompleter-highlight{font-weight:700}.tox .tox-color-input{display:flex;position:relative;z-index:1}.tox .tox-color-input .tox-textfield{z-index:-1}.tox .tox-color-input span{border-color:rgba(34,47,62,.2);border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;height:24px;position:absolute;top:6px;width:24px}.tox .tox-color-input span:focus:not([aria-disabled=true]),.tox .tox-color-input span:hover:not([aria-disabled=true]){border-color:#207ab7;cursor:pointer}.tox .tox-color-input span::before{background-image:linear-gradient(45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(-45deg,rgba(0,0,0,.25) 25%,transparent 25%),linear-gradient(45deg,transparent 75%,rgba(0,0,0,.25) 75%),linear-gradient(-45deg,transparent 75%,rgba(0,0,0,.25) 75%);background-position:0 0,0 6px,6px -6px,-6px 0;background-size:12px 12px;border:1px solid #fff;border-radius:3px;box-sizing:border-box;content:'';height:24px;left:-1px;position:absolute;top:-1px;width:24px;z-index:-1}.tox .tox-color-input span[aria-disabled=true]{cursor:not-allowed}.tox:not([dir=rtl]) .tox-color-input .tox-textfield{padding-left:36px}.tox:not([dir=rtl]) .tox-color-input span{left:6px}.tox[dir=rtl] .tox-color-input .tox-textfield{padding-right:36px}.tox[dir=rtl] .tox-color-input span{right:6px}.tox .tox-label,.tox .tox-toolbar-label{color:rgba(34,47,62,.7);display:block;font-size:14px;font-style:normal;font-weight:400;line-height:1.3;padding:0 8px 0 0;text-transform:none;white-space:nowrap}.tox .tox-toolbar-label{padding:0 8px}.tox[dir=rtl] .tox-label{padding:0 0 0 8px}.tox .tox-form{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group{box-sizing:border-box;margin-bottom:4px}.tox .tox-form-group--maximize{flex:1}.tox .tox-form__group--error{color:#c00}.tox .tox-form__group--collection{display:flex}.tox .tox-form__grid{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.tox .tox-form__grid--2col>.tox-form__group{width:calc(50% - (8px / 2))}.tox .tox-form__grid--3col>.tox-form__group{width:calc(100% / 3 - (8px / 2))}.tox .tox-form__grid--4col>.tox-form__group{width:calc(25% - (8px / 2))}.tox .tox-form__controls-h-stack{align-items:center;display:flex}.tox .tox-form__group--inline{align-items:center;display:flex}.tox .tox-form__group--stretched{display:flex;flex:1;flex-direction:column;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-textarea{flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-form__group--stretched .tox-navobj :nth-child(2){flex:1;-ms-flex-preferred-size:auto;height:100%}.tox:not([dir=rtl]) .tox-form__controls-h-stack>:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-form__controls-h-stack>:not(:first-child){margin-right:4px}.tox .tox-lock.tox-locked .tox-lock-icon__unlock,.tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock{display:none}.tox .tox-listboxfield .tox-listbox--select,.tox .tox-textarea,.tox .tox-textfield,.tox .tox-toolbar-textfield{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 4.75px;resize:none;width:100%}.tox .tox-textarea[disabled],.tox .tox-textfield[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listboxfield .tox-listbox--select:focus,.tox .tox-textarea:focus,.tox .tox-textfield:focus{background-color:#fff;border-color:#207ab7;box-shadow:none;outline:0}.tox .tox-toolbar-textfield{border-width:0;margin-bottom:3px;margin-top:2px;max-width:250px}.tox .tox-naked-btn{background-color:transparent;border:0;border-color:transparent;box-shadow:unset;color:#207ab7;cursor:pointer;display:block;margin:0;padding:0}.tox .tox-naked-btn svg{display:block;fill:#222f3e}.tox:not([dir=rtl]) .tox-toolbar-textfield+*{margin-left:4px}.tox[dir=rtl] .tox-toolbar-textfield+*{margin-right:4px}.tox .tox-listboxfield{cursor:pointer;position:relative}.tox .tox-listboxfield .tox-listbox--select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-listbox__select-label{cursor:default;flex:1;margin:0 4px}.tox .tox-listbox__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-listbox__select-chevron svg{fill:#222f3e}.tox .tox-listboxfield .tox-listbox--select{align-items:center;display:flex}.tox:not([dir=rtl]) .tox-listboxfield svg{right:8px}.tox[dir=rtl] .tox-listboxfield svg{left:8px}.tox .tox-selectfield{cursor:pointer;position:relative}.tox .tox-selectfield select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#ccc;border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;color:#222f3e;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:16px;line-height:24px;margin:0;min-height:34px;outline:0;padding:5px 4.75px;resize:none;width:100%}.tox .tox-selectfield select[disabled]{background-color:#f2f2f2;color:rgba(34,47,62,.85);cursor:not-allowed}.tox .tox-selectfield select::-ms-expand{display:none}.tox .tox-selectfield select:focus{background-color:#fff;border-color:#207ab7;box-shadow:none;outline:0}.tox .tox-selectfield svg{pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.tox:not([dir=rtl]) .tox-selectfield select[size="0"],.tox:not([dir=rtl]) .tox-selectfield select[size="1"]{padding-right:24px}.tox:not([dir=rtl]) .tox-selectfield svg{right:8px}.tox[dir=rtl] .tox-selectfield select[size="0"],.tox[dir=rtl] .tox-selectfield select[size="1"]{padding-left:24px}.tox[dir=rtl] .tox-selectfield svg{left:8px}.tox .tox-textarea{-webkit-appearance:textarea;-moz-appearance:textarea;appearance:textarea;white-space:pre-wrap}.tox-fullscreen{border:0;height:100%;margin:0;overflow:hidden;-ms-scroll-chaining:none;overscroll-behavior:none;padding:0;touch-action:pinch-zoom;width:100%}.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle{display:none}.tox-shadowhost.tox-fullscreen,.tox.tox-tinymce.tox-fullscreen{left:0;position:fixed;top:0;z-index:1200}.tox.tox-tinymce.tox-fullscreen{background-color:transparent}.tox-fullscreen .tox.tox-tinymce-aux,.tox-fullscreen~.tox.tox-tinymce-aux{z-index:1201}.tox .tox-help__more-link{list-style:none;margin-top:1em}.tox .tox-image-tools{width:100%}.tox .tox-image-tools__toolbar{align-items:center;display:flex;justify-content:center}.tox .tox-image-tools__image{background-color:#666;height:380px;overflow:auto;position:relative;width:100%}.tox .tox-image-tools__image,.tox .tox-image-tools__image+.tox-image-tools__toolbar{margin-top:8px}.tox .tox-image-tools__image-bg{background:url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==)}.tox .tox-image-tools__toolbar>.tox-spacer{flex:1;-ms-flex-preferred-size:auto}.tox .tox-croprect-block{background:#000;opacity:.5;position:absolute;zoom:1}.tox .tox-croprect-handle{border:2px solid #fff;height:20px;left:0;position:absolute;top:0;width:20px}.tox .tox-croprect-handle-move{border:0;cursor:move;position:absolute}.tox .tox-croprect-handle-nw{border-width:2px 0 0 2px;cursor:nw-resize;left:100px;margin:-2px 0 0 -2px;top:100px}.tox .tox-croprect-handle-ne{border-width:2px 2px 0 0;cursor:ne-resize;left:200px;margin:-2px 0 0 -20px;top:100px}.tox .tox-croprect-handle-sw{border-width:0 0 2px 2px;cursor:sw-resize;left:100px;margin:-20px 2px 0 -2px;top:200px}.tox .tox-croprect-handle-se{border-width:0 2px 2px 0;cursor:se-resize;left:200px;margin:-20px 0 0 -20px;top:200px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider:not(:first-of-type){margin-left:8px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-button+.tox-slider{margin-left:32px}.tox:not([dir=rtl]) .tox-image-tools__toolbar>.tox-slider+.tox-button{margin-left:32px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider:not(:first-of-type){margin-right:8px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-button+.tox-slider{margin-right:32px}.tox[dir=rtl] .tox-image-tools__toolbar>.tox-slider+.tox-button{margin-right:32px}.tox .tox-insert-table-picker{display:flex;flex-wrap:wrap;width:170px}.tox .tox-insert-table-picker>div{border-color:#ccc;border-style:solid;border-width:0 1px 1px 0;box-sizing:border-box;height:17px;width:17px}.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker{margin:-4px 0}.tox .tox-insert-table-picker .tox-insert-table-picker__selected{background-color:rgba(32,122,183,.5);border-color:rgba(32,122,183,.5)}.tox .tox-insert-table-picker__label{color:rgba(34,47,62,.7);display:block;font-size:14px;padding:4px;text-align:center;width:100%}.tox:not([dir=rtl]) .tox-insert-table-picker>div:nth-child(10n){border-right:0}.tox[dir=rtl] .tox-insert-table-picker>div:nth-child(10n+1){border-right:0}.tox .tox-menu{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 4px 8px 0 rgba(34,47,62,.1);display:inline-block;overflow:hidden;vertical-align:top;z-index:1150}.tox .tox-menu.tox-collection.tox-collection--list{padding:0}.tox .tox-menu.tox-collection.tox-collection--toolbar{padding:4px}.tox .tox-menu.tox-collection.tox-collection--grid{padding:4px}.tox .tox-menu__label blockquote,.tox .tox-menu__label code,.tox .tox-menu__label h1,.tox .tox-menu__label h2,.tox .tox-menu__label h3,.tox .tox-menu__label h4,.tox .tox-menu__label h5,.tox .tox-menu__label h6,.tox .tox-menu__label p{margin:0}.tox .tox-menubar{background:url("data:image/svg+xml;charset=utf8,%3Csvg height=%2739px%27 viewBox=%270 0 40 39px%27 width=%2740%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270%27 y=%2738px%27 width=%27100%27 height=%271%27 fill=%27%23cccccc%27/%3E%3C/svg%3E") left 0 top 0 #fff;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 4px 0 4px}.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar{border-top:1px solid #ccc}.tox .tox-mbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:34px;justify-content:center;margin:2px 0 3px 0;outline:0;overflow:hidden;padding:0 4px;text-transform:none;width:auto}.tox .tox-mbtn[disabled]{background-color:transparent;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-mbtn:focus:not(:disabled){background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn--active{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active){background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-mbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-mbtn[disabled] .tox-mbtn__select-label{cursor:not-allowed}.tox .tox-mbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px;display:none}.tox .tox-notification{border-radius:3px;border-style:solid;border-width:1px;box-shadow:none;box-sizing:border-box;display:-ms-grid;display:grid;font-size:14px;font-weight:400;-ms-grid-columns:minmax(40px,1fr) auto minmax(40px,1fr);grid-template-columns:minmax(40px,1fr) auto minmax(40px,1fr);margin-top:4px;opacity:0;padding:4px;transition:transform .1s ease-in,opacity 150ms ease-in}.tox .tox-notification p{font-size:14px;font-weight:400}.tox .tox-notification a{cursor:pointer;text-decoration:underline}.tox .tox-notification--in{opacity:1}.tox .tox-notification--success{background-color:#e4eeda;border-color:#d7e6c8;color:#222f3e}.tox .tox-notification--success p{color:#222f3e}.tox .tox-notification--success a{color:#547831}.tox .tox-notification--success svg{fill:#222f3e}.tox .tox-notification--error{background-color:#f8dede;border-color:#f2bfbf;color:#222f3e}.tox .tox-notification--error p{color:#222f3e}.tox .tox-notification--error a{color:#c00}.tox .tox-notification--error svg{fill:#222f3e}.tox .tox-notification--warn,.tox .tox-notification--warning{background-color:#fffaea;border-color:#ffe89d;color:#222f3e}.tox .tox-notification--warn p,.tox .tox-notification--warning p{color:#222f3e}.tox .tox-notification--warn a,.tox .tox-notification--warning a{color:#222f3e}.tox .tox-notification--warn svg,.tox .tox-notification--warning svg{fill:#222f3e}.tox .tox-notification--info{background-color:#d9edf7;border-color:#779ecb;color:#222f3e}.tox .tox-notification--info p{color:#222f3e}.tox .tox-notification--info a{color:#222f3e}.tox .tox-notification--info svg{fill:#222f3e}.tox .tox-notification__body{-ms-grid-row-align:center;align-self:center;color:#222f3e;font-size:14px;-ms-grid-column-span:1;grid-column-end:3;-ms-grid-column:2;grid-column-start:2;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;text-align:center;white-space:normal;word-break:break-all;word-break:break-word}.tox .tox-notification__body>*{margin:0}.tox .tox-notification__body>*+*{margin-top:1rem}.tox .tox-notification__icon{-ms-grid-row-align:center;align-self:center;-ms-grid-column-span:1;grid-column-end:2;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:end;justify-self:end}.tox .tox-notification__icon svg{display:block}.tox .tox-notification__dismiss{-ms-grid-row-align:start;align-self:start;-ms-grid-column-span:1;grid-column-end:4;-ms-grid-column:3;grid-column-start:3;-ms-grid-row-span:1;grid-row-end:2;-ms-grid-row:1;grid-row-start:1;-ms-grid-column-align:end;justify-self:end}.tox .tox-notification .tox-progress-bar{-ms-grid-column-span:3;grid-column-end:4;-ms-grid-column:1;grid-column-start:1;-ms-grid-row-span:1;grid-row-end:3;-ms-grid-row:2;grid-row-start:2;-ms-grid-column-align:center;justify-self:center}.tox .tox-pop{display:inline-block;position:relative}.tox .tox-pop--resizing{transition:width .1s ease}.tox .tox-pop--resizing .tox-toolbar,.tox .tox-pop--resizing .tox-toolbar__group{flex-wrap:nowrap}.tox .tox-pop--transition{transition:.15s ease;transition-property:left,right,top,bottom}.tox .tox-pop--transition::after,.tox .tox-pop--transition::before{transition:all .15s,visibility 0s,opacity 75ms ease 75ms}.tox .tox-pop__dialog{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15);min-width:0;overflow:hidden}.tox .tox-pop__dialog>:not(.tox-toolbar){margin:4px 4px 4px 8px}.tox .tox-pop__dialog .tox-toolbar{background-color:transparent;margin-bottom:-1px}.tox .tox-pop::after,.tox .tox-pop::before{border-style:solid;content:'';display:block;height:0;opacity:1;position:absolute;width:0}.tox .tox-pop.tox-pop--inset::after,.tox .tox-pop.tox-pop--inset::before{opacity:0;transition:all 0s .15s,visibility 0s,opacity 75ms ease}.tox .tox-pop.tox-pop--bottom::after,.tox .tox-pop.tox-pop--bottom::before{left:50%;top:100%}.tox .tox-pop.tox-pop--bottom::after{border-color:#fff transparent transparent transparent;border-width:8px;margin-left:-8px;margin-top:-1px}.tox .tox-pop.tox-pop--bottom::before{border-color:#ccc transparent transparent transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--top::after,.tox .tox-pop.tox-pop--top::before{left:50%;top:0;transform:translateY(-100%)}.tox .tox-pop.tox-pop--top::after{border-color:transparent transparent #fff transparent;border-width:8px;margin-left:-8px;margin-top:1px}.tox .tox-pop.tox-pop--top::before{border-color:transparent transparent #ccc transparent;border-width:9px;margin-left:-9px}.tox .tox-pop.tox-pop--left::after,.tox .tox-pop.tox-pop--left::before{left:0;top:calc(50% - 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--left::after{border-color:transparent #fff transparent transparent;border-width:8px;margin-left:-15px}.tox .tox-pop.tox-pop--left::before{border-color:transparent #ccc transparent transparent;border-width:10px;margin-left:-19px}.tox .tox-pop.tox-pop--right::after,.tox .tox-pop.tox-pop--right::before{left:100%;top:calc(50% + 1px);transform:translateY(-50%)}.tox .tox-pop.tox-pop--right::after{border-color:transparent transparent transparent #fff;border-width:8px;margin-left:-1px}.tox .tox-pop.tox-pop--right::before{border-color:transparent transparent transparent #ccc;border-width:10px;margin-left:-1px}.tox .tox-pop.tox-pop--align-left::after,.tox .tox-pop.tox-pop--align-left::before{left:20px}.tox .tox-pop.tox-pop--align-right::after,.tox .tox-pop.tox-pop--align-right::before{left:calc(100% - 20px)}.tox .tox-sidebar-wrap{display:flex;flex-direction:row;flex-grow:1;-ms-flex-preferred-size:0;min-height:0}.tox .tox-sidebar{background-color:#fff;display:flex;flex-direction:row;justify-content:flex-end}.tox .tox-sidebar__slider{display:flex;overflow:hidden}.tox .tox-sidebar__pane-container{display:flex}.tox .tox-sidebar__pane{display:flex}.tox .tox-sidebar--sliding-closed{opacity:0}.tox .tox-sidebar--sliding-open{opacity:1}.tox .tox-sidebar--sliding-growing,.tox .tox-sidebar--sliding-shrinking{transition:width .5s ease,opacity .5s ease}.tox .tox-selector{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;display:inline-block;height:10px;position:absolute;width:10px}.tox.tox-platform-touch .tox-selector{height:12px;width:12px}.tox .tox-slider{align-items:center;display:flex;flex:1;-ms-flex-preferred-size:auto;height:24px;justify-content:center;position:relative}.tox .tox-slider__rail{background-color:transparent;border:1px solid #ccc;border-radius:3px;height:10px;min-width:120px;width:100%}.tox .tox-slider__handle{background-color:#207ab7;border:2px solid #185d8c;border-radius:3px;box-shadow:none;height:24px;left:50%;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%);width:14px}.tox .tox-source-code{overflow:auto}.tox .tox-spinner{display:flex}.tox .tox-spinner>div{animation:tam-bouncing-dots 1.5s ease-in-out 0s infinite both;background-color:rgba(34,47,62,.7);border-radius:100%;height:8px;width:8px}.tox .tox-spinner>div:nth-child(1){animation-delay:-.32s}.tox .tox-spinner>div:nth-child(2){animation-delay:-.16s}@keyframes tam-bouncing-dots{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.tox:not([dir=rtl]) .tox-spinner>div:not(:first-child){margin-left:4px}.tox[dir=rtl] .tox-spinner>div:not(:first-child){margin-right:4px}.tox .tox-statusbar{align-items:center;background-color:#fff;border-top:1px solid #ccc;color:rgba(34,47,62,.7);display:flex;flex:0 0 auto;font-size:12px;font-weight:400;height:18px;overflow:hidden;padding:0 8px;position:relative;text-transform:uppercase}.tox .tox-statusbar__text-container{display:flex;flex:1 1 auto;justify-content:flex-end;overflow:hidden}.tox .tox-statusbar__path{display:flex;flex:1 1 auto;margin-right:auto;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tox .tox-statusbar__path>*{display:inline;white-space:nowrap}.tox .tox-statusbar__wordcount{flex:0 0 auto;margin-left:1ch}.tox .tox-statusbar a,.tox .tox-statusbar__path-item,.tox .tox-statusbar__wordcount{color:rgba(34,47,62,.7);text-decoration:none}.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]),.tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]){cursor:pointer;text-decoration:underline}.tox .tox-statusbar__resize-handle{align-items:flex-end;align-self:stretch;cursor:nwse-resize;display:flex;flex:0 0 auto;justify-content:flex-end;margin-left:auto;margin-right:-8px;padding-left:1ch}.tox .tox-statusbar__resize-handle svg{display:block;fill:rgba(34,47,62,.7)}.tox .tox-statusbar__resize-handle:focus svg{background-color:#dee0e2;border-radius:1px;box-shadow:0 0 0 2px #dee0e2}.tox:not([dir=rtl]) .tox-statusbar__path>*{margin-right:4px}.tox:not([dir=rtl]) .tox-statusbar__branding{margin-left:1ch}.tox[dir=rtl] .tox-statusbar{flex-direction:row-reverse}.tox[dir=rtl] .tox-statusbar__path>*{margin-left:4px}.tox .tox-throbber{z-index:1299}.tox .tox-throbber__busy-spinner{align-items:center;background-color:rgba(255,255,255,.6);bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.tox .tox-tbtn{align-items:center;background:0 0;border:0;border-radius:3px;box-shadow:none;color:#222f3e;display:flex;flex:0 0 auto;font-size:14px;font-style:normal;font-weight:400;height:34px;justify-content:center;margin:2px 0 3px 0;outline:0;overflow:hidden;padding:0;text-transform:none;width:34px}.tox .tox-tbtn svg{display:block;fill:#222f3e}.tox .tox-tbtn.tox-tbtn-more{padding-left:5px;padding-right:5px;width:inherit}.tox .tox-tbtn:focus{background:#dee0e2;border:0;box-shadow:none}.tox .tox-tbtn:hover{background:#dee0e2;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:hover svg{fill:#222f3e}.tox .tox-tbtn:active{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn:active svg{fill:#222f3e}.tox .tox-tbtn--disabled,.tox .tox-tbtn--disabled:hover,.tox .tox-tbtn:disabled,.tox .tox-tbtn:disabled:hover{background:0 0;border:0;box-shadow:none;color:rgba(34,47,62,.5);cursor:not-allowed}.tox .tox-tbtn--disabled svg,.tox .tox-tbtn--disabled:hover svg,.tox .tox-tbtn:disabled svg,.tox .tox-tbtn:disabled:hover svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--enabled,.tox .tox-tbtn--enabled:hover{background:#c8cbcf;border:0;box-shadow:none;color:#222f3e}.tox .tox-tbtn--enabled:hover>*,.tox .tox-tbtn--enabled>*{transform:none}.tox .tox-tbtn--enabled svg,.tox .tox-tbtn--enabled:hover svg{fill:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled){color:#222f3e}.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg{fill:#222f3e}.tox .tox-tbtn:active>*{transform:none}.tox .tox-tbtn--md{height:51px;width:51px}.tox .tox-tbtn--lg{flex-direction:column;height:68px;width:68px}.tox .tox-tbtn--return{-ms-grid-row-align:stretch;align-self:stretch;height:unset;width:16px}.tox .tox-tbtn--labeled{padding:0 4px;width:unset}.tox .tox-tbtn__vlabel{display:block;font-size:10px;font-weight:400;letter-spacing:-.025em;margin-bottom:4px;white-space:nowrap}.tox .tox-tbtn--select{margin:2px 0 3px 0;padding:0 4px;width:auto}.tox .tox-tbtn__select-label{cursor:default;font-weight:400;margin:0 4px}.tox .tox-tbtn__select-chevron{align-items:center;display:flex;justify-content:center;width:16px}.tox .tox-tbtn__select-chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-tbtn--bespoke .tox-tbtn__select-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:7em}.tox .tox-split-button{border:0;border-radius:3px;box-sizing:border-box;display:flex;margin:2px 0 3px 0;overflow:hidden}.tox .tox-split-button:hover{box-shadow:0 0 0 1px #dee0e2 inset}.tox .tox-split-button:focus{background:#dee0e2;box-shadow:none;color:#222f3e}.tox .tox-split-button>*{border-radius:0}.tox .tox-split-button__chevron{width:16px}.tox .tox-split-button__chevron svg{fill:rgba(34,47,62,.5)}.tox .tox-split-button .tox-tbtn{margin:0}.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child{width:30px}.tox.tox-platform-touch .tox-split-button__chevron{width:20px}.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus,.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover,.tox .tox-split-button.tox-tbtn--disabled:focus,.tox .tox-split-button.tox-tbtn--disabled:hover{background:0 0;box-shadow:none;color:rgba(34,47,62,.5)}.tox .tox-toolbar-overlord{background-color:#fff}.tox .tox-toolbar,.tox .tox-toolbar__overflow,.tox .tox-toolbar__primary{background:url("data:image/svg+xml;charset=utf8,%3Csvg height=%2739px%27 viewBox=%270 0 40 39px%27 width=%2740%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Crect x=%270%27 y=%2738px%27 width=%27100%27 height=%271%27 fill=%27%23cccccc%27/%3E%3C/svg%3E") left 0 top 0 #fff;background-color:#fff;display:flex;flex:0 0 auto;flex-shrink:0;flex-wrap:wrap;padding:0 0}.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed{height:0;opacity:0;padding-bottom:0;padding-top:0;visibility:hidden}.tox .tox-toolbar__overflow--growing{transition:height .3s ease,opacity .2s linear .1s}.tox .tox-toolbar__overflow--shrinking{transition:opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s}.tox .tox-menubar+.tox-toolbar,.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary{border-top:1px solid #ccc;margin-top:-1px}.tox .tox-toolbar--scrolling{flex-wrap:nowrap;overflow-x:auto}.tox .tox-pop .tox-toolbar{border-width:0}.tox .tox-toolbar--no-divider{background-image:none}.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary,.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child{border-top:1px solid #ccc}.tox.tox-tinymce-aux .tox-toolbar__overflow{background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 3px rgba(0,0,0,.15)}.tox .tox-toolbar__group{align-items:center;display:flex;flex-wrap:wrap;margin:0 0;padding:0 4px 0 4px}.tox .tox-toolbar__group--pull-right{margin-left:auto}.tox .tox-toolbar--scrolling .tox-toolbar__group{flex-shrink:0;flex-wrap:nowrap}.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type){border-right:1px solid #ccc}.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type){border-left:1px solid #ccc}.tox .tox-tooltip{display:inline-block;padding:8px;position:relative}.tox .tox-tooltip__body{background-color:#222f3e;border-radius:3px;box-shadow:0 2px 4px rgba(34,47,62,.3);color:rgba(255,255,255,.75);font-size:14px;font-style:normal;font-weight:400;padding:4px 8px;text-transform:none}.tox .tox-tooltip__arrow{position:absolute}.tox .tox-tooltip--down .tox-tooltip__arrow{border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #222f3e;bottom:0;left:50%;position:absolute;transform:translateX(-50%)}.tox .tox-tooltip--up .tox-tooltip__arrow{border-bottom:8px solid #222f3e;border-left:8px solid transparent;border-right:8px solid transparent;left:50%;position:absolute;top:0;transform:translateX(-50%)}.tox .tox-tooltip--right .tox-tooltip__arrow{border-bottom:8px solid transparent;border-left:8px solid #222f3e;border-top:8px solid transparent;position:absolute;right:0;top:50%;transform:translateY(-50%)}.tox .tox-tooltip--left .tox-tooltip__arrow{border-bottom:8px solid transparent;border-right:8px solid #222f3e;border-top:8px solid transparent;left:0;position:absolute;top:50%;transform:translateY(-50%)}.tox .tox-well{border:1px solid #ccc;border-radius:3px;padding:8px;width:100%}.tox .tox-well>:first-child{margin-top:0}.tox .tox-well>:last-child{margin-bottom:0}.tox .tox-well>:only-child{margin:0}.tox .tox-custom-editor{border:1px solid #ccc;border-radius:3px;display:flex;flex:1;position:relative}.tox .tox-dialog-loading::before{background-color:rgba(0,0,0,.5);content:"";height:100%;position:absolute;width:100%;z-index:1000}.tox .tox-tab{cursor:pointer}.tox .tox-dialog__content-js{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-dialog__body-content .tox-collection{display:flex;flex:1;-ms-flex-preferred-size:auto}.tox .tox-image-tools-edit-panel{height:60px}.tox .tox-image-tools__sidebar{height:60px}

/**
 * Copyright (c) Tiny Technologies, Inc. All rights reserved.
 * Licensed under the LGPL or a commercial license.
 * For LGPL see License.txt in the project root for license information.
 * For commercial licenses see https://www.tiny.cloud/
 */
.mce-content-body .mce-item-anchor{background:transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%278%27%20height%3D%2712%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M0%200L8%200%208%2012%204.09117821%209%200%2012z%27%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;cursor:default;display:inline-block;height:12px!important;padding:0 2px;-webkit-user-modify:read-only;-moz-user-modify:read-only;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;width:8px!important}.mce-content-body .mce-item-anchor[data-mce-selected]{outline-offset:1px}.tox-comments-visible .tox-comment{background-color:#fff0b7}.tox-comments-visible .tox-comment--active{background-color:#ffe168}.tox-checklist>li:not(.tox-checklist--hidden){list-style:none;margin:.25em 0}.tox-checklist>li:not(.tox-checklist--hidden)::before{content:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A");cursor:pointer;height:1em;margin-left:-1.5em;margin-top:.125em;position:absolute;width:1em}.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before{content:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A")}[dir=rtl] .tox-checklist>li:not(.tox-checklist--hidden)::before{margin-left:0;margin-right:-1.5em}code[class*=language-],pre[class*=language-]{color:#000;background:0 0;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono','Ubuntu Mono',monospace;font-size:1em;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em;white-space:normal}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#9a6e3a;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.class-name,.token.function{color:#dd4a68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}.mce-content-body{overflow-wrap:break-word;word-wrap:break-word}.mce-content-body .mce-visual-caret{background-color:#000;background-color:currentColor;position:absolute}.mce-content-body .mce-visual-caret-hidden{display:none}.mce-content-body [data-mce-caret]{left:-1000px;margin:0;padding:0;position:absolute;right:auto;top:0}.mce-content-body .mce-offscreen-selection{left:-2000000px;max-width:1000000px;position:absolute}.mce-content-body [contentEditable=false]{cursor:default}.mce-content-body [contentEditable=true]{cursor:text}.tox-cursor-format-painter{cursor:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A"),default}.mce-content-body figure.align-left{float:left}.mce-content-body figure.align-right{float:right}.mce-content-body figure.image.align-center{display:table;margin-left:auto;margin-right:auto}.mce-preview-object{border:1px solid gray;display:inline-block;line-height:0;margin:0 2px 0 2px;position:relative}.mce-preview-object .mce-shim{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);height:100%;left:0;position:absolute;top:0;width:100%}.mce-preview-object[data-mce-selected="2"] .mce-shim{display:none}.mce-object{background:transparent url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A") no-repeat center;border:1px dashed #aaa}.mce-pagebreak{border:1px dashed #aaa;cursor:default;display:block;height:5px;margin-top:15px;page-break-before:always;width:100%}@media print{.mce-pagebreak{border:0}}.tiny-pageembed .mce-shim{background:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);height:100%;left:0;position:absolute;top:0;width:100%}.tiny-pageembed[data-mce-selected="2"] .mce-shim{display:none}.tiny-pageembed{display:inline-block;position:relative}.tiny-pageembed--16by9,.tiny-pageembed--1by1,.tiny-pageembed--21by9,.tiny-pageembed--4by3{display:block;overflow:hidden;padding:0;position:relative;width:100%}.tiny-pageembed--21by9{padding-top:42.857143%}.tiny-pageembed--16by9{padding-top:56.25%}.tiny-pageembed--4by3{padding-top:75%}.tiny-pageembed--1by1{padding-top:100%}.tiny-pageembed--16by9 iframe,.tiny-pageembed--1by1 iframe,.tiny-pageembed--21by9 iframe,.tiny-pageembed--4by3 iframe{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.mce-content-body[data-mce-placeholder]{position:relative}.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before{color:rgba(34,47,62,.7);content:attr(data-mce-placeholder);position:absolute}.mce-content-body:not([dir=rtl])[data-mce-placeholder]:not(.mce-visualblocks)::before{left:1px}.mce-content-body[dir=rtl][data-mce-placeholder]:not(.mce-visualblocks)::before{right:1px}.mce-content-body div.mce-resizehandle{background-color:#4099ff;border-color:#4099ff;border-style:solid;border-width:1px;box-sizing:border-box;height:10px;position:absolute;width:10px;z-index:1298}.mce-content-body div.mce-resizehandle:hover{background-color:#4099ff}.mce-content-body div.mce-resizehandle:nth-of-type(1){cursor:nwse-resize}.mce-content-body div.mce-resizehandle:nth-of-type(2){cursor:nesw-resize}.mce-content-body div.mce-resizehandle:nth-of-type(3){cursor:nwse-resize}.mce-content-body div.mce-resizehandle:nth-of-type(4){cursor:nesw-resize}.mce-content-body .mce-resize-backdrop{z-index:10000}.mce-content-body .mce-clonedresizable{cursor:default;opacity:.5;outline:1px dashed #000;position:absolute;z-index:10001}.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,.mce-content-body .mce-clonedresizable.mce-resizetable-columns th{border:0}.mce-content-body .mce-resize-helper{background:#555;background:rgba(0,0,0,.75);border:1px;border-radius:3px;color:#fff;display:none;font-family:sans-serif;font-size:12px;line-height:14px;margin:5px 10px;padding:5px;position:absolute;white-space:nowrap;z-index:10002}.tox-rtc-user-selection{position:relative}.tox-rtc-user-cursor{bottom:0;cursor:default;position:absolute;top:0;width:2px}.tox-rtc-user-cursor::before{background-color:inherit;border-radius:50%;content:'';display:block;height:8px;position:absolute;right:-3px;top:-3px;width:8px}.tox-rtc-user-cursor:hover::after{background-color:inherit;border-radius:100px;box-sizing:border-box;color:#fff;content:attr(data-user);display:block;font-size:12px;font-weight:700;left:-5px;min-height:8px;min-width:8px;padding:0 12px;position:absolute;top:-11px;white-space:nowrap;z-index:1000}.tox-rtc-user-selection--1 .tox-rtc-user-cursor{background-color:#2dc26b}.tox-rtc-user-selection--2 .tox-rtc-user-cursor{background-color:#e03e2d}.tox-rtc-user-selection--3 .tox-rtc-user-cursor{background-color:#f1c40f}.tox-rtc-user-selection--4 .tox-rtc-user-cursor{background-color:#3598db}.tox-rtc-user-selection--5 .tox-rtc-user-cursor{background-color:#b96ad9}.tox-rtc-user-selection--6 .tox-rtc-user-cursor{background-color:#e67e23}.tox-rtc-user-selection--7 .tox-rtc-user-cursor{background-color:#aaa69d}.tox-rtc-user-selection--8 .tox-rtc-user-cursor{background-color:#f368e0}.tox-rtc-remote-image{background:#eaeaea url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.2%29%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A") no-repeat center center;border:1px solid #ccc;min-height:240px;min-width:320px}.mce-match-marker{background:#aaa;color:#fff}.mce-match-marker-selected{background:#39f;color:#fff}.mce-match-marker-selected::-moz-selection{background:#39f;color:#fff}.mce-match-marker-selected::selection{background:#39f;color:#fff}.mce-content-body audio[data-mce-selected],.mce-content-body embed[data-mce-selected],.mce-content-body img[data-mce-selected],.mce-content-body object[data-mce-selected],.mce-content-body table[data-mce-selected],.mce-content-body video[data-mce-selected]{outline:3px solid #b4d7ff}.mce-content-body hr[data-mce-selected]{outline:3px solid #b4d7ff;outline-offset:1px}.mce-content-body [contentEditable=false] [contentEditable=true]:focus{outline:3px solid #b4d7ff}.mce-content-body [contentEditable=false] [contentEditable=true]:hover{outline:3px solid #b4d7ff}.mce-content-body [contentEditable=false][data-mce-selected]{cursor:not-allowed;outline:3px solid #b4d7ff}.mce-content-body.mce-content-readonly [contentEditable=true]:focus,.mce-content-body.mce-content-readonly [contentEditable=true]:hover{outline:0}.mce-content-body [data-mce-selected=inline-boundary]{background-color:#b4d7ff}.mce-content-body .mce-edit-focus{outline:3px solid #b4d7ff}.mce-content-body td[data-mce-selected],.mce-content-body th[data-mce-selected]{position:relative}.mce-content-body td[data-mce-selected]::-moz-selection,.mce-content-body th[data-mce-selected]::-moz-selection{background:0 0}.mce-content-body td[data-mce-selected]::selection,.mce-content-body th[data-mce-selected]::selection{background:0 0}.mce-content-body td[data-mce-selected] *,.mce-content-body th[data-mce-selected] *{outline:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after{background-color:rgba(180,215,255,.7);border:1px solid rgba(180,215,255,.7);bottom:-1px;content:'';left:-1px;mix-blend-mode:multiply;position:absolute;right:-1px;top:-1px}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.mce-content-body td[data-mce-selected]::after,.mce-content-body th[data-mce-selected]::after{border-color:rgba(0,84,180,.7)}}.mce-content-body img::-moz-selection{background:0 0}.mce-content-body img::selection{background:0 0}.ephox-snooker-resizer-bar{background-color:#b4d7ff;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ephox-snooker-resizer-cols{cursor:col-resize}.ephox-snooker-resizer-rows{cursor:row-resize}.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging{opacity:1}.mce-spellchecker-word{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%274%27%20height%3D%274%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%23ff0000%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20stroke-opacity%3D%27.75%27%20d%3D%27M0%203L2%201%204%203%27%2F%3E%3C%2Fsvg%3E%0A");background-position:0 calc(100% + 1px);background-repeat:repeat-x;background-size:auto 6px;cursor:default;height:2rem}.mce-spellchecker-grammar{background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%274%27%20height%3D%274%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20stroke%3D%27%2300A835%27%20fill%3D%27none%27%20stroke-linecap%3D%27round%27%20d%3D%27M0%203L2%201%204%203%27%2F%3E%3C%2Fsvg%3E%0A");background-position:0 calc(100% + 1px);background-repeat:repeat-x;background-size:auto 6px;cursor:default}.mce-toc{border:1px solid gray}.mce-toc h2{margin:4px}.mce-toc li{list-style-type:none}.mce-item-table:not([border]),.mce-item-table:not([border]) caption,.mce-item-table:not([border]) td,.mce-item-table:not([border]) th,.mce-item-table[border="0"],.mce-item-table[border="0"] caption,.mce-item-table[border="0"] td,.mce-item-table[border="0"] th,table[style*="border-width: 0px"],table[style*="border-width: 0px"] caption,table[style*="border-width: 0px"] td,table[style*="border-width: 0px"] th{border:1px dashed #bbb}.mce-visualblocks address,.mce-visualblocks article,.mce-visualblocks aside,.mce-visualblocks blockquote,.mce-visualblocks div:not([data-mce-bogus]),.mce-visualblocks dl,.mce-visualblocks figcaption,.mce-visualblocks figure,.mce-visualblocks h1,.mce-visualblocks h2,.mce-visualblocks h3,.mce-visualblocks h4,.mce-visualblocks h5,.mce-visualblocks h6,.mce-visualblocks hgroup,.mce-visualblocks ol,.mce-visualblocks p,.mce-visualblocks pre,.mce-visualblocks section,.mce-visualblocks ul{background-repeat:no-repeat;border:1px dashed #bbb;margin-left:3px;padding-top:10px}.mce-visualblocks p{background-image:url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7)}.mce-visualblocks h1{background-image:url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==)}.mce-visualblocks h2{background-image:url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==)}.mce-visualblocks h3{background-image:url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7)}.mce-visualblocks h4{background-image:url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==)}.mce-visualblocks h5{background-image:url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==)}.mce-visualblocks h6{background-image:url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==)}.mce-visualblocks div:not([data-mce-bogus]){background-image:url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7)}.mce-visualblocks section{background-image:url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=)}.mce-visualblocks article{background-image:url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7)}.mce-visualblocks blockquote{background-image:url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7)}.mce-visualblocks address{background-image:url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=)}.mce-visualblocks pre{background-image:url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==)}.mce-visualblocks figure{background-image:url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7)}.mce-visualblocks figcaption{border:1px dashed #bbb}.mce-visualblocks hgroup{background-image:url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7)}.mce-visualblocks aside{background-image:url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=)}.mce-visualblocks ul{background-image:url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==)}.mce-visualblocks ol{background-image:url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==)}.mce-visualblocks dl{background-image:url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==)}.mce-visualblocks:not([dir=rtl]) address,.mce-visualblocks:not([dir=rtl]) article,.mce-visualblocks:not([dir=rtl]) aside,.mce-visualblocks:not([dir=rtl]) blockquote,.mce-visualblocks:not([dir=rtl]) div:not([data-mce-bogus]),.mce-visualblocks:not([dir=rtl]) dl,.mce-visualblocks:not([dir=rtl]) figcaption,.mce-visualblocks:not([dir=rtl]) figure,.mce-visualblocks:not([dir=rtl]) h1,.mce-visualblocks:not([dir=rtl]) h2,.mce-visualblocks:not([dir=rtl]) h3,.mce-visualblocks:not([dir=rtl]) h4,.mce-visualblocks:not([dir=rtl]) h5,.mce-visualblocks:not([dir=rtl]) h6,.mce-visualblocks:not([dir=rtl]) hgroup,.mce-visualblocks:not([dir=rtl]) ol,.mce-visualblocks:not([dir=rtl]) p,.mce-visualblocks:not([dir=rtl]) pre,.mce-visualblocks:not([dir=rtl]) section,.mce-visualblocks:not([dir=rtl]) ul{margin-left:3px}.mce-visualblocks[dir=rtl] address,.mce-visualblocks[dir=rtl] article,.mce-visualblocks[dir=rtl] aside,.mce-visualblocks[dir=rtl] blockquote,.mce-visualblocks[dir=rtl] div:not([data-mce-bogus]),.mce-visualblocks[dir=rtl] dl,.mce-visualblocks[dir=rtl] figcaption,.mce-visualblocks[dir=rtl] figure,.mce-visualblocks[dir=rtl] h1,.mce-visualblocks[dir=rtl] h2,.mce-visualblocks[dir=rtl] h3,.mce-visualblocks[dir=rtl] h4,.mce-visualblocks[dir=rtl] h5,.mce-visualblocks[dir=rtl] h6,.mce-visualblocks[dir=rtl] hgroup,.mce-visualblocks[dir=rtl] ol,.mce-visualblocks[dir=rtl] p,.mce-visualblocks[dir=rtl] pre,.mce-visualblocks[dir=rtl] section,.mce-visualblocks[dir=rtl] ul{background-position-x:right;margin-right:3px}.mce-nbsp,.mce-shy{background:#aaa}.mce-shy::after{content:'-'}body{font-family:sans-serif}table{border-collapse:collapse}

body {
  margin: 0;
}

.ant-input::-moz-placeholder,
.ant-input[disabled]::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-input:-ms-input-placeholder,
.ant-input[disabled]:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-input::-webkit-input-placeholder,
.ant-input[disabled]::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-input {
  border-radius: 3px;
}
.vm-loose .ant-input {
  font-size: 14px;
}
.ant-input[disabled] {
  color: #999;
  background-color: #EFF2F4;
  cursor: not-allowed;
  opacity: 1;
  border-color: #E5EAED;
}
.ant-input[disabled] {
  color: #999;
  background-color: #EFF2F4;
  cursor: not-allowed;
  opacity: 1;
  border-color: #E5EAED;
  color: #999 \0;
}
.ant-input[disabled]:hover {
  border-color: #E5EAED;
}
.ant-input:focus {
  border-color: #317EF0;
  box-shadow: none;
}
.antd-input:hover {
  border-color: #317EF0;
}
:root .ant-input[disabled] {
  color: #999;
}
form :not(.ant-input-group-wrapper) > .ant-input-group,
form .ant-input-group-wrapper {
  display: table !important;
}

.ant-time-picker-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-chn-amount {
  position: absolute;
  right: -60px;
  top: 8px;
}
.ant-input-group .number-input:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.number-wraper {
  position: relative;
}
.number-wraper .pop-show {
  display: block !important;
}
.number-wraper .pop {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  display: none;
}
.number-wraper .pop .pop-content {
  position: absolute;
  top: -1px;
  border: 1px solid #f1e05a;
  padding: 2px 4px;
  background-color: #fff;
  left: 15px;
  transform: translateX(-50%);
  text-align: center;
  width: 46px;
}
.number-wraper .pop .pop-icon {
  position: absolute;
  left: 12px;
  top: -8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #f1e05a;
}
.number-wraper .pop .pop-icon::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  height: 5px;
  width: 0;
  border: 1px solid #f1e05a;
}
.ant-input-group .number-input:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.r-number-range-wrap {
  display: flex;
  align-items: center;
}
.r-number-range-wrap .start-number-col {
  width: 46%;
}
.r-number-range-wrap .end-number-col {
  width: 50%;
}
.r-number-range-wrap .joiner-col {
  text-align: center;
  margin: 0 3px;
  width: 8px;
  position: relative;
}
.r-number-range-wrap .joiner-col::after {
  width: 8px;
  height: 1px;
  background: #DCDEE0;
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ant-time-picker-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-time-picker-input:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.ant-time-picker-input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.input-chn-amount {
  position: absolute;
  right: -60px;
  top: 8px;
}
.ant-input-group .number-input:first-child {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.number-wraper {
  position: relative;
}
.number-wraper .pop-show {
  display: block !important;
}
.number-wraper .pop {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 9;
  display: none;
}
.number-wraper .pop .pop-content {
  position: absolute;
  top: -1px;
  border: 1px solid #f1e05a;
  padding: 2px 4px;
  background-color: #fff;
  left: 15px;
  transform: translateX(-50%);
  text-align: center;
  width: 46px;
}
.number-wraper .pop .pop-icon {
  position: absolute;
  left: 12px;
  top: -8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #f1e05a;
}
.number-wraper .pop .pop-icon::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 2px;
  display: block;
  height: 5px;
  width: 0;
  border: 1px solid #f1e05a;
}
.ant-input-group .number-input:last-child {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.r-radio {
  width: 100%;
}
.r-radio .ant-radio-group {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.r-radio .ant-radio-group .ant-radio-wrapper {
  display: inline;
}

.r-desensitization-input .ant-input-group {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.r-desensitization-input .ant-input-group .ant-input-desensitization {
  border: none;
}
.r-desensitization-input .ant-input-group .ant-input-desensitization:focus {
  border: none;
  box-shadow: none;
}
.r-desensitization-input .ant-input-group .ant-input {
  border: none !important;
}
.r-desensitization-input .ant-input-group .ant-input-group-addon {
  border: none !important;
  background: #ffffff;
}
.r-desensitization-input .ant-input-group .ant-input-group-addon .ant-input-desensitization-icon {
  cursor: pointer;
}
.r-desensitization-input .ant-input-group .ant-input-group-addon i {
  display: block;
  color: #c1c1c1 !important;
}
.r-desensitization-input .ant-input-group .ant-input-group-addon i:hover {
  color: rgba(0, 0, 0, 0.45) !important;
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.ant-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: #40a9ff;
  border-right-width: 1px !important;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 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);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.ant-cascader-picker-label:hover + .ant-cascader-input {
  border-color: #40a9ff;
  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;
  padding: 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: 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: #e6f7ff;
}
.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);
      -ms-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 .ant-cascader-menu-item-keyword {
  color: #f5222d;
}

.r-change-wrapper .r-change-right {
  position: absolute;
  right: 45px;
  top: 0px;
}
.r-change-wrapper .r-change-right .r-change-icon {
  height: 30px;
  font-size: 14px;
  padding: 5px;
  color: #666;
}
.r-change-wrapper .r-change-right .r-change-icon:hover {
  cursor: pointer;
  color: #317EF0;
}
.r-change-wrapper .r-changed .ant-form-item .ant-form-item-control .form-after-label {
  margin-right: -80px;
}
.r-change-wrapper .r-change-right-hidden {
  display: none;
}

.ant-form-item .ant-form-item-label {
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
}
.vm-compact .ant-form-item .ant-form-item-label {
  line-height: 22px;
}
.ant-form-item .ant-form-item-label .ant-form-item-required::before {
  margin-right: 0;
}
.ant-form-item .ant-form-item-label label::after {
  margin-right: 8px;
}
.ant-form-item .ant-time-picker-input {
  border-radius: 3px;
}
.ant-form-item .ant-form-item-control {
  line-height: 100%;
  position: relative;
  /* 级联选择器菜单样式优化 */
  /* 标准级联菜单高度设置 */
  /* 无分页模式下的高度调整 */
  /* 加载状态样式 */
}
.ant-form-item .ant-form-item-control .ant-checkbox-wrapper {
  height: 30px;
  line-height: 30px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-checkbox-wrapper {
  height: 22px;
  line-height: 22px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-checkbox-inner {
  width: 12px;
  height: 12px;
}
.ant-form-item .ant-form-item-control .ant-input-wrapper {
  display: block;
}
.ant-form-item .ant-form-item-control .r-radio {
  height: 30px;
}
.vm-compact .ant-form-item .ant-form-item-control .r-radio {
  height: 22px;
}
.ant-form-item .ant-form-item-control .ant-radio-group {
  line-height: 30px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-radio-group {
  line-height: 22px;
}
.ant-form-item .ant-form-item-control .ant-calendar-range-picker.ant-input {
  height: 30px;
  line-height: 25px;
}
.ant-form-item .ant-form-item-control .ant-calendar-picker-input {
  padding-left: 11px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-calendar-picker {
  line-height: 1;
}
.ant-form-item .ant-form-item-control .date-range-short-cut-container .ant-btn {
  margin-right: 10px;
}
.ant-form-item .ant-form-item-control .ant-select-selection--multiple {
  padding-bottom: 0px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-select-selection--multiple {
  padding-bottom: 0px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-select-arrow .ant-arrow-icon svg {
  width: 12px;
  height: 12px;
}
.vm-compact .ant-form-item .ant-form-item-control .ant-select-arrow i {
  font-size: 12px;
}
.ant-form-item .ant-form-item-control .r-combo-grid-select .ant-select-selection--multiple {
  padding-bottom: 1px;
}
.ant-form-item .ant-form-item-control .r-combo-grid-select .ant-select-selection--multiple .ant-select-selection__rendered .ant-select-selection__choice {
  margin-top: 2px;
}
.ant-form-item .ant-form-item-control .r-combo-cascader-pagination {
  position: absolute;
  top: 250px;
  z-index: 1050;
}
.ant-form-item .ant-form-item-control .ant-input-group .r-password-input {
  height: 28px;
}
.ant-form-item .ant-form-item-control .ant-cascader-menu-item-expand .ant-cascader-menu-item-expand-icon {
  top: 5px;
}
.ant-form-item .ant-form-item-control .ant-cascader-menus {
  height: 250px;
  position: fixed;
}
.ant-form-item .ant-form-item-control .ant-cascader-menus .ant-cascader-menu {
  height: 220px;
}
.ant-form-item .ant-form-item-control .r-combo-cascader-no-pagination .ant-cascader-menus {
  height: 215px;
}
.ant-form-item .ant-form-item-control .r-combo-cascader-loading .r-combo-cascader-loading-icon {
  color: #317EF0;
}
.ant-form-item .ant-form-item-control .r-combo-cascader-loading .ant-cascader-menus,
.ant-form-item .ant-form-item-control .r-combo-cascader-loading .r-combo-cascader-pagination {
  pointer-events: none;
}
.ant-form-item .ant-form-item-control .r-combo-cascader-loading .ant-cascader-menus .ant-cascader-menu,
.ant-form-item .ant-form-item-control .r-combo-cascader-loading .r-pagination {
  opacity: 0.5;
}
.ant-form-item .ant-form-item-control .ant-cascader-dropdown-hidden {
  display: none;
}
.ant-form-item .ant-form-item-control .ant-cascader-menu {
  min-width: 200px;
}
.ant-form-item .ant-form-item-control textarea.ant-input {
  margin-bottom: 0px;
}
.ant-form-item .ant-form-item-control .form-after-label {
  width: 50px;
  float: right;
  position: relative;
  z-index: 999;
  margin-right: -60px;
  margin-top: -20px;
}
.ant-form-item .ant-form-item-control > .ant-checkbox-wrapper {
  display: inline-flex;
  align-items: center;
}
.ant-form-item .has-error .r-desensitization-input .ant-input-group {
  border: 1px solid #f5222d;
}
.ant-form-item .r-desensitization-input .ant-input-group .ant-input-desensitization:focus {
  border: none;
  box-shadow: none;
}
/**
  ---start 以下处理2.5 嵌套3.0，选中闪屏的问题
*/
.ant-calendar-picker-container-hidden {
  z-index: -1 !important;
}
.ant-select-dropdown-hidden,
.ant-tooltip-hidden,
.ant-calendar-picker-container-hidden {
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}
.ant-select-dropdown-hidden .r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected .select-icon {
  visibility: hidden;
}
/**
 ---end
*/
.r-number-count-tip .ant-form-explain {
  right: 0;
}
.r-number-count-tip .has-error .ant-input-group {
  border: 1px solid #f5222d;
}
.r-number-count-tip .has-error .ant-input-textarea-addon {
  color: red;
}
.r-number-count-tip .ant-input-textarea-addon {
  text-align: right;
}
.r-number-count-tip .ant-input-group {
  color: red;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.r-number-count-tip .ant-input-group .ant-input {
  border: none !important;
}
.r-number-count-tip .ant-input-group .ant-input:focus {
  box-shadow: none !important;
}
.r-number-count-tip .ant-input-group .ant-input-group-addon {
  border: none !important;
  background: #ffffff;
}
.r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item-selected .select-icon {
  visibility: visible;
}
.r-select-dropdown-container .ant-select-dropdown-menu .ant-select-dropdown-menu-item-disabled {
  color: rgba(0, 0, 0, 0.25);
}
.r-select-dropdown-container .ant-select-dropdown-menu-item-active:hover .select-icon {
  visibility: visible;
}
.r-select-dropdown-container .ant-select-dropdown-menu-item .select-icon {
  position: absolute;
  right: 20px;
  visibility: hidden;
}
.ant-form-item-with-suffix .ant-form-item-control {
  position: relative;
}
.ant-calendar-picker-container .ant-calendar-panel .ant-calendar-cell {
  padding: 3px 0;
}
.form-item-offset-content {
  margin-bottom: 15px;
  height: 30px;
}
.r-dark-popover .ant-popover-content > .ant-popover-arrow {
  border-right-color: rgba(0, 0, 0, 0.75) !important;
  border-bottom-color: rgba(0, 0, 0, 0.75) !important;
}
.r-dark-popover .ant-popover-inner {
  background-color: rgba(0, 0, 0, 0.75);
}
.r-dark-popover .ant-popover-inner .ant-popover-title {
  border-bottom: unset;
}
.r-dark-popover .ant-popover-inner .ant-popover-title,
.r-dark-popover .ant-popover-inner .ant-popover-inner-content {
  color: #fff;
}

.panel-title {
  padding: 15px 0 0 20px;
  font-size: 12px;
  font-weight: bold;
  color: #353B4B;
}
.vm-loose .panel-title {
  font-size: 14px;
}
.panel-title span {
  display: inline-block;
  height: 15px;
  width: 15px;
  text-align: center;
  line-height: 15px;
  border-radius: 50%;
  background-color: #317EF0;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal;
  vertical-align: text-top;
  margin-right: 10px;
}
.vm-loose .panel-title span {
  font-size: 14px;
}
.panel-title i {
  font-size: 10px;
  margin-left: 10px;
}
.vm-loose .panel-title i {
  font-size: 12px;
}
.panel-wrap,
.panel-wrap-simple {
  background-color: #ffffff;
  padding: 15px 20px 0 20px;
  border-radius: 2px;
  border-bottom: 1px solid #f3f3f3;
}
.panel-wrap:after,
.panel-wrap-simple:after {
  content: "";
  height: 0px;
  visibility: hidden;
  display: block;
  clear: both;
}

.r-button {
  display: inline-block;
}
.r-button ant-btn {
  border-radius: 3px !important;
  padding: 0px 19px;
}
.vm-loose .r-button .ant-btn {
  height: 32px;
}
.r-button .ant-btn-ghost {
  border-color: #EFEFEF;
  background-color: #fff;
}
.r-button .ant-btn-ghost:hover {
  border-color: #317EF0;
  color: #317EF0;
  background-color: #fff;
}
.r-button .ant-btn-ghost:active {
  opacity: 0.8;
  color: #1063de;
  background-color: #fff;
}
.r-button .ant-btn-ghost:focus {
  color: inherit;
  background-color: #fff;
  border-color: #EFEFEF;
}
.r-button .button-icon {
  margin-right: 3px;
  vertical-align: -1px;
}
.r-button .ant-btn-warning {
  background-color: #FAAD13;
  border-color: #EBA20F;
  color: #fff;
}
.r-button .ant-btn-warning:hover,
.r-button .ant-btn-warning.hover {
  background-color: #E79B05;
  border-color: #EBA20F;
  color: #fff;
}
.r-button .ant-btn-warning:active,
.r-button .ant-btn-warning.active {
  background-color: #FBC75F;
  border-color: #F7B83C;
  color: #fff;
}
.r-button .ant-btn.btn-small {
  padding: 6px 15px;
}
.r-button .ant-btn-loading span {
  display: none;
}
.r-button .ant-btn[disabled] {
  color: #c9c9c9;
  background-color: #EFF2F4;
  border-color: #E8E8E8;
}
.r-button .ant-btn-error {
  background-color: #FD0D00;
  border-color: #E90C00;
  color: #fff;
}
.r-button .ant-btn-error:hover,
.r-button .ant-btn-error.hover {
  background-color: #E90200;
  border-color: #DC0200;
  color: #fff;
}
.r-button .ant-btn-error:active,
.r-button .ant-btn-error.active {
  background-color: #FF817B;
  border-color: #FF756E;
  color: #fff;
}
.r-button .ant-btn-primary:hover {
  color: #fff;
  background: #559aff;
}
.r-button .ant-btn-primary:focus {
  color: #fff;
  background: #1063de;
}
.r-button .ant-btn-primary:active {
  color: #fff;
  background: #1063de;
}

.button-icon {
  margin-right: 3px;
  vertical-align: -1px;
}
.dropdown-button {
  position: relative;
  display: inline-block;
}
.vm-loose .dropdown-button .r-dropdown-btn {
  height: 32px !important;
}
.dropdown-button .dropdown-panel {
  display: inline-block;
}
.dropdown-button .dropdown-panel.dropdown-panel-hidden {
  display: none;
}
.dropdown-button .dropdown-panel.with-submenu .button-menu {
  min-width: 204px;
}
.dropdown-button .dropdown-panel .button-menu {
  overflow-y: scroll;
  min-width: 100%;
  position: absolute;
  background-color: #ffffff;
  z-index: 100;
  outline: none;
  top: 28px;
  left: 0;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  text-align: center;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
}
.vm-compact .dropdown-button .dropdown-panel .button-menu {
  top: 14px;
}
.vm-loose .dropdown-button .dropdown-panel .button-menu {
  top: 30px;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title {
  padding: 0 15px 0 24px;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu-vertical > .ant-menu {
  min-width: 100%;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu-open .ant-menu-submenu-title {
  color: #317EF0;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-submenu-active .ant-menu-submenu-title {
  color: #317EF0;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-item-active {
  color: #317EF0;
}
.dropdown-button .dropdown-panel .button-menu li {
  border: none !important;
  line-height: 32px !important;
  height: 32px !important;
  font-size: 12px;
}
.vm-loose .dropdown-button .dropdown-panel .button-menu li {
  font-size: 14px;
}
.dropdown-button .dropdown-panel .button-menu li:hover {
  background: #F7F9FF;
}
.dropdown-button .dropdown-panel .button-menu li .ant-menu-submenu-title {
  margin: 0;
  height: 30px;
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  text-align: left;
  padding-left: 24px;
}
.vm-loose .dropdown-button .dropdown-panel .button-menu li .ant-menu-submenu-title {
  font-size: 14px;
}
.dropdown-button .dropdown-panel .button-menu li .ant-menu-submenu-title:after {
  right: unset;
  margin-left: 6px;
}
.dropdown-button .dropdown-panel .button-menu li .ant-btn {
  width: 100%;
  height: 30px;
}
.dropdown-button .dropdown-panel .button-menu li .ant-btn:hover {
  color: #317EF0 !important;
  background-color: transparent;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-item {
  text-align: left;
  padding-left: 24px;
}
.dropdown-button .dropdown-panel .button-menu .ant-menu-item .ant-btn-ghost {
  padding-left: 0px;
}
.dropdown-button .icon-down {
  font-size: 12px;
  margin-left: 1px;
}
.vm-loose .dropdown-button .icon-down {
  margin-left: 2px;
  transform: translateY(-1px);
}
.dropdown-button .trigger-click-icon {
  padding: 0 5px;
  border-radius: 0 3px 3px 0 !important;
}
.vm-loose .dropdown-button .trigger-click-icon {
  height: 32px !important;
}
.dropdown-button .trigger-click-btn {
  border-radius: 3px 0 0 3px !important;
  border-right-color: #ffffff;
}
.dropdown-button .trigger-click-btn.ant-btn-ghost:active,
.dropdown-button .trigger-click-btn.ant-btn-ghost:focus {
  border-color: #317EF0;
}
.dropdown-button .down {
  position: relative;
  font-size: 12px;
  left: 2px;
}
.dropdown-button:after {
  content: ' ';
  display: none;
  position: absolute;
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  z-index: 999;
}
.dropdown-button.active:after {
  display: inline-block;
}
.button-submenu-popup .ant-menu {
  overflow: auto;
}
.button-submenu-popup .ant-menu-vertical.ant-menu-sub {
  min-width: 224px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #E4E7ED;
  border-radius: 4px;
  height: 100%;
}
.button-submenu-popup .ant-menu-vertical.ant-menu-sub li {
  line-height: 32px !important;
  height: 32px !important;
  font-size: 12px;
  padding-left: 24px;
}
.vm-loose .button-submenu-popup .ant-menu-vertical.ant-menu-sub li {
  font-size: 14px;
}
.button-submenu-popup .ant-menu-vertical.ant-menu-sub li:hover {
  background: #F7F9FF;
}
.ant-dropdown .ant-dropdown-menu-item .ant-btn.ant-btn-ghost {
  text-align: left;
  width: 125%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -10px;
  font-weight: 400;
  border: none;
  margin-right: unset;
}
.vm-loose .ant-dropdown-menu-item {
  font-size: 14px;
}
.vm-loose .ant-menu-vertical .ant-menu-item {
  font-size: 14px;
}

.ant-table-selection-column .checkbox-container {
  position: relative;
}
.ant-table-selection-column .checkbox-container .ant-checkbox-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.ant-table-selection-column .checkbox-container .table-checkbox {
  cursor: pointer;
  color: #317EF0;
}
.ant-table-selection-column .radio-container {
  position: relative;
}
.ant-table-selection-column .radio-container .ant-radio-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.ant-table-selection-column .radio-container .table-radio {
  cursor: pointer;
  color: #317EF0;
}
.vm-loose .ant-table {
  font-size: 14px;
}
.ant-table .ant-table-placeholder {
  border-bottom: 0;
}
.ant-table.ant-table-without-empty-placeholder .ant-table-placeholder {
  padding: 0;
  border: 0;
}
.ant-table.ant-table-without-empty-placeholder.ant-table-empty .ant-table-header {
  display: none;
}
.ant-table.ant-table-without-empty-placeholder.ant-table-empty .ant-table-body {
  height: 0;
}


.r-table-wrap .rs-table {
  color: #333;
  width: 100% !important;
}
.vm-loose .r-table-wrap .rs-table {
  font-size: 14px;
}
.r-table-wrap .empty-word {
  color: rgba(0, 0, 0, 0.25);
  margin-top: -20px;
}
.r-table-wrap .rs-table-header-row-wrapper {
  z-index: 1;
}
.r-table-wrap .rs-table-row-header .rs-table-cell {
  color: #666;
  background-color: #f9fafb;
}
.r-table-wrap .rs-table-row-header .rs-table-cell .icon-wrap {
  display: inline-block;
  position: relative;
  margin-left: 0.57142857em;
}
.r-table-wrap .rs-table-row-header .rs-table-cell .rs-table-cell-header-icon-sort {
  display: none;
}
.r-table-wrap .rs-table-row-header .rs-table-cell .sort-up {
  position: absolute;
  top: -18px;
  transform: rotate(180deg);
}
.r-table-wrap .rs-table-row-header .rs-table-cell .sort-down {
  position: absolute;
  top: -10px;
}
.r-table-wrap .rs-table-row-header .rs-table-cell .sort-icon {
  font-size: 14px;
  color: #bfbfbf;
}
.r-table-wrap .rs-table-row-header .rs-table-cell .active {
  color: #317EF0;
}
.r-table-wrap .rs-table-hover .rs-table-row:hover .rs-table-cell {
  background-color: #f7f9ff;
}
.vm-compact .r-table-wrap .rs-table-cell .rs-table-cell-content {
  padding: 0px 8px;
}
.vm-loose .r-table-wrap .rs-table-cell .rs-table-cell-content {
  padding: 10px 8px;
}
.r-table-wrap .rs-table-cell .rs-table-cell-content .table-operate-btn {
  display: block;
}
.r-table-wrap .rs-table-cell .rs-table-cell-content .table-operate-btn.without-divider a:not(:last-child) {
  margin-right: 12px;
}
.r-table-wrap .rs-table-cell-header .rs-table-cell-content {
  text-overflow: unset;
  white-space: break-spaces;
}
.r-table-wrap .rs-table-cell-header .rs-table-cell-content:hover {
  border-right: 1px dashed #ccc;
  background-color: #dddddd !important;
}
.r-table-wrap tr[class*="ant-table-row-level-"] {
  background-color: #FAFAFA;
}
.r-table-wrap .ant-table .ant-table-row-level-0 {
  background-color: #fff;
}
.r-table-wrap .react-resizable {
  position: relative;
  background-clip: padding-box;
}
.r-table-wrap .anticon {
  vertical-align: 0;
}
.r-table-wrap .ant-table-selection-column {
  padding: 0 0 0 20px !important;
}
.r-table-wrap .index-cell {
  padding-left: 0 !important;
}
.r-table-wrap .ant-table-wrapper .ant-table-fixed-right .table-operate-btn {
  display: block;
}
.r-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  visibility: visible;
  color: transparent;
}
.r-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) span a {
  color: transparent;
}
.r-table-wrap .ant-table-column-title {
  text-overflow: unset;
  white-space: break-spaces;
}
.r-table-wrap .ant-table-fixed-left table,
.r-table-wrap .ant-table-fixed-right table {
  width: min-content;
}
.r-table-wrap .ant-table-fixed-left .table-operate-column {
  padding-left: 0.4rem;
}
.r-table-wrap .ant-table-wrapper .ant-table-expand-icon-th {
  text-align: center;
}
.r-table-wrap .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}
.r-table-wrap .disabled-resizable .react-resizable-handle {
  width: 0;
}
.r-table-wrap .ant-table-tbody {
  overflow: auto !important;
}
.r-table-wrap .ant-table-tbody > tr .merge-cells {
  background-color: #fff !important;
}
.r-table-wrap .ant-table-tbody > tr > td.ant-table-column-sort {
  background: unset;
}
.r-table-wrap .ant-table-tbody > tr:not(.no-show-pre) > td {
  white-space: pre;
}
.r-table-wrap .ant-table-tbody > tr.ant-table-row-selected td {
  background: #f7f9ff;
}
.r-table-wrap .ant-table-scroll {
  position: relative;
}
.r-table-wrap .ant-table-placeholder {
  position: absolute;
  top: 80px;
  width: 100%;
  border: none;
}
.r-table-wrap .pull-right {
  float: right;
}
.r-table-wrap .ant-table-footer {
  background-color: #ffffff;
  padding: 0;
  height: 54px;
  display: flex;
  align-items: center;
}
.vm-loose .r-table-wrap .ant-table-footer .selection-info {
  line-height: 30px;
  display: inline-block;
}
.vm-loose .r-table-wrap .ant-table-footer {
  height: 46px;
}
.r-table-wrap .ant-table-footer .r-table-pagination {
  line-height: 25px;
  width: 100%;
}
.vm-compact .r-table-wrap .ant-table-footer .r-table-pagination {
  line-height: inherit;
}
.r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner {
  display: flex;
}
.r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner .ant-pagination-options .ant-pagination-options-size-changer {
  margin-right: 0px;
}
.r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner .ant-pagination-options .ant-select {
  display: inline-block !important;
}
.r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner .ant-pagination-options .ant-pagination-options-quick-jumper {
  margin-left: 8px;
}
.r-table-wrap .ant-table-footer .r-table-pagination .r-table-pagination-inner .table-refresh-button {
  color: white;
  background-color: #317EF0;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-left: 20px;
}
.r-table-wrap .ant-table-row-spaced {
  visibility: visible;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #dde4f2;
  border-color: #dde4f2;
  font-size: 20px;
  margin-left: 6px;
}
.r-table-wrap .ant-table-row-spaced:after {
  display: none;
}
.r-table-wrap .selection-sum-info {
  text-overflow: ellipsis;
  max-width: 40%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
}
.r-table-wrap .selection-sum-info .total-info {
  margin-right: 10px;
}
.r-table-wrap .ant-dropdown-link span {
  margin-right: 3px;
}
.r-table-wrap .ant-dropdown-link .iconfont {
  font-size: 8px;
}
.expand-all-on .r-expand-all-icon:after {
  content: "-";
}
.expand-all-off .r-expand-all-icon:after {
  content: "+";
}
.ellipsisText {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.r-table-action-wrap .ant-table .ant-table-scroll .ant-table-thead > tr th:hover {
  cursor: move;
}
.r-table-action-wrap .ant-table .ant-table-scroll .ant-table-thead > tr th:hover .ant-table-column-sorter {
  cursor: pointer;
}
.r-table-action-wrap .ant-table .ant-table-thead > tr th.pop-cell-hidden,
.r-table-action-wrap .ant-table .ant-table-thead > tr th.pop-header-cell-hidden {
  border-right: 1px dashed #ccc;
  /* 虚线垂直边框 */
}
.r-table-action-wrap .ant-table .ant-table-thead > tr th.pop-cell-active,
.r-table-action-wrap .ant-table .ant-table-thead > tr th.pop-header-cell-active {
  cursor: pointer;
  border-right: 1px dashed #317EF0;
  /* 虚线垂直边框 */
}
.r-table-action-wrap .ant-table .ant-table-tbody > tr td.pop-cell-hidden,
.r-table-action-wrap .ant-table .ant-table-tbody > tr th.pop-header-cell-hidden {
  border-right: 1px dashed #ccc;
  /* 虚线垂直边框 */
}
.r-table-action-wrap .ant-table .ant-table-tbody > tr td.pop-cell-active,
.r-table-action-wrap .ant-table .ant-table-tbody > tr th.pop-header-cell-active {
  cursor: pointer;
  border-right: 1px dashed #317EF0;
  /* 虚线垂直边框 */
}
.r-table-action-wrap .ant-table .ant-table-tbody > tr td.drag-cell {
  background-color: #fcfcfc;
}
.r-table-action-wrap .ant-table .ant-table-tbody > tr td.resize-body-cell {
  overflow: visible !important;
}
.r-table-action-wrap .ant-table .ant-table-tbody > tr td.resize-body-cell .r-resize-cell {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  text-overflow: ellipsis;
}
.r-table-action-wrap .ant-table .ant-table-fixed-right,
.r-table-action-wrap .ant-table .ant-table-fixed-left {
  z-index: 2;
}
.ant-table .rs-table-cell .rs-table-cell-content .table-operate-btn {
  display: block;
}
.ant-table .rs-table-cell .rs-table-cell-content .table-operate-btn.without-divider a:not(:last-child) {
  margin-right: 12px;
}
.r-table-action-wrap .pop-header-cell-active .del-ele,
.ant-table-column-has-actions .del-ele {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: right;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #317EF0;
  border-radius: 0 0 0 100%;
  cursor: pointer;
  pointer-events: all;
}
.r-table-action-wrap .rs-table .pop-cell-hidden,
.r-table-action-wrap .rs-table .pop-header-cell-hidden .rs-table-cell:not(.rs-table-cell-first) {
  border-right: 1px dashed #ccc;
  /* 虚线垂直边框 */
}
.r-table-action-wrap .rs-table .pop-cell-active,
.r-table-action-wrap .rs-table .pop-header-cell-active .rs-table-cell:not(.rs-table-cell-first) {
  border-right: 1px dashed #317EF0;
  /* 虚线垂直边框 */
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow-y: auto !important;
}
.custom-expand-icon {
  cursor: pointer;
  position: relative;
  top: 3px;
  color: #317EF0;
}
.custom-expand-icon.disabled {
  cursor: not-allowed;
}
.ant-table-tbody > tr > td.table-operate-column {
  padding: 0.4rem 16px;
}
.ant-table-tbody > tr > td.table-operate-column .table-operate-btn {
  display: block;
}
.ant-table-tbody > tr > td.table-operate-column .table-operate-btn.without-divider a:not(:last-child) {
  margin-right: 12px;
}
.ant-table-thead > tr > th:hover {
  border-right: 1px dashed #ccc;
  background: #dddddd !important;
}
.ant-table-thead > tr > th.ant-table-column-sort {
  background: unset;
}
.ant-table-thead > tr > th.table-operate-column {
  padding: 8px 20px;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-up:not(.on) {
  color: unset;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:active .ant-table-column-sorter-down:not(.on) {
  color: unset;
}
.ant-table-thead > tr > th.ant-table-column-has-actions.ant-table-column-has-sorters:hover {
  background: #fafafa;
  padding-right: 9px;
  border-right: 1px dashed #ccc;
}
.ant-table-filter-dropdown .ant-table-head-filter-r {
  width: 200px;
  padding: 8px;
}
.ant-table-filter-dropdown .ant-table-head-filter-r .ant-form-item {
  margin-bottom: 10px;
}
.ant-table-filter-dropdown .ant-table-head-filter-r .ant-table-head-filter-search {
  text-align: right;
}
.ant-table-filter-dropdown .ant-table-head-filter-r .ant-table-head-filter-search button {
  width: 44px;
  margin-left: 8px;
}
.nested-table .ant-table table .ant-table-thead > tr .index-cell {
  padding-left: 0px !important;
}
.nested-table .ant-table-body {
  min-height: 100px;
}
.nested-table .ant-table-footer {
  margin-top: -9px;
}
.nested-table .ant-table-footer .ant-table-wrapper {
  padding: 0;
  border-left: 1px solid #efefef;
}
.nested-table .ant-table-footer .ant-table-body {
  min-height: 40px;
}
.nested-table .ant-table-footer .ant-table-body td {
  background: #f9fafb;
}
.nested-table .ant-table-header {
  padding-bottom: 0 !important;
}
.nested-table .ant-table-content .ant-table-placeholder {
  padding: 0;
  top: 65% !important;
}

@keyframes loaderSpin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.rs-table {
  position: relative;
  overflow: hidden;
}
.rs-table-column-resizing {
  cursor: ew-resize;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rs-table-bordered {
  border: 1px solid #eee;
}
.rs-table-row {
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  transition: none;
}
.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover {
  background: #f2faff;
}
.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell-group {
  background: #f2faff;
}
.rs-table-hover .rs-table-body-row-wrapper .rs-table-row:hover .rs-table-cell {
  background: #f2faff;
}
.rs-table-row-header {
  background: #fff;
}
.rs-table-row-header .rs-table-cell {
  background: #fff;
}
.rs-table-row-header .rs-table-cell-group-shadow {
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.28);
  z-index: 5;
}
.rs-table-header-row-wrapper {
  z-index: 2;
  position: relative;
}
.rs-table-affix-header {
  z-index: 3;
  visibility: hidden;
}
.rs-table-affix-header.fixed {
  visibility: visible;
}
.rs-table-body-row-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.rs-table-body-info {
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  line-height: 40px;
}
.rs-table-body-info .icon {
  margin: 0 10px;
}
.rs-table-body-info-wheel-area {
  width: 100%;
}
.rs-table-cell {
  height: 36px;
  border-bottom: 1px solid #eee;
  display: block;
  overflow: hidden;
  position: absolute;
  white-space: normal;
  background: #fff;
  transition: none;
  box-sizing: border-box;
}
.rs-table-cell.first {
  border-left-width: 0;
}
.rs-table-cell-wrap1 {
  display: table;
}
.rs-table-cell-wrap2 {
  display: table-row;
}
.rs-table-cell-wrap3 {
  display: table-cell;
  vertical-align: middle;
}
.rs-table-cell-content {
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  width: 100%;
}
.rs-table-cell-header-sortable {
  cursor: pointer;
}
.rs-table-cell-header-sort-wrapper {
  display: inline-block;
}
.rs-table-cell-full-text:hover {
  overflow: visible;
  z-index: 2 !important;
  width: auto !important;
  box-shadow: inset #3871dc 0px 0px 2px !important;
}
.rs-table-cell-full-text:hover .rs-table-cell-content {
  width: auto !important;
}
.rs-table-column-resize-spanner {
  height: 36px;
  width: 6px;
  z-index: 3;
  position: absolute;
  cursor: ew-resize !important;
  outline: none;
}
.rs-table-column-resize-spanner:hover {
  background: #34c3ff;
}
.rs-table-cell-group-fixed-left {
  position: absolute;
  z-index: 4;
  background: #fff;
}
.rs-table-cell-group-fixed-right {
  position: absolute;
  z-index: 4;
  background: #fff;
}
.rs-table-cell-group-left-shadow {
  -moz-box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
  -webkit-box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
  box-shadow: 3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-cell-group-shadow,
.rs-table-cell-group-right-shadow {
  -moz-box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
  -webkit-box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
  box-shadow: -3px 0px 5px rgba(9, 9, 9, 0.08);
}
.rs-table-mouse-area {
  display: none;
  background: #34c3ff;
  left: -1px;
  top: 0;
  position: absolute;
  width: 1px;
  z-index: 6;
}
.rs-table-cell-bordered .rs-table-cell {
  border-right: 1px solid #eee;
}
.rs-table-word-wrap .rs-table-cell-content {
  white-space: normal;
}
.rs-table-row-expanded {
  position: absolute;
  height: 46px;
  bottom: 0;
  width: 100%;
  z-index: 4;
  border-top: 1px solid #eee;
  padding: 10px;
  background: #f5f5f5;
}
.rs-table-loader-wrapper {
  visibility: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.rs-table-loader {
  width: 100%;
  text-align: center;
  top: 50%;
  position: absolute;
  margin-top: -20px;
  line-height: 40px;
}
.rs-table-loader-icon {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-right: 12px;
  padding-top: 3px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
  width: 18px;
  height: 18px;
}
.rs-table-loader-icon::before,
.rs-table-loader-icon::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  border-radius: 50%;
}
.rs-table-loader-icon::before {
  border: 3px solid rgba(247, 247, 250, 0.8);
}
.rs-table-loader-icon::after {
  border-width: 3px;
  border-style: solid;
  border-color: #a6a6a6 transparent transparent;
  animation: loaderSpin 0.6s infinite linear;
}
.rs-table-loading .rs-table-loader-wrapper {
  visibility: visible;
}
.rs-table-cell-expand-icon {
  cursor: pointer;
  outline: none;
}
.rs-table-cell-expand-wrapper {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.rs-table-scrollbar {
  background: rgba(45, 45, 45, 0.05);
  position: absolute;
}
.rs-table-scrollbar-active {
  background: rgba(45, 45, 45, 0.1);
}
.rs-table-scrollbar-hide {
  display: none;
}
.rs-table-scrollbar-handle {
  position: absolute;
  background: rgba(45, 45, 45, 0.5);
  border-radius: 4px;
}
.rs-table-scrollbar-horizontal {
  width: 100%;
  height: 10px;
  bottom: 2px;
}
.rs-table-scrollbar-horizontal.fixed {
  position: fixed;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-handle {
  height: 8px;
  left: 0px;
  top: 1px;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed,
.rs-table-scrollbar-horizontal:hover {
  height: 14px;
  box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-horizontal .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-horizontal:hover .rs-table-scrollbar-handle {
  top: 2px;
  height: 10px;
}
.rs-table-scrollbar-vertical {
  top: 0;
  right: 0px;
  width: 10px;
  bottom: 2px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-handle {
  min-height: 20px;
  width: 8px;
  top: 0px;
  left: 1px;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed,
.rs-table-scrollbar-vertical:hover {
  width: 14px;
  box-shadow: 1px 1px 2px #ddd inset;
}
.rs-table-scrollbar-vertical .rs-table-scrollbar-pressed .rs-table-scrollbar-handle,
.rs-table-scrollbar-vertical:hover .rs-table-scrollbar-handle {
  left: 2px;
  width: 10px;
}
.rs-table-column-group {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
}
.rs-table-column-group-header {
  border-bottom: 1px solid #eee;
  position: absolute;
  width: 100%;
}
.rs-table-column-group-header-content {
  display: table-cell;
  padding: 8px;
}
.rs-table-column-group-cell {
  position: absolute;
  border-right: 1px solid #eee;
}

.r-table-wrap .ant-table-wrapper .rs-table-row-selected .rs-table-cell {
  background-color: rgba(49, 126, 240, 0.06);
}
.r-table-wrap .ant-table-wrapper .rs-table-cell-group-fixed-right .table-operate-btn {
  display: block;
}
.r-table-wrap .ant-table-wrapper .rs-table-cell-group-fixed-right .table-operate-btn.without-divider a:not(:last-child) {
  margin-right: 12px;
}

.r-editable-table tr td {
  padding: 5px 8px;
}
.r-editable-table .ant-form-item {
  margin-bottom: 0 !important;
}
.r-editable-table .ant-form-item-control {
  line-height: 28px;
}
.r-editable-table .editable-cell-value-wrap {
  border: 1px solid #ffffff;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
}
.r-editable-table .ant-table-tbody tr:hover .editable-cell-value-wrap {
  border: 1px solid #d9d9d9;
}
.r-editable-table .r-editable-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.r-editable-table .r-editable-cell .r-editable-cell-text {
  display: inline-block;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: pre;
}
.r-editable-table .r-editable-cell .form-item-col {
  padding-right: 0px !important;
}
.r-editable-table .r-editable-cell-edit .ant-form-item-control {
  padding: 8px 0;
}
.r-editable-table .r-editable-cell-edit .ant-form-item-control.has-error {
  padding: 0 0 16px 0;
}
.r-editable-user-select .r-editable-cell .r-editable-cell-text {
  -moz-user-select: unset;
  -ms-user-select: unset;
  -webkit-user-select: unset;
  user-select: unset;
}

.modal-zoom-1_15 {
  zoom: 1.15;
}
.modal-zoom-1_5 {
  zoom: 1.5;
}
.r-modal .ant-modal-body {
  padding: 0;
}
.r-modal .ant-modal-footer {
  text-align: center;
}
.r-modal .ant-modal-footer .r-button + .r-button {
  margin-bottom: 0;
  margin-left: 8px;
}
.r-modal .ant-modal-close .iconfont {
  color: #979797;
  font-weight: 200;
}
.ant-modal-root .ant-modal-wrap-hidden-mask {
  overflow: visible !important;
  left: 50%;
  top: 50%;
  bottom: unset !important;
  right: unset !important;
  transform: translate(-50%, -50%);
}
.ant-modal-centered .ant-modal {
  padding-bottom: 0;
}

.index__r-file-input--i9XCF5 {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  transition: 0.1s;
  color: #333333;
  border: 1px solid #d9d9d9;
  margin-right: 20px;
  cursor: pointer;
  border-radius: 3px;
  vertical-align: middle;
}
.vm-loose .index__r-file-input--i9XCF5 {
  font-size: 14px;
}
.index__r-file-input--i9XCF5 i {
  vertical-align: baseline;
  margin-right: 5px;
}
.index__r-file-input--i9XCF5:hover {
  border: 1px solid #317EF0;
  background: #317EF0;
  color: #ffffff;
}
.index__fileInput--gE9D90 {
  float: left;
  width: 150px;
  margin-right: 10px;
  margin-top: 10px;
}

.detail-modal-zoom-1_15 {
  zoom: 1.15;
}
.detail-modal-zoom-1_5 {
  zoom: 1.5;
}
.r-detail-modal-container .r-detail-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  opacity: 50;
  z-index: 102;
  filter: alpha(opacity=50);
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -ms-animation: fadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  -moz-animation: fadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
  animation: fadeIn 0.3s cubic-bezier(0.7, 0.3, 0.1, 1);
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.r-detail-modal-container .r-detail-modal-mask-disappear {
  display: none;
}
.r-detail-modal-container.r-detail-modal-inner {
  position: absolute;
  width: 100%;
}
.r-detail-modal-container.r-detail-modal-inner .r-detail-modal-footer {
  padding: 10px 18px 10px 10px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.r-detail-modal-container.r-detail-modal-inner .r-detail-modal-footer button {
  margin: 0 5px;
}
.r-detail-modal-container.r-detail-modal-window {
  width: 100%;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.r-detail-modal-container.r-detail-modal-window .r-detail-modal {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #ffffff;
  overflow: hidden;
  outline: none;
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.r-detail-modal-container.r-detail-modal-window .r-detail-modal-footer {
  padding: 10px 18px 10px 10px;
  text-align: center;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
}
.r-detail-modal-container.r-detail-modal-window .r-detail-modal-footer button {
  margin: 0 5px;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header {
  padding: 14px 16px;
  color: #fff;
  background-color: #317EF0;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header span {
  font-weight: 500;
  font-size: 14px;
}
.vm-loose .r-detail-modal-container .r-detail-modal .r-detail-modal-header span {
  font-size: 16px;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header span.r-detail-modal-subtitle {
  font-weight: 200;
  font-size: 13px;
  margin-left: 6px;
}
.vm-loose .r-detail-modal-container .r-detail-modal .r-detail-modal-header span.r-detail-modal-subtitle {
  font-size: 14px;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header span.r-detail-modal-subtitle::selection {
  background-color: rgba(255, 255, 255, 0.35);
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-header i {
  float: right;
  cursor: pointer;
  color: #fff;
}
.r-detail-modal-container .r-detail-modal .r-detail-modal-context {
  font-size: 12px;
  line-height: 1.5;
  overflow: hidden;
  padding: 12px 15px;
  background-color: #F5F8FA;
}
.r-detail-modal-container .r-detail-modal-appear {
  -webkit-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);
}
.r-detail-modal-container.r-resizeable-modal {
  width: 75%;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.r-detail-modal-container.r-resizeable-modal .react-resizable {
  position: relative;
}
.r-detail-modal-container.r-resizeable-modal .custom-handle {
  position: absolute;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-origin: content-box;
  box-sizing: border-box;
  background-position: bottom right;
  padding: 0 3px 3px 0;
}
.r-detail-modal-container.r-resizeable-modal .custom-handle.custom-handle-w {
  z-index: 1000;
  margin-top: -10px;
  cursor: ew-resize;
}
.r-detail-modal-container.r-resizeable-modal .custom-handle.custom-handle-w {
  left: 0;
}
.lock-content {
  pointer-events: none;
}
.modal-opened-detail .r-detail-modal-wrap {
  z-index: 1200;
}

.r-file-preview-wrap {
  overflow: auto;
}
.r-file-preview-wrap .r-file-preview-inner {
  overflow-y: scroll;
  background-color: #ffffff;
  height: 100%;
}
.r-file-preview pre {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  white-space: pre-wrap;
  word-break: break-all;
}
.r-file-preview-page {
  position: relative;
  height: 100%;
}
.r-file-preview-page .operate-btns {
  padding: 15px 18px 14px 10px;
  text-align: center;
  position: absolute;
  height: 60px;
  margin-left: -15px;
  margin-right: -15px;
  bottom: -12px;
  left: 0px;
  right: 0px;
  background: #fff;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.r-file-preview-page .operate-btns button {
  margin: 0 5px;
}
.r-file-preview-page .ant-tabs-nav-container {
  display: none;
}
.r-file-preview-page.detail-wrap .ant-tabs-bar {
  border-bottom: none;
  margin: 20px 20px 0 20px;
}

.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}
.webuploader-container-div {
  width: 100%!important;
  height: 100%!important;
  left: 0!important;
  top: 0!important;
}
.button-mode {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  transition: 0.1s;
  border-radius: 4px;
}
.button-mode-upload {
  vertical-align: bottom;
  position: relative;
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  transition: 0.1s;
  border-radius: 4px;
  color: #333333;
  border: 1px solid #d9d9d9;
  margin-right: 10px;
}
.button-mode-upload .anticon {
  margin-right: 5px;
}
.button-mode-upload:hover {
  background-color: #317EF0;
  border-color: #317EF0;
  color: #ffffff;
}
.uploader-disabled {
  pointer-events: none;
}
.upload-file-name {
  font-size: 12px;
  color: #333333;
}
.r-upload-tooltip {
  margin-top: 1em;
  color: #999;
}

.r-editable-table-wrap {
  position: relative;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.r-editable-table-wrap .checkbox-wrap {
  padding-bottom: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown .dropdown-wrap {
  padding: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown input {
  width: 188px;
  margin-bottom: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown button {
  margin-right: 8px;
  width: 90px;
}
.r-editable-table-wrap .table-sum {
  margin-left: -2px;
  background-color: #fff;
  padding: 0px 0 10px 2px;
  margin-top: -10px;
}
.r-editable-table-wrap .ant-table-header {
  color: #999999;
  border-radius: 0 !important;
}
.r-editable-table-wrap .ant-table-header th {
  border-bottom: 1px solid #EFEFEF;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .edit-operates {
  display: inline-block;
  padding: 8px 2px;
  line-height: 30px;
}
.r-editable-table-wrap .edit-operates .r-uploader-box {
  position: relative;
  display: inline-block;
}
.r-editable-table-wrap .ant-table-content > .ant-table-scroll > .ant-table-body {
  overflow-x: auto !important;
}
.r-editable-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  visibility: visible;
  color: transparent;
}
.r-editable-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) span a {
  color: transparent;
}
.r-editable-table-wrap .ant-table-scroll {
  overflow: hidden;
}
.r-editable-table-wrap .editable-pagination {
  width: 410px;
}
.r-editable-table-wrap .editable-pagination .r-pagination {
  width: 410px;
}
.r-editable-table-wrap .summary {
  position: absolute;
  bottom: 34px;
  z-index: 3;
}
.r-editable-table-wrap .r-editableGrid-btn {
  margin-bottom: 10px;
}
.r-editable-table-wrap .r-editableGrid-btn button {
  margin-right: 10px;
}
.r-editable-table-wrap .r-editable-table .ant-table-empty .ant-table-body {
  overflow-x: hidden\0 !important;
}
.r-editable-table-wrap .r-editable-table .ant-table-empty .ant-empty-image {
  margin-top: 8px\0;
}
.r-editable-table-wrap .ant-table-footer {
  border: none !important;
  background-color: #ffffff;
  padding: 6px 10px 6px 24px;
  border-top: 1px solid #EFEFEF !important;
  height: 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r-editable-table-wrap .ant-table-footer i {
  font-size: 10px;
  vertical-align: 1px;
}
.r-editable-table-wrap .ant-table-footer a {
  font-size: 12px;
}
.r-editable-table-wrap .ant-table-footer .editable-operator {
  z-index: 1;
}
.r-editable-table-wrap .ant-table-footer .custom-icon {
  font-size: 14px;
  margin-right: 5px;
}
.r-editable-table-wrap .ant-table-thead > tr > th,
.r-editable-table-wrap .ant-table-tbody > tr > td {
  padding: 0 8px;
}
.r-editable-table-wrap .ant-table-tbody tr:has(.has-error) .ant-form-item-control {
  padding-top: 8px !important;
  padding-bottom: 16px !important;
}
.r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: 35px;
  border-bottom: 1px solid #EFEFEF;
}
.vm-compact .r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: unset;
}
.vm-loose .r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: 40px;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .ant-form-item-control.has-error .ant-form-explain {
  position: absolute;
  z-index: 99;
  font-size: 12px;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .r-editable-cell-chn-amount:has(.pop-show) .ant-form-item-control {
  padding-left: 16px;
  padding-bottom: 20px;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .r-editable-cell-chn-amount:has(.pop-show) .ant-form-item-control .number-wraper {
  line-height: 1;
}
.r-editable-table-wrap .ant-table-fixed-right {
  background-color: #ffffff;
  z-index: 99;
}
.r-editable-table-wrap .ant-table-fixed-right th {
  border-bottom: 1px solid #EFEFEF;
}
.r-editable-table-wrap .index_col {
  padding: 0 0 0 24px !important;
}
.r-editable-table-import {
  padding: 10px 0 0 18px;
}
.r-editable-table-import .r-editable-temp-download {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  transition: 0.1s;
  border: 1px solid #d9d9d9;
  color: #333333;
  cursor: pointer;
}
.r-editable-table-import .r-editable-temp-download:hover {
  background-color: #317EF0;
  border: 1px solid #317EF0;
  color: #ffffff;
}
.r-editable-table-import p {
  color: #999999;
  margin-top: 8px;
}
.react-resizable {
  position: relative;
}
.react-resizable .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}

.r-upload-table-box.readonly .ant-table {
  border-bottom: 0;
}
.r-upload-table-box.readonly .ant-table.ant-table-empty {
  border-bottom: 1px solid #EFEFEF;
}
.r-upload-table-box.readonly .ant-table .ant-table-footer {
  height: 0;
  border: 0;
}
.r-upload-table-box.readonly .ant-table .ant-table-footer:before {
  height: 0;
}
.r-upload-table-box .ant-table {
  border-radius: 0;
  border: 1px solid #EFEFEF;
}
.r-upload-table-box .ant-table .ant-table-body > table {
  border: none;
}
.r-upload-table-box .ant-table .ant-table-thead > tr > th {
  background-color: #fafafa;
  color: #999999;
}
.r-upload-table-box .ant-table .ant-table-tbody > tr > td {
  color: #333333;
}
.r-upload-table-box .ant-table .ant-table-thead > tr > th,
.r-upload-table-box .ant-table .ant-table-tbody > tr > td {
  padding: 8px;
  border-bottom: 1px solid #EFEFEF;
}
.r-upload-table-box .ant-table .ant-table-footer {
  padding: 0;
  background: unset;
}
.r-upload-table-box .ant-table .ant-table-footer .extend-footer {
  padding: 6px 10px 6px 24px;
}
.r-upload-table-box .ant-table-content {
  overflow: auto;
}
.r-upload-table-box .button-mode-upload {
  margin-top: 10px;
  border-radius: 3px;
}
.r-upload-table-box .ant-table-tbody .r-upload-table-operation-column span {
  cursor: pointer;
  font-size: 12px;
  color: #317EF0;
  margin-right: 10px;
}
.vm-loose .r-upload-table-box .ant-table-tbody .r-upload-table-operation-column span {
  font-size: 14px !important;
}
.r-upload-table-box .r-upload-table-download-column p {
  cursor: pointer;
}
.r-upload-table-box .r-uploader-box {
  position: relative;
  padding-left: 24px;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  color: #317EF0;
}
.r-upload-table-box .r-uploader-box i {
  font-size: 10px;
  margin-right: 5px;
  vertical-align: 1px;
}
.r-upload-table-box .r-uploader-box p {
  display: inline-block;
}
.r-upload-table-box .r-uploader-box p:first-child {
  margin-right: 5px;
}
.r-upload-table-box .r-uploader-box p .custom-icon {
  font-size: 14px;
}
.r-upload-table-box .r-uploader-box p.upload-text {
  font-size: 12px;
}
.r-upload-table-box .index-col {
  padding: 8px 0 8px 24px !important;
}
.r-upload-table-box .ant-form .ant-form-item-with-help {
  margin-bottom: 24px;
}
.file-preview-modal .r-detail-modal-container.r-detail-modal-window {
  z-index: 1001!important;
}
.r-footer-wrapper .webuploader-container {
  display: inline-block;
}
.r-footer-wrapper .r-change-detail-wrapper {
  display: inline-block;
  height: 35px;
  line-height: 35px;
  position: absolute;
  margin-left: 10px;
}
.r-upload-extend-modal {
  margin-top: 24px;
}
.r-upload-extend-modal .upload-file-name {
  margin-top: 1em;
}
.r-upload-extend-modal .ant-form-item {
  margin-bottom: 12px;
}

.r-upload-table-cell .ant-form-item {
  margin-bottom: 0px !important;
}
.r-upload-table-cell .ant-form-item-control {
  padding: 8px 0;
}
.r-upload-table-cell .has-error {
  padding: 0 0 16px 0;
}
.r-upload-table-cell .ant-form-item-control {
  line-height: 28px;
}

.r-editable-table tr td {
  padding: 5px 8px;
}
.r-editable-table .ant-form-item {
  margin-bottom: 0 !important;
}
.r-editable-table .ant-form-item-control {
  line-height: 28px;
}
.r-editable-table .editable-cell-value-wrap {
  border: 1px solid #ffffff;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  padding: 0 5px;
}
.r-editable-table .ant-table-tbody tr:hover .editable-cell-value-wrap {
  border: 1px solid #d9d9d9;
}
.r-editable-table .r-editable-cell {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.r-editable-table .r-editable-cell .r-editable-cell-text {
  display: inline-block;
  width: 100%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: pre;
}
.r-editable-table .r-editable-cell .form-item-col {
  padding-right: 0px !important;
}
.r-editable-table .r-editable-cell-edit .ant-form-item-control {
  padding: 8px 0;
}
.r-editable-table .r-editable-cell-edit .ant-form-item-control.has-error {
  padding: 0 0 16px 0;
}
.r-editable-user-select .r-editable-cell .r-editable-cell-text {
  -moz-user-select: unset;
  -ms-user-select: unset;
  -webkit-user-select: unset;
  user-select: unset;
}

.r-editable-table-wrap {
  position: relative;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}
.r-editable-table-wrap .checkbox-wrap {
  padding-bottom: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown .dropdown-wrap {
  padding: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown input {
  width: 188px;
  margin-bottom: 8px;
}
.r-editable-table-wrap .ant-table-filter-dropdown button {
  margin-right: 8px;
  width: 90px;
}
.r-editable-table-wrap .table-sum {
  margin-left: -2px;
  background-color: #fff;
  padding: 0px 0 10px 2px;
  margin-top: -10px;
}
.r-editable-table-wrap .ant-table-header {
  color: #999999;
  border-radius: 0 !important;
}
.r-editable-table-wrap .ant-table-header th {
  border-bottom: 1px solid #EFEFEF;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-1 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 36px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-2 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 72px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-3 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 108px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-4 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 144px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-layout-fixed .ant-table-body table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-fixed-right .ant-table-body-inner table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .r-editable-sum-5 .ant-table-fixed-left .ant-table-body-inner table {
  margin-bottom: 180px;
}
.r-editable-table-wrap .ant-table-content > .ant-table-scroll > .ant-table-body {
  overflow-x: auto !important;
}
.r-editable-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  visibility: visible;
  color: transparent;
}
.r-editable-table-wrap .ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) span a {
  color: transparent;
}
.r-editable-table-wrap .ant-table-scroll {
  overflow: hidden;
}
.r-editable-table-wrap .editable-pagination {
  width: 410px;
}
.r-editable-table-wrap .editable-pagination .r-pagination {
  width: 410px;
}
.r-editable-table-wrap .summary {
  position: absolute;
  bottom: 34px;
  z-index: 3;
}
.r-editable-table-wrap .r-editableGrid-btn {
  margin-bottom: 10px;
}
.r-editable-table-wrap .r-editableGrid-btn button {
  margin-right: 10px;
}
.r-editable-table-wrap .r-editable-table .ant-table-empty .ant-table-body {
  overflow-x: hidden\0 !important;
}
.r-editable-table-wrap .r-editable-table .ant-table-empty .ant-empty-image {
  margin-top: 8px\0;
}
.r-editable-table-wrap .ant-table-footer {
  border: none !important;
  background-color: #ffffff;
  padding: 6px 10px 6px 24px;
  border-top: 1px solid #EFEFEF !important;
  height: 33px;
  overflow-x: auto;
  overflow-y: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.r-editable-table-wrap .ant-table-footer i {
  font-size: 10px;
  vertical-align: 1px;
}
.r-editable-table-wrap .ant-table-footer a {
  font-size: 12px;
}
.r-editable-table-wrap .ant-table-footer .editable-operator {
  z-index: 1;
}
.r-editable-table-wrap .ant-table-footer .custom-icon {
  font-size: 14px;
  margin-right: 5px;
}
.r-editable-table-wrap .ant-table-thead > tr > th,
.r-editable-table-wrap .ant-table-tbody > tr > td {
  padding: 0 8px;
  line-height: 35px;
}
.vm-compact .r-editable-table-wrap .ant-table-thead > tr > th,
.vm-compact .r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: unset;
}
.r-editable-table-wrap .ant-table-tbody tr:has(.has-error) .ant-form-item-control {
  padding-top: 8px !important;
  padding-bottom: 16px !important;
}
.r-editable-table-wrap .ant-table-tbody > tr > td {
  border-bottom: 1px solid #EFEFEF;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .ant-form-item-control.has-error .ant-form-explain {
  position: absolute;
  z-index: 99;
  font-size: 12px;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .r-editable-cell-chn-amount:has(.pop-show) .ant-form-item-control {
  padding-left: 16px;
  padding-bottom: 20px;
}
.r-editable-table-wrap .ant-table-tbody > tr > td .r-editable-cell-chn-amount:has(.pop-show) .ant-form-item-control .number-wraper {
  line-height: 1;
}
.r-editable-table-wrap .ant-table-fixed-right {
  background-color: #ffffff;
  z-index: 99;
}
.r-editable-table-wrap .ant-table-fixed-right th {
  border-bottom: 1px solid #EFEFEF;
}
.r-editable-table-wrap .index_col {
  padding: 0 0 0 24px !important;
}
.r-editable-table-import {
  padding: 10px 0 0 18px;
}
.r-editable-table-import .r-editable-temp-download {
  position: relative;
  display: inline-block;
  padding: 0 16px;
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  overflow: hidden;
  transition: 0.1s;
  border: 1px solid #d9d9d9;
  color: #333333;
  cursor: pointer;
}
.r-editable-table-import .r-editable-temp-download:hover {
  background-color: #317EF0;
  border: 1px solid #317EF0;
  color: #ffffff;
}
.r-editable-table-import p {
  color: #999999;
  margin-top: 8px;
}
.react-resizable {
  position: relative;
}
.react-resizable .react-resizable-handle {
  position: absolute;
  width: 10px;
  height: 100%;
  bottom: 0;
  right: -5px;
  cursor: col-resize;
  z-index: 1;
}

.input-modal-label {
  padding-right: 6px;
  font-size: 12px;
  color: #333333;
  line-height: 30px;
}

.detail-table {
  border: 1px solid #e8e8e8;
}
.detail-table .ant-table-footer {
  padding: 12px;
}
.detail-item-row {
  margin-bottom: 10px;
}
.detail-item-row .detail-item-title {
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-item-row .detail-item-content {
  padding-left: 6px;
  word-wrap: break-word;
}
.detail-item-row .detail-item-content .detail-content-text-pre {
  white-space: pre-wrap !important;
}
.detail-item-row .detail-item-short {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-item-row .detail-item-short .detail-content-text-pre {
  white-space: pre !important;
}
.detail-item-row .detail-limit-line {
  max-height: unset !important;
  overflow: hidden;
  display: -webkit-box;
  white-space: normal !important;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.detail-item-row .lh17 .detail-content-text {
  line-height: 17px;
  overflow: visible;
  display: inline-block;
  white-space: normal !important;
  text-overflow: unset !important;
}
.detail-item-row .detail-more-hide {
  display: none;
}
.detail-item-row .detail-collapse {
  margin-left: 10px;
}
.detail-item-row .r-change-right {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  margin-left: 10px;
}
.ant-tooltip-inner {
  word-break: break-all;
}
.detail-wrap .detail-item-row .detail-item-content {
  margin-right: 1px;
}
.detail-wrap .detail-item-row .label-colon {
  display: none;
}

.index__loading--SXBTxn {
  text-align: center;
  position: relative;
  top: 150px;
  left: 270px;
}
.index__rtreenode--eMitp5 {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 10px;
}
.index__rtreekey--sejxNb {
  margin-left: 5px;
}
.rtreenodewrap .ant-tree-node-content-wrapper {
  position: relative;
}
.rtreenodewrap .ant-tree-node-content-wrapper .sp-check {
  position: absolute;
  right: -20px;
}
.tree-head .treefn {
  float: right;
}
.tree-head .tree-title {
  font-size: 14px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.tree-head .treefn-title {
  left: -10px;
  position: relative;
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}
.tree-head .treefn-btn {
  top: -1px;
}
.vm-loose .ant-tree {
  font-size: 14px !important;
}

.ant-transfer-list {
  width: 210px;
  height: 350px;
}
.ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 0;
  margin-left: 0;
}
.ant-transfer-list-header-selected {
  display: inline-flex;
  justify-content: space-between;
  width: 80%;
}
.ant-transfer-list-header-selected .ant-transfer-list-header-title {
  position: static;
  padding-left: 8px;
  font-size: 12px;
  font-family: PingFang-SC-Medium, PingFang-SC;
  font-weight: 500;
  color: #333333;
}
.vm-loose .ant-transfer-list-header-selected .ant-transfer-list-header-title {
  font-size: 14px;
}
.ant-transfer-list-header-selected .ant-transfer-list-header-item-count {
  font-size: 12px;
  font-family: PingFang-SC-Regular, PingFang-SC;
  font-weight: 400;
  color: #999999;
}
.vm-loose .ant-transfer-list-header-selected .ant-transfer-list-header-item-count {
  font-size: 14px;
}
.ant-transfer-list-body .ant-transfer-list-content-item-required::before {
  display: inline-block;
  margin-right: 4px;
  color: #f5222d;
  font-size: 14px;
  font-family: SimSun, sans-serif;
  line-height: 1;
  content: '*';
}
.ant-transfer-list-footer .right-list-footer {
  padding: 7px 16px;
}
.ant-transfer-list-footer .right-list-footer .ant-btn {
  padding: 0;
  width: 25px;
  margin-right: 12px;
}
.ant-transfer-list-footer .right-list-footer .ant-btn:last-child {
  margin-right: 0;
  vertical-align: top;
}

.vm-loose .ant-tabs-nav-wrap {
  font-size: 14px;
}
.vm-loose .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab {
  font-size: 14px !important;
}

.r-menu-tab .ant-tabs-bar {
  background-color: #ffffff;
}
.vm-loose .ant-tabs {
  font-size: 14px !important;
}

.r-form-tabs .r-form-tab-title {
  border-bottom: 1px solid #F2F3F5;
  margin: 0 20px;
}
.r-form-tabs .r-form-tab-title .r-form-tab-title-item {
  position: relative;
  padding: 7px 20px;
  border: 1px solid #E9EAEC;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  background-color: #F8F9F9;
  font-size: 14px;
  color: #353B4B;
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
}
.r-form-tabs .r-form-tab-title .r-form-tab-title-item:hover {
  color: #317EF0;
}
.r-form-tabs .r-form-tab-title .r-form-tab-title-item.active {
  background-color: #FFFFFF;
  color: #317EF0;
  margin-bottom: -1px;
  vertical-align: bottom;
}
.r-form-tabs .r-form-tab-title .r-form-tab-title-item .iconfont {
  position: absolute;
  right: -8px;
  top: -10px;
  color: red;
}
.r-form-tabs .r-form-tabs-panel-hidden {
  display: none !important;
}
.r-form-tabs .r-form-tabs-panel {
  padding-top: 20px;
}

.index__error-box--r4jmh0 {
  background-color: #fff;
  overflow: auto;
  text-align: center;
}
.index__error-image--cljwQa {
  width: 180px;
}
.index__error-msg--_XqT88 {
  line-height: 18px;
  color: #666666;
  height: 18px;
}

.r-steps .ant-steps-item-wait .ant-steps-item-icon {
  border-color: rgba(0, 0, 0, 0.25);
  background: rgba(0, 0, 0, 0.25);
  border: 1px;
}
.r-steps .ant-steps-item-wait .ant-steps-item-icon .ant-steps-icon {
  color: white;
}

.org-tree-container {
  display: inline-block;
  padding: 15px;
  background-color: #fff;
}
.org-tree {
  display: table;
  text-align: center;
}
.org-tree:before,
.org-tree:after {
  content: '';
  display: table;
}
.org-tree:after {
  clear: both;
}
.org-tree-node,
.bala,
.org-tree-node-children {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.org-tree-node:before,
.bala:before,
.org-tree-node-children:before,
.org-tree-node:after,
.bala:after,
.org-tree-node-children:after {
  transition: all 0.35s;
}
.org-tree-node-label {
  position: relative;
  display: inline-block;
}
.org-tree-node-label .org-tree-node-label-inner {
  padding: 10px 15px;
  text-align: center;
  color: black;
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}
.bala:before,
.bala:after {
  content: '';
  position: absolute;
}
.bala:before {
  top: 0px;
  left: 0;
  bottom: 4px;
  width: 0;
  border-left: 1px solid red;
}
.bala:after {
  top: -20px;
  left: 0;
  right: 50%;
  height: 0;
  border-top: 1px solid red;
}
.org-tree-node-btn {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 20px;
  height: 20px;
  z-index: 10;
  margin-left: -11px;
  margin-top: 9px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: all 0.35s ease;
}
.org-tree-node-btn:hover {
  background-color: #e7e8e9;
  transform: scale(1.15);
}
.org-tree-node-btn:before,
.org-tree-node-btn:after {
  content: '';
  position: absolute;
}
.org-tree-node-btn:before {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 0;
  border-top: 1px solid #ccc;
}
.org-tree-node-btn:after {
  top: 4px;
  left: 50%;
  bottom: 4px;
  width: 0;
  border-left: 1px solid #ccc;
}
.org-tree-node-btn.expanded:after {
  border: none;
}
.org-tree-node {
  padding-top: 20px;
  display: table-cell;
  vertical-align: top;
}
.org-tree-node.is-leaf,
.org-tree-node.collapsed {
  padding-left: 10px;
  padding-right: 10px;
}
.org-tree-node:before,
.org-tree-node:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 19px;
}
.org-tree-node:after {
  left: 50%;
  border-left: 1px solid #ddd;
}
.org-tree-node:not(:first-child):before,
.org-tree-node:not(:last-child):after {
  border-top: 1px solid #ddd;
}
.collapsable .org-tree-node.collapsed {
  padding-bottom: 30px;
}
.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 50%;
  height: 20px;
  border-right: 1px solid #ddd;
}
.org-tree > .org-tree-node {
  padding-top: 0;
}
.org-tree > .org-tree-node:after {
  border-left: 0;
}
.org-tree-node-children {
  padding-top: 20px;
  display: table;
}
.org-tree-node-children:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 20px;
  border-left: 1px solid #ddd;
}
.org-tree-node-children:after {
  content: '';
  display: table;
  clear: both;
}
.horizontal .org-tree-node {
  display: table-cell;
  float: none;
  padding-top: 0;
  padding-left: 20px;
}
.horizontal .org-tree-node.is-leaf,
.horizontal .org-tree-node.collapsed {
  padding-top: 10px;
  padding-bottom: 10px;
}
.horizontal .org-tree-node:before,
.horizontal .org-tree-node:after {
  width: 19px;
  height: 50%;
}
.horizontal .org-tree-node:after {
  top: 50%;
  left: 0;
  border-left: 0;
}
.horizontal .org-tree-node:only-child:before {
  top: 1px;
  border-bottom: 1px solid #ddd;
}
.horizontal .org-tree-node:not(:first-child):before,
.horizontal .org-tree-node:not(:last-child):after {
  border-top: 0;
  border-left: 1px solid #ddd;
}
.horizontal .org-tree-node:not(:only-child):after {
  border-top: 1px solid #ddd;
}
.horizontal .org-tree-node .org-tree-node-inner {
  display: table;
}
.horizontal .org-tree-node-label {
  display: table-cell;
  vertical-align: middle;
}
.horizontal.collapsable .org-tree-node.collapsed {
  padding-right: 30px;
}
.horizontal.collapsable .org-tree-node.collapsed .org-tree-node-label:after {
  top: 0;
  left: 100%;
  width: 20px;
  height: 50%;
  border-right: 0;
  border-bottom: 1px solid #ddd;
}
.horizontal .org-tree-node-btn {
  top: 50%;
  left: 100%;
  margin-top: -11px;
  margin-left: 9px;
}
.horizontal > .org-tree-node:only-child:before {
  border-bottom: 0;
}
.horizontal .org-tree-node-children {
  display: table-cell;
  padding-top: 0;
  padding-left: 20px;
}
.horizontal .org-tree-node-children:before {
  top: 50%;
  left: 0;
  width: 20px;
  height: 0;
  border-left: 0;
  border-top: 1px solid #ddd;
}
.horizontal .org-tree-node-children:after {
  display: none;
}
.horizontal .org-tree-node-children > .org-tree-node {
  display: block;
}
.text-center {
  text-align: center;
}
.org-tree-node-label .org-tree-node-label-inner-blue {
  background: #1890ff;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-green {
  background: #52c41a;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-cyan {
  background: #13c2c2;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-pink {
  background: #eb2f96;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-orange {
  background: #fa8c16;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-yellow {
  background: #fadb14;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-gold {
  background: #faad14;
  color: white;
}
.org-tree-node-label .org-tree-node-label-inner-red {
  background: #f5222d;
  color: white;
}

.closeable-page {
  position: relative;
}
.closeable-page .close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.r-bill-detail {
  position: relative;
}
.r-bill-detail .showFrontBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #317EF0;
  text-decoration: underline;
}
.r-bill-wrap {
  background-image: url(../img/bmsbillbankacceptance3a4e29.jpg);
  padding: 15px;
  min-height: 400px;
  margin-bottom: 10px;
}
.r-bill-wrap table tr td {
  padding: 2px;
  height: 20px;
  line-height: 18px;
  min-width: 10px;
  border: 1px solid deepskyblue;
}
.r-bill-wrap .szzs {
  width: 20px;
  text-align: center;
}
.r-bill-wrap .lddq {
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.r-bill-wrap .jzdq {
  text-align: center;
}
.r-bill-wrap .mcell {
  height: 15px;
  font-size: 10px;
  text-align: center;
  padding: 0px;
  margin: 2px 0px;
}
.r-bill-wrap .r-bill-header {
  margin: 20px auto;
}
.r-bill-wrap .r-bill-header .r-bill-banner {
  background-image: url(../img/bmsbilllogo55c0dd.png);
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
}
.r-bill-wrap .r-bill-header .r-bill-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table {
  width: 100%;
  padding: 2px;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table th {
  border: none;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table td {
  border: none;
  text-align: left;
}
.r-bill-wrap .r-bill-main .r-bill-main-table table,
.r-bill-wrap .r-bill-main .r-bill-back-table table {
  width: 100%;
  padding: 2px;
  table-layout: fixed;
  border-collapse: collapse;
}
.r-bill-wrap .r-bill-footer {
  text-align: center;
}
.r-bill-back .close {
  float: right;
  cursor: pointer;
  color: red;
}
.rotateY {
  transform-style: preserve-3d;
}
.rotateY-enter {
  transform: rotateY(180deg);
}
.rotateY-enter-active {
  transition: transform 2s;
  transform: rotateY(0deg);
}
.rotateY-exit {
  transform: rotateY(0deg);
}
.rotateY-exit-active {
  transition: transform 2s;
  transform: rotateY(180deg);
}

.ant-carousel .custom-prev-arrow {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: -10%;
  cursor: pointer;
}
.ant-carousel .custom-next-arrow {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: -10%;
  cursor: pointer;
}

.r-password-form {
  padding: 20px 0 0 27px!important;
  margin-bottom: 5px!important;
  overflow: hidden;
}
.r-password-form .password-hint {
  display: block;
  line-height: 18px!important;
  margin: -5px 0 10px 106px !important;
  color: #999;
  text-align: left;
}
.r-password-form .ant-form-item {
  margin-bottom: 15px;
}
.r-password-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.r-password-form .ant-form-item .ant-form-explain {
  margin-top: 0px;
}
.r-password-form .ant-form-item .ant-form-item-label {
  text-align: right!important;
  line-height: 30px!important;
  height: 30px;
}
.r-password-form .ant-form-item .ant-col-8 {
  max-width: 106px!important;
}
.r-password-form .ant-form-item .ant-col-16 {
  width: 330px;
}
.r-password-form .ant-form-item .ant-input {
  height: 30px;
}

.config-button {
  min-width: 30px!important;
  padding: 0 10px!important;
}
.r-table-config-wrap {
  padding: 15px 20px;
}
.r-table-config-wrap .ant-transfer-list-header-selected {
  width: 92%;
}
.r-table-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-title {
  padding-left: 3px;
}
.r-table-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-title,
.r-table-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-item-count {
  font-family: unset;
}
.r-table-config-wrap ul {
  list-style: none;
  padding: 0;
}
.r-table-config-wrap .ant-transfer {
  float: left;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer {
  background: #fff;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer .ant-btn {
  width: 26px;
  height: 26px;
  margin-right: 0;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer .ant-btn .iconfont {
  font-size: 14px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body {
  padding: 0;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div {
  height: auto !important;
  margin-top: 6px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div:first-child {
  margin-top: 10px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div:last-child {
  margin-bottom: 10px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item {
  min-height: 22px;
  padding: 0 20px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item label .custom-checkbox {
  padding: 0px;
}
.r-table-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item .ant-transfer-list-content-item-text {
  padding-left: 12px;
}
.r-table-config-wrap .ant-transfer-list {
  border-radius: 4px;
  border-color: #EFEFEF;
  padding-top: 36px;
}
.r-table-config-wrap .ant-transfer-list .iconfont {
  font-size: 14px;
}
.r-table-config-wrap .ant-transfer-operation {
  margin: 0 16px;
}
.r-table-config-wrap .ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 15px;
}
.r-table-config-wrap .ant-transfer-operation button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin-bottom: 15px;
  background-color: #317EF0;
  color: #fff;
  border-color: #317EF0;
}
.r-table-config-wrap .ant-transfer-operation button:disabled {
  border: 1px solid #EFEFEF;
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fff !important;
}
.r-table-config-wrap .ant-transfer-list-header {
  height: 36px;
  line-height: 36px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 12px 0 20px;
  color: #333333;
  font-weight: bold;
}
.r-table-config-wrap .ant-transfer-list-header .ant-transfer-list-header-title {
  font-weight: bold;
}
.r-table-config-wrap .ant-transfer-list-header .r-ant-checkbox-wrapper .custom-checkbox {
  top: 0;
}
.r-table-config-wrap .ant-transfer-list-header .ant-checkbox + span {
  padding: 0;
}
.r-table-config-wrap .ant-transfer-list-body {
  padding: 10px 0;
}
.r-table-config-wrap .ant-transfer-list-body ul li {
  padding: 5px 20px;
  color: #333333;
}
.r-table-config-wrap .ant-transfer-list-body ul li .r-ant-checkbox-wrapper .custom-checkbox {
  top: 0;
}
.r-table-config-wrap .ant-transfer-list-with-footer {
  padding-bottom: 39px;
}
.r-table-config-wrap .r-sort {
  float: right;
  width: 324px;
  height: 350px;
  border-radius: 4px;
  border: 1px solid #EFEFEF;
  background-color: #ffffff;
  overflow: auto;
  position: relative;
  padding-top: 36px;
  margin-left: 20px;
}
.r-table-config-wrap .r-sort .r-delete-checkbox {
  margin-top: 8px;
}
.r-table-config-wrap .r-sort .sort-async-form {
  margin: 0 !important;
}
.r-table-config-wrap .r-sort .sort-async-form .ant-form-item {
  margin-bottom: 5px;
}
.r-table-config-wrap .r-sort .sort-add {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  color: #2761FF;
  cursor: pointer;
}
.r-table-config-wrap .r-sort .sort-add i {
  font-size: 16px;
  padding-right: 5px;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body {
  overflow: auto;
  padding: 12px 10px;
  height: calc(100% - 36px);
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form {
  position: relative;
  height: 42px;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form .advanced-async-index {
  position: absolute;
  top: 5px;
  font-weight: 400;
  color: #333333;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form .ant-form-item {
  margin-bottom: 10px;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div:first-child,
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div:last-child {
  padding: 0 !important;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div.ant-col-1 {
  width: auto;
  margin-left: 5px;
  line-height: 32px;
  cursor: pointer;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div.ant-col-8 .ant-select-selection__placeholder {
  width: 100%;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div.ant-col-14 {
  padding: 0 9px 0 18px !important;
}
.r-table-config-wrap .r-sort .ant-transfer-list-body .advanced-async-form div.ant-col-14 .ant-select-selection-selected-value {
  padding: 0;
}
.r-table-config-wrap .r-sort .anticon-minus-circle-o {
  cursor: pointer;
  margin: 11px 0 0 0;
  color: #F5212D;
}
.r-table-config-wrap .right-list-footer {
  display: flex;
  justify-content: space-between;
}
.r-table-config-wrap .right-list-footer .ant-btn-primary {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.r-table-config-wrap .right-list-footer .ant-btn-primary:hover {
  border-color: #317EF0;
}
.r-table-config-wrap .right-list-footer .ant-btn-primary[disabled]:hover {
  border-color: #d9d9d9;
}
.r-table-config-wrap .right-list-footer .ant-btn[disabled] {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}
.table-config-footer .ant-modal-footer {
  text-align: right;
  padding: 10px 20px;
}
.table-config-footer .ant-modal-footer .r-ant-btn-ghost {
  background-color: #fff;
}
.table-config-footer .ant-modal-footer .r-ant-btn-ghost:hover {
  color: #317EF0;
  border-color: #317EF0;
}
.table-config-footer .ant-modal-footer .r-ant-btn-ghost:focus {
  color: #317EF0;
  border-color: #317EF0;
}
.add-tip {
  text-align: center;
  height: 250px;
  line-height: 250px;
  color: #999;
}
.home-sub-content > .react-grid-layout .react-grid-item .ant-tabs-top-content .ant-tabs-tabpane-active > div .todo-page-container .ant-table-body-outer {
  height: calc(100% - 22px);
}

.search-default-open {
  float: left;
  height: 32px;
  line-height: 32px;
}
.search-default-open .search-default-open-switch {
  margin-left: 8px;
}
.r-search-config-wrap {
  padding: 15px 20px;
}
.r-search-config-wrap .ant-transfer-list-header-selected {
  width: 92%;
}
.r-search-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-title {
  padding-left: 0;
}
.r-search-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-title,
.r-search-config-wrap .ant-transfer-list-header-selected .ant-transfer-list-header-item-count {
  font-family: unset;
}
.r-search-config-wrap ul {
  list-style: none;
  padding: 0;
}
.r-search-config-wrap .ant-transfer {
  float: left;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer {
  background: #fff;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer .ant-btn {
  width: 26px;
  height: 26px;
  margin-right: 12px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-footer .right-list-footer .ant-btn .iconfont {
  font-size: 14px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body {
  padding: 0;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div {
  height: auto !important;
  margin-top: 6px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div:first-child {
  margin-top: 10px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div:last-child {
  margin-bottom: 10px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item {
  min-height: 22px;
  padding: 0 20px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item label .custom-checkbox {
  padding: 0px;
}
.r-search-config-wrap .ant-transfer .ant-transfer-list-body ul div li.ant-transfer-list-content-item .ant-transfer-list-content-item-text {
  padding-left: 12px;
}
.r-search-config-wrap .ant-transfer-list {
  border-radius: 4px;
  border-color: #EFEFEF;
  padding-top: 36px;
}
.r-search-config-wrap .ant-transfer-list .iconfont {
  font-size: 14px;
}
.r-search-config-wrap .ant-transfer-operation {
  margin: 0 15px;
}
.r-search-config-wrap .ant-transfer-operation .ant-btn:first-child {
  margin-bottom: 15px;
}
.r-search-config-wrap .ant-transfer-operation button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 7px;
  margin-bottom: 15px;
  background-color: #317EF0;
  color: #fff;
  border-color: #317EF0;
}
.r-search-config-wrap .ant-transfer-operation button:disabled {
  border: 1px solid #EFEFEF;
  color: rgba(0, 0, 0, 0.65) !important;
  background-color: #fff !important;
}
.r-search-config-wrap .ant-transfer-list-header {
  height: 36px;
  line-height: 36px;
  background-color: #F9FAFB;
  border-bottom: 1px solid #EFEFEF;
  padding: 0 12px 0 20px;
  color: #333333;
  font-weight: bold;
}
.r-search-config-wrap .ant-transfer-list-header .ant-transfer-list-header-title {
  font-weight: bold;
}
.r-search-config-wrap .ant-transfer-list-header .r-ant-checkbox-wrapper {
  display: none;
}
.r-search-config-wrap .ant-transfer-list-header .ant-checkbox-wrapper + span {
  padding-left: 0;
}
.r-search-config-wrap .ant-transfer-list-body {
  padding: 10px 0;
}
.r-search-config-wrap .ant-transfer-list-body ul li {
  padding: 5px 20px;
  color: #333333;
}
.r-search-config-wrap .ant-transfer-list-body ul li .r-ant-checkbox-wrapper .custom-checkbox {
  top: 0;
}
.r-search-config-wrap .ant-transfer-list-with-footer {
  padding-bottom: 39px;
}
.r-search-config-wrap .right-list-footer {
  padding: 7px 21px;
}
.r-search-config-wrap .right-list-footer .ant-btn-primary {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.r-search-config-wrap .right-list-footer .ant-btn-primary:hover {
  border-color: #317EF0;
}
.r-search-config-wrap .right-list-footer .ant-btn-primary[disabled]:hover {
  border-color: #d9d9d9;
}
.r-search-config-wrap .right-list-footer .ant-btn[disabled] {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
}

.ant-list-active {
  color: #317EF0 !important;
  background: rgba(49, 126, 240, 0.06) !important;
}
.ant-list-empty-text {
  display: none;
}
.icon-select {
  position: absolute;
  margin-left: -21px;
  font-size: 12px;
}
.ant-select-open + .icon-select {
  transform: rotate(180deg);
}
.ant-view-list-item,
.ant-list-active {
  position: relative;
}
.ant-view-list-item:last-child {
  border-bottom: 1px solid #EFEFEF !important;
}
.index__ant-list-bordered--Feropy .index__ant-list-item--eskBz6 {
  padding-right: 0!important;
  padding-left: 0!important;
}
.index__view-wrap--gWOBss {
  display: flex;
}
.index__view-wrap--gWOBss .index__view-info--kQ71ER {
  font-weight: normal !important;
}
.index__view-wrap--gWOBss .index__view-info--kQ71ER .index__view-item--FXWVyn {
  position: relative;
  line-height: 40px;
}
.index__view-wrap--gWOBss .index__view-info--kQ71ER .index__view-item--FXWVyn .index__item-span--vbePph {
  margin-right: 10px;
}
.index__view-wrap--gWOBss .index__view-info--kQ71ER .index__view-item--FXWVyn .index__view-checkBx--oHY23M {
  display: inline-block !important;
  width: 30% !important;
  height: 22px;
}
.vm-compact .index__view-wrap--gWOBss .index__view-info--kQ71ER .index__view-item--FXWVyn .index__view-checkBx--oHY23M {
  height: 18px;
}
.index__async-form-wrap--fAKs1b {
  padding: 10px 0 0 18px;
  color: #333333;
  min-height: 0;
  max-height: 300px;
  overflow: auto;
}
.index__edit-btn--YAbAhC {
  float: right;
  margin-top: 3px;
  font-size: 10px;
}
.index__query-li--sW_oCa {
  border-bottom: 1px solid #EFEFEF;
}
.index__add-li--uNM1qT {
  border-top: 1px solid #EFEFEF !important;
}
.index__add-btn--o3S1Ml {
  width: 200%;
  height: 30px;
  padding-left: 70px;
  margin: -7px -15px;
  font-size: 10px;
  line-height: 30px;
}
.vm-loose .index__view-wrap--gWOBss {
  font-size: 14px;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 {
  width: 25%;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV {
  height: 100%;
  border-right: 1px solid #EFEFEF;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-items--Iivb0R {
  padding: 10px 0 0 0;
  margin: 0;
  height: 460px;
  overflow: auto;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 {
  color: #317EF0 !important;
  background: rgba(49, 126, 240, 0.06) !important;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 {
  padding-left: 20px;
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
  position: relative;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj:hover .index__view-delete--WsJwP2, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3:hover .index__view-delete--WsJwP2 {
  display: block !important;
  font-size: 14px !important;
  position: absolute;
  right: 12px;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj .index__view-item-value--sUh0T5, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 .index__view-item-value--sUh0T5 {
  cursor: pointer;
  width: 70%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj .index__view-item-value--sUh0T5:hover, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 .index__view-item-value--sUh0T5:hover {
  color: #317EF0;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj .index__view-delete--WsJwP2, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 .index__view-delete--WsJwP2 {
  cursor: pointer;
  margin-left: 20px;
}
.index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__view-list-item--KKgJaj .index__view-item-default--fpOpQo, .index__view-wrap--gWOBss .index__view-left--oOpGf1 .index__view-list--vrp9qV .index__ant-list-active--gMY8L3 .index__view-item-default--fpOpQo {
  display: inline-block;
  background: rgba(239, 69, 33, 0.07);
  color: #EF4521;
  padding: 4px;
  margin-right: 5px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP {
  display: flex;
  flex-direction: column;
  width: 80%;
  overflow-y: hidden;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-info--kQ71ER {
  padding-top: 20px;
  padding-left: 20px;
  font-weight: bold;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-info--kQ71ER .index__ant-radio-input--z2bhtS {
  width: 200px;
  line-height: 10px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-info--kQ71ER input[type="radio"] {
  width: 20px;
  height: 20px;
  margin: 0 20px;
  line-height: 20px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-info--kQ71ER input {
  height: 32px;
  border-radius: 3px !important;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-info--kQ71ER span i {
  font-size: 14px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-condition--JOFqSd {
  flex: 1;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-condition--JOFqSd .index__view-add--LJZ2up {
  display: inline-block;
  color: #317EF0;
  border-radius: 2px;
  cursor: pointer;
  padding-left: 16px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-condition--JOFqSd .index__view-add--LJZ2up i {
  padding-right: 5px;
  font-size: 10px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-condition--JOFqSd a i {
  font-size: 16px !important;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa {
  position: relative;
  height: 56px;
  line-height: 56px;
  border-top: 1px solid #EFEFEF;
  text-align: right;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__delete-btn--TWkzSk {
  margin-left: 20px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__search-btn--PaCkUZ, .index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__save-btn--Iij3w3, .index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__reset-btn--TsCHrk {
  margin-right: 10px!important;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__save-btn--Iij3w3 {
  width: 68px;
  height: 32px;
  padding: 5px 22px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__search-btn--PaCkUZ {
  height: 32px;
  padding: 4px 9px 5px 9px;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__search-btn--PaCkUZ:hover {
  border-color: #317EF0;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__search-btn--PaCkUZ:focus {
  color: #317EF0;
  border-color: #317EF0;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__reset-btn--TsCHrk {
  width: 68px;
  height: 32px;
  padding: 5px 22px;
  background-color: #fff;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__reset-btn--TsCHrk:hover {
  color: #317EF0;
  border-color: #317EF0;
}
.index__view-wrap--gWOBss .index__view-right--sfnnHP .index__view-button--JtPYJa .index__reset-btn--TsCHrk:focus {
  color: #317EF0;
  border-color: #317EF0;
}
.r-advanced-query .ant-select-selection__rendered {
  height: 30px;
  line-height: 30px;
}
.r-advanced-query .ant-select-selection__clear {
  left: 130px;
  width: 13px;
  height: 13px;
}
.ant-select-dropdown-menu-item .plus-new {
  margin-left: -10px;
  color: #317EF0;
  font-size: 14px;
}
.ant-select-dropdown-menu-item .plus-new i {
  margin-right: 4px;
  color: #317EF0;
  font-size: 12px;
}
.advanced-async-form {
  margin: 0 !important;
}
.advanced-async-form .ant-col-7,
.advanced-async-form .ant-col-5,
.advanced-async-form .ant-col-10,
.advanced-async-form .ant-col-2 {
  padding: 0 6px 0 0;
}
.advanced-async-form .ant-col-operation span {
  cursor: pointer;
  display: block;
  text-align: center;
  height: 32px;
  line-height: 32px;
}
.advanced-async-form .ant-col-operation span .iconfont {
  font-size: 14px !important;
}
.advanced-async-form .ant-calendar-picker,
.advanced-async-form .ant-time-picker,
.advanced-async-form .ant-time-picker-input {
  width: 100%;
}
.advanced-async-form .ant-input {
  border-radius: 3px;
}
.advanced-async-form .ant-select-selection {
  border-radius: 3px;
}
.advanced-async-form .ant-select-selection__choice {
  max-width: 62%!important;
}
.advanced-async-form .ant-form-item {
  margin-bottom: 10px;
}
.advanced-async-form .ant-form-explain {
  display: none;
  position: absolute;
  margin: 0;
}
.advanced-async-form .anticon-minus-circle-o {
  margin: 11px 0 0 0;
  color: #f5212d;
  font-weight: bold;
  cursor: pointer;
}
.r-advanced-query-dropdown .ant-select-dropdown-menu {
  border-bottom: 1px solid #EFEFEF;
}
.r-advanced-query-dropdown .ant-select-dropdown-menu .ant-select-dropdown-menu-item.ant-select-dropdown-menu-item-disabled {
  padding: 5px 14px;
  text-align: center;
}
.button-drop-container {
  display: inline-block;
}
.button-drop-container .dropdown-button .trigger-click-btn {
  width: 65px;
  margin-right: 0!important;
  border-right: none;
}
.button-drop-container .ant-btn {
  height: 30px;
}
.vm-compact .button-drop-container .ant-btn {
  height: 22px;
  line-height: 16px;
}
.button-drop-container .ant-btn-ghost:hover {
  border: 1px solid #317EF0 !important;
  color: #317EF0;
}
.button-drop-container .ant-btn-ghost:focus {
  border-color: #EFEFEF !important;
  color: #333;
}
.button-drop-container .select .ant-btn span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
  vertical-align: top;
}
.button-drop-container .select .r-button .ant-btn-ghost {
  border: 1px solid #317EF0 !important;
  color: #317EF0;
}
.button-drop-container .select .trigger-click-icon {
  width: 30px;
}
.button-drop-container .select .trigger-click-icon span {
  width: 0px;
}
.button-drop-container .select .r-button:nth-child(2) .ant-btn-ghost {
  border-left: 0px !important;
}
.button-drop-container .normal .ant-btn {
  width: 85px;
}
.button-drop-container .normal .ant-btn span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 50px;
  vertical-align: top;
}
.button-drop-container .normal .ant-btn-ghost {
  padding: 5px 8px!important;
}
.button-drop-container .normal .ant-btn-ghost.trigger-click-icon {
  width: 30px;
}
.button-drop-container .normal .ant-btn-ghost.trigger-click-icon span {
  width: 0px;
}
.button-drop-container .normal .ant-btn-ghost:hover {
  border: 1px solid #317EF0 !important;
  color: #317EF0;
}
.button-drop-container .normal .ant-btn-ghost:focus {
  border-color: #EFEFEF !important;
  color: #333;
}
.is-select,
.noleft-is-select {
  border: 1px solid #317EF0 !important;
  color: #317EF0 !important;
}
.noleft-is-select {
  border-left: 0px !important;
}
.button-drop-search .dropdown-button .dropdown-panel .button-menu:before {
  left: 75%;
}
.button-drop-search .dropdown-button .dropdown-panel .button-menu:after {
  left: 75%;
}
.vm-compact .button-drop-search .dropdown-button .dropdown-panel .button-menu {
  top: 14px;
}
.noviews-container {
  position: relative;
  height: 40px;
  margin-bottom: -10px;
}
.noviews-btn-left {
  width: 85px;
  height: 30px;
  line-height: 18px;
  border: 1px solid #E6E7E8;
  border-radius: 4px;
  padding: 5px 8px;
  color: #333;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
}
.vm-compact .noviews-btn-left {
  height: 22px;
  padding: 2px 8px;
}
.noviews-btn-left:hover {
  color: #317EF0;
  border-color: #317EF0;
  border-right: 1px solid #317EF0;
}
.noviews-btn-left span {
  display: inline-block;
  text-align: center;
  width: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
}
.noviews-modal {
  position: absolute;
  display: none;
  width: 170px;
  z-index: 100;
  height: 60px;
  right: -19px;
  top: 39px;
  background: #FFFFFF;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #E4E7ED;
  border-radius: 4px;
}
.noviews-modal ul {
  border-radius: 4px;
  min-width: 100%;
  position: absolute;
  background-color: #ffffff;
  padding: 0;
  margin: 0;
  text-align: center;
  height: 60px;
  line-height: 60px;
  color: #999;
}
.noviews-modal ul:before {
  display: block;
  content: '';
  width: 0;
  border-bottom: 6px solid #fff;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  left: 75%;
  top: -11.5px;
  z-index: 6;
}
.noviews-modal ul:after {
  display: block;
  content: '';
  width: 0;
  border-bottom: 6px solid #e4e7ed;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  left: 75%;
  top: -12.6px;
}
.noviews-modal ul .ant-menu-item-level-1 {
  cursor: default !important;
}
.noviews-modal ul .ant-menu-item-level-1:hover {
  color: #999;
  background-color: #fff !important;
}
.noviews-modal ul .ant-menu-item-level-1 span {
  color: #317EF0;
}
.table-search-button > span .trigger-click-btn > span,
.two-page-wrap .two-page-inner .button-drop-container .trigger-click-btn > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 48px;
}
.vm-loose .table-search-button > span .trigger-click-btn > span,
.vm-loose .two-page-wrap .two-page-inner .button-drop-container .trigger-click-btn > span {
  width: 56px;
}
.table-search-button > span .dropdown-button .dropdown-panel .button-menu,
.two-page-wrap .two-page-inner .button-drop-container .dropdown-button .dropdown-panel .button-menu {
  min-width: none;
  width: 170px;
  left: -66px !important;
}
.table-search-button > span .ant-menu-item-level-1:hover,
.two-page-wrap .two-page-inner .button-drop-container .ant-menu-item-level-1:hover {
  transition: visibility 0.1s;
  background-color: #F7F9FF;
}
.table-search-button > span .ant-menu-item-level-1:hover .iconduihao,
.two-page-wrap .two-page-inner .button-drop-container .ant-menu-item-level-1:hover .iconduihao {
  visibility: visible;
}
.table-search-button > span .iconduihao,
.two-page-wrap .two-page-inner .button-drop-container .iconduihao {
  float: right;
  visibility: hidden;
}
.advanced-p {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 110px;
}
.table-search-form .table-search-button .button-drop-search .r-dropdown-btn > span {
  margin-right: 6px;
}

.r-import-dialog .r-import-notice,
.r-import-inner .r-import-notice {
  color: #999999;
  margin-bottom: 10px;
  padding-left: 130px;
}
.r-import-dialog .r-upload-file-list,
.r-import-inner .r-upload-file-list {
  width: 100%;
  color: #606266;
  text-align: left;
  line-height: 17px;
  list-style: none;
  padding: 0;
}
.r-import-dialog .r-upload-file-list li,
.r-import-inner .r-upload-file-list li {
  padding: 0;
}
.r-import-dialog .r-upload-file-list .item,
.r-import-inner .r-upload-file-list .item {
  position: relative;
  margin-left: 130px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 330px;
  background: #F9FAFB;
  border-radius: 4px;
}
.r-import-dialog .r-upload-file-list .item-name,
.r-import-inner .r-upload-file-list .item-name {
  font-size: 12px;
  padding: 7px 10px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  white-space: nowrap;
}
.r-import-dialog .r-upload-file-list .remove-file-item,
.r-import-inner .r-upload-file-list .remove-file-item {
  cursor: pointer;
}
.r-import-dialog .r-upload-file-list .remove-file-item:hover,
.r-import-inner .r-upload-file-list .remove-file-item:hover {
  opacity: 1;
}
.r-import-dialog .r-upload-file-list .remove-file-item i,
.r-import-inner .r-upload-file-list .remove-file-item i {
  font-size: 12px;
  color: #7F7F7F;
}
.r-import-inner {
  text-align: center;
}
.r-import-inner .r-download-temp-btn {
  width: 440px;
  height: 60px;
  margin: 14px auto 20px;
  background: #f8f9f9;
  border-color: #f8f9f9;
  color: #317EF0;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}
.r-import-inner .r-uploader-box {
  width: 440px;
  height: 150px;
  border-radius: 4px;
  border: 1px dashed #d9d9d9;
  text-align: center;
  background: #fff;
  position: relative;
  margin: auto;
}
.r-import-inner .r-uploader-box:hover {
  border-color: #317EF0;
}
.r-import-inner .r-uploader-box .anticon.anticon-upload {
  font-size: 32px;
  line-height: 30px;
  margin-top: 45px;
  margin-bottom: 15px;
}
.r-import-inner .r-uploader-box .upload-text {
  line-height: 20px;
  font-size: 14px;
  color: #333333;
}
.r-import-inner .r-uploader-box .webuploader-pick {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.r-import-inner .r-upload-file-list {
  width: 440px;
  margin: 10px auto;
  list-style: none;
  padding: 0;
}
.r-import-inner .r-upload-file-list li {
  padding: 0;
}
.r-import-dialog {
  padding: 32px 0px;
}
.r-import-dialog .button-mode-download-temp {
  border: 1px solid #d9d9d9;
}
.r-import-dialog .panel-wrap {
  /* padding: 0 77px 0 20px; */
  border-bottom: none;
}
.r-import-dialog .ant-form-item {
  margin-bottom: 15px;
  /* .ant-col-16 {
      width: calc(~"100% - 80px");
    } */
}
.r-import-dialog .ant-form-item .ant-form-item-label {
  max-width: 114px!important;
}
.r-import-dialog .ant-form-item.r-upload-file-form-item {
  margin-bottom: 10px;
}
.r-import-dialog .ant-form-item.r-upload-file-form-item .ant-form-item-control {
  height: auto;
}
.r-import-dialog .ant-select-selection {
  height: 35px;
}
.r-import-dialog .ant-select-selection .ant-select-selection__rendered {
  height: 33px;
  line-height: 33px;
}
.r-import-dialog .upload-form .ant-form-item-children {
  display: flex;
  align-items: center;
}
.upload-form .ant-col-4,
.condition-form .ant-col-4 {
  width: 130px;
}
.upload-form .ant-col-20,
.condition-form .ant-col-20 {
  width: 350px;
}

.r-password-form {
  padding: 20px 0 0 27px;
}
.r-password-form .password-hint {
  display: block;
  line-height: 24px;
  margin-bottom: 6px;
  color: #999;
}
.r-password-form .ant-form-item {
  margin-bottom: 15px;
}
.r-password-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.r-password-form .ant-form-item .ant-form-explain {
  margin-top: 0px;
}
.r-password-form .ant-form-item .ant-form-item-label {
  text-align: left;
  line-height: 24px;
  padding-bottom: 2px;
}
.r-password-form .ant-form-item .ant-input {
  height: 30px;
}

.r-reset-password-form {
  padding: 30px 50px 15px 30px!important;
}
.r-reset-password-form .password-hint {
  display: block;
  margin-top: -24px;
  color: #999;
}
.r-reset-password-form .ant-form-item {
  margin-bottom: 15px;
}
.r-reset-password-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.r-reset-password-form .ant-form-item .ant-form-explain {
  margin-top: 0px;
}
.r-reset-password-form .ant-form-item .ant-col-8 {
  max-width: 82px!important;
}
.r-reset-password-form .ant-form-item .ant-col-16 {
  width: 258px;
}
.r-reset-password-form .ant-form-item .ant-input {
  height: 30px;
}

 {
  /*
 导航菜单弹窗样式
   */
  /*
  快捷菜单编辑弹窗样式
   */
}
body ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #c1c1c1 !important;
  border: 2px solid #c1c1c1 !important;
  border-radius: 3px;
  outline-offset: -2px;
  -webkit-border-radius: 3px;
}
body ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #c1c1c1;
  -webkit-border-radius: 4px;
}
body ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.index__home-top--UPuWBe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 46px;
  font-weight: 500;
  background-color: #317EF0;
}
.vm-compact .index__home-top--UPuWBe {
  height: 38px;
}
.vm-loose .index__home-top--UPuWBe {
  height: 54px;
  font-size: 14px;
}
.index__home-top--UPuWBe .index__home-top-reminder--bwexKf {
  display: none;
  align-items: center;
  width: 100%;
  height: 30px;
  padding-left: 20px;
  color: #f54222;
  background: #fff2f0;
}
.index__home-top--UPuWBe .index__home-top-reminder--bwexKf i {
  margin-right: 9px;
  font-size: 14px;
}
.index__home-top--UPuWBe .index__home-logo--UGwi29 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  width: 126px;
  height: 30px;
  margin-left: 10px;
  vertical-align: middle;
  color: #fff;
  font-size: 14px;
}
.index__home-top--UPuWBe .index__home-logo-collapse--ZORllP {
  width: 60px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF {
  position: relative;
  display: inline;
  height: 46px;
  color: #333;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD {
  float: right;
  margin-right: 6px;
  height: 46px;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD i {
  color: #ffffff;
  opacity: 85%;
  font-size: 18px;
  cursor: pointer;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD i:hover {
  color: #fff;
  opacity: 1;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD a:hover i {
  color: #fff;
  opacity: 1;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD a:hover span {
  opacity: 1;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD a {
  display: inline-block;
  width: 42px;
  height: 46px;
  line-height: 46px;
  text-align: center;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD .index__badge--yqEXl0 {
  vertical-align: inherit;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD .index__user-org--Cekxdn {
  display: inline-block;
  margin-right: 15px;
  height: 46px;
  line-height: 46px;
  float: left;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD .index__user-org--Cekxdn .index__user-org-icon--GQrNQP {
  margin-right: 5px;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD .index__user-org--Cekxdn:hover i {
  color: #fff;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__user-operate--GZa5GD .index__language--edBDIm {
  display: inline-block;
  margin: 0 -20px;
}
.index__home-top--UPuWBe .index__home-top-bar--haNonF .index__menu-tag-wrap--ZFFL3k {
  position: absolute;
  bottom: 0;
  height: 30px;
}
.index__home-top-wujie--jyyWsH {
  z-index: unset;
}
.index__home-container--lvAt13 {
  position: relative;
  height: 100%;
}
.index__home-container--lvAt13 .index__home-menu--hcVcP4 {
  position: fixed;
  top: 46px;
  left: 0;
  width: 193px;
  background-color: #fff;
  border-right: 1px solid #efefef;
}
.vm-compact .index__home-container--lvAt13 .index__home-menu--hcVcP4 {
  top: 38px;
}
.vm-standard .index__home-container--lvAt13 .index__home-menu--hcVcP4 {
  top: 46px;
}
.vm-loose .index__home-container--lvAt13 .index__home-menu--hcVcP4 {
  top: 54px;
}
.index__home-container--lvAt13 .index__home-menu--hcVcP4 .index__ant-menu-item--bp9lGY {
  color: #87d068;
}
.index__home-container--lvAt13 .index__r-menu--Rgug5b.index__ant-menu-light--WpTYzT {
  color: red;
}
.index__home-container--lvAt13 .index__home-menu-collapse--QmYbfC {
  position: fixed;
  top: 46px;
  left: 0;
  width: 56px;
  background-color: #fff;
  border-right: 1px solid #efefef;
}
.index__home-container--lvAt13 .index__home-menu-collapse--QmYbfC .index__home-logo--UGwi29 {
  height: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background-color: #317EF0;
}
.index__home-container--lvAt13 .index__home-title-bar--OjWpVB {
  display: flex;
  align-items: center;
  padding-left: 24px;
  position: relative;
  height: 46px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 46px;
  width: auto;
}
.index__home-container--lvAt13 .index__home-title-bar--OjWpVB img {
  max-width: 110px;
  max-height: 40px;
}
.index__home-container--lvAt13 .index__home-title-bar--OjWpVB .index__menu_company--VJgz8c {
  margin-left: 12px;
}
.index__home-container--lvAt13 .index__menu-collapse--fZORiV {
  padding-left: 60px;
}
.index__home-container--lvAt13 .index__home-content-collapse--scv4Wo {
  position: absolute;
  top: 46px;
  right: 0;
  left: 56px;
  width: 100%;
}
.index__home-container--lvAt13 .index__home-content-collapse--scv4Wo .index__home-sub-content--YPiIVl {
  background: #f5f6f7;
  overflow-y: auto;
}
.index__home-container--lvAt13 .index__menu-buttom-box--klt1In {
  position: relative;
  display: flex;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 193px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-right: 1px solid #efefef;
}
.index__home-container--lvAt13 .index__menu-buttom-box--klt1In span {
  display: inline-block;
  height: 18px;
  color: #999;
  line-height: 18px;
}
.index__home-container--lvAt13 .index__menu-buttom-box--klt1In .index__collapse-text--wpqiCy {
  display: flex;
  max-width: 140px;
  padding-left: 15px;
  border-left: 1px solid #efefef;
}
.index__home-container--lvAt13 .index__menu-buttom-box--klt1In .index__collapse-text-content--apToH_ {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index__home-container--lvAt13 .index__menu-buttom-box-collapse--ZXHUoQ {
  position: relative;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 48px;
  line-height: 48px;
  background: #fff;
  border-right: 1px solid #efefef;
}
.index__home-container--lvAt13 .index__home-content--PXrNjr {
  position: absolute;
  top: 46px;
  right: 0;
  left: 193px;
}
.index__home-container--lvAt13 .index__home-content--PXrNjr .index__home-sub-content--YPiIVl {
  background: #f5f5f5;
}
.wujie_iframe .index__home-container--lvAt13 .index__home-content--PXrNjr .index__home-sub-content--YPiIVl {
  height: calc(100vh - 78px);
}
.index__home-container--lvAt13 .index__home-content--PXrNjr .ant-tabs-tab:hover {
  color: #317EF0;
}
.index__home-container--lvAt13 .index__home-copyright-info--ON23_g {
  width: 100%;
  bottom: 0;
  height: 30px;
  text-align: center;
  color: #949699;
  line-height: 30px;
  background: #f5f5f5;
}
.index__powered-by-wujie--z9GSAz > .index__home-content--PXrNjr {
  top: 0;
  left: 0;
  padding: 0;
  position: relative;
}
.index__powered-by-wujie--z9GSAz > .index__home-content--PXrNjr > :not(.index__home-sub-content--YPiIVl) {
  display: none;
}
.index__powered-by-wujie--z9GSAz > :not(.index__home-content--PXrNjr) {
  display: none;
}
.index__ant-select-selection__rendered--Zc0oK_ {
  margin-left: 10px;
}
.index__ant-pwd-strength--TtiD4K {
  display: inline-block;
  height: 32px;
  margin-left: 8px;
  line-height: 32px;
  vertical-align: middle;
}
.index__ant-pwd-strength-item--ZZTddI {
  float: left;
  width: 19px;
  height: 8px;
  margin-top: 12px;
  margin-right: 1px;
  line-height: 8px;
  list-style: none;
  background-color: #f3f3f3;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.index__ant-pwd-strength-item-1--drmJqE {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.index__ant-pwd-strength-item-2--sFjDR8 {
  width: 20px;
}
.index__ant-pwd-strength-item-3--f3RcI6 {
  margin-right: 8px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.index__ant-pwd-strength-low--iTnib5 .index__ant-pwd-strength-item-1--drmJqE, .index__ant-pwd-strength-medium--uDm3Ad .index__ant-pwd-strength-item-1--drmJqE, .index__ant-pwd-strength-high--CsN1V0 .index__ant-pwd-strength-item-1--drmJqE {
  background-color: #fac450;
}
.index__ant-pwd-strength-medium--uDm3Ad .index__ant-pwd-strength-item-2--sFjDR8, .index__ant-pwd-strength-high--CsN1V0 .index__ant-pwd-strength-item-2--sFjDR8 {
  background-color: rgba(135, 208, 104, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9987D068, endColorstr=#9987D068);
}
.index__ant-pwd-strength-high--CsN1V0 .index__ant-pwd-strength-item-3--f3RcI6 {
  background-color: #87d068;
}
.index__down--YnmuYt {
  height: 480px !important;
}
.index__nav--Owpahp {
  position: absolute;
  top: 50px;
  z-index: 2;
  width: 100%;
  height: 0;
  transition: height 0.1s linear;
  transition-delay: 0.3s;
  overflow: hidden;
}
.index__nav--Owpahp .index__nav-left--ESs42w {
  position: absolute;
  left: 0;
  z-index: 1;
  overflow-y: auto;
  overflow-x: hidden;
  width: 200px;
  height: 100%;
  padding-top: 10px;
  background: #fff;
}
.index__nav--Owpahp .index__nav-right--cQTXiz {
  height: 100%;
  margin-left: 200px;
  background-color: #fff;
  border-left: 1px solid #EFEFEF;
}
.index__nav--Owpahp .index__nav-right--cQTXiz .index__icon-btn--TMVVxv {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 300;
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.index__nav--Owpahp .index__nav-right--cQTXiz .index__icon-btn--TMVVxv:hover {
  color: #317EF0;
}
.index__nav--Owpahp .index__nav-right--cQTXiz .index__menu-border-right--gc9oDI {
  display: flex;
  overflow: auto;
  height: 413px;
}
.index__nav--Owpahp .index__nav-right--cQTXiz .index__menu-border-right--gc9oDI .index__menu-base--vDoTJ5 {
  width: 190px;
  padding: 28px 0 0 0;
}
.index__nav--Owpahp .index__nav-left-title--qdH_0V {
  height: 36px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 36px;
  list-style: none;
}
.vm-loose .index__nav--Owpahp .index__nav-left-title--qdH_0V {
  font-size: 14px;
}
.index__nav--Owpahp .index__nav-right-flex--K4zdci {
  flex: 1;
  height: 100%;
  padding-top: 28px;
}
.index__nav--Owpahp .index__nav-right-flex--K4zdci .index__nav-right-ctt--lYmD2h {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 370px;
  border-right: 1px solid #ebebeb;
}
.index__nav--Owpahp .index__nav-right-col--uLarFQ {
  width: 20%;
}
.index__nav--Owpahp .index__nav-right-title--dkX0KT {
  margin-bottom: 40px;
  font-size: 14px;
  list-style: none;
}
.index__nav--Owpahp .index__nav-right-base--b6OCyJ {
  font-size: 14px;
  list-style: none;
}
.index__nav--Owpahp .index__title-bold--o9kEfy {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.vm-loose .index__nav--Owpahp .index__title-bold--o9kEfy {
  font-size: 14px;
}
.index__nav--Owpahp .index__title-bold2--jRPIMJ {
  padding-left: 21px;
  color: #333;
  font-weight: 400;
}
.index__nav--Owpahp .index__title-bold2--jRPIMJ i {
  margin-right: 10px;
  color: #317EF0;
}
.index__nav--Owpahp .index__title-bold3--Zp6yFP, .index__nav--Owpahp .index__title-bold3-single--aAd0Bm {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  padding-left: 10px;
  margin-left: -10px;
}
.vm-loose .index__nav--Owpahp .index__title-bold3--Zp6yFP,
.vm-loose .index__nav--Owpahp .index__title-bold3-single--aAd0Bm {
  font-size: 14px;
}
.index__nav--Owpahp .index__title-bold3-single--aAd0Bm {
  cursor: pointer;
  color: #333;
  font-weight: 400;
}
.index__nav--Owpahp .index__title-bold3-single--aAd0Bm:hover {
  color: #317EF0;
}
.index__nav--Owpahp .index__title-bold3--Zp6yFP:hover {
  cursor: default;
}
.index__nav--Owpahp .index__active-title-bold3--PU5QLX:hover {
  color: #317EF0;
  cursor: pointer;
  background: #F9FAFB;
  border-radius: 2px;
}
.index__nav--Owpahp .index__title-bold2--jRPIMJ:hover {
  color: #317EF0;
  cursor: pointer;
}
.index__nav--Owpahp .index__title-bold--o9kEfy:hover {
  color: #317EF0;
  cursor: pointer;
}
.index__nav--Owpahp .index__title-cursor--HCHcst {
  color: #333;
  font-weight: 700;
  cursor: pointer;
}
.index__nav--Owpahp .index__list-words--HKq5RP {
  margin-top: 16px;
  color: #333;
  font-weight: 400;
}
.index__nav--Owpahp .index__list-words--HKq5RP:hover {
  color: #317EF0;
  cursor: pointer;
}
.index__nav--Owpahp .index__clear--Z3sYfy {
  clear: both;
}
.index__mask_short--hH38CH {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  z-index: 2;
}
.index__shortcut-menu--VcpRGN {
  position: fixed;
  top: 50px;
  left: 210px;
  width: calc(100% - 220px);
  height: calc(100vh - 60px);
  background: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  z-index: 3;
}
.index__shortcut-menu--VcpRGN .index__menu-title--Y6vceu {
  height: 56px;
  line-height: 56px;
  border-bottom: 1px solid #EFEFEF;
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}
.index__shortcut-menu--VcpRGN .index__menu-left--a3qBVA {
  position: absolute;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  width: 180px;
  height: calc(100% - 65px);
  padding-top: 10px;
  background: #fff;
  border-right: 1px solid #EFEFEF;
}
.index__shortcut-menu--VcpRGN .index__nav-right--cQTXiz {
  height: calc(100% - 65px);
  margin-left: 180px;
  background-color: #fff;
}
.index__shortcut-menu--VcpRGN .index__nav-right--cQTXiz .index__icon-btn--TMVVxv {
  position: absolute;
  top: 17px;
  right: 20px;
  z-index: 1;
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.index__shortcut-menu--VcpRGN .index__nav-right--cQTXiz .index__menu-border-right--gc9oDI {
  display: flex;
  overflow: auto;
  height: 100%;
}
.index__shortcut-menu--VcpRGN .index__nav-left-title--qdH_0V {
  height: 36px;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 36px;
  list-style: none;
}
.vm-loose .index__shortcut-menu--VcpRGN .index__nav-left-title--qdH_0V {
  font-size: 14px;
}
.index__shortcut-menu--VcpRGN .index__nav-right-flex--K4zdci {
  flex: 1;
  height: 100%;
  padding-top: 28px;
}
.index__shortcut-menu--VcpRGN .index__nav-right-flex--K4zdci .index__nav-right-ctt--lYmD2h {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 370px;
  border-right: 1px solid #ebebeb;
}
.index__shortcut-menu--VcpRGN .index__nav-right-col--uLarFQ {
  width: 20%;
}
.index__shortcut-menu--VcpRGN .index__nav-right-title--dkX0KT {
  margin-bottom: 40px;
  font-size: 14px;
  list-style: none;
}
.index__shortcut-menu--VcpRGN .index__nav-right-base--b6OCyJ {
  font-size: 14px;
  list-style: none;
}
.index__shortcut-menu--VcpRGN .index__title-bold--o9kEfy {
  margin-top: 10px;
  color: #333;
  font-size: 12px;
  font-weight: 400;
}
.index__shortcut-menu--VcpRGN .index__title-bold2--jRPIMJ {
  padding-left: 20px;
  color: #333;
  font-weight: 400;
}
.index__shortcut-menu--VcpRGN .index__title-bold2--jRPIMJ i {
  margin-right: 10px;
  color: #317EF0;
}
.index__shortcut-menu--VcpRGN .index__menu-collection--KXLeVe, .index__shortcut-menu--VcpRGN .index__menu-collection1--rWEeU1 {
  position: absolute;
  right: 10px;
  top: 0;
}
.index__shortcut-menu--VcpRGN .index__menu-collection1--rWEeU1 {
  color: #317EF0;
}
.index__shortcut-menu--VcpRGN .index__title-bold3--Zp6yFP {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  height: 34px;
  line-height: 34px;
  position: relative;
  padding-left: 10px;
  margin-left: -10px;
}
.vm-loose .index__shortcut-menu--VcpRGN .index__title-bold3--Zp6yFP {
  font-size: 14px;
}
.index__shortcut-menu--VcpRGN .index__title-bold3--Zp6yFP:hover {
  cursor: default;
}
.index__shortcut-menu--VcpRGN .index__title-bold3--Zp6yFP:hover .index__menu-collection--KXLeVe {
  color: #317EF0;
}
.index__shortcut-menu--VcpRGN .index__active-title-bold3--PU5QLX {
  cursor: pointer;
  color: #333;
  font-weight: 400;
}
.index__shortcut-menu--VcpRGN .index__active-title-bold3--PU5QLX:hover {
  color: #317EF0;
  cursor: pointer;
  background: #F9FAFB;
  border-radius: 2px;
}
.index__shortcut-menu--VcpRGN .index__title-bold2--jRPIMJ:hover {
  color: #317EF0;
  cursor: pointer;
}
.index__shortcut-menu--VcpRGN .index__title-bold--o9kEfy:hover {
  color: #317EF0;
  cursor: pointer;
}
.index__shortcut-menu--VcpRGN .index__title-cursor--HCHcst {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}
.index__shortcut-menu--VcpRGN .index__list-words--HKq5RP {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  position: relative;
  height: 34px;
  line-height: 34px;
  padding-left: 10px;
  margin-left: -10px;
}
.vm-loose .index__shortcut-menu--VcpRGN .index__list-words--HKq5RP {
  font-size: 14px;
}
.index__shortcut-menu--VcpRGN .index__list-words--HKq5RP:hover {
  color: #317EF0;
  cursor: pointer;
  background: #F9FAFB;
  border-radius: 2px;
}
.index__shortcut-menu--VcpRGN .index__clear--Z3sYfy {
  clear: both;
}
.user-menu {
  width: 190px;
  left: 22px;
}
.user-menu .ant-dropdown-menu-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 190px;
  height: 40px;
  padding: 10px 60px 10px 20px;
}
.user-menu .ant-dropdown-menu-item .iconfont {
  margin-right: 10px;
  font-size: 16px;
  vertical-align: baseline;
}
.user-menu .ant-dropdown-menu-item:hover {
  color: #317EF0;
}
.user-menu .ant-tooltip-arrow {
  top: -12px;
  right: 36px;
  width: 15px;
}
.user-menu .ant-tooltip-arrow::before {
  background-color: transparent;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before {
  transform: none;
  box-shadow: none;
}
.ant-tooltip-arrow::before {
  border: none;
  width: 9px;
  height: 9px;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow::before,
.ant-dropdown-placement-bottomRight .ant-tooltip-arrow::before,
.ant-dropdown-placement-bottomLeft .ant-tooltip-arrow::before {
  border-bottom: 6px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid transparent;
}
.tooltipcss .ant-tooltip-arrow::before {
  background-color: transparent;
}
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
  top: -4px;
  width: 16px;
}
.user-orgcombo {
  display: inline-block;
  color: #333;
  max-width: 154px;
}
.user-orgcombo .ant-select-selection__rendered {
  flex: 1 1 auto;
  top: -1px;
  max-width: 124px;
  margin-top: 1px;
  margin-right: 20px;
  height: 50px;
  line-height: 50px;
}
.user-orgcombo .ant-select-focused .ant-select-selection,
.user-orgcombo .ant-select-selection:focus,
.user-orgcombo .ant-select-selection:active .ant-select-selection {
  box-shadow: none;
}
.user-orgcombo .ant-select-selection {
  color: #fff;
  opacity: 0.85;
  background: #317EF0;
  border: none;
  display: flex;
}
.user-orgcombo .ant-select-selection:hover {
  color: #fff;
  opacity: 1;
}
.user-orgcombo .ant-select-arrow:before {
  color: #464c5c;
  font-size: 10px;
  font-weight: bold;
}
.user-orgcombo .ant-select-arrow {
  height: 50px;
  line-height: 50px;
  margin-top: 0!important;
}
.user-orgcombo .ant-select-arrow .ant-arrow-icon {
  font-size: 12px !important;
}
.collapse-btn {
  padding: 0 20px;
  font-size: 12px;
  cursor: pointer;
}
.language-tooltip {
  top: 36px!important;
  left: 1278px!important;
}
.tooltipcss {
  top: 38px!important;
  height: 41px;
}
.tooltipcss .ant-tooltip-inner {
  color: #333;
  background-color: #fff;
  text-align: center;
}
.divider-line {
  margin: 0;
}
.vertical-line {
  position: relative;
  top: -113.5%;
  left: 80%;
  height: inherit;
}
.search-border {
  width: calc(100% - 43px);
  margin: 18px 0 0 40px;
  font-size: 14px;
  line-height: 36px;
}
.search-border .ant-input-affix-wrapper .ant-input:not(:first-child) {
  padding-left: 30px!important;
}
.search-border .ant-input {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0;
  outline: none;
}
.search-border .ant-input:focus {
  box-shadow: none;
  border-bottom: 1px solid #317EF0;
}
.cursorhand:hover {
  cursor: pointer;
}
.mantle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: #000;
  opacity: 0;
  height: 100vh;
  transition: opacity 0.1s linear;
  transition-delay: 0.3s;
}
.mask-opacity {
  opacity: 0.6;
}
.mantle-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 40px;
}
.ant-tabs-nav-wrap .contentTaptop {
  overflow: unset;
}
.taptop {
  display: -webkit-box;
  overflow: hidden;
  width: 100%;
  height: 32px;
  text-overflow: ellipsis;
  background: #fff;
  -webkit-box-orient: vertical;
}
.vm-compact .taptop {
  height: 28px;
  line-height: 28px;
}
.vm-standard .taptop {
  height: 32px;
  line-height: 32px;
}
.taptop .ant-tabs-nav-wrap {
  margin-left: 0;
}
.taptop .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 32px !important;
  line-height: 36px !important;
}
.vm-compact .taptop .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 28px!important;
  line-height: 31px!important;
}
.vm-standard .taptop .ant-tabs-nav-wrap .ant-tabs-tab {
  height: 32px;
  line-height: 32px;
}
.taptop .ant-tabs {
  height: 36px;
  line-height: 36px;
  background-color: #fff;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 32px;
}
.vm-compact .taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 28px;
  line-height: 28px;
}
.vm-standard .taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-container {
  height: 32px;
  line-height: 32px;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab {
  z-index: 0;
  height: 36px;
  padding: 0 12px;
  font-size: 12px;
  line-height: 40px;
  background: none;
  border: none!important;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab.ant-tabs-tab-active {
  border: none!important;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab .iconbiaoqianguanbi {
  position: absolute;
  right: -5px;
  top: 1px;
  font-size: 14px;
  color: #aeaeae;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab:hover div {
  color: #317EF0;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab:hover .tab-iconfont .iconbiaoqianguanbi {
  color: #333;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab:hover ::before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #EFEFEF;
}
.vm-loose .taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab {
  font-size: 14px;
}
.taptop .ant-tabs-nav-scroll .ant-tabs-tab::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: 5px;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  -webkit-transform: perspective(1.5em) scale(1.1, 1) rotateX(5deg);
  -webkit-transform-origin: bottom;
}
.taptop .ant-tabs-tab > div {
  overflow: hidden;
  max-width: 92px;
  padding-right: 6px;
  padding-left: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.taptop .ant-tabs-tab > div:hover {
  color: #317EF0;
}
.taptop .ant-tabs-tab-add {
  overflow: hidden;
  width: 7em;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.taptop .ant-tabs-close-x {
  position: absolute;
  width: 24px!important;
  height: 24px!important;
  top: 5px;
  right: 2px;
  margin-left: 13px;
}
.vm-loose .taptop .ant-tabs-close-x {
  font-size: 14px!important;
}
.taptop .ant-tabs-close-x > svg {
  opacity: 0;
}
.taptop .ant-tabs-nav-container-scrolling {
  padding-right: 0;
  padding-left: 0;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab-active {
  color: #317EF0 !important;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab-active .tab-iconfont {
  color: #317EF0;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab-active .tab-iconfont .iconbiaoqianguanbi {
  color: #AEAEAE;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab-active div {
  color: #317EF0;
}
.taptop .ant-tabs .ant-tabs-card-bar .ant-tabs-nav-scroll .ant-tabs-tab-active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin-left: 5px;
  background: white;
  border-top: 1px solid #e8e8e8;
  border-bottom: none;
  -webkit-transform: perspective(1.5em) scale(1.1, 1) rotateX(5deg);
  -webkit-transform-origin: bottom;
}
.taptop .ant-tabs-nav .ant-tabs-tab::before {
  transition: unset;
}
.taptop .ant-tabs-card .ant-tabs-extra-content {
  height: 18px;
  margin-right: 10px;
  margin: 8px 13px 8px!important;
  font-size: 18px;
  line-height: 18px;
}
.vm-compact .taptop .ant-tabs-card .ant-tabs-extra-content {
  margin: 4px 20px 8px;
}
.vm-standard .taptop .ant-tabs-card .ant-tabs-extra-content {
  margin: 8px 20px 8px;
}
.taptop .ant-btn {
  border: none;
}
.taptop .ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.taptop .ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  background: #fff;
}
.taptop .ant-tabs-tab-next {
  right: -13px;
}
.contentTaptop {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-menu-username {
  margin-left: 5px;
}
.menu-title {
  display: inline-block;
  overflow: hidden;
  width: 192px;
  height: 46px;
  font-size: 0px;
  line-height: 46px;
  background-color: rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.vm-compact .menu-title {
  height: 38px;
  line-height: 38px;
}
.vm-standard .menu-title {
  height: 46px;
  line-height: 46px;
}
.vm-loose .menu-title {
  height: 54px;
  line-height: 54px;
}
.menu-title i {
  color: #fff;
}
.logo-collapse {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  color: #fff;
}
.menu-title-collapse {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 50px;
  padding-left: 10px;
  font-size: 14px;
  line-height: 50px;
  background-color: rgba(0, 0, 0, 0.05);
}
.menu-title-right-collapse {
  width: calc(100vw - 60px) !important;
}
.menu-title-right,
.menu-title-right-collapse {
  float: right;
  width: calc(100vw - 192px);
}
.menu-title-right .ant-select-selection-selected-value,
.menu-title-right-collapse .ant-select-selection-selected-value {
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  max-width: 124px;
}
.menu-title-right .ant-badge-dot,
.menu-title-right-collapse .ant-badge-dot {
  top: -1px;
  right: -6px;
  width: 18px;
  height: 18px;
  box-shadow: none;
}
.menu-title-right .ant-badge-count,
.menu-title-right-collapse .ant-badge-count {
  top: -1px;
  right: -8px;
  height: 18px;
  line-height: 18px;
  padding: 0 2px;
  border-radius: 9px;
  box-shadow: none;
}
.message-badge .ant-badge-dot {
  right: 2px;
  width: 4px!important;
  height: 4px!important;
  box-shadow: none;
}
.message-badge-none .ant-badge-dot {
  display: none;
}
.menu-title-bgcolor {
  background-color: #000;
  opacity: 5%;
}
.nav-left-title-hover {
  background: rgba(49, 126, 240, 0.06);
  cursor: pointer;
  border-right: 2px solid #317EF0;
  color: #317EF0 !important;
  font-weight: 500 !important;
}
.r-table-wrap .ant-table-tbody > tr.ant-table-row-selected td {
  background: rgba(49, 126, 240, 0.06);
}
.ant-table-tbody > tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected) > td {
  background: rgba(49, 126, 240, 0.06);
}
.tab-iconfont i {
  margin-right: 6px;
  vertical-align: bottom;
}
.right-click {
  position: relative;
  top: 0;
  left: 0;
  width: 170px;
  height: 120px;
  background: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.right-click-ul {
  padding: 0;
  padding-top: 8px;
  margin: 0;
  list-style: none;
}
.right-click-li {
  font-size: 12px;
  font-weight: 400;
}
.right-click-li:hover {
  background: rgba(0, 0, 0, 0.03);
  cursor: pointer;
}
.close {
  left: 17px;
  top: 7px!important;
  width: 120px;
  font-size: 14px;
  text-align: center;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.close .ant-dropdown-menu-item {
  color: #353b4b;
  font-size: 12px;
  font-weight: 400;
}
.vm-loose .close .ant-dropdown-menu-item {
  font-size: 14px;
}
.close .ant-dropdown-menu-item:hover {
  color: #317EF0;
  background: #f2f9ff;
}
.ant-dropdown-menu {
  top: -3px;
}
.ant-dropdown-menu .ant-dropdown-menu-item {
  color: #333;
  line-height: 20px;
  padding: 7px 20px;
}
.ant-dropdown-menu .ant-dropdown-menu-item:first-child {
  cursor: default;
}
.closeall {
  text-align: center;
}
.menu-add-icon {
  position: absolute;
}
.oftenulclass {
  padding: 0;
  margin: 0;
}
.iconclass {
  padding-right: 10px;
  font-size: 16px;
}
.newMenuBorderRight > ul {
  border-right: none;
}
.newMenuBorderRight > ul .ant-menu-icon {
  color: #317EF0;
}
.menuItemClass {
  padding-left: 46px !important;
  color: #333;
  font-size: 12px;
}
.liicon {
  height: 46px;
  padding-left: 46px;
  line-height: 46px;
}
.liicon .custom-icon:hover {
  cursor: pointer;
}
.oftenulclass .ant-menu-sub.ant-menu-inline > .ant-menu-item {
  padding-left: 41px;
}
.oftenulclass .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title {
  padding-left: 15px!important;
}
.oftenulclass .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .iconshouqi:before {
  padding-right: 10px;
}
.newmenu > div {
  overflow: inherit!important;
  height: 0!important;
  padding-top: 0 !important;
}
.ant-menu-submenu-popup ul {
  max-height: 100vh;
  overflow: auto;
}
.newmenu .ant-menu-submenu-selected {
  color: rgba(0, 0, 0, 0.65);
}
.newmenu .ant-menu-item-level-2 {
  color: #333;
}
.newmenu .ant-menu-item-active {
  color: #317EF0;
}
.newmenu .ant-menu-item:hover {
  background: rgba(49, 126, 240, 0.06) !important;
}
.newmenu .ant-menu-sub > .ant-menu-item-level-3 {
  height: 36px;
  line-height: 36px;
  padding-left: 64px!important;
  color: #666;
}
.newmenu .ant-menu-sub > .ant-menu-item-level-3:hover {
  color: #317EF0;
}
.newmenu .ant-menu-inline .ant-menu-item,
.newmenu .ant-menu-inline .ant-menu-submenu-title {
  width: calc(100%);
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-1,
.home-menu-list .ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-level-1 {
  color: #333;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  font-size: 12px;
  padding-left: 16px!important;
}
.vm-loose .home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-1,
.vm-loose .home-menu-list .ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-level-1 {
  font-size: 14px;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-1 i,
.home-menu-list .ant-menu.ant-menu-inline .ant-menu-item.ant-menu-item-level-1 i {
  padding-right: 8px;
}
.ant-menu-submenu-title {
  color: #333;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-2,
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-item-level-2,
.home-menu-list .ant-menu .ant-menu-submenu .menuItemClass {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  padding-left: 46px;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-2 > span {
  display: inline-block;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-3 {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  padding-left: 64px;
  color: #666;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-3 > span {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-4 {
  font-size: 12px;
  height: 36px;
  line-height: 36px;
  margin-bottom: 0;
  color: #666;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-4 > span {
  display: inline-block;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-menu-item-level-3 {
  font-size: 12px;
  color: #666;
}
.newmenu .ant-menu-item:hover,
.newMenuBorderRight .ant-menu-item:hover,
.newmenu .ant-menu-submenu-title:hover,
.newMenuBorderRight .ant-menu-submenu-title:hover {
  background: #f0f8ff;
  color: #317EF0;
}
.newmenu .ant-menu-item,
.newMenuBorderRight .ant-menu-item {
  margin-bottom: 0!important;
  font-size: 12px !important;
}
.vm-loose .newmenu .ant-menu-item,
.vm-loose .newMenuBorderRight .ant-menu-item {
  font-size: 14px !important;
}
.newmenu .ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title i,
.newMenuBorderRight .ant-menu-inline-collapsed .ant-menu-submenu .ant-menu-submenu-title i {
  padding-right: 0;
}
.newmenu .ant-menu-inline-collapsed .ant-menu-submenu-title,
.newMenuBorderRight .ant-menu-inline-collapsed .ant-menu-submenu-title {
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
}
.newmenu .ant-menu-prefix-icon,
.newMenuBorderRight .ant-menu-prefix-icon {
  color: #317EF0;
  font-size: 16px !important;
}
.newmenu .ant-menu-item-selected,
.newMenuBorderRight .ant-menu-item-selected {
  color: #317EF0 !important;
  font-weight: bold;
}
.home-menu-list .ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title .ant-menu-prefix-icon {
  position: relative;
  left: 0;
}
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-1 .iconcaidan-weizhankai,
.home-menu-list .ant-menu .ant-menu-submenu .ant-menu-submenu-title-level-2 .iconcaidan-weizhankai {
  margin-right: 20px;
  padding-right: 0;
}
.newMenuBorderRight .ant-menu-submenu-selected {
  color: #333;
  font-weight: 500;
}
.home-menu-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: calc(100vh - 98px);
  padding-top: 10px;
}
.vm-compact .home-menu-list {
  height: calc(100vh - 87px);
}
.home-menu-list .iconfont {
  position: relative;
  top: 1px;
}
.height128 {
  height: calc(100vh - 128px);
}
.tab-info {
  height: 40px;
}
.myMenuClass {
  position: fixed;
  top: 70px;
  width: 120px;
  height: 106px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid #e4e7ed;
  border-radius: 5px;
}
.myMenuClass .ant-menu-item-active {
  color: #317EF0;
  background: #f2f9ff;
}
.myMenuClass .ant-menu-vertical {
  width: 119px;
  border-radius: 5px;
}
.myMenuClass .ant-menu-vertical .ant-menu-item {
  font-size: 12px;
  text-align: center;
}
.vm-loose .myMenuClass .ant-menu-vertical .ant-menu-item {
  font-size: 14px;
}
.myMenuClass .ant-menu-vertical > .ant-menu-item {
  width: 100%;
  height: 32px;
  line-height: 18px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: none;
}
.myMenuClass .ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: rgba(0, 0, 0, 0.03);
}
.otheroverclass {
  padding: 5px 15px;
  text-align: left;
}
.overspan {
  position: relative;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 20px;
  margin-left: 18px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overspan-active {
  position: relative;
  top: 3px;
  display: inline-block;
  overflow: hidden;
  width: 100px;
  height: 20px;
  line-height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overactiveclass {
  content: "";
  position: relative;
  top: -4px;
  display: none;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: red;
  border-radius: 50%;
}
.overactiveblockclass {
  content: "";
  position: relative;
  top: -4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: red;
  border-radius: 50%;
}
.guanbiclass {
  position: relative;
  top: -3px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  color: #353b4b;
  font-size: 12px;
}
.navcloseclass {
  position: relative;
  top: -37px;
  right: 20px;
  z-index: 3;
  float: right;
}
.myMenuClass .close-tab-triangle,
.close span {
  position: absolute;
  top: -13px;
  left: 60px;
  /* 三角形居中显示 */
  display: block;
  width: 0;
  height: 0;
  margin-left: -12px;
  /* 三角形居中显示 */
  border-bottom: 6px solid #e4e7ed;
  border-left: 8px solid transparent;
  border-right: 9px solid transparent;
  border-top: 6px solid transparent;
}
.myMenuClass em,
.close em {
  position: absolute;
  top: -4.51px;
  left: -9.51px;
  display: block;
  width: 0;
  height: 0;
  border-bottom: 7px solid #fff;
  border-left: 10px solid transparent;
  border-right: 9px solid transparent;
  border-top: 5px solid transparent;
}
.color-operate {
  width: 224px;
  left: 35px;
}
.color-operate .ant-dropdown-menu-item:hover {
  background-color: unset;
}
.color-operate .ant-tooltip-arrow {
  top: -12px;
  right: 49px;
  width: 15px;
}
.color-operate .ant-tooltip-arrow::before {
  background-color: transparent;
}
.color-operate .color-title {
  margin-bottom: 10px;
  font-size: 14px;
  cursor: default;
}
.color-operate .color-font {
  padding-left: 10px;
  margin-top: 16px;
}
.color-operate .color-font .r-button {
  margin-right: 18px;
}
.color-operate .color-font .ant-btn {
  border: 1px solid #E6E7E8 !important;
}
.color-operate .color-font .r-button .ant-btn-primary,
.color-operate .color-font .r-button .ant-btn-ghost {
  text-align: center;
  width: 50px;
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  font-weight: 400;
  border: none;
  margin-right: unset;
}
.color-operate .color-btn {
  display: block;
}
.color-operate .color-btn .iconfont {
  color: #fff;
  position: absolute;
  left: 4px;
  top: 2px;
  display: none;
}
.color-operate .color-btn .colorRed {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: #f54222;
  border-radius: 2px;
}
.color-operate .color-btn .colorBlue {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: #317ef1;
  border-radius: 2px;
}
.language-operate {
  width: 120px;
  left: 5px;
}
.language-operate .ant-tooltip-arrow {
  top: -12px;
  right: 19px;
  width: 15px;
}
.language-operate .ant-tooltip-arrow::before {
  background-color: transparent;
}
.language-operate .ant-dropdown-menu-item {
  color: #333;
  line-height: 20px;
  font-size: 12px;
  padding: 7px 10px;
  text-align: center;
}
.show-scrollbar::-webkit-scrollbar {
  display: unset!important;
}
.hide-scrollbar::-webkit-scrollbar {
  display: none;
  transition: display 2s;
}
.ant-badge-dot > span {
  display: block;
  width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  opacity: 85%;
}
.user-orgcombo .ant-select-dropdown.r-combo-grid.ant-select-dropdown {
  left: -78px !important;
  top: 38px !important;
  border-radius: 4px;
}
.user-orgcombo .ant-select-dropdown.r-combo-grid.ant-select-dropdown::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  left: 46.5%;
  top: -11px;
  border-bottom: 6px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid transparent;
}
.user-orgcombo .ant-select-dropdown.r-combo-grid.ant-select-dropdown .r-select-dropdown-container {
  margin-top: 5px;
}
.ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
  color: #317EF0;
}
.user-orgcombo .ant-select-dropdown-menu-item-selected {
  background: #f2f9ff;
  color: #317EF0;
}
.user-orgcombo .ant-select-dropdown-menu-item-selected span {
  font-weight: 400 !important;
}
.ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab:hover {
  color: #666;
}
.ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab:hover .tab-iconfont {
  color: #317EF0;
}
.ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab:hover .iconbiaoqianguanbi {
  color: #317EF0;
}
.ant-table {
  color: #333;
}
.not-collapsed-menu .ant-menu-sub,
.not-collapsed-menu .ant-menu-submenu {
  width: 199px;
  overflow: hidden auto;
  padding-right: 7px;
}
.collapse-menu .ant-menu-sub,
.collapse-menu .ant-menu-submenu {
  width: 65px;
}
.ant-menu .ant-menu-inline .ant-menu-submenu-title-level-2 {
  margin-bottom: 8px;
}
.ant-menu-vertical .ant-menu-item,
.ant-menu-vertical .ant-menu-submenu-title {
  font-size: 12px;
}
.ant-menu-vertical .ant-menu-item-level-2 {
  color: #333;
  margin: 4px 0!important;
  padding: 0 17px 0 20px;
}
.ant-menu-vertical .ant-menu-item-level-3 {
  color: #666;
}
.ant-menu-vertical .ant-menu-item-active {
  color: #317EF0;
}
.ant-menu-vertical .ant-menu-item-selected {
  color: #317EF0;
  font-weight: bold;
}
.ant-spin-dot {
  border: none!important;
}
.ant-message-notice-content-error {
  border: none;
}
.ant-message-notice-content-success {
  border: none;
}
.ant-message-notice-content-warning {
  border: none;
}
.ant-message-notice-content-info {
  border: none;
}
.r-combo-grid .r-select-dropdown-container .ant-select-dropdown-menu-item .custom-checkbox {
  margin-right: 12px;
  top: 2px;
}
.icongengduo {
  font-size: 18px;
}
.ant-grid-tr-grey {
  color: #999;
}
.disabled {
  pointer-events: none;
}
.detail-item-row .ant-col-4 {
  width: 38px;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background: rgba(49, 126, 240, 0.06);
}
.message-operate {
  width: 324px;
  left: 138px;
  padding: 0;
  top: -6px;
}
.message-operate .ant-tooltip-arrow {
  top: -12px;
  right: 152px;
  width: 15px;
}
.message-operate .ant-tooltip-arrow::before {
  background-color: transparent;
}
.message-operate .message-title {
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  padding: 14px 20px;
  cursor: default;
}
.message-operate .message-title div {
  float: left;
  margin-right: 28px;
  height: 48px;
  line-height: 48px;
}
.message-operate .message-title .message-border-bottom,
.message-operate .message-title div:active,
.message-operate .message-title div:hover {
  border-bottom: 2px solid #317EF0;
}
.message-operate .warning-content {
  min-height: 58px;
  border-top: 1px solid #EFEFEF;
  padding: 10px 19px;
}
.message-operate .warning-content .warning-content-title {
  min-height: 18px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.message-operate .warning-content .warning-content-module {
  color: #999;
}
.message-operate .message-button {
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  color: #317EF0;
  text-align: center;
  padding: 14px 0px;
  border-top: 1px solid #EFEFEF;
}
.versionInfo {
  color: #C7C7C7;
  font-size: 14px;
  padding-right: 4px;
  cursor: pointer;
}
.versionInfo:before {
  vertical-align: middle;
}
.versionModal .ant-tabs-nav-wrap {
  margin-left: 20px;
}
.versionModal .ant-tabs-nav-wrap .ant-tabs-tab {
  margin-right: 20px;
}
.versionModal .ant-modal-header {
  height: 56px;
}
.versionModal .version-Tab {
  padding: 10px 20px 20px 20px;
  height: 300px;
  overflow: scroll;
}
.versionModal .version-Tab ul {
  list-style: none;
}
.versionModal .version-Tab ul li {
  line-height: 24px;
}
.versionModal .ant-tabs .ant-tabs-top-content.ant-tabs-content-animated,
.versionModal .ant-tabs .ant-tabs-bottom-content.ant-tabs-content-animated {
  transition: unset;
}
.vm-loose .ant-list {
  font-size: 14px;
}

.relogin-tab .ant-tabs-bar {
  border-bottom: 0;
}
.relogin-tab .ant-tabs-bar .ant-tabs-nav-wrap {
  text-align: center;
  margin-top: 24px;
  margin-left: 0;
  font-size: 14px;
}
.relogin-tab .ant-tabs-bar .ant-tabs-nav-wrap .ant-tabs-nav .ant-tabs-tab {
  margin: 0 28px 1px 0;
}
.relogin-tab .ant-tabs-top-content {
  padding-top: 0;
}
.relogin-tab .r-password-form {
  padding: 20px 0 0 0!important;
  margin-bottom: 15px!important;
}
.relogin-tab .r-password-form .ant-form-item {
  margin-bottom: 15px;
}
.relogin-tab .r-password-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.relogin-tab .r-password-form .ant-form-item .ant-col-8 {
  max-width: 92px!important;
}
.relogin-tab .r-password-form .ant-form-item .ant-col-16 {
  width: 268px;
}
.relogin-tab .r-password-form .ant-form-item .ant-col-16 .ant-input-group > .ant-input:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.relogin-tab .r-password-form .ant-form-item .ant-form-explain {
  margin-top: 0;
  min-height: 15px;
  line-height: 15px;
}
.relogin-tab .r-password-form .ant-form-item .ant-form-item-label {
  text-align: left;
  line-height: 24px;
  padding-bottom: 2px;
}
.relogin-tab .r-password-form .ant-form-item .ant-input {
  height: 30px;
}
.relogin-tab .r-password-form .ant-input-group-addon:last-child {
  border-left: 0!important;
}
.relogin-tab span i {
  font-size: 12px;
}

.r-message-authenication-form {
  padding: 40px 50px 15px 50px!important;
}
.r-message-authenication-form .r-message-title-hint {
  display: block;
  margin-top: -24px;
  color: #999;
}
.r-message-authenication-form .r-message-regain-hint .ant-statistic-content {
  margin-left: 15px;
  height: 32px ;
  margin-top: -3px;
}
.r-message-authenication-form .r-message-regain-hint .ant-statistic-content span {
  color: #999;
  font-size: 12px;
  font-weight: normal;
  line-height: 22px;
}
.r-message-authenication-form .ant-form-item {
  margin-bottom: 15px;
}
.r-message-authenication-form .ant-form-item.ant-form-item-with-help {
  margin-bottom: 0px;
}
.r-message-authenication-form .ant-form-item .ant-form-explain {
  margin-top: 0px;
}
.r-message-authenication-form .ant-form-item .form-after-label {
  margin-right: -70px;
  margin-top: 8px;
}
.r-message-authenication-form .ant-form-item .ant-col-offset-4 {
  margin-left: 0;
}
.r-message-authenication-form .ant-form-item .ant-col-17 {
  width: 100%;
}
.r-message-authenication-form .ant-form-item .ant-col-8 {
  max-width: 82px!important;
}
.r-message-authenication-form .ant-form-item .ant-col-16 {
  width: 258px;
}
.r-message-authenication-form .ant-form-item .ant-input {
  height: 30px;
}

.login__login-wrap--G_NP_L {
  background: #EFF2F6;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN {
  position: fixed;
  width: 86%;
  left: 7%;
  min-width: 1280px;
  padding-top: 12px;
  margin: 0 auto;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__login-logo--NQPPrl {
  display: inline-block;
  max-width: 140px;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__login-title--P3pZEL {
  font-size: 20px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #317EF0;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__login-language--V0LTC1 {
  float: right;
  color: #666;
  margin-top: 11px;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__login-language--V0LTC1 span {
  margin-right: 6px;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__login-language--V0LTC1 i {
  color: #B2B2B2;
}
.login__login-wrap--G_NP_L .login__login-top--U1b2gN .login__iconshurukuangxiala--c9YsC_ {
  cursor: pointer;
  float: right;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH {
  width: 970px;
  height: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  box-shadow: 0 0 16px 0 rgba(2, 16, 33, 0.1);
  border-radius: 4px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-img--OBPB_8 {
  float: left;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-img--OBPB_8 img {
  border-radius: 4px 0 0 4px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw {
  float: left;
  width: 420px;
  height: 500px;
  padding-top: 50px;
  background: #fff;
  border-radius: 0 4px 4px 0;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-welcome--AnxGFm {
  text-align: center;
  margin-bottom: 4px;
  font-size: 24px;
  font-weight: 500;
  color: #317EF0;
  line-height: 33px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-env--krzyRo {
  text-align: center;
  margin-bottom: 14px;
  font-size: 18px;
  color: #317EF0;
  font-weight: 600;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-input--7U7f0M {
  border-radius: 0 6px 6px 0;
  padding: 6px 11px!important;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-captcha-input--MsB3yg input {
  border-radius: 6px 0 0 6px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-captcha-input--MsB3yg span {
  padding: 0;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-captcha-input--MsB3yg img {
  width: 70px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__captcha-text--TxAFpo {
  height: 32px;
  border-radius: 0 6px 6px 0;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-btn--QTtJM_ {
  width: 100%;
  height: 42px;
  background: #317EF0;
  border-radius: 4px;
  margin-top: 20px;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-btn--QTtJM_ span {
  font-size: 16px;
  font-weight: 500;
}
.login__login-wrap--G_NP_L .login__login-content--DSHSSH .login__login-form--BxvpPw .login__login-license--yPv7WM {
  margin-top: 10px;
  font-weight: 400;
  color: #F54222;
  line-height: 17px;
}
.login__login-wrap--G_NP_L .login__login-footer--tUHz9F {
  position: fixed;
  width: 100%;
  bottom: 16px;
  text-align: center;
  height: 20px;
  margin: auto;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
}
.login-lag {
  width: 120px;
  left: -21px !important;
}
.l-form .combogrid-Wrap {
  position: relative;
}
.l-form .combogrid-Wrap .combogridWrap {
  width: 300px;
  margin: 0 auto;
}
.l-form .combogrid-Wrap .combogridWrap .ant-select-open .ant-select-selection {
  box-shadow: none;
}
.l-form .combogrid-Wrap .combogridWrap .ant-select-selection {
  border-radius: 6px;
  height: 42px;
  line-height: 42px;
  padding-left: 34px;
  color: #333;
}
.l-form .combogrid-Wrap .combogridWrap .ant-select-selection:focus {
  box-shadow: none;
}
.l-form .combogrid-Wrap .combogridWrap .ant-select-selection--single .ant-select-selection__rendered {
  height: 42px;
  line-height: 42px;
}
.l-form .combogrid-Wrap .combogridWrap .ant-select-arrow,
.l-form .combogrid-Wrap .combogridWrap .ant-select-selection__clear {
  top: 13px!important;
}
.l-form .combogrid-Wrap .combogridWrap-icon {
  position: relative;
  left: 77px;
  top: -28px;
  font-size: 18px;
  color: #7F7F7F;
}
.l-form .ant-select-selection-selected-value {
  padding-left: 3px;
}
.l-form .ant-col-18 {
  margin-left: 60px;
  width: 300px;
}
.l-form .ant-col-18 .ant-input-wrapper {
  border-radius: 4px;
  border: 1px solid #DCDDDE;
}
.l-form .ant-col-18 .ant-input-wrapper .ant-input-group-addon {
  border: none;
  background: none;
  padding: 0 3px 0 16px;
}
.l-form .ant-col-18 .ant-input-wrapper .ant-input-group-addon .iconfont {
  font-size: 18px;
  color: #7F7F7F;
}
.l-form .ant-col-18 .ant-input-wrapper .ant-input {
  border: none;
  font-weight: 400;
  color: #333;
}
.l-form .ant-col-18 .ant-input-wrapper .ant-input:focus {
  box-shadow: none;
}
.l-form .ant-col-18 .ant-input-wrapper .ant-input::placeholder {
  color: #999;
}
.l-form .ant-form-item {
  margin-bottom: 20px;
}
.login-tab {
  width: 300px;
  margin: auto;
}
.login-tab .ant-tabs-top-content {
  padding-top: 20px!important;
}
.login-tab .ant-col-18 {
  margin-left: 0;
  width: 100%;
}
.login-tab .ant-tabs-nav-wrap {
  margin-left: 0;
}
.login-tab .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav {
  width: 100%;
}
.login-tab .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab {
  height: 49px!important;
  line-height: 26px!important;
  padding: 6px 0 14px 0;
  margin-right: 0;
  width: 50%;
  text-align: center;
  color: #999999;
  border-bottom: 2px solid #DCDDDE;
}
.login-tab .ant-tabs-nav-wrap .ant-tabs-nav-scroll .ant-tabs-nav .ant-tabs-tab .iconfont {
  font-size: 26px;
}
.login-tab .ant-tabs-bar {
  border-bottom: 0;
}
.login-message-input .ant-input-group-addon:last-child {
  font-size: 14px;
  padding: 0 12px!important;
  color: #005BAB;
  border-left: 1px solid #DCDDDE !important;
}
.login-message-input .ant-statistic-content {
  font-size: 14px;
  color: #005BAB;
}

.r-custom-progress {
  display: flex;
  padding: 0 40px;
  margin-top: 10px;
  align-items: center;
  width: 100%;
}
.r-custom-progress > div {
  height: 40px;
  line-height: 40px;
}
.r-custom-progress .step-index-block {
  border-radius: 50%;
  flex-basis: 40px;
  min-width: 40px;
  text-align: center;
  background-color: #cbc6c6;
  margin-right: 12px;
  color: white;
  font-size: 15px;
  cursor: default;
}
.r-custom-progress .active-class {
  background-color: #4e87db;
}
.r-custom-progress .step-title {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.r-custom-progress .step-prefix-block {
  flex: 1;
  border-top: 2px solid #bdb9b9;
  height: 0;
  margin: 0 12px;
  min-width: 30px;
}
.r-custom-progress .completed-step {
  cursor: pointer;
}

.flowment-line-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eeeeee;
  padding: 10px;
  line-height: 25px;
}
.flowment-line-container .flowment-node {
  display: flex;
  align-items: center;
}
.flowment-line-container .flowment-node .textnode {
  margin: 3px;
  color: #333;
}
.flowment-line-container .flowment-node .flowment-node-caret {
  display: flex;
  align-items: center;
}
.flowment-line-container .flowment-node .flowment-node-caret .flowment-node-line {
  height: 2px;
  width: 30px;
  margin-right: -5px;
  background-color: #317EF0;
}
.flowment-line-container .flowment-node .flowment-node-caret .caret-icon {
  font-size: 16px;
  color: #317EF0;
}
.flowment-line-container .empty-tip {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-module__clear--UuQUOB {
  overflow: hidden;
  height: 50px;
}
.index-module__rule-config-container--pq8gRe {
  padding: 10px;
  background-color: white;
}
.index-module__rule-config-container--pq8gRe .index-module__add-rule-button--LwPJvZ {
  width: 100px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk {
  padding: 10px 10px 0px 10px;
  background-color: #f5f5f7;
  border-radius: 3px;
  cursor: pointer;
  margin-bottom: 10px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk .index-module__condition-mode-operation--O5BvFZ {
  height: 30px;
  line-height: 30px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk .index-module__condition-mode-operation--O5BvFZ span:not(:first-child) {
  margin-left: 20px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk .index-module__condition-mode-operation--O5BvFZ .index-module__condition-mode-operation-add--TitfKB {
  color: #317EF0;
  font-size: 12px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk .index-module__condition-mode-operation--O5BvFZ .index-module__condition-mode-operation-del--cHWuKa {
  color: red;
  font-size: 12px;
}
.index-module__rule-config-container--pq8gRe .index-module__condition-mode-container--uedoHk .index-module__detail-del--hQBADx {
  color: red;
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 5px;
  right: 0px;
}

.custompage-container {
  overflow: auto !important;
  position: unset !important;
}
.custompage-container .clearfix::after,
.custompage-container .clearfix::before {
  display: table !important;
}
.custompage-container > .menu-top-bar {
  position: sticky !important;
}
.custompage-container .table-content {
  height: unset !important;
}
.custompage-container .custompage-search .ant-card-body {
  max-height: 300px;
  overflow: auto;
}
.custompage-container .custompage-search form {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.custompage-container .custompage-search form > div {
  position: relative;
  border: 1px dashed #e8e8e8;
  padding: 3px 8px;
}
.custompage-container .custompage-search form > div .del-ele {
  position: absolute;
  right: -8px;
  top: -3px;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: right;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #317EF0;
  border-radius: 0 0 0 100%;
  cursor: pointer;
  pointer-events: all;
  display: none;
}
.custompage-container .custompage-search form > div:hover {
  border-color: #317EF0;
}
.custompage-container .custompage-search form > div:hover .del-ele {
  display: block;
}
.custompage-container .custompage-search form > div.form-item-col {
  width: unset;
  float: unset;
}
.custompage-container .custompage-search form > div.form-item-col > div {
  margin: 0;
}
.custompage-container .custompage-search form > div.form-item-col > div .ant-col:last-child {
  pointer-events: none;
}
.custompage-container .custompage-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  gap: 8px;
  width: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  border-top: 1px solid #eee;
}
.custompage-container .table-operate-wrap {
  display: none;
}
.custompage-container .custompage-table {
  margin-top: 8px;
}
.custompage-container .custompage-table .ant-card-head {
  border: 0;
}
.custompage-container .custompage-table .ant-card-body {
  padding: 0 8px;
}
.custompage-container .custompage-table .ant-table-column-sorter {
  display: none;
}
.custompage-all-fields {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-height: 350px;
  overflow-y: auto;
  margin-top: 8px;
  padding: 0 12px;
}
.custompage-all-fields .custompage-fields-item {
  list-style-type: none;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 8px 12px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  position: relative;
}
.custompage-all-fields .custompage-fields-item.compact-fields {
  height: 28px;
  padding: 4px 12px;
}
.custompage-all-fields .custompage-fields-item.checked::after {
  content: "\e7e4";
  font-family: 'iconfont';
  position: absolute;
  right: 0;
  top: 0;
  width: 16px;
  height: 16px;
  line-height: 13px;
  text-align: right;
  color: white;
  font-size: 11px;
  letter-spacing: 1px;
  background-color: #317EF0;
  border-radius: 0 0 0 100%;
}
.custompage-pop .freeze-sort {
  display: flex;
  gap: 8px;
}
.custompage-pop .freeze-sort > div {
  flex: 1;
}
.custompage-pop .freeze-sort > div > button {
  width: 100%;
}
.custompage-pop .freeze-sort .sort-type-btn > span {
  display: none;
}
.custompage-pop .freeze-sort .sort-type {
  display: flex;
  justify-content: space-evenly;
}
.custompage-pop .freeze-sort .sort-type div {
  display: flex;
  flex-direction: column;
  font-size: 10px;
}
.custompage-pop .freeze-sort .sort-type div i:first-child {
  margin-bottom: -2px;
}
.custompage-pop .freeze-sort .sort-type div .checked {
  color: #317EF0;
}
.custompage-pop .freeze-sort .sort-type ~ span {
  display: none;
}
.custompage-pop .align-type {
  margin: 4px 0;
}
.custompage-pop .add-col {
  border: 1px dashed #efefef;
  padding: 4px;
  text-align: center;
  border-radius: 3px;
  color: #317EF0;
  cursor: pointer;
}

.spinning {
  position: fixed !important;
  top: 180px;
  left: 290px;
  text-align: center;
}
.closeable-table-page .table-content {
  padding: 10px;
}
.main-table-wrap {
  overflow: hidden;
}
.main-table-wrap .ant-breadcrumb {
  line-height: 32px;
}
.vm-compact .main-table-wrap .ant-breadcrumb {
  line-height: 28px;
}
.vm-loose .main-table-wrap .ant-breadcrumb {
  line-height: 36px;
  font-size: 14px;
}
.main-table-wrap .table-block {
  overflow: hidden;
}
.main-table-wrap .table-block .table-operate-wrap {
  margin: 0;
  line-height: 44px;
}
.vm-compact .main-table-wrap .table-block .table-operate-wrap {
  line-height: 34px;
  height: 34px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar {
  justify-content: space-between;
  align-items: center;
  padding-right: 15px;
  background-color: white;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-item-title {
  line-height: 42px;
  font-size: 14px;
  margin-left: 24px;
  font-weight: 600;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .trigger-click-btn {
  margin-right: 0;
  border-right: none;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .trigger-click-btn.ant-btn-ghost:hover {
  border-right: 1px solid #317EF0;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .trigger-click-btn.ant-btn-ghost:active,
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .trigger-click-btn.ant-btn-ghost:focus {
  border-color: #e6e7e8;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .icon-down {
  font-size: 11px;
  line-height: 12px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .trigger-click-icon {
  min-width: 30px;
  padding: 3px 8px;
}
.vm-compact .main-table-wrap .table-block .table-operate-wrap .table-operate-bar .trigger-click-icon {
  padding: 2px 8px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button.legend-dropdown {
  margin-left: 5px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .dropdown-panel .button-menu {
  top: 22px;
}
.vm-compact .main-table-wrap .table-block .table-operate-wrap .table-operate-bar .dropdown-button .dropdown-panel .button-menu {
  top: 14px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .legend-dropdown-item {
  display: flex;
  align-items: center;
  text-align: left;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .legend-dropdown-item .legend-left {
  display: inline-block;
  width: 40px;
  margin-right: 12px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .legend-dropdown-item .legend-desc {
  color: #333;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar .legend-dropdown-item .bg {
  height: 18px;
  line-height: 18px;
  background-color: green;
  border: 1px solid #efefef;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar-reverse {
  flex-direction: row-reverse;
  justify-content: left;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar-reverse .table-operate-button {
  margin-left: 16px;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar-reverse .table-operate-button .table-operate-dropButton .dropdown-panel .button-menu {
  margin-left: 30px!important;
}
.main-table-wrap .table-block .table-operate-wrap .table-operate-bar-reverse .table-sum-wrap {
  text-align: right;
  margin-right: 0;
}
.main-table-wrap .table-tree {
  position: relative;
  overflow: auto;
  width: calc(20% - 10px);
  margin-right: 10px;
  background: #fff;
  border-right: none;
}
.main-table-wrap .table-tree .t-btn {
  position: absolute;
  top: 7px;
  right: 13px;
}
.main-table-wrap .table-tree .t-btn i {
  color: #7e7e7e;
  cursor: pointer;
}
.main-table-wrap .table-tree .t-btn .iconshuaxin {
  margin-left: 12px;
}
.main-table-wrap .table-search-form {
  padding: 14px 16px 0 0 !important;
  margin: 0;
  background-color: #fff;
  min-height: 46px;
}
.vm-compact .main-table-wrap .table-search-form {
  padding: 4px 12px 0 0 !important;
  min-height: 32px !important;
}
.main-table-wrap .table-search-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.main-table-wrap .table-search-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.main-table-wrap .table-search-form .ant-form-item {
  margin-bottom: 8px;
}
.vm-compact .main-table-wrap .table-search-form .ant-form-item {
  margin-bottom: 4px ;
}
.main-table-wrap .table-search-form .ant-form-item .ant-form-item-label {
  width: 85px !important;
  margin-left: 20px;
}
.main-table-wrap .table-search-form .ant-form-item .ant-form-item-label label::after {
  margin: 0 8px 0 0;
}
.main-table-wrap .table-search-form .ant-form-item .ant-col-16 {
  width: calc(100% - 105px);
}
.main-table-wrap .table-search-form .ant-form-item-control {
  width: 100%;
}
.main-table-wrap .table-search-form .ant-checkbox-wrapper {
  line-height: 30px;
}
.main-table-wrap .table-search-form .ant-calendar-picker,
.main-table-wrap .table-search-form .ant-time-picker,
.main-table-wrap .table-search-form .ant-time-picker-input {
  width: 100%;
  min-width: unset !important;
}
.main-table-wrap .table-search-form .mr10 {
  margin-right: 10px;
}
.main-table-wrap .table-search-form .mr8 {
  margin-right: 8px;
}
.main-table-wrap .table-search-form .mr8 .ant-btn {
  color: white;
  background-color: #317EF0;
  border: 1px solid #317EF0;
}
.main-table-wrap .table-search-form .mr8 .ant-btn:first-child,
.main-table-wrap .table-search-form .mr8 .ant-btn .trigger-click-btn.ant-btn-ghost:focus {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}
.main-table-wrap .table-search-form .queryclass {
  display: inline-block;
}
.main-table-wrap .table-search-form .table-search-button {
  float: right;
  margin-bottom: 14px !important;
}
.vm-compact .main-table-wrap .table-search-form .table-search-button {
  margin-bottom: 0px !important;
}
.main-table-wrap .table-search-form .table-search-button .button-drop-container {
  float: left;
}
.main-table-wrap .table-search-form .table-search-button a {
  float: left;
  margin-top: 7px;
  margin-left: 13px;
  vertical-align: middle;
}
.vm-compact .main-table-wrap .table-search-form .table-search-button a {
  margin-top: 3px;
}
.main-table-wrap .table-search-form .table-search-button a .anticon {
  vertical-align: 0;
}
.main-table-wrap .table-search-form .table-search-button a i {
  margin-left: 3px;
  color: #317EF0;
  font-size: 8px;
}
.main-table-wrap .table-search-form .table-search-button .button-reset .dropdown-button {
  background-color: #317ef0;
  border-radius: 5px;
  display: flex;
}
.vm-compact .main-table-wrap .table-search-form .table-search-button .button-reset .dropdown-button {
  border-radius: 3px;
}
.main-table-wrap .table-search-form .table-search-button .button-reset .dropdown-button .ant-menu-item {
  text-align: center;
}
.main-table-wrap .table-search-form .table-search-button .button-reset .dropdown-button .dropdown-panel .button-menu:before {
  left: 70%;
}
.main-table-wrap .table-search-form .table-search-button .button-reset .dropdown-button .dropdown-panel .button-menu:after {
  left: 70%;
}
.main-table-wrap .table-search-form .table-search-button .button-drop-container .trigger-click-btn {
  width: 66px;
  padding: 5px 8px !important;
}
.vm-loose .main-table-wrap .table-search-form .table-search-button .button-drop-container .trigger-click-btn {
  width: 70px;
}
.main-table-wrap .table-search-form .table-search-button .button-drop-container .trigger-click-btn .icon-down {
  margin-left: 0;
  line-height: 12px;
}
.vm-compact .main-table-wrap .table-search-form .table-search-button .button-drop-container .ant-btn {
  padding: 2px 8px !important;
}
.main-table-wrap .table-search-form .table-search-button .button-drop-container .ant-btn-primary:hover {
  background: #559aff !important;
  border-color: #559aff !important;
}
.main-table-wrap .table-search-form .table-search-button .button-drop-search .dropdown-button .r-button:nth-child(1) {
  vertical-align: top;
}
.main-table-wrap .table-search-form .mr8 .trigger-click-btn {
  width: 57px !important;
}
.main-table-wrap .ant-input {
  /*
       todo IE8宽度设置成百分比。输入框会有问题
     */
  width: 200px\0;
  line-height: 20px\0;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
}
.main-table-wrap .ant-input:focus {
  border-color: #317EF0;
}
.main-table-wrap .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.main-table-wrap .ant-select-selection--multiple,
.main-table-wrap .ant-select-selection--single {
  border: 1px solid #dcddde;
  border-radius: 4px !important;
}
.main-table-wrap .ant-select-selection__rendered .ant-select-selection__choice {
  max-width: 60% !important;
  color: #333;
}
.main-table-wrap .ant-form-explain {
  position: absolute;
  margin-top: 0;
}
.main-table-wrap .ant-calendar-range-picker.ant-input {
  position: absolute;
  height: 30px;
}
.main-table-wrap .ant-calendar-range-picker.ant-input .ant-calendar-range-picker-input {
  height: 28px;
}
.main-table-wrap .ant-select-selection--multiple > ul > li,
.main-table-wrap .ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  margin-top: 2px;
}
.iconduihao {
  color: #317EF0;
}
.iconcuohao {
  color: #f5212d;
}
.ant-tooltip {
  max-width: 900px;
}
.table-sum-wrap {
  flex: 1 1 0;
  overflow: hidden;
  margin-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-sum-wrap i {
  color: #317EF0;
  font-size: 14px;
}
.table-sum-wrap .table-sum {
  display: inline;
  height: 30px;
  padding-left: 0;
  margin-left: 20px;
  color: #353b4b;
  line-height: 30px;
  border-radius: 3px;
}
.table-sum-wrap .table-sum .anticon-cross {
  float: right;
  margin-top: 8px;
  cursor: pointer;
}
.pull-right {
  display: flex;
}
.table-operate-button .table-operate-dropButton ul li {
  position: relative;
}
.table-operate-button .table-operate-dropButton ul li .r-button {
  position: absolute;
  left: 0;
  width: 100%;
}
.table-operate-button .table-operate-dropButton ul li .r-button button {
  background: none !important;
}
.table-operate-button .import-dropButton {
  margin-right: 5px;
}
.table-operate-button .search-btn i {
  font-size: 12px;
  transform: scale(0.75) rotate(0deg);
}
.table-operate-button .ant-btn.ant-btn-primary,
.table-operate-button .ant-btn.ant-btn-ghost {
  min-width: 80px;
  padding: 4px 10px;
}
.table-operate-button .dropdown-button .r-dropdown-btn {
  min-width: 80px;
  height: 28px;
  padding: 4px 10px;
  margin-right: 10px;
}
.vm-compact .table-operate-button .dropdown-button .r-dropdown-btn {
  height: 22px;
  line-height: 22px;
  padding: 0;
}
.table-operate-button .dropdown-button .dropdown-panel .button-menu .ant-menu-submenu.ant-menu-submenu-vertical .ant-menu-submenu-title {
  padding: 0 10px 0 20px !important;
}
.table-operate-button .dropdown-button .dropdown-panel .buttonlist-tooltip-span {
  display: inline-block;
  overflow: hidden;
  width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.table-operate-button .dropdown-button .ant-menu-item .ant-btn-ghost {
  width: 125%;
  margin-right: auto;
  font-weight: 400;
  text-align: left;
  border: none;
}
.vm-compact .table-operate-button .table-operate-dropButton .r-dropdown-btn {
  line-height: 20px;
}
.table-operate-button .r-advanced-query .ant-select-selection--single {
  height: 30px;
  border: 1px solid #EFEFEF;
}
.table-operate-button .r-advanced-query .ant-select-selection--single .ant-select-arrow .ant-select-arrow-icon {
  margin-left: 5px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 8px;
}
.table-operate-button .ant-btn-ghost {
  height: 28px;
  padding: 4px 28px;
  margin-right: 10px;
  border: 1px solid #e6e7e8;
  border-radius: 4px;
}
.vm-compact .table-operate-button .ant-btn-ghost {
  height: 22px;
  padding: 0;
}
.table-operate-button .ant-btn-primary {
  height: 28px;
  padding: 4px 28px;
  margin-right: 10px;
  border-radius: 4px;
}
.vm-compact .table-operate-button .ant-btn-primary {
  height: 22px;
  padding: 0;
}
.table-operate-button .search-btn {
  padding: 4px 10px;
  margin-right: 0;
  margin-left: 10px;
}
.table-operate-button .anticon-down {
  margin-left: 5px;
  font-size: 8px;
}
.ant-spin-nested-loading {
  background-color: white;
}
.ant-tabs-content .ant-tabs-tabpane .main-table-wrap .menu-top-bar {
  width: 100%;
  margin-top: 1px;
}
:root .main-table-wrap .table-search-form .ant-input {
  width: 100%;
  color: #333;
  border: 1px solid #dcddde;
  border-radius: 4px;
}
:root .main-table-wrap .table-search-form .ant-input:focus {
  box-shadow: none;
  border-color: #317EF0;
}
:root .main-table-wrap .table-search-form .ant-select-selection {
  color: #333;
}
:root .main-table-wrap .table-search-form .ant-select-disabled .ant-select-selection,
:root .main-table-wrap .table-search-form .ant-input[disabled] {
  color: #666;
  background: #f5f5f7;
}
:root .main-table-wrap .table-search-form .ant-radio-wrapper {
  margin-right: 12px;
}
:root .main-table-wrap .table-search-form .r-number-range-wrap .ant-input {
  width: 100%;
}
:root .main-table-wrap .table-search-form .ant-radio-group {
  margin-left: 10px;
}
:root .main-table-wrap .table-search-form span.ant-radio + * {
  padding-right: 0;
  padding-left: 6px;
}
:root .main-table-wrap .table-search-form .ant-radio-inner {
  width: 14px;
  height: 14px;
}
:root .main-table-wrap .table-search-form .ant-radio-inner:after {
  top: 2px;
  left: 2px;
}
:root .main-table-wrap .table-search-form .ant-select-arrow {
  right: 8px !important;
}
.r-table-wrap .ant-table-footer {
  height: 42px;
}
.vm-compact .r-table-wrap .ant-table-footer {
  height: 35px;
}
.r-table-wrap .ant-table-wrapper {
  padding: 0 16px;
}
.vm-compact .r-table-wrap .ant-table-wrapper {
  padding: 0 12px;
}
.r-table-wrap .ant-table-wrapper ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  margin: 2px;
}
.r-table-wrap .ant-table-wrapper ::-webkit-scrollbar-track-piece {
  width: 14px;
  background: #f9fafb;
  border-left: 1px solid #EFEFEF;
}
.r-table-wrap .ant-table-wrapper ::-webkit-scrollbar-thumb {
  width: 8px;
  border-radius: 4px;
}
.r-table-wrap .ant-table-wrapper ::-webkit-scrollbar-corner {
  background: #f9fafb;
}
.table-operate-dropButton {
  display: inline-block;
}
.table-operate-dropButton .r-dropdown-btn {
  width: 30px;
  min-width: 30px !important;
  padding: 0 !important;
  margin-right: 0px !important;
  color: #7e7e7e;
  font-size: 16px;
  vertical-align: sub;
}
.table-operate-dropButton .r-dropdown-btn i {
  height: 18px;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 0 !important;
}
.table-column-render {
  display: inline-block;
  width: 52px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
}
.vm-loose .table-column-render {
  width: 64px;
}
.table-column-render-en {
  display: inline-block;
  width: 100px;
  height: 18px;
  line-height: 16px;
  text-align: center;
  border-radius: 10px;
}
.state-other {
  color: #999;
  background: #f9fafb;
  border: 1px solid #bfbfbf;
}
.state-normal {
  color: #317ef0;
  background: #f2faff;
  border: 1px solid #589eff;
}
.state-handing {
  color: #bd79e5;
  background: #fdfaff;
  border: 1px solid #cb98e8;
}
.state-abnormal {
  color: #ffac00;
  background: #fffbf4;
  border: 1px solid #ffbe5a;
}
.state-error {
  color: #f54222;
  background: #fef4f2;
  border: 1px solid #ff7b63;
}
.state-success {
  color: #00ca71;
  background: #f5fff8;
  border: 1px solid #6fd6a0;
}
.color-other {
  color: #999;
}
.color-normal {
  color: #317ef0;
}
.color-handing {
  color: #bd79e5;
}
.color-abnormal {
  color: #ffac00;
}
.color-error {
  color: #f54222;
}
.color-success {
  color: #00ca71;
}
.table_column-dot {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.bg-dot-other {
  background: #999;
}
.bg-dot-normal {
  background: #317ef0;
}
.bg-dot-handling {
  background: #bd79e5;
}
.bg-dot-abnormal {
  background: #ffac00;
}
.bg-dot-error {
  background: #f54222;
}
.bg-dot-success {
  background: #00ca71;
}
.ant-grid-tr-yellow {
  color: #f0950c;
}
.ant-grid-tr-red {
  color: red;
}
.modal-table {
  overflow: hidden;
  height: 100%;
}
.modal-table .table-content {
  height: 100%;
}
.modal-table .table-block {
  overflow: auto;
  width: calc(20% - 10px);
  height: 100% !important;
  padding: 0 10px;
  background-color: #fff;
}
.modal-table .table-search-form {
  padding-top: 10px;
  margin: 10px 0;
  background-color: #f5f8fe;
  border: 1px solid #f1f2f4;
}
.modal-table .table-search-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.modal-table .table-search-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.modal-table .table-search-form .ant-form-item-control {
  width: 90%;
}
.modal-table .table-search-form .ant-checkbox-wrapper {
  line-height: 30px;
}
.modal-table .table-search-form .ant-calendar-picker,
.modal-table .table-search-form .ant-time-picker,
.modal-table .table-search-form .ant-time-picker-input {
  width: 100%;
}
.modal-table .table-search-form .table-search-button {
  padding-right: 20px;
  text-align: right;
}
.modal-table .table-search-form .table-search-button .ant-btn {
  color: white;
  background-color: #317EF0;
  border: 1px solid #317EF0;
}
.modal-table .table-search-form .table-search-button .ant-btn:first-child,
.modal-table .table-search-form .table-search-button .ant-btn .trigger-click-btn.ant-btn-ghost:focus {
  border-right-color: rgba(255, 255, 255, 0.2) !important;
}
.modal-table .table-search-form .table-search-button .button-reset .dropdown-button {
  background-color: #317EF0;
  border-radius: 5px;
  display: flex;
}
.vm-compact .modal-table .table-search-form .table-search-button .button-reset .dropdown-button {
  border-radius: 3px;
}
.modal-table .table-search-form .table-search-button .button-reset .dropdown-button .ant-menu-item {
  text-align: center;
}
.modal-table .table-search-form .table-search-button .button-reset .dropdown-button .dropdown-panel .button-menu:before {
  left: 70%;
}
.modal-table .table-search-form .table-search-button .button-reset .dropdown-button .dropdown-panel .button-menu:after {
  left: 70%;
}
.modal-table .table-search-form .table-search-button .trigger-click-icon {
  padding: 5px 8px !important;
}
.modal-table .table-search-form .table-search-button a {
  margin-right: 13px;
  color: #667180;
  vertical-align: middle;
}
.modal-table .table-search-form .table-search-button a i {
  margin-left: 5px;
  font-size: 8px;
}
.modal-table .table-search-form .ant-input {
  /*
       todo IE8宽度设置成百分比。输入框会有问题
     */
  width: 200px\0;
  line-height: 20px\0;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
}
.modal-table .table-search-form .ant-input:focus {
  border-color: #317EF0;
}
.modal-table .table-search-form .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.modal-table .table-search-form .ant-select-selection--multiple,
.modal-table .table-search-form .ant-select-selection--single {
  border: 1px solid #DCDFE6;
  border-radius: 3px !important;
}
.modal-table .table-search-form .ant-form-explain {
  position: absolute;
  margin-top: 0;
}
.modal-table .table-search-form .ant-calendar-picker {
  height: 25px;
}
.modal-table .table-search-form .ant-calendar-range-picker.ant-input {
  position: absolute;
  height: 30px;
}
.modal-table .table-search-form .ant-calendar-range-picker.ant-input .ant-calendar-range-picker-input {
  height: 28px;
}
.modal-table .r-table-wrap .ant-table-wrapper {
  padding: 0;
}

.ant-tabs-content .detail-win-warp {
  margin: -40px -10px -10px -10px;
}
.vm-compact .ant-tabs-content .detail-win-warp {
  margin: -6px;
}
.vm-standard .ant-tabs-content .detail-win-warp {
  margin: -8px;
}
.detail-win-warp .button-footer {
  bottom: 0!important;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-3 {
  width: 12.5%;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 {
  width: 20.83333333%;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 span > a {
  right: 0;
  left: auto;
  top: 0;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 > span {
  max-width: 100%;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 > span > span {
  display: flex;
  max-width: 100%;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 > span > span > span {
  max-width: 100%;
}
.detail-win-warp .detail-box .detail-item-row .ant-col-5 > span > span > a {
  position: unset;
  padding-left: 8px;
}
.detail-wrap,
.add-wrap {
  position: relative;
  z-index: 1;
}
.detail-wrap .ant-form-item-label.ant-col-2,
.add-wrap .ant-form-item-label.ant-col-2 {
  width: 11%;
}
.detail-wrap .ant-form-item-label.ant-col-2 + .ant-col-22,
.add-wrap .ant-form-item-label.ant-col-2 + .ant-col-22 {
  width: 89%;
}
.detail-wrap .ant-form-item,
.add-wrap .ant-form-item {
  margin-bottom: 5px;
}
.detail-wrap .detail-item-row,
.add-wrap .detail-item-row {
  margin-bottom: 0px;
  border: 1px solid #eee;
}
.detail-wrap .detail-item-row + .detail-item-row,
.add-wrap .detail-item-row + .detail-item-row {
  border-top: 0;
}
.detail-wrap .detail-item-row .ant-col-3,
.add-wrap .detail-item-row .ant-col-3 {
  width: 108px;
}
.detail-wrap .detail-item-row .ant-col-5,
.add-wrap .detail-item-row .ant-col-5 {
  position: relative;
  /* width: 228px; */
}
.detail-wrap .detail-item-row .ant-col-5 span,
.add-wrap .detail-item-row .ant-col-5 span {
  /* max-width: 144px; */
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.detail-wrap .detail-item-row .ant-col-5 a,
.add-wrap .detail-item-row .ant-col-5 a {
  position: absolute;
  left: 144px;
}
.detail-wrap .detail-item-row .ant-col-5:nth-child(3n),
.add-wrap .detail-item-row .ant-col-5:nth-child(3n) {
  /* width: 150px; */
}
.detail-wrap .detail-item-row .ant-col-13 + .ant-col-3 + .ant-col-5,
.add-wrap .detail-item-row .ant-col-13 + .ant-col-3 + .ant-col-5 {
  width: 150px;
}
.detail-wrap .detail-item-row .detail-item-title,
.add-wrap .detail-item-row .detail-item-title {
  height: 38px;
  color: #666;
  font-weight: 400;
  line-height: 38px;
  background: #fafafa;
  margin-left: -1px;
  padding-left: 12px;
  border-left: 1px solid #eee;
}
.detail-wrap .detail-item-row .detail-item-title-warnning,
.add-wrap .detail-item-row .detail-item-title-warnning {
  color: #f54222;
}
.detail-wrap .detail-item-row .detail-item-content,
.add-wrap .detail-item-row .detail-item-content {
  line-height: 38px;
  height: 38px;
  color: #333;
  font-weight: 400;
  border-left: 1px solid #eee;
}
.detail-wrap .detail-item-row .detail-full-line.detail-item-content,
.add-wrap .detail-item-row .detail-full-line.detail-item-content {
  height: unset !important;
  line-height: 38px;
  background-color: #fff;
}
.detail-wrap .detail-item-row .detail-full-line.detail-item-content > span:empty,
.add-wrap .detail-item-row .detail-full-line.detail-item-content > span:empty {
  height: 20px;
  display: inline-block;
}
.detail-wrap .detail-item-row:has(.detail-full-line),
.add-wrap .detail-item-row:has(.detail-full-line) {
  background: #fafafa;
}
.detail-wrap .menu-top-bar .ant-breadcrumb,
.add-wrap .menu-top-bar .ant-breadcrumb {
  line-height: 32px;
}
.vm-compact .detail-wrap .menu-top-bar .ant-breadcrumb,
.vm-compact .add-wrap .menu-top-bar .ant-breadcrumb {
  line-height: 28px;
}
.vm-loose .detail-wrap .menu-top-bar .ant-breadcrumb,
.vm-loose .add-wrap .menu-top-bar .ant-breadcrumb {
  line-height: 36px;
  font-size: 14px;
}
.detail-wrap .menu-top-bar .notecode-class,
.add-wrap .menu-top-bar .notecode-class {
  position: absolute;
  top: 0;
  right: 80px;
  font-size: 12px;
  color: #666666;
}
.detail-wrap .ant-table-empty .ant-table-scroll .ant-table-header,
.add-wrap .ant-table-empty .ant-table-scroll .ant-table-header {
  overflow: auto !important;
}
.detail-wrap .ant-table-scroll .ant-table-header,
.add-wrap .ant-table-scroll .ant-table-header {
  overflow: hidden !important;
  height: auto !important;
  margin-bottom: 0 !important;
}
.detail-wrap .r-anchor-card,
.add-wrap .r-anchor-card {
  /*---鼠标点击滚动条显示样式--*/
  /*---滚动条大小--*/
}
.detail-wrap .r-anchor-card ::-webkit-scrollbar-thumb,
.add-wrap .r-anchor-card ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #c1c1c1;
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  outline-offset: -2px;
  -webkit-border-radius: 3px;
}
.detail-wrap .r-anchor-card ::-webkit-scrollbar-thumb:hover,
.add-wrap .r-anchor-card ::-webkit-scrollbar-thumb:hover {
  height: 50px;
  background-color: #c1c1c1;
  -webkit-border-radius: 4px;
}
.detail-wrap .r-anchor-card ::-webkit-scrollbar,
.add-wrap .r-anchor-card ::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
.detail-wrap .panel-wrap,
.add-wrap .panel-wrap {
  border-bottom: none;
}
.detail-wrap .panel-wrap:last-child,
.add-wrap .panel-wrap:last-child {
  margin-bottom: 5px;
}
.detail-wrap .r-table-wrap .ant-table-wrapper,
.add-wrap .r-table-wrap .ant-table-wrapper {
  padding: 0;
}
.detail-wrap .close-btn .ant-btn,
.add-wrap .close-btn .ant-btn {
  margin-left: 10px;
}
.detail-wrap .detail-content,
.add-wrap .detail-content {
  padding: 8px 0px 0px 8px;
}
.vm-compact .detail-wrap .detail-content,
.vm-compact .add-wrap .detail-content {
  padding: 6px 0px 0px 6px;
}
.detail-wrap .detail-content .dealt-anchor-card-item,
.add-wrap .detail-content .dealt-anchor-card-item {
  height: auto;
}
.detail-wrap .detail-content .dealt-anchor-card-item .ant-table-footer .ant-pagination-options .ant-pagination-options-size-changer + div:not(.ant-pagination-options-quick-jumper),
.add-wrap .detail-content .dealt-anchor-card-item .ant-table-footer .ant-pagination-options .ant-pagination-options-size-changer + div:not(.ant-pagination-options-quick-jumper) {
  position: fixed !important;
  z-index: 99;
}
.detail-wrap .detail-content .dealt-anchor-card-item .ant-table-footer .ant-pagination-options .ant-pagination-options-quick-jumper + div,
.add-wrap .detail-content .dealt-anchor-card-item .ant-table-footer .ant-pagination-options .ant-pagination-options-quick-jumper + div {
  position: fixed !important;
  z-index: 99;
}
.detail-wrap .detail-content .r-anchor-card,
.add-wrap .detail-content .r-anchor-card {
  border-radius: 3px;
  margin-bottom: 8px;
}
.detail-wrap .detail-content .r-anchor-card.active .r-anchor-card-title,
.add-wrap .detail-content .r-anchor-card.active .r-anchor-card-title {
  font-weight: bold;
}
.detail-wrap .detail-content .r-anchor-card.active .r-anchor-card-title i,
.add-wrap .detail-content .r-anchor-card.active .r-anchor-card-title i {
  color: #317EF0;
}
.detail-wrap .detail-content .r-anchor-card .r-anchor-card-title,
.add-wrap .detail-content .r-anchor-card .r-anchor-card-title {
  border-bottom: 1px solid #EBEBEB;
  font-weight: unset;
  line-height: 44px;
  height: 44px;
}
.detail-wrap .detail-content .r-anchor-card .r-anchor-card-title i,
.add-wrap .detail-content .r-anchor-card .r-anchor-card-title i {
  font-size: 14px;
  color: #666;
}
.detail-wrap .r-anchor-card:last-child,
.add-wrap .r-anchor-card:last-child {
  margin-bottom: 0px;
}
.detail-wrap .detail-column,
.add-wrap .detail-column {
  position: relative;
  overflow: hidden;
  height: inherit;
  padding-right: 0;
  padding-left: 0;
  margin: -1px 0 0 -1px;
}
.detail-wrap .detail-column:before,
.add-wrap .detail-column:before {
  content: " ";
  display: table;
}
.detail-wrap .detail-column:after,
.add-wrap .detail-column:after {
  content: " ";
  clear: both;
  display: table;
}
.detail-wrap .detail-title,
.add-wrap .detail-title {
  position: absolute;
  float: left;
  height: 100%;
  padding: 10px 20px;
  color: #667180;
  font-weight: bold;
  background-color: #f7f8fa;
  border-right: 1px solid #EFEFEF;
}
.detail-wrap .detail-title span,
.add-wrap .detail-title span {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #667180;
  line-height: 20px;
  word-break: break-all;
}
.detail-wrap .detail-text,
.add-wrap .detail-text {
  width: 100%;
  padding-left: 25%;
  color: #333333;
  font-size: 0;
  font-weight: bold;
  line-height: 42px;
  vertical-align: middle;
  border-right: 1px solid #EFEFEF;
}
.detail-wrap .detail-text span,
.add-wrap .detail-text span {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
  line-height: 21px;
  word-wrap: break-word;
  word-break: normal;
  vertical-align: middle;
}
.detail-wrap .detail-text.detail-full-text,
.add-wrap .detail-text.detail-full-text {
  padding-left: 17%;
}
.detail-wrap .detail-box,
.add-wrap .detail-box {
  overflow-x: hidden;
  width: 100%;
  margin: auto;
}
.detail-wrap .detail-box .detail-box-row,
.add-wrap .detail-box .detail-box-row {
  margin-top: 0;
}
.detail-wrap .detail-box .detail-box-row.box-row-single,
.add-wrap .detail-box .detail-box-row.box-row-single {
  border-bottom: none;
}
.detail-wrap .detail-box .detail-box-row.box-row-single .detail-box-title.title-single,
.add-wrap .detail-box .detail-box-row.box-row-single .detail-box-title.title-single {
  border-bottom: 1px solid #EFEFEF;
}
.detail-wrap .detail-box .detail-box-row.box-row-single .detail-box-text.text-single,
.add-wrap .detail-box .detail-box-row.box-row-single .detail-box-text.text-single {
  border-bottom: 1px solid #EFEFEF;
}
.detail-wrap .detail-box .detail-box-title,
.add-wrap .detail-box .detail-box-title {
  position: absolute;
  display: table-cell;
  height: 100%;
  padding: 10px 20px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 42px;
  word-break: break-all;
  vertical-align: middle;
  background: #f7f8fa;
  border-right: 1px solid #EFEFEF;
}
.detail-wrap .detail-box .detail-box-title span,
.add-wrap .detail-box .detail-box-title span {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #667180;
  line-height: 20px;
  word-break: break-all;
}
.detail-wrap .detail-box .detail-box-text,
.add-wrap .detail-box .detail-box-text {
  left: 12.5%;
  color: #333333;
  font-size: 12px;
  line-height: 42px;
  word-break: break-all;
  vertical-align: middle;
  border-right: 1px solid #EFEFEF;
}
.detail-wrap .detail-box .detail-box-text span,
.add-wrap .detail-box .detail-box-text span {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
  word-break: normal;
  vertical-align: middle;
}
.detail-wrap .detail-box .title-right,
.add-wrap .detail-box .title-right {
  left: 50%;
}
.detail-wrap .detail-box .detail-box-text.text-right,
.add-wrap .detail-box .detail-box-text.text-right {
  left: 25%;
}
.detail-wrap .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab,
.add-wrap .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab {
  margin-right: 10px;
}
.detail-wrap .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab-active,
.add-wrap .ant-tabs.ant-tabs-card .ant-tabs-bar .ant-tabs-tab-active {
  font-weight: normal;
}
.detail-wrap .ant-tabs-bar,
.add-wrap .ant-tabs-bar {
  margin: 15px 20px 0 20px;
  border-bottom: 1px solid #EFEFEF;
}
.detail-wrap .ant-tabs-bar .ant-tabs-tab,
.add-wrap .ant-tabs-bar .ant-tabs-tab {
  margin-right: 10px;
}
.detail-wrap .ant-tabs-content .detail-row,
.add-wrap .ant-tabs-content .detail-row {
  margin: 0;
}
.detail-wrap .ant-tabs-tabpane,
.add-wrap .ant-tabs-tabpane {
  margin: 0 20px;
}
.detail-wrap .ant-tabs-nav-wrap,
.add-wrap .ant-tabs-nav-wrap {
  margin-left: 0;
}
.detail-wrap .ant-tabs-nav-wrap .ant-tabs-tab-inner,
.add-wrap .ant-tabs-nav-wrap .ant-tabs-tab-inner {
  padding: 10px 0;
}
.detail-wrap .r-table .r-table-content .dataTables_wrapper,
.add-wrap .r-table .r-table-content .dataTables_wrapper {
  margin: 0;
}
.detail-wrap .r-table .r-table-content .page-wrapper,
.add-wrap .r-table .r-table-content .page-wrapper {
  margin: 0;
}
.detail-wrap .detail-table .dataTables_scrollHead th,
.add-wrap .detail-table .dataTables_scrollHead th,
.detail-wrap .detail-table .dataTables_scrollBody td,
.add-wrap .detail-table .dataTables_scrollBody td {
  border-left: none;
}
.detail-wrap .button-footer,
.add-wrap .button-footer {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.vm-compact .detail-wrap .button-footer,
.vm-compact .add-wrap .button-footer {
  left: 6px;
}
.detail-wrap .button-footer button,
.add-wrap .button-footer button {
  margin: 0 5px;
  min-width: 80px;
}
.detail-wrap .ant-tabs-tabpane-active .ant-table-wrapper,
.add-wrap .ant-tabs-tabpane-active .ant-table-wrapper {
  margin-top: 25px;
}
.detail-wrap .r-anchor-card-body,
.add-wrap .r-anchor-card-body {
  /* .r-upload-table-box {
      margin: -8px 0 12px 0;
    } */
}
.detail-wrap .r-anchor-card-body .r-editable-table-wrap,
.add-wrap .r-anchor-card-body .r-editable-table-wrap {
  margin-bottom: 8px;
}
.detail-wrap div:not(:first-child) .no-panel-title,
.add-wrap div:not(:first-child) .no-panel-title {
  padding-top: 8px;
  margin: 0 10px;
}
.detail-wrap div:not(:first-child) .no-panel-title:empty,
.add-wrap div:not(:first-child) .no-panel-title:empty {
  padding: 0;
  margin: 0;
}
.detail-wrap .ant-select-writable,
.add-wrap .ant-select-writable {
  background: transparent;
}
.detail-wrap .r-anchor-card .r-anchor-card-body,
.add-wrap .r-anchor-card .r-anchor-card-body {
  border-top: none;
  /* .ant-col-6 {
      width: 83px;
    }
    .ant-col-8 {
      width: 262px;
    }
    .ant-col-15{
      width: 179px;
    } */
}
.detail-wrap .r-anchor-card .r-anchor-card-body div div:not(:first-child) .panel-title,
.add-wrap .r-anchor-card .r-anchor-card-body div div:not(:first-child) .panel-title,
.detail-wrap .r-anchor-card .r-anchor-card-body div:not(:first-child) .panel-title,
.add-wrap .r-anchor-card .r-anchor-card-body div:not(:first-child) .panel-title {
  padding-top: 8px;
  /* border-top: 1px dashed #EBEBEB; */
}
.detail-wrap .r-anchor-card .r-anchor-card-body .table-search-form .ant-col-6,
.add-wrap .r-anchor-card .r-anchor-card-body .table-search-form .ant-col-6 {
  width: 24%;
}
.detail-wrap .r-anchor-title a.active,
.add-wrap .r-anchor-title a.active {
  border-bottom: 2px solid #317EF0;
}
.detail-wrap .ant-table-fixed col:first-child,
.add-wrap .ant-table-fixed col:first-child {
  width: 55px;
  min-width: 55px;
}
.detail-wrap .ant-table-fixed .ant-table-thead th:first-child,
.add-wrap .ant-table-fixed .ant-table-thead th:first-child {
  padding: 0 9px 0 9px!important;
}
.detail-wrap .ant-table-fixed .index-col,
.add-wrap .ant-table-fixed .index-col {
  padding-right: 11px;
}
.detail-wrap .r-upload-table-box .ant-table-body col:first-child,
.add-wrap .r-upload-table-box .ant-table-body col:first-child {
  width: 55px!important;
  min-width: 55px!important;
}
.detail-wrap .r-upload-table-box .index-col,
.add-wrap .r-upload-table-box .index-col {
  padding: 9px 11px 9px 20px !important;
}
.detail-wrap .ant-table-tbody tr td:first-child,
.add-wrap .ant-table-tbody tr td:first-child {
  padding-left: 10px!important;
}
.detail-wrap .main-table-wrap .table-block,
.add-wrap .main-table-wrap .table-block {
  padding: 0 20px;
}
.detail-wrap .main-table-wrap .table-block .table-operate-wrap .table-operate-bar,
.add-wrap .main-table-wrap .table-block .table-operate-wrap .table-operate-bar {
  padding-right: 0;
}
.detail-wrap .main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-operate-dropButton .r-dropdown-btn,
.add-wrap .main-table-wrap .table-block .table-operate-wrap .table-operate-bar .table-operate-dropButton .r-dropdown-btn {
  margin-right: 0!important;
}
.r-detail-modal-wrap .detail-item-row .ant-col-3 {
  width: 12.5%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5 {
  width: 20.83333333%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5 span > a {
  position: unset;
  left: auto;
  padding-left: 8px;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5 > span {
  max-width: 100%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5 > span > span {
  display: flex;
  max-width: 100%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5 > span > span > span {
  max-width: 100%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5:nth-child(3n) {
  width: 20.83333333%;
}
.r-detail-modal-wrap .detail-item-row .ant-col-5:nth-child(3n) span {
  max-width: 100%;
}
.r-detail-modal-wrap .r-anchor-card-container {
  padding-bottom: 8px;
}
.r-detail-modal-wrap .r-anchor-card-container .r-anchor-card-title {
  border-bottom: 1px solid #EBEBEB;
}
.r-detail-modal-wrap .add-wrap-modal .add-content {
  overflow: visible;
}
.r-detail-modal-wrap .add-wrap-modal .operate-btns {
  border-top: 0;
}
.r-detail-modal-wrap .add-wrap-modal .r-anchor-card-container {
  padding-bottom: 0px;
}
.r-detail-modal-wrap .r-anchor-card .r-anchor-card-body {
  border-top: none;
}
.r-detail-modal-wrap .r-anchor-card .r-anchor-card-body div:not(:first-child) > .no-panel-title {
  margin: 0px 10px 0 10px;
}
.r-detail-modal-wrap .r-anchor-card .r-anchor-card-body .ant-form-item-label {
  /* width: 83px; */
}
.r-detail-modal-wrap .r-anchor-card .r-anchor-card-body .ant-col-8 {
  width: 33.33333333%;
}
.r-detail-modal-wrap .r-anchor-card .r-anchor-card-body .ant-col-15 {
  width: 62.5%;
}
.r-detail-modal-wrap .workflow-interestscheme .panel-wrap {
  display: block;
}
.r-detail-modal-wrap .panel-wrap .form-item-col {
  margin-right: 0 !important;
}
.detail-single-module .detail-item-row .ant-col-5 span {
  max-width: 80%;
}
.detail-single-module .detail-item-row .ant-col-5 a {
  position: absolute;
  left: 80%;
}
.panel-wrap .ant-form-item-control a {
  line-height: 30px;
}
.vm-compact .panel-wrap .ant-form-item-control a {
  line-height: 22px;
}
.detail-download {
  float: right;
  line-height: 40px;
}

/* 内容表格高度 32 38 42 */
/* tab标题高度 32 44 52 */
/* 列表行高 28 32 40 */
/* 页脚高度 44 46 54 */
/* 页脚按钮高度 26 30 34 */
/* 详情页字体大小 12 12 14 */
/* panel间距*/
.vm-compact .detail-item-row .detail-item-title,
.vm-compact .detail-item-row .detail-item-content,
.vm-compact .detail-item-row .detail-full-line.detail-item-content {
  line-height: 22px;
  height: 22px;
}
.vm-compact .r-anchor-card-container .r-anchor-card-title,
.vm-compact .r-anchor-card-container .r-anchor-title a {
  line-height: 32px;
  height: 32px;
}
.vm-compact .detail-content .r-anchor-card .r-anchor-card-title,
.vm-compact .add-wrap .detail-content .r-anchor-card .r-anchor-card-title {
  line-height: 32px;
  height: 32px;
}
.vm-compact .button-footer {
  line-height: 42px;
  height: 42px;
}
.vm-compact .button-footer button {
  height: 24px;
}
.vm-compact .ant-table-thead > tr > th,
.vm-compact .ant-table-tbody > tr > td {
  height: 22px;
}
.vm-compact .ant-table table .ant-table-thead > tr:first-child > th {
  height: 22px;
}
.vm-compact .r-anchor-title {
  font-size: 14px;
}
.vm-compact .r-anchor-card,
.vm-compact .ant-btn,
.vm-compact .panel-title {
  font-size: 12px;
}
.vm-compact .detail-content .r-anchor-card-body .panel-wrap,
.vm-compact .detail-content .r-anchor-card-body .panel-wrap-simple:last-child {
  margin: 6px !important;
}
.vm-standard .detail-item-row .detail-item-title,
.vm-standard .detail-item-row .detail-item-content,
.vm-standard .detail-item-row .detail-full-line.detail-item-content {
  line-height: 34px;
  height: 34px;
}
.vm-standard .r-anchor-card-container .r-anchor-card-title,
.vm-standard .r-anchor-card-container .r-anchor-title a {
  line-height: 44px;
  height: 44px;
}
.vm-standard .detail-content .r-anchor-card .r-anchor-card-title,
.vm-standard .add-wrap .detail-content .r-anchor-card .r-anchor-card-title {
  line-height: 44px;
  height: 44px;
}
.vm-standard .button-footer {
  line-height: 46px;
  height: 46px;
}
.vm-standard .button-footer button {
  height: 30px;
}
.vm-standard .ant-table-thead > tr > th,
.vm-standard .ant-table-tbody > tr > td {
  height: 32px;
}
.vm-standard .ant-table table .ant-table-thead > tr:first-child > th {
  height: 32px;
}
.vm-standard .r-anchor-title {
  font-size: 14px;
}
.vm-standard .r-anchor-card,
.vm-standard .ant-btn,
.vm-standard .panel-title {
  font-size: 12px;
}
.vm-standard .detail-content .r-anchor-card-body .panel-wrap,
.vm-standard .detail-content .r-anchor-card-body .panel-wrap-simple:last-child {
  margin: 12px !important;
}
.vm-loose .detail-item-row .detail-item-title,
.vm-loose .detail-item-row .detail-item-content,
.vm-loose .detail-item-row .detail-full-line.detail-item-content {
  line-height: 38px;
  height: 38px;
}
.vm-loose .r-anchor-card-container .r-anchor-card-title,
.vm-loose .r-anchor-card-container .r-anchor-title a {
  line-height: 52px;
  height: 52px;
}
.vm-loose .detail-content .r-anchor-card .r-anchor-card-title,
.vm-loose .add-wrap .detail-content .r-anchor-card .r-anchor-card-title {
  line-height: 52px;
  height: 52px;
}
.vm-loose .button-footer {
  line-height: 54px;
  height: 54px;
}
.vm-loose .button-footer button {
  height: 34px;
}
.vm-loose .ant-table-thead > tr > th,
.vm-loose .ant-table-tbody > tr > td {
  height: 40px;
}
.vm-loose .ant-table table .ant-table-thead > tr:first-child > th {
  height: 40px;
}
.vm-loose .r-anchor-title {
  font-size: 16px;
}
.vm-loose .r-anchor-card,
.vm-loose .ant-btn,
.vm-loose .panel-title {
  font-size: 14px;
}
.vm-loose .detail-content .r-anchor-card-body .panel-wrap,
.vm-loose .detail-content .r-anchor-card-body .panel-wrap-simple:last-child {
  margin: 16px !important;
}

.ant-tabs {
  overflow: visible;
}
.card-height {
  height: calc(100% - 14px);
  overflow: auto;
}
.r-menu-tab .add-wrap {
  margin: -40px -10px -10px -10px;
}
.vm-compact .r-menu-tab .add-wrap {
  margin: -34px -10px -10px -10px;
}
.add-wrap {
  position: relative;
  background-color: #f5f6f7;
  z-index: 1;
  /* div:has(+div.form-after-label){
    background:red
  } */
}
.add-wrap .menu-top-bar .ant-breadcrumb {
  line-height: 36px;
}
.vm-compact .add-wrap .menu-top-bar .ant-breadcrumb {
  line-height: 28px;
}
.add-wrap .menu-top-bar-subtitle {
  font-size: 12px;
  margin-left: 8px;
  color: #666666;
  position: relative;
  top: 0;
}
.add-wrap .empty {
  height: 30px;
  margin-bottom: 12px;
}
.add-wrap .ant-form-item .ant-form-item-control .bankhelp {
  height: 30px;
  line-height: 30px;
}
.vm-compact .add-wrap .ant-form-item .ant-form-item-control .bankhelp {
  height: 22px;
  line-height: 22px;
}
.vm-loose .add-wrap .ant-form-item .ant-form-item-control .bankhelp {
  height: 31px;
  line-height: 31px;
  font-size: 14px;
}
.add-wrap div.ant-form-item-control:has( > div.form-after-label:not([hidden])),
.add-wrap div.ant-form-item-control:has( > div.form-after-label1:not([hidden])) {
  width: calc(100% - 80px);
}
.add-wrap .ant-form-item .ant-form-item-control .form-after-label,
.add-wrap .ant-form-item .ant-form-item-control .form-after-label1 {
  width: 80px;
  margin-right: -80px;
  margin-top: -30px;
}
.vm-compact .add-wrap .ant-form-item .ant-form-item-control .form-after-label,
.vm-compact .add-wrap .ant-form-item .ant-form-item-control .form-after-label1 {
  margin-top: -22px;
  line-height: 22px;
}
.vm-loose .add-wrap .ant-form-item .ant-form-item-control .form-after-label,
.vm-loose .add-wrap .ant-form-item .ant-form-item-control .form-after-label1 {
  font-size: 14px;
}
.add-wrap .ant-form-item .ant-form-item-control .form-after-label {
  margin-top: -30px;
}
.add-wrap .ant-form-item-control .r-radio {
  height: auto;
}
.add-wrap .ant-form-item-control .r-radio .ant-radio-group {
  width: 100%;
  line-height: 28px;
}
.add-wrap .ant-form-item-control .r-radio .ant-radio-wrapper {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  max-width: calc(50% - 8px);
  margin-right: 0;
}
.add-wrap .add-content {
  padding: 8px 0 0 8px;
  overflow: hidden;
}
.vm-compact .add-wrap .add-content {
  padding: 6px 0 0 6px;
}
.add-wrap .add-content .ant-form {
  zoom: 1;
}
.add-wrap .add-content .ant-form:before,
.add-wrap .add-content .ant-form:after {
  content: " ";
  display: table;
}
.add-wrap .add-content .ant-form:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.add-wrap .add-content .panel-group .panel-wrap {
  margin-top: 5px!important;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.add-wrap .add-content .panel-wrap {
  border-bottom: none;
  margin: 0px 10px 0 10px;
  /* .ant-col-21 ,.ant-col-21{
        width: calc(~'100% - 114px');
      } */
}
.add-wrap .add-content .panel-wrap .form-item-col {
  /* padding-right:  70px; */
}
.add-wrap .add-content .form-under-detail {
  background-color: #F5F8FE;
}
.add-wrap .add-content .form-under-detail .panel-wrap {
  background-color: #F5F8FE;
  margin-top: 0px;
  padding-top: 15px;
}
.add-wrap .add-content .ant-form-item-label.ant-col-2 {
  width: 11%;
}
.add-wrap .add-content .ant-form-item-label.ant-col-2 + .ant-col-22 {
  width: 89%;
}
.add-wrap .add-content .ant-calendar-picker {
  width: 100%;
}
.add-wrap .add-content .ant-form-explain {
  position: absolute;
  z-index: 9;
  margin: 0;
}
.add-wrap .add-content .ant-form-item {
  margin-bottom: 12px;
  /* .ant-form-item-label {
        width: 34%;
      } */
  /* .ant-col-15 {
        width: calc(~'100% - 114px');
      } */
  /* .ant-col-18 {
        width: calc(~'100% - 114px');
      } */
}
.vm-compact .add-wrap .add-content .ant-form-item {
  margin-bottom: 3px;
}
.add-wrap .add-content .ant-select {
  display: block;
}
.add-wrap .add-content .ant-input,
.add-wrap .add-content .ant-select-selection {
  border-radius: 4px;
  /* border: 1px solid #DCDDDE; */
}
.add-wrap .add-content .r-anchor-card-container {
  padding-right: 3px;
}
.add-wrap .add-content .r-anchor-card-container .r-anchor-title {
  width: calc(100% - 3px );
}
.add-wrap .add-content .r-anchor-card-container .r-anchor-title a {
  height: 44px;
  line-height: 44px;
}
.vm-compact .add-wrap .add-content .r-anchor-card-container .r-anchor-title a {
  height: 32px;
  line-height: 32px;
}
.add-wrap .add-content .r-anchor-card-container .r-anchor-card-title {
  border-bottom: 1px solid #EBEBEB;
  font-weight: unset;
  height: 44px;
  line-height: 44px;
}
.vm-compact .add-wrap .add-content .r-anchor-card-container .r-anchor-card-title {
  height: 32px;
  line-height: 32px;
}
.add-wrap .add-content .r-anchor-card-container .r-anchor-card-title i {
  font-size: 14px;
  color: #666;
}
.add-wrap .ant-modal-header {
  border-radius: 3px 3px 0 0;
}
.add-wrap .operate-btns {
  height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 8px;
  width: unset;
  right: 8px;
  z-index: 999;
}
.vm-compact .add-wrap .operate-btns {
  height: 44px;
  left: 6px;
}
.add-wrap .operate-btns button {
  margin: 10px 10px 0 0;
  min-width: 80px;
  height: 30px;
}
.vm-compact .add-wrap .operate-btns button {
  height: 26px;
}
.add-wrap .r-anchor-card .r-anchor-card-body {
  border-top: none;
}
.add-wrap .r-anchor-card .r-anchor-card-body .panel-wrap {
  margin-top: 10px;
}
.add-wrap .r-anchor-card .r-anchor-card-body .panel-title {
  border-top: 1px solid #EFEFEF;
  color: #666;
  padding: 8px 0 0 0;
  /* margin-top: 5px; */
  /* margin-bottom: -20px; */
}
.add-wrap .r-anchor-card .r-anchor-card-body div:first-child .panel-title {
  border-top: none;
}
.add-wrap .r-anchor-card .r-anchor-card-body div:not(:first-child) > .no-panel-title {
  border-top: 1px solid #EFEFEF;
  margin: 0px 10px 0 10px;
}
.add-wrap .r-anchor-card .r-anchor-card-body div.filter-first-panel .no-panel-title {
  border-top: none;
}
.add-wrap .r-anchor-card .r-anchor-card-body .r-editable-table-wrap .ant-table-thead > tr > th,
.add-wrap .r-anchor-card .r-anchor-card-body .r-editable-table-wrap .ant-table-tbody > tr > td {
  line-height: 16px;
}
.add-wrap .r-anchor-title a.active {
  border-bottom: 2px solid #317EF0;
}
.add-wrap .r-anchor-card {
  margin-bottom: 8px;
  overflow: auto;
}
.vm-compact .add-wrap .r-anchor-card {
  margin-bottom: 6px;
}
.add-wrap .r-anchor-card.active .r-anchor-card-title {
  font-weight: bold;
}
.add-wrap .r-anchor-card.active .r-anchor-card-title i {
  color: #317EF0;
}
.add-wrap-modal {
  position: relative;
  height: 100%;
}
.add-wrap-modal .add-content {
  padding: 8px 0 0 8px;
  height: calc(100% - 50px);
  overflow: scroll;
}
.add-wrap-modal .add-content .ant-form {
  zoom: 1;
}
.add-wrap-modal .add-content .ant-form:before,
.add-wrap-modal .add-content .ant-form:after {
  content: " ";
  display: table;
}
.add-wrap-modal .add-content .ant-form:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.add-wrap-modal .add-content .panel-wrap {
  padding-right: 5%;
  border-bottom: none;
  margin-bottom: 70px;
}
.add-wrap-modal .add-content .panel-wrap-simple {
  border-bottom: none;
}
.add-wrap-modal .add-content .ant-form-item-label.ant-col-2 {
  width: 11%;
}
.add-wrap-modal .add-content .ant-form-item-label.ant-col-2 + .ant-col-22 {
  width: 89%;
}
.add-wrap-modal .add-content div.ant-form-item-control:has( > div.form-after-label:not([hidden])),
.add-wrap-modal .add-content div.ant-form-item-control:has( > div.form-after-label1:not([hidden])) {
  width: calc(100% - 50px);
}
.add-wrap-modal .add-content .ant-calendar-picker {
  width: 100%;
}
.add-wrap-modal .add-content .ant-form-explain {
  position: absolute;
  margin: 0;
}
.add-wrap-modal .add-content .ant-form-item {
  margin-bottom: 12px;
}
.add-wrap-modal .add-content .ant-input,
.add-wrap-modal .add-content .ant-select-selection {
  border-radius: 3px;
}
.add-wrap-modal .add-content textarea.ant-input {
  line-height: 22px;
}
.add-wrap-modal .operate-btns {
  height: 50px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #DCDEE0;
  border-radius: 0 0 3px 3px;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.vm-compact .add-wrap-modal .operate-btns {
  height: 44px;
}
.add-wrap-modal .operate-btns button {
  margin: 8px 8px 0 0;
  min-width: 80px;
  height: 30px;
}
.add-wrap-modal .ant-modal-header {
  border-radius: 3px 3px 0 0;
}
:root .add-wrap .add-content .ant-input,
:root .add-wrap .add-content .ant-select-selection {
  width: 100%;
  color: #333;
}
:root .add-wrap .add-content .ant-input .ant-select-arrow,
:root .add-wrap .add-content .ant-select-selection .ant-select-arrow,
:root .add-wrap .add-content .ant-input .ant-select-selection__clear,
:root .add-wrap .add-content .ant-select-selection .ant-select-selection__clear {
  right: 8px!important;
}
:root .add-wrap .add-content .ant-input .ant-select-selection__choice,
:root .add-wrap .add-content .ant-select-selection .ant-select-selection__choice {
  color: #333;
  max-width: calc(100% - 70px);
}
:root .add-wrap .add-content .ant-select-disabled .ant-select-selection,
:root .add-wrap .add-content .ant-input[disabled] {
  background: #F5F5F7;
  color: #666;
}
:root .add-wrap .add-content .ant-calendar-picker {
  width: 100%;
}
:root .add-wrap .add-content .ant-calendar-picker .ant-calendar-picker-clear {
  left: auto;
}
:root .add-wrap .add-content .ant-calendar-picker .ant-calendar-picker-icon {
  left: auto;
}
:root .add-wrap .add-content .r-editable-table .ant-input,
:root .add-wrap .add-content .r-editable-table .ant-select-selection {
  line-height: 20px;
}
:root .add-wrap .add-content .ant-input::placeholder {
  color: #BFBFBF;
}
.menu-breadCrumb {
  list-style: none;
  display: flex;
  padding-left: 0;
  font-size: 12px;
}
.menu-breadCrumb li:not(:last-child) {
  color: #999;
}
.add-wrap .detail-item-row .ant-col-3 {
  width: 12.5%;
}
.add-wrap .detail-item-row .ant-col-5 {
  width: 19.83333333%;
}
.add-wrap .detail-item-row .ant-col-5 span > a {
  position: unset;
  left: auto;
  padding-left: 8px;
}
.add-wrap .detail-item-row .ant-col-5 > span {
  max-width: 100%;
}
.add-wrap .detail-item-row .ant-col-5 > span > span {
  display: flex;
  max-width: 100%;
}
.add-wrap .detail-item-row .ant-col-5 > span > span > span {
  max-width: 100%;
}
.add-wrap .detail-item-row .ant-col-5:nth-child(3n) {
  width: 19.83333333%;
}
.add-wrap .detail-item-row .ant-col-5:nth-child(3n) span {
  max-width: 100%;
}

.tree-wrap {
  position: relative;
  background-color: #f3f3f3;
}
.tree-wrap .menu-top-bar .close-btn {
  top: 50%;
  transform: translateY(-50%);
}
.tree-wrap .tree-content {
  overflow: auto;
  background-color: #ffffff;
  margin: 10px 10px 0 10px;
}
.tree-wrap .tree-content .ant-spin-nested-loading {
  margin-bottom: 58px;
  min-height: 300px;
}
.tree-wrap .operate-btns {
  height: 56px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #DCDEE0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.tree-wrap .operate-btns button {
  margin: 13px 10px 0 0;
}
.add-tree-search span input {
  height: 30px;
  margin-right: 4px;
}
.add-tree-search .ant-input-affix-wrapper .ant-input-suffix .ant-input-search-icon {
  font-size: 14px;
}

.r-workflow-detail-wrap .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  height: 43px;
}
.r-workflow-detail-wrap .ant-form .panel-title {
  padding-top: 8px;
  padding-bottom: 10px;
}
.r-workflow-detail-wrap .ant-form .panel-title:not(:first-child) {
  margin-top: 5px;
}
.r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 12px;
}
.vm-compact .r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 3px;
}
.r-workflow-detail-wrap .ant-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker-input {
  width: 100%;
}
.r-workflow-detail-wrap .ant-form .ant-input {
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  /*
             todo IE8宽度设置成百分比。输入框会有问题
           */
  width: 200px\0;
  line-height: 20px\0;
}
.r-workflow-detail-wrap .ant-form .ant-input:focus {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.r-workflow-detail-wrap .ant-form .ant-select-selection--multiple,
.r-workflow-detail-wrap .ant-form .ant-select-selection--single {
  border-radius: 3px !important;
  border: 1px solid #DCDFE6;
}
.r-workflow-detail-wrap .ant-form .ant-form-explain {
  position: absolute;
  margin-top: 0;
  z-index: 2;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-range-picker.ant-input {
  position: absolute;
}
.r-workflow-detail-wrap .show-attachment {
  cursor: pointer;
  font-size: 12px;
  color: #317EF0;
}
.r-workflow-detail-img-box {
  display: inline-block;
  position: relative;
  height: 400px;
  overflow: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.workflow-approve-modal .r-upload-table-box {
  margin: 32px 20px 0;
}
.workflow-approve-modal .ant-rowl.ant-form-item {
  margin-bottom: 32px;
}
.workflow-approve-modal.only-upload .r-upload-table-box {
  margin: 20px;
}
.workflow-approve-modal .r-workflow-comment {
  padding: 20px;
  padding-top: 0;
  height: 75px;
}
.workflow-approve-modal .workflow-eye {
  margin-bottom: 15px;
}
.workflow-approve-modal .workflow-eye-wraper {
  overflow: hidden;
}
.workflow-approve-modal .ant-form {
  overflow: hidden;
}

.r-workflow-detail-wrap .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  height: 43px;
}
.r-workflow-detail-wrap .ant-form .panel-title {
  padding-top: 15px;
  padding-bottom: 10px;
}
.r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 12px;
}
.vm-compact .r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 3px;
}
.r-workflow-detail-wrap .ant-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker-input {
  width: 100%;
}
.r-workflow-detail-wrap .ant-form .ant-input {
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  /*
             todo IE8宽度设置成百分比。输入框会有问题
           */
  width: 200px\0;
  line-height: 20px\0;
}
.r-workflow-detail-wrap .ant-form .ant-input:focus {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.r-workflow-detail-wrap .ant-form .ant-select-selection--multiple,
.r-workflow-detail-wrap .ant-form .ant-select-selection--single {
  border-radius: 3px !important;
  border: 1px solid #DCDFE6;
}
.r-workflow-detail-wrap .ant-form .ant-form-explain {
  position: absolute;
  margin-top: 0;
  z-index: 2;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-range-picker.ant-input {
  position: absolute;
}
.r-workflow-detail-wrap .r-anchor-card-body .panel-wrap .panel-wrap,
.r-workflow-detail-wrap .r-anchor-card-body .panel-wrap-simple .panel-wrap,
.r-workflow-detail-wrap .r-anchor-card-body .panel-wrap .panel-wrap-simple,
.r-workflow-detail-wrap .r-anchor-card-body .panel-wrap-simple .panel-wrap-simple {
  margin: 0;
}
.r-workflow-detail-wrap .show-attachment {
  cursor: pointer;
  font-size: 12px;
  color: #317EF0;
}
.r-workflow-detail-img-box {
  display: inline-block;
  position: relative;
  height: 400px;
  overflow: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.r-single-workflow-img {
  height: auto!important;
}
.workflow-approve-modal .r-upload-table-box {
  margin: 32px 20px 0;
}
.workflow-approve-modal .ant-rowl.ant-form-item {
  margin-bottom: 32px;
}
.workflow-approve-modal.only-upload .r-upload-table-box {
  margin: 20px;
}
.workflow-approve-modal .r-workflow-comment {
  padding: 20px;
  padding-top: 0;
  height: 75px;
}
.workflow-approve-modal .workflow-eye {
  margin-bottom: 15px;
}
.workflow-approve-modal .workflow-eye-wraper {
  overflow: hidden;
}
.workflow-handler-modal .select-body {
  overflow: hidden;
}
.workflow-handler-modal .select-advice {
  padding: 6px;
  height: 80px;
  overflow: hidden;
}
.workflow-handler-modal .select-advice .ant-input {
  height: 100%;
}
.workflow-handler-modal .box-title {
  padding: 5px 10px;
  border-bottom: 1px solid #eee;
  background-color: #eee;
  color: #000;
}
.workflow-handler-modal .box-check {
  float: right;
}
.workflow-handler-modal .search-box {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.workflow-handler-modal .search-box .search-item-right {
  margin-right: 10px;
}
.workflow-handler-modal .search-box .search-left {
  padding-left: 30px;
}
.workflow-handler-modal .search-box .search-right {
  padding-right: 30px;
}
.workflow-handler-modal .search-box .search-half {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.workflow-handler-modal .search-box .search-box-item {
  display: inline-block;
  text-align: center;
}
.workflow-handler-modal .mid-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -37px;
  left: 50%;
  margin-left: -16px;
}
.workflow-handler-modal .mid-box .mid-box-btn:first-child {
  margin-bottom: 10px;
}
.workflow-handler-modal .left-box {
  height: 300px;
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
}
.workflow-handler-modal .left-box .box-inner {
  height: 100%;
  border-right: 1px solid #eee;
  overflow-y: auto;
}
.workflow-handler-modal .left-box .box-inner .box-inner-own,
.workflow-handler-modal .left-box .box-inner .box-inner-other {
  min-height: 130px;
}
.workflow-handler-modal .left-box .box-inner .box-innner-title {
  padding: 5px 10px;
  background-color: #eee;
  color: #000;
}
.workflow-handler-modal .right-box {
  height: 300px;
  display: block;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}
.workflow-handler-modal .right-box .box-inner {
  height: 270px;
  border-left: 1px solid #eee;
  overflow-y: auto;
}
.workflow-handler-modal .right-box .box_plus,
.workflow-handler-modal .right-box .box_remove {
  cursor: pointer;
  margin-left: 10px;
}
.workflow-handler-modal .right-box .box_plus:hover,
.workflow-handler-modal .right-box .box_remove:hover {
  color: #317EF0;
}
.ant-modal-body .comment {
  display: inline-block;
  color: #317EF0;
  cursor: pointer;
  padding: 4px;
  margin-left: 20px;
}
.workflow-comment-modal .ant-modal-body {
  padding: 10px 20px;
}
.workflow-comment-modal .table-opt {
  margin-right: 5px;
}
.workflow-comment-modal .editable-row:hover {
  background-color: #fafafa;
  cursor: move;
}
.workflow-comment-modal .add_wraper {
  overflow: hidden;
}
.workflow-comment-modal .add_wraper .add_line {
  float: right;
  display: inline-block;
  color: #317EF0;
  cursor: pointer;
  padding: 4px;
  margin-left: 20px;
}

.r-workflow-detail-wrap .ant-table-fixed-header .ant-table-scroll .ant-table-header {
  height: 43px;
}
.r-workflow-detail-wrap .ant-form-horizontal > div:first-child .panel-title {
  margin-top: -1px;
}
.r-workflow-detail-wrap .ant-form .panel-title {
  padding-top: 5px;
  padding-bottom: 0px;
  border-top: 1px dashed #EBEBEB;
}
.r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 12px;
}
.vm-compact .r-workflow-detail-wrap .ant-form .ant-form-item {
  margin-bottom: 3px;
}
.r-workflow-detail-wrap .ant-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker,
.r-workflow-detail-wrap .ant-form .ant-time-picker-input {
  width: 100%;
}
.r-workflow-detail-wrap .ant-form .ant-input {
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  /*
             todo IE8宽度设置成百分比。输入框会有问题
           */
  width: 200px\0;
  line-height: 20px\0;
}
.r-workflow-detail-wrap .ant-form .ant-input:focus {
  border-color: #317EF0;
}
.r-workflow-detail-wrap .ant-form .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.r-workflow-detail-wrap .ant-form .ant-select-selection--multiple,
.r-workflow-detail-wrap .ant-form .ant-select-selection--single {
  border-radius: 3px !important;
  border: 1px solid #DCDFE6;
}
.r-workflow-detail-wrap .ant-form .ant-form-explain {
  position: absolute;
  margin-top: 0;
  z-index: 2;
}
.r-workflow-detail-wrap .ant-form .ant-calendar-range-picker.ant-input {
  position: absolute;
}
.r-workflow-detail-wrap .show-attachment {
  cursor: pointer;
  font-size: 12px;
  color: #317EF0;
}
.r-workflow-detail-img-box {
  display: inline-block;
  position: relative;
  height: 400px;
  overflow: auto;
  width: 100%;
  text-align: left;
  margin-bottom: 15px;
}
.workflow-approve-modal .r-upload-table-box {
  margin: 32px 20px 0;
}
.workflow-approve-modal .ant-rowl.ant-form-item {
  margin-bottom: 32px;
}
.workflow-approve-modal.only-upload .r-upload-table-box {
  margin: 20px;
}

.custom-wrap {
  margin: 0;
}
.custom-wrap .operate-btns {
  height: 56px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #DCDEE0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.custom-wrap .operate-btns button {
  margin: 13px 10px 0 0;
}

.two-page-wrap {
  background-color: #F5F5F5;
}
.two-page-wrap .r-table .r-table-content .page-wrapper .dataTables_paginate a {
  margin-left: 5px;
}
.two-page-wrap .ant-table table .ant-table-thead > tr:first-child > th {
  border-top: 1px solid #EFEFEF;
}
.two-page-wrap .two-page-inner {
  background-color: #ffffff;
  padding: 0 10px;
}
.two-page-wrap .two-page-inner .r-table-wrap .ant-table-wrapper {
  padding: 0;
}
.two-page-wrap .two-page-inner .noviews-container {
  margin-right: 5px;
}
.two-page-wrap .two-page-inner .button-drop-container {
  margin-top: 6px;
  margin-bottom: 6px;
}
.two-page-wrap .two-page-inner .ant-menu-item-level-1:hover {
  transition: visibility 0.1s;
  background-color: #F7F9FF;
}
.two-page-wrap .two-page-inner .ant-menu-item-level-1:hover .iconduihao {
  visibility: visible;
}
.two-page-wrap .two-page-inner .iconduihao {
  float: right;
  visibility: hidden;
}
.two-page-wrap .two-page-inner .dropdown-button .r-button .trigger-click-btn {
  border-right: none;
}
.two-page-wrap .two-page-inner .dropdown-button .r-button .trigger-click-btn:hover {
  border-color: #317EF0;
  color: #317EF0;
}
.two-page-wrap .two-page-inner .dropdown-button .r-button .trigger-click-icon:hover {
  border-color: #317EF0;
  color: #317EF0;
}
.two-page-wrap .two-page-inner .r-pagination {
  width: auto;
}
.two-page-wrap .two-page-inner .panel-title {
  font-weight: normal;
}
.two-page-wrap .page-top-operate {
  margin-top: 10px;
}
.vm-compact .two-page-wrap .page-top-operate {
  margin-top: 6px ;
}
.two-page-wrap .page-top-operate .two-table-operate-wrap {
  background-color: white;
  padding: 8px 10px;
}
.vm-compact .two-page-wrap .page-top-operate .two-table-operate-wrap {
  padding: 0;
}
.two-page-wrap .page-top-operate .two-table-operate-wrap .r-ant-checkbox-wrapper .custom-checkbox {
  top: 1px !important;
}
.two-page-wrap .page-top-operate .pull-right {
  background-color: #FFF;
}
.two-page-wrap .page-top-operate button {
  margin-right: 5px;
}
.two-page-wrap .search-form-wrap {
  background-color: #fff;
}
.two-page-wrap .search-form-wrap .table-extra-search-form {
  padding: 0 10px 0px;
}
.two-page-wrap .search-form-wrap .table-extra-search-form .r-button {
  margin: 8px auto;
}
.two-page-wrap .search-form-wrap .table-extra-search-form .panel-wrap {
  padding: 8px 0 0px;
  background-color: #F5F8FE;
}
.two-page-wrap .table-common-search-form,
.two-page-wrap .table-search-form-item {
  padding: 8px 0 8px;
  background-color: #FFF;
}
.two-page-wrap .table-common-search-form textarea,
.two-page-wrap .table-search-form-item textarea {
  height: auto !important;
  line-height: normal !important;
}
.two-page-wrap .table-common-search-form .ant-form-item,
.two-page-wrap .table-search-form-item .ant-form-item {
  margin-bottom: 0;
}
.two-page-wrap .table-common-search-form .ant-form-item-control,
.two-page-wrap .table-search-form-item .ant-form-item-control {
  width: 90%;
}
.two-page-wrap .table-common-search-form .ant-calendar-picker,
.two-page-wrap .table-search-form-item .ant-calendar-picker,
.two-page-wrap .table-common-search-form .ant-time-picker,
.two-page-wrap .table-search-form-item .ant-time-picker,
.two-page-wrap .table-common-search-form .ant-time-picker-input,
.two-page-wrap .table-search-form-item .ant-time-picker-input {
  width: 100%;
}
.two-page-wrap .table-common-search-form .table-search-button,
.two-page-wrap .table-search-form-item .table-search-button {
  text-align: right;
  padding-right: 20px;
}
.two-page-wrap .table-common-search-form .table-search-button button,
.two-page-wrap .table-search-form-item .table-search-button button {
  margin-left: 7px;
  padding: 5px 21px;
}
.two-page-wrap .table-common-search-form .table-search-button a,
.two-page-wrap .table-search-form-item .table-search-button a {
  vertical-align: middle;
  margin-right: 13px;
  color: #667180;
}
.two-page-wrap .table-common-search-form .table-search-button a i,
.two-page-wrap .table-search-form-item .table-search-button a i {
  margin-left: 3px;
  font-size: 8px;
}
.two-page-wrap .table-common-search-form .ant-input,
.two-page-wrap .table-search-form-item .ant-input {
  border-radius: 3px;
  border: 1px solid #DCDFE6;
  color: #333;
  /*
       todo IE8宽度设置成百分比。输入框会有问题
     */
  width: 200px\0;
  line-height: 20px\0;
}
.two-page-wrap .table-common-search-form .ant-input:focus,
.two-page-wrap .table-search-form-item .ant-input:focus {
  border-color: #317EF0;
}
.two-page-wrap .table-common-search-form .r-number-range-wrap .ant-input,
.two-page-wrap .table-search-form-item .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.two-page-wrap .table-common-search-form .ant-select-selection--multiple,
.two-page-wrap .table-search-form-item .ant-select-selection--multiple,
.two-page-wrap .table-common-search-form .ant-select-selection--single,
.two-page-wrap .table-search-form-item .ant-select-selection--single {
  color: #333;
  border-radius: 3px !important;
  border: 1px solid #DCDFE6;
}
.two-page-wrap .table-common-search-form .ant-form-explain,
.two-page-wrap .table-search-form-item .ant-form-explain {
  position: absolute;
  margin-top: 0;
}
.two-page-wrap .table-common-search-form .ant-calendar-picker,
.two-page-wrap .table-search-form-item .ant-calendar-picker {
  height: 25px;
}
.vm-compact .two-page-wrap .table-common-search-form .ant-calendar-picker,
.vm-compact .two-page-wrap .table-search-form-item .ant-calendar-picker {
  height: 22px;
}
.two-page-wrap .table-common-search-form .ant-calendar-range-picker.ant-input,
.two-page-wrap .table-search-form-item .ant-calendar-range-picker.ant-input {
  position: absolute;
}
.two-page-wrap .table-item-operate-button {
  height: 30px;
  line-height: 30px;
}
.vm-compact .two-page-wrap .table-item-operate-button {
  height: 28px;
  line-height: 28px;
}
.two-page-wrap .table-item-operate-button .two-table-export-item {
  margin: 3px 6px 0px 0px;
  display: inline-block;
}
.two-page-wrap .table-item-operate-button .two-table-export-item .button-menu {
  min-width: 130px;
  max-height: 360px;
  margin-left: -3px;
}
.two-page-wrap .table-item-operate-button .two-table-export-item .ant-btn-ghost {
  width: 100%;
  padding: 0 !important;
  text-align: center !important;
  margin: 0 !important;
}
.two-page-wrap .table-item-operate-button .two-table-export-item.ant-btn-ghost:hover {
  border-right: 1px solid #317EF0;
}
.two-page-wrap .table-item-operate-button .two-table-export-item.ant-btn-ghost:active,
.two-page-wrap .table-item-operate-button .two-table-export-item.ant-btn-ghost:focus {
  border-color: #e6e7e8;
}
.two-page-wrap .table-item-operate-button .two-table-export-item .ant-menu-item {
  padding: 0;
}
.two-page-wrap .table-item-operate-button .two-table-export-item .ant-menu-item .r-button {
  position: absolute;
  left: 0;
  height: 30px !important;
  width: 100%;
}
.two-page-wrap .table-item-operate-button .button-drop-search .dropdown-button .r-button:nth-child(1) {
  vertical-align: top;
}
.two-page-wrap .table-item-operate-button .dropdown-button .iconliebiaoshezhi {
  font-size: 15px;
}
.two-page-wrap .table-item-operate-button .dropdown-button .r-dropdown-btn {
  height: 30px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  color: #666666;
  min-width: 30px;
  padding: 0;
}
.two-page-wrap .table-item-operate-button .dropdown-button .ant-menu-item .ant-btn-ghost {
  text-align: left;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin-left: -10px;
  font-weight: 400;
  border: none;
  margin-right: unset;
}
.two-page-wrap .table-item-operate-button .dropdown-button.active .r-dropdown-btn:hover {
  color: #317EF0;
}
.two-page-wrap .table-item-operate-button .dropdown-button.active .r-dropdown-btn:focus {
  color: #317EF0;
}
.two-page-wrap .table-item-operate-button .r-advanced-query {
  margin-right: 5px;
}
.two-page-wrap .table-item-operate-button .r-advanced-query .ant-select-selection--single {
  height: 30px;
}
.two-page-wrap .table-item-operate-button .ant-btn-ghost {
  height: 30px;
  border: 1px solid #DCDEE0;
  padding: 7px 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.two-page-wrap .table-item-operate-button .trigger-click-icon {
  padding: 7px 10px;
}
.two-page-wrap .table-item-operate-button .ant-btn-primary {
  height: 30px;
  padding: 7px 20px;
  border-radius: 3px;
  margin-right: 10px;
}
.two-page-wrap .table-item-operate-button .search-btn {
  margin-left: 10px;
  padding: 4px 15px;
}
.two-page-wrap .table-wrap .table-item:nth-child(1) {
  padding-right: 5px;
}
.two-page-wrap .table-wrap .table-item:nth-child(2) {
  padding-left: 5px;
}
.two-page-wrap .table-wrap .table-item-operate {
  border: 1px solid #EFEFEF;
  border-bottom: none;
}
.two-page-wrap .table-wrap .table-item-operate .table-item-title {
  line-height: 42px;
  font-size: 14px;
  color: #317EF0;
  font-weight: 550;
  margin-left: 24px;
}
.vm-compact .two-page-wrap .table-wrap .table-item-operate .table-item-title {
  line-height: 28px;
  font-size: 12px;
}
.two-page-wrap .table-wrap .table-item-operate .table-item-operate-button {
  float: right;
}
.two-page-wrap .table-wrap .table-item-operate .table-item-operate-button button {
  margin-right: 5px;
}
.two-page-wrap .table-wrap .dataTables_scroll {
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.two-page-wrap .table-wrap .table-item {
  width: 50%;
  float: left;
}
.two-page-wrap .table-wrap .two-table-sum .table-sum-wrap {
  border-left: 1px solid #efefef !important;
  border-right: 1px solid #efefef !important;
  margin-right: 0px !important;
}
.two-page-wrap .table-wrap .two-table-sum .table-sum-wrap i {
  color: #333333;
}
/**
 没有tab的二级表格页面
 */
/**
有tab的二级表格页面
 */
.r-menu-tab .closeable-two-table-page {
  margin-top: -100px;
}
.r-menu-tab .closeable-two-table-page .menu-top-bar {
  margin: 0 -10px 10px -10px;
  border-bottom: none;
}
.twotable {
  height: calc(100% - 8px);
}
.twotable .table-extra-search-form .reconForm:first-child {
  padding-right: 5px;
}
.twotable .table-extra-search-form .reconForm:nth-child(2) {
  padding-left: 5px;
}
.twotable .table-extra-search-form .reconForm .panel-wrap {
  padding: 8px;
}
.twotable .table-extra-search-form .reconForm .panel-wrap .ant-col.ant-col-24.form-item-col.icon-button {
  display: block ;
  text-align: right;
  margin: 3px 0;
}
.twotable .table-extra-search-form .reconForm .panel-wrap .ant-col.ant-col-24.form-item-col.icon-button .r-button {
  margin: 0;
}
.twotable .table-extra-search-form .reconForm .panel-wrap .ant-col-24:last-child:nth-child(odd) {
  width: 100%;
}
.twotable .table-extra-search-form .reconForm .panel-wrap .ant-form-item {
  margin: 3px 0;
}
.twotable .reconForm .ant-form-item {
  display: flex;
}
.twotable .reconForm .ant-form-item .ant-col-9 {
  align-self: center;
}
.vm-compact .twotable .table-extra-search-form .reconForm .panel-wrap {
  padding: 6px;
}
.vm-compact .twotable .table-wrap .table-item-operate .table-item-title {
  line-height: 28px;
  margin-left: 12px;
}
.vm-compact .twotable .two-page-wrap .table-common-search-form,
.vm-compact .twotable .two-page-wrap .table-search-form-item {
  padding: 4px 0px 2px 0;
}
.vm-compact .twotable .two-page-wrap .page-top-operate .two-table-operate-wrap {
  padding: 6px 10px;
}
.vm-compact .twotable .two-page-wrap .table-item-operate-button {
  height: 28px;
  line-height: 22px;
  display: flex;
}
.vm-compact .twotable .two-page-wrap .table-item-operate-button .trigger-click-icon {
  height: 22px!important;
  line-height: 22px!important;
  padding: 0 10px!important;
}
.vm-compact .twotable .table-item-operate-button .dropdown-button .r-dropdown-btn {
  line-height: 22px;
  height: 22px;
  min-width: 28px;
}
.vm-compact .twotable .moneyway {
  margin-bottom: 0px;
}
.vm-compact .twotable .two-page-inner .button-drop-container {
  margin-top: 3px;
}
.vm-compact .twotable .customSeniorQuery {
  padding-right: 8px;
}
.vm-compact .twotable .customSeniorQuery .table-search-button a {
  top: 2px!important;
}
.vm-compact .twotable .customSeniorQuery .table-search-button a .iconfont {
  font-size: 12px;
}
.vm-compact .twotable .customSeniorQuery .table-search-button a.mr10 {
  margin-top: 2px;
}
.vm-compact .twotable .custom-foot-sum .table-item-operate-button > div.dropdown-button {
  vertical-align: middle;
  line-height: 22px;
  align-self: center;
}
.vm-compact .refundHandle .form-item-col {
  margin-top: 6px !important;
}
.vm-compact .refundHandle .dropdown-button .r-dropdown-btn {
  line-height: 20px;
  height: 20px;
  width: 20px;
}
.vm-compact .table-item-operate-button > div.dropdown-button {
  margin-top: 3px;
}
.vm-compact .table-item-operate-button .two-page-wrap .table-common-search-form .panel-wrap {
  padding-bottom: 2px;
}
.vm-compact .table-item-operate-button .two-page-wrap .table-common-search-form .table-search-button .button-chaxun {
  margin-top: 2px;
}
.vm-compact .table-item-operate-button .two-page-wrap .table-common-search-form .table-search-button .button-chaxun .dropdown-button {
  display: inline-flex;
  align-items: center;
}
.vm-compact .table-item-operate-button .two-page-wrap .table-common-search-form .table-search-button .button-chaxun .trigger-click-icon {
  margin-top: 0;
}
.vm-compact .table-item-operate-button .two-page-wrap .table-common-search-form .table-search-button button {
  padding: 0 21px;
}
.refundHandle .table-item-operate-button > div.dropdown-button {
  margin-top: 3px;
}
.refundHandle .two-page-wrap .table-common-search-form .panel-wrap {
  padding-bottom: 2px;
}
.refundHandle .two-page-wrap .table-common-search-form .table-search-button .button-chaxun {
  margin-top: 6px;
}
.refundHandle .two-page-wrap .table-common-search-form .table-search-button .button-chaxun .dropdown-button {
  display: inline-flex;
  align-items: center;
}
.refundHandle .two-page-wrap .table-common-search-form .table-search-button .button-chaxun .trigger-click-icon {
  margin-top: 0;
}
.refundHandle .two-page-wrap .table-common-search-form .table-search-button button {
  padding: 0 21px;
}

.ant-modal-body .top-buttons-container {
  margin: 10px 20px 0;
}
.ant-modal-body .top-buttons-container .dropdown-button + .dropdown-button {
  margin-left: 10px ;
}
.ant-modal-body .top-buttons-container + .ant-spin-nested-loading {
  margin-top: 10px;
}
.modal-table-wrap {
  overflow: hidden;
  height: 100%;
}
.modal-table-wrap .table-content {
  height: 100%;
}
.modal-table-wrap .table-block {
  overflow: hidden;
  height: 100%;
  padding: 0 20px;
  background-color: #fff;
}
.modal-table-wrap .table-operate-button {
  display: block;
  height: 50px;
  line-height: 50px;
}
.modal-table-wrap .table-operate-button .dropdown-button .r-dropdown-btn {
  height: 30px;
  margin-left: 10px;
  border: 1px solid #EFEFEF !important;
}
.modal-table-wrap .table-operate-button .dropdown-button .ant-menu-item .ant-btn-ghost {
  width: 100%;
  padding: 0;
  margin-right: auto;
  margin-left: -10px;
  font-weight: 400;
  text-align: center;
  border: none;
}
.modal-table-wrap .table-operate-button .dropdown-button .button-menu {
  min-width: 130px;
  max-height: 360px;
  margin-left: -30px;
  top: 30px !important;
}
.modal-table-wrap .table-operate-button .ant-btn-ghost {
  height: 30px;
  padding: 5px 20px;
  margin-left: 10px;
  border: 1px solid #EFEFEF;
  border-radius: 2px;
}
.modal-table-wrap .table-operate-button .ant-btn-primary {
  height: 30px;
  padding: 7px 20px;
  margin-left: 10px;
  border-radius: 2px;
}
.modal-table-wrap .table-search-form {
  padding: 8px 0;
  margin: 10px 0;
  background-color: #f5f8fe;
  border: 1px solid #f1f2f4;
}
.modal-table-wrap .table-search-form .ant-select-open .ant-select-selection {
  border-color: #317EF0;
}
.modal-table-wrap .table-search-form textarea {
  height: auto !important;
  line-height: normal !important;
}
.modal-table-wrap .table-search-form .ant-form-item {
  margin-bottom: 12px;
}
.vm-compact .modal-table-wrap .table-search-form .ant-form-item {
  margin-bottom: 5px;
}
.modal-table-wrap .table-search-form .ant-form-item-control {
  width: 90%;
}
.modal-table-wrap .table-search-form .ant-calendar-picker,
.modal-table-wrap .table-search-form .ant-time-picker,
.modal-table-wrap .table-search-form .ant-time-picker-input {
  width: 100%;
}
.modal-table-wrap .table-search-form .table-search-button {
  padding-right: 20px;
  text-align: right;
}
.modal-table-wrap .table-search-form .table-search-button button {
  padding: 5px 21px;
  margin-left: 7px;
}
.vm-compact .modal-table-wrap .table-search-form .table-search-button button {
  padding: 0 21px;
}
.modal-table-wrap .table-search-form .table-search-button a {
  margin-right: 13px;
  color: #667180;
  vertical-align: middle;
}
.modal-table-wrap .table-search-form .table-search-button a i {
  margin-left: 3px;
  font-size: 8px;
}
.modal-table-wrap .table-search-form .ant-input {
  /*
       todo IE8宽度设置成百分比。输入框会有问题
     */
  width: 200px\0;
  line-height: 20px\0;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
}
.modal-table-wrap .table-search-form .ant-input:focus {
  border-color: #317EF0;
}
.modal-table-wrap .table-search-form .r-number-range-wrap .ant-input {
  width: 100px\0;
}
.modal-table-wrap .table-search-form .ant-select-selection--multiple,
.modal-table-wrap .table-search-form .ant-select-selection--single {
  border: 1px solid #DCDFE6;
  border-radius: 3px !important;
}
.modal-table-wrap .table-search-form .ant-form-explain {
  position: absolute;
  margin-top: 0;
}
.modal-table-wrap .table-search-form .ant-calendar-range-picker.ant-input {
  position: absolute;
}
.modal-table-wrap .r-table-wrap .ant-table-wrapper {
  padding: 0;
}
.table-operateModal-dropButton {
  display: inline-block;
}
.table-operateModal-dropButton .ant-btn-ghost {
  border: none;
}
.table-operateModal-dropButton .r-dropdown-btn {
  top: -2px;
  width: 30px;
  min-width: 30px !important;
  padding: 0 !important;
  margin-right: 5px !important;
  color: #7e7e7e;
  font-size: 16px;
  vertical-align: sub;
}
:root .modal-table-wrap .table-search-form .ant-input {
  width: 100%;
  border: 1px solid #DCDFE6;
  border-radius: 3px;
}
:root .modal-table-wrap .table-search-form .ant-input:focus {
  box-shadow: none;
  border-color: #317EF0;
}
:root .modal-table-wrap .table-search-form .r-number-range-wrap .ant-input {
  width: 100%;
}

.zuanqu .ant-tabs-extra-content {
  display: none;
}
.zuanqu .closeable-table-page {
  padding: 0px !important;
}
.zuanqu .table-content {
  padding: 0px !important;
}
.zuanqu .close-bread {
  display: none;
}

.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ {
  position: relative;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__close-btn--yq3bvT .index__ant-btn--THL8YR {
  margin-left: 10px;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-content--uml0iD {
  overflow: auto;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-column--pctKXs {
  position: relative;
  overflow: hidden;
  height: inherit;
  padding-right: 0;
  padding-left: 0;
  margin: -1px 0 0 -1px;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-column--pctKXs:before {
  content: " ";
  display: table;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-column--pctKXs:after {
  content: " ";
  clear: both;
  display: table;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__panel-title--V0wzbS {
  padding: 15px 0 0 20px !important;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-title--bPniO3 {
  position: absolute;
  float: left;
  height: 100%;
  padding: 10px 20px;
  color: #667180;
  font-weight: bold;
  background-color: #f7f8fa;
  border-right: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-title--bPniO3 span {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #667180;
  line-height: 20px;
  word-break: break-all;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-text--xocDtv {
  width: 100%;
  padding-left: 25%;
  color: #333333;
  font-size: 0;
  font-weight: bold;
  line-height: 42px;
  vertical-align: middle;
  border-right: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-text--xocDtv span {
  display: inline-block;
  width: 100%;
  padding: 0 20px;
  font-size: 12px;
  line-height: 21px;
  word-wrap: break-word;
  word-break: normal;
  vertical-align: middle;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-text--xocDtv.index__detail-full-text--Oa9KMp {
  padding-left: 17%;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg {
  overflow-x: hidden;
  width: 100%;
  margin: auto;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-row--joWD5p {
  margin-top: 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-row--joWD5p.index__box-row-single--pzZb7Y {
  border-bottom: none;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-row--joWD5p.index__box-row-single--pzZb7Y .index__detail-box-title--K8RU0S.index__title-single--rn1l3o {
  border-bottom: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-row--joWD5p.index__box-row-single--pzZb7Y .index__detail-box-text--GASOg1.index__text-single--wKljIH {
  border-bottom: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-title--K8RU0S {
  position: absolute;
  display: table-cell;
  height: 100%;
  padding: 10px 20px;
  color: #333333;
  font-size: 12px;
  font-weight: 500;
  line-height: 42px;
  word-break: break-all;
  vertical-align: middle;
  background: #f7f8fa;
  border-right: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-title--K8RU0S span {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -10px;
  color: #667180;
  line-height: 20px;
  word-break: break-all;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-text--GASOg1 {
  left: 12.5%;
  color: #333333;
  font-size: 12px;
  line-height: 42px;
  word-break: break-all;
  vertical-align: middle;
  border-right: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-text--GASOg1 span {
  display: inline-block;
  width: 100%;
  padding: 12px 20px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  word-wrap: break-word;
  word-break: normal;
  vertical-align: middle;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__title-right--Trmmgo {
  left: 50%;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-box--fXqCxg .index__detail-box-text--GASOg1.index__text-right--YVCbfV {
  left: 25%;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs--HxyEbM.index__ant-tabs-card--XCjAC2 .index__ant-tabs-bar--LGQ8GH .index__ant-tabs-tab--KX17Yn {
  margin-right: 10px;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs--HxyEbM.index__ant-tabs-card--XCjAC2 .index__ant-tabs-bar--LGQ8GH .index__ant-tabs-tab-active--ieN6Ad {
  font-weight: normal;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-bar--LGQ8GH {
  margin: 15px 20px 0 20px;
  border-bottom: 1px solid #EFEFEF;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-bar--LGQ8GH .index__ant-tabs-tab--KX17Yn {
  margin-right: 10px;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-content--ynNCjm .index__detail-row--YDLJC1 {
  margin: 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-tabpane--TIGPfk {
  margin: 0 20px;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-nav-wrap--G3q73e {
  margin-left: 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__ant-tabs-nav-wrap--G3q73e .index__ant-tabs-tab-inner--ASstZp {
  padding: 10px 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__r-table--MH41e7 .index__r-table-content--vF0VZ6 .index__dataTables_wrapper--NSjNEY {
  margin: 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__r-table--MH41e7 .index__r-table-content--vF0VZ6 .index__page-wrapper--q0J54l {
  margin: 0;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__r-table--MH41e7 .index__r-table-content--vF0VZ6 .index__dataTables_wrapper--NSjNEY .index__dataTables_scrollBody--IAW2dc td {
  border-right: 1px solid #ddd;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__r-table--MH41e7 .index__r-table-content--vF0VZ6 table.index__dataTable--AvCIBR thead th {
  border-right: 1px solid #ddd;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-table--XfvFSO .index__dataTables_scrollHead--JVSHZx th, .index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__detail-table--XfvFSO .index__dataTables_scrollBody--IAW2dc td {
  border-left: none;
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__button-footer--oPB4Eu {
  position: absolute;
  bottom: -40px;
  width: 1000px;
  height: 60px;
  padding: 15px 18px 14px 10px;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.index__contrastdetail--L_3PVQ .index__detail-wrap--vUBNuZ .index__button-footer--oPB4Eu button {
  margin: 0 5px;
}

.detail-table {
  overflow: hidden;
}
.detail-table .dataTables_scrollHead th {
  background-color: #FAFAFA;
  color: #999;
  border-right: none;
}
.detail-table .dataTables_scrollHead th,
.detail-table .dataTables_scrollBody td {
  border-left: 1px solid #dddddd;
}
.detail-table .r-table-serialNum {
  border-left: none !important;
}
.detail-table .dataTables_wrapper {
  margin: 0;
}
.detail-table .pagination-wrap {
  text-align: right;
  border-top: 1px solid #d9d9d9;
  padding: 8px 8px 0 0;
}
.detail-table .r-table-content .dataTables_wrapper .dataTables_scrollBody .r-table-empty {
  position: relative;
  left: 0;
}
.detail-item-row {
  margin-bottom: 10px;
}
.detail-item-row .ant-col-14 {
  /* width: 108px; */
}
.detail-item-row .ant-col-10 {
  position: relative;
  /* width: 150px; */
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-item-row .detail-item-title {
  text-align: left !important;
  padding-left: 16px;
}
.detail-item-row .detail-item-title-warnning {
  color: #f54222;
}
.detail-item-row .detail-item-short {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.detail-item-row .detail-limit-line {
  max-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.detail-item-row .detail-more-hide {
  display: none;
}
.detail-item-row .detail-collapse {
  margin-left: 10px;
}
.r-anchor-card-body div:first-child .moreTable {
  border-top: none;
}
.moreTable {
  border-top: 1px dashed #efefef;
  margin: 8px;
}
.moreTable div:has(.detail-item-row) {
  margin-top: -1px;
}
.moreTable .morePanels-wrap {
  display: flex;
  flex-flow: column;
  flex: 1;
  min-width: 0;
}
.moreTable .morePanels-wrap .no-panel-title {
  border-top: none!important;
}
.moreTable .morePanels-wrap .morePanels-title {
  padding: 15px 0 0 20px;
  font-weight: bold;
}
.moreTable .morePanels-wrap .morePanels {
  width: 100%;
}
.moreTable .morePanels-wrap .morePanels .detail-item-row .detail-item-content {
  padding-left: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.detail-single-module .detail-item-row .ant-col-10 {
  width: 80%;
}

.contrast-form-content {
  width: 100%;
  display: inline-flex;
  /* margin: 15px 0; */
}
.contrast-form-content .ant-form-item .ant-form-item-label {
  width: 25% !important;
}

.custom-render-form .r-editable-table-wrap {
  width: 100%;
}
.custom-render-form .r-upload-table-box {
  overflow: hidden;
  width: 100%;
}

.custom-render-form .custom-render-panel-hidden {
  visibility: hidden;
  height: 0;
}

.directModal .ant-form.ant-form-horizontal {
  padding: 22px 20px;
}
.amount-balance {
  display: inline;
  text-decoration: none;
  color: #333;
  left: 20px;
  position: relative;
  vertical-align: top;
  line-height: 30px;
}
.form-after-label1 {
  width: 50px;
  position: relative;
  z-index: 999;
  margin-right: -60px;
  margin-top: -30px;
}

.r-content-loading-wrapper {
  background: unset !important;
}
.r-content-loading {
  background: white !important;
}

.info-item .ant-col-18 {
  width: calc(100% - 113px);
}
.info-item-btn {
  max-width: 25%;
}

.sort-form .ant-form-horizontal .ant-form-item {
  margin-top: 24px;
}

.pdf-wrap {
  height: 100%;
  text-align: center;
}
.pdf-wrap .inner-wrap {
  width: 80%;
}
.pdf-wrap .pages {
  position: absolute;
  bottom: 32px;
  right: 50%;
  transform: translateX(50%);
}
.pdf-wrap .pages button {
  margin-left: 5px;
}

.sort-form .ant-form-horizontal .ant-form-item {
  margin-top: 24px;
}

.ant-grid-tr-red {
  color: red;
}
.ant-grid-tr-yellow {
  color: orange;
}
.pay-wrap {
  z-index: 99999;
}

.pay-table-wrap {
  padding: 15px 20px 0 20px;
}
.pay-table-wrap .modal-pay-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.pay-hint {
  margin-bottom: 15px;
}

.bank-help {
  line-height: 30px;
}

.modalStyle {
  /* .ant-form.ant-form-horizontal{
    padding: 15px 20px 0 20px;
  } */
}
.modalStyle .r-table-wrap .ant-table-wrapper {
  padding: 0;
}

.r-bill-detail {
  position: relative;
}
.r-bill-detail .showFrontBtn {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #317EF0;
  text-decoration: underline;
}
.r-bill-wrap {
  background-image: url(../img/bmsbillbankacceptance3a4e29.jpg);
  padding: 15px;
  min-height: 400px;
  margin-bottom: 10px;
}
.r-bill-wrap table tr td {
  padding: 2px;
  height: 20px;
  line-height: 18px;
  min-width: 10px;
  border: 1px solid deepskyblue;
  word-wrap: break-word;
  word-break: normal;
}
.r-bill-wrap .szzs {
  width: 20px;
  text-align: center;
}
.r-bill-wrap .lddq {
  text-align: justify;
  text-align-last: justify;
  text-justify: distribute-all-lines;
}
.r-bill-wrap .jzdq {
  text-align: center;
}
.r-bill-wrap .mcell {
  height: 15px;
  font-size: 10px;
  text-align: center;
  padding: 0px;
  margin: 2px 0px;
}
.r-bill-wrap .r-bill-header {
  margin: 20px auto;
}
.r-bill-wrap .r-bill-header .r-bill-banner {
  background-image: url(../img/bmsbilllogo55c0dd.png);
  width: 150px;
  height: 50px;
  background-repeat: no-repeat;
}
.r-bill-wrap .r-bill-header .r-bill-title {
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table {
  width: 100%;
  padding: 2px;
  table-layout: fixed;
  border-collapse: collapse;
  border: none;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table th {
  border: none;
}
.r-bill-wrap .r-bill-main .r-bill-header-table table td {
  border: none;
  text-align: left;
}
.r-bill-wrap .r-bill-main .r-bill-main-table table,
.r-bill-wrap .r-bill-main .r-bill-back-table table {
  width: 100%;
  padding: 2px;
  table-layout: fixed;
  border-collapse: collapse;
}
.r-bill-wrap .r-bill-footer {
  text-align: center;
}
.r-bill-back .close {
  float: right;
  cursor: pointer;
  color: red;
}
.rotateY {
  transform-style: preserve-3d;
}
.rotateY-enter {
  transform: rotateY(180deg);
}
.rotateY-enter-active {
  transition: transform 2s;
  transform: rotateY(0deg);
}
.rotateY-exit {
  transform: rotateY(0deg);
}
.rotateY-exit-active {
  transition: transform 2s;
  transform: rotateY(180deg);
}
.blank-page {
  page-break-after: always;
  position: relative;
  height: 1px;
  margin: 0;
}

.search-item {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.search-item:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.search-item .search-container {
  position: relative;
  padding-top: 24px;
  background-color: #F5F8FE;
  border: 1px solid #F1F2F4;
  overflow: hidden;
}
.search-item .ant-form-item {
  height: 32px;
  overflow: hidden;
}
.dates .ant-calendar-picker {
  height: 30px !important;
}
.detail-search button {
  margin-left: 25%;
}
.search-span {
  position: absolute;
  right: 40px;
}
.extraSearch-container {
  min-height: 30px;
}

.search-item {
  width: 50%;
  float: left;
  padding-left: 10px;
}
.search-item:first-child {
  padding-right: 10px;
  padding-left: 0;
}
.search-item .search-container {
  position: relative;
  padding-top: 24px;
  background-color: #F5F8FE;
  border: 1px solid #F1F2F4;
  overflow: hidden;
}
.search-item .ant-form-item {
  height: 32px;
  overflow: hidden;
}
.dates .ant-calendar-picker {
  height: 30px !important;
}
.detail-search button {
  margin-left: 25%;
}
.search-span {
  position: absolute;
  right: 40px;
}
.extraSearch-container {
  min-height: 30px;
}

.directModal .ant-form.ant-form-horizontal {
  padding: 22px 20px;
}
.reverse-modal .r-modal .ant-modal-body {
  padding-right: 20px;
}
.paymentTypeModal .ant-form.ant-form-horizontal {
  padding: 22px 80px 22px 0px;
  overflow: auto;
}
.pane-wrap-no-bottom .panel-wrap {
  border-bottom: none;
}
.fee-rel-business-edittable div.ant-form-item-control:has( > div.form-after-label:not([hidden])) {
  width: calc(100% - 40px) !important;
}
.fee-rel-business-edittable .ant-form-item .ant-form-item-control .form-after-label {
  width: 40px !important;
  margin-right: -45px !important;
  margin-top: -30px !important;
}
.vm-compact .fee-rel-business-edittable .ant-form-item .ant-form-item-control .form-after-label {
  height: 22px;
  line-height: 22px;
}

.detail-table-bar {
  height: 50px;
}
.detail-table-bar .bar-text {
  line-height: 35px;
}

.directModal .ant-form.ant-form-horizontal {
  padding: 22px 20px;
}
.reverse-modal .r-modal .ant-modal-body {
  padding-right: 20px;
}
.fee-rel-business-edittable div.ant-form-item-control:has( > div.form-after-label:not([hidden])) {
  width: calc(100% - 40px) !important;
}
.fee-rel-business-edittable .ant-form-item .ant-form-item-control .form-after-label {
  width: 40px !important;
  margin-right: -45px !important;
  margin-top: -30px !important;
}
.vm-compact .fee-rel-business-edittable .ant-form-item .ant-form-item-control .form-after-label {
  height: 22px;
  line-height: 22px;
}

.rmodel-warp-custom .ant-input {
  height: 30px;
}
.voucherPreviewEditTable {
  margin-top: -1px;
}
.voucherPreviewEditTable .r-editable-table-wrap .ant-table-thead > tr > th,
.voucherPreviewEditTable .r-editable-table-wrap .ant-table-tbody > tr > td {
  padding: 6px;
  line-height: 16px;
}
.vm-compact .voucherPreviewEditTable .r-editable-table-wrap .ant-table-thead > tr > th,
.vm-compact .voucherPreviewEditTable .r-editable-table-wrap .ant-table-tbody > tr > td {
  padding: 0;
}
.ctableButton {
  margin: 5px 8px;
}
.ctableButton .r-button + .r-button {
  margin-left: 5px;
}

.checkBoxGroup label {
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.detail-wrap .detail-item-row .ant-col-5 a {
  top: -1px;
}

.account-apply-fuhe .detail-item-row .detail-item-short {
  overflow: visible;
}
.account-apply-fuhe .ant-select-arrow {
  width: auto !important;
}
.account-apply-fuhe .detail-box {
  overflow: hidden;
}

.directModal .ant-form.ant-form-horizontal {
  padding: 22px 20px;
}
.changeExt {
  display: flex;
}
.changeExt .panel-title {
  border-top: none!important;
}
.form-after-label1 {
  width: 60px;
  float: right;
  margin-right: -62px;
  margin-top: -30px;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 30px;
}

.pay-table-wrap {
  padding: 15px 20px 0 20px;
}
.pay-table-wrap .modal-pay-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.pay-hint {
  margin-bottom: 15px;
}

.ant-carousel .custom-prev-arrow {
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: -10%;
  cursor: pointer;
}
.ant-carousel .custom-next-arrow {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: -10%;
  cursor: pointer;
}

.custom-class {
  white-space: nowrap;
}
.custom-class a {
  display: inline-block;
  line-height: 30px;
}
.custom-class span {
  text-overflow: ellipsis;
  max-width: 100px;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  line-height: 30px;
  padding-left: 10px;
}
.col-18-class .ant-col-18 {
  width: calc(100% - 110px);
}
.checkBoxGroupMargin .ant-col-offset-6 {
  margin-left: 25%;
}
.r-bill-container {
  width: 650px;
  margin: 50px auto;
  overflow: auto;
}
.nonDirectPayEleAcptDraftExplain {
  padding-left: 10px;
  color: #317EF0;
}
.operateColumn-circle {
  font-size: 14px;
  color: #317EF0;
  position: relative;
  top: 2px;
  left: 5px;
}

.index__match--GzIJ8Y {
  margin-right: 20px;
  color: #317EF0;
}
.index__match--GzIJ8Y:hover {
  color: #317EF0;
}
.index__r-bill-container--BPZaQZ {
  width: 690px;
  margin: 0 auto;
  overflow: auto;
}
.index__top-close-btn--jfcCEw {
  text-align: right;
  margin-right: 20px;
  margin-top: 20px;
}
.print-bottom {
  position: relative;
}
@media print {
  tr {
    page-break-inside: avoid;
  }
  .blank-page {
    page-break-after: always !important;
    position: relative !important;
    height: 1px !important;
    margin: 0 !important;
  }
}

.changeEffect .r-anchor-card-body .ant-form-item .ant-form-item-control .form-after-label {
  margin-right: -80px !important;
}
.changeEffect .r-anchor-card-body .ant-col-16 {
  width: 61% !important;
}
.changeEffect .r-anchor-card-body .ant-col-16.form-item-col {
  /* 控制付方账户信息和收付开户银行这类表单；当 ant-col-16 元素与 form-item-col 类名一起出现宽度不做变化 */
  width: 66.66666667% !important;
}
.changeEffect .r-anchor-card-body .ant-col-20 {
  width: 80% !important;
}
.changeEffect .r-anchor-card-body ant-form-item-label.ant-col-2 + .ant-col-22 {
  width: 87% !important;
}

.workflow-edit-panel .add-content{
 height: auto !important;
 padding: 0 !important;
}
.workflow-edit-panel .operate-btns{
 display: none !important;
}

.workflow-edit-panel .menu-top-bar{
 display: none !important;
}

.workflow-edit-panel .add-wrap .add-content .panel-wrap .form-item-col {
 padding-right: 0 !important;
 margin-right: 0 !important;
}

/* .workflow-edit-panel .add-wrap .add-content .panel-wrap .ant-col-8{
 width: 305px !important;
} */

.workflow-edit-panel .add-wrap .add-content .panel-wrap{
  padding-right: 10px;
 }

/* .workflow-edit-panel .add-wrap .add-content .panel-wrap .ant-col-21{
 width: 87.5% !important;
} */

.workflow-edit-panel .add-wrap .add-content .panel-wrap .ant-col-15{
 margin-left: 0 !important;
}

.workflow-edit-panel .add-wrap .add-content .r-anchor-title{
 display: none !important;
}

.workflow-edit-panel .add-wrap .add-content .r-anchor-card-wrap{
 padding-top: 0 !important;
}

.pay-table-wrap {
  padding: 15px 20px 0 20px;
}
.pay-table-wrap .modal-pay-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}

.chequeRecipientsDetail .r-anchor-card-wrap {
  padding-top: 49px;
}

.sxsk-amount-balance {
  display: inline;
  text-decoration: none;
  color: #333;
  left: 20px;
  position: relative;
  vertical-align: top;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}

.szdt-detail {
  width: 100%;
  height: 115px;
  padding-left: 8px;
  padding-top: 8px;
  padding-right: 8px;
}
.szdt-detail .szdt-titlebox {
  width: 100%;
  height: 100%;
  background: #fff;
}
.szdt-detail .szdt-titlebox .szdt-title-logo-box {
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: left;
  padding-left: 16px;
  padding-top: 8px;
}
.szdt-detail .szdt-titlebox .szdt-title-text-box {
  width: 100%;
  height: 35%;
}
.szdt-detail .szdt-titlebox .szdt-title-text-box .szdt-title-text {
  display: flex;
  font-family: 'Microsoft YaHei';
  font-size: 24px;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}
.szdt-detail + .detail-content {
  padding: 0px 0px 0px 8px !important;
}

.pay-table-wrap {
  padding: 15px 20px 0 20px;
}
.pay-table-wrap .modal-pay-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.pay-hint {
  margin-bottom: 15px;
}

.pay-table-wrap {
  padding: 15px 20px 0 20px;
}
.pay-table-wrap .modal-pay-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  color: #333;
}
.pay-hint {
  margin-bottom: 15px;
}

.quoDetailBox .table-sum-wrap {
  position: relative;
  z-index: 1;
  left: -20px;
  min-width: 100%;
  padding-bottom: 10px;
  margin-top: -10px;
  font-size: 12px;
}
.sumTitle {
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
  color: #317EF0;
  font-size: 14px;
  margin-top: -10px;
}


.logout-homepage {
  height: 100vh;
  padding: 10px;
  background-color: #f5f6f7;
}
.logout-homepage .logout-pagecontent {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
}
.logout-homepage .logout-welcome {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logout-homepage .logout-font {
  width: 126px;
  height: 25px;
  margin-top: 9px;
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.loading {
  transition: opacity 0.3s linear;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  top: 0;
  left: 0;
  background-color: transparent;
  z-index: 9999;
}
.loading:after {
  content: "";
  display: inline-block;
}
.loading-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #ffffff;
  -webkit-filter: blur(1px);
  filter: blur(1px);
  filter: progid\:DXImageTransform\.Microsoft\.Blur(PixelRadius\=1, MakeShadow\=false);
  /* IE6~IE9 */
}
.loading-outter {
  width: 100px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  border-radius: 0.5rem;
  height: 20px;
  text-align: center;
}
.loading-ring {
  animation: spinnerFour 1s linear infinite;
  border: solid 2px transparent;
  border-radius: 100%;
  border-top: solid 2px #317EF0;
  border-left: solid 2px #317EF0;
  border-bottom: solid 2px #317EF0;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.loading-ring-tip {
  color: #317EF0;
}
@keyframes spinnerFour {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-text {
  text-align: center;
  color: #317EF0;
  font-family: sans-serif;
  padding-left: 10px;
  padding-right: 10px;
}
.loading-enter,
.loading-leave-active {
  opacity: 0;
}

.screen-config-box {
  width: 100%;
  height: calc(100vh - 79px);
}
.screen-config-box .ant-modal-content span i {
  font-size: 12px;
}
.screen-config-box .screen-config-nav {
  height: 50px;
  background-color: #022D82;
  display: flex;
  justify-content: space-between;
}
.screen-config-box .screen-config-nav .screen-config-button {
  display: flex;
  align-items: center;
  padding-right: 20px;
}
.screen-config-box .ant-menu-submenu-horizontal,
.screen-config-box .ant-menu-horizontal,
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu .ant-menu-submenu-title:hover {
  color: #fff;
  background-color: #022D82;
}
.screen-config-box .ant-menu-submenu-title > span {
  color: #fff;
  font-size: 13px;
}
.screen-config-box .screen-menu-title {
  display: inline-block;
  border-bottom: 4px solid #022D82;
}
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu-selected,
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu:hover {
  border: none;
  font-weight: bold;
}
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu-selected .screen-menu-title,
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu:hover .screen-menu-title {
  border-bottom: 4px solid #317EF0 !important;
}
.screen-config-box .ant-menu-horizontal > .ant-menu-submenu {
  border: none;
  width: 135px !important;
  top: 0;
  margin-top: 0;
}
.screen-config-box .ant-menu-vertical .ant-menu-item {
  padding: 0 17px 0 20px;
}
.screen-config-box .screen-config-iframe-box {
  background-color: #fff;
  height: calc(100% - 50px);
}
.screen-config-box .screen-config-iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.screen-config-box .action {
  display: flex;
  padding: 9px;
  width: 88px;
  height: 100%;
  box-shadow: -4px 0px 4px 0px rgba(0, 0, 0, 0.06);
  cursor: pointer;
}
.screen-config-box .action .slide-left,
.screen-config-box .action .slide-right {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 100%;
  border-radius: 0 4px 4px 0;
  border: 1px solid #E6E7E8;
  font-size: 12px !important;
}
.screen-config-box .action .slide-left {
  border-radius: 4px 0 0 4px;
}
.screen-config-box .action .active-icon {
  position: absolute;
  top: 8px;
  left: 8px;
  color: #fff;
}
.screen-config-box .action .disabled-icon:hover {
  cursor: not-allowed;
}
.screen-config-box .action .disabled-icon {
  border-color: #b3b3b378;
  cursor: not-allowed;
}
.screen-config-box .action .disabled-icon i {
  color: #b3b3b378;
}
.screen-config-box .screen-menu-box {
  overflow-x: auto;
  overflow-y: hidden;
}
.screen-config-box .screen-menu-box::-webkit-scrollbar {
  display: none;
}
.screen-config-box .screen-menu-hidden-title {
  display: inline-block;
  width: 65px;
  color: #fff;
}
.screen-config-box .ant-switch {
  background-color: #BFBFBF;
}
.screen-config-box .ant-switch-checked {
  background-color: #317EF0;
}
.screen-config-box .screen-nav-hidden {
  position: absolute;
  width: 100%;
  transition: opacity 0.5s;
  opacity: 0;
}
.screen-config-box .screen-nav-hidden:hover {
  transition: opacity 0.5s;
  opacity: 1;
}
.screen-config-box .ant-menu-item .anticon,
.screen-config-box .ant-menu-submenu-title .anticon {
  font-size: 10px;
  margin-left: 2px;
  margin-right: 0;
}
.ad-manager-menu-list {
  background: #fff0 !important;
}
.ad-manager-menu-list ul {
  overflow: hidden auto !important;
  max-height: 270px !important;
  background-color: rgba(0, 0, 0, 0.6) !important;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  color: #fff;
}
.ad-manager-menu-list ul .ant-menu-submenu-title {
  color: #fff;
}
.ad-manager-menu-list ul .ant-menu-submenu-title .ant-menu-submenu-arrow::before,
.ad-manager-menu-list ul .ant-menu-submenu-title .ant-menu-submenu-arrow::after {
  background-image: linear-gradient(to right, #ffffffa6, #ffffffa6);
}
.screen-config-modal {
  position: fixed;
  overflow: hidden !important;
  top: 0 !important;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0;
}

