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

/* 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-message {
  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: fixed;
  top: 16px;
  left: 0;
  z-index: 1010;
  width: 100%;
  pointer-events: none;
}
.ant-message-notice {
  padding: 8px;
  text-align: center;
}
.ant-message-notice:first-child {
  margin-top: -8px;
}
.ant-message-notice-content {
  display: inline-block;
  padding: 10px 16px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  pointer-events: all;
}
.ant-message-success .anticon {
  color: #32B683;
}
.ant-message-error .anticon {
  color: #F4454E;
}
.ant-message-warning .anticon {
  color: #FAAD14;
}
.ant-message-info .anticon,
.ant-message-loading .anticon {
  color: #1890ff;
}
.ant-message .anticon {
  position: relative;
  top: 1px;
  margin-right: 8px;
  font-size: 17px;
}
.ant-message-notice.move-up-leave.move-up-leave-active {
  overflow: hidden;
  animation-name: MessageMoveOut;
  animation-duration: 0.3s;
}
@keyframes MessageMoveOut {
  0% {
    max-height: 150px;
    padding: 8px;
    opacity: 1;
  }
  100% {
    max-height: 0;
    padding: 0;
    opacity: 0;
  }
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.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-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 */
.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 */
@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;
}

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

.author-card[data-v-596d571c] {
  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-596d571c] {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
}
.author-card .author-card-top .img-wrapper[data-v-596d571c] {
  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-596d571c] {
  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-596d571c] {
  line-height: 70px;
  text-align: center;
  color: #fff;
  vertical-align: bottom;
  font-size: 36px;
}
.author-card .author-card-top > .author-card-right[data-v-596d571c] {
  flex: 1;
}
.author-card .author-card-top > .author-card-right > h2[data-v-596d571c] {
  color: #111218;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn[data-v-596d571c] {
  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-596d571c] {
  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-596d571c] {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}
.author-card .author-card-bottom[data-v-596d571c] {
  width: 100%;
  padding-top: 20px;
}
.author-card .author-card-bottom-li[data-v-596d571c] {
  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-596d571c] {
  width: 242px;
  color: #111218;
}
.dingtalk-btn[data-v-596d571c] {
  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;
}
.dingtalk-btn i[data-v-596d571c] {
  vertical-align: bottom;
  color: #fff;
  margin-right: 14px;
}
.dingtalk-btn a[data-v-596d571c] {
  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-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;
    }
  }
}

/* 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-971236a4] .ant-popover-inner-content {
  padding: 0;
  box-shadow: 0px 2px 8px 0px rgba(30, 85, 255, 0.15);
}
.author-card[data-v-971236a4] {
  width: 298px;
  height: auto;
  background-color: #fff;
  padding: 12px 8px;
  box-sizing: border-box;
  cursor: initial;
}
.author-card .author-card-top[data-v-971236a4] {
  width: 100%;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: flex;
  padding-bottom: 20px;
}
.author-card .author-card-top .img-wrapper[data-v-971236a4] {
  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-971236a4] {
  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-971236a4] {
  font-size: 36px;
  color: #fff;
}
.author-card .author-card-top > .author-card-right[data-v-971236a4] {
  flex: 1;
}
.author-card .author-card-top > .author-card-right > h2[data-v-971236a4] {
  color: #111218;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.author-card .author-card-top > .author-card-right > .userInfo-right-cn[data-v-971236a4] {
  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-971236a4] {
  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-971236a4] {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 170px;
}
.author-card .author-card-bottom[data-v-971236a4] {
  width: 100%;
  padding-top: 20px;
}
.author-card .author-card-bottom-li[data-v-971236a4] {
  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-971236a4] {
  width: 242px;
  color: #111218;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dingtalk-btn[data-v-971236a4] {
  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;
}
.dingtalk-btn i[data-v-971236a4] {
  vertical-align: bottom;
  color: #fff;
  margin-right: 14px;
}
.dingtalk-btn a[data-v-971236a4] {
  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-d686e57c] {
  flex: 1;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 202px);
}
.query-renderer .query-type[data-v-d686e57c] {
  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-d686e57c] {
  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-d686e57c] .ant-select-selection--single {
  border: unset;
  height: 22px;
  box-shadow: unset;
}
.query-renderer .query-type .select[data-v-d686e57c] .ant-select-selection--single .ant-select-selection__rendered {
  margin-left: 8px;
  margin-right: 21px;
  height: 22px;
}
.query-renderer .query-type .select[data-v-d686e57c] .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-d686e57c] .ant-select-selection--single .ant-select-arrow {
  right: 8px;
  color: var(--highlightColor, #2970FF);
}
.btn-group[data-v-d686e57c] {
  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-d686e57c] {
  margin-left: 8px;
}
.scroll-box[data-v-d686e57c] {
  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;
}

@font-face {
  font-family: "aufontAll";
  /* Project id 817620 */
  src: url(/fonts/iconfont.3a481e7a.woff2) format('woff2'), url(/fonts/iconfont.f5c82046.woff) format('woff'), url(/fonts/iconfont.acda1310.ttf) format('truetype');
}
.aufontAll {
  font-family: "aufontAll" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.h-icon-all-add-down:before {
  content: "\e642";
}
.h-icon-all-add-up:before {
  content: "\e643";
}
.h-icon-all-ollama:before {
  content: "\e63d";
}
.h-icon-all-openai:before {
  content: "\e63b";
}
.h-icon-all-tencentlke:before {
  content: "\e63c";
}
.h-icon-all-large-model-deepseek:before {
  content: "\e638";
}
.h-icon-all-large-model-huoshan:before {
  content: "\e639";
}
.h-icon-all-large-model-tongyi:before {
  content: "\e63a";
}
.h-icon-all-a-Group204:before {
  content: "\ea4f";
}
.h-icon-all-AI-user:before {
  content: "\e635";
}
.h-icon-all-ai1:before {
  content: "\e636";
}
.h-icon-all-a-Isnotempty:before {
  content: "\e86c";
}
.h-icon-all-a-Isempty:before {
  content: "\ea4b";
}
.h-icon-all-a-Doesnotbelongto:before {
  content: "\e86f";
}
.h-icon-all-a-Doesnotcontain:before {
  content: "\e870";
}
.h-icon-all-a-Notequalto:before {
  content: "\e871";
}
.h-icon-all-a-Greaterthan:before {
  content: "\ea4a";
}
.h-icon-all-a-Belongsto:before {
  content: "\ea4c";
}
.h-icon-all-a-notbetween:before {
  content: "\ea4d";
}
.h-icon-all-a-Lessthan:before {
  content: "\ea4e";
}
.h-icon-all-Between:before {
  content: "\e867";
}
.h-icon-all-a-Equalto:before {
  content: "\e868";
}
.h-icon-all-a-Lessthanorequalto:before {
  content: "\e869";
}
.h-icon-all-Contains:before {
  content: "\e86b";
}
.h-icon-all-a-Greaterthanorequalto:before {
  content: "\e86e";
}
.h-icon-all-drag-updown:before {
  content: "\e634";
}
.h-icon-all-select_all:before {
  content: "\e633";
}
.h-icon-all-thicker:before {
  content: "\e632";
}
.h-icon-all-source-code:before {
  content: "\e626";
}
.h-icon-all-eraser:before {
  content: "\e627";
}
.h-icon-all-copy-text:before {
  content: "\e628";
}
.h-icon-all-code:before {
  content: "\e629";
}
.h-icon-all-subscript:before {
  content: "\e62a";
}
.h-icon-all-text-font:before {
  content: "\e62b";
}
.h-icon-all-anchor-point:before {
  content: "\e62c";
}
.h-icon-all-copy-word:before {
  content: "\e62e";
}
.h-icon-all-superscript:before {
  content: "\e62f";
}
.h-icon-all-list1:before {
  content: "\e630";
}
.h-icon-all-text-size:before {
  content: "\e631";
}
.h-icon-all-middle-open:before {
  content: "\e866";
}
.h-icon-all-left-open:before {
  content: "\e865";
}
.h-icon-all-speech-recognition:before {
  content: "\e66d";
}
.h-icon-all-a-newconversation:before {
  content: "\e864";
}
.h-icon-all-add-message-o:before {
  content: "\e60f";
}
.h-icon-all-ai-robot-o:before {
  content: "\e60e";
}
.h-icon-all-page:before {
  content: "\e863";
}
.h-icon-all-filter-up-o:before {
  content: "\e861";
}
.h-icon-all-filter-down-o:before {
  content: "\e862";
}
.h-icon-all-user-more-stroke:before {
  content: "\e860";
}
.h-icon-all-Line-spacing1_o:before {
  content: "\e85c";
}
.h-icon-all-Line-spacing3_o:before {
  content: "\e85d";
}
.h-icon-all-Line-spacing4_o:before {
  content: "\e85e";
}
.h-icon-all-Line-spacing2_o:before {
  content: "\e85f";
}
.h-icon-all-key2:before {
  content: "\e85b";
}
.h-icon-all-pickup-o:before {
  content: "\e85a";
}
.h-icon-all-api:before {
  content: "\e859";
}
.h-icon-all-lic:before {
  content: "\e858";
}
.h-icon-all-clear-o:before {
  content: "\e857";
}
.h-icon-all-setting2-o:before {
  content: "\e856";
}
.h-icon-all-magicstick-o:before {
  content: "\e855";
}
.h-icon-all-Keyboard_o:before {
  content: "\e854";
}
.h-icon-all-recover-o:before {
  content: "\e852";
}
.h-icon-all-pop-upwindows-o:before {
  content: "\e851";
}
.h-icon-all-button-o:before {
  content: "\e850";
}
.h-icon-all-degree-o:before {
  content: "\e84e";
}
.h-icon-all-round-o:before {
  content: "\e84f";
}
.h-icon-all-cuttingline-o:before {
  content: "\e84d";
}
.h-icon-all-bulb:before {
  content: "\e84c";
}
.h-icon-all-a-computationspace-o:before {
  content: "\e84b";
}
.h-icon-all-gridmenu_color:before {
  content: "\e60d";
}
.h-icon-all-web-embedding-o:before {
  content: "\e849";
}
.h-icon-all-backlog_o:before {
  content: "\e848";
}
.h-icon-all-customer-o1:before {
  content: "\e847";
}
.h-icon-all-message2-o:before {
  content: "\e846";
}
.h-icon-all-authentication-o:before {
  content: "\e843";
}
.h-icon-all-bankcard-o:before {
  content: "\e840";
}
.h-icon-all-invoice-o:before {
  content: "\e841";
}
.h-icon-all-data-reference-o:before {
  content: "\e83f";
}
.h-icon-all-a-bianzu8:before {
  content: "\e83c";
}
.h-icon-all-a-bianzu10:before {
  content: "\e83d";
}
.h-icon-all-a-bianzu13:before {
  content: "\e83e";
}
.h-icon-all-a-bianzu4:before {
  content: "\e836";
}
.h-icon-all-a-bianzu11:before {
  content: "\e837";
}
.h-icon-all-a-bianzu14:before {
  content: "\e838";
}
.h-icon-all-a-bianzu9:before {
  content: "\e839";
}
.h-icon-all-a-bianzu5:before {
  content: "\e83a";
}
.h-icon-all-a-bianzu7:before {
  content: "\e83b";
}
.h-icon-all-process-stroke:before {
  content: "\e834";
}
.h-icon-all-a-table-sub-edit-stroke:before {
  content: "\e835";
}
.h-icon-all-bingtu-o:before {
  content: "\e833";
}
.h-icon-all-application-o:before {
  content: "\e831";
}
.h-icon-all-code-square-o1:before {
  content: "\e832";
}
.h-icon-all-zidingyianniuliuchengchufa:before {
  content: "\e830";
}
.h-icon-all-dingshichufa:before {
  content: "\e827";
}
.h-icon-all-text-watermark-stroke:before {
  content: "\e82e";
}
.h-icon-all-huoquliebiaoshuju:before {
  content: "\e82f";
}
.h-icon-all-liuchengshengxiao:before {
  content: "\e82d";
}
.h-icon-all-jiazai:before {
  content: "\e82c";
}
.h-icon-all-shanchu:before {
  content: "\e82b";
}
.h-icon-all-xinzeng:before {
  content: "\e829";
}
.h-icon-all-liuchengzuofei:before {
  content: "\e82a";
}
.h-icon-all-gengxin:before {
  content: "\e828";
}
.h-icon-all-jingshi:before {
  content: "\e826";
}
.h-icon-all-ocr-stroke:before {
  content: "\e825";
}
.h-icon-all-search-stroke:before {
  content: "\e824";
}
.h-icon-all-logo-loading-stoke:before {
  content: "\e823";
}
.h-icon-all-shandian:before {
  content: "\e822";
}
.h-icon-all-copy-stroke:before {
  content: "\e821";
}
.h-icon-all-hidden_o:before {
  content: "\e853";
}
.h-icon-all-airobot_o:before {
  content: "\e820";
}
.h-icon-all-listsymbol_rhombus:before {
  content: "\e81f";
}
.h-icon-all-listsymbol_circle:before {
  content: "\e81d";
}
.h-icon-all-listsymbol_number:before {
  content: "\e81e";
}
.h-icon-all-data_color:before {
  content: "\e81c";
}
.h-icon-all-picture-loading-failed-stoke:before {
  content: "\e81b";
}
.h-icon-all-unlock2-o:before {
  content: "\e819";
}
.h-icon-all-lock2-o:before {
  content: "\e81a";
}
.h-icon-all-module-o:before {
  content: "\e818";
}
.h-icon-all-a-tablecell_color:before {
  content: "\e817";
}
.h-icon-all-a-externalmodel:before {
  content: "\e816";
}
.h-icon-all-a-emptypage_color:before {
  content: "\e815";
}
.h-icon-all-navigation_color:before {
  content: "\e80f";
}
.h-icon-all-subtable_color:before {
  content: "\e810";
}
.h-icon-all-anchor_color:before {
  content: "\e811";
}
.h-icon-all-scan_color:before {
  content: "\e812";
}
.h-icon-all-table_color:before {
  content: "\e813";
}
.h-icon-all-a-formitem_color:before {
  content: "\e814";
}
.h-icon-all-collapse_color:before {
  content: "\e6f6";
}
.h-icon-all-a-foldingcontainer_color:before {
  content: "\e6f7";
}
.h-icon-all-container_color:before {
  content: "\e6f8";
}
.h-icon-all-grid_color:before {
  content: "\e6f9";
}
.h-icon-all-iframe_color:before {
  content: "\e6fa";
}
.h-icon-all-a-horizontaltabs_color:before {
  content: "\e6fb";
}
.h-icon-all-a-verticaltabs_color:before {
  content: "\e6fc";
}
.h-icon-all-a-stepsview_color:before {
  content: "\e6fd";
}
.h-icon-all-a-subtableview_color:before {
  content: "\e6fe";
}
.h-icon-all-form_color:before {
  content: "\e700";
}
.h-icon-all-a-cardview_color:before {
  content: "\e704";
}
.h-icon-all-a-frequentlysearch_color:before {
  content: "\e70c";
}
.h-icon-all-a-leftfixation_color:before {
  content: "\e70f";
}
.h-icon-all-a-peripheralfixation2_color:before {
  content: "\e713";
}
.h-icon-all-a-intermediatefixation-color:before {
  content: "\e714";
}
.h-icon-all-a-peripheralfixation1_color:before {
  content: "\e717";
}
.h-icon-all-drawer_color:before {
  content: "\e748";
}
.h-icon-all-skeleton_color:before {
  content: "\e7b6";
}
.h-icon-all-popconfirm_color:before {
  content: "\e7b7";
}
.h-icon-all-modal_color:before {
  content: "\e7b8";
}
.h-icon-all-spin_color:before {
  content: "\e7ba";
}
.h-icon-all-alert_color:before {
  content: "\e7bd";
}
.h-icon-all-progress_color:before {
  content: "\e7be";
}
.h-icon-all-divider_color:before {
  content: "\e7bf";
}
.h-icon-all-card_color:before {
  content: "\e7c2";
}
.h-icon-all-image_color:before {
  content: "\e7c3";
}
.h-icon-all-a-dropdownselection_color:before {
  content: "\e7c5";
}
.h-icon-all-button_color:before {
  content: "\e7c7";
}
.h-icon-all-carousel_color:before {
  content: "\e7c8";
}
.h-icon-all-popover_color:before {
  content: "\e7c9";
}
.h-icon-all-a-textlist_color:before {
  content: "\e7ca";
}
.h-icon-all-calendar_color:before {
  content: "\e7cc";
}
.h-icon-all-icon_color:before {
  content: "\e7cd";
}
.h-icon-all-list_color:before {
  content: "\e7ce";
}
.h-icon-all-video_color:before {
  content: "\e7cf";
}
.h-icon-all-qrcode_color:before {
  content: "\e7d0";
}
.h-icon-all-map_color:before {
  content: "\e7d1";
}
.h-icon-all-empty_color:before {
  content: "\e7d2";
}
.h-icon-all-timeline_color:before {
  content: "\e7d6";
}
.h-icon-all-badge_color:before {
  content: "\e7d7";
}
.h-icon-all-text_color:before {
  content: "\e7d8";
}
.h-icon-all-tree_color:before {
  content: "\e7db";
}
.h-icon-all-tabs_color:before {
  content: "\e7dc";
}
.h-icon-all-tag_color:before {
  content: "\e7e5";
}
.h-icon-all-statistic_color:before {
  content: "\e7e6";
}
.h-icon-all-avatar_color:before {
  content: "\e7e7";
}
.h-icon-all-dropdown_color:before {
  content: "\e7e8";
}
.h-icon-all-menu_color:before {
  content: "\e7e9";
}
.h-icon-all-a-breakcrumb_color:before {
  content: "\e7ea";
}
.h-icon-all-steps_color:before {
  content: "\e7f0";
}
.h-icon-all-pagination_color:before {
  content: "\e7f1";
}
.h-icon-all-a-addressselect_color:before {
  content: "\e7f2";
}
.h-icon-all-checkbox_color:before {
  content: "\e7f3";
}
.h-icon-all-a-approvalrecord_color:before {
  content: "\e7f4";
}
.h-icon-all-a-daterange_color:before {
  content: "\e7f5";
}
.h-icon-all-a-dateselect_color:before {
  content: "\e7f6";
}
.h-icon-all-dashboard_color:before {
  content: "\e7f8";
}
.h-icon-all-cascader_color:before {
  content: "\e7f9";
}
.h-icon-all-a-personnelselect_color:before {
  content: "\e7fa";
}
.h-icon-all-a-flowchart_color:before {
  content: "\e7fb";
}
.h-icon-all-a-inputnumber_color:before {
  content: "\e7fc";
}
.h-icon-all-radio_color:before {
  content: "\e7fd";
}
.h-icon-all-a-pictureupload_color:before {
  content: "\e7fe";
}
.h-icon-all-seitch_color:before {
  content: "\e7ff";
}
.h-icon-all-a-richtext_color:before {
  content: "\e800";
}
.h-icon-all-a-processdetails_color:before {
  content: "\e801";
}
.h-icon-all-slider_color:before {
  content: "\e802";
}
.h-icon-all-a-numericalrange_color:before {
  content: "\e803";
}
.h-icon-all-select_color:before {
  content: "\e804";
}
.h-icon-all-input_color:before {
  content: "\e805";
}
.h-icon-all-a-treeselect_color:before {
  content: "\e806";
}
.h-icon-all-a-textfield_color:before {
  content: "\e807";
}
.h-icon-all-a-timeselect_color:before {
  content: "\e808";
}
.h-icon-all-transfer_color:before {
  content: "\e809";
}
.h-icon-all-rate_color:before {
  content: "\e80a";
}
.h-icon-all-upload_color:before {
  content: "\e80b";
}
.h-icon-all-region_color:before {
  content: "\e80c";
}
.h-icon-all-a-searchform_color:before {
  content: "\e80d";
}
.h-icon-all-a-tableview_color:before {
  content: "\e80e";
}
.h-icon-all-list:before {
  content: "\e6f5";
}
.h-icon-all-shengxu:before {
  content: "\e6f4";
}
.h-icon-all-fujian-xz:before {
  content: "\e6f3";
}
.h-icon-all-pc-o:before {
  content: "\e6f0";
}
.h-icon-all-mobile-o:before {
  content: "\e6f1";
}
.h-icon-all-a-mobileandpc-o:before {
  content: "\e6f2";
}
.h-icon-all-a-line-dragmove:before {
  content: "\e6ef";
}
.h-icon-all-rank:before {
  content: "\e6ee";
}
.h-icon-all-up-o1:before {
  content: "\e6ed";
}
.h-icon-all-a-dropdownbutton-fill:before {
  content: "\e6ea";
}
.h-icon-all-delete-o2:before {
  content: "\e6ec";
}
.h-icon-all-multiplication-sign-stroke:before {
  content: "\e6cb";
}
.h-icon-all-a-team-more-stroke:before {
  content: "\e6eb";
}
.h-icon-all-workfiow-consent:before {
  content: "\e686";
}
.h-icon-all-workfiow-wait:before {
  content: "\e688";
}
.h-icon-all-workfiow-suspend:before {
  content: "\e69c";
}
.h-icon-all-workfiow-void:before {
  content: "\e6e5";
}
.h-icon-all-workfiow-veto:before {
  content: "\e6e6";
}
.h-icon-all-workfiow-transfer:before {
  content: "\e6e7";
}
.h-icon-all-workfiow-error:before {
  content: "\e6e8";
}
.h-icon-all-workfiow-submit:before {
  content: "\e6e9";
}
.h-icon-all-mp4:before {
  content: "\e678";
}
.h-icon-all-ppt2:before {
  content: "\e679";
}
.h-icon-all-txt:before {
  content: "\e67a";
}
.h-icon-all-excel2:before {
  content: "\e67b";
}
.h-icon-all-pdf2:before {
  content: "\e67c";
}
.h-icon-all-jpg:before {
  content: "\e67e";
}
.h-icon-all-zip1:before {
  content: "\e67f";
}
.h-icon-all-music1:before {
  content: "\e680";
}
.h-icon-all-a-:before {
  content: "\e683";
}
.h-icon-all-word2:before {
  content: "\e684";
}
.h-icon-all-download-stroke:before {
  content: "\e676";
}
.h-icon-all-loading-stroke:before {
  content: "\e677";
}
.h-icon-all-bevel-left-stroke:before {
  content: "\e675";
}
.h-icon-all-a-text-file-obeifen12:before {
  content: "\e672";
}
.h-icon-all-a-link-obeifen8:before {
  content: "\e673";
}
.h-icon-all-a-pie-chart-obeifen8:before {
  content: "\e674";
}
.h-icon-all-home-stroke:before {
  content: "\e671";
}
.h-icon-all-a-app-store-stroke1:before {
  content: "\e66e";
}
.h-icon-all-setting-stroke:before {
  content: "\e66f";
}
.h-icon-all-folder-fill:before {
  content: "\e66c";
}
.h-icon-all-bevel-bottom-stroke:before {
  content: "\e66a";
}
.h-icon-all-Cloud-o:before {
  content: "\e6e4";
}
.h-icon-all-user-o1:before {
  content: "\e667";
}
.h-icon-all-container-o:before {
  content: "\e6e3";
}
.h-icon-all-grid-o:before {
  content: "\e6e2";
}
.h-icon-all-a-layout2:before {
  content: "\e6de";
}
.h-icon-all-a-layout1:before {
  content: "\e6df";
}
.h-icon-all-a-layout4:before {
  content: "\e6e0";
}
.h-icon-all-a-layout3:before {
  content: "\e6e1";
}
.h-icon-all-education1:before {
  content: "\e6dd";
}
.h-icon-all-move-o1:before {
  content: "\e6dc";
}
.h-icon-all-end-o:before {
  content: "\e6db";
}
.h-icon-all-start-o:before {
  content: "\e6da";
}
.h-icon-all-update-o1:before {
  content: "\e6d8";
}
.h-icon-all-traversal-o1:before {
  content: "\e6d9";
}
.h-icon-all-a-approvalrecord:before {
  content: "\e6d7";
}
.h-icon-all-add-0:before {
  content: "\e6ca";
}
.h-icon-all-assignment-o:before {
  content: "\e6cc";
}
.h-icon-all-mail-o1:before {
  content: "\e6cd";
}
.h-icon-all-message-o1:before {
  content: "\e6ce";
}
.h-icon-all-judgment-o:before {
  content: "\e6cf";
}
.h-icon-all-prompt-o:before {
  content: "\e6d0";
}
.h-icon-all-search-o1:before {
  content: "\e6d1";
}
.h-icon-all-stop-o:before {
  content: "\e6d2";
}
.h-icon-all-update-o:before {
  content: "\e6d3";
}
.h-icon-all-a-instantmessaging-o:before {
  content: "\e6d4";
}
.h-icon-all-quote-o1:before {
  content: "\e6d5";
}
.h-icon-all-traversal-o:before {
  content: "\e6d6";
}
.h-icon-all-order:before {
  content: "\e6b1";
}
.h-icon-all-application2:before {
  content: "\e6b9";
}
.h-icon-all-diagram_o:before {
  content: "\e7b1";
}
.h-icon-all-bug_o:before {
  content: "\e7b2";
}
.h-icon-all-model-o:before {
  content: "\e6c9";
}
.h-icon-all-chart:before {
  content: "\e6ad";
}
.h-icon-all-file1:before {
  content: "\e6ae";
}
.h-icon-all-calendar:before {
  content: "\e6af";
}
.h-icon-all-role:before {
  content: "\e6b0";
}
.h-icon-all-logistics:before {
  content: "\e6b2";
}
.h-icon-all-cooperation:before {
  content: "\e6b3";
}
.h-icon-all-company:before {
  content: "\e6b4";
}
.h-icon-all-a-bankcard:before {
  content: "\e6b5";
}
.h-icon-all-education:before {
  content: "\e6b6";
}
.h-icon-all-gift:before {
  content: "\e6b7";
}
.h-icon-all-contract:before {
  content: "\e6b8";
}
.h-icon-all-invoice:before {
  content: "\e6ba";
}
.h-icon-all-job:before {
  content: "\e6bb";
}
.h-icon-all-a-officialseal:before {
  content: "\e6bc";
}
.h-icon-all-shopping:before {
  content: "\e6bd";
}
.h-icon-all-medicine:before {
  content: "\e6be";
}
.h-icon-all-mail1:before {
  content: "\e6bf";
}
.h-icon-all-information:before {
  content: "\e6c0";
}
.h-icon-all-structure:before {
  content: "\e6c1";
}
.h-icon-all-honor:before {
  content: "\e6c2";
}
.h-icon-all-program:before {
  content: "\e6c3";
}
.h-icon-all-trend:before {
  content: "\e6c4";
}
.h-icon-all-label:before {
  content: "\e6c5";
}
.h-icon-all-oa:before {
  content: "\e6c6";
}
.h-icon-all-financial:before {
  content: "\e6c7";
}
.h-icon-all-store:before {
  content: "\e6c8";
}
.h-icon-all-coding_o:before {
  content: "\e7b0";
}
.h-icon-all-actual_o:before {
  content: "\e7ae";
}
.h-icon-all-fit_o:before {
  content: "\e7af";
}
.h-icon-all-refresh-o:before {
  content: "\e7ad";
}
.h-icon-all-team-single-stroke:before {
  content: "\e6a0";
}
.h-icon-all-field-position-stroke:before {
  content: "\e6a1";
}
.h-icon-all-field-picture-stroke:before {
  content: "\e6a2";
}
.h-icon-all-bevel-circle-bottom-stroke:before {
  content: "\e6a3";
}
.h-icon-all-field-calendar-stroke:before {
  content: "\e6a4";
}
.h-icon-all-field-attachment-stroke:before {
  content: "\e6a5";
}
.h-icon-all-tick-multiple-stroke:before {
  content: "\e6a6";
}
.h-icon-all-field-Summary-stroke:before {
  content: "\e6a7";
}
.h-icon-all-user-gap-stroke:before {
  content: "\e6a8";
}
.h-icon-all-field-input-stroke:before {
  content: "\e6a9";
}
.h-icon-all-field-number-stroke:before {
  content: "\e6aa";
}
.h-icon-all-associated-reference-stoke:before {
  content: "\e6ab";
}
.h-icon-all-field-textarea-stroke:before {
  content: "\e6ac";
}
.h-icon-all-map-o2:before {
  content: "\e69f";
}
.h-icon-all-add-bold:before {
  content: "\e69e";
}
.h-icon-all-add-big:before {
  content: "\e69b";
}
.h-icon-all-unfold:before {
  content: "\e69d";
}
.h-icon-all-page-o:before {
  content: "\e69a";
}
.h-icon-all-data:before {
  content: "\e699";
}
.h-icon-all-SetData:before {
  content: "\e698";
}
.h-icon-all-ui-home:before {
  content: "\e697";
}
.h-icon-all-a-TimeStyle:before {
  content: "\e696";
}
.h-icon-all-Battery:before {
  content: "\e695";
}
.h-icon-all-a-CellularConnection:before {
  content: "\e694";
}
.h-icon-all-statistic:before {
  content: "\e7aa";
}
.h-icon-all-customlink:before {
  content: "\e7ab";
}
.h-icon-all-model:before {
  content: "\e7ac";
}
.h-icon-all-report:before {
  content: "\e693";
}
.h-icon-all-a-logicdesignontainer:before {
  content: "\e691";
}
.h-icon-all-a-modeldesignontainer:before {
  content: "\e692";
}
.h-icon-all-a-printdesignontainer:before {
  content: "\e68b";
}
.h-icon-all-a-uidesignontainer:before {
  content: "\e68d";
}
.h-icon-all-a-flowdesignontainer:before {
  content: "\e68e";
}
.h-icon-all-file-text:before {
  content: "\e7b9";
}
.h-icon-all-flag:before {
  content: "\e7cb";
}
.h-icon-all-sync:before {
  content: "\e7a8";
}
.h-icon-all-appstore1:before {
  content: "\e7a9";
}
.h-icon-all-securityscan:before {
  content: "\e7c0";
}
.h-icon-all-fund:before {
  content: "\e7e0";
}
.h-icon-all-disconnect:before {
  content: "\e7e3";
}
.h-icon-all-link:before {
  content: "\e7e4";
}
.h-icon-all-font-colors:before {
  content: "\e7f7";
}
.h-icon-all-Report:before {
  content: "\ea48";
}
.h-icon-all-shezhi:before {
  content: "\ea49";
}
.h-icon-all-play-circle1:before {
  content: "\e7a7";
}
.h-icon-all-filesearch:before {
  content: "\e7b5";
}
.h-icon-all-home1:before {
  content: "\e7c6";
}
.h-icon-all-batch:before {
  content: "\ed14";
}
.h-icon-all-owner-department:before {
  content: "\ed13";
}
.h-icon-all-pushpin-fill:before {
  content: "\e86d";
}
.h-icon-all-plus-circle-fill:before {
  content: "\e845";
}
.h-icon-all-plus:before {
  content: "\ea47";
}
.h-icon-all-field-time:before {
  content: "\ea46";
}
.h-icon-all-earth:before {
  content: "\e7a3";
}
.h-icon-all-save:before {
  content: "\e7a6";
}
.h-icon-all-bell:before {
  content: "\e7c4";
}
.h-icon-all-cloud-upload1:before {
  content: "\e7d9";
}
.h-icon-all-cloud-download1:before {
  content: "\e7da";
}
.h-icon-all-edit:before {
  content: "\e7e2";
}
.h-icon-all-indent:before {
  content: "\ed11";
}
.h-icon-all-outdent:before {
  content: "\ed12";
}
.h-icon-all-department1:before {
  content: "\e690";
}
.h-icon-all-catalogue-obeifen:before {
  content: "\e68f";
}
.h-icon-all-head-portrait:before {
  content: "\ed10";
}
.h-icon-all-translate:before {
  content: "\ea45";
}
.h-icon-all-palette-o:before {
  content: "\ed0f";
}
.h-icon-all-gantetu:before {
  content: "\e670";
}
.h-icon-all-tishinaoling1:before {
  content: "\e68c";
}
.h-icon-all-public-sea-pool-o1:before {
  content: "\e641";
}
.h-icon-all-conversation-o1:before {
  content: "\e68a";
}
.h-icon-all-group1:before {
  content: "\e689";
}
.h-icon-all-print-template:before {
  content: "\ed0e";
}
.h-icon-all-jiaoseguanli:before {
  content: "\e687";
}
.h-icon-all-yingyong:before {
  content: "\e685";
}
.h-icon-all-video1:before {
  content: "\ed0d";
}
.h-icon-all-setting-fill:before {
  content: "\ed0b";
}
.h-icon-all-reload-time:before {
  content: "\ed0c";
}
.h-icon-all-compressed-package:before {
  content: "\ed0a";
}
.h-icon-all-wrench:before {
  content: "\ed09";
}
.h-icon-all-xmind:before {
  content: "\ed05";
}
.h-icon-all-xml:before {
  content: "\ed06";
}
.h-icon-all-audio-frequency:before {
  content: "\ed07";
}
.h-icon-all-rp:before {
  content: "\ed08";
}
.h-icon-all-excel1:before {
  content: "\ed03";
}
.h-icon-all-pdf1:before {
  content: "\ed04";
}
.h-icon-all-ppt1:before {
  content: "\ed00";
}
.h-icon-all-word1:before {
  content: "\ed02";
}
.h-icon-all-sisternode:before {
  content: "\ea43";
}
.h-icon-all-double-up-o:before {
  content: "\ecfe";
}
.h-icon-all-double-down-o:before {
  content: "\ecff";
}
.h-icon-all-form-process:before {
  content: "\ecfd";
}
.h-icon-all-application1:before {
  content: "\ecfc";
}
.h-icon-all-open:before {
  content: "\ecfb";
}
.h-icon-all-retweet:before {
  content: "\ea42";
}
.h-icon-all-compress:before {
  content: "\ea40";
}
.h-icon-all-expend:before {
  content: "\ea41";
}
.h-icon-all-shape:before {
  content: "\ecfa";
}
.h-icon-all-pass:before {
  content: "\ecf6";
}
.h-icon-all-have-in-hand:before {
  content: "\ecf7";
}
.h-icon-all-end:before {
  content: "\ecf8";
}
.h-icon-all-reject:before {
  content: "\ecf9";
}
.h-icon-all-info-circle-fill:before {
  content: "\e844";
}
.h-icon-all-delete:before {
  content: "\ecf5";
}
.h-icon-all-eye1:before {
  content: "\e7a2";
}
.h-icon-all-download:before {
  content: "\e7ef";
}
.h-icon-all-abnormal:before {
  content: "\ecf3";
}
.h-icon-all-check-circle1:before {
  content: "\e795";
}
.h-icon-all-reloadtime:before {
  content: "\e798";
}
.h-icon-all-file-exception:before {
  content: "\e7b4";
}
.h-icon-all-highlight:before {
  content: "\e7e1";
}
.h-icon-all-file-copy:before {
  content: "\e7bc";
}
.h-icon-all-select:before {
  content: "\e7d5";
}
.h-icon-all-qrcode:before {
  content: "\e7dd";
}
.h-icon-all-message-fill:before {
  content: "\e84a";
}
.h-icon-all-more2:before {
  content: "\ecf2";
}
.h-icon-all-form:before {
  content: "\ecf1";
}
.h-icon-all-folder1:before {
  content: "\ecef";
}
.h-icon-all-a-folder-open:before {
  content: "\ecf0";
}
.h-icon-all-hanshushezhi:before {
  content: "\e62d";
}
.h-icon-all-star1:before {
  content: "\e7df";
}
.h-icon-all-star-fill:before {
  content: "\e86a";
}
.h-icon-all-upload_am:before {
  content: "\e610";
}
.h-icon-all-a-ic_upload_localfile:before {
  content: "\e625";
}
.h-icon-all-screen:before {
  content: "\ecee";
}
.h-icon-all-search:before {
  content: "\ea3f";
}
.h-icon-all-edit-square:before {
  content: "\e794";
}
.h-icon-all-book1:before {
  content: "\e7b3";
}
.h-icon-all-file:before {
  content: "\e7bb";
}
.h-icon-all-mail:before {
  content: "\e7de";
}
.h-icon-all-right:before {
  content: "\e7eb";
}
.h-icon-all-left:before {
  content: "\e7ec";
}
.h-icon-all-up:before {
  content: "\e7ed";
}
.h-icon-all-down:before {
  content: "\e7ee";
}
.h-icon-all-desktop1:before {
  content: "\e842";
}
.h-icon-all-apartment:before {
  content: "\ea3e";
}
.h-icon-all-calendar-check:before {
  content: "\e7d4";
}
.h-icon-all-carryout:before {
  content: "\e7d3";
}
.h-icon-all-send:before {
  content: "\eced";
}
.h-icon-all-insert-row-left:before {
  content: "\ecec";
}
.h-icon-all-batch-approval:before {
  content: "\eceb";
}
.h-icon-all-application:before {
  content: "\ecea";
}
.h-icon-all-workbench:before {
  content: "\ece8";
}
.h-icon-all-a-technologicalprocess:before {
  content: "\ece9";
}
.h-icon-all-yincangziduan:before {
  content: "\e682";
}
.h-icon-all-ziduanguanli:before {
  content: "\e681";
}
.h-icon-all-desktop:before {
  content: "\ece6";
}
.h-icon-all-assignment:before {
  content: "\ece7";
}
.h-icon-all-a-Drop-downsingle-o:before {
  content: "\e765";
}
.h-icon-all-a-Drop-downmultiple-o:before {
  content: "\e78e";
}
.h-icon-all-a-Mixedselection-o:before {
  content: "\e793";
}
.h-icon-all-finder-o:before {
  content: "\e7a5";
}
.h-icon-all-sql-file-o:before {
  content: "\e7a4";
}
.h-icon-all-kanbanshitu:before {
  content: "\e67d";
}
.h-icon-all-symbol_pic-upload:before {
  content: "\ece5";
}
.h-icon-all-department:before {
  content: "\ece4";
}
.h-icon-all-folder-organization:before {
  content: "\ece3";
}
.h-icon-all-scan-o-01:before {
  content: "\ecde";
}
.h-icon-all-scan-o-02:before {
  content: "\ecdf";
}
.h-icon-all-scan-o-03:before {
  content: "\ece1";
}
.h-icon-all-scan-o-04:before {
  content: "\ece2";
}
.h-icon-all-Components_QR-code:before {
  content: "\ecdd";
}
.h-icon-all-Components_scan:before {
  content: "\ecdb";
}
.h-icon-all-export_o:before {
  content: "\ecda";
}
.h-icon-all-symbol_panel-container:before {
  content: "\ecd7";
}
.h-icon-all-mother-set:before {
  content: "\ecd8";
}
.h-icon-all-symbol_motherset:before {
  content: "\ecd9";
}
.h-icon-all-ignore:before {
  content: "\ecd5";
}
.h-icon-all-delete-o1:before {
  content: "\ec54";
}
.h-icon-all-progress-o1:before {
  content: "\ecbb";
}
.h-icon-all-skin-o1:before {
  content: "\e66b";
}
.h-icon-all-eye-o1:before {
  content: "\ed1c";
}
.h-icon-all-subordinate-o1:before {
  content: "\ed27";
}
.h-icon-all-lock-o1:before {
  content: "\ec89";
}
.h-icon-all-frozen-o:before {
  content: "\e7a1";
}
.h-icon-all-symbol_Anchor:before {
  content: "\ecd4";
}
.h-icon-all-connect-o:before {
  content: "\ecd3";
}
.h-icon-all-more1:before {
  content: "\ecd2";
}
.h-icon-all-reset-password:before {
  content: "\ecd0";
}
.h-icon-all-responsive-o:before {
  content: "\eccf";
}
.h-icon-all-symbol_head:before {
  content: "\ecce";
}
.h-icon-all-symbol_tabs:before {
  content: "\eccd";
}
.h-icon-all-card-view-o:before {
  content: "\e78d";
}
.h-icon-all-openSearch-o:before {
  content: "\e7c1";
}
.h-icon-all-setting1:before {
  content: "\e7a0";
}
.h-icon-all-symbol_approvalopinion:before {
  content: "\e79f";
}
.h-icon-all-flow-cancel:before {
  content: "\e79a";
}
.h-icon-all-flow-pass:before {
  content: "\e79b";
}
.h-icon-all-flow-finish:before {
  content: "\e79c";
}
.h-icon-all-flow-turndown:before {
  content: "\e79d";
}
.h-icon-all-flow-underway:before {
  content: "\e79e";
}
.h-icon-all-rollback-o1:before {
  content: "\e637";
}
.h-icon-all-more-o:before {
  content: "\e799";
}
.h-icon-all-symbol_toberead:before {
  content: "\e787";
}
.h-icon-all-symbol_My-process2:before {
  content: "\e78b";
}
.h-icon-all-symbol_read:before {
  content: "\e784";
}
.h-icon-all-symbol_Initiation-process:before {
  content: "\e785";
}
.h-icon-all-symbol_Done:before {
  content: "\e786";
}
.h-icon-all-symbol_My-process:before {
  content: "\e788";
}
.h-icon-all-symbol_Process-details:before {
  content: "\e789";
}
.h-icon-all-symbol_Upcoming:before {
  content: "\e78a";
}
.h-icon-all-jar-file-o:before {
  content: "\eccc";
}
.h-icon-all-subordinate:before {
  content: "\e783";
}
.h-icon-all-lane_level:before {
  content: "\e77b";
}
.h-icon-all-finish:before {
  content: "\e77c";
}
.h-icon-all-termination:before {
  content: "\e77d";
}
.h-icon-all-gateway_inclusive:before {
  content: "\e77e";
}
.h-icon-all-gateway_parallel:before {
  content: "\e77f";
}
.h-icon-all-lane_vertical:before {
  content: "\e780";
}
.h-icon-all-process_info:before {
  content: "\e781";
}
.h-icon-all-process_point:before {
  content: "\e782";
}
.h-icon-all-symbol_department:before {
  content: "\e775";
}
.h-icon-all-symbol_staffdepartment:before {
  content: "\e779";
}
.h-icon-all-symbol_staff:before {
  content: "\e77a";
}
.h-icon-all-symbol_Carousel-container:before {
  content: "\e744";
}
.h-icon-all-symbol_Step:before {
  content: "\e745";
}
.h-icon-all-symbol_Foldpanel:before {
  content: "\e74a";
}
.h-icon-all-symbol_Step-container:before {
  content: "\e750";
}
.h-icon-all-symbol_Richtext:before {
  content: "\e762";
}
.h-icon-all-symbol_Associationform:before {
  content: "\e764";
}
.h-icon-all-freeze-left-o:before {
  content: "\ecca";
}
.h-icon-all-freeze-right-o:before {
  content: "\ecc7";
}
.h-icon-all-one-columns-o:before {
  content: "\ecc8";
}
.h-icon-all-three-columns-o:before {
  content: "\ecc9";
}
.h-icon-all-two-columns-o:before {
  content: "\eccb";
}
.h-icon-all-symbol_Child_table:before {
  content: "\e769";
}
.h-icon-all-symbol_container1:before {
  content: "\e76a";
}
.h-icon-all-symbol_date3:before {
  content: "\e76b";
}
.h-icon-all-symbol_date11:before {
  content: "\e76c";
}
.h-icon-all-symbol_drawer1:before {
  content: "\e76d";
}
.h-icon-all-symbol_Drop-downbox1:before {
  content: "\e76e";
}
.h-icon-all-symbol_Empty1:before {
  content: "\e76f";
}
.h-icon-all-symbol_sidenav:before {
  content: "\e770";
}
.h-icon-all-symbol_tab2:before {
  content: "\e771";
}
.h-icon-all-symbol_table1:before {
  content: "\e772";
}
.h-icon-all-symbol_topnav:before {
  content: "\e773";
}
.h-icon-all-symbol_card2:before {
  content: "\e776";
}
.h-icon-all-symbol_Drop-down:before {
  content: "\e777";
}
.h-icon-all-symbol_Drop-down1:before {
  content: "\e778";
}
.h-icon-all-symbol_card1:before {
  content: "\e767";
}
.h-icon-all-symbol_container:before {
  content: "\e768";
}
.h-icon-all-symbol_card:before {
  content: "\e766";
}
.h-icon-all-symbol_date2:before {
  content: "\e755";
}
.h-icon-all-symbol_logo:before {
  content: "\e763";
}
.h-icon-all-symbol_Cascadeselection:before {
  content: "\e73d";
}
.h-icon-all-Components_Addressselection:before {
  content: "\e73e";
}
.h-icon-all-Components_comment:before {
  content: "\e73f";
}
.h-icon-all-Components_CitySelection:before {
  content: "\e740";
}
.h-icon-all-Components_demo:before {
  content: "\e741";
}
.h-icon-all-Components_Digitalinputbox:before {
  content: "\e742";
}
.h-icon-all-Components_Gongge:before {
  content: "\e743";
}
.h-icon-all-Components_form:before {
  content: "\e746";
}
.h-icon-all-symbol_downmenu:before {
  content: "\e747";
}
.h-icon-all-symbol_Inputbox:before {
  content: "\e749";
}
.h-icon-all-Components_Bubbleconfirmation:before {
  content: "\e74b";
}
.h-icon-all-Components_list:before {
  content: "\e74c";
}
.h-icon-all-Components_score:before {
  content: "\e74d";
}
.h-icon-all-Components_layout:before {
  content: "\e74e";
}
.h-icon-all-Components_paging:before {
  content: "\e74f";
}
.h-icon-all-Components_map:before {
  content: "\e751";
}
.h-icon-all-Components_dialogbox:before {
  content: "\e752";
}
.h-icon-all-Components_Slideinputbar:before {
  content: "\e753";
}
.h-icon-all-Components_crumbs:before {
  content: "\e754";
}
.h-icon-all-Components_load:before {
  content: "\e756";
}
.h-icon-all-Components_Timeselector:before {
  content: "\e757";
}
.h-icon-all-Components_Shuttle:before {
  content: "\e758";
}
.h-icon-all-Components_textlist:before {
  content: "\e759";
}
.h-icon-all-Components_timeaxis:before {
  content: "\e75a";
}
.h-icon-all-Components_upload:before {
  content: "\e75b";
}
.h-icon-all-Components_Warning:before {
  content: "\e75c";
}
.h-icon-all-Components_statisticalanalysis:before {
  content: "\e75d";
}
.h-icon-all-Components_Treecontrol:before {
  content: "\e75e";
}
.h-icon-all-Components_Treeselection:before {
  content: "\e75f";
}
.h-icon-all-Components_login:before {
  content: "\e760";
}
.h-icon-all-Components_switch:before {
  content: "\e761";
}
.h-icon-all-Batch-processing-2:before {
  content: "\e727";
}
.h-icon-all-Batch-processing-1:before {
  content: "\e73c";
}
.h-icon-all-Line-spacing_o:before {
  content: "\e720";
}
.h-icon-all-word-spacing_o:before {
  content: "\e73a";
}
.h-icon-all-Words-spacing_o:before {
  content: "\e73b";
}
.h-icon-all-Fillet-Bottom-left_o:before {
  content: "\e71b";
}
.h-icon-all-Fillet-Upper-right_o:before {
  content: "\e71c";
}
.h-icon-all-Fillet-bottom-right_o:before {
  content: "\e71d";
}
.h-icon-all-Fillet-Upper-left_o:before {
  content: "\e71e";
}
.h-icon-all-First-line-indent_o:before {
  content: "\e71f";
}
.h-icon-all-Shared-symbol_o:before {
  content: "\e721";
}
.h-icon-all-hide_o:before {
  content: "\e722";
}
.h-icon-all-shared_o:before {
  content: "\e723";
}
.h-icon-all-Strikethrough_o:before {
  content: "\e725";
}
.h-icon-all-symbol_Graphiclist-copy:before {
  content: "\ec4d";
}
.h-icon-all-symbol_Checkbox:before {
  content: "\e6ff";
}
.h-icon-all-symbol_Collapse:before {
  content: "\e701";
}
.h-icon-all-symbol_text:before {
  content: "\e702";
}
.h-icon-all-symbol_Grid:before {
  content: "\e703";
}
.h-icon-all-symbol_Button:before {
  content: "\e705";
}
.h-icon-all-symbol_icon:before {
  content: "\e706";
}
.h-icon-all-symbols_Audio:before {
  content: "\e707";
}
.h-icon-all-symbol_video:before {
  content: "\e708";
}
.h-icon-all-symbol_pic:before {
  content: "\e709";
}
.h-icon-all-symbol_line:before {
  content: "\e70a";
}
.h-icon-all-symbol_Singlelineoftext:before {
  content: "\e70b";
}
.h-icon-all-symbol_Radio:before {
  content: "\e70d";
}
.h-icon-all-symbol_Multilinetext:before {
  content: "\e70e";
}
.h-icon-all-symbol_progressbar:before {
  content: "\e710";
}
.h-icon-all-symbol_logic:before {
  content: "\e711";
}
.h-icon-all-symbol_label:before {
  content: "\e712";
}
.h-icon-all-symbol_Carousel:before {
  content: "\e715";
}
.h-icon-all-symbol_Footer:before {
  content: "\e716";
}
.h-icon-all-symbol_video1:before {
  content: "\e718";
}
.h-icon-all-symbol_Audio1:before {
  content: "\e719";
}
.h-icon-all-symbol_Backtotop:before {
  content: "\e71a";
}
.h-icon-all-entrust-o1:before {
  content: "\e797";
}
.h-icon-all-entrust-o:before {
  content: "\e792";
}
.h-icon-all-zj-shengji:before {
  content: "\e78f";
}
.h-icon-all-zj-cuiban:before {
  content: "\e790";
}
.h-icon-all-zj-yonghu:before {
  content: "\e791";
}
.h-icon-all-zj-lianjiedian:before {
  content: "\e78c";
}
.h-icon-all-outer-o:before {
  content: "\e774";
}
.h-icon-all-icon_function_daorudaochu:before {
  content: "\ea3d";
}
.h-icon-all-location:before {
  content: "\e796";
}
.h-icon-all-chakan-zj:before {
  content: "\e615";
}
.h-icon-all-laststep-zj:before {
  content: "\e616";
}
.h-icon-all-dayin-zj:before {
  content: "\e617";
}
.h-icon-all-faqi--zj:before {
  content: "\e618";
}
.h-icon-all-geren-zj:before {
  content: "\e619";
}
.h-icon-all-daiyue-zj:before {
  content: "\e61a";
}
.h-icon-all-nextlevel-zj:before {
  content: "\e61b";
}
.h-icon-all-search-zj:before {
  content: "\e61c";
}
.h-icon-all-liucheng-zj:before {
  content: "\e61d";
}
.h-icon-all-zancun-zj:before {
  content: "\e61e";
}
.h-icon-all-memu-zj:before {
  content: "\e61f";
}
.h-icon-all-shouqi-zj:before {
  content: "\e620";
}
.h-icon-all-yiyue-zj:before {
  content: "\e621";
}
.h-icon-all-yiban-zj:before {
  content: "\e622";
}
.h-icon-all-zhankai-zj:before {
  content: "\e623";
}
.h-icon-all-zuofei-zj:before {
  content: "\e624";
}
.h-icon-all-bj-zj:before {
  content: "\e611";
}
.h-icon-all-bj-zj1:before {
  content: "\e612";
}
.h-icon-all-daiban-zj:before {
  content: "\e613";
}
.h-icon-all-chuanyue-zj:before {
  content: "\e614";
}
.h-icon-all-work-handover-o:before {
  content: "\e739";
}
.h-icon-all-describe-o:before {
  content: "\e738";
}
.h-icon-all-slideshow-:before {
  content: "\e72e";
}
.h-icon-all-slideshow-1:before {
  content: "\e732";
}
.h-icon-all-slideshow-o:before {
  content: "\e737";
}
.h-icon-all-subfield-:before {
  content: "\e729";
}
.h-icon-all-subfield-1:before {
  content: "\e72a";
}
.h-icon-all-subfield-2:before {
  content: "\e72b";
}
.h-icon-all-subfield-3:before {
  content: "\e72c";
}
.h-icon-all-subfield-4:before {
  content: "\e72d";
}
.h-icon-all-subfield-6:before {
  content: "\e72f";
}
.h-icon-all-subfield-7:before {
  content: "\e730";
}
.h-icon-all-subfield-8:before {
  content: "\e731";
}
.h-icon-all-subfield-10:before {
  content: "\e733";
}
.h-icon-all-subfield-11:before {
  content: "\e734";
}
.h-icon-all-subfield-o:before {
  content: "\e735";
}
.h-icon-all-tab-o:before {
  content: "\e736";
}
.h-icon-all-batch-download-o:before {
  content: "\eb99";
}
.h-icon-all-logic-switch-o:before {
  content: "\e728";
}
.h-icon-all-enlarge-o:before {
  content: "\e726";
}
.h-icon-all-map-o:before {
  content: "\e724";
}
.h-icon-all-matrix:before {
  content: "\eb94";
}
.h-icon-all-more:before {
  content: "\e640";
}
.h-icon-all-eye-close:before {
  content: "\eb93";
}
.h-icon-all-creator:before {
  content: "\eb8f";
}
.h-icon-all-paste:before {
  content: "\eb92";
}
.h-icon-all-normal_smile:before {
  content: "\eb8e";
}
.h-icon-all-process:before {
  content: "\eb8d";
}
.h-icon-all-drag:before {
  content: "\e63e";
}
.h-icon-all-subgroup:before {
  content: "\e63f";
}
.h-icon-all-zip:before {
  content: "\eb83";
}
.h-icon-all-music:before {
  content: "\eb84";
}
.h-icon-all-video:before {
  content: "\eb85";
}
.h-icon-all-ppt:before {
  content: "\eb86";
}
.h-icon-all-pdf:before {
  content: "\eb87";
}
.h-icon-all-picture:before {
  content: "\eb88";
}
.h-icon-all-unkonw:before {
  content: "\eb89";
}
.h-icon-all-word:before {
  content: "\eb8a";
}
.h-icon-all-excel:before {
  content: "\eb8b";
}
.h-icon-all-t:before {
  content: "\eb8c";
}
.h-icon-all-package:before {
  content: "\ea34";
}
.h-icon-all-renamebox:before {
  content: "\ea44";
}
.h-icon-all-star-circle:before {
  content: "\ea35";
}
.h-icon-all-tag-heart:before {
  content: "\ea36";
}
.h-icon-all-ic_favorite:before {
  content: "\ea37";
}
.h-icon-all-ic_shopping_cart:before {
  content: "\ea38";
}
.h-icon-all-ic_shopping_basket:before {
  content: "\ea39";
}
.h-icon-all-ic_event_note:before {
  content: "\ea78";
}
.h-icon-all-account-box:before {
  content: "\ea3a";
}
.h-icon-all-book:before {
  content: "\ea3b";
}
.h-icon-all-description:before {
  content: "\ea3c";
}
.h-icon-all-insert-chart:before {
  content: "\eb59";
}
.h-icon-all-folder:before {
  content: "\eb6b";
}
.h-icon-all-restaurant-menu:before {
  content: "\ec08";
}
.h-icon-all-business-center:before {
  content: "\ec41";
}
.h-icon-all-group:before {
  content: "\ec4c";
}
.h-icon-all-cell:before {
  content: "\eb80";
}
.h-icon-all-wifi1:before {
  content: "\eb81";
}
.h-icon-all-singnal:before {
  content: "\eb82";
}
.h-icon-all-cancell-o:before {
  content: "\ea33";
}
.h-icon-all-compiling-applicatio:before {
  content: "\e9d8";
}
.h-icon-all-employee-files-o:before {
  content: "\e9d9";
}
.h-icon-all-contract-management-:before {
  content: "\e9da";
}
.h-icon-all-employee-entry-o:before {
  content: "\e9db";
}
.h-icon-all-employee-help-o:before {
  content: "\e9dc";
}
.h-icon-all-employee-searching-o:before {
  content: "\e9dd";
}
.h-icon-all-employee-roster-o:before {
  content: "\e9de";
}
.h-icon-all-employee-interview-o:before {
  content: "\e9df";
}
.h-icon-all-employee-reward-o:before {
  content: "\e9e0";
}
.h-icon-all-employment-applicati:before {
  content: "\e9e1";
}
.h-icon-all-employee-turnover-o:before {
  content: "\e9e2";
}
.h-icon-all-job-certification-o:before {
  content: "\e9e3";
}
.h-icon-all-employee-training-o:before {
  content: "\e9e4";
}
.h-icon-all-interview-evaluation:before {
  content: "\e9e5";
}
.h-icon-all-employee-suspension-:before {
  content: "\e9e6";
}
.h-icon-all-maintenance-organiza:before {
  content: "\e9e7";
}
.h-icon-all-out-application-o:before {
  content: "\e9e8";
}
.h-icon-all-leave-application-o:before {
  content: "\e9e9";
}
.h-icon-all-KPI-management-o:before {
  content: "\e9ea";
}
.h-icon-all-performance-evaluati:before {
  content: "\e9eb";
}
.h-icon-all-post-maintenance-o:before {
  content: "\e9ec";
}
.h-icon-all-post-salary-o:before {
  content: "\e9ed";
}
.h-icon-all-reward-punishiment-o:before {
  content: "\e9ee";
}
.h-icon-all-salary-management-o:before {
  content: "\e9ef";
}
.h-icon-all-salary-sheet-o:before {
  content: "\e9f0";
}
.h-icon-all-resumption-applicati:before {
  content: "\e9f1";
}
.h-icon-all-talent-pool-o:before {
  content: "\e9f2";
}
.h-icon-all-recruitment-demand-o:before {
  content: "\e9f3";
}
.h-icon-all-travel-application-o:before {
  content: "\e9f4";
}
.h-icon-all-account-o:before {
  content: "\e9f5";
}
.h-icon-all-capital-flow-o:before {
  content: "\e9f6";
}
.h-icon-all-expense-account-o:before {
  content: "\e9f7";
}
.h-icon-all-asset-account-o:before {
  content: "\e9f8";
}
.h-icon-all-fund-adjustment-o:before {
  content: "\e9f9";
}
.h-icon-all-form-application-o:before {
  content: "\e9fa";
}
.h-icon-all-payment-order-o:before {
  content: "\e9fb";
}
.h-icon-all-payment-o:before {
  content: "\e9fc";
}
.h-icon-all-payment-receipt-o:before {
  content: "\e9fd";
}
.h-icon-all-verification-form-o:before {
  content: "\e9fe";
}
.h-icon-all-reimbursement-applic:before {
  content: "\e9ff";
}
.h-icon-all-procurement-warehous:before {
  content: "\ea00";
}
.h-icon-all-purchase-order-o:before {
  content: "\ea01";
}
.h-icon-all-purchase-price-maint:before {
  content: "\ea02";
}
.h-icon-all-purchasing-applicati:before {
  content: "\ea03";
}
.h-icon-all-purchasing-inquiry-o:before {
  content: "\ea04";
}
.h-icon-all-supplier-management-:before {
  content: "\ea05";
}
.h-icon-all-classify-o:before {
  content: "\ea06";
}
.h-icon-all-catalogue-o:before {
  content: "\ea07";
}
.h-icon-all-clues-o:before {
  content: "\ea08";
}
.h-icon-all-contract-o:before {
  content: "\ea09";
}
.h-icon-all-budget-o:before {
  content: "\ea0a";
}
.h-icon-all-competitors-o:before {
  content: "\ea0b";
}
.h-icon-all-daily-paper-o:before {
  content: "\ea0c";
}
.h-icon-all-customer-o:before {
  content: "\ea0d";
}
.h-icon-all-file-searching-o:before {
  content: "\ea0e";
}
.h-icon-all-folders-searching-o:before {
  content: "\ea0f";
}
.h-icon-all-departmental-sales-p:before {
  content: "\ea10";
}
.h-icon-all-follow-up-o:before {
  content: "\ea11";
}
.h-icon-all-linkman-o:before {
  content: "\ea12";
}
.h-icon-all-personal-sales-plan-:before {
  content: "\ea13";
}
.h-icon-all-quotation-o:before {
  content: "\ea14";
}
.h-icon-all-public-sea-pool-o:before {
  content: "\ea15";
}
.h-icon-all-quote-o:before {
  content: "\ea16";
}
.h-icon-all-received-payments-o:before {
  content: "\ea17";
}
.h-icon-all-reimbursement-o:before {
  content: "\ea18";
}
.h-icon-all-sales-direction-o:before {
  content: "\ea19";
}
.h-icon-all-sales-opportunities-:before {
  content: "\ea1a";
}
.h-icon-all-sales-order-o:before {
  content: "\ea1b";
}
.h-icon-all-sales-slip-o:before {
  content: "\ea1c";
}
.h-icon-all-sales-target-o:before {
  content: "\ea1d";
}
.h-icon-all-sales-stage-o:before {
  content: "\ea1e";
}
.h-icon-all-goods-o:before {
  content: "\ea1f";
}
.h-icon-all-assembly-o:before {
  content: "\ea20";
}
.h-icon-all-other-warehouse-o:before {
  content: "\ea21";
}
.h-icon-all-other-outbound-o:before {
  content: "\ea22";
}
.h-icon-all-disassembly-o:before {
  content: "\ea23";
}
.h-icon-all-inventory-table-o:before {
  content: "\ea24";
}
.h-icon-all-sales-outbound-o:before {
  content: "\ea25";
}
.h-icon-all-transfer-application:before {
  content: "\ea26";
}
.h-icon-all-warehouse-inventory-:before {
  content: "\ea27";
}
.h-icon-all-warehouse-o:before {
  content: "\ea28";
}
.h-icon-all-warehouse-allocation:before {
  content: "\ea29";
}
.h-icon-all-polish-o:before {
  content: "\ea2a";
}
.h-icon-all-carving-o:before {
  content: "\ea2b";
}
.h-icon-all-jointed-board-o:before {
  content: "\ea2c";
}
.h-icon-all-cold-press-o:before {
  content: "\ea2d";
}
.h-icon-all-change-material-o:before {
  content: "\ea2e";
}
.h-icon-all-fine-broken-o:before {
  content: "\ea2f";
}
.h-icon-all-sun-plate-o:before {
  content: "\ea30";
}
.h-icon-all-stock-o:before {
  content: "\ea31";
}
.h-icon-all-vertical-milling-o:before {
  content: "\ea32";
}
.h-icon-all-briefcase-o:before {
  content: "\e9d6";
}
.h-icon-all-employee-correction-:before {
  content: "\e9d7";
}
.h-icon-all-jpg-file-o:before {
  content: "\e911";
}
.h-icon-all-form-related-manycho:before {
  content: "\e912";
}
.h-icon-all-layout-o:before {
  content: "\e913";
}
.h-icon-all-link-o:before {
  content: "\e914";
}
.h-icon-all-mail-o:before {
  content: "\e915";
}
.h-icon-all-modification-time-o:before {
  content: "\e916";
}
.h-icon-all-notebook-o:before {
  content: "\e917";
}
.h-icon-all-pdf-file-o:before {
  content: "\e918";
}
.h-icon-all-ppt-file-o:before {
  content: "\e919";
}
.h-icon-all-paperclip-o:before {
  content: "\e91a";
}
.h-icon-all-picture-o:before {
  content: "\e91b";
}
.h-icon-all-profile-o:before {
  content: "\e91c";
}
.h-icon-all-table-o:before {
  content: "\e91d";
}
.h-icon-all-tag-o:before {
  content: "\e91e";
}
.h-icon-all-process-log-o:before {
  content: "\e91f";
}
.h-icon-all-qrcode-o:before {
  content: "\e920";
}
.h-icon-all-tag:before {
  content: "\e921";
}
.h-icon-all-tags:before {
  content: "\e922";
}
.h-icon-all-tags-o:before {
  content: "\e923";
}
.h-icon-all-unknow-file-o:before {
  content: "\e924";
}
.h-icon-all-text-file-o:before {
  content: "\e925";
}
.h-icon-all-word-file-o:before {
  content: "\e926";
}
.h-icon-all-printer-o:before {
  content: "\e927";
}
.h-icon-all-add-user-o:before {
  content: "\e928";
}
.h-icon-all-female-o:before {
  content: "\e929";
}
.h-icon-all-delete-user-o:before {
  content: "\e92a";
}
.h-icon-all-delete-user-group-o:before {
  content: "\e92b";
}
.h-icon-all-add-user-group-o:before {
  content: "\e92c";
}
.h-icon-all-department-o:before {
  content: "\e92d";
}
.h-icon-all-male-o:before {
  content: "\e92e";
}
.h-icon-all-subordinate-o:before {
  content: "\e92f";
}
.h-icon-all-team-manychoice-o:before {
  content: "\e930";
}
.h-icon-all-team-o:before {
  content: "\e931";
}
.h-icon-all-user-list:before {
  content: "\e932";
}
.h-icon-all-user-list-o:before {
  content: "\e933";
}
.h-icon-all-team-singlechoice-o:before {
  content: "\e934";
}
.h-icon-all-user-o:before {
  content: "\e935";
}
.h-icon-all-user-modifier-o:before {
  content: "\e936";
}
.h-icon-all-user:before {
  content: "\e937";
}
.h-icon-all-user-printer-o:before {
  content: "\e938";
}
.h-icon-all-desktop-o:before {
  content: "\e939";
}
.h-icon-all-camera:before {
  content: "\e93a";
}
.h-icon-all-camera-o:before {
  content: "\e93b";
}
.h-icon-all-mobile:before {
  content: "\e93c";
}
.h-icon-all-caret-down-s-copy:before {
  content: "\ed28";
}
.h-icon-all-laptop-o:before {
  content: "\e93d";
}
.h-icon-all-hdd-o:before {
  content: "\e93e";
}
.h-icon-all-shake:before {
  content: "\e93f";
}
.h-icon-all-switcher-o:before {
  content: "\e940";
}
.h-icon-all-phone-o:before {
  content: "\e941";
}
.h-icon-all-tablet:before {
  content: "\e942";
}
.h-icon-all-USB:before {
  content: "\e943";
}
.h-icon-all-video-camera-o:before {
  content: "\e944";
}
.h-icon-all-wifi:before {
  content: "\e945";
}
.h-icon-all-addvalue-service-o:before {
  content: "\e946";
}
.h-icon-all-appstore-o:before {
  content: "\e947";
}
.h-icon-all-clock-circle-o:before {
  content: "\e948";
}
.h-icon-all-bank-o:before {
  content: "\e949";
}
.h-icon-all-car-o:before {
  content: "\e94a";
}
.h-icon-all-appstore:before {
  content: "\e94b";
}
.h-icon-all-clock-circle:before {
  content: "\e94c";
}
.h-icon-all-code-square:before {
  content: "\e94d";
}
.h-icon-all-code-square-o:before {
  content: "\e94e";
}
.h-icon-all-compass-o:before {
  content: "\e94f";
}
.h-icon-all-clock-edit-o:before {
  content: "\e950";
}
.h-icon-all-clock-printer-o:before {
  content: "\e951";
}
.h-icon-all-copyright-o:before {
  content: "\e952";
}
.h-icon-all-creditcard-o:before {
  content: "\e953";
}
.h-icon-all-eye-o:before {
  content: "\e954";
}
.h-icon-all-dashboard-o:before {
  content: "\e955";
}
.h-icon-all-earth-o:before {
  content: "\e956";
}
.h-icon-all-confluence-o:before {
  content: "\e957";
}
.h-icon-all-eye:before {
  content: "\e958";
}
.h-icon-all-get-address-o:before {
  content: "\e959";
}
.h-icon-all-fork-o:before {
  content: "\e95a";
}
.h-icon-all-get-address:before {
  content: "\e95b";
}
.h-icon-all-home:before {
  content: "\e95c";
}
.h-icon-all-home-o:before {
  content: "\e95d";
}
.h-icon-all-hourglass-o:before {
  content: "\e95e";
}
.h-icon-all-medical-box-o:before {
  content: "\e95f";
}
.h-icon-all-logout-o:before {
  content: "\e960";
}
.h-icon-all-pay-circle-o:before {
  content: "\e961";
}
.h-icon-all-login-o:before {
  content: "\e962";
}
.h-icon-all-operation-log-o:before {
  content: "\e963";
}
.h-icon-all-plane-o:before {
  content: "\e964";
}
.h-icon-all-pay-circle:before {
  content: "\e965";
}
.h-icon-all-pushpin-o:before {
  content: "\e966";
}
.h-icon-all-process-seal-o:before {
  content: "\e967";
}
.h-icon-all-position-o:before {
  content: "\e968";
}
.h-icon-all-process-o:before {
  content: "\e969";
}
.h-icon-all-pushpin:before {
  content: "\e96a";
}
.h-icon-all-redenvelopes-o:before {
  content: "\e96b";
}
.h-icon-all-rest-o:before {
  content: "\e96c";
}
.h-icon-all-safety-o:before {
  content: "\e96d";
}
.h-icon-all-rocket-o:before {
  content: "\e96e";
}
.h-icon-all-sound-o:before {
  content: "\e96f";
}
.h-icon-all-shopping-cart-o:before {
  content: "\e970";
}
.h-icon-all-setting-o:before {
  content: "\e971";
}
.h-icon-all-arrow-left-o:before {
  content: "\e872";
}
.h-icon-all-setting:before {
  content: "\e972";
}
.h-icon-all-arrow-right-o:before {
  content: "\e873";
}
.h-icon-all-shop-o:before {
  content: "\e973";
}
.h-icon-all-arrows-alt-o:before {
  content: "\e874";
}
.h-icon-all-tool-o:before {
  content: "\e974";
}
.h-icon-all-arrow-up-o:before {
  content: "\e875";
}
.h-icon-all-trademark-o:before {
  content: "\e975";
}
.h-icon-all-arrows-o:before {
  content: "\e876";
}
.h-icon-all-track-o:before {
  content: "\e976";
}
.h-icon-all-ascending-o:before {
  content: "\e877";
}
.h-icon-all-trophy-o:before {
  content: "\e977";
}
.h-icon-all-back-o:before {
  content: "\e878";
}
.h-icon-all-wallet-o:before {
  content: "\e978";
}
.h-icon-all-back-cancel-o:before {
  content: "\e879";
}
.h-icon-all-alipay-square:before {
  content: "\e979";
}
.h-icon-all-backward:before {
  content: "\e87a";
}
.h-icon-all-aliwangwang:before {
  content: "\e97a";
}
.h-icon-all-caret-down:before {
  content: "\e87b";
}
.h-icon-all-alipay-circle:before {
  content: "\e97b";
}
.h-icon-all-caret-circle-up-o:before {
  content: "\e87c";
}
.h-icon-all-aliwangwang-o:before {
  content: "\e97c";
}
.h-icon-all-caret-right:before {
  content: "\e87d";
}
.h-icon-all-android-o:before {
  content: "\e97d";
}
.h-icon-all-caret-up:before {
  content: "\e87e";
}
.h-icon-all-android:before {
  content: "\e97e";
}
.h-icon-all-caret-left:before {
  content: "\e87f";
}
.h-icon-all-apple:before {
  content: "\e97f";
}
.h-icon-all-arrow-down-o:before {
  content: "\e880";
}
.h-icon-all-apple-o:before {
  content: "\e980";
}
.h-icon-all-circle-left-o:before {
  content: "\e881";
}
.h-icon-all-chrome:before {
  content: "\e981";
}
.h-icon-all-circle-down:before {
  content: "\e882";
}
.h-icon-all-dingding-circle:before {
  content: "\e982";
}
.h-icon-all-circle-left:before {
  content: "\e883";
}
.h-icon-all-facebook-square:before {
  content: "\e983";
}
.h-icon-all-circle-right-o:before {
  content: "\e884";
}
.h-icon-all-dingding:before {
  content: "\e984";
}
.h-icon-all-circle-down-o:before {
  content: "\e885";
}
.h-icon-all-github:before {
  content: "\e985";
}
.h-icon-all-circle-right:before {
  content: "\e886";
}
.h-icon-all-QQ:before {
  content: "\e986";
}
.h-icon-all-circle-up:before {
  content: "\e887";
}
.h-icon-all-google:before {
  content: "\e987";
}
.h-icon-all-descending-o:before {
  content: "\e888";
}
.h-icon-all-twitter:before {
  content: "\e988";
}
.h-icon-all-double-left-o:before {
  content: "\e889";
}
.h-icon-all-ie:before {
  content: "\e989";
}
.h-icon-all-down-o:before {
  content: "\e88a";
}
.h-icon-all-windows:before {
  content: "\e98a";
}
.h-icon-all-down-square-o:before {
  content: "\e88b";
}
.h-icon-all-wechat:before {
  content: "\e98b";
}
.h-icon-all-down-square:before {
  content: "\e88c";
}
.h-icon-all-windows-o:before {
  content: "\e98c";
}
.h-icon-all-enter-o:before {
  content: "\e88d";
}
.h-icon-all-weibo:before {
  content: "\e98d";
}
.h-icon-all-circle-up-o:before {
  content: "\e88e";
}
.h-icon-all-check-circle-o:before {
  content: "\e98e";
}
.h-icon-all-double-right-o:before {
  content: "\e88f";
}
.h-icon-all-check:before {
  content: "\e98f";
}
.h-icon-all-fast-backward:before {
  content: "\e890";
}
.h-icon-all-check-square:before {
  content: "\e990";
}
.h-icon-all-fast-forward:before {
  content: "\e891";
}
.h-icon-all-check-square-o:before {
  content: "\e991";
}
.h-icon-all-indent-left-o:before {
  content: "\e892";
}
.h-icon-all-check-circle:before {
  content: "\e992";
}
.h-icon-all-indent-right-o:before {
  content: "\e893";
}
.h-icon-all-circle-o:before {
  content: "\e993";
}
.h-icon-all-menu-fold-o:before {
  content: "\e894";
}
.h-icon-all-close-circle:before {
  content: "\e994";
}
.h-icon-all-left-o:before {
  content: "\e895";
}
.h-icon-all-close-circle-o:before {
  content: "\e995";
}
.h-icon-all-menu-unfold-o:before {
  content: "\e896";
}
.h-icon-all-close:before {
  content: "\e996";
}
.h-icon-all-play-circle-o:before {
  content: "\e897";
}
.h-icon-all-close-square:before {
  content: "\e997";
}
.h-icon-all-forward:before {
  content: "\e898";
}
.h-icon-all-close-square-o:before {
  content: "\e998";
}
.h-icon-all-play-circle:before {
  content: "\e899";
}
.h-icon-all-exclamation-circle-o:before {
  content: "\e999";
}
.h-icon-all-rollback-o:before {
  content: "\e89a";
}
.h-icon-all-exclamation-circle:before {
  content: "\e99a";
}
.h-icon-all-right-o:before {
  content: "\e89b";
}
.h-icon-all-frown:before {
  content: "\e99b";
}
.h-icon-all-rank-o:before {
  content: "\e89c";
}
.h-icon-all-exclamation:before {
  content: "\e99c";
}
.h-icon-all-rotate-left-o:before {
  content: "\e89d";
}
.h-icon-all-info-cirlce:before {
  content: "\e99d";
}
.h-icon-all-square-left-o:before {
  content: "\e89e";
}
.h-icon-all-frown-o:before {
  content: "\e99e";
}
.h-icon-all-square-left:before {
  content: "\e89f";
}
.h-icon-all-info:before {
  content: "\e99f";
}
.h-icon-all-square-right-o:before {
  content: "\e8a0";
}
.h-icon-all-info-cirlce-o:before {
  content: "\e9a0";
}
.h-icon-all-rotate-right-o:before {
  content: "\e8a1";
}
.h-icon-all-meh:before {
  content: "\e9a1";
}
.h-icon-all-square-right:before {
  content: "\e8a2";
}
.h-icon-all-pause-circle-o:before {
  content: "\e9a2";
}
.h-icon-all-square-up-o:before {
  content: "\e8a3";
}
.h-icon-all-lock-o:before {
  content: "\e9a3";
}
.h-icon-all-step-forward:before {
  content: "\e8a4";
}
.h-icon-all-meh-o:before {
  content: "\e9a4";
}
.h-icon-all-step-backward:before {
  content: "\e8a5";
}
.h-icon-all-pause-circle:before {
  content: "\e9a5";
}
.h-icon-all-square-up:before {
  content: "\e8a6";
}
.h-icon-all-pause:before {
  content: "\e9a6";
}
.h-icon-all-swap-left-o:before {
  content: "\e8a7";
}
.h-icon-all-poweroff-o:before {
  content: "\e9a7";
}
.h-icon-all-swap-o:before {
  content: "\e8a8";
}
.h-icon-all-question:before {
  content: "\e9a8";
}
.h-icon-all-swap-right-o:before {
  content: "\e8a9";
}
.h-icon-all-question-circle:before {
  content: "\e9a9";
}
.h-icon-all-verticle-left-o:before {
  content: "\e8aa";
}
.h-icon-all-smile-o:before {
  content: "\e9aa";
}
.h-icon-all-verticle-right-o:before {
  content: "\e8ab";
}
.h-icon-all-question-circle-o:before {
  content: "\e9ab";
}
.h-icon-all-up-o:before {
  content: "\e8ac";
}
.h-icon-all-smile:before {
  content: "\e9ac";
}
.h-icon-all-bells-o:before {
  content: "\e8ad";
}
.h-icon-all-unlock-o:before {
  content: "\e9ad";
}
.h-icon-all-bulb-o:before {
  content: "\e8ae";
}
.h-icon-all-warning-o:before {
  content: "\e9ae";
}
.h-icon-all-dislike:before {
  content: "\e8af";
}
.h-icon-all-align-top:before {
  content: "\e9af";
}
.h-icon-all-conversation-o:before {
  content: "\e8b0";
}
.h-icon-all-align-horizontal-cen:before {
  content: "\e9b0";
}
.h-icon-all-dislike-o:before {
  content: "\e8b1";
}
.h-icon-all-align-right:before {
  content: "\e9b1";
}
.h-icon-all-gift-o:before {
  content: "\e8b2";
}
.h-icon-all-align-bottom:before {
  content: "\e9b2";
}
.h-icon-all-customer-service-o:before {
  content: "\e8b3";
}
.h-icon-all-align-left:before {
  content: "\e9b3";
}
.h-icon-all-heart-o:before {
  content: "\e8b4";
}
.h-icon-all-align-vertical-cente:before {
  content: "\e9b4";
}
.h-icon-all-like:before {
  content: "\e8b5";
}
.h-icon-all-center-alignment:before {
  content: "\e9b5";
}
.h-icon-all-heart:before {
  content: "\e8b6";
}
.h-icon-all-center-alignment_:before {
  content: "\e9b6";
}
.h-icon-all-like-o:before {
  content: "\e8b7";
}
.h-icon-all-bottom-alignment:before {
  content: "\e9b7";
}
.h-icon-all-retweet-o:before {
  content: "\e8b8";
}
.h-icon-all-formula-control:before {
  content: "\e9b8";
}
.h-icon-all-message-o:before {
  content: "\e8b9";
}
.h-icon-all-frame-thickening:before {
  content: "\e9b9";
}
.h-icon-all-notification-o:before {
  content: "\e8ba";
}
.h-icon-all-line-segment:before {
  content: "\e9ba";
}
.h-icon-all-share-o:before {
  content: "\e8bb";
}
.h-icon-all-Italic:before {
  content: "\e9bb";
}
.h-icon-all-transmit-o:before {
  content: "\e8bc";
}
.h-icon-all-frame:before {
  content: "\e9bc";
}
.h-icon-all-add-file-o:before {
  content: "\e8bd";
}
.h-icon-all-onerow-twocolumn:before {
  content: "\e9bd";
}
.h-icon-all-bars-o:before {
  content: "\e8be";
}
.h-icon-all-left-alignment:before {
  content: "\e9be";
}
.h-icon-all-add-folder-o:before {
  content: "\e8bf";
}
.h-icon-all-pen-o:before {
  content: "\e9bf";
}
.h-icon-all-cloud-download:before {
  content: "\e8c0";
}
.h-icon-all-same-high:before {
  content: "\e9c0";
}
.h-icon-all-cloud-o:before {
  content: "\e8c1";
}
.h-icon-all-right-alignment:before {
  content: "\e9c1";
}
.h-icon-all-cloud-download-o:before {
  content: "\e8c2";
}
.h-icon-all-rectangle-o:before {
  content: "\e9c2";
}
.h-icon-all-cloud:before {
  content: "\e8c3";
}
.h-icon-all-paint-bucket:before {
  content: "\e9c3";
}
.h-icon-all-copy-o:before {
  content: "\e8c4";
}
.h-icon-all-same-width:before {
  content: "\e9c4";
}
.h-icon-all-delete-o:before {
  content: "\e8c5";
}
.h-icon-all-straightline:before {
  content: "\e9c5";
}
.h-icon-all-cloud-upload:before {
  content: "\e8c6";
}
.h-icon-all-same-size:before {
  content: "\e9c6";
}
.h-icon-all-cloud-upload-o:before {
  content: "\e8c7";
}
.h-icon-all-single-line-text:before {
  content: "\e9c7";
}
.h-icon-all-download-o:before {
  content: "\e8c8";
}
.h-icon-all-text-h:before {
  content: "\e9c8";
}
.h-icon-all-edit-o:before {
  content: "\e8c9";
}
.h-icon-all-text-a:before {
  content: "\e9c9";
}
.h-icon-all-filter-o:before {
  content: "\e8ca";
}
.h-icon-all-text-multiline:before {
  content: "\e9ca";
}
.h-icon-all-drop-down-o:before {
  content: "\e8cb";
}
.h-icon-all-text-t:before {
  content: "\e9cb";
}
.h-icon-all-form-o:before {
  content: "\e8cc";
}
.h-icon-all-top-alignment:before {
  content: "\e9cc";
}
.h-icon-all-inbox-o:before {
  content: "\e8cd";
}
.h-icon-all-thickening:before {
  content: "\e9cd";
}
.h-icon-all-key-o:before {
  content: "\e8ce";
}
.h-icon-all-underline:before {
  content: "\e9ce";
}
.h-icon-all-list-o:before {
  content: "\e8cf";
}
.h-icon-all-star-sharp:before {
  content: "\e9cf";
}
.h-icon-all-minus-circle-o:before {
  content: "\e8d0";
}
.h-icon-all-star-sharp-o:before {
  content: "\e9d0";
}
.h-icon-all-list-work:before {
  content: "\e8d1";
}
.h-icon-all-batch-export:before {
  content: "\e9d1";
}
.h-icon-all-merge-o:before {
  content: "\e8d2";
}
.h-icon-all-department-multiple-:before {
  content: "\e9d2";
}
.h-icon-all-list-work-o:before {
  content: "\e8d3";
}
.h-icon-all-number:before {
  content: "\e9d3";
}
.h-icon-all-minus-circle:before {
  content: "\e8d4";
}
.h-icon-all-department-single-se:before {
  content: "\e9d4";
}
.h-icon-all-minus-o:before {
  content: "\e8d5";
}
.h-icon-all-logic:before {
  content: "\e9d5";
}
.h-icon-all-minus-square-o:before {
  content: "\e8d6";
}
.h-icon-all-minus-square:before {
  content: "\e8d7";
}
.h-icon-all-plus-circle-o:before {
  content: "\e8d8";
}
.h-icon-all-plus-circle:before {
  content: "\e8d9";
}
.h-icon-all-plus-o:before {
  content: "\e8da";
}
.h-icon-all-plus-square-o:before {
  content: "\e8db";
}
.h-icon-all-plus-square:before {
  content: "\e8dc";
}
.h-icon-all-save-o:before {
  content: "\e8dd";
}
.h-icon-all-scan-o:before {
  content: "\e8de";
}
.h-icon-all-search-o:before {
  content: "\e8df";
}
.h-icon-all-select-o:before {
  content: "\e8e0";
}
.h-icon-all-single-selection-o:before {
  content: "\e8e1";
}
.h-icon-all-star:before {
  content: "\e8e2";
}
.h-icon-all-star-o:before {
  content: "\e8e3";
}
.h-icon-all-upload-o:before {
  content: "\e8e4";
}
.h-icon-all-fullscreen-o:before {
  content: "\e8e5";
}
.h-icon-all-entend-o:before {
  content: "\e8e6";
}
.h-icon-all-fullscreen-restore-o:before {
  content: "\e8e7";
}
.h-icon-all-load-bar-o:before {
  content: "\e8e8";
}
.h-icon-all-highly-adaptive-o:before {
  content: "\e8e9";
}
.h-icon-all-hand-click-o:before {
  content: "\e8ea";
}
.h-icon-all-loading-o:before {
  content: "\e8eb";
}
.h-icon-all-move-o:before {
  content: "\e8ec";
}
.h-icon-all-reload-o:before {
  content: "\e8ed";
}
.h-icon-all-shrink-o:before {
  content: "\e8ee";
}
.h-icon-all-to-top-o:before {
  content: "\e8ef";
}
.h-icon-all-skin-o:before {
  content: "\e8f0";
}
.h-icon-all-width-adaptive-o:before {
  content: "\e8f1";
}
.h-icon-all-sync-o:before {
  content: "\e8f2";
}
.h-icon-all-area-chart:before {
  content: "\e8f3";
}
.h-icon-all-funnel-plot-o:before {
  content: "\e8f4";
}
.h-icon-all-dot-chart:before {
  content: "\e8f5";
}
.h-icon-all-pie-chart-o:before {
  content: "\e8f6";
}
.h-icon-all-histogram-o:before {
  content: "\e8f7";
}
.h-icon-all-pie-chart:before {
  content: "\e8f8";
}
.h-icon-all-progress-o:before {
  content: "\e8f9";
}
.h-icon-all-radar-chart-o:before {
  content: "\e8fa";
}
.h-icon-all-simple-kanban-o:before {
  content: "\e8fb";
}
.h-icon-all-line-chart-o:before {
  content: "\e8fc";
}
.h-icon-all-associated-o:before {
  content: "\e8fd";
}
.h-icon-all-book-o:before {
  content: "\e8fe";
}
.h-icon-all-calculator-o:before {
  content: "\e8ff";
}
.h-icon-all-calendar-o:before {
  content: "\e900";
}
.h-icon-all-barcode-o:before {
  content: "\e901";
}
.h-icon-all-captions-o:before {
  content: "\e902";
}
.h-icon-all-API-o:before {
  content: "\e903";
}
.h-icon-all-contacts-o:before {
  content: "\e904";
}
.h-icon-all-database-o:before {
  content: "\e905";
}
.h-icon-all-disconnect-o:before {
  content: "\e906";
}
.h-icon-all-exception-o:before {
  content: "\e907";
}
.h-icon-all-excle-file-o:before {
  content: "\e908";
}
.h-icon-all-file-o:before {
  content: "\e909";
}
.h-icon-all-flag-o:before {
  content: "\e90a";
}
.h-icon-all-folder-o:before {
  content: "\e90b";
}
.h-icon-all-folder-open-o:before {
  content: "\e90c";
}
.h-icon-all-group-topic-o:before {
  content: "\e90d";
}
.h-icon-all-ellipsis-o:before {
  content: "\e90e";
}
.h-icon-all-id-card-o:before {
  content: "\e90f";
}
.h-icon-all-form-related-o:before {
  content: "\e910";
}

/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/* stylelint-disable no-duplicate-selectors */
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*css 初始化 */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img,
input,
button {
  /*fieldset组合表单中的相关元素*/
  border: none;
  padding: 0;
  margin: 0;
  outline-style: none;
}
ul,
ol {
  list-style: none;
  /*清除列表风格*/
}
.editor-html ul,
.editor-html ol {
  list-style: revert;
  /*清除列表风格*/
  padding-left: 1.5em;
}
input {
  padding-top: 0;
  padding-bottom: 0;
}
select,
input {
  vertical-align: middle;
}
select,
input,
textarea {
  font-size: 12px;
  margin: 0;
}
textarea {
  resize: none;
}
/*防止多行文本框拖动*/
img {
  border: 0;
  vertical-align: middle;
}
/*  去掉图片低测默认的3像素空白缝隙*/
table {
  border-collapse: collapse;
  /*合并外边线*/
}
body {
  font-family: 8px tahoma, arial, 'Hiragino Sans GB', sans-serif;
  background: #fff;
  height: 100%;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
  /*IE/7/6*/
}
/*link样式*/
a,
a:active,
a:focus,
a:visited,
.link,
.link:active,
.link:focus,
.link:visited {
  color: #2970FF;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-decoration: none;
  font-weight: normal;
  color: #111218;
}
i,
em {
  font-style: italic;
  text-decoration: none;
}
.ant-btn {
  min-width: 80px;
  padding: 0 5px;
}
.ant-input,
.ant-btn {
  border-color: #d9d9d9;
  border: 1px solid #d9d9d9;
}
body {
  color: #111218 !important;
}
body .h3-textarea:hover,
body .h3-input-number:hover,
body .h3-organization__label.show-select:hover {
  border-color: var(--borderColor, #2970FF) !important;
}
body .h3-textarea_focus,
body .h3-input-number-focused,
body .h3-organization__label.show-select:focus {
  box-shadow: 0px 0px 0px 2px var(--shadowColor, rgba(41, 112, 255, 0.2)) !important;
  border: 1px solid var(--borderColor, #2970FF) !important;
}
.ant-popover-content .ant-popover-arrow {
  display: none;
}
.ant-input {
  border-radius: 2px;
}
.ant-modal-header {
  padding: 24px;
  border-bottom: none !important;
  height: 72px;
}
.ant-modal-header .ant-modal-title {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #111218;
  text-align: left;
}
.ant-modal-footer {
  padding: 24px;
  border-top: none;
}
.ant-modal-close .ant-modal-close-x {
  line-height: 72px !important;
  height: 72px !important;
  width: 56px !important;
}
.ant-modal-close .ant-modal-close-x,
.ant-drawer-header .ant-drawer-close {
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ant-modal-close .ant-modal-close-x svg,
.ant-drawer-header .ant-drawer-close svg {
  display: none !important;
}
.ant-modal-close .ant-modal-close-x:hover,
.ant-drawer-header .ant-drawer-close:hover {
  color: var(--highlightColor, #2970FF);
}
.ant-modal-close .ant-modal-close-x:hover i,
.ant-drawer-header .ant-drawer-close:hover i {
  color: var(--highlightColor, #2970FF);
}
.ant-modal-close .ant-modal-close-x i,
.ant-drawer-header .ant-drawer-close i {
  width: 20px;
  height: 20px;
  font-family: 'aufontAll' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(17, 18, 24, 0.5);
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.ant-modal-close .ant-modal-close-x i::after,
.ant-drawer-header .ant-drawer-close i::after {
  content: '\e996';
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled),
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):hover,
.ant-pagination-item-active a,
.ant-pagination-item-active,
.ant-pagination-item:hover a,
.ant-pagination-item:hover,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner .ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner,
.custom-modal-header .close-x[data-v-bdedfc68]:hover,
.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: var(--primaryColor, #2970FF) !important;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) span,
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):hover span,
.ant-pagination-item-active a span,
.ant-pagination-item-active span,
.ant-pagination-item:hover a span,
.ant-pagination-item:hover span,
.ant-checkbox-wrapper:hover .ant-checkbox-inner span,
.ant-checkbox:hover .ant-checkbox-inner span,
.ant-checkbox-input:focus + .ant-checkbox-inner span,
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner .ant-radio-wrapper:hover .ant-radio span,
.ant-radio:hover .ant-radio-inner span,
.ant-radio-input:focus + .ant-radio-inner span,
.custom-modal-header .close-x[data-v-bdedfc68]:hover span,
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-plus-o span,
.h3-organization__plus.show-select .plus-icon:hover .h-icon-all-retweet span {
  color: var(--primaryColor, #2970FF) !important;
}
.ant-input:hover,
.ant-input:focus,
.ant-time-picker-input:hover,
.ant-time-picker-input:focus,
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):hover,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-input:focus + .ant-checkbox-inner,
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,
.ant-radio-checked::after,
.ant-checkbox-checked::after,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea_focus,
.ant-radio-checked .ant-radio-inner,
.ant-radio-checked::after,
.ant-pagination-item-active,
.ant-pagination-options-quick-jumper input:hover,
.ant-select-selection:hover,
.ant-select-selection:focus,
.ant-select-open .ant-select-selection,
.ant-select-focused .ant-select-selection,
.h3-organization__plus.show-select .plus-icon:hover,
.ant-btn.ant-btn-primary:hover,
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):active {
  border-color: var(--borderColor, #2970FF) !important;
}
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):focus {
  border-color: #d9d9d9;
  color: #111218;
}
.ant-btn:not(.ant-btn-primary, .ant-btn-danger, .ant-btn[disabled], .ant-btn-link):focus span {
  color: #111218;
}
.ant-time-picker-panel-addon .time-footer .now {
  color: var(--highlightColor, #2970FF) !important;
}
.ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner,
.ant-radio-inner::after,
.ant-switch-checked,
.ant-tabs-ink-bar,
.workflow-menu .ant-menu-item::after,
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
  background-color: var(--highlightColor, #2970FF) !important;
}
.ant-input:focus,
.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  box-shadow: 0 0 0 2px var(--shadowColor, rgba(41, 112, 255, 0.2));
}
.ant-btn-primary {
  background: var(--highlightColor, #2970FF) !important;
  border: 1px solid var(--highlightColor, #2970FF) !important;
}
.ant-btn-primary:hover {
  opacity: 0.8;
}
.ant-tabs-nav .ant-tabs-tab-active,
.grid-navigation .header .manage-app {
  color: var(--primaryColor, #2970FF) !important;
}
.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background: var(--highlightColor, #2970FF) !important;
}
.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  color: #111218 !important;
}
.ant-btn[disabled],
.ant-btn[disabled]:hover,
.ant-btn[disabled]:focus,
.ant-btn[disabled]:active {
  border-color: #d4d5d6 !important;
  background: #F1F2F6 !important;
  color: rgba(17, 18, 24, 0.25) !important;
}
.is-empty {
  display: none;
}
.ant-switch {
  height: 18px;
  width: 44px;
}
.ant-switch::after {
  width: 14px;
  height: 14px;
}
.ant-switch.ant-switch-small {
  height: 12px;
  width: 28px;
}
.ant-switch.ant-switch-small::after {
  width: 8px;
  height: 8px;
}
.ant-time-picker-panel-select li {
  text-align: center;
  padding: 0;
}
.ant-time-picker-input {
  border-radius: 2px;
}
.has-form-border .ant-time-picker-input {
  border: none;
}
.ant-message-success .anticon {
  color: #00c293;
}
.ant-dropdown-trigger {
  white-space: nowrap;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
#app {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
}
#app .bpm-container {
  flex: 1;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}
#app .bpm-container > .header {
  display: -webkit-box;
  display: flex;
  flex: 0 0 60px;
  width: 100%;
  padding: 0 40px;
  justify-content: space-between;
  align-items: center;
  z-index: 98;
}
#app .bpm-container > .header a.open-blank {
  color: #2970ff;
  font-size: 12px;
  display: inline-block;
  border-radius: 1em;
  background-color: #f4f6fc;
  padding: 3px 16px;
}
#app .bpm-container > .header a.open-blank:hover {
  color: #2970ff;
}
#app .bpm-container > .header > .logo {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 100%;
}
#app .bpm-container > .header > .logo img {
  max-height: 100%;
}
#app .bpm-container > .header .back {
  flex: 0 0 180px;
  font-size: 18px;
}
#app .bpm-container > .header .back .line {
  display: inline-block;
  color: #d9d9d9;
  padding: 0 8px;
}
#app .bpm-container > .main {
  flex: 1 1;
  width: 100%;
  overflow: auto;
  background-color: #f1f2f6;
}
/*基础table样式*/
.bpm-table .ant-table-thead tr th {
  position: relative;
  background: #f4f6fc;
  padding: 8px !important;
  color: rgba(0, 0, 0, 0.45);
  font-weight: 400;
  border-bottom: 1px solid #eaedf3 !important;
}
.bpm-table .ant-table-thead tr th:last-child:before {
  content: none;
}
.bpm-table .ant-table-tbody tr td {
  padding: 8px !important;
  color: rgba(0, 0, 0, 0.85) !important;
  border-bottom: 1px solid #eaedf3 !important;
}
/*全局统一控制ant-table-header样式*/
.ant-table-header::-webkit-scrollbar {
  height: 0;
  background: #fff;
}
.ant-table-header {
  min-height: 46px;
}
.avatar {
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
::-webkit-scrollbar {
  width: 6px;
  height: 7px;
  cursor: pointer !important;
}
::-webkit-scrollbar-thumb {
  width: 6px !important;
  background-color: rgba(17, 18, 24, 0.25) !important;
  border-radius: 7px !important;
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgba(17, 18, 24, 0.5) !important;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 0;
  background: #fff;
}
.ant-modal:not(:has(div.h3-organization-body))-header {
  border-bottom: none;
}
.ant-modal:not(:has(div.h3-organization-body))-footer {
  border-top: none;
}
.ant-calendar-picker-input {
  padding-right: 26px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ie .ant-input-number-handler-wrap {
  display: none;
}
.ant-select-tree-dropdown .ant-select-dropdown-search .ant-select-search__field {
  margin-bottom: 1px;
}
.excellit-table.print-designer.print-preview .xlt__preview__modal {
  padding-bottom: 60px;
}
.excellit-table.print-designer.print-preview .xlt__preview__modal__scroll {
  padding-bottom: revert;
}
@media print {
  #app {
    height: unset !important;
  }
}
.dark-tabs .ant-tabs-bar {
  border-bottom: none;
  margin-bottom: 24px;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav {
  background: #e0e1e7;
  border-radius: 2px;
  height: 33px;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav > div:first-child {
  height: 32px;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab {
  margin: 3px;
  padding: 0 22px;
  text-align: center;
  height: 26px;
  line-height: 26px;
  border-radius: 2px;
  font-size: 12px;
  color: #111218;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab:not(:last-child) {
  margin-right: 0;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin-left: 0;
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab:hover {
  color: var(--highlightColor, #2970FF);
}
.dark-tabs .ant-tabs-bar .ant-tabs-nav .ant-tabs-tab-active {
  color: #111218 !important;
  font-weight: 600;
  background: #ffffff;
}
.dark-tabs .ant-tabs-ink-bar {
  display: none !important;
}
#app .h3-dashboard-main.h3-dashboard-pro.report .h3-dashboard-view > .h3-dashboard-header.h3-report-view-header {
  padding-left: 32px;
}
.ant-btn-primary {
  box-shadow: none;
  text-shadow: none;
}
.date-picker-with-ranges .ant-calendar-footer-extra {
  display: block;
}
.ant-calendar-range-right .ant-calendar-input-wrap .ant-calendar-date-input-wrap {
  margin-left: 0;
}
.ant-select .ant-select-selection {
  border-radius: 2px;
}
input.ant-input,
textarea.ant-input {
  border-radius: 2px;
}
.ant-message .anticon {
  color: #2970FF;
}
.ant-message .ant-message-success .anticon {
  color: #00C293;
}
.ant-message .ant-message-warning .anticon {
  color: #FAAD14;
}
.ant-message .ant-message-error .anticon {
  color: #F0353F;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.sheet-menus .ant-popover-inner-content {
  width: 120px;
  padding: 0;
}
.row-menus > li {
  padding: 0 12px;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
}
.row-menus > li:hover {
  background-color: #f0f7ff;
}
.field {
  padding: 10px 0;
}
.field__label {
  margin-right: 8px;
}
.field__label .field__label-div {
  width: 100%;
}
.field__label.top {
  padding-top: 0.3em;
}
.field__control {
  color: rgba(0, 0, 0, 0.85);
}
.field__control .ant-select-selection--multiple .ant-select-selection__rendered {
  margin-left: 11px;
}
.field__control .ant-select-selection--multiple .ant-select-selection__placeholder {
  margin-left: 0px;
}
.field__control div.number:before,
.field__control div.logic:before {
  content: '';
}
.field.required > .field__label,
.sheet .required {
  position: relative;
}
.field.required > .field__label:before,
.sheet .required:before {
  content: '*';
  color: #F4454E;
  position: absolute;
  left: 0;
}
.sheet .required:before {
  left: -7px;
}
.field.edit .field__control .radio,
.field.edit .field__control .checkbox {
  padding-top: 0.3em;
}
.field.error > .field__control .ant-select-selection,
.sheet .error .ant-select-selection,
.field.error > .field__control .ant-select > div,
.sheet .error .ant-select > div,
.field.error > .field__control .ant-input-number,
.sheet .error .ant-input-number,
.field.error > .field__control .h3-input-number,
.sheet .error .h3-input-number,
.field.error > .field__control .date-picker input,
.sheet .error .date-picker input,
.field.error > .field__control .ant-time-picker-input,
.sheet .error .ant-time-picker-input,
.field.error > .field__control .ant-input,
.sheet .error .ant-input {
  color: #F4454E;
  border-color: #e0b4b4;
  background-color: #fff6f6;
}
.field.error > .field__control .ant-upload > .ant-btn,
.sheet .error .ant-upload > .ant-btn,
.field.error > .field__control .ant-upload-select-picture-card,
.sheet .error .ant-upload-select-picture-card,
.field.error > .field__control .pca-selector--content,
.sheet .error .pca-selector--content {
  border-color: #e0b4b4;
  background-color: #fff6f6;
}
.field.error > .field__control .ant-radio-group,
.sheet .error .ant-radio-group,
.field.error > .field__control .ant-checkbox-group,
.sheet .error .ant-checkbox-group {
  border: 1px solid #e0b4b4;
  border-radius: 4px;
  padding: 4px 8px;
}
.field.error > .field__control .h3-organization__label,
.sheet .error .h3-organization__label {
  border: 1px solid #e0b4b4;
  border-radius: 4px;
  background-color: #fff6f6;
}
.sheet-tab .ant-radio-group {
  max-height: 240px;
  overflow: auto;
}
.ant-select-selection-selected-value {
  height: 30px;
}
.ant-pagination-options {
  line-height: 1;
  height: 32px;
}
.ant-pagination-options > .ant-pagination-options-quick-jumper input {
  vertical-align: baseline;
}
.unwritable > .ant-upload-list .anticon-cross {
  display: none;
}
.full-modal {
  width: 100%;
  height: 100%;
  top: 0;
  padding: 0;
  transition: cubic-bezier(0.23, 1, 0.32, 1);
}
.full-modal > .ant-modal-content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  border-radius: 0;
}
.full-modal > .ant-modal-content > .ant-modal-body {
  flex-grow: 1;
  overflow: auto;
  height: calc(100vh);
}
.ant-modal-wrap {
  overflow: auto !important;
}
.ant-tag-blue {
  background: #f0f7ff !important;
  color: #2970ff !important;
  border-color: #2970ff !important;
}
.form-detail .has-form-border .h3-panel {
  border-bottom: 1px solid #d9d9d9;
}
.form-detail .has-form-border .h3-panel .h3-panel-body {
  padding: 0;
}
.has-form-border .ant-tabs-tabpane {
  border-top: 1px solid #d9d9d9;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex {
  position: relative;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .number:before,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .logic:before {
  content: '';
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex.form-title-flex {
  border: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col {
  border-right: 1px solid #d9d9d9;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.description::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field {
  min-height: 49px;
  padding: 0;
  align-items: unset;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > .field__label {
  display: -webkit-box;
  display: flex;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  background: rgba(245, 246, 249, 0.85);
  margin-right: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div {
  padding: 12px 12px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: unset;
  padding: 0;
  padding-left: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.text,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.number,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.date,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.time,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input[type='text'],
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input {
  width: 100%;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control > div > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.text > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.number > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.date > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.time > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > span,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > span {
  margin-left: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control > div > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.text > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.number > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.date > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.time > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > div {
  width: 100%;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control > div.field-wrapper {
  flex-flow: column;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker {
  min-width: unset !important;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper {
  margin-left: 0 !important;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper .ant-input-suffix {
  z-index: 3;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select {
  position: relative;
  border-radius: 0;
  border: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number:focus,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number:focus,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea:focus,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control input.ant-input:focus,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection:focus,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select:focus {
  border: 1px solid #5291ff;
  z-index: 2;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number {
  display: -webkit-box;
  display: flex;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div > a,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div > a {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.tox-tinymce {
  border: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-focused,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea_focus {
  border: 1px solid #5291ff;
  z-index: 2;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection__rendered {
  width: 100%;
  padding-right: 14px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.image {
  padding: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control > div.ant-input-disabled {
  border-radius: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea.disabled {
  padding: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.radio,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.checkbox,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.logic,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.signature,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.attachment {
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.radio > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.checkbox > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.logic > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.signature > div,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.attachment > div {
  width: 100%;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp {
  height: 100%;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp > div.form-staff,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp > div.form-staff,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp > div.form-staff {
  height: 100%;
  padding: 10px 10px 10px 20px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffselector div.h3-organization__label.disabled,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector div.h3-organization__label.disabled,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector div.h3-organization__label.disabled,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector div.h3-organization__label.disabled,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed div.h3-organization__label.disabled {
  border: 0 !important;
  border-radius: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.dropdown > div.items {
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.text {
  padding: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.editor-html {
  padding: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.text > div > div.text {
  padding-left: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location {
  padding: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location > div {
  padding-left: 10px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location > div.h3-location {
  padding: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.field > div.field__control div.location .ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-left: 10px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col > div.form-sheet::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col div.description {
  padding: 8px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col div.system > div.field__label {
  margin-left: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col div.system > div.field__control {
  padding-left: 8px;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col .input-image .field__control {
  padding-bottom: 0;
  padding-left: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col-0 {
  border: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex > .ant-col:last-child {
  border-right: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field.required > .field__label {
  position: relative;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field.required > .field__label:before {
  content: '*';
  color: #F4454E;
  position: absolute;
  left: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .sheet .required {
  position: relative;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .sheet .required:before {
  content: '*';
  color: #F4454E;
  position: absolute;
  left: -0.5em;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .ant-upload-select-picture-card {
  margin-bottom: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .dropdown > div {
  display: block;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .ant-checkbox-group,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .ant-radio-group {
  vertical-align: top;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .ant-checkbox-wrapper,
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex .field__control .ant-radio-wrapper {
  vertical-align: top;
  top: 0;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex.not-visible-border {
  border: none;
}
.has-form-border .h3-panel > .h3-panel-body > .ant-row-flex.not-visible-border > .ant-col > .form-container-border > .form-container-body > .ant-row-flex {
  border-left: 1px solid #d9d9d9;
}
.has-form-border .form-sheet {
  padding: 0;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-header,
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-right {
  padding-left: 12px;
  padding-right: 12px;
}
.has-form-border .form-sheet > div.h3-panel .h-icon-all-right-o {
  margin-right: 24px;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body > div.ant-divider,
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body > div.actions {
  padding-left: 12px;
  padding-right: 12px;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body div.sheet {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body div.sheet > div.sheet__row.total div.sheet__col {
  border-top: 1px solid #e8e8e8;
  border-bottom: 0;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body div.sheet > div.sheet__body > div.sheet__row:last-child div.sheet__col {
  border-bottom: 0;
}
.has-form-border .form-sheet > div.h3-panel > div.h3-panel-body div.sheet__row.scrollbar {
  min-height: 0;
}
.field.system-control.system .field__control span,
.location_wrapper .readonly-render > span {
  width: 100%;
  display: block;
}
.has-form-border > div.ant-row-flex,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex,
.has-form-border .form-container-body > div.ant-row-flex {
  position: relative;
  border: 1px solid #d9d9d9;
  border-top: 0;
}
.has-form-border > div.ant-row-flex.dashed,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex.dashed,
.has-form-border .form-container-body > div.ant-row-flex.dashed {
  border-bottom: 0;
}
.has-form-border > div.ant-row-flex.dashed::before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex.dashed::before,
.has-form-border .form-container-body > div.ant-row-flex.dashed::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: '';
  width: 100%;
  border-top: 1px solid #d9d9d9;
  z-index: 1;
}
.has-form-border > div.ant-row-flex > .ant-col,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col {
  border-right: 1px solid #d9d9d9;
}
.has-form-border > div.ant-row-flex > .ant-col > div.form-sheet::before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.form-sheet::before,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.form-sheet::before,
.has-form-border > div.ant-row-flex > .ant-col > div.desc::before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.desc::before,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.desc::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.has-form-border > div.ant-row-flex > .ant-col > div.description::before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.description::before,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.description::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field {
  padding: 0;
  align-items: unset;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field::before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field::before,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  z-index: 1;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div {
  padding: 12px 12px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: unset;
  padding: 0;
  padding-left: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.text,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.text,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.text,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.number,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.number,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.number,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.date,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.date,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.date,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.time,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.time,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.time,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'],
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'],
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'],
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input {
  width: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > span,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > span {
  margin-left: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.number > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.date > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.time > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevance-form-modal > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-time-picker > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input[type='text'] > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input-number-input > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number > input > div {
  width: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div.field-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div.field-wrapper,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div.field-wrapper {
  flex-flow: column;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-calendar-picker {
  min-width: unset !important;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper {
  margin-left: 0 !important;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper .ant-input-suffix,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper .ant-input-suffix,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control span.ant-input-affix-wrapper .ant-input-suffix {
  z-index: 3;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select {
  position: relative;
  border-radius: 0;
  border: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number:focus,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number:focus,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea:focus,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control input.ant-input:focus,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection:focus,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select:focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select:focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label.show-select:focus {
  border: 1px solid #5291ff;
  z-index: 2;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number {
  display: -webkit-box;
  display: flex;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div > a,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div > a,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceform > div > a,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div > a,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div > a,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.relevanceformex > div > a {
  display: -webkit-box;
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.tox-tinymce,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.tox-tinymce,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.tox-tinymce {
  border: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-organization__label,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection {
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number-focused,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number-focused,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-input-number-focused,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number-focused,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number-focused,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-input-number-focused,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-focused,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-focused,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-focused,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea_focus,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea_focus,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea_focus {
  border: 1px solid #5291ff;
  z-index: 2;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection__rendered,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection__rendered,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.ant-select-selection__rendered {
  width: 100%;
  padding-right: 14px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.image,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.image,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.image {
  padding: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div.ant-input-disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div.ant-input-disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div.ant-input-disabled {
  border-radius: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.h3-textarea.disabled {
  padding: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment {
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.radio > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.checkbox > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.logic > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.signature > div,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.attachment > div {
  width: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp {
  height: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp > div.form-staff,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp > div.form-staff,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector > div.form-staff-warp > div.form-staff,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp > div.form-staff,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp > div.form-staff,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector > div.form-staff-warp > div.form-staff,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector > div.form-staff-warp > div.form-staff,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp > div.form-staff,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp > div.form-staff,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed > div.form-staff-warp > div.form-staff {
  height: 100%;
  padding: 10px 10px 10px 20px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector div.h3-organization__label.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector div.h3-organization__label.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffselector div.h3-organization__label.disabled,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector div.h3-organization__label.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector div.h3-organization__label.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffmultiselector div.h3-organization__label.disabled,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector div.h3-organization__label.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector div.h3-organization__label.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentselector div.h3-organization__label.disabled,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector div.h3-organization__label.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector div.h3-organization__label.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.departmentmultiselector div.h3-organization__label.disabled,
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed div.h3-organization__label.disabled,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed div.h3-organization__label.disabled,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.staffdeptmixed div.h3-organization__label.disabled {
  border: 0 !important;
  border-radius: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.dropdown > div.items,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.dropdown > div.items,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.dropdown > div.items {
  height: 100%;
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding-left: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.text,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.text,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.text {
  padding: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.editor-html,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.editor-html,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.textarea > div > div.editor-html {
  padding: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div > div.text,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div > div.text,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.text > div > div.text {
  padding-left: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location {
  padding: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div {
  padding-left: 10px;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div.h3-location,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div.h3-location,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location > div.h3-location {
  padding: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control div.location .ant-input-affix-wrapper .ant-input:not(:last-child),
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control div.location .ant-input-affix-wrapper .ant-input:not(:last-child),
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control div.location .ant-input-affix-wrapper .ant-input:not(:last-child) {
  padding-left: 10px;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > .field__label,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > .field__label,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > .field__label {
  border-right: 1px solid #d9d9d9;
  margin-right: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > .field__label .field__label-div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > .field__label .field__label-div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > .field__label .field__label-div {
  padding: 0;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control {
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > div,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > div {
  flex-basis: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col > div.field > div.field__control > span,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col > div.field > div.field__control > span,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col > div.field > div.field__control > span {
  display: block;
  width: 100%;
}
.has-form-border > div.ant-row-flex > .ant-col div.description,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col div.description,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col div.description {
  padding: 8px;
}
.has-form-border > div.ant-row-flex > .ant-col div.system > div.field__label,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col div.system > div.field__label,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col div.system > div.field__label {
  margin-left: 0;
  min-width: 108px !important;
  max-width: 108px !important;
}
.has-form-border > div.ant-row-flex > .ant-col div.system > div.field__control,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col div.system > div.field__control,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col div.system > div.field__control {
  padding-left: 8px;
}
.has-form-border > div.ant-row-flex > .ant-col .input-image .field__control,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col .input-image .field__control,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col .input-image .field__control {
  padding-bottom: 0;
  padding-left: 0;
}
.has-form-border > div.ant-row-flex .h3-panel,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .h3-panel,
.has-form-border .form-container-body > div.ant-row-flex .h3-panel {
  border-bottom: 0;
}
.has-form-border > div.ant-row-flex .ant-tabs-tabpane > .h3-panel:not(:nth-last-child(2)),
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .ant-tabs-tabpane > .h3-panel:not(:nth-last-child(2)),
.has-form-border .form-container-body > div.ant-row-flex .ant-tabs-tabpane > .h3-panel:not(:nth-last-child(2)) {
  border-bottom: 1px solid #d9d9d9;
}
.has-form-border > div.ant-row-flex > .ant-col:last-child,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col:last-child,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col:last-child {
  border-right: 0;
}
.has-form-border > div.ant-row-flex > .ant-col-0,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex > .ant-col-0,
.has-form-border .form-container-body > div.ant-row-flex > .ant-col-0 {
  border: 0;
}
.has-form-border > div.ant-row-flex .field.required > .field__label,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field.required > .field__label,
.has-form-border .form-container-body > div.ant-row-flex .field.required > .field__label {
  position: relative;
}
.has-form-border > div.ant-row-flex .field.required > .field__label:before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field.required > .field__label:before,
.has-form-border .form-container-body > div.ant-row-flex .field.required > .field__label:before {
  content: '*';
  color: #F4454E;
  position: absolute;
  left: 0.35em;
}
.has-form-border > div.ant-row-flex .sheet .required,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .sheet .required,
.has-form-border .form-container-body > div.ant-row-flex .sheet .required {
  position: relative;
}
.has-form-border > div.ant-row-flex .sheet .required:before,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .sheet .required:before,
.has-form-border .form-container-body > div.ant-row-flex .sheet .required:before {
  content: '*';
  color: #F4454E;
  position: absolute;
  left: -0.5em;
}
.has-form-border > div.ant-row-flex .field__control .ant-upload-select-picture-card,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .ant-upload-select-picture-card,
.has-form-border .form-container-body > div.ant-row-flex .field__control .ant-upload-select-picture-card {
  margin-bottom: 0;
}
.has-form-border > div.ant-row-flex .field__control .dropdown > div,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .dropdown > div,
.has-form-border .form-container-body > div.ant-row-flex .field__control .dropdown > div {
  display: block;
}
.has-form-border > div.ant-row-flex .field__control .ant-checkbox-group,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .ant-checkbox-group,
.has-form-border .form-container-body > div.ant-row-flex .field__control .ant-checkbox-group,
.has-form-border > div.ant-row-flex .field__control .ant-radio-group,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .ant-radio-group,
.has-form-border .form-container-body > div.ant-row-flex .field__control .ant-radio-group {
  vertical-align: top;
}
.has-form-border > div.ant-row-flex .field__control .ant-checkbox-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .ant-checkbox-wrapper,
.has-form-border .form-container-body > div.ant-row-flex .field__control .ant-checkbox-wrapper,
.has-form-border > div.ant-row-flex .field__control .ant-radio-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .ant-radio-wrapper,
.has-form-border .form-container-body > div.ant-row-flex .field__control .ant-radio-wrapper {
  vertical-align: top;
  top: 0;
}
.has-form-border > div.ant-row-flex .field__control .relevanceform .ant-input-affix-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .relevanceform .ant-input-affix-wrapper,
.has-form-border .form-container-body > div.ant-row-flex .field__control .relevanceform .ant-input-affix-wrapper {
  margin-left: 0 !important;
}
.has-form-border > div.ant-row-flex .field__control .relevanceformex .ant-input-affix-wrapper,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex .field__control .relevanceformex .ant-input-affix-wrapper,
.has-form-border .form-container-body > div.ant-row-flex .field__control .relevanceformex .ant-input-affix-wrapper {
  margin-left: 0 !important;
}
.has-form-border > div.ant-row-flex:last-child,
.has-form-border .ant-tabs-tabpane > div.ant-row-flex:last-child,
.has-form-border > div.ant-row-flex:last-child,
.has-form-border .form-container-body > div.ant-row-flex:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.has-form-border div.form-title-flex {
  border: 0;
}
.has-form-border div.form-title-flex > .ant-col {
  border: 0;
}
.has-form-border > div.not-visible-border {
  border: none;
}
.has-form-border div.form-title-flex + div.ant-row-flex {
  border-top: 1px solid #d9d9d9;
}
.field.vertical .field__label .field__label-div {
  flex: 0 0 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.field.vertical .field__control {
  margin-left: 0px !important;
}
.sheet .ant-upload-list {
  display: -webkit-box;
  display: flex;
  justify-content: center;
}
.sheet .ant-upload-list-picture-card .ant-upload-list-item {
  margin: 0 0 8px 0 !important;
}
.sheet .ant-upload-list-picture-card-container {
  margin: 0 0 8px 0 !important;
  margin-left: 8px !important;
}
.sheet .ant-upload-list-picture-card-container:first-child {
  margin-left: 0px !important;
}
.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.45);
}
.ant-btn-disabled,
.ant-btn.disabled,
.ant-btn[disabled],
.ant-btn-disabled:hover,
.ant-btn.disabled:hover,
.ant-btn[disabled]:hover,
.ant-btn-disabled:focus,
.ant-btn.disabled:focus,
.ant-btn[disabled]:focus,
.ant-btn-disabled:active,
.ant-btn.disabled:active,
.ant-btn[disabled]:active,
.ant-btn-disabled.active,
.ant-btn.disabled.active,
.ant-btn[disabled].active {
  color: rgba(0, 0, 0, 0.45);
}
.ant-row-flex.not-visible-border {
  border: none !important;
}
.ant-row-flex.not-visible-border .ant-col {
  min-height: 0;
}
.ant-input::-moz-placeholder, input::-moz-placeholder {
  color: rgba(17, 18, 24, 0.25);
}
.ant-input::placeholder,
input::placeholder,
.ant-select-selection__placeholder {
  color: rgba(17, 18, 24, 0.25);
}
.ant-tooltip-inner {
  white-space: pre-wrap;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.import-modal /deep/ .ant-modal-content {
  box-shadow: 0px 2px 8px 0px rgba(30, 85, 255, 0.15);
  border-radius: 4px;
}
/*
禁止修改!此文件是产品代码的一部分，后续可能变更或者不再开放。
若有问题，请参考前端相关二开文档。
*/
.ie .ant-input-number-handler-wrap {
  display: none;
}

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

body.en {
  font-family: Helvetica Neue, Arial;
}
body.zh_TW {
  font-family: PingFangTC-Regular, PingFangTC-Ultralight, PingFangTC-Light, PingFangTC-Thin, PingFangTC-Medium, PingFangTC-Semibold, Microsoft JhengHei, Hiragino Sans GB, sans-serif;
}



.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;
}

