/* 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);
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  color: #111218;
  font-size: 14px;
  font-family: 8px tahoma, arial, 'Hiragino Sans GB', sans-serif;
  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: #111218;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #2970ff;
  text-decoration: none;
  background-color: transparent;
  outline: none;
  cursor: pointer;
  transition: color 0.3s;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #5291ff;
}
a:active {
  color: #1852d9;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0;
}
a[disabled] {
  color: rgba(17, 18, 24, 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: #666;
  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;
}
::-moz-selection {
  color: #fff;
  background: #2970ff;
}
::selection {
  color: #fff;
  background: #2970ff;
}
.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: #2970ff;
}
[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 #2970ff;
  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 #2970ff;
    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;
}

/* 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-modal {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #111218;
  font-weight: 500;
  font-size: 17px;
  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: #666;
  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: 17px;
  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: #111218;
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 4px 4px 0 0;
}
.ant-modal-body {
  padding: 24px;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}
.ant-modal-footer {
  padding: 10px 16px;
  text-align: right;
  background: transparent;
  border-top: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-modal-footer button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear {
  transform: none;
  opacity: 0;
  animation-duration: 0.3s;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  filter: alpha(opacity=50);
}
.ant-modal-mask-hidden {
  display: none;
}
.ant-modal-open {
  overflow: hidden;
}
.ant-modal-centered {
  text-align: center;
}
.ant-modal-centered::before {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: '';
}
.ant-modal-centered .ant-modal {
  top: 0;
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .ant-modal {
    max-width: calc(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 .ant-modal-confirm-title {
  display: block;
  overflow: hidden;
  color: #111218;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.4;
}
.ant-modal-confirm-body .ant-modal-confirm-content {
  margin-top: 8px;
  color: #111218;
  font-size: 14px;
}
.ant-modal-confirm-body > .anticon {
  float: left;
  margin-right: 16px;
  font-size: 22px;
}
.ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
  margin-left: 38px;
}
.ant-modal-confirm .ant-modal-confirm-btns {
  float: right;
  margin-top: 24px;
}
.ant-modal-confirm .ant-modal-confirm-btns button + button {
  margin-bottom: 0;
  margin-left: 8px;
}
.ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
  color: #F4454E;
}
.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: #32B683;
}

/* 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-btn {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  background-image: none;
  border: 1px solid transparent;
  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);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #111218;
  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: 17px;
  border-radius: 4px;
}
.ant-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn > a:only-child {
  color: currentColor;
}
.ant-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-btn:hover,
.ant-btn:focus {
  color: #5291ff;
  background-color: #fff;
  border-color: #5291ff;
}
.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: #1852d9;
  background-color: #fff;
  border-color: #1852d9;
}
.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(17, 18, 24, 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: #2970ff;
  border-color: #2970ff;
  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: #5291ff;
  border-color: #5291ff;
}
.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: #1852d9;
  border-color: #1852d9;
}
.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(17, 18, 24, 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: #5291ff;
  border-left-color: #5291ff;
}
.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: #5291ff;
}
.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: #5291ff;
}
.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: #111218;
  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: #5291ff;
  background-color: transparent;
  border-color: #5291ff;
}
.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: #1852d9;
  background-color: transparent;
  border-color: #1852d9;
}
.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(17, 18, 24, 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: #111218;
  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: #5291ff;
  background-color: #fff;
  border-color: #5291ff;
}
.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: #1852d9;
  background-color: #fff;
  border-color: #1852d9;
}
.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(17, 18, 24, 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: #ff7073;
  border-color: #ff7073;
  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: #ff9b99;
  border-color: #ff9b99;
}
.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: #d9555b;
  border-color: #d9555b;
}
.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(17, 18, 24, 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: #2970ff;
  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: #5291ff;
  background-color: transparent;
  border-color: #5291ff;
}
.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: #1852d9;
  background-color: transparent;
  border-color: #1852d9;
}
.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(17, 18, 24, 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(17, 18, 24, 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: 16px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-lg {
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 19px;
  border-radius: 4px;
}
.ant-btn-icon-only.ant-btn-sm {
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 14px;
  border-radius: 4px;
}
.ant-btn-icon-only > i {
  vertical-align: middle;
}
.ant-btn-round {
  height: 32px;
  padding: 0 16px;
  font-size: 14px;
  border-radius: 32px;
}
.ant-btn-round.ant-btn-lg {
  height: 40px;
  padding: 0 20px;
  font-size: 17px;
  border-radius: 40px;
}
.ant-btn-round.ant-btn-sm {
  height: 24px;
  padding: 0 12px;
  font-size: 14px;
  border-radius: 24px;
}
.ant-btn-round.ant-btn-icon-only {
  width: auto;
}
.ant-btn-circle,
.ant-btn-circle-outline {
  min-width: 32px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-lg,
.ant-btn-circle-outline.ant-btn-lg {
  min-width: 40px;
  border-radius: 50%;
}
.ant-btn-circle.ant-btn-sm,
.ant-btn-circle-outline.ant-btn-sm {
  min-width: 24px;
  border-radius: 50%;
}
.ant-btn::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 1;
  display: none;
  background: #fff;
  border-radius: inherit;
  opacity: 0.35;
  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;
}
.ant-btn.ant-btn-loading:not([disabled]) {
  pointer-events: none;
}
.ant-btn.ant-btn-loading::before {
  display: block;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 29px;
}
.ant-btn.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon:not(:last-child) {
  margin-left: -14px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) {
  padding-left: 24px;
}
.ant-btn-sm.ant-btn-loading:not(.ant-btn-circle):not(.ant-btn-circle-outline):not(.ant-btn-icon-only) .anticon {
  margin-left: -17px;
}
.ant-btn-group {
  position: relative;
  display: 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: 14px;
}
.ant-btn-group-lg > .ant-btn,
.ant-btn-group-lg > span > .ant-btn {
  height: 40px;
  padding: 0 15px;
  font-size: 17px;
  border-radius: 0;
  line-height: 38px;
}
.ant-btn-group-lg > .ant-btn.ant-btn-icon-only {
  width: 40px;
  height: 40px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group-sm > .ant-btn,
.ant-btn-group-sm > span > .ant-btn {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 0;
  line-height: 22px;
}
.ant-btn-group-sm > .ant-btn > .anticon,
.ant-btn-group-sm > span > .ant-btn > .anticon {
  font-size: 14px;
}
.ant-btn-group-sm > .ant-btn.ant-btn-icon-only {
  width: 24px;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
}
.ant-btn-group .ant-btn + .ant-btn,
.ant-btn + .ant-btn-group,
.ant-btn-group span + .ant-btn,
.ant-btn-group .ant-btn + span,
.ant-btn-group > span + span,
.ant-btn-group + .ant-btn,
.ant-btn-group + .ant-btn-group {
  margin-left: -1px;
}
.ant-btn-group .ant-btn-primary + .ant-btn:not(.ant-btn-primary):not([disabled]) {
  border-left-color: transparent;
}
.ant-btn-group .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn:first-child,
.ant-btn-group > span:first-child > .ant-btn {
  margin-left: 0;
}
.ant-btn-group > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group > .ant-btn:first-child:not(:last-child),
.ant-btn-group > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group > .ant-btn:last-child:not(:first-child),
.ant-btn-group > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:only-child {
  border-radius: 4px;
}
.ant-btn-group-sm > span:only-child > .ant-btn {
  border-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:first-child:not(:last-child),
.ant-btn-group-sm > span:first-child:not(:last-child) > .ant-btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-btn-group-sm > .ant-btn:last-child:not(:first-child),
.ant-btn-group-sm > span:last-child:not(:first-child) > .ant-btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-btn-group > .ant-btn-group {
  float: left;
}
.ant-btn-group > .ant-btn-group:not(:first-child):not(:last-child) > .ant-btn {
  border-radius: 0;
}
.ant-btn-group > .ant-btn-group:first-child:not(:last-child) > .ant-btn:last-child {
  padding-right: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ant-btn-group > .ant-btn-group:last-child:not(:first-child) > .ant-btn:first-child {
  padding-left: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ant-btn:focus > span,
.ant-btn:active > span {
  position: relative;
}
.ant-btn > .anticon + span,
.ant-btn > span + .anticon {
  margin-left: 8px;
}
.ant-btn-background-ghost {
  color: #fff;
  background: transparent !important;
  border-color: #fff;
}
.ant-btn-background-ghost.ant-btn-primary {
  color: #2970ff;
  background-color: transparent;
  border-color: #2970ff;
  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: #5291ff;
  background-color: transparent;
  border-color: #5291ff;
}
.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: #1852d9;
  background-color: transparent;
  border-color: #1852d9;
}
.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(17, 18, 24, 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: #ff7073;
  background-color: transparent;
  border-color: #ff7073;
  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: #ff9b99;
  background-color: transparent;
  border-color: #ff9b99;
}
.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: #d9555b;
  background-color: transparent;
  border-color: #d9555b;
}
.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(17, 18, 24, 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: #2970ff;
  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: #5291ff;
  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: #1852d9;
  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(17, 18, 24, 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;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.iframe-form-warp[data-v-aea4c5ee] {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1228px;
  max-width: 90%;
  min-width: 1024px;
  background: #fff;
  overflow: hidden;
  z-index: 9999;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.iframe-form-warp--page[data-v-aea4c5ee] {
  width: 100%;
  height: 100%;
  overflow: auto;
  border: none;
}
.iframe-shadow[data-v-aea4c5ee] {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 8999;
}
.fade-down-enter-active[data-v-aea4c5ee] {
  transition: all 0.3s ease;
}
.fade-down-leave-active[data-v-aea4c5ee] {
  transition: all 0s cubic-bezier(1, 0.5, 0.8, 1);
}
.fade-down-enter[data-v-aea4c5ee],
.fade-down-leave-to[data-v-aea4c5ee] {
  transform: translateY(-30px);
  opacity: 0;
}
.circle-icon-close[data-v-aea4c5ee] {
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
}
.icon-close[data-v-aea4c5ee] {
  position: absolute;
  right: 18px;
  cursor: pointer;
  top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(17, 18, 24, 0.5);
  vertical-align: baseline;
  width: 28px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-close[data-v-aea4c5ee]:hover {
  color: var(--highlightColor, #2970FF);
}

.h3-pop-form-detail[data-v-1bd2ff10] {
  z-index: 2005;
}
.h3-pop-form-detail[data-v-1bd2ff10] .h3think-i-popup__wrap {
  height: 90vh;
}
.h3-pop-form-detail .manage-edit-box[data-v-1bd2ff10] {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header[data-v-1bd2ff10] {
  width: 100%;
  height: 56px;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header .ai-chat-header-close[data-v-1bd2ff10] {
  padding-left: 16px;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header .ai-chat-header-close em[data-v-1bd2ff10] {
  font-size: 20px;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header .ai-chat-header-title[data-v-1bd2ff10] {
  flex: 1;
  font-size: 17px;
  color: #111218;
  font-weight: 500;
  text-align: center;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header .ai-chat-header-newSession[data-v-1bd2ff10] {
  width: 36px;
  padding-right: 16px;
}
.h3-pop-form-detail .manage-edit-box .ai-chat-header .ai-chat-header-newSession em[data-v-1bd2ff10] {
  font-size: 20px;
  color: #111218;
}
.h3-pop-form-detail .manage-edit-box .manage-edit-body[data-v-1bd2ff10] {
  height: 100%;
  overflow: hidden;
}
.h3-pop-form-detail .manage-edit-box .manage-edit-body iframe[data-v-1bd2ff10] {
  width: 100%;
  height: 100%;
  border: none;
}

.component-not-register[data-v-19d49e1e],
.componnet-mapping-error[data-v-19d49e1e] {
  background: #ff3640 !important;
  color: #fff;
}

.chat-message-item[data-v-a48f1a4a] {
  display: -webkit-box;
  display: flex;
  margin-bottom: 32px;
  min-height: 46px;
}
.chat-message-item.system-message[data-v-a48f1a4a] {
  height: 20px;
  min-height: 20px;
  margin: 16px 0;
  text-align: center;
}
.chat-message-item.system-message .placeholder-before-avatar[data-v-a48f1a4a],
.chat-message-item.system-message .placeholder-after-avatar[data-v-a48f1a4a],
.chat-message-item.system-message .placeholder-after-adapter[data-v-a48f1a4a] {
  display: none;
}
.chat-message-item.system-message .chat-message-content-wrapper[data-v-a48f1a4a] {
  border: unset;
  background: unset;
  padding: unset;
  flex: 1;
}
.chat-message-item.system-message .chat-message-content-wrapper .bolck-placeholder[data-v-a48f1a4a] {
  display: none;
}
.chat-message-item.system-message .chat-message-content-wrapper .chat-message-component-adapter[data-v-a48f1a4a] {
  padding: unset;
  line-height: 20px;
  font-size: 12px;
  color: rgba(17, 18, 24, 0.25);
  background: unset;
}
.chat-message-item.user-message[data-v-a48f1a4a] {
  flex-direction: row-reverse;
}
.chat-message-item.user-message > img[data-v-a48f1a4a] {
  border-radius: 50%;
}
.chat-message-item.user-message .chat-message-content-wrapper[data-v-a48f1a4a] {
  background-clip: unset;
  background-image: unset;
}
.chat-message-item.user-message .chat-message-content-wrapper .chat-message-component-adapter[data-v-a48f1a4a] {
  background: #cce4ff;
}
.chat-message-item img[data-v-a48f1a4a] {
  min-height: 32px;
  min-width: 32px;
  height: 32px;
  width: 32px;
  margin-top: 4px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.chat-message-item em[data-v-a48f1a4a] {
  font-size: 32px;
  color: #ffb131;
  display: inline-block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-top: 4px;
}
.chat-message-item .chat-message-content-wrapper[data-v-a48f1a4a] {
  max-width: 692px;
  overflow: hidden;
  padding: 1px;
  border-radius: 4px;
  background-clip: border-box;
  background-image: -webkit-linear-gradient(316deg, rgba(70, 155, 255, 0.4), rgba(189, 59, 255, 0.4));
  background-image: linear-gradient(134deg, rgba(70, 155, 255, 0.4), rgba(189, 59, 255, 0.4));
  position: relative;
  transform: translateZ(0);
}
.chat-message-item .chat-message-content-wrapper .bolck-placeholder[data-v-a48f1a4a] {
  position: absolute;
  padding: 12px 16px;
  background: #fff;
  border-radius: 4px;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
}
.chat-message-item .chat-message-content-wrapper .chat-message-component-adapter[data-v-a48f1a4a] {
  padding: 12px 16px;
  background: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  line-height: 22px;
}
.chat-message-item .placeholder-after-adapter[data-v-a48f1a4a] {
  width: 48px;
  min-width: 48px;
}
.chat-message-item .placeholder-before-avatar[data-v-a48f1a4a] {
  width: 16px;
  min-width: 16px;
}
.chat-message-item .placeholder-after-avatar[data-v-a48f1a4a] {
  width: 12px;
  min-width: 12px;
}

.chat-message-queue-wrapper[data-v-2ba5f302] {
  position: relative;
  flex: 1;
  min-height: 0;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.chat-message-queue-wrapper .chat-message-queue[data-v-2ba5f302] {
  flex: 1;
  overflow-y: scroll;
  overflow-x: hidden;
  color: #111218;
  position: relative;
}
.chat-message-queue-wrapper .chat-message-queue[data-v-2ba5f302]::-webkit-scrollbar {
  display: none;
}
.chat-message-queue-wrapper .chat-message-queue .chat-height-wrapper .chat-message-item-wrapper .ai-chat-content-header[data-v-2ba5f302] {
  text-align: center;
  color: rgba(17, 18, 24, 0.25);
  line-height: 20px;
  font-size: 12px;
  margin: 16px 0;
}
.chat-message-queue-wrapper .quick-operation[data-v-2ba5f302] {
  display: -webkit-box;
  display: flex;
  margin: 0 16px;
  z-index: 1;
  flex-wrap: wrap;
  margin-bottom: -8px;
  margin-top: 8px;
}
.chat-message-queue-wrapper .quick-operation .quick-operation-item[data-v-2ba5f302] {
  display: -webkit-box;
  display: flex;
  background: #fff;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  line-height: 22px;
  padding: 0 8px;
  color: #111218;
  font-size: 12px;
  align-items: center;
  cursor: pointer;
  white-space: nowrap;
}
.chat-message-queue-wrapper .quick-operation .quick-operation-item[data-v-2ba5f302]:hover {
  color: #2970ff;
  border: thin solid #2970ff;
  padding: 0 7px;
  line-height: 20px;
}
.chat-message-queue-wrapper .quick-operation .quick-operation-item .icon[data-v-2ba5f302] {
  margin-right: 6px;
  font-size: 12px;
}
.chat-message-queue-wrapper .quick-operation .quick-operation-item .icon-image[data-v-2ba5f302] {
  margin-right: 6px;
  width: 12px;
  height: 12px;
  vertical-align: middle;
}

/* 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-tooltip {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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;
}

/* 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-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: 32px;
  padding: 4px 11px;
  color: #111218;
  font-size: 14px;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-input:focus {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-input-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 17px;
}
.ant-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #111218;
  font-weight: normal;
  font-size: 14px;
  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: #2970ff;
}
.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: 17px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-group-lg .ant-select-selection--single {
  height: 40px;
}
.ant-input-group-sm .ant-select-selection--single {
  height: 24px;
}
.ant-input-group .ant-input-affix-wrapper {
  display: table-cell;
  float: left;
  width: 100%;
}
.ant-input-group.ant-input-group-compact {
  display: block;
  zoom: 1;
}
.ant-input-group.ant-input-group-compact::before,
.ant-input-group.ant-input-group-compact::after {
  display: table;
  content: '';
}
.ant-input-group.ant-input-group-compact::after {
  clear: both;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
  display: inline-block;
  float: none;
  vertical-align: top;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
  margin-right: -1px;
  border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
  float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
  border-right-width: 1px;
  border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selection:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
  z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selection,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
  border-right-width: 1px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
  vertical-align: top;
}
.ant-input-group-wrapper {
  display: inline-block;
  width: 100%;
  text-align: start;
  vertical-align: top;
}
.ant-input-affix-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #5291ff;
  border-right-width: 1px !important;
}
.ant-input-affix-wrapper .ant-input {
  position: relative;
  text-align: inherit;
}
.ant-input-affix-wrapper .ant-input-prefix,
.ant-input-affix-wrapper .ant-input-suffix {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: -webkit-box;
  display: flex;
  align-items: center;
  color: #111218;
  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(17, 18, 24, 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: #666;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-input-password-icon:hover {
  color: #333;
}
.ant-input-clear-icon {
  color: rgba(17, 18, 24, 0.25);
  font-size: 12px;
  cursor: pointer;
  transition: color 0.3s;
  vertical-align: 0;
}
.ant-input-clear-icon:hover {
  color: #666;
}
.ant-input-clear-icon:active {
  color: #111218;
}
.ant-input-clear-icon + i {
  margin-left: 6px;
}
.ant-input-textarea-clear-icon {
  color: rgba(17, 18, 24, 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: #666;
}
.ant-input-textarea-clear-icon:active {
  color: #111218;
}
.ant-input-textarea-clear-icon + i {
  margin-left: 6px;
}
.ant-input-search-icon {
  color: #666;
  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;
}

.chat-user-message-input[data-v-9ef38364] {
  flex: 0;
  margin: 9px 16px 16px 16px;
  box-shadow: 0px 2px 8px 0px rgba(17, 18, 24, 0.15);
  border-radius: 12px;
}
.chat-user-message-input.has-header .input-header[data-v-9ef38364] {
  max-height: 38px;
  border-bottom: 1px solid #e8eaed;
}
.chat-user-message-input.has-header .input-wrapper[data-v-9ef38364] {
  border-radius: 0 0 12px 12px;
}
.chat-user-message-input .input-header[data-v-9ef38364] {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f7f8fa;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 12px 12px 0 0;
}
.chat-user-message-input .input-header .left[data-v-9ef38364] {
  height: 38px;
  flex: 1;
  min-width: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.chat-user-message-input .input-header .left .shortcut-name[data-v-9ef38364] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-user-message-input .input-header .left .icon[data-v-9ef38364] {
  font-weight: normal;
  font-size: 14px;
  margin-left: 4px;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.chat-user-message-input .input-header .h-icon-all-close[data-v-9ef38364] {
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.chat-user-message-input .input-wrapper[data-v-9ef38364] {
  position: relative;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
}
.chat-user-message-input .input-wrapper .inputing[data-v-9ef38364] {
  padding: 12px 12px 52px;
}
.chat-user-message-input .input-wrapper .inputing textarea[data-v-9ef38364] {
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  border: unset !important;
  box-shadow: unset !important;
  background: transparent;
}
.chat-user-message-input .input-wrapper .send[data-v-9ef38364] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  background: #f1f2f6;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
  border-radius: 4px;
}
.chat-user-message-input .input-wrapper .send em[data-v-9ef38364] {
  font-size: 16px;
  color: rgba(17, 18, 24, 0.5);
}
.chat-user-message-input .input-wrapper .send.focus[data-v-9ef38364] {
  bottom: 12px;
  right: 12px;
}
.chat-user-message-input .input-wrapper.message-can-send .send[data-v-9ef38364] {
  background-color: #2970ff;
  cursor: pointer;
}
.chat-user-message-input .input-wrapper.message-can-send .send em[data-v-9ef38364] {
  color: #fff;
}
.chat-user-message-input .input-wrapper .readonly-text[data-v-9ef38364] {
  height: 48px;
  line-height: 48px;
  padding: 0 4px 0 12px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-user-message-input .input-wrapper .readonly-text[data-v-9ef38364]:hover {
  cursor: text;
}
.chat-user-message-input .input-wrapper .readonly-text span[data-v-9ef38364] {
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: calc(100% - 32px);
}
.chat-user-message-input .input-wrapper .readonly-text span.is-placeholder[data-v-9ef38364] {
  color: rgba(17, 18, 24, 0.25);
}

.ai-user-message-tips {
  z-index: 10001 !important;
  min-width: unset;
}

.chat-box-render[data-v-726c8b19] {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}

/* 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-popover {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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;
  -webkit-user-select: text;
             -moz-user-select: text;
          user-select: text;
}
.ant-popover::after {
  position: absolute;
  background: rgba(255, 255, 255, 0.01);
  content: '';
}
.ant-popover-hidden {
  display: none;
}
.ant-popover-placement-top,
.ant-popover-placement-topLeft,
.ant-popover-placement-topRight {
  padding-bottom: 10px;
}
.ant-popover-placement-right,
.ant-popover-placement-rightTop,
.ant-popover-placement-rightBottom {
  padding-left: 10px;
}
.ant-popover-placement-bottom,
.ant-popover-placement-bottomLeft,
.ant-popover-placement-bottomRight {
  padding-top: 10px;
}
.ant-popover-placement-left,
.ant-popover-placement-leftTop,
.ant-popover-placement-leftBottom {
  padding-right: 10px;
}
.ant-popover-inner {
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  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: #111218;
  font-weight: 500;
  border-bottom: 1px solid #e8e8e8;
}
.ant-popover-inner-content {
  padding: 12px 16px;
  color: #111218;
}
.ant-popover-message {
  position: relative;
  padding: 4px 0 12px;
  color: #111218;
  font-size: 14px;
}
.ant-popover-message > .anticon {
  position: absolute;
  top: 8px;
  color: #FAAD14;
  font-size: 14px;
}
.ant-popover-message-title {
  padding-left: 22px;
}
.ant-popover-buttons {
  margin-bottom: 4px;
  text-align: right;
}
.ant-popover-buttons button {
  margin-left: 8px;
}
.ant-popover-arrow {
  position: absolute;
  display: block;
  width: 8.48528137px;
  height: 8.48528137px;
  background: transparent;
  border-style: solid;
  border-width: 4.24264069px;
  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;
}

/* 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 */

.form-actions[data-v-f9c3e318] {
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  margin-left: 16px;
  text-align: right;
  position: relative;
}
.form-actions button[data-v-f9c3e318] {
  margin-left: 8px;
}
.form-actions button.formTrack[data-v-f9c3e318] {
  margin-right: 0;
}
.form-actions .noHover[data-v-f9c3e318] {
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.form-actions .noHover[data-v-f9c3e318]:hover {
  border: 1px solid #5291ff;
  color: #5291ff;
}
.form-actions .form-track[data-v-f9c3e318] {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 16px;
  transform: rotateY(180deg);
  color: rgba(0, 0, 0, 0.65);
}
.form-actions .form-track[data-v-f9c3e318]:hover {
  color: #2970ff;
}
.form-actions .h-icon-all-ellipsis-o[data-v-f9c3e318] {
  font-size: 28px;
  width: 28px;
  height: 28px;
  color: rgba(17, 18, 24, 0.5);
  vertical-align: baseline;
  line-height: 34px;
  cursor: pointer;
  margin-right: 4px;
}
.form-actions .h-icon-all-ellipsis-o[data-v-f9c3e318]:hover {
  background: rgba(0, 30, 116, 0.06);
}
.prints-drop-down[data-v-f9c3e318] {
  min-width: 116px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 8px 0 rgba(30, 85, 255, 0.15);
  background: #fff;
  position: absolute;
  bottom: 100%;
  transform: translateY(-8px);
  z-index: 999;
}
.prints-drop-down .item-print[data-v-f9c3e318] {
  text-align: left;
  height: 32px;
  line-height: 22px;
  padding: 5px 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.prints-drop-down .item-print[data-v-f9c3e318]:hover {
  cursor: pointer;
  background: #f0f7ff;
  transition: 0.3s all;
}
.btn-more[data-v-f9c3e318] {
  padding: 4px 0;
  border-radius: 2px;
  overflow: hidden;
}
.btn-more .btn-more-text[data-v-f9c3e318] {
  width: 100%;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  padding: 0 11px;
}
.btn-more .btn-more-text[data-v-f9c3e318]:hover {
  background-color: rgba(0, 30, 116, 0.06);
}
.btn-more .btn-more-text span[data-v-f9c3e318] {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-more .ant-popover-inner-content {
  padding: 6px 0 11px 0;
  max-height: 328px;
  overflow-y: auto;
}
.action-hint-tooltip {
  padding-bottom: 0px;
}
.action-hint-tooltip .ant-tooltip-content .ant-tooltip-arrow {
  display: none;
}

/* 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-radio-group {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  display: inline-block;
}
.ant-radio-wrapper {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #111218;
  font-size: 14px;
  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: #2970ff;
}
.ant-radio-input:focus + .ant-radio-inner {
  box-shadow: 0 0 0 3px rgba(41, 112, 255, 0.08);
}
.ant-radio-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2970ff;
  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: #2970ff;
  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: #2970ff;
}
.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(17, 18, 24, 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: #111218;
  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: #111218;
}
.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: 17px;
  line-height: 38px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
  height: 24px;
  padding: 0 7px;
  line-height: 22px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
  position: absolute;
  top: 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: #2970ff;
}
.ant-radio-button-wrapper:focus-within {
  outline: 3px solid rgba(41, 112, 255, 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: #2970ff;
  background: #fff;
  border-color: #2970ff;
  box-shadow: -1px 0 0 0 #2970ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
  background-color: #2970ff !important;
  opacity: 0.1;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
  border-color: #2970ff;
  box-shadow: none !important;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #5291ff;
  border-color: #5291ff;
  box-shadow: -1px 0 0 0 #5291ff;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #1852d9;
  border-color: #1852d9;
  box-shadow: -1px 0 0 0 #1852d9;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(41, 112, 255, 0.06);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
  color: #fff;
  background: #2970ff;
  border-color: #2970ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
  color: #fff;
  background: #5291ff;
  border-color: #5291ff;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
  color: #fff;
  background: #1852d9;
  border-color: #1852d9;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
  outline: 3px solid rgba(41, 112, 255, 0.06);
}
.ant-radio-button-wrapper-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 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;
  }
}

/* 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-time-picker-panel {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: 8px tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
.ant-time-picker-panel-inner {
  position: relative;
  left: -2px;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 4px;
  outline: none;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.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: #F4454E;
}
.ant-time-picker-panel-narrow .ant-time-picker-panel-input-wrap {
  max-width: 112px;
}
.ant-time-picker-panel-select {
  position: relative;
  float: left;
  width: 56px;
  max-height: 192px;
  overflow: hidden;
  font-size: 14px;
  border-left: 1px solid #e8e8e8;
}
.ant-time-picker-panel-select:hover {
  overflow-y: auto;
}
.ant-time-picker-panel-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-time-picker-panel-select:last-child {
  border-right: 0;
}
.ant-time-picker-panel-select:only-child {
  width: 100%;
}
.ant-time-picker-panel-select ul {
  width: 56px;
  margin: 0;
  padding: 0 0 160px;
  list-style: none;
}
.ant-time-picker-panel-select li {
  width: 100%;
  height: 32px;
  margin: 0;
  padding: 0 0 0 12px;
  line-height: 32px;
  text-align: left;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-time-picker-panel-select li:focus {
  color: #2970ff;
  font-weight: 600;
  outline: none;
}
.ant-time-picker-panel-select li:hover {
  background: #f0f7ff;
}
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(17, 18, 24, 0.25);
}
li.ant-time-picker-panel-select-option-disabled:hover {
  background: transparent;
  cursor: not-allowed;
}
li.ant-time-picker-panel-select-option-disabled:focus {
  color: rgba(17, 18, 24, 0.25);
  font-weight: inherit;
}
.ant-time-picker-panel-combobox {
  zoom: 1;
}
.ant-time-picker-panel-combobox::before,
.ant-time-picker-panel-combobox::after {
  display: table;
  content: '';
}
.ant-time-picker-panel-combobox::after {
  clear: both;
}
.ant-time-picker-panel-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: #111218;
  font-size: 14px;
  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: 32px;
  padding: 4px 11px;
  color: #111218;
  font-size: 14px;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-time-picker-input:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-time-picker-input:focus {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-time-picker-input-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-time-picker-input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 17px;
}
.ant-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-input[disabled] {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  line-height: 14px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-time-picker-icon .ant-time-picker-clock-icon,
.ant-time-picker-clear .ant-time-picker-clock-icon {
  display: block;
  color: rgba(17, 18, 24, 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: #666;
}
.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: 17px;
}
.ant-time-picker-small .ant-time-picker-input {
  height: 24px;
  padding: 1px 7px;
}
.ant-time-picker-small .ant-time-picker-icon,
.ant-time-picker-small .ant-time-picker-clear {
  right: 7px;
}
@media not all and (-webkit-min-device-pixel-ratio: 0), not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    .ant-input {
      line-height: 1.5;
    }
  }
}

.time-footer[data-v-24f14ceb] {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.time-footer span[data-v-24f14ceb] {
  cursor: pointer;
  font-size: 12px;
  line-height: 24px;
}
.time-footer .now[data-v-24f14ceb] {
  color: #2970ff;
}
.time-footer .confirm[data-v-24f14ceb] {
  width: 44px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 2px;
}
[data-v-24f14ceb] .ant-time-picker-icon,[data-v-24f14ceb] .ant-time-picker-clear {
  background-color: #fff;
}
[data-v-24f14ceb] .ant-time-picker-input {
  padding-right: 26px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.default-value .radio-group {
  flex-wrap: wrap;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.default-value .radio-group label:nth-child(1) {
  margin-bottom: 8px;
}
.default-value .radio-option {
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1;
  overflow: hidden;
  margin-right: 0 !important;
}
.default-value .radio-option > span:nth-child(2) {
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-direction: row;
  margin-right: 0;
  padding-right: 0;
  align-items: center;
}
.default-value .default-time-picker {
  margin-left: 8px;
  width: auto !important;
  flex: 1;
}

/* 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-table-wrapper {
  zoom: 1;
}
.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: #111218;
  font-size: 14px;
  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: #111218;
  font-weight: 500;
  text-align: left;
  background: #fafafa;
  border-bottom: 1px solid #e8e8e8;
  transition: background 0.3s ease;
}
.ant-table-thead > tr > th[colspan]:not([colspan='1']) {
  text-align: center;
}
.ant-table-thead > tr > th .anticon-filter,
.ant-table-thead > tr > th .ant-table-filter-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 100%;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
}
.ant-table-thead > tr > th .anticon-filter > svg,
.ant-table-thead > tr > th .ant-table-filter-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -6px;
}
.ant-table-thead > tr > th .ant-table-filter-selected.anticon {
  color: #2970ff;
}
.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: #2970ff;
}
.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: #666;
  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: #666;
  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: #111218;
}
.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: #666;
}
.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 {
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-table-thead > tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
.ant-table-thead > tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
.ant-table-thead > tr:not(:last-child) > th[colspan] {
  border-bottom: 0;
}
.ant-table-tbody > tr > td {
  border-bottom: 1px solid #e8e8e8;
  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: #f0f7ff;
}
.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: #111218;
  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(17, 18, 24, 0.25);
  font-size: 14px;
  text-align: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-table-pagination.ant-pagination {
  float: right;
  margin: 16px 0;
}
.ant-table-filter-dropdown {
  position: relative;
  min-width: 96px;
  margin-left: -8px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.ant-table-filter-dropdown .ant-dropdown-menu {
  max-height: calc(100vh - 130px);
  overflow-x: hidden;
  border: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: none;
}
.ant-table-filter-dropdown .ant-dropdown-menu-item > label + span {
  padding-right: 0;
}
.ant-table-filter-dropdown .ant-dropdown-menu-sub {
  border-radius: 4px;
  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: #2970ff;
  font-weight: bold;
  text-shadow: 0 0 2px #cce4ff;
}
.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: #2970ff;
}
.ant-table-filter-dropdown-link:hover {
  color: #5291ff;
}
.ant-table-filter-dropdown-link:active {
  color: #1852d9;
}
.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: #2970ff;
  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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover {
  color: #5291ff;
}
.ant-table-row-expand-icon:active {
  color: #1852d9;
}
.ant-table-row-expand-icon:focus,
.ant-table-row-expand-icon:hover,
.ant-table-row-expand-icon:active {
  border-color: currentColor;
}
.ant-table-row-expanded::after {
  content: '-';
}
.ant-table-row-collapsed::after {
  content: '+';
}
.ant-table-row-spaced {
  visibility: hidden;
}
.ant-table-row-spaced::after {
  content: '.';
}
.ant-table-row-cell-ellipsis,
.ant-table-row-cell-ellipsis .ant-table-column-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ant-table-row-cell-ellipsis .ant-table-column-title {
  display: block;
}
.ant-table-row-cell-break-word {
  word-wrap: break-word;
  word-break: break-word;
}
tr.ant-table-expanded-row,
tr.ant-table-expanded-row:hover {
  background: #fbfbfb;
}
tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -16px -16px -17px;
}
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
  margin-right: 8px;
}
.ant-table-scroll {
  overflow: auto;
  overflow-x: hidden;
}
.ant-table-scroll table {
  min-width: 100%;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) {
  color: transparent;
}
.ant-table-scroll table .ant-table-fixed-columns-in-body:not([colspan]) > * {
  visibility: hidden;
}
.ant-table-body-inner {
  height: 100%;
}
.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  position: relative;
  background: #fff;
}
.ant-table-fixed-header .ant-table-body-inner {
  overflow: scroll;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header {
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: scroll;
  opacity: 0.9999;
}
.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 0 0 1px 0;
}
.ant-table-hide-scrollbar {
  scrollbar-color: transparent transparent;
  min-width: unset;
}
.ant-table-hide-scrollbar::-webkit-scrollbar {
  min-width: inherit;
  background-color: transparent;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header::-webkit-scrollbar {
  border: 1px solid #e8e8e8;
  border-width: 1px 1px 1px 0;
}
.ant-table-bordered.ant-table-fixed-header .ant-table-scroll .ant-table-header.ant-table-hide-scrollbar .ant-table-thead > tr:only-child > th:last-child {
  border-right-color: transparent;
}
.ant-table-fixed-left,
.ant-table-fixed-right {
  position: absolute;
  top: 0;
  z-index: 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-content > .ant-table-footer {
  padding: 12px 8px;
}
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-middle > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-middle > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 12px 8px;
}
.ant-table-middle tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -12px -8px -13px;
}
.ant-table-small {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.ant-table-small > .ant-table-title,
.ant-table-small > .ant-table-content > .ant-table-footer {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-title {
  top: 0;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer {
  background-color: transparent;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-footer::before {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-body {
  margin: 0 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  border: 0;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-tbody > tr > td {
  padding: 8px 8px;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
  background-color: transparent;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr {
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small > .ant-table-content > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th.ant-table-column-sort {
  background-color: rgba(0, 0, 0, 0.01);
}
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-header > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table,
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table {
  padding: 0;
}
.ant-table-small > .ant-table-content .ant-table-header {
  background-color: transparent;
  border-radius: 4px 4px 0 0;
}
.ant-table-small > .ant-table-content .ant-table-placeholder,
.ant-table-small > .ant-table-content .ant-table-row:last-child td {
  border-bottom: 0;
}
.ant-table-small.ant-table-bordered {
  border-right: 0;
}
.ant-table-small.ant-table-bordered .ant-table-title {
  border: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-content {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer {
  border: 0;
  border-top: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-footer::before {
  display: none;
}
.ant-table-small.ant-table-bordered .ant-table-placeholder {
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
.ant-table-small.ant-table-bordered .ant-table-thead > tr > th.ant-table-row-cell-last,
.ant-table-small.ant-table-bordered .ant-table-tbody > tr > td:last-child {
  border-right: none;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-thead > tr > th:last-child,
.ant-table-small.ant-table-bordered .ant-table-fixed-left .ant-table-tbody > tr > td:last-child {
  border-right: 1px solid #e8e8e8;
}
.ant-table-small.ant-table-bordered .ant-table-fixed-right {
  border-right: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
}
.ant-table-small tr.ant-table-expanded-row td > .ant-table-wrapper {
  margin: -8px -8px -9px;
}
.ant-table-small.ant-table-fixed-header > .ant-table-content > .ant-table-scroll > .ant-table-body {
  border-radius: 0 0 4px 4px;
}

/* 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-empty {
  margin: 0 8px;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.ant-empty-image {
  height: 100px;
  margin-bottom: 8px;
}
.ant-empty-image img {
  height: 100%;
}
.ant-empty-image svg {
  height: 100%;
  margin: auto;
}
.ant-empty-description {
  margin: 0;
}
.ant-empty-footer {
  margin-top: 16px;
}
.ant-empty-normal {
  margin: 32px 0;
  color: rgba(17, 18, 24, 0.25);
}
.ant-empty-normal .ant-empty-image {
  height: 40px;
}
.ant-empty-small {
  margin: 8px 0;
  color: rgba(17, 18, 24, 0.25);
}
.ant-empty-small .ant-empty-image {
  height: 35px;
}

/* 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 */
@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: #111218;
  font-size: 14px;
  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: #2970ff;
}
.ant-checkbox-checked::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #2970ff;
  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: #2970ff;
  border-color: #2970ff;
}
.ant-checkbox-disabled {
  cursor: not-allowed;
}
.ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner::after {
  border-color: rgba(17, 18, 24, 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(17, 18, 24, 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: #111218;
  font-size: 14px;
  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: #111218;
  font-size: 14px;
  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: #2970ff;
  border: 0;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  content: ' ';
}
.ant-checkbox-indeterminate.ant-checkbox-disabled .ant-checkbox-inner::after {
  background-color: rgba(17, 18, 24, 0.25);
  border-color: rgba(17, 18, 24, 0.25);
}

/* 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-dropdown {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #666;
  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: #111218;
  font-weight: normal;
  font-size: 14px;
  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: #111218;
  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: #2970ff;
  background-color: #f0f7ff;
}
.ant-dropdown-menu-item:hover,
.ant-dropdown-menu-submenu-title:hover {
  background-color: #f0f7ff;
}
.ant-dropdown-menu-item-disabled,
.ant-dropdown-menu-submenu-title-disabled {
  color: rgba(17, 18, 24, 0.25);
  cursor: not-allowed;
}
.ant-dropdown-menu-item-disabled:hover,
.ant-dropdown-menu-submenu-title-disabled:hover {
  color: rgba(17, 18, 24, 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: #666;
  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(17, 18, 24, 0.25);
  background-color: #fff;
  cursor: not-allowed;
}
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
  color: #2970ff;
}
.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: #2970ff;
}

/* 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-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  display: none;
  color: #2970ff;
  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: 5px;
  text-shadow: 0 1px 2px #fff;
}
.ant-spin-nested-loading > div > .ant-spin.ant-spin-show-text .ant-spin-dot {
  margin-top: -20px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-dot {
  margin: -7px;
}
.ant-spin-nested-loading > div > .ant-spin-sm .ant-spin-text {
  padding-top: 2px;
}
.ant-spin-nested-loading > div > .ant-spin-sm.ant-spin-show-text .ant-spin-dot {
  margin-top: -17px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-dot {
  margin: -16px;
}
.ant-spin-nested-loading > div > .ant-spin-lg .ant-spin-text {
  padding-top: 11px;
}
.ant-spin-nested-loading > div > .ant-spin-lg.ant-spin-show-text .ant-spin-dot {
  margin-top: -26px;
}
.ant-spin-container {
  position: relative;
  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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-spin-blur::after {
  opacity: 0.4;
  pointer-events: auto;
}
.ant-spin-tip {
  color: #666;
}
.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: #2970ff;
  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);
  }
}

/* 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-pagination {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-pagination-item a {
  display: block;
  padding: 0 6px;
  color: #111218;
  transition: none;
}
.ant-pagination-item a:hover {
  text-decoration: none;
}
.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #2970ff;
  transition: all 0.3s;
}
.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #2970ff;
}
.ant-pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #2970ff;
}
.ant-pagination-item-active a {
  color: #2970ff;
}
.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #5291ff;
}
.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #5291ff;
}
.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: #2970ff;
  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(17, 18, 24, 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: #111218;
  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: #111218;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-pagination-prev:hover a,
.ant-pagination-next:hover a {
  border-color: #5291ff;
}
.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: #2970ff;
  border-color: #2970ff;
}
.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(17, 18, 24, 0.25);
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination-slash {
  margin: 0 10px 0 5px;
}
.ant-pagination-options {
  display: inline-block;
  margin-left: 16px;
  vertical-align: middle;
}
.ant-pagination-options-size-changer.ant-select {
  display: inline-block;
  width: auto;
  margin-right: 8px;
}
.ant-pagination-options-quick-jumper {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  vertical-align: top;
}
.ant-pagination-options-quick-jumper input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #111218;
  font-size: 14px;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-pagination-options-quick-jumper input:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-pagination-options-quick-jumper input:focus {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-pagination-options-quick-jumper input-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-pagination-options-quick-jumper input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-pagination-options-quick-jumper input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-pagination-options-quick-jumper input-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 17px;
}
.ant-pagination-options-quick-jumper input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-pagination-simple .ant-pagination-prev,
.ant-pagination-simple .ant-pagination-next {
  height: 24px;
  line-height: 24px;
  vertical-align: top;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
  height: 24px;
  border: 0;
}
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination-simple .ant-pagination-simple-pager {
  display: inline-block;
  height: 24px;
  margin-right: 8px;
}
.ant-pagination-simple .ant-pagination-simple-pager input {
  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: #2970ff;
}
.ant-pagination.mini .ant-pagination-total-text,
.ant-pagination.mini .ant-pagination-simple-pager {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-item {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 22px;
}
.ant-pagination.mini .ant-pagination-item:not(.ant-pagination-item-active) {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev,
.ant-pagination.mini .ant-pagination-next {
  min-width: 24px;
  height: 24px;
  margin: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link {
  background: transparent;
  border-color: transparent;
}
.ant-pagination.mini .ant-pagination-prev .ant-pagination-item-link::after,
.ant-pagination.mini .ant-pagination-next .ant-pagination-item-link::after {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-jump-prev,
.ant-pagination.mini .ant-pagination-jump-next {
  height: 24px;
  margin-right: 0;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options {
  margin-left: 2px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper {
  height: 24px;
  line-height: 24px;
}
.ant-pagination.mini .ant-pagination-options-quick-jumper input {
  height: 24px;
  padding: 1px 7px;
  width: 44px;
}
.ant-pagination.ant-pagination-disabled {
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
  background: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
  color: rgba(17, 18, 24, 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: #666;
  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;
  }
}

/* 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: #111218;
  font-size: 14px;
  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(17, 18, 24, 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);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-select-selection:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 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(17, 18, 24, 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: #666;
}
.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(17, 18, 24, 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: 32px;
  cursor: pointer;
}
.ant-select-selection--single .ant-select-selection__rendered {
  margin-right: 24px;
}
.ant-select-no-arrow .ant-select-selection__rendered {
  margin-right: 11px;
}
.ant-select-selection__rendered {
  position: relative;
  display: block;
  margin-right: 11px;
  margin-left: 11px;
  line-height: 30px;
}
.ant-select-selection__rendered::after {
  display: inline-block;
  width: 0;
  visibility: hidden;
  content: '.';
  pointer-events: none;
}
.ant-select-lg {
  font-size: 17px;
}
.ant-select-lg .ant-select-selection--single {
  height: 40px;
}
.ant-select-lg .ant-select-selection__rendered {
  line-height: 38px;
}
.ant-select-lg .ant-select-selection--multiple {
  min-height: 40px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 32px;
  line-height: 32px;
}
.ant-select-lg .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-lg .ant-select-selection--multiple .ant-select-arrow {
  top: 20px;
}
.ant-select-sm .ant-select-selection--single {
  height: 24px;
}
.ant-select-sm .ant-select-selection__rendered {
  margin-left: 7px;
  line-height: 22px;
}
.ant-select-sm .ant-select-selection--multiple {
  min-height: 24px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 16px;
  line-height: 14px;
}
.ant-select-sm .ant-select-selection--multiple .ant-select-selection__clear,
.ant-select-sm .ant-select-selection--multiple .ant-select-arrow {
  top: 12px;
}
.ant-select-sm .ant-select-selection__clear,
.ant-select-sm .ant-select-arrow {
  right: 8px;
}
.ant-select-disabled .ant-select-selection__choice__remove {
  color: rgba(17, 18, 24, 0.25);
  cursor: default;
}
.ant-select-disabled .ant-select-selection__choice__remove:hover {
  color: rgba(17, 18, 24, 0.25);
}
.ant-select-search__field__wrap {
  position: relative;
  display: inline-block;
}
.ant-select-selection__placeholder,
.ant-select-search__field__placeholder {
  position: absolute;
  top: 50%;
  right: 9px;
  left: 0;
  max-width: 100%;
  height: 20px;
  margin-top: -10px;
  overflow: hidden;
  color: #bfbfbf;
  line-height: 20px;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
}
.ant-select-search__field__placeholder {
  left: 12px;
}
.ant-select-search__field__mirror {
  position: absolute;
  top: 0;
  left: 0;
  white-space: pre;
  opacity: 0;
  pointer-events: none;
}
.ant-select-search--inline {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field__wrap {
  width: 100%;
  height: 100%;
}
.ant-select-search--inline .ant-select-search__field {
  width: 100%;
  height: 100%;
  font-size: 100%;
  line-height: 1;
  background: transparent;
  border-width: 0;
  border-radius: 4px;
  outline: 0;
}
.ant-select-search--inline > i {
  float: right;
}
.ant-select-selection--multiple {
  min-height: 32px;
  padding-bottom: 3px;
  cursor: text;
  zoom: 1;
}
.ant-select-selection--multiple::before,
.ant-select-selection--multiple::after {
  display: table;
  content: '';
}
.ant-select-selection--multiple::after {
  clear: both;
}
.ant-select-selection--multiple .ant-select-search--inline {
  position: static;
  float: left;
  width: auto;
  max-width: 100%;
  padding: 0;
}
.ant-select-selection--multiple .ant-select-search--inline .ant-select-search__field {
  width: 0.75em;
  max-width: 100%;
  padding: 1px;
}
.ant-select-selection--multiple .ant-select-selection__rendered {
  height: auto;
  margin-bottom: -3px;
  margin-left: 5px;
}
.ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 6px;
}
.ant-select-selection--multiple > ul > li,
.ant-select-selection--multiple .ant-select-selection__rendered > ul > li {
  height: 24px;
  margin-top: 3px;
  line-height: 22px;
}
.ant-select-selection--multiple .ant-select-selection__choice {
  position: relative;
  float: left;
  max-width: 99%;
  margin-right: 4px;
  padding: 0 20px 0 10px;
  overflow: hidden;
  color: #111218;
  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: #666;
  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: 16px;
}
.ant-select-allow-clear .ant-select-selection--multiple .ant-select-selection__rendered,
.ant-select-show-arrow .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-right: 20px;
}
.ant-select-open .ant-select-arrow-icon svg {
  transform: rotate(180deg);
}
.ant-select-open .ant-select-selection {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 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: #111218;
  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: 14px;
  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: 4px 0;
  padding-left: 0;
  overflow: auto;
  list-style: none;
  outline: none;
}
.ant-select-dropdown-menu-item-group-list {
  margin: 0;
  padding: 0;
}
.ant-select-dropdown-menu-item-group-list > .ant-select-dropdown-menu-item {
  padding-left: 20px;
}
.ant-select-dropdown-menu-item-group-title {
  height: 32px;
  padding: 0 12px;
  color: #666;
  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: #111218;
  font-weight: normal;
  font-size: 14px;
  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: #f0f7ff;
}
.ant-select-dropdown-menu-item-selected {
  color: #111218;
  font-weight: 600;
  background-color: #fafafa;
}
.ant-select-dropdown-menu-item-disabled {
  color: rgba(17, 18, 24, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-disabled:hover {
  color: rgba(17, 18, 24, 0.25);
  cursor: not-allowed;
}
.ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled) {
  background-color: #f0f7ff;
}
.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: #2970ff;
}
.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;
}

/* 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-menu {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: 'tnum';
  margin-bottom: 0;
  padding-left: 0;
  color: #111218;
  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.3s cubic-bezier(0.2, 0, 0, 1) 0s;
  zoom: 1;
}
.ant-menu::before,
.ant-menu::after {
  display: table;
  content: '';
}
.ant-menu::after {
  clear: both;
}
.ant-menu 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: #666;
  font-size: 14px;
  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: #2970ff;
}
.ant-menu-item:active,
.ant-menu-submenu-title:active {
  background: #f0f7ff;
}
.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: #111218;
}
.ant-menu-item > a:hover {
  color: #2970ff;
}
.ant-menu-item > a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  content: '';
}
.ant-menu-item > .ant-badge > a {
  color: #111218;
}
.ant-menu-item > .ant-badge > a:hover {
  color: #2970ff;
}
.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: #2970ff;
}
.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: #2970ff;
}
.ant-menu-item-selected > a,
.ant-menu-item-selected > a:hover {
  color: #2970ff;
}
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected {
  background-color: #f0f7ff;
}
.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: 14px;
  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: #111218 \9;
  background-image: -webkit-linear-gradient(left, #111218, #111218);
  background-image: linear-gradient(to right, #111218, #111218);
  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: -webkit-linear-gradient(left, #2970ff, #2970ff);
  background: linear-gradient(to right, #2970ff, #2970ff);
}
.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: #2970ff;
}
.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: #2970ff;
}
.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: #2970ff;
  border-bottom: 2px solid #2970ff;
}
.ant-menu-horizontal > .ant-menu-item > a {
  display: block;
  color: #111218;
}
.ant-menu-horizontal > .ant-menu-item > a:hover {
  color: #2970ff;
}
.ant-menu-horizontal > .ant-menu-item > a::before {
  bottom: -2px;
}
.ant-menu-horizontal > .ant-menu-item-selected > a {
  color: #2970ff;
}
.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 #2970ff;
  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: 14px;
  line-height: 40px;
  text-overflow: ellipsis;
}
.ant-menu-vertical .ant-menu-submenu,
.ant-menu-vertical-left .ant-menu-submenu,
.ant-menu-vertical-right .ant-menu-submenu,
.ant-menu-inline .ant-menu-submenu {
  padding-bottom: 0.02px;
}
.ant-menu-vertical .ant-menu-item:not(:last-child),
.ant-menu-vertical-left .ant-menu-item:not(:last-child),
.ant-menu-vertical-right .ant-menu-item:not(:last-child),
.ant-menu-inline .ant-menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.ant-menu-vertical > .ant-menu-item,
.ant-menu-vertical-left > .ant-menu-item,
.ant-menu-vertical-right > .ant-menu-item,
.ant-menu-inline > .ant-menu-item,
.ant-menu-vertical > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-left > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-vertical-right > .ant-menu-submenu > .ant-menu-submenu-title,
.ant-menu-inline > .ant-menu-submenu > .ant-menu-submenu-title {
  height: 40px;
  line-height: 40px;
}
.ant-menu-inline {
  width: 100%;
}
.ant-menu-inline .ant-menu-selected::after,
.ant-menu-inline .ant-menu-item-selected::after {
  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 31.5px !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: 17px;
  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(17, 18, 24, 0.25) !important;
  background: none;
  border-color: transparent !important;
  cursor: not-allowed;
}
.ant-menu-item-disabled > a,
.ant-menu-submenu-disabled > a {
  color: rgba(17, 18, 24, 0.25) !important;
  pointer-events: none;
}
.ant-menu-item-disabled > .ant-menu-submenu-title,
.ant-menu-submenu-disabled > .ant-menu-submenu-title {
  color: rgba(17, 18, 24, 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(17, 18, 24, 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: #2970ff;
}
.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;
}

/* 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-divider {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #111218;
  font-weight: 500;
  font-size: 17px;
  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;
}

.author-card[data-v-90f0efb2] {
  width: 298px;
  height: auto;
  min-height: 271px;
  background-color: #fff;
  padding: 12px 8px;
  box-sizing: border-box;
  cursor: initial;
}
.author-card .author-card-top[data-v-90f0efb2] {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
}
.author-card .author-card-top .img-wrapper[data-v-90f0efb2] {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 35px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-color: #2970ff;
}
.author-card .author-card-top .img-wrapper img[data-v-90f0efb2] {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-card .author-card-top .img-wrapper em[data-v-90f0efb2] {
  line-height: 70px;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  font-size: 36px;
}
.author-card .author-card-top > .author-card-right[data-v-90f0efb2] {
  flex: 1;
}
.author-card .author-card-top > .author-card-right > h2[data-v-90f0efb2] {
  color: #111218;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn[data-v-90f0efb2] {
  font-size: 14px;
  color: #111218;
  font-weight: 400;
  margin-top: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn > i[data-v-90f0efb2] {
  color: rgba(17, 18, 24, 0.5);
  margin-right: 8px;
  vertical-align: baseline;
  width: auto;
  height: auto;
  position: relative;
  top: 1px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn > span[data-v-90f0efb2] {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}
.author-card .author-card-bottom[data-v-90f0efb2] {
  width: 100%;
  padding-top: 20px;
}
.author-card .author-card-bottom-li[data-v-90f0efb2] {
  margin-bottom: 12px;
  align-items: center;
  justify-content: space-between;
  color: rgba(17, 18, 24, 0.5);
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.author-card .author-card-bottom-li > .cn[data-v-90f0efb2] {
  width: 242px;
  color: #111218;
}
.dingtalk-btn[data-v-90f0efb2] {
  width: 232px;
  height: 32px;
  background: #2970ff;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  margin: 24px auto 6px;
  cursor: pointer;
  display: block;
}
.dingtalk-btn i[data-v-90f0efb2] {
  vertical-align: bottom;
  color: #fff;
  margin-right: 14px;
}
.dingtalk-btn span[data-v-90f0efb2] {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.highlight[data-v-7c7a13bf] {
  color: var(--primaryColor, #2970FF) !important;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.avatar-wrapper[data-v-4d7833c2] {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2970ff;
}
.avatar-wrapper.org[data-v-4d7833c2] {
  background-color: rgba(17, 18, 24, 0.5);
}
.avatar-wrapper .user-avatar[data-v-4d7833c2],
.avatar-wrapper img[data-v-4d7833c2] {
  min-width: 24px;
  min-height: 24px;
  max-width: 200%;
  max-height: 200%;
}
.avatar-wrapper em[data-v-4d7833c2] {
  margin: 0;
  padding: 0;
  position: unset;
  transform: translate(0, 0);
  font-size: 12px;
  color: #fff;
}
.author[data-v-4d7833c2] {
  overflow: inherit;
  position: relative;
  font-size: 12px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 24px;
  line-height: 24px;
  background-color: #ececed;
  border-radius: 12px;
  padding-right: 8px;
}
.author .author-card[data-v-4d7833c2] {
  left: 16px;
  top: 32px;
}
.author .cn[data-v-4d7833c2] {
  color: #111218;
  white-space: nowrap;
}
.author .cn[data-v-4d7833c2]:hover {
  color: var(--highlightColor, #2970FF) !important;
}
.author.only-img-author[data-v-4d7833c2] {
  padding-right: 0;
}
.author.only-img-author .avatar-wrapper[data-v-4d7833c2] {
  margin-right: 0;
}
.icon-wrapper[data-v-4d7833c2] {
  display: inline-block;
  width: 24px;
  height: 24px;
  min-width: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: rgba(17, 18, 24, 0.25);
  text-align: center;
  margin-right: 6px;
}
.icon-wrapper i[data-v-4d7833c2] {
  line-height: 24px !important;
  color: #fff !important;
  font-size: 14px !important;
}

.org-popover {
  display: none !important;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
@media screen and (max-width: 1440px) {
}
[data-v-3652fc35] .form-sheet-modal .ant-table-content {
  max-height: 600px;
  overflow-y: auto;
}
@media screen and (max-width: 1440px) {
[data-v-3652fc35] .form-sheet-modal .ant-table-content {
    max-height: 400px;
}
}
.option-box[data-v-3652fc35] {
  height: 46px;
  padding: 13px 0;
  text-align: right;
  position: relative;
}
.option-box .table-toolbar-box-li[data-v-3652fc35] {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.option-box .table-toolbar-box-li i[data-v-3652fc35] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.25);
}
.option-box .table-toolbar-box-li[data-v-3652fc35]:hover {
  color: var(--highlightColor, #2970FF);
}
.option-box .table-toolbar-box-li:hover i[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}
.option-box .table-toolbar-box-li.high-light[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}
.option-box .table-toolbar-box-li.high-light > i[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}
.option-box .filters-box[data-v-3652fc35] {
  position: absolute;
  width: 360px;
  right: 16px;
  z-index: 666;
}
.form-sheet-box[data-v-3652fc35] {
  height: 500px;
  width: 100%;
  overflow: auto;
  border-right: 1px solid #e8eaed;
  border-left: 1px solid #e8eaed;
  position: relative;
}
.form-sheet-table[data-v-3652fc35] {
  min-height: 350px;
  padding-bottom: 10px;
}
.form-sheet-table[data-v-3652fc35] .ant-table-thead > tr > th,
.form-sheet-table[data-v-3652fc35] .ant-table-tbody > tr > td {
  padding: 7px 12px;
}
.form-sheet-table[data-v-3652fc35] .ant-table-thead > tr > th {
  background: #f8f8fb;
}
.form-sheet-table[data-v-3652fc35] .ant-table-thead > tr > th .ant-table-column-title {
  height: 22px;
  font-size: 13px;
  font-weight: 600;
  color: #111218;
  line-height: 22px;
}
.form-sheet-table[data-v-3652fc35] .ant-table-tbody > tr > td {
  height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #111218;
  line-height: 22px;
}
.pagination-footer[data-v-3652fc35] {
  display: -webkit-box;
  display: flex;
  justify-content: flex-end;
  padding-top: 9px;
  border-top: 1px solid #eeeeee;
}
.pagination-footer[data-v-3652fc35] li {
  border-radius: 2px;
}
.pagination-footer[data-v-3652fc35] li a,
.pagination-footer[data-v-3652fc35] li div,
.pagination-footer[data-v-3652fc35] li input {
  border-radius: 2px;
}
.pagination-footer[data-v-3652fc35] li .ant-select-arrow {
  right: 7px;
}
[data-v-3652fc35] .ant-modal {
  padding: unset;
  min-width: 300px;
}
[data-v-3652fc35] .ant-modal-content {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.25);
  background: #ffffff;
  border-radius: 2px;
}
[data-v-3652fc35] .ant-modal-body {
  padding-top: 0;
  padding-bottom: 24px;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/**
  新版表单样式
*/
[data-v-3652fc35] .custom-template-container .table-container .table-row {
  min-height: 36px;
}
[data-v-3652fc35] .custom-template-container .table-container .table-row.table-head-row .table-row-item {
  background-color: #f8f8fb;
  color: #111218;
  font-size: 13px;
  font-weight: 700;
}
[data-v-3652fc35] .custom-template-container .table-container .table-row.table-head-row .table-row-item.fixed-left-column-last {
  border-right: 1px solid #e8eaed;
}
[data-v-3652fc35] .custom-template-container .table-container .table-body-row .table-row-item {
  border-right: 1px solid #e8eaed;
}
[data-v-3652fc35] .custom-template-container .table-head-wrapper .table-row .table-row-item .resize-bar {
  top: 0;
  height: 100%;
  border-right: 1px solid #e8eaed;
}
[data-v-3652fc35] .custom-template-container .table-head-wrapper .table-row .table-row-item .resize-bar + .resize-bar-line {
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
[data-v-3652fc35] .custom-template-container .table-head-wrapper .table-row .table-row-item .resize-bar:hover + .resize-bar-line {
  border-right: 2px solid #315efb;
}
[data-v-3652fc35] .custom-template-container {
  border-top: 1px solid #e8eaed;
}
[data-v-3652fc35] .custom-template-container .table-head-wrapper .table-head-value {
  justify-content: space-between;
}
[data-v-3652fc35] .head-value-up_down .icon-up_down,[data-v-3652fc35] .head-value-up_down .icon-up_down {
  color: rgba(17, 18, 24, 0.25) !important;
  font-size: 12px;
  position: relative;
}
[data-v-3652fc35] .head-value-up_down .icon-up_down:hover,[data-v-3652fc35] .head-value-up_down .icon-up_down:hover {
  color: #2970ff !important;
}
[data-v-3652fc35] .head-value-up_down .icon-up_down.anticon-caret-up,[data-v-3652fc35] .head-value-up_down .icon-up_down.anticon-caret-up {
  top: 2px;
}
[data-v-3652fc35] .head-value-up_down .icon-up_down.anticon-caret-down,[data-v-3652fc35] .head-value-up_down .icon-up_down.anticon-caret-down {
  top: -2px;
}
[data-v-3652fc35] .custom-template-container .table-body-row .table-row-item .col-inner-wrapper {
  color: #111218;
  font-size: 13px;
  height: 36px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
[data-v-3652fc35] .custom-template-container .table-body-row .table-row-item .col-inner-wrapper:hover {
  color: #111218 !important;
  cursor: unset !important;
}
[data-v-3652fc35] .ant-breadcrumb > span {
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
}
[data-v-3652fc35] .ant-breadcrumb > span:last-child {
  font-weight: 700;
  color: #111218;
}
.list-actions-more[data-v-3652fc35] {
  width: 32px;
  height: 32px;
  border-radius: 2px;
  line-height: 32px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
}
.list-actions-more[data-v-3652fc35]:hover {
  background: rgba(0, 30, 116, 0.06);
}
.list-actions-more i[data-v-3652fc35] {
  color: rgba(17, 18, 24, 0.5);
  font-size: 22px;
  position: relative;
  top: 2px;
}
.table-toolbar[data-v-3652fc35] {
  margin-right: 16px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
.table-toolbar .table-toolbar-box[data-v-3652fc35] {
  width: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 46px;
}
.table-toolbar .table-toolbar-box-li[data-v-3652fc35] {
  margin-right: 16px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.table-toolbar .table-toolbar-box-li i[data-v-3652fc35] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.25);
}
.table-toolbar .table-toolbar-box-li[data-v-3652fc35]:hover {
  color: var(--highlightColor, #2970FF);
}
.table-toolbar .table-toolbar-box-li:hover i[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}
.table-toolbar .table-toolbar-box-li.high-light[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}
.table-toolbar .table-toolbar-box-li.high-light > i[data-v-3652fc35] {
  color: var(--highlightColor, #2970FF);
}

.bk-preview-content[data-v-570fd281] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 2006;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-preview[data-v-570fd281] {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 1000;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.image[data-v-570fd281] {
  background-color: #fff;
  cursor: move;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}
.btn-cirle[data-v-570fd281] {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 18px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  margin: auto;
  height: 52px;
  width: 52px;
  transition: all 0.3s;
  z-index: 1001;
}
.btn-cirle[data-v-570fd281]:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.ctl-resize[data-v-570fd281] {
  color: #fff;
  cursor: default;
  bottom: 20px;
  font-size: 18px;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 4px;
  z-index: 1001;
}
.ctl-resize .ctl-resize-box[data-v-570fd281] {
  display: inline-block;
  height: 56px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 4px;
  padding: 16px 0;
}
.img-resize-box[data-v-570fd281] {
  padding: 0 20px;
  position: relative;
  display: inline-block;
  line-height: 24px;
  height: 24px;
}
.img-resize-box + .img-resize-box[data-v-570fd281] {
  padding-left: 21px;
}
.img-resize-box + .img-resize-box[data-v-570fd281]::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  position: absolute;
  left: 0;
  top: 2px;
}
.txt-index[data-v-570fd281],
.txt-resize[data-v-570fd281] {
  display: inline-block;
  font-size: 16px;
  margin: 0 20px;
  min-width: 48px;
  vertical-align: text-bottom;
}
.btn-resise[data-v-570fd281] {
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 18px;
  text-align: center;
}
.btn-resise[data-v-570fd281]:hover::after {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  position: absolute;
  top: -3px;
  left: -3px;
}
.btn-disabled[data-v-570fd281] {
  color: #555;
  cursor: default;
}
.btn-disabled[data-v-570fd281]:hover::after {
  content: unset;
}
.marginL20[data-v-570fd281] {
  margin-left: 20px;
}

.ctl-resize-tooltip .ant-tooltip-arrow {
  display: none;
}
.ctl-resize-tooltip .ant-tooltip-inner {
  background: rgba(17, 18, 24, 0.9);
  box-shadow: 0px 9px 28px 8px rgba(17, 18, 24, 0.05), 0px 6px 16px 0px rgba(17, 18, 24, 0.08), 0px 3px 6px 0px rgba(17, 18, 24, 0.12);
  padding: 5px 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 22px;
}

label[data-v-0931727a] {
  margin: 0;
}
.checkbox-wrapper[data-v-0931727a] {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.checkbox-wrapper:hover em[data-v-0931727a] {
  display: inline-block;
}
.checkbox-wrapper em[data-v-0931727a] {
  display: none;
  margin-left: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  height: 21px;
}
.checkbox-wrapper em[data-v-0931727a]:hover {
  color: #2970ff;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.child-row-empty[data-v-4a0ef326] {
  height: 100%;
  padding-left: 1px !important;
}
.child-row-empty .child-items-row-empty[data-v-4a0ef326] {
  height: 100%;
  width: 100%;
}
.child-row-empty .child-items-row-empty .child-items[data-v-4a0ef326] {
  height: 100%;
  border-right: 1px solid #e8eaed;
  float: left;
}
.warp[data-v-4a0ef326] {
  position: relative;
}
.warp:hover > .sheet__row.scrollbar.stick[data-v-4a0ef326] {
  opacity: 0.8;
}
/*ie11 css hack*/
@media all and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.warp.fullsheet[data-v-4a0ef326] {
    margin-right: 8px;
}
}
.h3-size-slider__sider_line[data-v-4a0ef326] {
  border-left: 1px #e8e8e8 solid;
  padding-left: 8px;
}
.shadow-left[data-v-4a0ef326] {
  position: relative;
}
.shadow-left[data-v-4a0ef326]::after {
  content: '';
  box-shadow: inset 8px 0px 6px -6px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 8px;
  display: block;
  right: -8px;
  top: 0;
  position: absolute;
  z-index: 1;
}
.shadow-right[data-v-4a0ef326] {
  position: relative;
}
.shadow-right[data-v-4a0ef326]::before {
  content: '';
  box-shadow: inset -9px 0 6px -6px rgba(0, 0, 0, 0.15);
  height: 100%;
  width: 8px;
  display: block;
  left: -8px;
  top: 0;
  position: absolute;
  z-index: 1;
}
.sheet[data-v-4a0ef326] {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}
.sheet__row[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.sheet__col[data-v-4a0ef326] {
  width: 68px;
  padding: 8px;
  flex-shrink: 0;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  transition: width 1ms linear;
}
.sheet__col[data-v-4a0ef326]:last-child {
  border-right-color: transparent;
}
.sheet__col.attachment[data-v-4a0ef326] {
  justify-content: left;
}
.sheet__col > div[data-v-4a0ef326] {
  /** 防止必填项伪元素“*”无法显示；panwl */
}
.sheet__col.two[data-v-4a0ef326] {
  width: 92px;
}
.sheet__head[data-v-4a0ef326] {
  font-weight: 500;
  background: #f8f8fb;
}
.sheet__cols[data-v-4a0ef326] {
  flex-grow: 1;
  width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
}
.sheet__cols > .sheet__row[data-v-4a0ef326] {
  height: 100%;
}
.sheet__cols > .sheet__row .sheet-width-fixed-col[data-v-4a0ef326] {
  border-right: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
}
.sheet__cols > .sheet__row .sheet-width-fixed-col > div[data-v-4a0ef326] {
  padding: 0 12px;
}
.sheet__cols > .sheet__row .sheet-width-fixed-col > div a[data-v-4a0ef326] {
  margin-right: 8px;
}
.sheet__cols > .sheet__row .sheet-width-fixed-col > div a img[data-v-4a0ef326],
.sheet__cols > .sheet__row .sheet-width-fixed-col > div a svg[data-v-4a0ef326] {
  width: 22px;
  height: 22px;
}
.sheet__cols > .sheet__row > .sheet__col[data-v-4a0ef326] {
  min-width: 60px;
  height: 100% !important;
  min-height: 32px;
}
.sheet__cols > .sheet__row > .sheet__col.dropdown[data-v-4a0ef326] {
  line-height: 0.99;
}
.sheet__cols > .sheet__row > .sheet__col.dropdown > div[data-v-4a0ef326] {
  width: 100%;
}
.sheet__cols > .sheet__row > .sheet__col.number[data-v-4a0ef326]:before,
.sheet__cols > .sheet__row > .sheet__col.logic[data-v-4a0ef326]:before {
  content: '';
}
.sheet__cols > .sheet__row > .sheet__col.last[data-v-4a0ef326] {
  flex-grow: 1;
}
.sheet__body .sheet__cols > .sheet__row > .sheet__col.number > div[data-v-4a0ef326],
.sheet__body .sheet__row > .freeze-col > .sheet__col.number > div[data-v-4a0ef326] {
  flex-flow: row-reverse;
}
.sheet-row-style-flex[data-v-4a0ef326],
.sheet-col-box[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.sheet-row-style-flex .flex-div[data-v-4a0ef326],
.sheet-col-box .flex-div[data-v-4a0ef326] {
  flex-grow: 1;
  padding: 0 !important;
  position: relative;
}
.sheet-row-style-flex .flex-div .sheet-collapse[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-collapse[data-v-4a0ef326],
.sheet-row-style-flex .flex-div .sheet-expand[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-expand[data-v-4a0ef326] {
  text-align: center;
  position: relative;
  width: 100%;
}
.sheet-row-style-flex .flex-div .sheet-collapse > span[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-collapse > span[data-v-4a0ef326],
.sheet-row-style-flex .flex-div .sheet-expand > span[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-expand > span[data-v-4a0ef326] {
  font-size: 12px;
  color: #000;
  cursor: pointer;
}
.sheet-row-style-flex .flex-div .sheet-collapse .row-collaps-more[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-collapse .row-collaps-more[data-v-4a0ef326],
.sheet-row-style-flex .flex-div .sheet-expand .row-collaps-more[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-expand .row-collaps-more[data-v-4a0ef326] {
  position: absolute;
  right: 12px;
  top: 0;
  width: 40px;
  height: 20px;
  background: #e3e3e3;
  border-radius: 2px;
  color: rgba(17, 18, 24, 0.5);
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.sheet-row-style-flex .flex-div .sheet-collapse[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-collapse[data-v-4a0ef326] {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.92) 47%, #ffffff 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.62) 0%, rgba(255, 255, 255, 0.92) 47%, #ffffff 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 26px;
  line-height: 26px;
}
.sheet-row-style-flex .flex-div .sheet-expand[data-v-4a0ef326],
.sheet-col-box .flex-div .sheet-expand[data-v-4a0ef326] {
  background: #fff;
  height: 20px;
  line-height: 20px;
}
.attachment-wrapper[data-v-4a0ef326],
.sheet-body-row[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
  border-right: 1px solid #e8eaed;
}
.attachment-wrapper > div[data-v-4a0ef326],
.sheet-body-row > div[data-v-4a0ef326] {
  overflow: hidden;
  padding: 0 12px;
  min-height: 36px;
}
.attachment-wrapper > div > a[data-v-4a0ef326],
.sheet-body-row > div > a[data-v-4a0ef326] {
  display: inline-block;
  min-width: 22px;
  width: 22px;
  max-width: 22px;
  height: 22px;
  margin-right: 8px;
}
.attachment-wrapper > div > a > img[data-v-4a0ef326],
.sheet-body-row > div > a > img[data-v-4a0ef326],
.attachment-wrapper > div > a svg[data-v-4a0ef326],
.sheet-body-row > div > a svg[data-v-4a0ef326] {
  width: 22px;
  height: 22px;
}
.sheet__head .sheet__col[data-v-4a0ef326] {
  border-right-width: 0;
  padding: 4px 8px !important;
}
.sheet__head .sheet__col.center[data-v-4a0ef326] {
  border-right-width: 1px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  padding: 0 8px;
}
.sheet__head .sheet__col.sheet[data-v-4a0ef326] {
  padding: unset !important;
}
.sheet__head .sheet__col[data-v-4a0ef326] .h3-size-slider__sider-right {
  right: 0;
  background: #e8e8e8;
  width: 1px !important;
}
.sheet__head .sheet__col > div[data-v-4a0ef326] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-grow: 1;
  font-size: 14px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
}
.sheet__head .sheet__col .ctrl[data-v-4a0ef326] {
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 4px;
  min-height: 28px;
  font-size: 13px;
  font-weight: 600;
  color: #111218;
  line-height: 28px;
}
.sheet__head .sheet__col .ctrl .column-title[data-v-4a0ef326] {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.sheet__head .sheet__col .ctrl .freeze-btn[data-v-4a0ef326] {
  height: 28px;
  min-height: 28px;
  width: 28px;
  min-width: 28px;
  border-radius: 3px;
  display: none;
  align-items: center;
  justify-content: center;
}
.sheet__head .sheet__col .ctrl .freeze-btn .freeze-icon[data-v-4a0ef326] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.5);
}
.sheet__head .sheet__col .ctrl .freeze-btn[data-v-4a0ef326]:hover {
  cursor: pointer;
}
.sheet__head .sheet__col .ctrl.freezed .freeze-btn[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.sheet__head .sheet__col .ctrl.freezed .column-title[data-v-4a0ef326] {
  max-width: calc(100% - 28px);
}
.sheet__head .sheet__col:hover .ctrl .freeze-btn[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.sheet__head .sheet__col:hover .ctrl .column-title[data-v-4a0ef326] {
  max-width: calc(100% - 28px);
}
.sheet__head .sheet__col:hover .ctrl.can-freeze[data-v-4a0ef326] {
  background: rgba(0, 30, 116, 0.06);
  border-radius: 3px;
  cursor: pointer;
}
.freeze-col[data-v-4a0ef326],
.sheet__col[data-v-4a0ef326] {
  position: relative;
}
.freeze-col .frezon-line[data-v-4a0ef326],
.sheet__col .frezon-line[data-v-4a0ef326] {
  position: absolute;
  border-left: 1px solid #c7cdd7;
  border-right: 0;
  top: 0;
  right: 0;
  height: 100%;
}
.sheet__head .sheet__col.actions[data-v-4a0ef326] .action__resize {
  height: 100%;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: ew-resize;
  border-right: 1px solid #e8e8e8;
}
.sheet__head .sheet__col.actions[data-v-4a0ef326] .action__resize:hover {
  border: 1px solid #2970ff;
}
.sheet__body .sheet__cols.actions.operations-row-actions[data-v-4a0ef326],
.sheet__body .sheet__col.actions.operations-row-actions[data-v-4a0ef326] {
  padding: 7px 12px;
}
.sheet__body .sheet__cols.actions.operations-row-actions .row-btn[data-v-4a0ef326],
.sheet__body .sheet__col.actions.operations-row-actions .row-btn[data-v-4a0ef326] {
  display: inline-block;
  max-width: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: var(--primaryColor, #2970FF);
}
.sheet__body .sheet__cols.actions.operations-row-actions .row-btn + .row-btn[data-v-4a0ef326],
.sheet__body .sheet__col.actions.operations-row-actions .row-btn + .row-btn[data-v-4a0ef326],
.sheet__body .sheet__cols.actions.operations-row-actions .row-btn + .anticon-ellipsis[data-v-4a0ef326],
.sheet__body .sheet__col.actions.operations-row-actions .row-btn + .anticon-ellipsis[data-v-4a0ef326] {
  margin-left: 16px;
}
.sheet__body .sheet__cols.actions.operations-row-actions .row-btn[data-v-4a0ef326]:hover,
.sheet__body .sheet__col.actions.operations-row-actions .row-btn[data-v-4a0ef326]:hover {
  cursor: pointer;
  color: var(--highlightColor, #2970FF);
}
.sheet__col .frezon-line[data-v-4a0ef326] {
  right: -1px;
}
.freeze-col .sheet__col[data-v-4a0ef326],
.freeze-col .sheet-head-column[data-v-4a0ef326] {
  height: 100% !important;
}
.freeze-col .freeze-btn[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.freeze-col > div[data-v-4a0ef326]:not(.sheet__col) {
  border-right: 1px solid #e8eaed;
  height: 100%;
}
.freeze-col > div:not(.sheet__col) > div[data-v-4a0ef326] {
  overflow: hidden;
  padding: 0 12px;
  min-height: 36px;
}
.freeze-col > div:not(.sheet__col) > div > a[data-v-4a0ef326] {
  display: inline-block;
  min-width: 22px;
  width: 22px;
  max-width: 22px;
  height: 22px;
  margin-right: 8px;
}
.freeze-col > div:not(.sheet__col) > div > a > img[data-v-4a0ef326],
.freeze-col > div:not(.sheet__col) > div > a svg[data-v-4a0ef326] {
  width: 22px;
  height: 22px;
}
.sheet__body .sheet__cols .sheet__col[data-v-4a0ef326],
.sheet__body .freeze-col .sheet__col[data-v-4a0ef326] {
  overflow: hidden;
  padding: 0 12px;
  min-height: 36px;
}
.sheet__body .sheet__col > div[data-v-4a0ef326] {
  flex-grow: 1;
}
.sheet__row.scrollbar[data-v-4a0ef326] {
  min-height: 7px;
  margin-bottom: 7px;
}
.sheet__row.scrollbar.stick[data-v-4a0ef326] {
  bottom: 2px;
  z-index: 100;
  opacity: 0.4;
  transition: opacity 0.3s ease-out;
}
.sheet__row.scrollbar > .sheet__cols[data-v-4a0ef326] {
  overflow-x: auto;
}
.sheet__row.scrollbar > .sheet__cols > .sheet__row[data-v-4a0ef326] {
  height: 0;
}
.sheet__row.scrollbar .sheet__col[data-v-4a0ef326] {
  min-height: 1px;
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.center[data-v-4a0ef326] {
  display: -webkit-inline-box;
  display: inline-flex;
  justify-content: center;
}
.middle[data-v-4a0ef326] {
  display: -webkit-inline-box;
  display: inline-flex;
  align-items: center;
}
.list .sheet[data-v-4a0ef326] {
  border: none;
  border-top: 1px solid #e8eaed;
  border-left: 1px solid #e8eaed;
  border-right: 1px solid #e8eaed;
  border-radius: unset;
}
.list .sheet > .sheet__head[data-v-4a0ef326] {
  overflow-y: scroll;
}
.list .sheet__body > .sheet__row[data-v-4a0ef326]:hover {
  background: var(--hoveBGColor, #eef4fd);
}
.list .sheet__col[data-v-4a0ef326] {
  border: none;
  border-right: 1px solid #e8eaed;
  border-bottom: 1px solid #e8eaed;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  padding: 0;
  min-height: 36px;
}
.list .sheet__head[data-v-4a0ef326] .h3-size-slider__sider {
  background: transparent;
  width: 1px;
  top: 0px;
  height: 80%;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}
.list .sheet__body .sheet__col > div > div[data-v-4a0ef326] {
  display: inline-block;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .cell {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .cell p {
  white-space: pre-wrap;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .cell .text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: unset;
}
.list .sheet__body .sheet__col > div .userInfo-li[data-v-4a0ef326],
.list .sheet__body .sheet__col > div .deptInfo-li[data-v-4a0ef326] {
  height: 24px;
  background-color: #eee;
  border-radius: 12px;
  padding-right: 8px;
  display: -webkit-box;
  display: flex;
}
.list .sheet__body .sheet__col > div .deptInfo-li .dept-icon[data-v-4a0ef326] {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 4px;
  background-color: rgba(17, 18, 24, 0.25);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.list .sheet__body .sheet__col > div .deptInfo-li .dept-name[data-v-4a0ef326] {
  white-space: nowrap;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #121933;
  line-height: 24px;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .form-staff-warp {
  overflow: auto;
  white-space: inherit;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .form-staff {
  max-height: initial;
  display: -webkit-box;
  display: flex;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .form-staff .form-staff-item {
  min-width: unset;
}
.list .sheet__body .sheet__col > div[data-v-4a0ef326] .form-staff .form-staff-item .ant-avatar {
  min-width: 24px;
}
[data-v-4a0ef326] a.ant-dropdown-link {
  color: rgba(0, 0, 0, 0.65);
}
[data-v-4a0ef326] a.ant-dropdown-link:active {
  color: rgba(0, 0, 0, 0.65);
}
.child-sheet-wrapper[data-v-4a0ef326] {
  overflow: hidden;
  width: 100%;
}
.child-sheet-wrapper .child-sheet-title[data-v-4a0ef326] {
  text-align: center;
  padding: 4px 8px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e8eaed;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.child-sheet-wrapper .child-sheet-title .freeze-box[data-v-4a0ef326] {
  height: 100%;
  position: relative;
  line-height: 28px;
}
.child-sheet-wrapper .child-sheet-title .freeze-box .column-title[data-v-4a0ef326] {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.child-sheet-wrapper .child-sheet-title .freeze-box .freeze-btn[data-v-4a0ef326] {
  position: absolute;
  height: 28px;
  min-height: 28px;
  width: 28px;
  min-width: 28px;
  border-radius: 3px;
  display: none;
  align-items: center;
  justify-content: center;
  right: 0;
  top: 0;
}
.child-sheet-wrapper .child-sheet-title .freeze-box .freeze-btn .freeze-icon[data-v-4a0ef326] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.5);
}
.child-sheet-wrapper .child-sheet-title .freeze-box .freeze-btn[data-v-4a0ef326]:hover {
  cursor: pointer;
}
.child-sheet-wrapper .child-sheet-title .freeze-box.freezed .freeze-btn[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.child-sheet-wrapper .child-sheet-title .freeze-box.freezed .column-title[data-v-4a0ef326] {
  max-width: calc(100% - 28px);
}
.child-sheet-wrapper .child-sheet-title:hover .freeze-box .freeze-btn[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
}
.child-sheet-wrapper .child-sheet-title:hover .freeze-box .column-title[data-v-4a0ef326] {
  max-width: calc(100% - 28px);
}
.child-sheet-wrapper .child-sheet-title:hover .freeze-box.can-freeze[data-v-4a0ef326] {
  background: rgba(0, 30, 116, 0.06);
  border-radius: 3px;
  cursor: pointer;
}
.child-sheet-wrapper .child-row[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: unset !important;
}
.child-sheet-wrapper .child-row .one-col-style[data-v-4a0ef326] {
  padding-left: 34px !important;
}
.child-sheet-wrapper .child-row .child-row-item[data-v-4a0ef326] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
}
.child-sheet-wrapper .child-row .child-row-item[data-v-4a0ef326]:last-child {
  border-right: none;
}
.sheet-body-row[data-v-4a0ef326] {
  flex-grow: 1;
  border-bottom: 1px solid #e8eaed;
}
[data-v-4a0ef326] .file-list .file-item-name {
  max-width: 100% !important;
}
.child-items-row[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
}
.child-items-row[data-v-4a0ef326]:first-child {
  border-top: none;
}
.child-items-row .child-items[data-v-4a0ef326] {
  padding: 0 12px;
  overflow: hidden;
  white-space: nowrap;
  align-items: center;
  border-right: 1px solid #e8eaed;
}
.child-items-row .child-items.padding[data-v-4a0ef326] {
  padding-left: 28px;
}
.child-items-row .child-items > div[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 100%;
}
.child-items-row .child-items .checkbox-style[data-v-4a0ef326] {
  width: 30px;
}
.child-items-row .child-items .child-row-item[data-v-4a0ef326] {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: flex;
  align-content: center;
}
.child-items-row .child-items .child-row-item.text-disabled[data-v-4a0ef326] {
  color: #ccc;
}
.child-items-row .child-items .child-row-item > div[data-v-4a0ef326] {
  display: inline-block;
  margin-right: 8px;
}
.child-items-row .child-items .attachment-wrapper[data-v-4a0ef326] {
  padding: 0;
  width: 100%;
  border-right-color: transparent;
}
.child-items-row .child-items .attachment-wrapper > div[data-v-4a0ef326] {
  padding: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.child-items-row .child-items .row-collaps[data-v-4a0ef326] {
  height: 20px;
  margin-right: 8px;
  color: rgba(0, 0, 0, 0.65);
  font-size: 10px;
  float: left;
  transition: transform 0.24s;
  cursor: pointer;
}
.child-items-row .child-items .row-collaps.expanded[data-v-4a0ef326] {
  transform: rotate(180deg);
}
.child-items-row .child-items .userInfo-li[data-v-4a0ef326],
.child-items-row .child-items .deptInfo-li[data-v-4a0ef326] {
  height: 24px;
  background-color: #eee;
  border-radius: 12px;
  padding-right: 8px;
  display: -webkit-box;
  display: flex;
}
.child-items-row .child-items .deptInfo-li .dept-icon[data-v-4a0ef326] {
  width: 24px;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  margin-right: 4px;
  background-color: rgba(17, 18, 24, 0.25);
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
.child-items-row .child-items .deptInfo-li .dept-name[data-v-4a0ef326] {
  white-space: nowrap;
  height: 24px;
  font-size: 12px;
  font-weight: 400;
  color: #121933;
  line-height: 24px;
}
.child-items-row .load-more[data-v-4a0ef326] {
  color: #2970ff;
  font-size: 12px;
  width: 100%;
  padding: 8px;
  padding-left: 28px;
  cursor: pointer;
}
.child-items-row .load-complete[data-v-4a0ef326] {
  color: rgba(0, 0, 0, 0.65);
  font-size: 12px;
  width: 100%;
  padding: 8px;
  padding-left: 28px;
}
.emtpy__body[data-v-4a0ef326] {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.65);
}
.emtpy__body > p[data-v-4a0ef326] {
  margin-top: 1em;
}

.list .summary {
  background-color: #f3f6fc;
  height: 32px;
  line-height: 32px;
  color: rgba(17, 18, 24, 0.5);
  font-size: 12px;
  padding-left: 46px;
}
.list .summary .sheet__col {
  min-height: unset;
  color: unset;
  font-size: unset;
  text-align: right;
  display: inline-block;
  border-right: 1px solid transparent;
}
.list .summary .sheet__row {
  position: relative;
}
.list .summary .sheet__row .freeze-summary {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  white-space: nowrap;
  z-index: 1;
  background-color: #f3f6fc;
}
.list .summary .sheet__row .freeze-summary > div {
  display: inline-block;
  min-height: 1px;
}
.table-number-item-row .show-text {
  display: inline;
}
.table-number-item-row .reality-text {
  display: none;
}
.table-number-item-row:hover .show-text {
  display: none;
}
.table-number-item-row:hover .reality-text {
  display: inline;
}

.statistics-col-wrapper:hover {
  background-color: rgba(0, 30, 116, 0.06) !important;
}
.change-statistics-popover .ant-popover-inner {
  background: transparent;
  box-shadow: unset;
}
.change-statistics-popover .ant-popover-inner-content {
  padding: 0;
  background: transparent;
}
.change-statistics-popover .ant-popover-inner-content .change-statistics-wrapper {
  padding: 4px 0;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  transform: translateY(8px);
  box-shadow: 0px 2px 8px 0px rgba(17, 18, 24, 0.15);
}
.change-statistics-popover .ant-popover-inner-content span {
  display: block;
  width: 122px;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  color: #111218;
  cursor: pointer;
}
.change-statistics-popover .ant-popover-inner-content span.active {
  background: rgba(0, 30, 116, 0.06);
  font-weight: 600;
}
.statistics-col {
  display: -webkit-box !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  cursor: pointer;
}
.statistics-col span {
  display: inline-block;
  width: calc(100% - 16px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: right;
}
.statistics-col em {
  margin-left: 8px;
  color: rgba(17, 18, 24, 0.25);
  font-size: 12px;
}

/* 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-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: #2970ff;
  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: #2970ff;
  color: rgba(17, 18, 24, 0.25);
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab-inactive {
  padding: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-nav-wrap {
  margin-bottom: 0;
}
.ant-tabs.ant-tabs-card .ant-tabs-card-bar .ant-tabs-tab .ant-tabs-close-x {
  width: 16px;
  height: 16px;
  height: 14px;
  margin-right: -5px;
  margin-left: 3px;
  overflow: hidden;
  color: #666;
  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: #111218;
}
.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: 45px;
}
.ant-tabs-extra-content .ant-tabs-new-tab {
  position: relative;
  width: 20px;
  height: 20px;
  color: #111218;
  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: #2970ff;
  border-color: #2970ff;
}
.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: 57.5px;
}
.ant-tabs.ant-tabs-small .ant-tabs-extra-content {
  line-height: 37px;
}
.ant-tabs.ant-tabs-card .ant-tabs-extra-content {
  line-height: 40px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-container,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-container {
  height: 100%;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-bottom: 8px;
  border-bottom: 1px solid #e8e8e8;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  padding-bottom: 4px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab:last-child,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab:last-child {
  margin-bottom: 8px;
}
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-new-tab,
.ant-tabs-vertical.ant-tabs-card .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-new-tab {
  width: 90%;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab {
  margin-right: 1px;
  border-right: 0;
  border-radius: 4px 0 0 4px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-left .ant-tabs-card-bar.ant-tabs-left-bar .ant-tabs-tab-active {
  margin-right: -1px;
  padding-right: 18px;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab {
  margin-left: 1px;
  border-left: 0;
  border-radius: 0 4px 4px 0;
}
.ant-tabs-vertical.ant-tabs-card.ant-tabs-right .ant-tabs-card-bar.ant-tabs-right-bar .ant-tabs-tab-active {
  margin-left: -1px;
  padding-left: 18px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab {
  height: auto;
  border-top: 0;
  border-bottom: 1px solid #e8e8e8;
  border-radius: 0 0 4px 4px;
}
.ant-tabs .ant-tabs-card-bar.ant-tabs-bottom-bar .ant-tabs-tab-active {
  padding-top: 1px;
  padding-bottom: 0;
  color: #2970ff;
}
.ant-tabs {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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-ink-bar {
  position: absolute;
  bottom: 1px;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 0;
  height: 2px;
  background-color: #2970ff;
  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: 14px;
  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-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: #666;
  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);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.ant-tabs-tab-prev.ant-tabs-tab-arrow-show,
.ant-tabs-tab-next.ant-tabs-tab-arrow-show {
  width: 32px;
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.ant-tabs-tab-prev:hover,
.ant-tabs-tab-next:hover {
  color: #111218;
}
.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(17, 18, 24, 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: #5291ff;
}
.ant-tabs-nav .ant-tabs-tab:active {
  color: #1852d9;
}
.ant-tabs-nav .ant-tabs-tab .anticon {
  margin-right: 8px;
}
.ant-tabs-nav .ant-tabs-tab-active {
  color: #2970ff;
  font-weight: 500;
}
.ant-tabs-nav .ant-tabs-tab-disabled,
.ant-tabs-nav .ant-tabs-tab-disabled:hover {
  color: rgba(17, 18, 24, 0.25);
  cursor: not-allowed;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-nav-container {
  font-size: 17px;
}
.ant-tabs .ant-tabs-large-bar .ant-tabs-tab {
  padding: 16px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-nav-container {
  font-size: 14px;
}
.ant-tabs .ant-tabs-small-bar .ant-tabs-tab {
  padding: 8px 16px;
}
.ant-tabs-content::before {
  display: block;
  overflow: hidden;
  content: '';
}
.ant-tabs .ant-tabs-top-content,
.ant-tabs .ant-tabs-bottom-content {
  width: 100%;
}
.ant-tabs .ant-tabs-top-content > .ant-tabs-tabpane,
.ant-tabs .ant-tabs-bottom-content > .ant-tabs-tabpane {
  flex-shrink: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  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: -webkit-box;
  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: 0;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-next,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-next {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab-prev,
.ant-tabs .ant-tabs-right-bar .ant-tabs-tab-prev {
  top: 0;
  width: 100%;
  height: 32px;
}
.ant-tabs .ant-tabs-left-content,
.ant-tabs .ant-tabs-right-content {
  width: auto;
  margin-top: 0 !important;
  overflow: hidden;
}
.ant-tabs .ant-tabs-left-bar {
  float: left;
  margin-right: -1px;
  margin-bottom: 0;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-tab {
  text-align: right;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-container {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-nav-wrap {
  margin-right: -1px;
}
.ant-tabs .ant-tabs-left-bar .ant-tabs-ink-bar {
  right: 1px;
}
.ant-tabs .ant-tabs-left-content {
  padding-left: 24px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar {
  float: right;
  margin-bottom: 0;
  margin-left: -1px;
  border-left: 1px solid #e8e8e8;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-container {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-nav-wrap {
  margin-left: -1px;
}
.ant-tabs .ant-tabs-right-bar .ant-tabs-ink-bar {
  left: 1px;
}
.ant-tabs .ant-tabs-right-content {
  padding-right: 24px;
  border-right: 1px solid #e8e8e8;
}
.ant-tabs-top .ant-tabs-ink-bar-animated,
.ant-tabs-bottom .ant-tabs-ink-bar-animated {
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), width 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), left 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.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.2s 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;
}

/* 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-input-number {
  box-sizing: border-box;
  font-variant: tabular-nums;
  list-style: none;
  font-feature-settings: 'tnum';
  position: relative;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #111218;
  font-size: 14px;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-input-number:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-input-number:focus {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-input-number {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
  height: 40px;
  padding: 6px 11px;
  font-size: 17px;
}
.ant-input-number-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-input-number-handler {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  overflow: hidden;
  color: #666;
  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: #5291ff;
}
.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: #666;
  line-height: 12px;
  transition: all 0.1s linear;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
  line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
  display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
  display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
  display: block;
}
.ant-input-number:hover {
  border-color: #5291ff;
  border-right-width: 1px !important;
}
.ant-input-number-focused {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-input-number-disabled {
  color: rgba(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-input-number-disabled:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
  cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
  display: none;
}
.ant-input-number-input {
  width: 100%;
  height: 30px;
  padding: 0 11px;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  outline: 0;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.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: 17px;
}
.ant-input-number-lg input {
  height: 38px;
}
.ant-input-number-sm {
  padding: 0;
}
.ant-input-number-sm input {
  height: 22px;
  padding: 0 7px;
}
.ant-input-number-handler-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 100%;
  background: #fff;
  border-left: 1px solid #d9d9d9;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  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(17, 18, 24, 0.25);
}

/* 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-calendar-picker-container {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  list-style: none;
  font-feature-settings: 'tnum';
  position: absolute;
  z-index: 1050;
  font-family: 8px tahoma, arial, 'Hiragino Sans GB', sans-serif;
}
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-enter.slide-up-enter-active.ant-calendar-picker-container-placement-topRight,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topLeft,
.ant-calendar-picker-container.slide-up-appear.slide-up-appear-active.ant-calendar-picker-container-placement-topRight {
  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: #111218;
  font-size: 14px;
  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: #5291ff;
}
.ant-calendar-picker:focus .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-calendar-picker-clear {
  z-index: 2;
  color: rgba(17, 18, 24, 0.25);
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}
.ant-calendar-picker-clear:hover {
  color: #666;
}
.ant-calendar-picker:hover .ant-calendar-picker-clear {
  opacity: 1;
  pointer-events: auto;
}
.ant-calendar-picker-icon {
  display: inline-block;
  color: rgba(17, 18, 24, 0.25);
  font-size: 14px;
  line-height: 1;
}
.ant-input-disabled + .ant-calendar-picker-icon {
  cursor: not-allowed;
}
.ant-calendar-picker-small .ant-calendar-picker-clear,
.ant-calendar-picker-small .ant-calendar-picker-icon {
  right: 8px;
}
.ant-calendar {
  position: relative;
  width: 280px;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 4px;
  outline: none;
  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: #111218;
  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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-input:placeholder-shown {
  text-overflow: ellipsis;
}
.ant-calendar-week-number {
  width: 286px;
}
.ant-calendar-week-number-cell {
  text-align: center;
}
.ant-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-calendar-header a:hover {
  color: #5291ff;
}
.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: #111218;
  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: #666;
  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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
  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: #f0f7ff;
  cursor: pointer;
}
.ant-calendar-date:active {
  color: #fff;
  background: #5291ff;
}
.ant-calendar-today .ant-calendar-date {
  color: #2970ff;
  font-weight: bold;
  border-color: #2970ff;
}
.ant-calendar-selected-day .ant-calendar-date {
  background: #cce4ff;
}
.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(17, 18, 24, 0.25);
  background: transparent;
  border-color: transparent;
}
.ant-calendar-disabled-cell .ant-calendar-date {
  position: relative;
  width: auto;
  color: rgba(17, 18, 24, 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(17, 18, 24, 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(17, 18, 24, 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(17, 18, 24, 0.25);
  font-size: 14px;
  line-height: 1;
  text-indent: 43px;
  transition: color 0.3s ease;
}
.ant-calendar .ant-calendar-clear-btn:hover::after {
  color: #666;
}
.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);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  color: #fff;
  background-color: #2970ff;
  border-color: #2970ff;
  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: 14px;
  border-radius: 4px;
  line-height: 22px;
}
.ant-calendar .ant-calendar-ok-btn > .anticon {
  line-height: 1;
}
.ant-calendar .ant-calendar-ok-btn,
.ant-calendar .ant-calendar-ok-btn:active,
.ant-calendar .ant-calendar-ok-btn:focus {
  outline: 0;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):hover {
  text-decoration: none;
}
.ant-calendar .ant-calendar-ok-btn:not([disabled]):active {
  outline: 0;
  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: 17px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn-sm {
  height: 24px;
  padding: 0 7px;
  font-size: 14px;
  border-radius: 4px;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child {
  color: currentColor;
}
.ant-calendar .ant-calendar-ok-btn > a:only-child::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: transparent;
  content: '';
}
.ant-calendar .ant-calendar-ok-btn:hover,
.ant-calendar .ant-calendar-ok-btn:focus {
  color: #fff;
  background-color: #5291ff;
  border-color: #5291ff;
}
.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: #1852d9;
  border-color: #1852d9;
}
.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(17, 18, 24, 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(17, 18, 24, 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:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.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: #666;
  white-space: nowrap;
  text-align: center;
  vertical-align: top;
  pointer-events: none;
}
.ant-input-disabled .ant-calendar-range-picker-separator {
  color: rgba(17, 18, 24, 0.25);
}
.ant-calendar-range {
  width: 552px;
  overflow: hidden;
}
.ant-calendar-range .ant-calendar-date-panel::after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: '.';
}
.ant-calendar-range-part {
  position: relative;
  width: 50%;
}
.ant-calendar-range-left {
  float: left;
}
.ant-calendar-range-left .ant-calendar-time-picker-inner {
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-range-right {
  float: right;
}
.ant-calendar-range-right .ant-calendar-time-picker-inner {
  border-left: 1px solid #e8e8e8;
}
.ant-calendar-range-middle {
  position: absolute;
  left: 50%;
  z-index: 1;
  height: 34px;
  margin: 1px 0 0 0;
  padding: 0 200px 0 0;
  color: #666;
  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: #2970ff;
  background: #cce4ff;
  border-color: #2970ff;
}
.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: #2970ff;
  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: #2970ff;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-range-right .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-calendar-range .ant-calendar-input-wrap {
  position: relative;
  height: 34px;
}
.ant-calendar-range .ant-calendar-input,
.ant-calendar-range .ant-calendar-time-picker-input {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 32px;
  padding: 4px 11px;
  color: #111218;
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  background-image: none;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  transition: all 0.3s;
  height: 24px;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  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:-moz-placeholder-shown, .ant-calendar-range .ant-calendar-time-picker-input:-moz-placeholder-shown {
  text-overflow: ellipsis;
}
.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: #5291ff;
  border-right-width: 1px !important;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  border-color: #5291ff;
  border-right-width: 1px !important;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
}
.ant-calendar-range .ant-calendar-input-disabled,
.ant-calendar-range .ant-calendar-time-picker-input-disabled {
  color: rgba(17, 18, 24, 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(17, 18, 24, 0.25);
  background-color: #f5f5f5;
  cursor: not-allowed;
  opacity: 1;
}
.ant-calendar-range .ant-calendar-input[disabled]:hover,
.ant-calendar-range .ant-calendar-time-picker-input[disabled]:hover {
  border-color: #d9d9d9;
  border-right-width: 1px !important;
}
textarea.ant-calendar-range .ant-calendar-input,
textarea.ant-calendar-range .ant-calendar-time-picker-input {
  max-width: 100%;
  height: auto;
  min-height: 32px;
  line-height: 1.5;
  vertical-align: bottom;
  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: 17px;
}
.ant-calendar-range .ant-calendar-input-sm,
.ant-calendar-range .ant-calendar-time-picker-input-sm {
  height: 24px;
  padding: 1px 7px;
}
.ant-calendar-range .ant-calendar-input:focus,
.ant-calendar-range .ant-calendar-time-picker-input:focus {
  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: #f0f7ff;
  border: 0;
  border-radius: 0;
  content: '';
}
.ant-calendar-range .ant-calendar-footer-extra {
  float: left;
}
div.ant-calendar-range-quick-selector {
  text-align: left;
}
div.ant-calendar-range-quick-selector > a {
  margin-right: 8px;
}
.ant-calendar-range .ant-calendar-header,
.ant-calendar-range .ant-calendar-month-panel-header,
.ant-calendar-range .ant-calendar-year-panel-header,
.ant-calendar-range .ant-calendar-decade-panel-header {
  border-bottom: 0;
}
.ant-calendar-range .ant-calendar-body,
.ant-calendar-range .ant-calendar-month-panel-body,
.ant-calendar-range .ant-calendar-year-panel-body,
.ant-calendar-range .ant-calendar-decade-panel-body {
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker {
  top: 68px;
  z-index: 2;
  width: 100%;
  height: 207px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-panel {
  height: 267px;
  margin-top: -34px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-inner {
  height: 100%;
  padding-top: 40px;
  background: none;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox {
  display: inline-block;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #e8e8e8;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select {
  height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-select ul {
  max-height: 100%;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-footer .ant-calendar-time-picker-btn {
  margin-right: 8px;
}
.ant-calendar-range.ant-calendar-time .ant-calendar-today-btn {
  height: 22px;
  margin: 8px 12px;
  line-height: 22px;
}
.ant-calendar-range-with-ranges.ant-calendar-time .ant-calendar-time-picker {
  height: 233px;
}
.ant-calendar-range.ant-calendar-show-time-picker .ant-calendar-body {
  border-top-color: transparent;
}
.ant-calendar-time-picker {
  position: absolute;
  top: 40px;
  width: 100%;
  background-color: #fff;
}
.ant-calendar-time-picker-panel {
  position: absolute;
  z-index: 1050;
  width: 100%;
}
.ant-calendar-time-picker-inner {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  outline: none;
}
.ant-calendar-time-picker-combobox {
  width: 100%;
}
.ant-calendar-time-picker-column-1,
.ant-calendar-time-picker-column-1 .ant-calendar-time-picker-select {
  width: 100%;
}
.ant-calendar-time-picker-column-2 .ant-calendar-time-picker-select {
  width: 50%;
}
.ant-calendar-time-picker-column-3 .ant-calendar-time-picker-select {
  width: 33.33%;
}
.ant-calendar-time-picker-column-4 .ant-calendar-time-picker-select {
  width: 25%;
}
.ant-calendar-time-picker-input-wrap {
  display: none;
}
.ant-calendar-time-picker-select {
  position: relative;
  float: left;
  height: 226px;
  overflow: hidden;
  font-size: 14px;
  border-right: 1px solid #e8e8e8;
}
.ant-calendar-time-picker-select:hover {
  overflow-y: auto;
}
.ant-calendar-time-picker-select:first-child {
  margin-left: 0;
  border-left: 0;
}
.ant-calendar-time-picker-select:last-child {
  border-right: 0;
}
.ant-calendar-time-picker-select ul {
  width: 100%;
  max-height: 206px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ant-calendar-time-picker-select li {
  width: 100%;
  height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
  list-style: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-calendar-time-picker-select li:last-child::after {
  display: block;
  height: 202px;
  content: '';
}
.ant-calendar-time-picker-select li:hover {
  background: #f0f7ff;
}
.ant-calendar-time-picker-select li:focus {
  color: #2970ff;
  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(17, 18, 24, 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: #111218;
  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(17, 18, 24, 0.25);
}
.ant-calendar-month-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-month-panel > div {
  display: -webkit-box;
  display: 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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-month-panel-header a:hover {
  color: #5291ff;
}
.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: #111218;
  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: #666;
  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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #2970ff;
}
.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month:hover {
  color: #fff;
  background: #2970ff;
}
.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(17, 18, 24, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.ant-calendar-month-panel-month {
  display: inline-block;
  height: 24px;
  margin: 0 auto;
  padding: 0 8px;
  color: #111218;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-month-panel-month:hover {
  background: #f0f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.ant-calendar-year-panel > div {
  display: -webkit-box;
  display: 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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-year-panel-header a:hover {
  color: #5291ff;
}
.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: #111218;
  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: #666;
  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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-year-panel-year:hover {
  background: #f0f7ff;
  cursor: pointer;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year {
  color: #fff;
  background: #2970ff;
}
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year:hover {
  color: #fff;
  background: #2970ff;
}
.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(17, 18, 24, 0.25);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-calendar-decade-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: 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;
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
  position: relative;
}
.ant-calendar-decade-panel-header a:hover {
  color: #5291ff;
}
.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: #111218;
  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: #666;
  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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
}
.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: #111218;
  line-height: 24px;
  text-align: center;
  background: transparent;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.ant-calendar-decade-panel-decade:hover {
  background: #f0f7ff;
  cursor: pointer;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  color: #fff;
  background: #2970ff;
}
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  color: #fff;
  background: #2970ff;
}
.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(17, 18, 24, 0.25);
  -webkit-user-select: none;
             -moz-user-select: none;
          user-select: none;
}
.ant-calendar-month .ant-calendar-month-header-wrap {
  position: relative;
  height: 288px;
}
.ant-calendar-month .ant-calendar-month-panel,
.ant-calendar-month .ant-calendar-year-panel {
  top: 0;
  height: 100%;
}
.ant-calendar-week-number-cell {
  opacity: 0.5;
}
.ant-calendar-week-number .ant-calendar-body tr {
  cursor: pointer;
  transition: all 0.3s;
}
.ant-calendar-week-number .ant-calendar-body tr:hover {
  background: #f0f7ff;
}
.ant-calendar-week-number .ant-calendar-body tr.ant-calendar-active-week {
  font-weight: bold;
  background: #cce4ff;
}
.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: #111218;
  background: transparent;
}

/* 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-tag {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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: #111218;
}
.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: #666;
  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: #111218;
}
.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: #2970ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
  color: #fff;
}
.ant-tag-checkable-checked {
  background-color: #2970ff;
}
.ant-tag-checkable:active {
  background-color: #1852d9;
}
.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;
}

.date-query-default-setting[data-v-61a26c72] {
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
}
.date-query-default-setting .date-query-default-setting__value-type[data-v-61a26c72] {
  width: 122px;
}
.date-query-default-setting .date-query-default-setting__value-type .value-type-selector[data-v-61a26c72] {
  width: 100%;
}
.date-query-default-setting .date-query-default-setting__value-select[data-v-61a26c72] {
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker[data-v-61a26c72] {
  width: 100%;
  position: relative;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .start-value-picker[data-v-61a26c72],
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .end-value-picker[data-v-61a26c72] {
  width: calc(100% - 74px);
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .start-value-picker[data-v-61a26c72] {
  margin-bottom: 16px;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .tips[data-v-61a26c72] {
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #d4d5d6;
  border-radius: 50%;
  top: 30px;
  right: 39px;
  text-align: center;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .tips span[data-v-61a26c72] {
  font-size: 12px;
  font-weight: 400;
  color: #111218;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .tips[data-v-61a26c72]::before {
  display: inline-block;
  content: '';
  position: absolute;
  width: 26px;
  height: 18px;
  border-top: 1px solid #d4d5d6;
  border-right: 1px solid #d4d5d6;
  top: -18px;
  left: -15px;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .tips[data-v-61a26c72]::after {
  display: inline-block;
  content: '';
  position: absolute;
  width: 26px;
  height: 18px;
  border-bottom: 1px solid #d4d5d6;
  border-right: 1px solid #d4d5d6;
  bottom: -18px;
  left: -15px;
}
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .start-value-picker[data-v-61a26c72] .ant-calendar-picker,
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .end-value-picker[data-v-61a26c72] .ant-calendar-picker,
.date-query-default-setting .date-query-default-setting__value-select .fixed-value-picker .picker-wrapper[data-v-61a26c72] .ant-calendar-picker {
  width: 100%;
}
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box[data-v-61a26c72] {
  padding: 4px 7px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  height: 32px;
  background: #ffffff;
  border-radius: 2px;
  border: 1px solid #d4d5d6;
  width: 100%;
}
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box .reduce-icon[data-v-61a26c72],
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box .add-icon[data-v-61a26c72] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  line-height: 22px;
  text-align: center;
}
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box .reduce-icon[data-v-61a26c72]:hover,
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box .add-icon[data-v-61a26c72]:hover {
  color: #2970ff;
  background: #eef4fd;
}
.date-query-default-setting .date-query-default-setting__value-select .offset-value-box .offset-value-text[data-v-61a26c72] {
  display: inline-block;
  height: 22px;
  font-size: 13px;
  font-weight: 400;
  color: #111218;
  line-height: 22px;
}
.date-query-default-setting .date-query-default-setting__value-select .dynamic-value-type-selector[data-v-61a26c72] {
  flex-grow: 1;
  width: 70px;
}
.date-query-default-setting .date-query-default-setting__value-select .offset-value[data-v-61a26c72],
.date-query-default-setting .date-query-default-setting__value-select .offset-uint[data-v-61a26c72] {
  margin-left: 8px;
  border-radius: 2px;
}
.date-query-default-setting.list-column-setting[data-v-61a26c72] {
  flex-flow: column;
}
.date-query-default-setting.list-column-setting .date-query-default-setting__value-type[data-v-61a26c72] {
  margin-bottom: 8px;
  width: 100%;
}
.date-query-default-setting.list-column-setting .date-query-default-setting__value-type.yersterday[data-v-61a26c72],
.date-query-default-setting.list-column-setting .date-query-default-setting__value-type.tomorrow[data-v-61a26c72] {
  margin-bottom: 0;
}
.date-query-default-setting.list-column-setting .date-query-default-setting__value-select[data-v-61a26c72] {
  flex-grow: unset;
}
.date-query-default-setting.list-column-setting .date-query-default-setting__value-select .offset-value[data-v-61a26c72],
.date-query-default-setting.list-column-setting .date-query-default-setting__value-select .offset-uint[data-v-61a26c72] {
  min-width: 69px;
  flex: 1;
}

.list-data-range-panel .ant-calendar-footer-btn .ant-calendar-footer-extra {
  display: block;
  height: 38px;
}
.dynamic-value-type-selector-dropdown {
  min-width: 119px;
}

/* 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-avatar {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #111218;
  font-size: 14px;
  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%;
  -o-object-fit: cover;
     object-fit: cover;
}


[data-v-90e09d7c] .ant-popover-inner-content {
  padding: 0;
  box-shadow: 0px 2px 8px 0px rgba(30, 85, 255, 0.15);
}
.author-card[data-v-90e09d7c] {
  width: 298px;
  height: auto;
  background-color: #fff;
  padding: 12px 8px;
  box-sizing: border-box;
  cursor: initial;
}
.author-card .author-card-top[data-v-90e09d7c] {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
}
.author-card .author-card-top .img-wrapper[data-v-90e09d7c] {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 35px;
  margin-right: 16px;
  overflow: hidden;
  position: relative;
  text-align: center;
  border: 1px solid #dddddd;
  background: #2970ff;
}
.author-card .author-card-top .img-wrapper img[data-v-90e09d7c] {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.author-card .author-card-top .img-wrapper i[data-v-90e09d7c] {
  font-size: 36px;
  color: #fff;
}
.author-card .author-card-top > .author-card-right[data-v-90e09d7c] {
  flex: 1;
}
.author-card .author-card-top > .author-card-right > h2[data-v-90e09d7c] {
  color: #111218;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn[data-v-90e09d7c] {
  font-size: 14px;
  color: #111218;
  font-weight: 400;
  margin-top: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn > i[data-v-90e09d7c] {
  color: rgba(17, 18, 24, 0.5);
  margin-right: 8px;
  vertical-align: baseline;
  width: auto;
  height: auto;
  position: relative;
  top: 1px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn > span[data-v-90e09d7c] {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}
.author-card .author-card-bottom[data-v-90e09d7c] {
  width: 100%;
  padding-top: 20px;
}
.author-card .author-card-bottom-li[data-v-90e09d7c] {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(17, 18, 24, 0.5);
  font-size: 14px;
  font-weight: 400;
}
.author-card .author-card-bottom-li > .cn[data-v-90e09d7c] {
  width: 242px;
  color: #111218;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dingtalk-btn[data-v-90e09d7c] {
  width: 232px;
  height: 32px;
  background: #2970ff;
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  line-height: 32px;
  margin: 24px auto 6px;
  cursor: pointer;
  display: block;
}
.dingtalk-btn i[data-v-90e09d7c] {
  vertical-align: bottom;
  color: #fff;
  margin-right: 14px;
}
.dingtalk-btn a[data-v-90e09d7c] {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 400;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.cur-trust[data-v-3ab7f6af] {
  width: 0;
  height: 0;
  display: inline-block;
  vertical-align: middle;
  border-top: 5px solid transparent;
  border-left: 10px solid #32b683;
  border-bottom: 5px solid transparent;
}
.img-wrapper[data-v-3ab7f6af] {
  display: inline-block;
  width: 22px;
  min-width: 22px;
  height: 22px;
  border-radius: 22px;
  margin-right: 8px;
  background-color: #2970ff;
  text-align: center;
  line-height: 22px;
}
.img-wrapper i[data-v-3ab7f6af] {
  font-size: 14px;
  color: #fff;
}
.img-wrapper + span[data-v-3ab7f6af] {
  height: 22px;
  line-height: 22px;
}
.user-name[data-v-3ab7f6af]:hover {
  color: var(--highlightColor, #2970FF);
}
.user-name span[data-v-3ab7f6af] {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.h3-organization__label {
  min-height: 32px;
  max-height: 160px;
  border-radius: 2px;
  position: relative;
  padding: 0 11px 0 11px;
  line-height: 1.4em;
}
.h3-organization__label.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9 !important;
}
.h3-organization__label.select-limit-height {
  overflow: auto;
  overflow-x: hidden !important;
  max-height: calc(30px * var(--max-row));
}
.h3-organization__label.select-limit-height::-webkit-scrollbar {
  width: 6px !important;
  height: auto !important;
}
.h3-organization__label.show-select {
  border: 1px solid #d9d9d9;
  overflow: scroll;
}
.h3-organization__label.show-select::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.h3-organization__label.show-select:hover {
  border-color: #2970ff;
}
.h3-organization__label.show-select:focus {
  border-color: #2970ff;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
  outline: 0;
}
.h3-organization__label.has-val {
  padding-bottom: 0px;
}
.h3-organization__label .h3-organization-selected i,
.h3-organization__label .h3-organization-selected span {
  font-size: 12px;
  color: #BFBFBF;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.h3-organization__label .h3-organization-selected i:first-child,
.h3-organization__label .h3-organization-selected span:first-child {
  left: 8px;
  margin-right: 6px;
}
.h3-organization__label .h3-organization-selected i:last-child,
.h3-organization__label .h3-organization-selected span:last-child {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  margin-left: 8px;
  right: 8px;
  top: 65%;
  cursor: pointer;
}
.h3-organization__label .h3-organization-selected i:last-child:before,
.h3-organization__label .h3-organization-selected span:last-child:before {
  display: inline-block;
  transform: translateY(-2px);
}
.h3-organization__label .h3-organization-selected-name {
  display: inline-block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
}
.h3-organization__label .delete {
  position: absolute;
  top: 1.15em;
  transform: translateY(-50%);
  line-height: 0;
  color: rgba(0, 0, 0, 0.25);
  right: 12px;
  cursor: pointer;
}
.h3-organization__label > span {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 30px;
  margin: 0 6px;
  text-wrap: nowrap;
}
.dropdownClassName {
  display: none;
}
.h3-organization-select {
  margin-right: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.h3-organization-body {
  display: -webkit-box;
  display: flex;
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
}
.h3-organization-body-left {
  padding: 16px 0 16px 0;
  width: 50%;
  height: 488px;
  border-right: 1px solid #E8E8E8;
}
.h3-organization-body-left .h3-organization-body-search {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.h3-organization-body-left .h3-organization-body-search > i {
  position: absolute;
}
.h3-organization-body-left .h3-organization-body-search .h3-organization-body-close-circle-icon {
  right: 25px;
}
.h3-organization-body-left .h3-organization-body-search .h3-organization-body-search_icon {
  left: 8px;
}
.h3-organization-body-left .h3-organization-body-search_icon {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.h3-organization-body-left .h3-organization-body-search_input {
  width: 100%;
  height: 32px;
  padding: 5px 12px;
  padding-left: 28px;
  border: 1px solid #D4D5D6;
  caret-color: #2970ff;
  border-radius: 2px;
}
.h3-organization-body-left .h3-organization-body-search_input:active,
.h3-organization-body-left .h3-organization-body-search_input:focus {
  border-color: #2970FF;
  box-shadow: 0px 0px 0px 2px rgba(41, 112, 255, 0.2);
}
.h3-organization-body-left .h3-organization-body-search_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.h3-organization-body-left .h3-organization-body-search-result {
  position: absolute;
  top: 34px;
  left: 0;
  width: 342px;
  height: 392px;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-title {
  margin: 4px 0;
  padding: 8px 12px;
  color: rgba(17, 18, 24, 0.5);
  font-size: 12px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-title span:nth-child(2) {
  float: right;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content {
  height: calc(100% - 38px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 48px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item_checkbox {
  flex: auto;
  width: 48px;
  text-align: center;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info {
  flex-basis: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-right: 12px;
  overflow: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 24px;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar_org {
  width: 28px;
  height: 28px;
  background: rgba(17, 18, 24, 0.5);
  font-size: 17px;
  color: #fff;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main span {
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main > span:first-child {
  color: #111218;
  line-height: 26px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main > span:nth-child(2) {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist {
  display: -webkit-box;
  display: flex;
  align-items: baseline;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .multi-dept-orglist {
  max-width: 231px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(17, 18, 24, 0.5) !important;
  line-height: 22px !important;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .h-icon-all-circle-down {
  width: 12px;
  cursor: pointer;
  margin-left: 4px;
  color: #c3c4c5;
  font-size: 12px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .h-icon-all-circle-down:hover {
  color: rgba(17, 18, 24, 0.5);
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-body-left .h3-organization-body-search-result--nodata {
  height: 83px;
  text-align: center;
  padding: 32px 0;
}
.h3-organization-body-left .h3-organization-body-org {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: calc(100% - 58px);
  margin-right: 0;
}
.h3-organization-body-left .h3-organization-body-org.paddingTop12 {
  padding-top: 12px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb {
  margin-bottom: 12px;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 12px;
  max-height: 70px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item:hover {
  color: #2970FF;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item:last-child {
  cursor: default;
  color: #111218;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .ant-breadcrumb-separator {
  margin: 0 4px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .role-label {
  color: #111218;
}
.h3-organization-body-left .h3-organization-body-org-tree {
  flex: 1;
  padding: 0 16px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item {
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.user {
  height: 48px;
  line-height: 48px;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox {
  margin-right: 8px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span {
  vertical-align: middle;
  line-height: 1;
  top: -0.09em;
  position: relative;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child {
  cursor: pointer;
  color: var(--highlightColor, #2970FF);
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child i,
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child span {
  margin-right: 4px;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--nochildren {
  color: #ccc;
  cursor: not-allowed;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--selected {
  color: rgba(0, 0, 0, 0.25) !important;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item .default-avatar {
  color: #ffb131;
  vertical-align: middle;
  position: absolute;
  top: 5px;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content {
  margin-top: 50px;
  text-align: center;
  min-height: 330px;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content img {
  display: block;
  margin: 0 auto;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content span {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-right {
  width: 50%;
  height: 488px;
}
.h3-organization-body-right .h3-organization-selected {
  position: relative;
  display: inline-block;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 0 24px 0 26px;
  margin: 0 8px 8px 0;
  height: 22px;
  max-width: 100%;
}
.h3-organization-body-right .h3-organization-selected i,
.h3-organization-body-right .h3-organization-selected span {
  font-size: 12px;
  color: #BFBFBF;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.h3-organization-body-right .h3-organization-selected i:first-child,
.h3-organization-body-right .h3-organization-selected span:first-child {
  left: 8px;
  margin-right: 6px;
}
.h3-organization-body-right .h3-organization-selected i:last-child,
.h3-organization-body-right .h3-organization-selected span:last-child {
  width: 10px;
  height: 10px;
  font-size: 10px;
  margin-left: 8px;
  right: 8px;
  top: 48%;
}
.h3-organization-body-right .h3-organization-selected i:last-child:before,
.h3-organization-body-right .h3-organization-selected span:last-child:before {
  display: inline-block;
  transform: translateY(-2px);
}
.h3-organization-body-right .h3-organization-selected-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-right .h3-organization-statistics {
  padding: 22px 16px 12px 16px;
  text-align: left;
  font-size: 12px;
  color: #111218;
  line-height: 20px;
}
.h3-organization-body-right .h3-organization-statistics > div {
  display: inline-block;
}
.h3-organization-body-right .h3-organization-statistics .remove-selected {
  font-size: 12px;
  color: var(--highlightColor, #2970FF);
  line-height: 20px;
  float: right;
  cursor: pointer;
}
.h3-organization-body-right .h3-organization-selected-content {
  height: calc(100% - 65px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-right .h3-organization-selected-content-item {
  padding: 0 6px;
  margin-left: 14px;
  margin-right: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 2px;
}
.h3-organization-body-right .h3-organization-selected-content-item_checkbox {
  flex: auto;
  width: 48px;
  text-align: center;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info {
  flex-basis: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 24px;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar_org {
  width: 28px;
  height: 28px;
  background: rgba(17, 18, 24, 0.5);
  font-size: 17px;
  color: #fff;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span {
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:first-child {
  color: #111218;
  line-height: 26px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:first-child.top-height {
  height: 48px;
  line-height: 48px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:nth-child(2) {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info .h-icon-all-close {
  cursor: pointer;
}
.h3-organization-body-right .h3-organization-selected-content-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-footer {
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.h3-organization__plus .plus-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #DEE0EA;
  border-radius: 50%;
  cursor: pointer;
}
.h3-organization__plus.show-select {
  outline: none;
}
.h3-organization__plus.show-select .plus-icon {
  background: #fff;
}
.h3-organization__plus.show-select .plus-icon:hover {
  border-color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-plus-o,
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-retweet {
  color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon:focus {
  box-shadow: 0px 0px 0px 2px rgba(49, 94, 251, 0.2);
}
.h3-organization__plus.show-select .plus-icon:focus .h-icon-all-plus-o {
  color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon .h-icon-all-plus-o {
  font-size: 16px;
  color: rgba(17, 18, 24, 0.5);
}
.h3-organization__plus.has-val {
  outline: none;
}
.h3-organization__plus.has-val .plus-icon {
  display: inline-block;
  vertical-align: middle;
  background: #F5F6F9;
  margin-right: 12px;
}
.h3-organization__plus.has-val .plus-icon:focus {
  box-shadow: 0px 0px 0px 2px rgba(49, 94, 251, 0.2);
}
.h3-organization__plus.has-val .plus-icon:focus .h-icon-all-retweet {
  color: #2970FF;
}
.h3-organization__plus.has-val .plus-icon:hover {
  border-color: #2970FF;
}
.h3-organization__plus.has-val .plus-icon .h-icon-all-retweet {
  font-size: 16px;
  color: #BBBECA;
}
.h3-organization__plus.has-val .h3-organization-selected-box {
  display: inline-block;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected {
  position: relative;
  margin-right: 12px;
  display: inline-block;
  height: 32px;
  background: #EFEFEF;
  border-radius: 16px;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .ant-avatar-image,
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .ant-avatar-circle {
  height: 32px !important;
  width: 32px !important;
  vertical-align: top;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .default-avatar {
  color: #ffb131;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-name {
  margin-left: 4px;
  font-size: 12px;
  color: #121933;
  line-height: 32px;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-action {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: -webkit-linear-gradient(right, #E6E3E3 0%, #F4F1F1 67%, rgba(227, 230, 236, 0) 100%);
  background: linear-gradient(270deg, #E6E3E3 0%, #F4F1F1 67%, rgba(227, 230, 236, 0) 100%);
  border-radius: 15px;
  text-align: center;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-action .h-icon-all-close {
  font-size: 14px;
  cursor: pointer;
  color: rgba(17, 18, 24, 0.25);
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected-ellipsis {
  padding: 0 10px;
  display: inline-block;
  background: #EFEFEF;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  color: #121933;
}
.multi-overlayClassName-select-dropdown {
  width: 200px;
}
.multi-overlayClassName-select-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-overlayClassName-select-dropdown .ant-dropdown-menu-item-selected {
  background: rgba(0, 30, 116, 0.06);
  font-weight: 600;
  font-size: 14px;
  color: #111218;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.smart-org-tabs {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
}
.smart-org-tabs span {
  margin-right: 48px;
  cursor: pointer;
}
.smart-org-tabs span:hover {
  color: #2970ff;
}
.smart-org-tabs span:last-child {
  margin-right: 0;
}
.smart-org-tabs span.active {
  position: relative;
  color: #2970ff;
}
.smart-org-tabs span.active::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2970ff;
}
.h3-organization-body-left .h3-organization-body-search_input:active:hover,
.h3-organization-body-left .h3-organization-body-search_input:focus:hover,
.h3-organization-body-left .h3-organization-body-search_input:active:focus,
.h3-organization-body-left .h3-organization-body-search_input:focus:focus {
  border-color: var(--borderColor, #2970FF);
  box-shadow: 0px 0px 0px 2px var(--shadowColor, rgba(41, 112, 255, 0.2));
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--nochildren {
  color: #ccc !important;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--nochildren:hover {
  opacity: 1;
}
#admin .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child,
#admin .h3-organization-body-right .h3-organization-statistics .remove-selected {
  color: #2970ff;
}
#admin .h3-organization-body-left .h3-organization-body-search_input:active:hover,
#admin .h3-organization-body-left .h3-organization-body-search_input:focus:hover,
#admin .h3-organization-body-left .h3-organization-body-search_input:active:focus,
#admin .h3-organization-body-left .h3-organization-body-search_input:focus:focus {
  border-color: #5291ff;
}

.show-error[data-v-1b6eff6a],
.show-error[data-v-1b6eff6a]:hover {
  border: 1px solid #f4454e !important;
  border-radius: 4px;
}
.show-error[data-v-1b6eff6a]:focus {
  box-shadow: 0 0 0 2px rgba(244, 69, 78, 0.2) !important;
}
.h3-organization-wrapper[data-v-1b6eff6a] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[data-v-1b6eff6a] .h3-organization-selected {
  color: rgba(0, 0, 0, 0.65);
  border: none;
  background-color: #ececed;
  border-radius: 12px;
  padding: 0;
  margin: 0 8px 0 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
[data-v-1b6eff6a] .h3-organization-selected .ant-avatar {
  border: 1px solid #dddddd;
}
[data-v-1b6eff6a] .h3-organization-selected .ant-avatar > img {
  background: #fff;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item {
  display: -webkit-box;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .avatar-wrapper {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2970ff;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .avatar-wrapper.org-avatar-wrapper {
  background-color: rgba(17, 18, 24, 0.5);
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .avatar-wrapper .user-avatar {
  min-width: 24px;
  min-height: 24px;
  max-width: 200%;
  max-height: 200%;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .avatar-wrapper em {
  margin: 0;
  padding: 0;
  position: unset;
  transform: translate(0, 0);
  font-size: 12px;
  color: #fff;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item:hover .close-icon-wrapper {
  display: inline-block;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .close-icon-wrapper {
  width: 22px;
  height: 13px;
  padding-left: 9px;
  background: -webkit-linear-gradient(184deg, #ececed 0%, #ececed 68%, rgba(236, 236, 237, 0) 100%);
  background: linear-gradient(266deg, #ececed 0%, #ececed 68%, rgba(236, 236, 237, 0) 100%);
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .close-icon-wrapper em {
  font-size: 13px;
  line-height: 13px;
  color: #bbbeca;
  background: #fff;
  border-radius: 13px;
}
[data-v-1b6eff6a] .h3-organization-selected .selected-item .close-icon-wrapper em:hover {
  color: rgba(17, 18, 24, 0.5);
}
[data-v-1b6eff6a] .showPartFont {
  padding: 0 8px;
  vertical-align: middle;
}
[data-v-1b6eff6a] .h3-organization__label .h3-organization-selected-name {
  font-size: 12px;
  width: 100%;
  padding-right: 8px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-title {
  width: 100%;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .not-data {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #797777;
  height: 280px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .ellipsis {
  display: -webkit-inline-box;
  display: inline-flex;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
  width: 100%;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .ellipsis .name-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .ellipsis .self-tag {
  display: inline-block;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 194, 147, 0.3);
  padding: 0 7px;
  font-size: 12px;
  font-weight: 400;
  color: #00c293;
  line-height: 18px;
  margin-left: 4px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .ant-checkbox-wrapper,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .ant-radio-wrapper {
  width: 100%;
  margin-bottom: 8px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .check-all {
  color: #111218;
  font-weight: 600;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span {
  vertical-align: middle;
  line-height: 1.2;
  top: -0.09em;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 16px);
  display: inline-block;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .ant-avatar-image,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .ant-avatar-image,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .ant-avatar-circle,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .ant-avatar-circle {
  position: absolute;
  top: 5px;
  border: 1px solid #dddddd;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo {
  height: 36.5px;
  padding-left: 30px;
  margin-left: 6px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo .name,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo .name {
  margin-bottom: 3px;
  color: #111218;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  align-items: center;
  width: 100%;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo .name .name-text,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo .name .name-text {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo .name .self-tag,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo .name .self-tag {
  display: inline-block;
  height: 20px;
  border-radius: 4px;
  border: 1px solid rgba(0, 194, 147, 0.3);
  padding: 0 7px;
  font-size: 12px;
  font-weight: 400;
  color: #00c293;
  line-height: 18px;
  margin-left: 4px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo .name.top-height,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo .name.top-height {
  height: 36.5px;
  line-height: 36.5px;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span .h3-organization-tree-item_nameinfo .org,[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-radio + span .h3-organization-tree-item_nameinfo .org {
  display: inline-block;
  width: 265px;
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.self-item + .h3-organization-tree-item {
  margin-top: 9px;
  position: relative;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.self-item + .h3-organization-tree-item::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 6px;
  width: calc(100% - 12px);
  height: 0.5px;
  background-color: rgba(221, 221, 221, 0.8);
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.self-item + .h3-organization-tree-item.self-item {
  margin-top: 0;
}
[data-v-1b6eff6a] .h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.self-item + .h3-organization-tree-item.self-item::before {
  content: unset;
}
[data-v-1b6eff6a] .h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar {
  border: 1px solid #dddddd;
}
.default-avatar[data-v-1b6eff6a] {
  color: #ffb131;
  line-height: 28px;
  font-size: 28px;
}
.icon-wrapper[data-v-1b6eff6a] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: rgba(17, 18, 24, 0.25);
  text-align: center;
}
.icon-wrapper i[data-v-1b6eff6a] {
  line-height: 32px !important;
  color: #fff !important;
  font-size: 16px !important;
  vertical-align: unset !important;
}
.disabled-menu-item[data-v-1b6eff6a] {
  cursor: not-allowed !important;
}

.text-info-detail.ant-popover {
  padding-top: 5px;
}
.text-info-detail .ant-popover-arrow {
  display: none;
}
.text-info-detail .ant-popover-inner-content {
  padding: 6px;
}
.text-info-detail .text-info-box {
  max-height: 177px;
  overflow-y: scroll;
}
.text-info-detail .text-info-box .text-info-item {
  width: 270px;
  height: 57px;
  padding: 7px 12px;
}
.text-info-detail .text-info-box .text-info-item .item-name {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.text-info-detail .text-info-box .text-info-item .item-path {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.45);
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.h3-organization__plus.has-val .plus-wrapper {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 32px;
}
.h3-organization__plus.has-val .plus-wrapper .plus-icon {
  vertical-align: unset;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box {
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected .default-avatar,
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-name {
  vertical-align: unset;
  line-height: 32px;
  max-width: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.h3-organization__label {
  min-height: 32px;
  max-height: 160px;
  border-radius: 2px;
  position: relative;
  padding: 0 11px 0 11px;
  line-height: 1.4em;
}
.h3-organization__label.disabled {
  color: rgba(0, 0, 0, 0.25);
  background-color: #f5f5f5;
  border: 1px solid #d9d9d9 !important;
}
.h3-organization__label.select-limit-height {
  overflow: auto;
  overflow-x: hidden !important;
  max-height: calc(30px * var(--max-row));
}
.h3-organization__label.select-limit-height::-webkit-scrollbar {
  width: 6px !important;
  height: auto !important;
}
.h3-organization__label.show-select {
  border: 1px solid #d9d9d9;
  overflow: scroll;
}
.h3-organization__label.show-select::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.h3-organization__label.show-select:hover {
  border-color: #2970ff;
}
.h3-organization__label.show-select:focus {
  border-color: #2970ff;
  box-shadow: 0 0 0 2px rgba(41, 112, 255, 0.2);
  outline: 0;
}
.h3-organization__label.has-val {
  padding-bottom: 0px;
}
.h3-organization__label .h3-organization-selected i,
.h3-organization__label .h3-organization-selected span {
  font-size: 12px;
  color: #BFBFBF;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.h3-organization__label .h3-organization-selected i:first-child,
.h3-organization__label .h3-organization-selected span:first-child {
  left: 8px;
  margin-right: 6px;
}
.h3-organization__label .h3-organization-selected i:last-child,
.h3-organization__label .h3-organization-selected span:last-child {
  width: 10px;
  height: 10px;
  font-size: 10px;
  line-height: 10px;
  margin-left: 8px;
  right: 8px;
  top: 65%;
  cursor: pointer;
}
.h3-organization__label .h3-organization-selected i:last-child:before,
.h3-organization__label .h3-organization-selected span:last-child:before {
  display: inline-block;
  transform: translateY(-2px);
}
.h3-organization__label .h3-organization-selected-name {
  display: inline-block;
  max-width: 215px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  line-height: 22px;
}
.h3-organization__label .delete {
  position: absolute;
  top: 1.15em;
  transform: translateY(-50%);
  line-height: 0;
  color: rgba(0, 0, 0, 0.25);
  right: 12px;
  cursor: pointer;
}
.h3-organization__label > span {
  color: rgba(0, 0, 0, 0.25);
  display: inline-block;
  line-height: 30px;
  margin: 0 6px;
  text-wrap: nowrap;
}
.dropdownClassName {
  display: none;
}
.h3-organization-select {
  margin-right: 4px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.25);
}
.h3-organization-body {
  display: -webkit-box;
  display: flex;
  margin-left: 24px;
  margin-right: 24px;
  border-radius: 2px;
  border: 1px solid #DDDDDD;
}
.h3-organization-body-left {
  padding: 16px 0 16px 0;
  width: 50%;
  height: 488px;
  border-right: 1px solid #E8E8E8;
}
.h3-organization-body-left .h3-organization-body-search {
  position: relative;
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin: 0 16px;
}
.h3-organization-body-left .h3-organization-body-search > i {
  position: absolute;
}
.h3-organization-body-left .h3-organization-body-search .h3-organization-body-close-circle-icon {
  right: 25px;
}
.h3-organization-body-left .h3-organization-body-search .h3-organization-body-search_icon {
  left: 8px;
}
.h3-organization-body-left .h3-organization-body-search_icon {
  color: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.h3-organization-body-left .h3-organization-body-search_input {
  width: 100%;
  height: 32px;
  padding: 5px 12px;
  padding-left: 28px;
  border: 1px solid #D4D5D6;
  caret-color: #2970ff;
  border-radius: 2px;
}
.h3-organization-body-left .h3-organization-body-search_input:active,
.h3-organization-body-left .h3-organization-body-search_input:focus {
  border-color: #2970FF;
  box-shadow: 0px 0px 0px 2px rgba(41, 112, 255, 0.2);
}
.h3-organization-body-left .h3-organization-body-search_input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}
.h3-organization-body-left .h3-organization-body-search-result {
  position: absolute;
  top: 34px;
  left: 0;
  width: 342px;
  height: 392px;
  z-index: 2;
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-title {
  margin: 4px 0;
  padding: 8px 12px;
  color: rgba(17, 18, 24, 0.5);
  font-size: 12px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-title span:nth-child(2) {
  float: right;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content {
  height: calc(100% - 38px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 48px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item_checkbox {
  flex: auto;
  width: 48px;
  text-align: center;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info {
  flex-basis: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-right: 12px;
  overflow: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 24px;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info_avatar_org {
  width: 28px;
  height: 28px;
  background: rgba(17, 18, 24, 0.5);
  font-size: 17px;
  color: #fff;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main span {
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main > span:first-child {
  color: #111218;
  line-height: 26px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main > span:nth-child(2) {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist {
  display: -webkit-box;
  display: flex;
  align-items: baseline;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .multi-dept-orglist {
  max-width: 231px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(17, 18, 24, 0.5) !important;
  line-height: 22px !important;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .h-icon-all-circle-down {
  width: 12px;
  cursor: pointer;
  margin-left: 4px;
  color: #c3c4c5;
  font-size: 12px;
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item .h3-organization-search-item-info-main .selectable-orglist .h-icon-all-circle-down:hover {
  color: rgba(17, 18, 24, 0.5);
}
.h3-organization-body-left .h3-organization-body-search-result .h3-organization-search-content-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-body-left .h3-organization-body-search-result--nodata {
  height: 83px;
  text-align: center;
  padding: 32px 0;
}
.h3-organization-body-left .h3-organization-body-org {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  padding: 0;
  height: calc(100% - 58px);
  margin-right: 0;
}
.h3-organization-body-left .h3-organization-body-org.paddingTop12 {
  padding-top: 12px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb {
  margin-bottom: 12px;
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 12px;
  max-height: 70px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  cursor: pointer;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item:hover {
  color: #2970FF;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .h3-organization-breadcrumb-item:last-child {
  cursor: default;
  color: #111218;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .ant-breadcrumb-separator {
  margin: 0 4px;
}
.h3-organization-body-left .h3-organization-body-org-breadcrumb .role-label {
  color: #111218;
}
.h3-organization-body-left .h3-organization-body-org-tree {
  flex: 1;
  padding: 0 16px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-left .h3-organization-body-org-tree::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item {
  height: 36px;
  line-height: 36px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item.user {
  height: 48px;
  line-height: 48px;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox {
  margin-right: 8px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_checkbox .ant-checkbox + span {
  vertical-align: middle;
  line-height: 1;
  top: -0.09em;
  position: relative;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child {
  cursor: pointer;
  color: var(--highlightColor, #2970FF);
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child i,
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child span {
  margin-right: 4px;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--nochildren {
  color: #ccc;
  cursor: not-allowed;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item_child--selected {
  color: rgba(0, 0, 0, 0.25) !important;
}
.h3-organization-body-left .h3-organization-body-org-tree .h3-organization-tree-item .default-avatar {
  color: #ffb131;
  vertical-align: middle;
  position: absolute;
  top: 5px;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content {
  margin-top: 50px;
  text-align: center;
  min-height: 330px;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content img {
  display: block;
  margin: 0 auto;
}
.h3-organization-body-left .h3-organization-body-org-tree .no-data-content span {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-right {
  width: 50%;
  height: 488px;
}
.h3-organization-body-right .h3-organization-selected {
  position: relative;
  display: inline-block;
  background: #fafafa;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  padding: 0 24px 0 26px;
  margin: 0 8px 8px 0;
  height: 22px;
  max-width: 100%;
}
.h3-organization-body-right .h3-organization-selected i,
.h3-organization-body-right .h3-organization-selected span {
  font-size: 12px;
  color: #BFBFBF;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
.h3-organization-body-right .h3-organization-selected i:first-child,
.h3-organization-body-right .h3-organization-selected span:first-child {
  left: 8px;
  margin-right: 6px;
}
.h3-organization-body-right .h3-organization-selected i:last-child,
.h3-organization-body-right .h3-organization-selected span:last-child {
  width: 10px;
  height: 10px;
  font-size: 10px;
  margin-left: 8px;
  right: 8px;
  top: 48%;
}
.h3-organization-body-right .h3-organization-selected i:last-child:before,
.h3-organization-body-right .h3-organization-selected span:last-child:before {
  display: inline-block;
  transform: translateY(-2px);
}
.h3-organization-body-right .h3-organization-selected-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-right .h3-organization-statistics {
  padding: 22px 16px 12px 16px;
  text-align: left;
  font-size: 12px;
  color: #111218;
  line-height: 20px;
}
.h3-organization-body-right .h3-organization-statistics > div {
  display: inline-block;
}
.h3-organization-body-right .h3-organization-statistics .remove-selected {
  font-size: 12px;
  color: var(--highlightColor, #2970FF);
  line-height: 20px;
  float: right;
  cursor: pointer;
}
.h3-organization-body-right .h3-organization-selected-content {
  height: calc(100% - 65px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar {
  width: 5px;
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
}
.h3-organization-body-right .h3-organization-selected-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #ffffff;
}
.h3-organization-body-right .h3-organization-selected-content-item {
  padding: 0 6px;
  margin-left: 14px;
  margin-right: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 48px;
  border-radius: 2px;
}
.h3-organization-body-right .h3-organization-selected-content-item_checkbox {
  flex: auto;
  width: 48px;
  text-align: center;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info {
  flex-basis: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar {
  width: 28px;
  height: 28px;
  display: inline-block;
  border-radius: 24px;
  font-size: 12px;
  margin-right: 8px;
  text-align: center;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info_avatar_org {
  width: 28px;
  height: 28px;
  background: rgba(17, 18, 24, 0.5);
  font-size: 17px;
  color: #fff;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex: 1;
  overflow: hidden;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span {
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:first-child {
  color: #111218;
  line-height: 26px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:first-child.top-height {
  height: 48px;
  line-height: 48px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info-main span:nth-child(2) {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.h3-organization-body-right .h3-organization-selected-content-item .h3-organization-selected-item-info .h-icon-all-close {
  cursor: pointer;
}
.h3-organization-body-right .h3-organization-selected-content-item:hover {
  background-color: #EEF4FD;
}
.h3-organization-footer {
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
.h3-organization__plus .plus-icon {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #DEE0EA;
  border-radius: 50%;
  cursor: pointer;
}
.h3-organization__plus.show-select {
  outline: none;
}
.h3-organization__plus.show-select .plus-icon {
  background: #fff;
}
.h3-organization__plus.show-select .plus-icon:hover {
  border-color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-plus-o,
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-retweet {
  color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon:focus {
  box-shadow: 0px 0px 0px 2px rgba(49, 94, 251, 0.2);
}
.h3-organization__plus.show-select .plus-icon:focus .h-icon-all-plus-o {
  color: #2970FF;
}
.h3-organization__plus.show-select .plus-icon .h-icon-all-plus-o {
  font-size: 16px;
  color: rgba(17, 18, 24, 0.5);
}
.h3-organization__plus.has-val {
  outline: none;
}
.h3-organization__plus.has-val .plus-icon {
  display: inline-block;
  vertical-align: middle;
  background: #F5F6F9;
  margin-right: 12px;
}
.h3-organization__plus.has-val .plus-icon:focus {
  box-shadow: 0px 0px 0px 2px rgba(49, 94, 251, 0.2);
}
.h3-organization__plus.has-val .plus-icon:focus .h-icon-all-retweet {
  color: #2970FF;
}
.h3-organization__plus.has-val .plus-icon:hover {
  border-color: #2970FF;
}
.h3-organization__plus.has-val .plus-icon .h-icon-all-retweet {
  font-size: 16px;
  color: #BBBECA;
}
.h3-organization__plus.has-val .h3-organization-selected-box {
  display: inline-block;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected {
  position: relative;
  margin-right: 12px;
  display: inline-block;
  height: 32px;
  background: #EFEFEF;
  border-radius: 16px;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .ant-avatar-image,
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .ant-avatar-circle {
  height: 32px !important;
  width: 32px !important;
  vertical-align: top;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .default-avatar {
  color: #ffb131;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-name {
  margin-left: 4px;
  font-size: 12px;
  color: #121933;
  line-height: 32px;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-action {
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: -webkit-linear-gradient(right, #E6E3E3 0%, #F4F1F1 67%, rgba(227, 230, 236, 0) 100%);
  background: linear-gradient(270deg, #E6E3E3 0%, #F4F1F1 67%, rgba(227, 230, 236, 0) 100%);
  border-radius: 15px;
  text-align: center;
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-action .h-icon-all-close {
  font-size: 14px;
  cursor: pointer;
  color: rgba(17, 18, 24, 0.25);
}
.h3-organization__plus.has-val .h3-organization-selected-box .h3-organization-selected-ellipsis {
  padding: 0 10px;
  display: inline-block;
  background: #EFEFEF;
  border-radius: 16px;
  height: 32px;
  line-height: 32px;
  color: #121933;
}
.multi-overlayClassName-select-dropdown {
  width: 200px;
}
.multi-overlayClassName-select-dropdown .ant-dropdown-menu-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-overlayClassName-select-dropdown .ant-dropdown-menu-item-selected {
  background: rgba(0, 30, 116, 0.06);
  font-weight: 600;
  font-size: 14px;
  color: #111218;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/

.show-error[data-v-25376741],
.show-error[data-v-25376741]:hover {
  border: 1px solid #f4454e !important;
  border-radius: 4px;
}
.show-error[data-v-25376741]:focus {
  box-shadow: 0 0 0 2px rgba(244, 69, 78, 0.2) !important;
}
.h3-organization-wrapper[data-v-25376741] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
[data-v-25376741] .h3-organization-selected {
  color: rgba(0, 0, 0, 0.65);
  border: none;
  background-color: #ececed;
  border-radius: 12px;
  padding: 0;
  margin: 0 8px 0 0;
  margin-top: 3px;
  margin-bottom: 3px;
}
[data-v-25376741] .h3-organization-selected .ant-avatar {
  border: 1px solid #dddddd;
}
[data-v-25376741] .h3-organization-selected .ant-avatar > img {
  background: #fff;
}
[data-v-25376741] .h3-organization-selected .selected-item {
  display: -webkit-box;
  display: flex;
  width: 100%;
  align-items: center;
  position: relative;
}
[data-v-25376741] .h3-organization-selected .selected-item .avatar-wrapper {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  min-width: 24px;
  border-radius: 12px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2970ff;
}
[data-v-25376741] .h3-organization-selected .selected-item .avatar-wrapper.org-avatar-wrapper {
  background-color: rgba(17, 18, 24, 0.5);
}
[data-v-25376741] .h3-organization-selected .selected-item .avatar-wrapper .user-avatar {
  min-width: 24px;
  min-height: 24px;
  max-width: 200%;
  max-height: 200%;
}
[data-v-25376741] .h3-organization-selected .selected-item .avatar-wrapper em {
  margin: 0;
  padding: 0;
  position: unset;
  transform: translate(0, 0);
  font-size: 12px;
  color: #fff;
}
[data-v-25376741] .h3-organization-selected .selected-item:hover .close-icon-wrapper {
  display: inline-block;
}
[data-v-25376741] .h3-organization-selected .selected-item .close-icon-wrapper {
  width: 22px;
  height: 13px;
  padding-left: 9px;
  background: -webkit-linear-gradient(184deg, #ececed 0%, #ececed 68%, rgba(236, 236, 237, 0) 100%);
  background: linear-gradient(266deg, #ececed 0%, #ececed 68%, rgba(236, 236, 237, 0) 100%);
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
[data-v-25376741] .h3-organization-selected .selected-item .close-icon-wrapper em {
  font-size: 13px;
  line-height: 13px;
  color: #bbbeca;
  background: #fff;
  border-radius: 13px;
}
[data-v-25376741] .h3-organization-selected .selected-item .close-icon-wrapper em:hover {
  color: rgba(17, 18, 24, 0.5);
}
[data-v-25376741] .showPartFont {
  padding: 0 8px;
  vertical-align: middle;
}
[data-v-25376741] .h3-organization__label .h3-organization-selected-name {
  font-size: 12px;
  width: 100%;
  padding-right: 8px;
}
.default-avatar[data-v-25376741] {
  color: #ffb131;
  line-height: 28px;
  font-size: 28px;
}
.icon-wrapper[data-v-25376741] {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background-color: rgba(17, 18, 24, 0.25);
  text-align: center;
}
.icon-wrapper i[data-v-25376741] {
  line-height: 32px !important;
  color: #fff !important;
  font-size: 16px !important;
  vertical-align: unset !important;
}

.text-info-detail.ant-popover {
  padding-top: 5px;
}
.text-info-detail .ant-popover-arrow {
  display: none;
}
.text-info-detail .ant-popover-inner-content {
  padding: 6px;
}
.text-info-detail .text-info-box {
  max-height: 177px;
  overflow-y: scroll;
}
.text-info-detail .text-info-box .text-info-item {
  width: 270px;
  height: 57px;
  padding: 7px 12px;
}
.text-info-detail .text-info-box .text-info-item .item-name {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.text-info-detail .text-info-box .text-info-item .item-path {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.45);
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.h3-organization__plus.has-val .plus-wrapper {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 32px;
}
.h3-organization__plus.has-val .plus-wrapper .plus-icon {
  vertical-align: unset;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box {
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected .default-avatar,
.h3-organization__plus.has-val .plus-wrapper .h3-organization-selected-box .h3-organization-selected .h3-organization-selected-name {
  vertical-align: unset;
  line-height: 32px;
  max-width: 56px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.org-tree-search[data-v-29be0050] {
  padding: 12px 12px 0;
  position: relative;
  z-index: 9;
}
.org-tree-search .org-tree-search-input[data-v-29be0050] {
  position: relative;
}
.org-tree-search .org-tree-search-input input[data-v-29be0050] {
  padding-left: 32px;
}
.org-tree-search .org-tree-search-input .clean-icon[data-v-29be0050] {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(17, 18, 24, 0.25);
}
.org-tree-search .org-tree-search-input .search-icon[data-v-29be0050] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(17, 18, 24, 0.25);
}
.org-tree-search .search-result[data-v-29be0050] {
  position: absolute;
  left: 12px;
  right: 12px;
  top: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 8px 0px rgba(17, 18, 24, 0.15);
  border-radius: 2px;
  margin-top: 4px;
}
.org-tree-search .search-result .loading-box[data-v-29be0050] {
  height: 70px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  color: #111218;
  line-height: 22px;
  font-size: 14px;
  justify-content: center;
}
.org-tree-search .search-result .loading-box p[data-v-29be0050] {
  margin-left: 5px;
}
.org-tree-search .search-result .search-result-wrapper[data-v-29be0050] {
  position: relative;
  padding-left: 12px;
}
.org-tree-search .search-result .search-result-wrapper p[data-v-29be0050] {
  font-size: 12px;
  line-height: 20px;
  padding: 6px 0;
  color: rgba(17, 18, 24, 0.5);
}
.org-tree-search .search-result .search-result-wrapper .result-list[data-v-29be0050] {
  max-height: 288px;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item[data-v-29be0050] {
  padding-right: 12px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info[data-v-29be0050] {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-avatar[data-v-29be0050] {
  width: 28px;
  height: 28px;
  border-radius: 14px;
  margin-right: 6px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-user i[data-v-29be0050] {
  font-size: 28px;
  color: #ffb131;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-org[data-v-29be0050] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 18, 24, 0.5);
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-org i[data-v-29be0050] {
  font-size: 12px;
  color: #fff;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main[data-v-29be0050] {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main > span[data-v-29be0050] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main > span[data-v-29be0050]:first-child {
  line-height: 22px;
  font-size: 14px;
  color: #111218;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main > span[data-v-29be0050]:last-child {
  font-size: 12px;
  color: rgba(17, 18, 24, 0.5);
  line-height: 18px;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main .selectable-orglist[data-v-29be0050] {
  display: -webkit-box;
  display: flex;
  align-items: baseline;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main .selectable-orglist .multi-dept-orglist[data-v-29be0050] {
  max-width: 231px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: rgba(17, 18, 24, 0.5);
  line-height: 22px;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main .selectable-orglist .disabled-menu-item[data-v-29be0050] {
  cursor: not-allowed !important;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main .selectable-orglist .h-icon-all-circle-down[data-v-29be0050] {
  width: 12px;
  cursor: pointer;
  margin-left: 4px;
  color: #c3c4c5;
  font-size: 12px;
}
.org-tree-search .search-result .search-result-wrapper .result-list .result-list-item .list-item-info .list-item-info-main .selectable-orglist .h-icon-all-circle-down[data-v-29be0050]:hover {
  color: rgba(17, 18, 24, 0.5);
}

.custom-tree.my-department[data-v-6565a75a] {
  width: 100%;
  padding: 7px 8px 3px;
  height: 100%;
  overflow: auto;
}
.custom-tree.my-department .title[data-v-6565a75a] {
  max-width: calc(100% - 40px);
  flex: 1;
}
.custom-tree.my-department .title .node-name[data-v-6565a75a] {
  max-width: calc(100% - 32px);
}
.custom-tree.my-department .title-wrapper[data-v-6565a75a] {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.custom-tree.my-department .title-wrapper .radio-or-checkbox[data-v-6565a75a] {
  width: 32px;
  height: 32px;
  min-width: 32px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0;
}
.custom-tree.active-node > .title-wrapper[data-v-6565a75a] {
  background: rgba(0, 30, 116, 0.06);
  border-radius: 2px 0px 0px 2px;
}
.custom-tree > .title-wrapper[data-v-6565a75a]:hover {
  background: #eef4fd;
  border-radius: 2px 0px 0px 2px;
}
.custom-tree .title[data-v-6565a75a] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
}
.custom-tree .title .node-name[data-v-6565a75a] {
  max-width: 208px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-tree .title[data-v-6565a75a]:hover {
  background: #eef4fd;
  border-radius: 2px 0px 0px 2px;
}
.custom-tree .title span[data-v-6565a75a] {
  display: inline-block;
  padding-left: 11px;
  padding-right: 3px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  cursor: pointer;
}
.custom-tree .title em[data-v-6565a75a] {
  font-size: 10px;
  margin-right: 8px;
}

.my-department .ant-radio-wrapper {
  margin-right: 0;
}

.user-org-list[data-v-39792651] {
  position: relative;
  height: 100%;
}
.user-org-list .no-data[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(17, 18, 24, 0.25);
}
.check-all[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding: 3px 8px 0 12px;
  height: 32px;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.65);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
.check-all + .result-list-item[data-v-39792651] {
  margin-top: 4px;
}
.result-list-item[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  height: 32px;
  padding-left: 12px;
  padding-right: 8px;
}
.result-list-item[data-v-39792651]:hover {
  background: #eef4fd;
}
.result-list-item .list-item-info[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.result-list-item .list-item-info .list-item-info-avatar[data-v-39792651] {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-user i[data-v-39792651] {
  font-size: 20px;
  color: #ffb131;
}
.result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-org[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 18, 24, 0.5);
}
.result-list-item .list-item-info .list-item-info-avatar.list-item-info-avatar-org i[data-v-39792651] {
  font-size: 12px;
  color: #fff;
}
.result-list-item .list-item-info .list-item-info-main[data-v-39792651] {
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
.result-list-item .list-item-info .list-item-info-main span[data-v-39792651] {
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.result-list-item .list-item-info .list-item-info-main span[data-v-39792651]:first-child {
  line-height: 22px;
  font-size: 14px;
  color: #111218;
}
.result-list-item .list-item-info .list-item-info-main span[data-v-39792651]:last-child {
  font-size: 14px;
  color: #111218;
  line-height: 18px;
}
.result-list-item[data-v-39792651]:first-child {
  margin-top: 8px;
}
.text-info-box[data-v-39792651] {
  max-height: 177px;
  overflow-y: scroll;
}
.text-info-box .text-info-item[data-v-39792651] {
  width: 270px;
  height: 57px;
  padding: 7px 12px;
}
.text-info-box .text-info-item .item-name[data-v-39792651] {
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}
.text-info-box .text-info-item .item-path[data-v-39792651] {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(31, 31, 31, 0.45);
  line-height: 17px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.result-list-item .ant-radio-wrapper {
  margin-right: 0;
}

.check-wrapper[data-v-dc6f6592] {
  position: relative;
}
.check-wrapper .no-data[data-v-dc6f6592] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(17, 18, 24, 0.25);
}
.check-all[data-v-dc6f6592] {
  padding: 0 12px;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  padding-top: 3px;
  height: 32px;
  align-items: center;
  border-bottom: 1px solid rgba(221, 221, 221, 0.65);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 3;
}
.check-all + .select-self[data-v-dc6f6592] {
  margin-top: 4px;
}
.check-wrapper[data-v-dc6f6592] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.select-self[data-v-dc6f6592] {
  padding: 0 12px;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 32px;
  width: 100%;
}
.select-self .user[data-v-dc6f6592] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-self .user span[data-v-dc6f6592]:last-child {
  max-width: 380px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select-self .ant-radio-wrapper[data-v-dc6f6592] {
  margin-right: 0;
}
.select-self[data-v-dc6f6592]:hover {
  background: #eef4fd;
  cursor: pointer;
}
.select-self[data-v-dc6f6592]:first-child {
  margin-top: 8px;
}
.list-item-info-avatar[data-v-dc6f6592] {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  margin-right: 8px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.list-item-info-avatar.list-item-info-avatar-user i[data-v-dc6f6592] {
  font-size: 20px;
  color: #ffb131;
}
.list-item-info-avatar.list-item-info-avatar-org[data-v-dc6f6592] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(17, 18, 24, 0.5);
}
.list-item-info-avatar.list-item-info-avatar-org i[data-v-dc6f6592] {
  font-size: 12px;
  color: #fff;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.tabs[data-v-282d0297] {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #ddd;
}
.tabs span[data-v-282d0297] {
  margin-right: 48px;
  cursor: pointer;
}
.tabs span[data-v-282d0297]:hover {
  color: #2970ff;
}
.tabs span[data-v-282d0297]:last-child {
  margin-right: 0;
}
.tabs span.active[data-v-282d0297] {
  position: relative;
  color: #2970ff;
}
.tabs span.active[data-v-282d0297]::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #2970ff;
}
.content[data-v-282d0297] {
  height: 378px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
}
.content .left[data-v-282d0297] {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100%;
  padding: 7px 8px 3px;
  border-right: 1px solid #ddd;
  overscroll-behavior: contain;
}
.content .right[data-v-282d0297] {
  min-width: 200px;
  max-width: 200px;
  width: 200px;
  height: 100%;
  flex: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.org-tree[data-v-177346fa] {
  width: 480px;
  height: 460px;
  overflow: hidden;
}

.smart-org-popover .ant-popover-content {
  margin-top: -12px;
}
.smart-org-popover .ant-popover-inner-content {
  padding: 0;
}
.dropdown-smart-org {
  position: relative;
}
.dropdown-smart-org .icons {
  position: absolute;
  right: 0;
  width: 24px;
  height: 32px;
  top: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-items: center;
}
.dropdown-smart-org .icons em {
  color: rgba(17, 18, 24, 0.25);
}

.date-query-default-setting[data-v-0bfb0a32] {
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
}
.date-query-default-setting .date-query-default-setting__value-type[data-v-0bfb0a32] {
  width: 122px;
}
.date-query-default-setting .date-query-default-setting__value-type .value-type-selector[data-v-0bfb0a32] {
  width: 100%;
}
.date-query-default-setting .date-query-default-setting__value-select[data-v-0bfb0a32] {
  flex-grow: 1;
  display: -webkit-box;
  display: flex;
}
.date-query-default-setting.column-setting[data-v-0bfb0a32] {
  flex-flow: column;
}
.date-query-default-setting.column-setting .date-query-default-setting__value-type[data-v-0bfb0a32] {
  margin-bottom: 8px;
  width: 100%;
}
.date-query-default-setting.column-setting .date-query-default-setting__value-type.yersterday[data-v-0bfb0a32],
.date-query-default-setting.column-setting .date-query-default-setting__value-type.tomorrow[data-v-0bfb0a32] {
  margin-bottom: 0;
}
.date-query-default-setting.column-setting .date-query-default-setting__value-select[data-v-0bfb0a32] {
  flex-grow: unset;
}

.list-data-range-panel .ant-calendar-footer-btn .ant-calendar-footer-extra {
  display: block;
  height: 38px;
}

.condition-select-dropdown {
  z-index: 1112;
}
.condition-select-dropdown .ant-select-dropdown-menu-item:not(.condition-select-option) {
  display: none;
}

.overflow-field[data-v-8b5e71de] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.overflow-field-detail .ant-tooltip-arrow::before {
  background-color: rgba(0, 0, 0, 0.75);
}
.overflow-field-detail .ant-tooltip-inner {
  padding: 6px 8px;
  color: rgba(255, 255, 255, 0.9);
  text-align: left;
  background-color: rgba(0, 0, 0, 0.75);
  font-size: 14px;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.query-field-item[data-v-36936d85] {
  display: -webkit-box;
  display: flex;
  padding-top: 12px;
  padding-left: 24px;
  padding-right: 18px;
}
.query-field-item .query-item .item-left[data-v-36936d85] {
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
  width: 272px;
}
.query-field-item .query-item .item-left .field[data-v-36936d85] {
  padding: 0 !important;
  height: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #111218;
  line-height: 20px;
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single {
  height: 24px;
  border: unset;
  box-shadow: unset;
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single .ant-select-selection__rendered {
  height: 20px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
  line-height: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single .ant-select-selection__rendered:hover {
  color: var(--hoverColor, #EEF4FD);
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value {
  height: 20px;
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single .ant-select-arrow {
  right: 8px;
  margin-top: -7px;
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .ant-select-selection--single .ant-select-arrow:hover {
  color: var(--hoverColor, #EEF4FD);
}
.query-field-item .query-item .item-left .filter-type[data-v-36936d85] .filter-type-list {
  min-width: 86px;
}
.query-field-item .query-item .item-right.value[data-v-36936d85] {
  width: 272px;
}
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .fixed-value-picker /deep/ .date-range .ant-calendar-range-picker-separator::after {
  left: 251px;
}
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .start-value-picker,
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .end-value-picker {
  width: calc(100% - 26px);
}
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .start-value-picker .ant-input,
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .end-value-picker .ant-input {
  border-color: #d9d9d9;
}
.query-field-item .query-item .item-right.value[data-v-36936d85] .list-column-setting .tips {
  right: -9px;
}
.query-field-item .delete-item-icon[data-v-36936d85] {
  margin-left: 8px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
}
.query-field-item .delete-item-icon[data-v-36936d85]:hover {
  cursor: pointer;
  color: var(--hoverColor, #EEF4FD);
}
.query-field-item[data-v-36936d85] .ant-select {
  width: 100%;
}
.disPlays[data-v-36936d85] {
  display: none;
}

.item-right.value .list-column-setting .date-range {
  padding-right: 10px;
}
.item-right.value .list-column-setting .date-range .ant-calendar-range-picker-separator::before {
  left: 239px;
}
.item-right.value .list-column-setting .date-range .ant-calendar-range-picker-separator::after {
  left: 251px;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.query-field-group[data-v-0b5ce761] {
  padding: 16px 0 0;
  height: 100%;
}
.query-field-group .query-form-items[data-v-0b5ce761] {
  height: calc(100% - 32px);
  overflow-y: scroll;
  padding-bottom: 12px;
}
.line[data-v-0b5ce761] {
  height: 20px;
  margin-bottom: 4px;
  position: relative;
  text-align: center;
}
.line span[data-v-0b5ce761] {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 20px;
  color: rgba(17, 18, 24, 0.5);
  background-color: #fff;
  padding: 0 16px;
}
.line[data-v-0b5ce761]::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 0px;
  background-color: #eee;
  border-top: 1px solid #eee;
  top: 50%;
  margin-top: -0.5px;
}
.btn[data-v-0b5ce761] {
  font-size: 14px;
  color: var(--highlightColor, #2970FF);
  display: inline-block;
  height: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 0 24px;
}
.btn span[data-v-0b5ce761] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.btn span[data-v-0b5ce761]:hover {
  opacity: 0.8;
}
.btn em[data-v-0b5ce761] {
  font-size: 16px;
  margin-right: 8px;
  line-height: 20px;
  height: 19px;
}
.btn.btn-disabled[data-v-0b5ce761] {
  color: rgba(17, 18, 24, 0.25);
}
.btn.btn-disabled span[data-v-0b5ce761]:hover {
  opacity: 1;
  cursor: not-allowed;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.query-form-add-item {
  padding: unset;
}
.query-form-add-item .ant-popover-inner {
  width: 189px;
  background: #ffffff;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content {
  padding: unset;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search {
  height: 33px;
  line-height: 32px;
  display: -webkit-box;
  display: flex;
  padding: 0 12px;
  align-items: center;
  border-bottom: 1px solid #d7d7d7;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search .icon {
  font-size: 18px;
  color: #111218;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search .ant-input {
  border: unset;
  padding: 4px 9px;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search .ant-input:focus {
  box-shadow: unset;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result {
  max-height: 192px;
  overflow-y: auto;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item {
  height: 32px;
  padding: 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item:hover {
  cursor: pointer;
  background-color: #eef4fd;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item > span {
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #111218;
  line-height: 22px;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item.item-disabled > span {
  color: rgba(17, 18, 24, 0.25);
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item.item-disabled:hover {
  cursor: not-allowed;
  background-color: #ffffff;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .result-item .blue {
  color: var(--primaryColor, #2970FF);
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .no-result {
  text-align: center;
  padding: 74px 0;
}
.query-form-add-item .ant-popover-inner .ant-popover-inner-content .search-result .no-result span {
  height: 17px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
  line-height: 17px;
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.query-renderer[data-v-1f90f5ec] {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 202px);
}
.query-renderer .query-type[data-v-1f90f5ec] {
  padding: 0 24px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #111218;
  line-height: 22px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.query-renderer .query-type .select[data-v-1f90f5ec] {
  min-width: 50px;
  height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: var(--highlightColor, #2970FF);
  line-height: 22px;
}
.query-renderer .query-type .select[data-v-1f90f5ec] .ant-select-selection--single {
  border: unset;
  height: 22px;
  box-shadow: unset;
}
.query-renderer .query-type .select[data-v-1f90f5ec] .ant-select-selection--single .ant-select-selection__rendered {
  margin-left: 8px;
  margin-right: 21px;
  height: 22px;
}
.query-renderer .query-type .select[data-v-1f90f5ec] .ant-select-selection--single .ant-select-selection__rendered .ant-select-selection-selected-value {
  height: 22px;
  line-height: 22px;
}
.query-renderer .query-type .select[data-v-1f90f5ec] .ant-select-selection--single .ant-select-arrow {
  right: 8px;
  color: var(--highlightColor, #2970FF);
}
.btn-group[data-v-1f90f5ec] {
  height: 80px;
  min-height: 80px;
  max-height: 80px;
  text-align: right;
  font-size: 14px;
  color: var(--highlightColor, #2970FF);
  padding: 24px;
}
.btn-group .btn[data-v-1f90f5ec] {
  margin-left: 8px;
}
.scroll-box[data-v-1f90f5ec] {
  flex: 1;
  overflow: auto;
}

.query-form-admin[data-v-83904992] {
  position: relative;
  line-height: 24px;
}
.query-form-admin[data-v-83904992] .query-form-left {
  max-height: min(calc(100vh - 256px), 530px);
  display: -webkit-box;
  display: flex;
}
.query-form-admin .btn-disabled[data-v-83904992] {
  font-size: 14px;
  color: rgba(17, 18, 24, 0.25);
  display: inline-block;
  height: 22px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 10px;
  padding: 16px 24px 0 24px;
}
.query-form-admin .btn-disabled[data-v-83904992]:hover {
  box-shadow: none;
}
.query-form-admin-left[data-v-83904992] {
  max-height: 320px;
  overflow-y: scroll;
  padding-bottom: 12px;
}
.query-form-admin .filter-box[data-v-83904992] .query-type .ant-select-selection-selected-value {
  color: #2970ff;
}
.query-form-admin .filter-box[data-v-83904992] .query-type .ant-select-arrow {
  color: #2970ff !important;
}
.query-form-admin .filter-box[data-v-83904992] .query-field-group .btn {
  color: #2970ff;
}
.query-form-admin .filter-box[data-v-83904992] .query-field-group .btn.btn-disabled {
  color: rgba(17, 18, 24, 0.25);
}
.query-form-admin .filter-box[data-v-83904992] .query-field-group .query-item .ant-select-arrow:hover {
  color: #2970ff !important;
}
.query-form-admin .filter-box[data-v-83904992] .query-field-group .delete-item-icon:hover {
  color: #2970ff !important;
}
.content-box__empty[data-v-83904992] {
  text-align: center;
  font-weight: 400;
  color: rgba(17, 18, 24, 0.5);
  line-height: 60px;
}

.list-selector[data-v-09214d02] {
  height: 100%;
}
.list-selector[data-v-09214d02] .gantt-preview.content-box {
  margin-top: 16px;
  height: calc(100vh - 152px);
}
.list-selector[data-v-09214d02] .gantt-preview .gantt-view-container {
  margin-top: 1px;
}
.list-selector[data-v-09214d02] .gantt-preview .gantt-view-container .gantt-view_right {
  height: calc(100vh - 210px) !important;
  min-height: 304px;
}
.list-selector[data-v-09214d02] .gantt-preview .content-box__table {
  margin-top: unset;
}
.list-selector[data-v-09214d02] .gantt-preview .ant-table-body {
  height: calc(100vh - 154px) !important;
  overflow-y: hidden;
  min-height: 360px;
  background: white;
}
.actions[data-v-09214d02] {
  padding: 8px 0;
  text-align: right;
}
.actions > button[data-v-09214d02] {
  margin-left: 8px;
}
.action-box[data-v-09214d02] {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.action-box .list-title[data-v-09214d02] {
  font-size: 16px;
  font-weight: 600;
  flex: 1;
  color: #111218;
}
.action-box .list-title-setting[data-v-09214d02] {
  margin-right: 16px;
  font-size: 18px;
  color: #000;
  cursor: pointer;
}
.action-box .list-title-setting .icon[data-v-09214d02]:hover {
  color: #2970ff;
}
.action-box .list-title-setting .high-light[data-v-09214d02] {
  color: #2970ff;
}
.filter-wrap[data-v-09214d02] {
  position: absolute;
  top: 56px;
  width: 344px;
  z-index: 666;
  margin-top: -8px;
}
.filter-wrap .content-box[data-v-09214d02] {
  padding-top: 24px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background: #fff;
  z-index: 9;
  position: relative;
}
.filter-wrap .content-box .fixed-icon[data-v-09214d02] {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 30px;
  background-color: #eeeeee;
  z-index: 3;
  border-bottom-left-radius: 30px;
}
.filter-wrap .content-box .fixed-icon > span[data-v-09214d02] {
  position: absolute;
  top: 4px;
  right: 4px;
  color: rgba(17, 18, 24, 0.25);
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.filter-wrap .content-box .fixed-icon > span.cancel-fixed[data-v-09214d02] {
  color: rgba(17, 18, 24, 0.5);
}
.filter-wrap .content-box .fixed-icon[data-v-09214d02]:hover {
  cursor: pointer;
}
.filter-wrap .content-box .fixed-icon:hover > span[data-v-09214d02] {
  color: rgba(17, 18, 24, 0.5);
}
.table-wrap[data-v-09214d02] {
  overflow: auto;
  text-align: left;
  margin: 8px 0;
  background: #fff;
  height: calc(100% - 64px);
}
[data-v-09214d02] .ant-table-thead > tr > th,[data-v-09214d02] .ant-table-tbody > tr > td {
  padding: 8px 10px;
  color: #111218;
}
[data-v-09214d02] .ant-table-thead > tr > th {
  color: rgba(17, 18, 24, 0.5);
  position: relative;
  padding-left: 10px;
  background-color: #f8fbff;
  font-weight: 600;
}
[data-v-09214d02] .ant-table-thead > tr > th:not(:first-child)::after {
  content: ' ';
  width: 1px;
  height: 20px;
  left: 0;
  position: absolute;
  background-color: #eaedf3;
}
[data-v-09214d02] .ant-pagination {
  margin-bottom: 0;
  margin-right: 8px;
}
.filter-mask[data-v-09214d02] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

